aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CallGraphSCCPass.h
Commit message (Expand)AuthorAgeFilesLines
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Add explicit keywords.Dan Gohman2007-07-021-1/+1
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-011-0/+2
* Add getPotentialPassManagerType(). No functionality change, yet.Devang Patel2007-04-161-0/+5
* Removed tabs everywhere except autogenerated & external files. Add makeAnton Korobeynikov2007-04-161-1/+1
* Remove dead code.Devang Patel2007-01-261-5/+0
* Inherit CallGraphSCCPass directly from Pass.Devang Patel2007-01-261-1/+1
* Add CallGraphSCCPass::assignPassManager().Devang Patel2007-01-231-0/+4
* Remove trailing whitespaceMisha Brukman2005-04-211-2/+2
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-201-2/+2
* Change it to take a callgraph, from which we can get a moduleChris Lattner2004-04-201-3/+3
* Add the ability for SCC passes to initialize and finalize themselvesChris Lattner2004-04-201-0/+13
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-201-0/+7
* Initial checkin of the CallGraphSCCPass classChris Lattner2003-08-311-0/+42