aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CallGraphSCCPass.h
AgeCommit message (Expand)Author
2004-04-20Change it to take a callgraph, from which we can get a 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 copyright header (for lack of a better term).John Criswell
2003-08-31Initial checkin of the CallGraphSCCPass classChris Lattner