aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/LinkAllPasses.h
Commit message (Expand)AuthorAgeFilesLines
...
* Implementation of path profiling.Andrew Trick2011-01-291-1/+4
* remove the partial specialization pass. It is unmaintained and has bugs.Chris Lattner2011-01-161-1/+0
* sketch out a new early cse pass. No functionality yet.Chris Lattner2011-01-021-0/+1
* Start of a pass for recognizing memset and memcpy idioms.Chris Lattner2010-12-261-0/+1
* Add a new convenience pass for testing InstructionSimplify. PreviouslyDuncan Sands2010-12-201-0/+1
* Reference RegionPass to stop it being eliminated.Tobias Grosser2010-10-251-0/+3
* Make AliasSetTracker TBAA-aware, enabling TBAA-enabled LICM.Dan Gohman2010-10-181-1/+1
* Remove LoopIndexSplit pass. It is neither maintained nor used by anyone.Devang Patel2010-10-071-1/+0
* remove PointerTracking from mainline, Edwin is going to move it out to ClamAVChris Lattner2010-09-291-2/+0
* Add a pass which prints out all the memdep dependencies.Dan Gohman2010-09-161-0/+1
* Rename ValuePropagation to a more descriptive CorrelatedValuePropagation.Owen Anderson2010-08-311-1/+1
* remove the ABCD and SSI passes. They don't have any clients thatChris Lattner2010-08-281-3/+0
* Add a prototype of a new peephole optimizing pass that uses LazyValue info to...Owen Anderson2010-08-271-0/+1
* Add an atomic lowering passPeter Collingbourne2010-08-031-0/+1
* Sketch up a preliminary Type-Based Alias Analysis implementation.Dan Gohman2010-08-021-0/+1
* Add new RegionInfo pass.Tobias Grosser2010-07-221-0/+6
* Debugging infomration is encoded in llvm IR using metadata. This is designedDevang Patel2010-07-011-0/+1
* Add a simple module-level debug info printer. It just sets up aDan Gohman2010-05-071-0/+1
* Add an LLVM IR version of code sinking. This uses the same simple algorithmDan Gohman2010-05-071-0/+1
* SCCVN, we hardly knew ye!Owen Anderson2010-04-131-1/+0
* Add a -lint pass which checks for common sources of undefined or likelyDan Gohman2010-04-081-0/+2
* remove anders-aa from mainline, it isn't maintained and isChris Lattner2010-03-011-1/+0
* Pull these back out, they're a little too aggressive and timeEric Christopher2010-02-091-1/+0
* Add a new pass to do llvm.objsize lowering using SCEV.Eric Christopher2010-02-091-0/+1
* remove the random sampling framework, which is not maintained anymore.Chris Lattner2010-01-021-4/+0
* remove the now dead condprop pass, PR3906.Chris Lattner2009-11-111-1/+0
* Stub out a new lazy value info pass, which will eventuallyChris Lattner2009-11-111-0/+1
* Remove CodeGenLICM. It's largely obsoleted by MachineLICM's new abilityDan Gohman2009-10-311-1/+0
* Add ABCD, a generalized implementation of the Elimination of Array BoundsNick Lewycky2009-10-281-0/+1
* Forgot to commit these.Owen Anderson2009-10-261-0/+1
* Remove FreeInst.Victor Hernandez2009-10-261-1/+0
* Check in the experimental GEP splitter pass. This pass splits complexDan Gohman2009-10-261-0/+1
* Auto-upgrade free instructions to calls to the builtin free function.Victor Hernandez2009-10-241-1/+0
* remove the IndMemRemPass, which only made sense for when malloc/free were int...Chris Lattner2009-10-181-1/+0
* add function passes for printing various dominator datastructuresChris Lattner2009-10-181-0/+9
* remove LoopVR pass. According to Nick:Chris Lattner2009-10-081-2/+0
* remove predicate simplifier, it never got the last bugs beatenChris Lattner2009-10-061-1/+0
* remove the GVNPRE pass. It has been subsumed by the GVN pass.Chris Lattner2009-10-011-1/+0
* Add a new pass for doing late hoisting of floating-point and vectorDan Gohman2009-09-161-0/+1
* Addedum to r80712, forgot to add files.Andreas Neustifter2009-09-011-0/+1
* Preparation for Optimal Edge Profiling:Andreas Neustifter2009-09-011-0/+1
* Create a ScalarEvolution-based AliasAnalysis implementation.Dan Gohman2009-08-261-0/+1
* Add a basic static ProfileInfo provider (ProfileEstimatorPass).Daniel Dunbar2009-08-081-0/+1
* Introduce a pointertracking pass.Torok Edwin2009-07-141-0/+2
* Forgot a couple files when adding the -ssi-everything pass.Nick Lewycky2009-07-091-0/+1
* Add Static Single Information construction pass written by André Tavares!Nick Lewycky2009-07-031-0/+1
* Scaffolding for LDA pass.Andreas Bolka2009-06-241-0/+1
* Add an early implementation of a partial inlining pass. The idea behind thisOwen Anderson2009-06-141-0/+1
* Add a liveness analysis pass for LLVM IR values. This computesDan Gohman2009-03-191-0/+1
* Fix PR3415 (infinite loop in EscapeAnalysis) byDuncan Sands2009-01-281-2/+0