summaryrefslogtreecommitdiff
path: root/test/Transforms/Reassociate
Commit message (Expand)AuthorAge
* new testcaseChris Lattner2006-04-28
* 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
* new testcase from a FIXME in the codeChris Lattner2006-03-14
* Test that we can reassociate (x<<1)+(y<<1) -> (X+Y)<<1.Chris Lattner2006-03-14
* new testcaseChris Lattner2006-03-04
* new testcase for recent bugfixChris Lattner2005-09-02
* new testcase that crashes -reassociateChris Lattner2005-08-24
* add a testcase for a case we do not handle yetChris Lattner2005-05-08
* new testcaseChris Lattner2005-05-08
* new testcaseChris Lattner2005-05-08
* new testcases for PR557Chris Lattner2005-05-08
* new testcaseChris Lattner2005-05-08
* test that reassociate can handle shiftsChris Lattner2005-05-07
* 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
* 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
* new testcaseChris Lattner2003-08-12
* Remove explicit control flow through the use of the 'not' scriptChris Lattner2003-06-28
* Cleanup testChris Lattner2002-10-15
* Verify is implicit for optChris Lattner2002-08-01
* New testcase for problem effecting mstChris Lattner2002-07-09
* New testcases for sub/neg reassociationChris Lattner2002-05-16
* Fix testcaseChris Lattner2002-05-16
* New testcases to ensure sub's are maximally reassociableChris Lattner2002-05-15
* Testcase to ensure trees structures are correctly linearizedChris Lattner2002-05-15
* Test to ensure sub -> neg promotion is working and why.Chris Lattner2002-05-15
* New testcaseChris Lattner2002-05-15
* New testcase for LICM reassociationChris Lattner2002-05-08
* Add some simple test of reassociationChris Lattner2002-05-08