| Age | Commit message (Expand) | Author |
| 2010-04-12 | Suppress LinearFunctionTestReplace when the computed backedge-taken | Dan Gohman |
| 2010-04-12 | Verify function prototypes before trying to optimize functions. We also | Eric Christopher |
| 2010-04-12 | Re-apply r101000, with a fix: Don't eliminate an icmp which is part of | Dan Gohman |
| 2010-04-12 | Revert 101000, which is breaking self-host builds. | Dan Gohman |
| 2010-04-11 | Teach IndVarSimplify how to eliminate comparisons involving induction | Dan Gohman |
| 2010-04-10 | fix PR6743, a case where we'd delete an instruction before using it | Chris Lattner |
| 2010-04-10 | fix PR6760, a missing check in heap SRoA. | Chris Lattner |
| 2010-04-09 | When determining a canonical insert position, don't climb deeper | Dan Gohman |
| 2010-04-09 | When emitting code for an add, don't force a SCEVUnknown wrapper around | Dan Gohman |
| 2010-04-09 | Fix a bug in IVUsers which was permitting non-affine addrecs to | Dan Gohman |
| 2010-04-09 | fix a SCCP miscompilation that could happen when a | Chris Lattner |
| 2010-04-08 | Print empty structs as {} rather than { }. | Dan Gohman |
| 2010-04-07 | add newlines at the end of files. | Chris Lattner |
| 2010-04-07 | Generalize IVUsers to track arbitrary expressions rather than expressions | Dan Gohman |
| 2010-04-04 | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang |
| 2010-04-03 | add integer overflow check for the fp induction variable | Chris Lattner |
| 2010-04-03 | fix PR6761, a miscompilation due to the fp->int IV conversion | Chris Lattner |
| 2010-04-03 | convert to filecheck | Chris Lattner |
| 2010-04-03 | rename feature test. | Chris Lattner |
| 2010-04-03 | actually just remove this, will move the real feature test here. | Chris Lattner |
| 2010-04-03 | rename test since it is a feature test. | Chris Lattner |
| 2010-04-03 | first half of a pass through IndVarSimplify::HandleFloatingPointIV, | Chris Lattner |
| 2010-04-03 | Revert all my SSAUpdater patches. The PHI placement algorithm is not correct | Bob Wilson |
| 2010-04-02 | Revert r100191 since it breaks objc in clang | Mon P Wang |
| 2010-04-02 | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang |
| 2010-04-02 | Manually notify ScalarEvolution before making an operand replacement, since | Dan Gohman |
| 2010-04-02 | Revert the recent alignment changes. They're broken for -Os because, | Dan Gohman |
| 2010-04-02 | Make globalopt refine global variable alignment. | Dan Gohman |
| 2010-03-31 | Add a redundant PHI testcase for SSAUpdater to go with svn r100047. | Bob Wilson |
| 2010-03-31 | testcase for r99914, provided by baldrick! | Gabor Greif |
| 2010-03-30 | Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots. | Bob Wilson |
| 2010-03-30 | Added support for address spaces and added a isVolatile field to memcpy, memm... | Mon P Wang |
| 2010-03-25 | fix PR6642, GVN forwarding from memset to load of the base of the memset. | Chris Lattner |
| 2010-03-25 | Reapply r99451 with a fix to move the NoInline check to the cost functions | Eric Christopher |
| 2010-03-24 | Temporarily revert this, it's causing an issue with an internal project. | Eric Christopher |
| 2010-03-23 | add some accessors to callsite/callinst/invokeinst to check | Chris Lattner |
| 2010-03-23 | Teach simplify libcall to transform __strcpy_chk to __memcpy_chk to enable op... | Evan Cheng |
| 2010-03-23 | Fix an incorrect logic causing instcombine to miss some _chk -> non-chk trans... | Evan Cheng |
| 2010-03-13 | Fix a typo in ValueTracking that's causing instcombine to delete needed shift... | Evan Cheng |
| 2010-03-12 | When constant folding GEP of GEP, do not crash if an index of | Duncan Sands |
| 2010-03-09 | Make isLCSSA ignore uses in blocks not reachable from the entry block, | Dan Gohman |
| 2010-03-08 | Re-commit 97860 with fix. getMallocAllocatedType may return null. | Evan Cheng |
| 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 |