Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Give GVN back the ability to perform simple conditional propagation on condit... | Owen Anderson | 2010-12-21 | 1 | -0/+55 |
* | Completely rework the datastructure GVN uses to represent the value number to... | Owen Anderson | 2010-11-18 | 1 | -52/+0 |
* | Make BasicAliasAnalysis a normal AliasAnalysis implementation which | Dan Gohman | 2010-10-18 | 1 | -1/+1 |
* | Change tests from "opt %s" to "opt < %s" so that opt doesn't see the | Dan Gohman | 2009-09-11 | 1 | -1/+1 |
* | Use opt -S instead of piping bitcode output through llvm-dis. | Dan Gohman | 2009-09-08 | 1 | -1/+1 |
* | Change these tests to feed the assembly files to opt directly, instead | Dan Gohman | 2009-09-08 | 1 | -1/+1 |
* | Reapply r68211, with the miscompilations it caused fixed. | Owen Anderson | 2009-04-01 | 1 | -0/+52 |
* | Revert r68172. It caused regressions in | Dan Gohman | 2009-04-01 | 1 | -52/+0 |
* | Enhance GVN to propagate simple conditionals. This fixes PR3921. | Owen Anderson | 2009-04-01 | 1 | -0/+52 |