Remove attribution from file headers, per discussion on llvmdev.
[oota-llvm.git] / lib / Analysis / IPA / CallGraphSCCPass.cpp
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