| Age | Commit message (Expand) | Author |
| 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 |
| 2011-01-15 | Now that instruction optzns can update the iterator as they go, we can | Chris Lattner |
| 2011-01-15 | make the current instruction iterator an ivar, allowing xforms that | Chris Lattner |
| 2011-01-15 | Generalize LoadAndStorePromoter a bit and switch LICM | Chris Lattner |
| 2011-01-14 | switch SRoA to use LoadAndStorePromoter instead of its own copy of the code. | Chris Lattner |
| 2011-01-14 | split SROA into two passes: one that uses DomFrontiers (-scalarrepl) | Chris Lattner |
| 2011-01-14 | Implement full support for promoting allocas to registers using SSAUpdater | Chris Lattner |
| 2011-01-13 | Fix whitespace. | Bob Wilson |
| 2011-01-13 | Check for empty structs, and for consistency, zero-element arrays. | Bob Wilson |
| 2011-01-13 | Extend SROA to handle arrays accessed as homogeneous structs and vice versa. | Bob Wilson |
| 2011-01-13 | Make SROA more aggressive with allocas containing padding. | Bob Wilson |
| 2011-01-12 | Use SmallVector instead of SmallPtrSet and avoid non-deterministic behavior. | Devang Patel |
| 2011-01-12 | revert 123144, reenabling the rest of memset formation. | Chris Lattner |
| 2011-01-12 | revert r123146 which disabled code that wasn't the root cause | Chris Lattner |
| 2011-01-12 | revert r123149, reenabling an improvement to memcpyopt that wasn't | Chris Lattner |
| 2011-01-11 | Remove the PR8954 workaround. | Jakob Stoklund Olesen |
| 2011-01-11 | Dial back the speculative fix for PR8954 a bit, so that we only recompute dom... | Cameron Zwarich |
| 2011-01-11 | Attempt to fix the bootstrap buildbot. Rafael says this works for him on x86-... | Cameron Zwarich |
| 2011-01-11 | update memdep when an instruction is deleted. This code isn't | Chris Lattner |
| 2011-01-11 | Fix FoldSingleEntryPHINodes to update memdep and AA when it deletes | Chris Lattner |
| 2011-01-11 | random cleanups | Chris Lattner |
| 2011-01-11 | remove a bogus assertion: the latch block of a loop is not | Chris Lattner |
| 2011-01-10 | another random stab in the dark trying to fix llvm-gcc-i386-linux-selfhost | Chris Lattner |
| 2011-01-10 | another (more) aggressive attempt to bring llvm-gcc-i386-linux-selfhost | Chris Lattner |
| 2011-01-09 | temporarily disable memset formation from memsets in an effort to restore bui... | Chris Lattner |
| 2011-01-09 | fix a few old bugs (found by inspection) where we would zap instructions | Chris Lattner |
| 2011-01-09 | LoopInstSimplify preserves LoopSimplify. | Cameron Zwarich |
| 2011-01-09 | reduce indentation. Print <nuw> and <nsw> when dumping SCEV AddRec's | Chris Lattner |
| 2011-01-08 | fix a latent bug in memcpyoptimizer that my recent patches exposed: it wasn't | Chris Lattner |
| 2011-01-08 | tryMergingIntoMemset can only handle constant length memsets. | Chris Lattner |
| 2011-01-08 | Merge memsets followed by neighboring memsets and other stores into | Chris Lattner |
| 2011-01-08 | fix an issue in IsPointerOffset that prevented us from recognizing that | Chris Lattner |
| 2011-01-08 | enhance memcpyopt to merge a store and a subsequent | Chris Lattner |
| 2011-01-08 | constify TargetData references. | Chris Lattner |
| 2011-01-08 | When loop rotation happens, it is *very* common for the duplicated condbr | Chris Lattner |
| 2011-01-08 | split ssa updating code out to its own helper function. Don't bother | Chris Lattner |
| 2011-01-08 | Implement a TODO: Enhance loopinfo to merge away the unconditional branch | Chris Lattner |
| 2011-01-08 | inline preserveCanonicalLoopForm now that it is simple. | Chris Lattner |
| 2011-01-08 | Three major changes: | Chris Lattner |