aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CallGraphSCCPass.h
AgeCommit message (Expand)Author
2008-09-04Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman
2008-03-19PassInfo keep tracks whether a pass is an analysis pass or not.Devang Patel
2008-03-19Do not use virtual function to identify an analysis pass.Devang Patel
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-07-02Add explicit keywords.Dan Gohman
2007-05-01Do not use typeinfo to identify pass in pass manager.Devang Patel
2007-04-16Add getPotentialPassManagerType(). No functionality change, yet.Devang Patel
2007-04-16Removed tabs everywhere except autogenerated & external files. Add makeAnton Korobeynikov
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