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
/
test
/
Transforms
/
EarlyCSE
Age
Commit message (
Expand
)
Author
2013-03-18
Initially forgotten-to-svn-add test case for r177279.
David Tweed
2013-01-07
There was a switch fall-through in the parser for textual LLVM that caused
David Tweed
2012-10-09
New EarlyCSE tests for CSE-ing across commutativity.
Michael Ilseman
2012-03-13
Fix regression from r151466: an we can't replace uses of an instruction reach...
Eli Friedman
2012-02-16
Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...
Eli Bendersky
2011-11-27
Upgrade syntax of tests using volatile instructions to use 'load volatile' in...
Chris Lattner
2011-08-12
Move "atomic" and "volatile" designations on instructions after the opcode
Eli Friedman
2011-01-03
Duncan deftly points out that readnone functions aren't
Chris Lattner
2011-01-03
earlycse can do trivial with-a-block dead store
Chris Lattner
2011-01-03
now that loads are in their own table, we can implement
Chris Lattner
2011-01-03
add a testcase for readonly call CSE
Chris Lattner
2011-01-03
Teach EarlyCSE to do trivial CSE of loads and read-only calls.
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