summaryrefslogtreecommitdiff
path: root/test/Transforms/ConstProp
Commit message (Expand)AuthorAge
...
* Fix a case where vector comparison constant folding would cause anChris Lattner2008-07-10
* elementwise comparison of vector constants was completely wrong. FixChris Lattner2008-07-10
* 'Optimize' testChris Lattner2008-07-08
* Fix three bugs:Chris Lattner2008-07-08
* sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif2008-05-20
* Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif2008-05-20
* Remove llvm-upgrade and update test cases.Tanya Lattner2008-03-01
* Fix PR1816, by correcting the broken definition of APInt::countTrailingZeros.Chris Lattner2007-11-23
* Change all floating constants that are not exactlyDale Johannesen2007-09-05
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-15
* Convert .cvsignore filesJohn Criswell2007-06-29
* For PR1319:Reid Spencer2007-04-16
* For PR1319:Reid Spencer2007-04-16
* Oops. A little aggressive on the name changes there.Reid Spencer2007-04-14
* For PR1913:Reid Spencer2007-04-14
* Make the llvm-runtest function much more amenable by eliminating all theReid Spencer2007-04-11
* testcase for pr1215Chris Lattner2007-02-24
* Testcase for miscompilationChris Lattner2007-02-06
* For PR1043:Reid Spencer2007-01-13
* For PR950:Reid Spencer2006-12-31
* Update this test because constant integers are always printed signed now.Reid Spencer2006-12-19
* constant folding of bitcast is broken.Chris Lattner2006-12-11
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* test1 is miscompiledChris Lattner2006-12-01
* new 'cast' miscompilation, reduced from perlbmk by EvanChris Lattner2006-12-01
* new testcaseChris Lattner2006-12-01
* new testcaseChris Lattner2006-11-20
* Added the ability to xfail based on llvmgcc versionTanya Lattner2006-04-12
* Tired of wading through cvs's list ? files that are generated when buildingReid Spencer2006-03-23
* Add bswap intrinsics as documented in the Language ReferenceNate Begeman2006-01-14
* New testcase.Chris Lattner2005-01-28
* Adding srcdir argTanya Lattner2004-11-19
* Adding subdirectory dg.exp files in order to be able to use dejagnu to only r...Tanya Lattner2004-11-13
* Fix testcaseChris Lattner2004-07-01
* Add tests for isnanChris Lattner2004-06-11
* New testcaseChris Lattner2004-04-13
* Fix testcase. This should no longer be XFAIL'dChris Lattner2003-11-19
* Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.Misha Brukman2003-09-16
* Removing Makefiles. Regression tests are now run by QMTest.John Criswell2003-09-15
* Remove explicit control flow through the use of the 'not' scriptChris Lattner2003-06-28
* Testcase which kills the constant folderChris Lattner2003-05-12
* Make sure that setcc is implemented for bools.Chris Lattner2002-09-03
* Fix testcases that used to now dead 'not' instructionChris Lattner2002-08-14
* Change not's to xorsChris Lattner2002-08-14
* Test that logical operators are correctly constant propogated!Chris Lattner2002-07-30
* Oops, forgot to check in makefileChris Lattner2002-05-07
* Add check that phi nodes get constant propogated awayChris Lattner2002-05-07
* constprop doesn't delete dead instructions, it just makes them dead.Chris Lattner2002-05-07
* Add testcase for not expressionsChris Lattner2002-05-07
* New testcase for bugs in the constant propogatorChris Lattner2002-05-03