aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/Reassociate
Commit message (Expand)AuthorAgeFilesLines
* Upgrade tests to not use llvm-upgrade.Tanya Lattner2008-03-1923-273/+288
* Split up subtracts into add+negate if they have a reassociable use or operandChris Lattner2008-02-171-0/+13
* upgrade and simplify this test.Chris Lattner2008-02-171-6/+7
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-155-8/+8
* Convert .cvsignore filesJohn Criswell2007-06-291-3/+0
* move these xfailed tests to lib/Target/README.txtChris Lattner2007-05-051-66/+0
* For PR1319:Reid Spencer2007-04-163-6/+13
* For PR1319:Reid Spencer2007-04-161-1/+2
* For PR1319:Reid Spencer2007-04-154-5/+8
* Make the llvm-runtest function much more amenable by eliminating all theReid Spencer2007-04-111-1/+1
* Changes to support making the shift instructions be true BinaryOperators.Reid Spencer2007-02-021-1/+1
* For PR950:Reid Spencer2006-12-312-2/+2
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-0224-27/+27
* new testcaseChris Lattner2006-04-281-0/+7
* Added the ability to xfail based on llvmgcc versionTanya Lattner2006-04-121-1/+1
* Tired of wading through cvs's list ? files that are generated when buildingReid Spencer2006-03-231-0/+3
* new testcase from a FIXME in the codeChris Lattner2006-03-142-2/+16
* Test that we can reassociate (x<<1)+(y<<1) -> (X+Y)<<1.Chris Lattner2006-03-141-0/+11
* new testcaseChris Lattner2006-03-042-0/+27
* new testcase for recent bugfixChris Lattner2005-09-021-0/+21
* new testcase that crashes -reassociateChris Lattner2005-08-241-0/+12
* add a testcase for a case we do not handle yetChris Lattner2005-05-081-0/+66
* new testcaseChris Lattner2005-05-081-0/+8
* new testcaseChris Lattner2005-05-081-0/+20
* new testcases for PR557Chris Lattner2005-05-082-0/+70
* new testcaseChris Lattner2005-05-081-0/+24
* test that reassociate can handle shiftsChris Lattner2005-05-071-0/+10
* Adding srcdir argTanya Lattner2004-11-191-1/+1
* Adding subdirectory dg.exp files in order to be able to use dejagnu to only r...Tanya Lattner2004-11-131-0/+3
* Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.Misha Brukman2003-09-1611-11/+11
* Removing Makefiles. Regression tests are now run by QMTest.John Criswell2003-09-151-10/+0
* new testcaseChris Lattner2003-08-121-0/+10
* Remove explicit control flow through the use of the 'not' scriptChris Lattner2003-06-289-40/+13
* Cleanup testChris Lattner2002-10-151-1/+1
* Verify is implicit for optChris Lattner2002-08-011-1/+1
* New testcase for problem effecting mstChris Lattner2002-07-091-0/+10
* New testcases for sub/neg reassociationChris Lattner2002-05-162-2/+2
* Fix testcaseChris Lattner2002-05-161-1/+1
* New testcases to ensure sub's are maximally reassociableChris Lattner2002-05-152-0/+29
* Testcase to ensure trees structures are correctly linearizedChris Lattner2002-05-151-0/+11
* Test to ensure sub -> neg promotion is working and why.Chris Lattner2002-05-151-0/+13
* New testcaseChris Lattner2002-05-151-0/+11
* New testcase for LICM reassociationChris Lattner2002-05-081-0/+59
* Add some simple test of reassociationChris Lattner2002-05-084-0/+66