summaryrefslogtreecommitdiff
path: root/include/llvm/CallGraphSCCPass.h
Commit message (Expand)AuthorAge
* '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