summaryrefslogtreecommitdiff
path: root/include/llvm/CallGraphSCCPass.h
Commit message (Expand)AuthorAge
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-04
* PassInfo keep tracks whether a pass is an analysis pass or not.Devang Patel2008-03-19
* Do not use virtual function to identify an analysis pass.Devang Patel2008-03-19
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Add explicit keywords.Dan Gohman2007-07-02
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-01
* Add getPotentialPassManagerType(). No functionality change, yet.Devang Patel2007-04-16
* Removed tabs everywhere except autogenerated & external files. Add makeAnton Korobeynikov2007-04-16
* Remove dead code.Devang Patel2007-01-26
* Inherit CallGraphSCCPass directly from Pass.Devang Patel2007-01-26
* Add CallGraphSCCPass::assignPassManager().Devang Patel2007-01-23
* Remove trailing whitespaceMisha Brukman2005-04-21
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-20
* Change it to take a callgraph, from which we can get a moduleChris Lattner2004-04-20
* Add the ability for SCC passes to initialize and finalize themselvesChris Lattner2004-04-20
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-20
* Initial checkin of the CallGraphSCCPass classChris Lattner2003-08-31