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
/
EarlyCSE.cpp
Age
Commit message (
Expand
)
Author
2012-01-31
bz11794 : EarlyCSE stack overflow on long functions.
Lenny Maiorani
2011-12-01
Propagate TargetLibraryInfo throughout ConstantFolding.cpp and
Chad Rosier
2011-10-12
Fix a couple hash functions so that they do not depend on undefined shifts. ...
Eli Friedman
2011-09-12
Change a bunch of isVolatile() checks to check for atomic load/store as well.
Eli Friedman
2011-01-03
Duncan deftly points out that readnone functions aren't
Chris Lattner
2011-01-03
stength reduce my previous patch a bit. The only instructions
Chris Lattner
2011-01-03
fix PR8895: metadata operands don't have a strong use of their
Chris Lattner
2011-01-03
earlycse can do trivial with-a-block dead store
Chris Lattner
2011-01-03
switch the load table to use a recycling bump pointer allocator,
Chris Lattner
2011-01-03
now that loads are in their own table, we can implement
Chris Lattner
2011-01-03
split loads and calls into separate tables. Loads are now just indexed
Chris Lattner
2011-01-03
various cleanups, no functionality change.
Chris Lattner
2011-01-03
Teach EarlyCSE to do trivial CSE of loads and read-only calls.
Chris Lattner
2011-01-03
rename InstValue to SimpleValue, add some comments.
Chris Lattner
2011-01-03
Allocate nodes for the scoped hash table from a recyling bump pointer
Chris Lattner
2011-01-03
reduce redundancy in the hashing code and other misc cleanups.
Chris Lattner
2011-01-02
fix some pastos
Chris Lattner
2011-01-02
add DEBUG and -stats output to earlycse.
Chris Lattner
2011-01-02
Enhance earlycse to do CSE of casts, instsimplify and die.
Chris Lattner
2011-01-02
sketch out a new early cse pass. No functionality yet.
Chris Lattner