index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Transforms
Age
Commit message (
Expand
)
Author
2011-01-10
Teach instcombine about the rest of the SSE and SSE2 conversion
Chandler Carruth
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
Instcombine: Fix pattern where the sext did not dominate the icmp using it
Tobias Grosser
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
various code cleanups, enhance MergeBlockIntoPredecessor to preserve
Chris Lattner
2011-01-08
inline preserveCanonicalLoopForm now that it is simple.
Chris Lattner
2011-01-08
Three major changes:
Chris Lattner
2011-01-08
reduce nesting.
Chris Lattner
2011-01-08
LoopRotate requires canonical loop form, so it always has preheaders
Chris Lattner
2011-01-08
use the LI ivar.
Chris Lattner
2011-01-08
some cleanups: remove dead arguments and eliminate ivars
Chris Lattner
2011-01-08
fix an issue duncan pointed out, which could cause loop rotate
Chris Lattner
2011-01-08
Fix coding style issues.
Cameron Zwarich
2011-01-08
Make more passes preserve dominators (or state that they preserve dominators if
Cameron Zwarich
2011-01-08
Contract subloop bodies. However, it is still important to visit the phis at the
Cameron Zwarich
2011-01-08
Fix a bug in r123034 (trying to sext/zext non-integers) and clean up a little.
Frits van Bommel
2011-01-08
Have loop-rotate simplify instructions (yay instsimplify!) as it clones
Chris Lattner
2011-01-08
Revamp the ValueMapper interfaces in a couple ways:
Chris Lattner
2011-01-08
two minor changes: switch to the standard ValueToValueMapTy
Chris Lattner
2011-01-07
InstCombine: Match min/max hidden by sext/zext
Tobias Grosser
2011-01-07
Some whitespace fixes
Tobias Grosser
2011-01-07
Revert 122959, it needs more thought. Add it back to README.txt with addition...
Benjamin Kramer
2011-01-07
Remove all uses of the "ugly" method BranchInst::setUnconditionalDest().
Jay Foad
2011-01-06
InstCombine: Turn _chk functions into the "unsafe" variant if length and max ...
Benjamin Kramer
2011-01-06
InstCombine: If we call llvm.objectsize on a malloc call we can replace it wi...
Benjamin Kramer
2011-01-06
InstCombine: Teach llvm.objectsize folding to look through GEPs.
Benjamin Kramer
2011-01-06
Add the CallInst optimizations that don't involve expanding inline assembly to
Cameron Zwarich
2011-01-06
Move the GEP handling in CodeGenPrepare to OptimizeInst().
Cameron Zwarich
2011-01-06
Split the optimizations in CodeGenPrepare that don't manipulate the iterators
Cameron Zwarich
2011-01-06
Zap the last two -Wself-assign warnings in llvm.
Jakob Stoklund Olesen
2011-01-06
Stop reallocating SunkAddrs for each basic block. When we move to an instruction
Cameron Zwarich
2011-01-05
Add some more statistics to CodeGenPrepare.
Cameron Zwarich
2011-01-05
Add some stats to CodeGenPrepare to make it easier to speed it up without
Cameron Zwarich
2011-01-05
Use pop_back_val instead of back followed by pop_back.
Cameron Zwarich
2011-01-05
Use a worklist for later iterations just like ordinary instsimplify. The next
Cameron Zwarich
2011-01-05
Change LoopInstSimplify back to a LoopPass. It revisits subloops rather than
Cameron Zwarich
2011-01-04
Don't bother value numbering instructions with void types in GVN. In theory t...
Owen Anderson
[next]