| Age | Commit message (Expand) | Author |
| 2010-04-13 | Merge r100936 from mainline to fix PR6760. | Tanya Lattner |
| 2010-03-06 | Let the fallthrough handle whether or not we've changed anything | Eric Christopher |
| 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 | Update CMake build. | Ted Kremenek |
| 2010-03-05 | Move SimplifyLibCalls's LibCall builders to a separate file so they | Eric Christopher |
| 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 | simplify some functions and make them work with vector | Chris Lattner |
| 2010-03-05 | fix a nice subtle reassociate bug which would only occur | Chris Lattner |
| 2010-03-05 | Move GetStringLength and helper from SimplifyLibCalls to ValueTracking. | Eric Christopher |
| 2010-03-05 | Add missing break for Intrinsic::objectsize case. It was falling through to t... | Evan Cheng |
| 2010-03-03 | Make SCEVExpander and LSR more aggressive about hoisting expressions out | Dan Gohman |
| 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-02 | Don't attempt load PRE when there is no real redundancy (i.e., the load is in | Bob Wilson |
| 2010-03-01 | When GVN needs to split critical edges for load PRE, check all of the | Bob Wilson |
| 2010-03-01 | MemoryDepAnalysis is not used if redundant load processing is disabled. | Evan Cheng |
| 2010-03-01 | Add some debug output to LoopSimplify. | Dan Gohman |
| 2010-03-01 | Spelling fixes. | Dan Gohman |
| 2010-03-01 | Prune #includes. | Dan Gohman |
| 2010-02-28 | Revert r97245 which seems to be causing performance problems. | Bob Wilson |
| 2010-02-27 | fix grammaro's pointed out by daniel | Chris Lattner |
| 2010-02-27 | fix PR6414, a nondeterminism issue in IPSCCP which was because | Chris Lattner |
| 2010-02-26 | Fix rdar://7694996 a miscompile of 183.equake from my patch yesterday, | Chris Lattner |
| 2010-02-26 | remove dead code, by this point all uses of CI are gone. | Chris Lattner |
| 2010-02-26 | Move the EnableFullLoadPRE flag from a separate command-line option to an | Bob Wilson |
| 2010-02-26 | Remove unused "NoPRE" parameter in GVN and createGVNPass(). | Bob Wilson |
| 2010-02-26 | fix PR6435 another bug from the MallocInst elimination work. | 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-25 | Modernize comment. | Nick Lewycky |
| 2010-02-25 | Correct whitespace. | Nick Lewycky |
| 2010-02-24 | Reapply r97010, the speculative revert failed. | Daniel Dunbar |
| 2010-02-24 | Speculatively revert r97010, "Add an argument to PHITranslateValue to specify | Daniel Dunbar |
| 2010-02-24 | Fix indentation. | Dan Gohman |
| 2010-02-24 | Add an argument to PHITranslateValue to specify the DominatorTree. If this | Bob Wilson |
| 2010-02-23 | Don't do (X != Y) ? X : Y -> X for floating-point values; it doesn't | Dan Gohman |
| 2010-02-23 | Update memdep when load PRE inserts a new load, and add some debug output. | Bob Wilson |
| 2010-02-22 | Instcombine constant folding can normalize gep with negative index to index w... | Evan Cheng |
| 2010-02-22 | Erase deleted instructions from GVN's ValueTable. This fixes assertion | Bob Wilson |
| 2010-02-22 | Remove unused variables and parameters. | Dan Gohman |
| 2010-02-22 | When emitting an instruction which depends on both a post-incremented | Dan Gohman |
| 2010-02-22 | This cast<Instruction> is unnecessary. | Dan Gohman |
| 2010-02-19 | Rename getSDiv to getExactSDiv to reflect its behavior in cases where | Dan Gohman |
| 2010-02-19 | Check for overflow when scaling up an add or an addrec for | Dan Gohman |