| Age | Commit message (Expand) | Author |
| 2010-11-13 | Generalize the reassociation transform in SimplifyCommutative (now renamed to | Duncan Sands |
| 2010-11-10 | Teach InstructionSimplify how to look through PHI nodes. Since PHI | Duncan Sands |
| 2010-11-10 | When checking that the necessary bits are zero in | Dale Johannesen |
| 2010-11-08 | Add an additional test for icmp of select folding. | Duncan Sands |
| 2010-11-07 | Add simplification of floating point comparisons with the result | Duncan Sands |
| 2010-11-07 | Fix a README item: when doing a comparison with the result | Duncan Sands |
| 2010-11-01 | When folding away a (shl (shr)) pair, we need to check that the bits that wil... | Owen Anderson |
| 2010-10-29 | Change instcombine's getShuffleMask to represent undef with negative values. | Bob Wilson |
| 2010-10-29 | Make instcombine a little more aggressive in combining vector shuffles. | Bob Wilson |
| 2010-10-27 | Teach InstCombine not to use Add and Neg on FP. PR 8490. | Dale Johannesen |
| 2010-10-25 | Fix a case where instcombine was stripping metadata (and alignment) | Dan Gohman |
| 2010-10-22 | Teach instcombine to set the alignment arguments for NEON load/store intrinsics. | Bob Wilson |
| 2010-10-01 | fix PR8267 - Instcombine shouldn't optimizer away volatile memcpy's. | Chris Lattner |
| 2010-10-01 | upgrade this test. | Chris Lattner |
| 2010-09-27 | Don't try to constant fold libm functions with non-finite arguments. | Jakob Stoklund Olesen |
| 2010-09-24 | Be more precise when trying to XFAIL this tester: http://google1.osuosl.org:8... | Jakob Stoklund Olesen |
| 2010-09-18 | Attempt to XFAIL this test on arm-linux, which is inexplicably failing. | Dan Gohman |
| 2010-09-17 | Fix this test so that folding doesn't depend on a potentially | Dan Gohman |
| 2010-09-17 | Fix the folding of floating-point math library calls, like sin(infinity), | Dan Gohman |
| 2010-09-13 | Add a reduced testcase for the infinite loop fixed in r113763. | Owen Anderson |
| 2010-09-13 | Re-apply r113679, which was reverted in r113720, which added a paid of new in... | Owen Anderson |
| 2010-09-12 | Revert 113679, it was causing an infinite loop in a testcase that I've sent | Eric Christopher |
| 2010-09-11 | Invert and-of-or into or-of-and when doing so would allow us to clear bits of... | Owen Anderson |
| 2010-09-10 | Teach InstructionSimplify to fold (A & B) & A -> A & B and (A | B) | A -> A | B. | Benjamin Kramer |
| 2010-09-08 | Generalize instcombine's support for combining multiple bit checks into a sin... | Owen Anderson |
| 2010-09-07 | Fix a serious performance regression introduced by r108687 on linux: | Chris Lattner |
| 2010-09-07 | rename test. | Chris Lattner |
| 2010-09-03 | Add a test for PR4413, which was apparently fixed at some point in the past. | Owen Anderson |
| 2010-09-02 | more test cleanup | Chris Lattner |
| 2010-08-31 | Remove r111665, which implemented store-narrowing in InstCombine. Chris disc... | Owen Anderson |
| 2010-08-28 | handle the constant case of vector insertion. For something | Chris Lattner |
| 2010-08-28 | optimize bitcasts from large integers to vector into vector | Chris Lattner |
| 2010-08-27 | tidy up test. | Chris Lattner |
| 2010-08-27 | Enhance the shift propagator to handle the case when you have: | Chris Lattner |
| 2010-08-27 | Implement a pretty general logical shift propagation | Chris Lattner |
| 2010-08-27 | merge and filecheckize test | Chris Lattner |
| 2010-08-27 | merge two tests | Chris Lattner |
| 2010-08-27 | teach the truncation optimization that an entire chain of | Chris Lattner |
| 2010-08-27 | Add an instcombine to clean up a common pattern produced | Chris Lattner |
| 2010-08-26 | filecheckize | Chris Lattner |
| 2010-08-26 | rename test. | Chris Lattner |
| 2010-08-26 | optimize "integer extraction out of the middle of a vector" as produced | Chris Lattner |
| 2010-08-26 | optimize bitcast(trunc(bitcast(x))) where the result is a float and 'x' | Chris Lattner |
| 2010-08-26 | filecheckize | Chris Lattner |
| 2010-08-26 | rename test | Chris Lattner |
| 2010-08-20 | Re-apply r111568 with a fix for the clang self-host. | Owen Anderson |
| 2010-08-19 | Previous revert failed to remove this file. | Owen Anderson |
| 2010-08-19 | Revert r111568 to unbreak clang self-host. | Owen Anderson |
| 2010-08-19 | When a set of bitmask operations, typically from a bitfield initialization, o... | Owen Anderson |
| 2010-08-17 | Temporarily revert r110987 as it's causing some miscompares in | Eric Christopher |