aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/IPA/CallGraphSCCPass.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove Value::getName{Start,End}, the last of the old Name APIs.Daniel Dunbar2009-07-261-1/+1
* Reapply r64300:Nick Lewycky2009-02-131-2/+12
* Revert r64300 and r64301. These were causing the following errors respectively:Bill Wendling2009-02-111-18/+8
* Make sure the SCC pass manager initializes any containedDuncan Sands2009-02-111-8/+18
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-041-1/+1
* Don't call getAnalysisUsage unless -debug-pass is enabled. This speedsChris Lattner2008-08-081-4/+2
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-131-0/+4
* Add assert.Devang Patel2008-05-021-0/+1
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Do not overuse std::string. Pass around char * directly.Devang Patel2007-08-101-1/+1
* More explicit keywords.Dan Gohman2007-08-011-1/+1
* Verify loop info.Devang Patel2007-07-191-1/+2
* Replace mysterious code causing a g++-4.2 warningDuncan Sands2007-07-191-6/+3
* CallGraphSCCPass manager may require other passes.Devang Patel2007-06-211-1/+1
* Drop 'const'Devang Patel2007-05-031-2/+2
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-021-2/+2
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-011-1/+4
* Removed tabs everywhere except autogenerated & external files. Add makeAnton Korobeynikov2007-04-161-13/+12
* Avoid constructing std::strings unless pass debugging is ON.Devang Patel2007-03-051-10/+5
* Make getPassManagerType() const.Devang Patel2007-02-271-1/+1
* Dump function names when debug-pass=Executions is used.Devang Patel2007-02-011-1/+5
* Pretty print pass managerDevang Patel2007-02-011-0/+4
* Use StartPassTimer() and StopPassManager()Devang Patel2007-01-291-3/+2
* Measure timings.Devang Patel2007-01-291-2/+3
* Remove dead code.Devang Patel2007-01-261-9/+0
* Fix typo.Devang Patel2007-01-231-1/+1
* Add CallGraphSCCPass::assignPassManager().Devang Patel2007-01-231-0/+38
* Add CGPassManager.Devang Patel2007-01-171-0/+124
* Remove trailing whitespaceMisha Brukman2005-04-211-2/+2
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-201-1/+1
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
* Pass the callgraph not the moduleChris Lattner2004-04-201-2/+2
* Add the ability for SCC passes to initialize and finalize themselvesChris Lattner2004-04-201-6/+3
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Rename TarjanSCCIterator -> scc_iteratorChris Lattner2003-08-311-2/+2
* The tarjan iterator now returns a reference to the current SCC, not a possibl...Chris Lattner2003-08-311-1/+1
* Initial checkin of the CallGraphSCCPass classChris Lattner2003-08-311-0/+30