| Commit message (Expand) | Author | Age | Files | Lines |
* | Pull these back out, they're a little too aggressive and time | Eric Christopher | 2010-02-09 | 1 | -1/+0 |
* | Add a new pass to do llvm.objsize lowering using SCEV. | Eric Christopher | 2010-02-09 | 1 | -0/+1 |
* | remove the random sampling framework, which is not maintained anymore. | Chris Lattner | 2010-01-02 | 1 | -4/+0 |
* | remove the now dead condprop pass, PR3906. | Chris Lattner | 2009-11-11 | 1 | -1/+0 |
* | Stub out a new lazy value info pass, which will eventually | Chris Lattner | 2009-11-11 | 1 | -0/+1 |
* | Remove CodeGenLICM. It's largely obsoleted by MachineLICM's new ability | Dan Gohman | 2009-10-31 | 1 | -1/+0 |
* | Add ABCD, a generalized implementation of the Elimination of Array Bounds | Nick Lewycky | 2009-10-28 | 1 | -0/+1 |
* | Forgot to commit these. | Owen Anderson | 2009-10-26 | 1 | -0/+1 |
* | Remove FreeInst. | Victor Hernandez | 2009-10-26 | 1 | -1/+0 |
* | Check in the experimental GEP splitter pass. This pass splits complex | Dan Gohman | 2009-10-26 | 1 | -0/+1 |
* | Auto-upgrade free instructions to calls to the builtin free function. | Victor Hernandez | 2009-10-24 | 1 | -1/+0 |
* | remove the IndMemRemPass, which only made sense for when malloc/free were int... | Chris Lattner | 2009-10-18 | 1 | -1/+0 |
* | add function passes for printing various dominator datastructures | Chris Lattner | 2009-10-18 | 1 | -0/+9 |
* | remove LoopVR pass. According to Nick: | Chris Lattner | 2009-10-08 | 1 | -2/+0 |
* | remove predicate simplifier, it never got the last bugs beaten | Chris Lattner | 2009-10-06 | 1 | -1/+0 |
* | remove the GVNPRE pass. It has been subsumed by the GVN pass. | Chris Lattner | 2009-10-01 | 1 | -1/+0 |
* | Add a new pass for doing late hoisting of floating-point and vector | Dan Gohman | 2009-09-16 | 1 | -0/+1 |
* | Addedum to r80712, forgot to add files. | Andreas Neustifter | 2009-09-01 | 1 | -0/+1 |
* | Preparation for Optimal Edge Profiling: | Andreas Neustifter | 2009-09-01 | 1 | -0/+1 |
* | Create a ScalarEvolution-based AliasAnalysis implementation. | Dan Gohman | 2009-08-26 | 1 | -0/+1 |
* | Add a basic static ProfileInfo provider (ProfileEstimatorPass). | Daniel Dunbar | 2009-08-08 | 1 | -0/+1 |
* | Introduce a pointertracking pass. | Torok Edwin | 2009-07-14 | 1 | -0/+2 |
* | Forgot a couple files when adding the -ssi-everything pass. | Nick Lewycky | 2009-07-09 | 1 | -0/+1 |
* | Add Static Single Information construction pass written by André Tavares! | Nick Lewycky | 2009-07-03 | 1 | -0/+1 |
* | Scaffolding for LDA pass. | Andreas Bolka | 2009-06-24 | 1 | -0/+1 |
* | Add an early implementation of a partial inlining pass. The idea behind this | Owen Anderson | 2009-06-14 | 1 | -0/+1 |
* | Add a liveness analysis pass for LLVM IR values. This computes | Dan Gohman | 2009-03-19 | 1 | -0/+1 |
* | Fix PR3415 (infinite loop in EscapeAnalysis) by | Duncan Sands | 2009-01-28 | 1 | -2/+0 |
* | Rename AddReadAttrs to FunctionAttrs, and teach it how | Duncan Sands | 2008-12-31 | 1 | -1/+1 |
* | Add -print-dbginfo pass that prints LLVM IR with comments inserted to show | Torok Edwin | 2008-12-16 | 1 | -0/+1 |
* | Add new helper pass that strips all symbol names except debugging information. | Devang Patel | 2008-11-18 | 1 | -0/+1 |
* | Undo previous check-in. | Devang Patel | 2008-11-11 | 1 | -1/+0 |
* | Add utility pass to remove dbg info. | Devang Patel | 2008-11-11 | 1 | -0/+1 |
* | Add a new pass to simplify specific half_powr function calls. This is | Dan Gohman | 2008-11-04 | 1 | -0/+1 |
* | Add a new MergeFunctions pass. It finds identical functions and merges them. | Nick Lewycky | 2008-11-02 | 1 | -0/+1 |
* | Privatize PrintModulePass and PrintFunctionPass and add | Daniel Dunbar | 2008-10-21 | 1 | -0/+3 |
* | Add EscapeAnalysis. | Owen Anderson | 2008-10-12 | 1 | -0/+2 |
* | Remove the MarkModRef pass (use AddReadAttrs instead). | Duncan Sands | 2008-09-19 | 1 | -1/+0 |
* | Add a new pass AddReadAttrs which works out which functions | Duncan Sands | 2008-09-19 | 1 | -0/+1 |
* | Initial version of a Partial Specialization IPO pass. It triggers a couple h... | Andrew Lenharth | 2008-09-03 | 1 | -0/+1 |
* | Add missing decls. | Devang Patel | 2008-09-03 | 1 | -0/+1 |
* | Add a small pass that sets the readnone/readonly | Duncan Sands | 2008-09-01 | 1 | -0/+1 |
* | Add a new trivial -inst-namer pass which makes it possible to diff the | Chris Lattner | 2008-08-23 | 1 | -0/+1 |
* | Remove GCSE, ValueNumbering, and LoadValueNumbering. These have been depreca... | Owen Anderson | 2008-08-15 | 1 | -4/+0 |
* | Add a value range analysis that lazily computes ranges using ScalarEvolutions. | Nick Lewycky | 2008-06-30 | 1 | -0/+2 |
* | Force postdom to be linked into opt and bugpoint, even though it is no longer... | Owen Anderson | 2008-05-29 | 1 | -0/+2 |
* | Add a new LibCallAliasAnalysis pass, which is parameterized | Chris Lattner | 2008-05-07 | 1 | -0/+1 |
* | Rename DeadLoopElimination to LoopDeletion, part 2. | Owen Anderson | 2008-04-29 | 1 | -1/+1 |
* | Add dead loop elimination, which removes dead loops for which we can compute | Owen Anderson | 2008-04-29 | 1 | -0/+1 |
* | Add a new Jump Threading pass, which will handle cases | Chris Lattner | 2008-04-20 | 1 | -0/+1 |