aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/IPA/CallGraphSCCPass.cpp
AgeCommit message (Expand)Author
2009-07-26Remove Value::getName{Start,End}, the last of the old Name APIs.Daniel Dunbar
2009-02-13Reapply r64300:Nick Lewycky
2009-02-11Revert r64300 and r64301. These were causing the following errors respectively:Bill Wendling
2009-02-11Make sure the SCC pass manager initializes any containedDuncan Sands
2008-09-04Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman
2008-08-08Don't call getAnalysisUsage unless -debug-pass is enabled. This speedsChris Lattner
2008-05-13Clean up the use of static and anonymous namespaces. This turned upDan Gohman
2008-05-02Add assert.Devang Patel
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-08-10Do not overuse std::string. Pass around char * directly.Devang Patel
2007-08-01More explicit keywords.Dan Gohman
2007-07-19Verify loop info.Devang Patel
2007-07-19Replace mysterious code causing a g++-4.2 warningDuncan Sands
2007-06-21CallGraphSCCPass manager may require other passes.Devang Patel
2007-05-03Drop 'const'Devang Patel
2007-05-02Use 'static const char' instead of 'static const int'.Devang Patel
2007-05-01Do not use typeinfo to identify pass in pass manager.Devang Patel
2007-04-16Removed tabs everywhere except autogenerated & external files. Add makeAnton Korobeynikov
2007-03-05Avoid constructing std::strings unless pass debugging is ON.Devang Patel
2007-02-27Make getPassManagerType() const.Devang Patel
2007-02-01Dump function names when debug-pass=Executions is used.Devang Patel
2007-02-01Pretty print pass managerDevang Patel
2007-01-29Use StartPassTimer() and StopPassManager()Devang Patel
2007-01-29Measure timings.Devang Patel
2007-01-26Remove dead code.Devang Patel
2007-01-23Fix typo.Devang Patel
2007-01-23Add CallGraphSCCPass::assignPassManager().Devang Patel
2007-01-17Add CGPassManager.Devang Patel
2005-04-21Remove trailing whitespaceMisha Brukman
2004-09-20'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner
2004-09-01Changes For Bug 352Reid Spencer
2004-04-20Pass the callgraph not the moduleChris Lattner
2004-04-20Add the ability for SCC passes to initialize and finalize themselvesChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-08-31Rename TarjanSCCIterator -> scc_iteratorChris Lattner
2003-08-31The tarjan iterator now returns a reference to the current SCC, not a possibl...Chris Lattner
2003-08-31Initial checkin of the CallGraphSCCPass classChris Lattner