| Commit message (Expand) | Author | Age | Files | Lines |
* | Tighten up a check for folding away loads from (newly constant) globals. This | Chris Lattner | 2007-11-09 | 1 | -6/+11 |
* | Fix indent | Anton Korobeynikov | 2007-11-09 | 1 | -12/+11 |
* | Forget to commit users part of value mapper interface | Anton Korobeynikov | 2007-11-09 | 4 | -4/+4 |
* | And delete this one | Anton Korobeynikov | 2007-11-09 | 1 | -29/+0 |
* | Better check | Andrew Lenharth | 2007-11-08 | 1 | -1/+1 |
* | Fix PR1780 | Andrew Lenharth | 2007-11-08 | 1 | -1/+1 |
* | fix const correctness, BB is const, so its predecessors are too | Chris Lattner | 2007-11-06 | 1 | -1/+1 |
* | don't put erase or query for non-allocainst pointers in an set of allocainsts*'s | Chris Lattner | 2007-11-06 | 1 | -3/+6 |
* | Implement PR1777 by detecting dependent phis that | Chris Lattner | 2007-11-06 | 1 | -0/+62 |
* | At the point of calculating the shift amount, the | Duncan Sands | 2007-11-06 | 1 | -2/+3 |
* | wrap long lines | Chris Lattner | 2007-11-06 | 1 | -2/+4 |
* | Fix an abort in instcombine when folding creates a vector rem instruction. | Dan Gohman | 2007-11-05 | 1 | -5/+9 |
* | If a value is incoming from outside the loop then the value does not need rem... | Devang Patel | 2007-11-05 | 1 | -3/+0 |
* | Deleting redundant copy of block extractor pass. See also PR1775. | Gordon Henriksen | 2007-11-05 | 1 | -2/+3 |
* | If a long double is in a packed struct, it may be | Duncan Sands | 2007-11-05 | 1 | -5/+7 |
* | Finishing initial docs for all transformations in Passes.html. | Gordon Henriksen | 2007-11-04 | 5 | -22/+20 |
* | Change uses of getTypeSize to getABITypeSize, getTypeStoreSize | Duncan Sands | 2007-11-04 | 1 | -44/+56 |
* | Disable tail duplication of call instructions. The cost | Chris Lattner | 2007-11-04 | 1 | -0/+5 |
* | Add std:: to sort calls. | Dan Gohman | 2007-11-02 | 1 | -1/+1 |
* | Change illegal uses of ++ to uses of STLExtra.h's next function. | Dan Gohman | 2007-11-02 | 1 | -1/+2 |
* | Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize. | Duncan Sands | 2007-11-01 | 8 | -29/+26 |
* | Fix test/Transforms/DeadStoreElimination/PartialStore.ll, which had been | Owen Anderson | 2007-11-01 | 1 | -4/+12 |
* | Fix InstCombine/2007-10-31-RangeCrash.ll | Chris Lattner | 2007-11-01 | 1 | -0/+8 |
* | Fix a typo in a comment. | Dan Gohman | 2007-10-31 | 1 | -1/+1 |
* | At end of LSR, replace uses of now constant (as result of SplitCriticalEdge) ... | Evan Cheng | 2007-10-30 | 1 | -9/+33 |
* | It's not safe to tell SplitCriticalEdge to merge identical edges. It may dele... | Evan Cheng | 2007-10-30 | 1 | -11/+9 |
* | - Bug fixes. | Evan Cheng | 2007-10-29 | 1 | -10/+38 |
* | Don't bitcast from pointer-to-vector to pointer-to-array when | Dan Gohman | 2007-10-29 | 1 | -20/+4 |
* | Use an array instead of a fixed-length std::vector. | Dan Gohman | 2007-10-29 | 1 | -6/+8 |
* | Do a real assert if there is an unhandled vector instruction instead | Dan Gohman | 2007-10-29 | 1 | -3/+3 |
* | Update a comment to reflect the current code. | Dan Gohman | 2007-10-29 | 1 | -2/+2 |
* | Remove an unused function argument. | Dan Gohman | 2007-10-29 | 1 | -6/+6 |
* | Fix a typo in a comment. | Dan Gohman | 2007-10-29 | 1 | -1/+1 |
* | Avoid calling ValidStride when not all uses are addresses. | Dan Gohman | 2007-10-29 | 1 | -6/+5 |
* | Fix PR1752 and LoopSimplify/2007-10-28-InvokeCrash.ll: terminators | Chris Lattner | 2007-10-29 | 1 | -4/+6 |
* | A number of LSR fixes: | Evan Cheng | 2007-10-26 | 1 | -21/+32 |
* | Fix a crash. Make sure TLI is not null. | Evan Cheng | 2007-10-26 | 1 | -1/+1 |
* | More fleshing out of docs/Passes.html, plus some typo fixes and | Gordon Henriksen | 2007-10-26 | 2 | -9/+9 |
* | Loosen up iv reuse to allow reuse of the same stride but a larger type when t... | Evan Cheng | 2007-10-26 | 1 | -17/+21 |
* | Do not rewrite compare instruction using iv of a different stride if the new | Evan Cheng | 2007-10-25 | 1 | -36/+80 |
* | Remove code that's commented out. | Evan Cheng | 2007-10-25 | 1 | -2/+0 |
* | If a loop termination compare instruction is the only use of its stride, | Evan Cheng | 2007-10-25 | 1 | -34/+163 |
* | Fix off by 1 bug in printf->puts lowering. | Dale Johannesen | 2007-10-24 | 1 | -1/+3 |
* | simplify some code by using the new isNaN predicate | Chris Lattner | 2007-10-24 | 1 | -4/+2 |
* | Implement a couple of foldings for ordered and unordered comparisons, | Chris Lattner | 2007-10-24 | 1 | -4/+44 |
* | Strength reduction improvements. | Dan Gohman | 2007-10-22 | 1 | -20/+61 |
* | Move the SCEV object factors from being static members of the individual | Dan Gohman | 2007-10-22 | 2 | -77/+83 |
* | Reg2Mem cleanup and optimizations: | Anton Korobeynikov | 2007-10-21 | 2 | -25/+72 |
* | Try again. | Devang Patel | 2007-10-18 | 1 | -3/+36 |
* | Allow GVN to eliminate redundant calls to functions without side effects. | Owen Anderson | 2007-10-18 | 1 | -5/+65 |