| Age | Commit message (Expand) | Author |
| 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-20 | Peer through zext and sext to eliminate them when it is safe to do so. | Nick Lewycky |
| 2009-09-20 | Fold 'icmp eq (icmp), true' into an xor(icmp). | Nick Lewycky |
| 2009-09-20 | Rewrite this check so that it checks what it's supposed to and doesn't use | Nick Lewycky |
| 2009-09-20 | Teach the constant folder how to not a cmpinst. | Nick Lewycky |
| 2009-09-20 | Try turning icmp(bitcast(x), bitcast(y)) into icmp(bitcast(bitcast(x)), y) in | Nick Lewycky |
| 2009-09-20 | Teach the constant folder how to handle a few simple i1 cases. | Nick Lewycky |
| 2009-09-16 | Fix the comment in this test. | Dan Gohman |
| 2009-09-16 | Don't sink gep operators through phi nodes if the result would require | Dan Gohman |
| 2009-09-15 | convert to filecheck | Chris Lattner |
| 2009-09-14 | When extending a memset range past the front, set the alignment of the | Dan Gohman |
| 2009-09-11 | Convert more tests to avoid llvm-as. | Dan Gohman |
| 2009-09-11 | Eliminate more redundant llvm-as calls. | Dan Gohman |
| 2009-09-11 | Change tests from "opt %s" to "opt < %s" so that opt doesn't see the | Dan Gohman |
| 2009-09-11 | another random update | Chris Lattner |
| 2009-09-11 | fix a bunch of spurious failures for people whose home directory | Chris Lattner |
| 2009-09-11 | Teach lib/VMCore/ConstantFold.cpp how to set the inbounds keyword and | Dan Gohman |
| 2009-09-10 | Factor out the code for checking that all indices in a getelementptr are | Dan Gohman |
| 2009-09-09 | Fix SplitCriticalEdge to properly update LCSSA form when splitting a | Dan Gohman |
| 2009-09-09 | Update test. | Daniel Dunbar |
| 2009-09-09 | Use "opt < %s" instead of "opt %s" to keep the testname away from the grep. | Dan Gohman |
| 2009-09-09 | Eliminate more uses of llvm-as and llvm-dis. | Dan Gohman |
| 2009-09-08 | Use "opt < %s" instead of "opt %s" so that opt doesn't print the test | Dan Gohman |
| 2009-09-08 | Convert a few more opt | llvm-dis to opt -S. | Dan Gohman |
| 2009-09-08 | Use opt -S instead of piping bitcode output through llvm-dis. | Dan Gohman |
| 2009-09-08 | Fix PR4909, patch by Jakub Staszak. | Owen Anderson |
| 2009-09-08 | remove an extremely dubious instcombine transformation of | Chris Lattner |
| 2009-09-08 | Trim unnecessary declarations. | Dan Gohman |
| 2009-09-08 | Change these tests to feed the assembly files to opt directly, instead | Dan Gohman |
| 2009-09-08 | Re-apply r80926, with fixes: keep the domtree informed of new blocks | Dan Gohman |
| 2009-09-08 | instcombine transforms vector loads that are only used by | Chris Lattner |
| 2009-09-08 | Fix PR4882, by making MemCpyOpt not dereference removed stores to get the | Chris Lattner |
| 2009-09-08 | fix ComputeMaskedBits handling of zext/sext/trunc to work with vectors. | Chris Lattner |
| 2009-09-07 | Add a testcase for the GlobalOpt inbounds fix. | Dan Gohman |
| 2009-09-07 | Add inbounds to these getelementptrs, now that GlobalOpt requires this, | Dan Gohman |
| 2009-09-07 | tighten test. | Chris Lattner |
| 2009-09-07 | tweak test, add PR# | Chris Lattner |
| 2009-09-07 | Don't depend on Tcl behavior of redirecting stderr for all commands in a | Daniel Dunbar |
| 2009-09-06 | Revert r80926. It causes loop unswitch assertion and slow down some JIT tests... | Evan Cheng |
| 2009-09-05 | Quote another '%S' in a test. | Daniel Dunbar |
| 2009-09-05 | Eliminate uses of %prcontext. | Daniel Dunbar |
| 2009-09-05 | Eliminate some Tclisms. | Daniel Dunbar |
| 2009-09-04 | While replacing an MDNode elment, properly update MDNode's operand list. | Devang Patel |