| Age | Commit message (Expand) | Author |
| 2010-04-13 | Merge r100936 from mainline to fix PR6760. | Tanya Lattner |
| 2010-03-23 | Merge r98416 from mainline. | Tanya Lattner |
| 2010-03-06 | Migrate _chk call lowering from SimplifyLibCalls to InstCombine. Stub | Eric Christopher |
| 2010-03-06 | Temporarily revert: | Eric Christopher |
| 2010-03-06 | Transform @llvm.objectsize to integer if the argument is a result of malloc o... | Evan Cheng |
| 2010-03-05 | Safely turn memset_chk etc. to non-chk variant if the known object size is >=... | Evan Cheng |
| 2010-03-05 | Instcombine should turn llvm.objectsize of a alloca with static size to an in... | Evan Cheng |
| 2010-03-05 | fix PR6512, a case where instcombine would incorrectly merge loads | Chris Lattner |
| 2010-03-05 | Fix PR6503. This turned into a much more interesting and nasty bug. Various | Chris Lattner |
| 2010-03-05 | make these less sensitive to temporary naming. | Chris Lattner |
| 2010-03-05 | remove this testcase, it isn't clear what it was testing and it is subsumed b... | Chris Lattner |
| 2010-03-05 | fix a nice subtle reassociate bug which would only occur | 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 | Non-affine post-inc SCEV expansions have more code which must be | Dan Gohman |
| 2010-03-02 | Floating-point add, sub, and mul are now spelled fadd, fsub, and fmul, | Dan Gohman |
| 2010-03-01 | Remove tests that checks @llvm.dbg.stoppoint handling. | Devang Patel |
| 2010-03-01 | stop using anders-aa | Chris Lattner |
| 2010-03-01 | @llvm.dbg.stoppoint intrinsic is not used anymore. | Devang Patel |
| 2010-03-01 | Update to use new debug info encoding scheme. As a bonus, now the test passes! | Devang Patel |
| 2010-03-01 | Remove this test because it checks wheter optimizer handled @llvm.dbg.global_... | Devang Patel |
| 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-27 | fix PR6414, a nondeterminism issue in IPSCCP which was because | Chris Lattner |
| 2010-02-26 | fix PR6435 another bug from the MallocInst elimination work. | Chris Lattner |
| 2010-02-26 | this file lacks a run line! | Chris Lattner |
| 2010-02-25 | rewrite OptimizeGlobalAddressOfMalloc to fix PR6422, some bugs | Chris Lattner |
| 2010-02-25 | Make LoopSimplify change conditional branches in loop exiting blocks | Dan Gohman |
| 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-19 | Teach ScalarEvolution how to compute a tripcount for a loop with | Dan Gohman |
| 2010-02-17 | Fold bswap(undef) to undef. | Dan Gohman |
| 2010-02-16 | Testcase for critical edge splitting with load PRE. | Bob Wilson |
| 2010-02-15 | fix PR6305 by handling BlockAddress in a helper function | Chris Lattner |
| 2010-02-13 | Fix a problem where we had bitcasted operands that gave us | Eric Christopher |
| 2010-02-12 | 1. modernize the constantmerge pass, using densemap/smallvector. | Chris Lattner |
| 2010-02-12 | rename test | Chris Lattner |
| 2010-02-12 | Reapply the new LoopStrengthReduction code, with compile time and | Dan Gohman |
| 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 | Make DSE only scan blocks that are reachable from the entry | Chris Lattner |
| 2010-02-11 | a testcase that doesn't crash GVN but could someday. | Chris Lattner |
| 2010-02-11 | Make jump threading honor x|undef -> true and x&undef -> false, | Chris Lattner |
| 2010-02-11 | Add ConstantExpr handling to Intrinsic::objectsize lowering. | Eric Christopher |