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
/
ConstProp
Age
Commit message (
Expand
)
Author
2009-07-08
Remove the vicmp and vfcmp instructions. Because we never had a release with
Nick Lewycky
2009-06-21
Expand this test to handle more cases (remainder and shifts) of zero.
Nick Lewycky
2009-06-21
implement PR4424: 0/x is always 0 for integer division.
Chris Lattner
2009-06-04
Split the Add, Sub, and Mul instruction opcodes into separate
Dan Gohman
2008-10-16
apply Eli's patch for PR2165 and provide a testcase.
Chris Lattner
2008-07-10
Fix a case where vector comparison constant folding would cause an
Chris Lattner
2008-07-10
elementwise comparison of vector constants was completely wrong. Fix
Chris Lattner
2008-07-08
'Optimize' test
Chris Lattner
2008-07-08
Fix three bugs:
Chris Lattner
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
2008-03-01
Remove llvm-upgrade and update test cases.
Tanya Lattner
2007-11-23
Fix PR1816, by correcting the broken definition of APInt::countTrailingZeros.
Chris Lattner
2007-09-05
Change all floating constants that are not exactly
Dale Johannesen
2007-08-15
Convert tests using "| wc -l | grep ..." to use the count script.
Dan Gohman
2007-06-29
Convert .cvsignore files
John Criswell
2007-04-16
For PR1319:
Reid Spencer
2007-04-16
For PR1319:
Reid Spencer
2007-04-14
Oops. A little aggressive on the name changes there.
Reid Spencer
2007-04-14
For PR1913:
Reid Spencer
2007-04-11
Make the llvm-runtest function much more amenable by eliminating all the
Reid Spencer
2007-02-24
testcase for pr1215
Chris Lattner
2007-02-06
Testcase for miscompilation
Chris Lattner
2007-01-13
For PR1043:
Reid Spencer
2006-12-31
For PR950:
Reid Spencer
2006-12-19
Update this test because constant integers are always printed signed now.
Reid Spencer
2006-12-11
constant folding of bitcast is broken.
Chris Lattner
2006-12-02
Use the llvm-upgrade program to upgrade llvm assembly.
Reid Spencer
2006-12-01
test1 is miscompiled
Chris Lattner
2006-12-01
new 'cast' miscompilation, reduced from perlbmk by Evan
Chris Lattner
2006-12-01
new testcase
Chris Lattner
2006-11-20
new testcase
Chris Lattner
2006-04-12
Added the ability to xfail based on llvmgcc version
Tanya Lattner
2006-03-23
Tired of wading through cvs's list ? files that are generated when building
Reid Spencer
2006-01-14
Add bswap intrinsics as documented in the Language Reference
Nate Begeman
2005-01-28
New testcase.
Chris Lattner
2004-11-19
Adding srcdir arg
Tanya Lattner
2004-11-13
Adding subdirectory dg.exp files in order to be able to use dejagnu to only r...
Tanya Lattner
2004-07-01
Fix testcase
Chris Lattner
2004-06-11
Add tests for isnan
Chris Lattner
2004-04-13
New testcase
Chris Lattner
2003-11-19
Fix testcase. This should no longer be XFAIL'd
Chris Lattner
2003-09-16
Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.
Misha Brukman
2003-09-15
Removing Makefiles. Regression tests are now run by QMTest.
John Criswell
2003-06-28
Remove explicit control flow through the use of the 'not' script
Chris Lattner
2003-05-12
Testcase which kills the constant folder
Chris Lattner
2002-09-03
Make sure that setcc is implemented for bools.
Chris Lattner
2002-08-14
Fix testcases that used to now dead 'not' instruction
Chris Lattner
2002-08-14
Change not's to xors
Chris Lattner
2002-07-30
Test that logical operators are correctly constant propogated!
Chris Lattner
[next]