summaryrefslogtreecommitdiffstats
path: root/llvm/test/Regression/Transforms/Reassociate
Commit message (Collapse)AuthorAgeFilesLines
* Regression is gone, don't try to find it on clean target.Reid Spencer2007-01-1727-468/+0
| | | | llvm-svn: 33296
* For PR950:Reid Spencer2006-12-312-2/+2
| | | | | | | | | | | | | | | | | | | | | | Update the test suite to accommodate the change from signed integer types to signless integer types. The changes were of only a few kinds: 1. Make sure llvm-upgrade is run on the source which does the bulk of the changes automatically. 2. Change things like "grep 'int'" to "grep 'i32'" 3. In several tests bitcasting caused the same name to be reused in the same type plane. These had to be manually fixed. The fix was (generally) to leave the bitcast and provide the instruction with a new name. This should not affect the semantics of the test. In a few cases, the bitcasts were known to be superfluous and irrelevant to the test case so they were removed. 4. One test case uses a bytecode file which needed to be updated to the latest bytecode format. llvm-svn: 32789
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-0224-27/+27
| | | | llvm-svn: 32115
* new testcaseChris Lattner2006-04-281-0/+7
| | | | llvm-svn: 28006
* Added the ability to xfail based on llvmgcc versionTanya Lattner2006-04-121-1/+1
| | | | llvm-svn: 27635
* Tired of wading through cvs's list ? files that are generated when buildingReid Spencer2006-03-231-0/+3
| | | | | | | | with srcdir = objdir to see what's okay and what's cruft. So, in goes a bunch of .cvsignore files to shut cvs up about known output from running "make check". llvm-svn: 27009
* new testcase from a FIXME in the codeChris Lattner2006-03-142-2/+16
| | | | llvm-svn: 26756
* Test that we can reassociate (x<<1)+(y<<1) -> (X+Y)<<1.Chris Lattner2006-03-141-0/+11
| | | | llvm-svn: 26752
* new testcaseChris Lattner2006-03-042-0/+27
| | | | llvm-svn: 26525
* new testcase for recent bugfixChris Lattner2005-09-021-0/+21
| | | | llvm-svn: 23212
* new testcase that crashes -reassociateChris Lattner2005-08-241-0/+12
| | | | llvm-svn: 23018
* add a testcase for a case we do not handle yetChris Lattner2005-05-081-0/+66
| | | | llvm-svn: 21789
* new testcaseChris Lattner2005-05-081-0/+8
| | | | llvm-svn: 21787
* new testcaseChris Lattner2005-05-081-0/+20
| | | | llvm-svn: 21784
* new testcases for PR557Chris Lattner2005-05-082-0/+70
| | | | llvm-svn: 21782
* new testcaseChris Lattner2005-05-081-0/+24
| | | | llvm-svn: 21777
* test that reassociate can handle shiftsChris Lattner2005-05-071-0/+10
| | | | llvm-svn: 21760
* Adding srcdir argTanya Lattner2004-11-191-1/+1
| | | | llvm-svn: 18020
* Adding subdirectory dg.exp files in order to be able to use dejagnu to only ↵Tanya Lattner2004-11-131-0/+3
| | | | | | run specific tests (located in some subdirectory of Regression) llvm-svn: 17712
* Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.Misha Brukman2003-09-1611-11/+11
| | | | llvm-svn: 8558
* Removing Makefiles. Regression tests are now run by QMTest.John Criswell2003-09-151-10/+0
| | | | llvm-svn: 8548
* new testcaseChris Lattner2003-08-121-0/+10
| | | | llvm-svn: 7791
* Remove explicit control flow through the use of the 'not' scriptChris Lattner2003-06-289-40/+13
| | | | llvm-svn: 6965
* Cleanup testChris Lattner2002-10-151-1/+1
| | | | llvm-svn: 4185
* Verify is implicit for optChris Lattner2002-08-011-1/+1
| | | | llvm-svn: 3204
* New testcase for problem effecting mstChris Lattner2002-07-091-0/+10
| | | | llvm-svn: 2848
* New testcases for sub/neg reassociationChris Lattner2002-05-162-2/+2
| | | | llvm-svn: 2635
* Fix testcaseChris Lattner2002-05-161-1/+1
| | | | llvm-svn: 2634
* New testcases to ensure sub's are maximally reassociableChris Lattner2002-05-152-0/+29
| | | | llvm-svn: 2633
* Testcase to ensure trees structures are correctly linearizedChris Lattner2002-05-151-0/+11
| | | | llvm-svn: 2632
* Test to ensure sub -> neg promotion is working and why.Chris Lattner2002-05-151-0/+13
| | | | llvm-svn: 2631
* New testcaseChris Lattner2002-05-151-0/+11
| | | | llvm-svn: 2630
* New testcase for LICM reassociationChris Lattner2002-05-081-0/+59
| | | | llvm-svn: 2560
* Add some simple test of reassociationChris Lattner2002-05-084-0/+66
llvm-svn: 2555
OpenPOWER on IntegriCloud