| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove r111665, which implemented store-narrowing in InstCombine. Chris disc... | Owen Anderson | 2010-08-31 | 1 | -21/+0 |
* | handle the constant case of vector insertion. For something | Chris Lattner | 2010-08-28 | 1 | -0/+12 |
* | optimize bitcasts from large integers to vector into vector | Chris Lattner | 2010-08-28 | 1 | -0/+31 |
* | tidy up test. | Chris Lattner | 2010-08-27 | 1 | -1/+2 |
* | Enhance the shift propagator to handle the case when you have: | Chris Lattner | 2010-08-27 | 1 | -0/+15 |
* | Implement a pretty general logical shift propagation | Chris Lattner | 2010-08-27 | 1 | -4/+17 |
* | merge and filecheckize test | Chris Lattner | 2010-08-27 | 2 | -42/+57 |
* | merge two tests | Chris Lattner | 2010-08-27 | 2 | -10/+12 |
* | teach the truncation optimization that an entire chain of | Chris Lattner | 2010-08-27 | 1 | -4/+21 |
* | Add an instcombine to clean up a common pattern produced | Chris Lattner | 2010-08-27 | 1 | -0/+32 |
* | filecheckize | Chris Lattner | 2010-08-26 | 1 | -7/+19 |
* | rename test. | Chris Lattner | 2010-08-26 | 1 | -0/+0 |
* | optimize "integer extraction out of the middle of a vector" as produced | Chris Lattner | 2010-08-26 | 1 | -0/+25 |
* | optimize bitcast(trunc(bitcast(x))) where the result is a float and 'x' | Chris Lattner | 2010-08-26 | 1 | -0/+22 |
* | filecheckize | Chris Lattner | 2010-08-26 | 1 | -6/+7 |
* | rename test | Chris Lattner | 2010-08-26 | 1 | -0/+0 |
* | Re-apply r111568 with a fix for the clang self-host. | Owen Anderson | 2010-08-20 | 1 | -0/+21 |
* | Previous revert failed to remove this file. | Owen Anderson | 2010-08-19 | 1 | -0/+0 |
* | Revert r111568 to unbreak clang self-host. | Owen Anderson | 2010-08-19 | 1 | -21/+0 |
* | When a set of bitmask operations, typically from a bitfield initialization, o... | Owen Anderson | 2010-08-19 | 1 | -0/+21 |
* | Temporarily revert r110987 as it's causing some miscompares in | Eric Christopher | 2010-08-17 | 1 | -29/+0 |
* | Reapply this transformation now that it is passing the external test which it... | Nate Begeman | 2010-08-13 | 1 | -0/+29 |
* | Temporarily revert 110737 and 110734, they were causing failures | Eric Christopher | 2010-08-12 | 1 | -29/+0 |
* | Add test for recent instcombine vector shuffle enhancement | Nate Begeman | 2010-08-10 | 1 | -0/+29 |
* | PR7853: fix a silly mistake introduced in r101899, and add a test to make sure | Eli Friedman | 2010-08-09 | 1 | -12/+22 |
* | Make instcombine set explicit alignments on load or store | Dan Gohman | 2010-08-03 | 2 | -14/+31 |
* | Re-apply the infamous r108614, with a fix pointed out by Dirk Steinke. | Owen Anderson | 2010-08-02 | 1 | -0/+26 |
* | Speculatively revert r108614, "Another attempt at getting the clang self-host to | Daniel Dunbar | 2010-07-31 | 1 | -26/+0 |
* | Testcase for r108687. | Owen Anderson | 2010-07-19 | 1 | -0/+16 |
* | Another attempt at getting the clang self-host to like my instcombine patch. | Owen Anderson | 2010-07-17 | 1 | -0/+26 |
* | Also revert 108422, it's causing some test failures. | Eric Christopher | 2010-07-16 | 1 | -15/+0 |
* | Reapply r108378, with bugfixes, testcase, and improved comment formatting. | Owen Anderson | 2010-07-15 | 1 | -0/+15 |
* | revert r108320, I see the failures now... | Chris Lattner | 2010-07-14 | 1 | -13/+0 |
* | reapply benjamin's instcombine patch, I don't see anything wrong with it and ... | Chris Lattner | 2010-07-14 | 1 | -0/+13 |
* | Nope, still breaks the release selfhost bots :( | Benjamin Kramer | 2010-07-12 | 1 | -13/+0 |
* | Reapply the "or" half of r108136, which seems to be less problematic. | Benjamin Kramer | 2010-07-12 | 1 | -0/+13 |
* | Revert r108141 again, sigh. | Benjamin Kramer | 2010-07-12 | 2 | -27/+0 |
* | Reapply 108136 with an ugly pasto fixed. | Benjamin Kramer | 2010-07-12 | 2 | -0/+27 |
* | Revert r108136 until I figure out why it broke selfhost. | Benjamin Kramer | 2010-07-12 | 2 | -28/+0 |
* | instcombine: fold (x & y) | (~x & z) and (x & y) ^ (~x & z) into ((y ^ z) & x... | Benjamin Kramer | 2010-07-12 | 2 | -0/+28 |
* | fix PR7311 by avoiding breaking casts when a bitcast from scalar->vector | Chris Lattner | 2010-07-12 | 1 | -0/+11 |
* | fix PR7429, a crash turning a load from a string into a float. | Chris Lattner | 2010-07-12 | 1 | -0/+13 |
* | convert to filechecconvert to filecheckk | Chris Lattner | 2010-07-12 | 1 | -10/+10 |
* | merge two tests. | Chris Lattner | 2010-07-12 | 2 | -11/+11 |
* | Teach instcombine to transform | Benjamin Kramer | 2010-07-08 | 1 | -0/+32 |
* | Constant fold x == undef to undef. | Dan Gohman | 2010-06-28 | 1 | -0/+23 |
* | Remove arm_apcscc from the test files. It is the default and doing this | Rafael Espindola | 2010-06-17 | 2 | -5/+5 |
* | Teach instcombine to promote alloca array sizes. | Dan Gohman | 2010-05-28 | 1 | -3/+17 |
* | Add a testcase for getelementptr index promotion. | Dan Gohman | 2010-05-28 | 1 | -0/+9 |
* | Teach instCombine to remove malloc+free if malloc's only uses are comparisons | Duncan Sands | 2010-05-27 | 2 | -4/+17 |