| Age | Commit message (Expand) | Author |
| 2010-03-05 | remove this testcase, it isn't clear what it was testing and it is subsumed b... | Chris Lattner |
| 2010-03-04 | Make the 'icmp pred trunc(ext(X)), CST --> icmp pred X, ext(trunc(CST))' | Nick Lewycky |
| 2010-03-03 | fix incorrect folding of icmp with undef, PR6481. | Chris Lattner |
| 2010-03-03 | This test case: | Bill Wendling |
| 2010-03-02 | Floating-point add, sub, and mul are now spelled fadd, fsub, and fmul, | Dan Gohman |
| 2010-03-01 | LLVM instruction syntax doesn't have trailing semicolons. | Dan Gohman |
| 2010-02-28 | Teach APFloat how to create both QNaNs and SNaNs and with arbitrary-width | John McCall |
| 2010-02-23 | Don't do (X != Y) ? X : Y -> X for floating-point values; it doesn't | Dan Gohman |
| 2010-02-23 | Remove the code which constant-folded ptrtoint(inttoptr(x)+c) to | Dan Gohman |
| 2010-02-23 | Convert this test to FileCheck and add a testcase for PR3574. | Dan Gohman |
| 2010-02-22 | Instcombine constant folding can normalize gep with negative index to index w... | Evan Cheng |
| 2010-02-22 | Add a test for canonicalizing ConstantExpr operands. | Dan Gohman |
| 2010-02-22 | Constant-fold certain comparisons with infinity and negative infinity. | Dan Gohman |
| 2010-02-17 | Fold bswap(undef) to undef. | Dan Gohman |
| 2010-02-13 | Fix a problem where we had bitcasted operands that gave us | Eric Christopher |
| 2010-02-11 | Make sure that ConstantExpr offsets also aren't off of extern | Eric Christopher |
| 2010-02-11 | Rename ValueRequiresCast to ShouldOptimizeCast, to better reflect | Chris Lattner |
| 2010-02-11 | convert to filecheck. | Chris Lattner |
| 2010-02-11 | Add ConstantExpr handling to Intrinsic::objectsize lowering. | Eric Christopher |
| 2010-02-09 | Move Intrinsic::objectsize lowering back to InstCombineCalls and | Eric Christopher |
| 2010-02-09 | Pull these back out, they're a little too aggressive and time | Eric Christopher |
| 2010-02-09 | fix PR6193, only considering sign extensions *from i1* for this | Chris Lattner |
| 2010-02-09 | Add a new pass to do llvm.objsize lowering using SCEV. | Eric Christopher |
| 2010-02-05 | fix logical-select to invoke filecheck right, and fix hte instcombine | Chris Lattner |
| 2010-02-05 | Remove this code for now. I have a better idea and will rewrite with | Eric Christopher |
| 2010-02-04 | Temporarily revert this since it appears to have caused a build | Eric Christopher |
| 2010-02-04 | Rework constant expr and array handling for objectsize instcombining. | Eric Christopher |
| 2010-02-03 | If we're dealing with a zero-length array, don't lower to any | Eric Christopher |
| 2010-02-03 | Recommit this, looks like it wasn't the cause. | Eric Christopher |
| 2010-02-02 | Hopefully temporarily revert this. | Eric Christopher |
| 2010-02-02 | Re-add strcmp and known size object size checking optimization. | Eric Christopher |
| 2010-02-02 | don't turn (A & (C0?-1:0)) | (B & ~(C0?-1:0)) -> C0 ? A : B | Chris Lattner |
| 2010-02-01 | fix PR6195, a bug constant folding scalar -> vector compares. | Chris Lattner |
| 2010-02-01 | Generalize target-independent folding rules for sizeof to handle more | Dan Gohman |
| 2010-02-01 | fix rdar://7590304, a miscompilation of objc apps on arm. The caller | Chris Lattner |
| 2010-02-01 | fix rdar://7590304, an infinite loop in instcombine. In the invoke | Chris Lattner |
| 2010-01-31 | Remove test which is no longer relevant. | Eli Friedman |
| 2010-01-31 | Simplify/generalize the xor+add->sign-extend instcombine. | Eli Friedman |
| 2010-01-31 | Add a small transform: transform -(X<<Y) to (-X<<Y) when the shift has a single | Eli Friedman |
| 2010-01-30 | Remove ARM-specific calling convention from this test. Target data is | Bob Wilson |
| 2010-01-29 | Revert my last couple of patches. They appear to have broken bison. | Eric Christopher |
| 2010-01-29 | Improve isSafeToLoadUnconditionally to recognize that GEPs with constant | Bob Wilson |
| 2010-01-29 | Add constant support to object size handling and remove default | Eric Christopher |
| 2010-01-28 | Fix PR6165. The bug was that LHSKnownZero was being and'd with DemandedMask | Duncan Sands |
| 2010-01-24 | change the canonical form of "cond ? -1 : 0" to be | Chris Lattner |
| 2010-01-23 | implement a simple instcombine xform that has been in the | Chris Lattner |
| 2010-01-23 | InstCombine should not fold sext/zext of a vector and a bitcast to a scalar t... | Mon P Wang |
| 2010-01-19 | optimize ~(~X >>s Y) --> (X >>s Y), patch by Edmund Grimley | Chris Lattner |
| 2010-01-18 | my instcombine transformations to make extension elimination more | Chris Lattner |
| 2010-01-18 | filecheckize this. | Chris Lattner |