| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce a pointertracking pass. | Edwin Török | 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 | Edwin Török | 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 |
* | Factor a bunch of functionality related to memcpy and memset transforms out of | Owen Anderson | 2008-04-09 | 1 | -0/+1 |
* | Add new sretpromotion pass. | Devang Patel | 2008-03-07 | 1 | -0/+1 |
* | Add StripDeadPrototypes pass. | Devang Patel | 2008-02-22 | 1 | -0/+1 |
* | remove the LowerSelect pass. The last client was the old Sparc backend, whic... | Chris Lattner | 2008-02-19 | 1 | -1/+0 |
* | remove the lower packed pass. It can never work and even the parts that | Chris Lattner | 2008-02-19 | 1 | -1/+0 |
* | The CorrelatedExpressionElimination pass is known to be buggy. Remove it. | Bill Wendling | 2008-01-27 | 1 | -1/+0 |
* | With this patch, the LowerGC transformation becomes the | Gordon Henriksen | 2008-01-07 | 1 | -1/+0 |
* | fix an accidental commit that broke all the testers :( | Chris Lattner | 2008-01-06 | 1 | -1/+0 |
* | rename isStore -> mayStore to more accurately reflect what it captures. | Chris Lattner | 2008-01-06 | 1 | -0/+1 |
* | Didn't mean to commit this. | Owen Anderson | 2008-01-05 | 1 | -1/+0 |
* | Move some more functionality from MRegisterInfo to TargetInstrInfo. | Owen Anderson | 2008-01-04 | 1 | -0/+1 |
* | 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 | -1/+0 |
* | Begin loop index split pass. | Devang Patel | 2007-08-07 | 1 | -0/+1 |
* | Rename FastDSE to just DSE. | Owen Anderson | 2007-08-01 | 1 | -1/+0 |
* | Add a GVN pass, using the value numbering code I developed for GVNPRE and the | Owen Anderson | 2007-07-24 | 1 | -0/+1 |
* | Rename a lot of things to change FastDLE to RedundantLoadElimination. | Owen Anderson | 2007-07-24 | 1 | -1/+1 |
* | Forgot to commit this file. | Owen Anderson | 2007-07-23 | 1 | -0/+1 |
* | It's not necessary to do rounding for alloca operations when the requested | Dan Gohman | 2007-07-18 | 1 | -0/+127 |