| Commit message (Expand) | Author | Age | Files | Lines |
| * | Generalize instcombine's support for combining multiple bit checks into a sin... | Owen Anderson | 2010-09-08 | 1 | -32/+278 |
| * | Fix a serious performance regression introduced by r108687 on linux: | Chris Lattner | 2010-09-07 | 1 | -1/+6 |
| * | Remove r111665, which implemented store-narrowing in InstCombine. Chris disc... | Owen Anderson | 2010-08-31 | 1 | -47/+0 |
| * | for completeness, allow undef also. | Chris Lattner | 2010-08-28 | 1 | -0/+3 |
| * | handle the constant case of vector insertion. For something | Chris Lattner | 2010-08-28 | 1 | -3/+32 |
| * | optimize bitcasts from large integers to vector into vector | Chris Lattner | 2010-08-28 | 2 | -11/+129 |
| * | Enhance the shift propagator to handle the case when you have: | Chris Lattner | 2010-08-27 | 1 | -22/+56 |
| * | Implement a pretty general logical shift propagation | Chris Lattner | 2010-08-27 | 2 | -2/+227 |
| * | remove some special shift cases that have been subsumed into the | Chris Lattner | 2010-08-27 | 1 | -34/+13 |
| * | teach the truncation optimization that an entire chain of | Chris Lattner | 2010-08-27 | 1 | -0/+5 |
| * | Add an instcombine to clean up a common pattern produced | Chris Lattner | 2010-08-27 | 1 | -0/+23 |
| * | optimize "integer extraction out of the middle of a vector" as produced | Chris Lattner | 2010-08-26 | 1 | -13/+35 |
| * | optimize bitcast(trunc(bitcast(x))) where the result is a float and 'x' | Chris Lattner | 2010-08-26 | 1 | -0/+34 |
| * | Re-apply r111568 with a fix for the clang self-host. | Owen Anderson | 2010-08-20 | 1 | -0/+47 |
| * | Revert r111568 to unbreak clang self-host. | Owen Anderson | 2010-08-19 | 1 | -45/+0 |
| * | When a set of bitmask operations, typically from a bitfield initialization, o... | Owen Anderson | 2010-08-19 | 1 | -0/+45 |
| * | Temporarily revert r110987 as it's causing some miscompares in | Eric Christopher | 2010-08-17 | 1 | -123/+64 |
| * | Reapply this transformation now that it is passing the external test which it... | Nate Begeman | 2010-08-13 | 1 | -64/+123 |
| * | Temporarily revert 110737 and 110734, they were causing failures | Eric Christopher | 2010-08-12 | 1 | -141/+64 |
| * | Add the minimal amount of smarts necessary to instcombine of shufflevectors t... | Nate Begeman | 2010-08-10 | 1 | -64/+141 |
| * | PR7853: fix a silly mistake introduced in r101899, and add a test to make sure | Eli Friedman | 2010-08-09 | 1 | -1/+1 |
| * | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson | 2010-08-06 | 1 | -1/+1 |
| * | Revert r110396 to fix buildbots. | Owen Anderson | 2010-08-06 | 1 | -1/+1 |
| * | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson | 2010-08-05 | 1 | -1/+1 |
| * | Make instcombine set explicit alignments on load or store | Dan Gohman | 2010-08-03 | 1 | -6/+14 |
| * | Use unary + instead of a separate local variable for working | Dan Gohman | 2010-08-03 | 1 | -2/+1 |
| * | Re-apply the infamous r108614, with a fix pointed out by Dirk Steinke. | Owen Anderson | 2010-08-02 | 1 | -5/+38 |
| * | Speculatively revert r108614, "Another attempt at getting the clang self-host to | Daniel Dunbar | 2010-07-31 | 1 | -32/+0 |
| * | Move MaximumAlignment to be a member of the Value class. | Dan Gohman | 2010-07-30 | 1 | -1/+2 |
| * | PR7750: !CExpr->isNullValue() only properly computes whether CExpr is nonnull | Eli Friedman | 2010-07-29 | 1 | -1/+1 |
| * | Define a maximum supported alignment value for load, store, and | Dan Gohman | 2010-07-28 | 1 | -1/+5 |
| * | When user code intentionally dereferences null, the alignment of the | Dan Gohman | 2010-07-28 | 1 | -2/+7 |
| * | mass elimination of reliance on automatic iterator dereferencing | Gabor Greif | 2010-07-22 | 1 | -1/+1 |
| * | undo 80 column trespassing I caused | Gabor Greif | 2010-07-22 | 1 | -7/+11 |
| * | Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). | Owen Anderson | 2010-07-21 | 1 | -2/+2 |
| * | Tweak per Chris' comments. | Owen Anderson | 2010-07-19 | 1 | -7/+8 |
| * | Reimplement r108639 in InstCombine rather than DAGCombine. | Owen Anderson | 2010-07-19 | 1 | -0/+26 |
| * | Another attempt at getting the clang self-host to like my instcombine patch. | Owen Anderson | 2010-07-17 | 1 | -0/+32 |
| * | Remove the rest of my instcombine changes. Back to the drawing board on this... | Owen Anderson | 2010-07-16 | 1 | -28/+0 |
| * | eliminate CallInst::ArgOffset | Gabor Greif | 2010-07-16 | 1 | -3/+3 |
| * | Also revert 108422, it's causing some test failures. | Eric Christopher | 2010-07-16 | 1 | -19/+0 |
| * | Speculatively revert r108429 to fix the clang self-host. | Owen Anderson | 2010-07-15 | 2 | -19/+28 |
| * | Per Chris' suggestion, get rid of the select canonicalization and just add | Owen Anderson | 2010-07-15 | 2 | -28/+19 |
| * | Reapply r108378, with bugfixes, testcase, and improved comment formatting. | Owen Anderson | 2010-07-15 | 2 | -0/+47 |
| * | Speculatively revert r108378; may be causing bootstrap failures. | Eli Friedman | 2010-07-15 | 2 | -43/+0 |
| * | Add instcombine transforms to optimize tests of multiple bits of the same val... | Owen Anderson | 2010-07-14 | 2 | -0/+43 |
| * | revert r108320, I see the failures now... | Chris Lattner | 2010-07-14 | 1 | -8/+0 |
| * | reapply benjamin's instcombine patch, I don't see anything wrong with it and ... | Chris Lattner | 2010-07-14 | 1 | -0/+8 |
| * | Nope, still breaks the release selfhost bots :( | Benjamin Kramer | 2010-07-12 | 1 | -8/+0 |
| * | Reapply the "or" half of r108136, which seems to be less problematic. | Benjamin Kramer | 2010-07-12 | 1 | -0/+8 |