| Age | Commit message (Expand) | Author |
| 2011-03-30 | Merging r128577 | Bill Wendling |
| 2011-03-27 | Merge in fix for PR9561. | Bill Wendling |
| 2011-03-24 | --- Merging r128212 into '.': | Bill Wendling |
| 2011-03-24 | --- Merging r127981 into '.': | Bill Wendling |
| 2011-03-07 | Preserve line no. info. | Devang Patel |
| 2011-03-05 | Fix PR9398 - 10% of llc compile time is spent in Value::getNumUses. This reduces | Cameron Zwarich |
| 2011-03-03 | Fix typo in comment. | Richard Osborne |
| 2011-03-03 | Optimize fprintf -> iprintf if there are no floating point arguments | Richard Osborne |
| 2011-03-03 | Optimize sprintf -> siprintf if there are no floating point arguments | Richard Osborne |
| 2011-03-03 | Optimize printf -> iprintf if there are no floating point arguments | Richard Osborne |
| 2011-03-02 | Remove some more unused code that I missed. | Cameron Zwarich |
| 2011-03-02 | Eliminate the unused CodeGenPrepare option to split critical edges. | Cameron Zwarich |
| 2011-03-01 | Stop computing the number of uses twice per value in CodeGenPrepare's sinking of | Cameron Zwarich |
| 2011-02-28 | Unbreak CMake build. | Ted Kremenek |
| 2011-02-28 | update cmake | Chris Lattner |
| 2011-02-28 | Delete the GEPSplitter experiment. | Dan Gohman |
| 2011-02-28 | Delete the SimplifyHalfPowrLibCalls pass, which was unused, and | Dan Gohman |
| 2011-02-24 | wire TargetLibraryInfo into simplify libcalls and use it in a couple of | Chris Lattner |
| 2011-02-24 | move a massive amount of code out into its own helper function | Chris Lattner |
| 2011-02-22 | Make LoopDeletion work on loops with multiple edges, as long as the incoming | Cameron Zwarich |
| 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 |