| Age | Commit message (Expand) | Author |
| 2011-02-21 | fix a crasher in disabled code (on variable stride loops) | Chris Lattner |
| 2011-02-21 | Add some (disabled code) to print out negative strides. | Chris Lattner |
| 2011-02-19 | rewrite the memset_pattern pattern generation stuff to accept any 2/4/8/16-byte | Chris Lattner |
| 2011-02-19 | Implement rdar://9009151, transforming strided loop stores of | Chris Lattner |
| 2011-02-18 | Make loop-idiom use TargetLibraryInfo to determine whether it is allowed | Chris Lattner |
| 2011-02-18 | prevent jump threading from merging blocks when their address is | Chris Lattner |
| 2011-02-17 | fix PR9215, preventing -reassociate from clearing nsw/nuw when | Chris Lattner |
| 2011-02-15 | Spelling fix: consequtive -> consecutive. | Duncan Sands |
| 2011-02-15 | convert ConstantVector::get to use ArrayRef. | Chris Lattner |
| 2011-02-14 | Do not hoist @llvm.dbg.value. Here, @llvm.dbg.value is "referring" a value th... | Devang Patel |
| 2011-02-14 | revert my ConstantVector patch, it seems to have made the llvm-gcc | Chris Lattner |
| 2011-02-14 | Switch ConstantVector::get to use ArrayRef instead of a pointer+size | Chris Lattner |
| 2011-02-12 | SimplifyLibCalls: Add missing legalize check on various printf to puts and | Daniel Dunbar |
| 2011-02-11 | Make LoopUnswitch preserve ScalarEvolution by just forgetting everything about | Cameron Zwarich |
| 2011-02-11 | LoopInstSimplify preserves ScalarEvolution. | Cameron Zwarich |
| 2011-02-10 | If we can't avoid running loop-simplify twice for now, at least avoid running | Cameron Zwarich |
| 2011-02-10 | Revert this in an attempt to bring the builders back. | Eric Christopher |
| 2011-02-10 | Turn this pass ordering: | Cameron Zwarich |
| 2011-02-08 | Don't split any loop backedges, including backedges of loops other than | Dan Gohman |
| 2011-02-02 | Fix reassociate to clear optional flags, such as nsw. | Dan Gohman |
| 2011-01-29 | Unbreak the MSVC build. | Francois Pichet |
| 2011-01-29 | Add a test for TCE return duplication. | Evan Cheng |
| 2011-01-29 | Re-apply r124518 with fix. Watch out for invalidated iterator. | Evan Cheng |
| 2011-01-29 | Revert r124518. It broke Linux self-host. | Evan Cheng |
| 2011-01-29 | Re-commit r124462 with fixes. Tail recursion elim will now dup ret into uncon... | Evan Cheng |
| 2011-01-26 | Fix PR9039, a use-after-free in reassociate. The issue was that the | Duncan Sands |
| 2011-01-24 | Give GetUnderlyingObject a TargetData, to keep it in sync | Dan Gohman |
| 2011-01-24 | enhance SRoA to promote allocas that are used by PHI nodes. This often | Chris Lattner |
| 2011-01-23 | Enhance SRoA to promote allocas that are used by selects in some | Chris Lattner |
| 2011-01-23 | Enhance SRoA to be more aggressive about scalarization of aggregate allocas | Chris Lattner |
| 2011-01-23 | have AllocaInfo store the alloca being inspected, simplifying callers. | Chris Lattner |
| 2011-01-23 | Rearrange some code a bit. Change MarkUnsafe to | Chris Lattner |
| 2011-01-23 | remove an old hack that avoided creating MMX datatypes. The | Chris Lattner |
| 2011-01-21 | Actually check memcpy lengths, instead of just commenting about | Dan Gohman |
| 2011-01-21 | SCCP doesn't actually preserve the CFG. It will delete and insert terminator | Nick Lewycky |
| 2011-01-18 | fix rdar://8878965, a regression I introduced with the recent | Chris Lattner |
| 2011-01-18 | Remove code for updating dominance frontiers and some outdated references to | Cameron Zwarich |
| 2011-01-18 | Remove outdated references to dominance frontiers. | Cameron Zwarich |
| 2011-01-17 | Remove dead code, that I apparently wrote a while back. We seem to be doing ... | Owen Anderson |
| 2011-01-17 | Roll r123609 back in with two changes that fix test failures with expensive | Cameron Zwarich |
| 2011-01-17 | Roll out r123609 due to failures on the llvm-x86_64-linux-checks bot. | Cameron Zwarich |
| 2011-01-17 | Eliminate the use of dominance frontiers in PromoteMemToReg. In addition to | Cameron Zwarich |
| 2011-01-16 | tidy up a comment, as suggested by duncan | Chris Lattner |
| 2011-01-16 | simplify a little | Chris Lattner |
| 2011-01-16 | if an alloca is only ever accessed as a unit, and is accessed with load/store... | Chris Lattner |
| 2011-01-16 | Use an irbuilder to get some trivial constant folding when doing a store | Chris Lattner |
| 2011-01-16 | enhance FoldOpIntoPhi in instcombine to try harder when a phi has | Chris Lattner |
| 2011-01-15 | temporarily revert r123526. While working on a follow-on patch I | Chris Lattner |
| 2011-01-15 | fix rdar://8785296 - -fcatch-undefined-behavior generates inefficient code | Chris Lattner |
| 2011-01-15 | simplify code, no functionality change. | Chris Lattner |