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
/
Scalar
Age
Commit message (
Expand
)
Author
2011-10-15
Fix indvars randomness by removing iteration over a map.
Andrew Trick
2011-10-13
Avoid undefined behavior in negation in LSR. Patch by Ahmed Charles.
Eli Friedman
2011-10-13
Enhance the memdep interface so that users can tell the difference between a ...
Eli Friedman
2011-10-12
Fix a couple hash functions so that they do not depend on undefined shifts. ...
Eli Friedman
2011-10-12
Add missing space.
Nick Lewycky
2011-10-11
Fix PR11106 by correcting a typo that has been in the code for over a year. This
Cameron Zwarich
2011-10-11
Remove a lot of the fancy scalar replacement code for dealing with llvm-gcc's
Cameron Zwarich
2011-10-11
Add experimental -enable-lsr-phielim option.
Andrew Trick
2011-10-11
Move replaceCongruentIVs into SCEVExapander and bias toward "expanded"
Andrew Trick
2011-10-07
LSR should only reuse phis that match its formula.
Andrew Trick
2011-10-07
Teach GVN to also propagate switch cases. For example, in this code
Duncan Sands
2011-10-06
Remove the old atomic instrinsics. autoupgrade functionality is included wit...
Eli Friedman
2011-10-05
PR11061: Make simplifylibcalls fold strcmp("", x) correctly.
Eli Friedman
2011-10-05
GVN does simple propagation of conditions: when it sees a conditional
Duncan Sands
2011-10-05
Generalize GVN's conditional propagation logic slightly:
Duncan Sands
2011-10-04
LSR should avoid redundant edge splitting.
Andrew Trick
2011-10-01
Inlining and unrolling heuristics should be aware of free truncs.
Andrew Trick
2011-09-29
Fold two identical set lookups into one. No functionality change.
Nick Lewycky
2011-09-29
When eliminating unnecessary retain+autorelease on return values,
Dan Gohman
2011-09-29
Don't eliminate objc_retainBlock calls on stack objects if the
Dan Gohman
2011-09-29
typo + pasto
Andrew Trick
2011-09-29
LSR: rewrite inner loops only.
Andrew Trick
2011-09-28
indvars should hoist [sz]ext because licm is not rerun.
Andrew Trick
2011-09-27
Stop emitting instructions with the name "tmp" they eat up memory and have to...
Benjamin Kramer
2011-09-27
Split the landing pad basic block with the correct function. Also merge the
Bill Wendling
2011-09-27
Disable LSR retry by default.
Andrew Trick
2011-09-26
LSR, one of the new Cost::isLoser() checks did not get merged in the previous...
Andrew Trick
2011-09-26
LSR cost metric minor fix and verification.
Andrew Trick
2011-09-23
LSR minor bug fix in RateRegister.
Andrew Trick
2011-09-22
PR10987: add a missed safety check to isSafePHIToSpeculate in scalarrepl.
Eli Friedman
2011-09-20
Make sure IPSCCP never marks a tracked call as overdefined in SCCPSolver::Res...
Eli Friedman
2011-09-15
Reapply r139759. Disable IV rewriting by default. See PR10916.
Andrew Trick
2011-09-14
Don't mark objc_retainBlock as nounwind. It calls user copy constructors
Dan Gohman
2011-09-14
objc_retainBlock is not NoModRef because it can update forwarding pointers
Dan Gohman
2011-09-13
[indvars] Revert r139579 until 401.bzip -arch i386 miscompilation is fixed. P...
Andrew Trick
2011-09-13
Disable IV rewriting by default. See PR10916.
Andrew Trick
2011-09-13
[indvars] Fix bugs in floating point IV range checks noticed by inspection.
Andrew Trick
2011-09-13
Add comment to clarify the behavior of a helper in DSE.
Eli Friedman
2011-09-13
Correct grammar.
Eli Friedman
2011-09-12
Change a bunch of isVolatile() checks to check for atomic load/store as well.
Eli Friedman
2011-09-12
Rename -disable-iv-rewrite to -enable-iv-rewrite=false in preparation for def...
Andrew Trick
2011-09-10
[disable-iv-rewrite] Allow WidenIV to handle NSW/NUW operations
Andrew Trick
2011-09-09
Comment formatting.
Andrew Trick
2011-09-06
Add -verify-indvars for imperfect SCEV trip count verification after indvars.
Andrew Trick
2011-09-06
Use IRBuilder.
Devang Patel
2011-09-06
Try again at r138809 (make DSE more aggressive in removing dead stores at the...
Owen Anderson
2011-09-04
Use Duncan's patch to delete the instructions in reverse order (minus the lan...
Bill Wendling
2011-09-02
Update comments to reflect reality.
Bill Wendling
2011-09-02
Enable SCEV-based unrolling by default.
Andrew Trick
2011-09-02
Compare type size instead of type _store_ size to make sure that BitCastInst
Jakub Staszak
[next]