summaryrefslogtreecommitdiff
path: root/include/llvm/LinkAllPasses.h
Commit message (Expand)AuthorAge
* Debugging infomration is encoded in llvm IR using metadata. This is designedDevang Patel2010-07-01
* Add a simple module-level debug info printer. It just sets up aDan Gohman2010-05-07
* Add an LLVM IR version of code sinking. This uses the same simple algorithmDan Gohman2010-05-07
* SCCVN, we hardly knew ye!Owen Anderson2010-04-13
* Add a -lint pass which checks for common sources of undefined or likelyDan Gohman2010-04-08
* remove anders-aa from mainline, it isn't maintained and isChris Lattner2010-03-01
* Pull these back out, they're a little too aggressive and timeEric Christopher2010-02-09
* Add a new pass to do llvm.objsize lowering using SCEV.Eric Christopher2010-02-09
* remove the random sampling framework, which is not maintained anymore.Chris Lattner2010-01-02
* remove the now dead condprop pass, PR3906.Chris Lattner2009-11-11
* Stub out a new lazy value info pass, which will eventuallyChris Lattner2009-11-11
* Remove CodeGenLICM. It's largely obsoleted by MachineLICM's new abilityDan Gohman2009-10-31
* Add ABCD, a generalized implementation of the Elimination of Array BoundsNick Lewycky2009-10-28
* Forgot to commit these.Owen Anderson2009-10-26
* Remove FreeInst.Victor Hernandez2009-10-26
* Check in the experimental GEP splitter pass. This pass splits complexDan Gohman2009-10-26
* Auto-upgrade free instructions to calls to the builtin free function.Victor Hernandez2009-10-24
* remove the IndMemRemPass, which only made sense for when malloc/free were int...Chris Lattner2009-10-18
* add function passes for printing various dominator datastructuresChris Lattner2009-10-18
* remove LoopVR pass. According to Nick:Chris Lattner2009-10-08
* remove predicate simplifier, it never got the last bugs beatenChris Lattner2009-10-06
* remove the GVNPRE pass. It has been subsumed by the GVN pass.Chris Lattner2009-10-01
* Add a new pass for doing late hoisting of floating-point and vectorDan Gohman2009-09-16
* Addedum to r80712, forgot to add files.Andreas Neustifter2009-09-01
* Preparation for Optimal Edge Profiling:Andreas Neustifter2009-09-01
* Create a ScalarEvolution-based AliasAnalysis implementation.Dan Gohman2009-08-26
* Add a basic static ProfileInfo provider (ProfileEstimatorPass).Daniel Dunbar2009-08-08
* Introduce a pointertracking pass.Torok Edwin2009-07-14
* Forgot a couple files when adding the -ssi-everything pass.Nick Lewycky2009-07-09
* Add Static Single Information construction pass written by André Tavares!Nick Lewycky2009-07-03
* Scaffolding for LDA pass.Andreas Bolka2009-06-24
* Add an early implementation of a partial inlining pass. The idea behind thisOwen Anderson2009-06-14
* Add a liveness analysis pass for LLVM IR values. This computesDan Gohman2009-03-19
* Fix PR3415 (infinite loop in EscapeAnalysis) byDuncan Sands2009-01-28
* Rename AddReadAttrs to FunctionAttrs, and teach it howDuncan Sands2008-12-31
* Add -print-dbginfo pass that prints LLVM IR with comments inserted to showTorok Edwin2008-12-16
* Add new helper pass that strips all symbol names except debugging information.Devang Patel2008-11-18
* Undo previous check-in.Devang Patel2008-11-11
* Add utility pass to remove dbg info.Devang Patel2008-11-11
* Add a new pass to simplify specific half_powr function calls. This isDan Gohman2008-11-04
* Add a new MergeFunctions pass. It finds identical functions and merges them.Nick Lewycky2008-11-02
* Privatize PrintModulePass and PrintFunctionPass and addDaniel Dunbar2008-10-21
* Add EscapeAnalysis.Owen Anderson2008-10-12
* Remove the MarkModRef pass (use AddReadAttrs instead).Duncan Sands2008-09-19
* Add a new pass AddReadAttrs which works out which functionsDuncan Sands2008-09-19
* Initial version of a Partial Specialization IPO pass. It triggers a couple h...Andrew Lenharth2008-09-03
* Add missing decls.Devang Patel2008-09-03
* Add a small pass that sets the readnone/readonlyDuncan Sands2008-09-01
* Add a new trivial -inst-namer pass which makes it possible to diff theChris Lattner2008-08-23
* Remove GCSE, ValueNumbering, and LoadValueNumbering. These have been depreca...Owen Anderson2008-08-15