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
/
GVNPRE
Age
Commit message (
Expand
)
Author
2009-06-04
Split the Add, Sub, and Mul instruction opcodes into separate
Dan Gohman
2008-05-20
sabre brings to my attention that the 'tr' suffix is also obsolete
Gabor Greif
2008-05-20
Rename the last test with .llx extension to .ll, resolve duplicate test by re...
Gabor Greif
2007-07-19
For PR1553:
Reid Spencer
2007-07-07
Fix an error where ANTIC_OUT was ending up with more than one expression of
Owen Anderson
2007-07-05
Fix a bunch of issues found in a testcase from 400.perlbench.
Owen Anderson
2007-07-04
Fix another bug, this time in PREing select instructions.
Owen Anderson
2007-07-04
Fix a typo that was killing GVNPRE of select instructions.
Owen Anderson
2007-07-04
Fix an error in phi translation of GEPs that was causing failures.
Owen Anderson
2007-07-03
Add support for performing GVNPRE on GEP instructions.
Owen Anderson
2007-07-03
Add support for performing GVNPRE on cast instructions, and add a testcase fo...
Owen Anderson
2007-06-28
Add a test for performing GVNPRE on select instructions.
Owen Anderson
2007-06-27
Add tests for performing GVNPRE on the three vector-specific instructions.
Owen Anderson
2007-06-24
Rename variables to expose the fact that this test is failing.
Owen Anderson
2007-06-19
Testcase for instances where a constant only occurs as an operand to a phi node.
Owen Anderson
2007-06-19
Add a new testcase for memory corruption issues.
Owen Anderson
2007-06-16
Testcase where GVNPRE was getting confused by invoke instructions.
Owen Anderson
2007-06-15
Add a testcase where GVNPRE what getting confused by a loop.
Owen Anderson
2007-06-12
Add a test where phi translation was producing a null result.
Owen Anderson
2007-06-12
Testcase where GVNPRE crashes on functions with no exit nodes.
Owen Anderson
2007-06-12
Make the run line for this test correct. Thanks to Chris for spotting it.
Owen Anderson
2007-06-12
Add a GVN-PRE basic regression test.
Owen Anderson