aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CallGraphSCCPass.h
AgeCommit message (Expand)Author
2007-01-26Remove dead code.Devang Patel
2007-01-26Inherit CallGraphSCCPass directly from Pass.Devang Patel
2007-01-23Add CallGraphSCCPass::assignPassManager().Devang Patel
2005-04-21Remove trailing whitespaceMisha Brukman
2004-09-20'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner
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