| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix InstCombine/2006-11-10-ashr-miscompile.ll a miscompilation introduced | Chris Lattner | 2006-11-10 | 1 | -3/+3 |
* | Teach ShrinkDemandedConstant how to handle X+C. This implements: | Chris Lattner | 2006-11-09 | 1 | -1/+100 |
* | reenable factoring of GEP expressions, being more precise about the | Chris Lattner | 2006-11-08 | 1 | -5/+10 |
* | make this code more efficient by not creating a phi node we are just going to | Chris Lattner | 2006-11-08 | 1 | -36/+33 |
* | disable this factoring optzn for GEPs for now, this severely pessimizes some | Chris Lattner | 2006-11-08 | 1 | -1/+1 |
* | For PR950: | Reid Spencer | 2006-11-08 | 1 | -204/+175 |
* | The wrong parameter was being tested to deturmine i32 vs i64 | Andrew Lenharth | 2006-11-03 | 1 | -1/+1 |
* | For PR786: | Reid Spencer | 2006-11-02 | 1 | -10/+6 |
* | For PR950: | Reid Spencer | 2006-11-02 | 1 | -117/+128 |
* | Factor gep instructions through phi nodes. | Chris Lattner | 2006-11-01 | 1 | -10/+39 |
* | Turn a phi of many loads into a phi of the address and a single load of the | Chris Lattner | 2006-11-01 | 1 | -41/+30 |
* | Fix a bug in the previous patch | Chris Lattner | 2006-11-01 | 1 | -3/+6 |
* | Fold things like "phi [add (a,b), add(c,d)]" into two phi's and one add. | Chris Lattner | 2006-11-01 | 1 | -3/+57 |
* | Simplify code a bit by changing instances of: | Reid Spencer | 2006-10-26 | 1 | -47/+27 |
* | For PR950: | Reid Spencer | 2006-10-26 | 1 | -132/+249 |
* | Fix miscompilation of MallocBench/espresso which code review pointed out | Chris Lattner | 2006-10-20 | 1 | -1/+1 |
* | For PR950: | Reid Spencer | 2006-10-20 | 1 | -278/+316 |
* | While creating mask, use 1ULL instead of 1. | Devang Patel | 2006-10-20 | 1 | -1/+1 |
* | It is OK to remove extra cast if operation is EQ/NE even though source | Devang Patel | 2006-10-19 | 1 | -2/+3 |
* | Typo Typo. | Devang Patel | 2006-10-19 | 1 | -1/+1 |
* | Typo. | Devang Patel | 2006-10-19 | 1 | -1/+1 |
* | Fix bug in PR454 resolution. Added new test case. | Devang Patel | 2006-10-19 | 1 | -1/+15 |
* | Undo Chris' last patch, it caused a regression. | Reid Spencer | 2006-10-16 | 1 | -2/+2 |
* | fix a buggy check that accidentally disabled this xform | Chris Lattner | 2006-10-15 | 1 | -1/+1 |
* | add a new SimplifyDemandedVectorElts method, which works similarly to | Chris Lattner | 2006-10-05 | 1 | -8/+254 |
* | Fix a bug from r1.391 of this file, where we checked the size instead of | Chris Lattner | 2006-10-01 | 1 | -2/+2 |
* | Eliminate ConstantBool::True and ConstantBool::False. Instead, provide | Chris Lattner | 2006-09-28 | 1 | -53/+56 |
* | simplify | Andrew Lenharth | 2006-09-20 | 1 | -12/+8 |
* | We went through all that trouble to compute whether it was safe to transform | Chris Lattner | 2006-09-20 | 1 | -6/+46 |
* | Back out Chris' last set of changes. This breaks 177.mesa and povray somehow. | Evan Cheng | 2006-09-20 | 1 | -43/+6 |
* | 80 col. | Evan Cheng | 2006-09-20 | 1 | -1/+2 |
* | If we have an add, do it in the pointer realm, not the int realm. This is cr... | Andrew Lenharth | 2006-09-19 | 1 | -0/+22 |
* | implement select.ll:test19-22 | Chris Lattner | 2006-09-19 | 1 | -6/+43 |
* | Fix an infinite loop building the CFE | Chris Lattner | 2006-09-18 | 1 | -1/+2 |
* | Implement InstCombine/cast.ll:test31. This speeds up 462.libquantum by 26%. | Chris Lattner | 2006-09-18 | 1 | -4/+39 |
* | Implement Transforms/InstCombine/shift-sra.ll:test0 | Chris Lattner | 2006-09-18 | 1 | -0/+20 |
* | Rewrite shift/and/compare sequences to promote better licm of the RHS. | Chris Lattner | 2006-09-18 | 1 | -28/+48 |
* | Fix Transforms/InstCombine/2006-09-15-CastToBool.ll and PR913 | Chris Lattner | 2006-09-16 | 1 | -0/+5 |
* | Fix PR905 and InstCombine/2006-09-11-EmptyStructCrash.ll | Chris Lattner | 2006-09-11 | 1 | -1/+2 |
* | Implement Transforms/InstCombine/hoist_instr.ll | Chris Lattner | 2006-09-09 | 1 | -14/+54 |
* | Turn div X, (Cond ? Y : 0) -> div X, Y | Chris Lattner | 2006-09-09 | 1 | -19/+68 |
* | eliminate RegisterOpt. It does the same thing as RegisterPass. | Chris Lattner | 2006-08-27 | 1 | -1/+1 |
* | s|llvm/Support/Visibility.h|llvm/Support/Compiler.h| | Chris Lattner | 2006-08-27 | 1 | -1/+1 |
* | Silence a warning produced in assertions-disabled mode | Chris Lattner | 2006-07-11 | 1 | -1/+1 |
* | Add a comment, and fix a typo that broke the build. | Owen Anderson | 2006-07-10 | 1 | -1/+2 |
* | Don't indent the entire function. | Owen Anderson | 2006-07-10 | 1 | -50/+49 |
* | Recognize 16-bit bswaps by relaxing overconstrained pattern. | Chris Lattner | 2006-07-10 | 1 | -2/+5 |
* | Make instcombine not remove Phi nodes when LCSSA is live. | Owen Anderson | 2006-07-10 | 1 | -47/+51 |
* | Shrink libllvmgcc.dylib by another 23K | Chris Lattner | 2006-06-28 | 1 | -2/+4 |
* | Fix Transforms/InstCombine/2006-06-28-infloop.ll | Chris Lattner | 2006-06-28 | 1 | -0/+6 |