summaryrefslogtreecommitdiff
path: root/include/llvm/CallGraphSCCPass.h
Commit message (Expand)AuthorAge
* Remove assignPassManager's default arguments. It's reallyDan Gohman2010-08-07
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-06
* Revert r110396 to fix buildbots.Owen Anderson2010-08-06
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-05
* move ReplaceNode out of line, rename scc_iterator::fini -> isAtEnd().Chris Lattner2010-04-16
* introduce a new CallGraphSCC class, and pass it aroundChris Lattner2010-04-16
* Ok, third time's the charm. No changes from last time except the CMakeDavid Greene2010-04-02
* Revert 100204. It broke a bunch of tests and apparently changed what passes a...Evan Cheng2010-04-02
* Let's try this again. Re-apply 100143 including an apparent missingDavid Greene2010-04-02
* Revert r100143.Eric Christopher2010-04-01
* Add some switches helpful for debugging:David Greene2010-04-01
* elimiante the dynamic_cast's from opt.Chris Lattner2010-01-22
* Fix some nasty callgraph dangling pointer problems in Chris Lattner2009-08-31
* Get rid of the Pass+Context magic.Owen Anderson2009-07-22
* Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num...Owen Anderson2009-07-16
* 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