| Age | Commit message (Expand) | Author |
| 2009-12-01 | minimize this a bit more. | Chris Lattner |
| 2009-12-01 | merge 2009-11-29-ReverseMap.ll into crash.ll | Chris Lattner |
| 2009-11-30 | Add a testcase for the current llvm-gcc build failure. | Nick Lewycky |
| 2009-11-29 | add PR# | Chris Lattner |
| 2009-11-29 | Add a testcase for: | Chris Lattner |
| 2009-11-29 | add a testcase for | Chris Lattner |
| 2009-11-28 | reenable load address insertion in load pre. This allows us to | Chris Lattner |
| 2009-11-27 | disable value insertion for now, I need to figure out how | Chris Lattner |
| 2009-11-27 | I accidentally implemented this :) | Chris Lattner |
| 2009-11-27 | add support for recursive phi translation and phi | Chris Lattner |
| 2009-11-27 | add two simple test cases we now optimize (to one load in the loop each) and ... | Chris Lattner |
| 2009-11-27 | teach GVN's load PRE to insert computations of the address in predecessors | Chris Lattner |
| 2009-11-27 | add some tests for memdep phi translation + PRE. | Chris Lattner |
| 2009-11-27 | this test is failing, and is expected to. | Chris Lattner |
| 2009-11-27 | filecheckize | Chris Lattner |
| 2009-11-27 | rename test. | Chris Lattner |
| 2009-11-27 | Fix phi translation in load PRE to agree with the phi | Chris Lattner |
| 2009-11-27 | redisable this, my bootstrap worked because it wasn't an optimized build, who... | Chris Lattner |
| 2009-11-27 | try again. | Chris Lattner |
| 2009-11-27 | this is causing buildbot failures, disable for now. | Chris Lattner |
| 2009-11-27 | teach phi translation of GEPs to simplify geps like 'gep x, 0'. | Chris Lattner |
| 2009-11-27 | teach memdep to do trivial PHI translation of GEPs. More to | Chris Lattner |
| 2009-11-26 | Teach memdep to phi translate bitcasts. This allows us to compile | Chris Lattner |
| 2009-11-26 | convert to filecheck | Chris Lattner |
| 2009-11-20 | Try to work around grep's "Binary file (standard input) matches" complaints seen | Benjamin Kramer |
| 2009-11-19 | Extend CaptureTracking to indicate when a value is never stored, even | Dan Gohman |
| 2009-11-09 | Default-addressspace null pointers don't alias anything. This allows | Dan Gohman |
| 2009-10-28 | Treat lifetime begin/end markers as allocations/frees respectively for the | Owen Anderson |
| 2009-10-28 | Be more careful about invariance reasoning on "store" queries. Stores still ... | Owen Anderson |
| 2009-10-28 | Add trivial support for the invariance intrinsics to memdep. This logic is | Owen Anderson |
| 2009-10-16 | Check that GVN performs this transform even if the calls | Duncan Sands |
| 2009-10-13 | Memory dependence analysis was incorrectly stopping to scan for stores to a p... | Victor Hernandez |
| 2009-10-10 | switch GVN to use SSAUpdater. Besides removing a lot of complexity | Chris Lattner |
| 2009-09-21 | fix PR5016, a crash I introduced in GVN handing first class | Chris Lattner |
| 2009-09-21 | enable non-local analysis and PRE of large store -> little load. | Chris Lattner |
| 2009-09-21 | add pr# | Chris Lattner |
| 2009-09-21 | Improve GVN to be able to forward substitute a small load | Chris Lattner |
| 2009-09-21 | fix a FileCheck bug where: | Chris Lattner |
| 2009-09-20 | Work around a FileCheck bug, for now. | Daniel Dunbar |
| 2009-09-20 | Revert r82404, it is causing a bootstrap miscompile. This is very very | Chris Lattner |
| 2009-09-20 | this was not supposed to be committed | Chris Lattner |
| 2009-09-20 | implement and document support for CHECK-NOT | Chris Lattner |
| 2009-09-20 | improve memdep to eliminate bitcasts (and aliases, and noop geps) | Chris Lattner |
| 2009-09-20 | Move CoerceAvailableValueToLoadType earlier in GVN.cpp. Hook it up | Chris Lattner |
| 2009-09-20 | enhance GVN to forward substitute a stored value to a load | Chris Lattner |
| 2009-09-11 | Change tests from "opt %s" to "opt < %s" so that opt doesn't see the | Dan Gohman |
| 2009-09-08 | Use opt -S instead of piping bitcode output through llvm-dis. | Dan Gohman |
| 2009-09-08 | Change these tests to feed the assembly files to opt directly, instead | Dan Gohman |
| 2009-09-05 | Eliminate uses of %prcontext. | Daniel Dunbar |
| 2009-09-03 | Change PHINode::hasConstantValue to have a DominatorTree argument | Dan Gohman |