| Age | Commit message (Expand) | Author |
| 2008-05-09 | Implement PR2298. This transforms: | Chris Lattner |
| 2008-05-08 | More than just loads can read from memory: readonly calls like strlen | Chris Lattner |
| 2008-05-08 | Make instcombine's DSE respect loads as well as stores. It is not safe to | Chris Lattner |
| 2008-05-07 | Fix a bug in the ComputeMaskedBits logic for multiply. | Dan Gohman |
| 2008-05-06 | Testcase for r50770. | Owen Anderson |
| 2008-05-06 | Correct the value of LowBits in srem and urem handling in | Dan Gohman |
| 2008-05-05 | Fix a crash when threading a block that includes a MRV call result. | Chris Lattner |
| 2008-05-02 | Fix a mistake in the computation of leading zeros for udiv. | Dan Gohman |
| 2008-05-02 | strength reduce exp2 into ldexp, rdar://5852514 | Chris Lattner |
| 2008-05-01 | Update old-style syntax in some "not grep" tests. | Dan Gohman |
| 2008-05-01 | New test for bug fixed in 50545. | Dale Johannesen |
| 2008-05-01 | Fix an overaggressive SimplifyDemandedBits optimization on urem. This | Dan Gohman |
| 2008-05-01 | fix typo | Chris Lattner |
| 2008-05-01 | instcombine does memset optzns. | Chris Lattner |
| 2008-05-01 | simplifylibcalls doesn't optimize llvm.memmove, instcombine does. | Chris Lattner |
| 2008-05-01 | move some tests from libcall optimizer suite. | Chris Lattner |
| 2008-04-30 | Move this test to LoopDeletion, where it now passes. | Owen Anderson |
| 2008-04-30 | move lowering of llvm.memset -> store from simplify libcalls | Chris Lattner |
| 2008-04-30 | no reason for simplifylibcalls to simplify intrinsics, instcombine does | Chris Lattner |
| 2008-04-30 | remove redundant check. | Chris Lattner |
| 2008-04-29 | Fix a bug in memcpyopt where the memcpy-memcpy transform was never being appl... | Owen Anderson |
| 2008-04-29 | don't eliminate load from volatile value on paths where the load is dead. | Chris Lattner |
| 2008-04-29 | make this test reduced and *valid* | Chris Lattner |
| 2008-04-29 | fix a subtle volatile handling bug. | Chris Lattner |
| 2008-04-29 | don't delete the last store to an alloca if the store is volatile. | Chris Lattner |
| 2008-04-28 | Fix DSE to not eliminate volatile loads with no uses. | Dan Gohman |
| 2008-04-28 | Teach InstCombine's ComputeMaskedBits what SelectionDAG's | Dan Gohman |
| 2008-04-28 | Fix PR2256, yet another miscompilation in simplifycfg of i | Chris Lattner |
| 2008-04-26 | When SRoA'ing a global variable, make sure the new globals get the | Chris Lattner |
| 2008-04-25 | Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989 | Nick Lewycky |
| 2008-04-25 | Don't infininitely thread branches when a threaded edge | Chris Lattner |
| 2008-04-24 | Split some code out of the main SimplifyCFG loop into its own function. | Chris Lattner |
| 2008-04-23 | Rewrite multiple return value handling in SCCP. Before, the -sccp pass | Chris Lattner |
| 2008-04-23 | remove this testcase. It isn't testing loop rotate, it is testing all | Chris Lattner |
| 2008-04-23 | make this test more interesting. | Chris Lattner |
| 2008-04-23 | distill down the essense of this test. | Chris Lattner |
| 2008-04-23 | new test | Dale Johannesen |
| 2008-04-23 | Don't do: "(X & 4) >> 1 == 2 --> (X & 4) == 4" if there are more than one us... | Evan Cheng |
| 2008-04-22 | Start doing the significantly useful part of jump threading: handle cases | Chris Lattner |
| 2008-04-22 | Dig through multiple levels of AND to thread jumps if needed. | Chris Lattner |
| 2008-04-22 | Teach jump threading to thread through blocks like: | Chris Lattner |
| 2008-04-22 | add a basic testcase. | Chris Lattner |
| 2008-04-22 | optimize "p != gep p, ..." better. This allows us to compile | Chris Lattner |
| 2008-04-21 | Refactor memcpyopt based on Chris' suggestions. Consolidate several functions | Owen Anderson |
| 2008-04-19 | rename *.llx -> *.ll, last batch. | Chris Lattner |
| 2008-04-16 | XFAIL this test for the moment. The real solution is to prevent ADCE | Owen Anderson |
| 2008-04-11 | Add testcase for PR2213. | Owen Anderson |
| 2008-04-10 | Teach InstCombine's ComputeMaskedBits to handle pointer expressions | Dan Gohman |
| 2008-04-09 | Generalize getUnaryFloatFunction to handle any FP unary function, automatically | Chris Lattner |
| 2008-04-09 | remove capital letter from test name. | Chris Lattner |