| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 4 | -13/+13 |
* | Arrays and vectors with different numbers of elements are not equivalent. | Nick Lewycky | 2010-07-16 | 1 | -4/+10 |
* | Also revert 108422, it's causing some test failures. | Eric Christopher | 2010-07-16 | 1 | -19/+0 |
* | Don't merge uses when they are targetting fixup sites with | Dan Gohman | 2010-07-15 | 1 | -1/+20 |
* | Use dbgs() instead of errs() in a DEBUG. | Dan Gohman | 2010-07-15 | 1 | -1/+1 |
* | 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 |
* | Remove unneeded check, and correct style. | Owen Anderson | 2010-07-15 | 1 | -3/+2 |
* | Watch out for a constant offset cancelling out a base register, forming | Dan Gohman | 2010-07-15 | 1 | -2/+9 |
* | Reapply r108378, with bugfixes, testcase, and improved comment formatting. | Owen Anderson | 2010-07-15 | 2 | -0/+47 |
* | This is a full sentence. | Nick Lewycky | 2010-07-15 | 1 | -1/+1 |
* | Disable aliases on all platforms. | Nick Lewycky | 2010-07-15 | 1 | -0/+5 |
* | make various clients of ReplaceAndSimplifyAllUses tolerate | Chris Lattner | 2010-07-15 | 1 | -2/+3 |
* | 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 |
* | Extend SimplifyCFG's common-destination folding heuristic to allow a single | Owen Anderson | 2010-07-14 | 1 | -5/+67 |
* | 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 |
* | Grammar. | Eric Christopher | 2010-07-13 | 1 | -1/+1 |
* | Handle the case of a tail recursion in which the tail call is followed | Duncan Sands | 2010-07-13 | 1 | -13/+35 |
* | 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 |
* | cache result of operator* | Gabor Greif | 2010-07-12 | 1 | -6/+9 |
* | Revert r108141 again, sigh. | Benjamin Kramer | 2010-07-12 | 1 | -17/+0 |
* | cache result of operator* | Gabor Greif | 2010-07-12 | 1 | -2/+3 |
* | cache result of operator* | Gabor Greif | 2010-07-12 | 1 | -6/+9 |
* | cache result of operator* | Gabor Greif | 2010-07-12 | 1 | -3/+4 |
* | cache result of operator* | Gabor Greif | 2010-07-12 | 1 | -4/+6 |
* | cache results of operator* | Gabor Greif | 2010-07-12 | 1 | -3/+5 |
* | cache results of operator* | Gabor Greif | 2010-07-12 | 1 | -21/+31 |
* | Reapply 108136 with an ugly pasto fixed. | Benjamin Kramer | 2010-07-12 | 1 | -0/+17 |
* | Move optimization to avoid redundant matching. | Benjamin Kramer | 2010-07-12 | 1 | -13/+13 |
* | Revert r108136 until I figure out why it broke selfhost. | Benjamin Kramer | 2010-07-12 | 1 | -17/+0 |
* | cache dereferenced iterators | Gabor Greif | 2010-07-12 | 1 | -2/+3 |
* | recommit r108131 (hich has been backed out in r108135) with a fix | Gabor Greif | 2010-07-12 | 1 | -2/+3 |
* | instcombine: fold (x & y) | (~x & z) and (x & y) ^ (~x & z) into ((y ^ z) & x... | Benjamin Kramer | 2010-07-12 | 1 | -0/+17 |
* | back out r108131 (of TailDuplication.cpp) for now, it causes a buildbot failure | Gabor Greif | 2010-07-12 | 1 | -5/+4 |
* | cache dereferenced iterators | Gabor Greif | 2010-07-12 | 1 | -3/+3 |
* | cache dereferenced iterators | Gabor Greif | 2010-07-12 | 1 | -4/+6 |
* | cache dereferenced iterators | Gabor Greif | 2010-07-12 | 1 | -3/+5 |
* | cache dereferenced iterators | Gabor Greif | 2010-07-12 | 2 | -7/+9 |
* | Convert some tab stops into spaces. | Duncan Sands | 2010-07-12 | 3 | -6/+6 |
* | make the prototypes for CreateMalloc and CreateFree more consistent. Patch | Chris Lattner | 2010-07-12 | 1 | -2/+2 |
* | if jump threading is able to infer interesting values on both | Chris Lattner | 2010-07-12 | 1 | -2/+13 |
* | The accumulator tail recursion transform claims to work for any associative | Duncan Sands | 2010-07-10 | 1 | -14/+14 |
* | cache result of operator* | Gabor Greif | 2010-07-09 | 1 | -6/+6 |
* | cache result of operator* | Gabor Greif | 2010-07-09 | 1 | -3/+5 |
* | cache result of operator* | Gabor Greif | 2010-07-09 | 1 | -2/+4 |
* | cache result of operator* | Gabor Greif | 2010-07-09 | 1 | -2/+3 |