| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove CodeGenLICM. It's largely obsoleted by MachineLICM's new ability | Dan Gohman | 2009-10-31 | 1 | -6/+0 |
* | Add option to createGVNPass to disable PRE. | Evan Cheng | 2009-10-30 | 1 | -1/+1 |
* | Add ABCD, a generalized implementation of the Elimination of Array Bounds | Nick Lewycky | 2009-10-28 | 1 | -0/+6 |
* | Forgot to commit these. | Owen Anderson | 2009-10-26 | 1 | -0/+6 |
* | Remove FreeInst. | Victor Hernandez | 2009-10-26 | 1 | -9/+0 |
* | Check in the experimental GEP splitter pass. This pass splits complex | Dan Gohman | 2009-10-26 | 1 | -0/+6 |
* | Remove MallocInst from LLVM Instructions. | Victor Hernandez | 2009-10-17 | 1 | -3/+2 |
* | remove predicate simplifier, it never got the last bugs beaten | Chris Lattner | 2009-10-06 | 1 | -7/+0 |
* | remove the GVNPRE pass. It has been subsumed by the GVN pass. | Chris Lattner | 2009-10-01 | 1 | -7/+0 |
* | Convert LoopSimplify and LoopExtractor from FunctionPass to LoopPass. | Dan Gohman | 2009-09-28 | 1 | -1/+1 |
* | Add a new pass for doing late hoisting of floating-point and vector | Dan Gohman | 2009-09-16 | 1 | -0/+5 |
* | Update comments to new-style syntax. | Dan Gohman | 2009-07-25 | 1 | -1/+1 |
* | Forgot a couple files when adding the -ssi-everything pass. | Nick Lewycky | 2009-07-09 | 1 | -1/+9 |
* | Add Static Single Information construction pass written by André Tavares! | Nick Lewycky | 2009-07-03 | 1 | -0/+6 |
* | Fix old-style type names in comments. | Dan Gohman | 2009-06-14 | 1 | -4/+4 |
* | Add a new pass to simplify specific half_powr function calls. This is | Dan Gohman | 2008-11-04 | 1 | -0/+6 |
* | export an ID for the instructionNamer, allowing analysis/transformation passes | Torok Edwin | 2008-10-27 | 1 | -0/+1 |
* | Change create*Pass factory functions to return Pass* instead of | Daniel Dunbar | 2008-10-22 | 1 | -10/+9 |
* | Remove the MarkModRef pass (use AddReadAttrs instead). | Duncan Sands | 2008-09-19 | 1 | -6/+0 |
* | Add a small pass that sets the readnone/readonly | Duncan Sands | 2008-09-01 | 1 | -0/+5 |
* | Add a new trivial -inst-namer pass which makes it possible to diff the | Chris Lattner | 2008-08-23 | 1 | -0/+7 |
* | Remove GCSE, ValueNumbering, and LoadValueNumbering. These have been depreca... | Owen Anderson | 2008-08-15 | 1 | -9/+0 |
* | Prune and tidy #includes. | Dan Gohman | 2008-05-29 | 1 | -3/+1 |
* | Whitespace cleanups. | Dan Gohman | 2008-05-14 | 1 | -1/+1 |
* | Change class' public PassInfo variables to by initialized with the | Dan Gohman | 2008-05-13 | 1 | -8/+8 |
* | Delete the IPO simplify-libcalls and completely reimplement it as | Chris Lattner | 2008-05-01 | 1 | -0/+6 |
* | Rename DeadLoopElimination to LoopDeletion, part 2. | Owen Anderson | 2008-04-29 | 1 | -2/+2 |
* | Add dead loop elimination, which removes dead loops for which we can compute | Owen Anderson | 2008-04-29 | 1 | -0/+7 |
* | Add a new Jump Threading pass, which will handle cases | Chris Lattner | 2008-04-20 | 1 | -0/+7 |
* | Factor a bunch of functionality related to memcpy and memset transforms out of | Owen Anderson | 2008-04-09 | 1 | -0/+7 |
* | remove the LowerSelect pass. The last client was the old Sparc backend, whic... | Chris Lattner | 2008-02-19 | 1 | -9/+0 |
* | remove the lower packed pass. It can never work and even the parts that | Chris Lattner | 2008-02-19 | 1 | -7/+0 |
* | The CorrelatedExpressionElimination pass is known to be buggy. Remove it. | Bill Wendling | 2008-01-27 | 1 | -11/+0 |
* | With this patch, the LowerGC transformation becomes the | Gordon Henriksen | 2008-01-07 | 1 | -7/+0 |
* | back out accidental commit. | Chris Lattner | 2008-01-06 | 1 | -6/+0 |
* | rename isStore -> mayStore to more accurately reflect what it captures. | Chris Lattner | 2008-01-06 | 1 | -0/+6 |
* | Didn't mean to commit this. | Owen Anderson | 2008-01-05 | 1 | -6/+0 |
* | Move some more functionality from MRegisterInfo to TargetInstrInfo. | Owen Anderson | 2008-01-04 | 1 | -0/+6 |
* | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Remove RLE from the headers, since the pass itself is gone now. | Owen Anderson | 2007-09-14 | 1 | -7/+0 |
* | Fix comment. | Devang Patel | 2007-08-07 | 1 | -1/+2 |
* | Begin loop index split pass. | Devang Patel | 2007-08-07 | 1 | -0/+6 |
* | Rename FastDSE to just DSE. | Owen Anderson | 2007-08-01 | 1 | -7/+0 |
* | Add a GVN pass, using the value numbering code I developed for GVNPRE and the | Owen Anderson | 2007-07-24 | 1 | -0/+7 |
* | Rename a lot of things to change FastDLE to RedundantLoadElimination. | Owen Anderson | 2007-07-24 | 1 | -2/+2 |
* | Fix a comment. | Owen Anderson | 2007-07-23 | 1 | -1/+1 |
* | Add FastDLE, the load-elimination counterpart of FastDSE. | Owen Anderson | 2007-07-23 | 1 | -0/+7 |
* | Make LCSSA a loop pass. | Devang Patel | 2007-07-13 | 1 | -1/+1 |
* | Add FastDSE, a new algorithm for doing dead store elimination. This algorith... | Owen Anderson | 2007-07-11 | 1 | -0/+7 |
* | Expose struct size threhold to allow users to tweak their own setting. | Devang Patel | 2007-07-09 | 1 | -1/+1 |