Change Pass::print to take a raw ostream instead of std::ostream,
[oota-llvm.git] / lib / Analysis / IPA / CallGraphSCCPass.cpp
2009-08-23 Chris LattnerChange Pass::print to take a raw ostream instead of...
2009-07-26 Daniel DunbarRemove Value::getName{Start,End}, the last of the old...
2009-02-13 Nick LewyckyReapply r64300:
2009-02-11 Bill WendlingRevert r64300 and r64301. These were causing the follow...
2009-02-11 Duncan SandsMake sure the SCC pass manager initializes any contained
2008-09-04 Dan GohmanTidy up several unbeseeming casts from pointer to intptr_t.
2008-08-08 Chris LattnerDon't call getAnalysisUsage unless -debug-pass is enabl...
2008-05-13 Dan GohmanClean up the use of static and anonymous namespaces...
2008-05-02 Devang PatelAdd assert.
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-08-10 Devang PatelDo not overuse std::string. Pass around char * directly.
2007-08-01 Dan GohmanMore explicit keywords.
2007-07-19 Devang PatelVerify loop info.
2007-07-19 Duncan SandsReplace mysterious code causing a g++-4.2 warning
2007-06-21 Devang PatelCallGraphSCCPass manager may require other passes.
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-04-16 Anton KorobeynikovRemoved tabs everywhere except autogenerated & external...
2007-03-05 Devang PatelAvoid constructing std::strings unless pass debugging...
2007-02-27 Devang PatelMake getPassManagerType() const.
2007-02-01 Devang PatelDump function names when debug-pass=Executions is used.
2007-02-01 Devang PatelPretty print pass manager
2007-01-29 Devang PatelUse StartPassTimer() and StopPassManager()
2007-01-29 Devang PatelMeasure timings.
2007-01-26 Devang PatelRemove dead code.
2007-01-23 Devang PatelFix typo.
2007-01-23 Devang PatelAdd CallGraphSCCPass::assignPassManager().
2007-01-17 Devang PatelAdd CGPassManager.
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-09-20 Chris Lattner'Pass' should now not be derived from by clients. ...
2004-09-01 Reid SpencerChanges For Bug 352
2004-04-20 Chris LattnerPass the callgraph not the module
2004-04-20 Chris LattnerAdd the ability for SCC passes to initialize and finali...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-08-31 Chris LattnerRename TarjanSCCIterator -> scc_iterator
2003-08-31 Chris LattnerThe tarjan iterator now returns a reference to the...
2003-08-31 Chris LattnerInitial checkin of the CallGraphSCCPass class