| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | @llvm.dbg.stoppoint intrinsic is not used anymore. | Devang Patel | 2010-03-01 | 1 | -98/+0 |
* | Update to use new debug info encoding scheme. As a bonus, now the test passes! | Devang Patel | 2010-03-01 | 1 | -55/+64 |
* | Remove this test because it checks wheter optimizer handled @llvm.dbg.global_... | Devang Patel | 2010-03-01 | 1 | -54/+0 |
* | LLVM instruction syntax doesn't have trailing semicolons. | Dan Gohman | 2010-03-01 | 1 | -5/+5 |
* | Teach APFloat how to create both QNaNs and SNaNs and with arbitrary-width | John McCall | 2010-02-28 | 1 | -2/+1 |
* | fix PR6414, a nondeterminism issue in IPSCCP which was because | Chris Lattner | 2010-02-27 | 1 | -0/+32 |
* | fix PR6435 another bug from the MallocInst elimination work. | Chris Lattner | 2010-02-26 | 1 | -0/+27 |
* | this file lacks a run line! | Chris Lattner | 2010-02-26 | 1 | -0/+1 |
* | rewrite OptimizeGlobalAddressOfMalloc to fix PR6422, some bugs | Chris Lattner | 2010-02-25 | 1 | -0/+17 |
* | Make LoopSimplify change conditional branches in loop exiting blocks | Dan Gohman | 2010-02-25 | 2 | -1/+66 |
* | Don't do (X != Y) ? X : Y -> X for floating-point values; it doesn't | Dan Gohman | 2010-02-23 | 1 | -0/+53 |
* | Remove the code which constant-folded ptrtoint(inttoptr(x)+c) to | Dan Gohman | 2010-02-23 | 1 | -27/+0 |
* | Convert this test to FileCheck and add a testcase for PR3574. | Dan Gohman | 2010-02-23 | 1 | -3/+15 |
* | Instcombine constant folding can normalize gep with negative index to index w... | Evan Cheng | 2010-02-22 | 1 | -1/+31 |
* | Add a test for canonicalizing ConstantExpr operands. | Dan Gohman | 2010-02-22 | 1 | -1/+10 |
* | Constant-fold certain comparisons with infinity and negative infinity. | Dan Gohman | 2010-02-22 | 1 | -0/+155 |
* | Teach ScalarEvolution how to compute a tripcount for a loop with | Dan Gohman | 2010-02-19 | 8 | -12/+12 |
* | Fold bswap(undef) to undef. | Dan Gohman | 2010-02-17 | 1 | -0/+6 |
* | Testcase for critical edge splitting with load PRE. | Bob Wilson | 2010-02-16 | 1 | -0/+27 |
* | fix PR6305 by handling BlockAddress in a helper function | Chris Lattner | 2010-02-15 | 1 | -0/+11 |
* | Fix a problem where we had bitcasted operands that gave us | Eric Christopher | 2010-02-13 | 1 | -0/+9 |
* | 1. modernize the constantmerge pass, using densemap/smallvector. | Chris Lattner | 2010-02-12 | 1 | -10/+24 |
* | rename test | Chris Lattner | 2010-02-12 | 1 | -0/+0 |
* | Reapply the new LoopStrengthReduction code, with compile time and | Dan Gohman | 2010-02-12 | 11 | -15/+23 |
* | Make sure that ConstantExpr offsets also aren't off of extern | Eric Christopher | 2010-02-11 | 1 | -0/+15 |
* | Rename ValueRequiresCast to ShouldOptimizeCast, to better reflect | Chris Lattner | 2010-02-11 | 1 | -0/+16 |
* | convert to filecheck. | Chris Lattner | 2010-02-11 | 1 | -4/+2 |
* | Make DSE only scan blocks that are reachable from the entry | Chris Lattner | 2010-02-11 | 1 | -0/+14 |
* | a testcase that doesn't crash GVN but could someday. | Chris Lattner | 2010-02-11 | 1 | -3/+19 |
* | Make jump threading honor x|undef -> true and x&undef -> false, | Chris Lattner | 2010-02-11 | 1 | -0/+69 |
* | Add ConstantExpr handling to Intrinsic::objectsize lowering. | Eric Christopher | 2010-02-11 | 1 | -2/+1 |
* | Move Intrinsic::objectsize lowering back to InstCombineCalls and | Eric Christopher | 2010-02-09 | 1 | -3/+3 |
* | Pull these back out, they're a little too aggressive and time | Eric Christopher | 2010-02-09 | 1 | -5/+5 |
* | fix PR6193, only considering sign extensions *from i1* for this | Chris Lattner | 2010-02-09 | 1 | -0/+11 |
* | Add a new pass to do llvm.objsize lowering using SCEV. | Eric Christopher | 2010-02-09 | 1 | -5/+5 |
* | Add a test for my change to disable reassociation for i1 types. | Bob Wilson | 2010-02-06 | 1 | -0/+10 |
* | Teach SimplifyCFG about magic pointer constants. | Jakob Stoklund Olesen | 2010-02-05 | 1 | -0/+76 |
* | fix logical-select to invoke filecheck right, and fix hte instcombine | Chris Lattner | 2010-02-05 | 1 | -1/+3 |
* | Remove this code for now. I have a better idea and will rewrite with | Eric Christopher | 2010-02-05 | 1 | -2/+13 |
* | Temporarily revert this since it appears to have caused a build | Eric Christopher | 2010-02-04 | 1 | -12/+2 |
* | Rework constant expr and array handling for objectsize instcombining. | Eric Christopher | 2010-02-04 | 1 | -2/+12 |
* | If we're dealing with a zero-length array, don't lower to any | Eric Christopher | 2010-02-03 | 1 | -0/+11 |
* | Revert 94937 and move the noreturn check to codegen. | Evan Cheng | 2010-02-03 | 1 | -12/+0 |
* | Recommit this, looks like it wasn't the cause. | Eric Christopher | 2010-02-03 | 2 | -0/+42 |
* | Hopefully temporarily revert this. | Eric Christopher | 2010-02-02 | 2 | -42/+0 |
* | Re-add strcmp and known size object size checking optimization. | Eric Christopher | 2010-02-02 | 2 | -0/+42 |
* | don't turn (A & (C0?-1:0)) | (B & ~(C0?-1:0)) -> C0 ? A : B | Chris Lattner | 2010-02-02 | 1 | -0/+14 |
* | fix a crash in loop unswitch on a loop invariant vector condition. | Chris Lattner | 2010-02-02 | 1 | -1/+16 |
* | remove an unreduced testcase, rename another. | Chris Lattner | 2010-02-02 | 2 | -1697/+0 |
* | fix PR6195, a bug constant folding scalar -> vector compares. | Chris Lattner | 2010-02-01 | 1 | -0/+9 |