summaryrefslogtreecommitdiffstats
path: root/llvm/test/Regression/Transforms
Commit message (Collapse)AuthorAgeFilesLines
...
* Correct the RUN line to remove unneeded parameters and make sure the testReid Spencer2004-11-281-1/+1
| | | | | | case is testing the right thing. llvm-svn: 18302
* Test case for PR454Reid Spencer2004-11-281-0/+159
| | | | llvm-svn: 18301
* New testcaseChris Lattner2004-11-271-0/+9
| | | | llvm-svn: 18272
* %p is expanded by dejagnu, avoid it in the test.Chris Lattner2004-11-221-1/+1
| | | | llvm-svn: 18118
* Pull out failing test into a seperate file, which is xfailedChris Lattner2004-11-222-6/+9
| | | | llvm-svn: 18117
* This was fixedChris Lattner2004-11-221-1/+0
| | | | llvm-svn: 18116
* Adding srcdir argTanya Lattner2004-11-1939-39/+39
| | | | llvm-svn: 18020
* New testcase that crashes licmChris Lattner2004-11-171-0/+24
| | | | llvm-svn: 17912
* New testcase for recent patch to SCCP, thanks to Nate Begeman for pointingChris Lattner2004-11-161-0/+14
| | | | | | out this recent regression llvm-svn: 17898
* New testcase. Believe it or not, this happens a LOT in vortexChris Lattner2004-11-141-0/+14
| | | | llvm-svn: 17745
* New testcase: the phi can be eliminated if the casts are sucked into it.Chris Lattner2004-11-141-0/+12
| | | | | | | Note that this reduces code size anyway (as well as making further optimizations simpler) so it's always a win. llvm-svn: 17739
* Fix typoChris Lattner2004-11-141-1/+1
| | | | llvm-svn: 17738
* add a testcase, which we already handleChris Lattner2004-11-141-1/+11
| | | | llvm-svn: 17737
* Oops, make this test the right thing.Chris Lattner2004-11-141-1/+1
| | | | llvm-svn: 17731
* New testcaseChris Lattner2004-11-141-0/+16
| | | | llvm-svn: 17729
* New testcase, SROA with variable array indexChris Lattner2004-11-141-0/+16
| | | | llvm-svn: 17726
* Add a testcase we should continue to argpromoteChris Lattner2004-11-131-0/+20
| | | | llvm-svn: 17717
* Add a testcase for a function we cannot legally promote the argument of.Chris Lattner2004-11-131-0/+18
| | | | llvm-svn: 17716
* Adding subdirectory dg.exp files in order to be able to use dejagnu to only ↵Tanya Lattner2004-11-1339-0/+117
| | | | | | run specific tests (located in some subdirectory of Regression) llvm-svn: 17712
* New testcaseChris Lattner2004-11-132-0/+16
| | | | llvm-svn: 17703
* New testcaseChris Lattner2004-11-131-0/+10
| | | | llvm-svn: 17698
* new testcaseChris Lattner2004-11-111-0/+7
| | | | llvm-svn: 17678
* New testcaseChris Lattner2004-11-101-0/+14
| | | | llvm-svn: 17665
* Name file properlyChris Lattner2004-11-091-0/+0
| | | | llvm-svn: 17641
* Hrm, don't ask how I ran into this bugChris Lattner2004-11-091-0/+10
| | | | llvm-svn: 17640
* Removing old Modulosched tests since that version of modulosched does not ↵Tanya Lattner2004-11-073-49/+0
| | | | | | exist anymore and llc does not support modulosched by default. llvm-svn: 17558
* Tests for this xforms should be .ll files, and they should have run lines.Chris Lattner2004-11-072-26/+0
| | | | llvm-svn: 17543
* Remove dead testsChris Lattner2004-11-072-173/+0
| | | | llvm-svn: 17542
* This test is obsolete and incorrectChris Lattner2004-11-061-10/+0
| | | | llvm-svn: 17537
* Adding RUN line.Tanya Lattner2004-11-061-0/+1
| | | | llvm-svn: 17534
* Add a missing run lineChris Lattner2004-11-061-0/+1
| | | | llvm-svn: 17519
* This pass has been removed from LLVMChris Lattner2004-11-062-30/+0
| | | | llvm-svn: 17518
* Adding XFAIL lines for dejagnu support.Tanya Lattner2004-11-0618-10/+19
| | | | llvm-svn: 17514
* New testcase. Check for the ability to promote a malloc whose initialzed ↵Chris Lattner2004-10-221-0/+26
| | | | | | state is checked by the program llvm-svn: 17160
* New testcaseChris Lattner2004-10-181-0/+29
| | | | llvm-svn: 17115
* New testcase that ADCE shouldn't crash onChris Lattner2004-10-171-0/+5
| | | | llvm-svn: 17105
* New testcase that crashes the inlinerChris Lattner2004-10-171-0/+10
| | | | llvm-svn: 17103
* New testcase, no PHI should be inserted.Chris Lattner2004-10-171-0/+14
| | | | llvm-svn: 17097
* New testcase, rework testcases to fail if there are any gep's other than thoseChris Lattner2004-10-161-3/+10
| | | | | | involving %B instead of allowing any geps except %A's. llvm-svn: 17065
* New testcaseChris Lattner2004-10-161-0/+18
| | | | llvm-svn: 17061
* When converting phi nodes into select instructions, we shouldn't promote PHIChris Lattner2004-10-141-0/+29
| | | | | | | | nodes unless we KNOW that we are able to promote all of them. In this case promoting the phi to a select is silly because we will always have to do the call conditionally. As such, select promotion is actually a pessimization. llvm-svn: 16972
* New testcase for memmove -> memcpy transformChris Lattner2004-10-121-0/+23
| | | | llvm-svn: 16931
* This testcase ensures that we can SRA a global even if part of the globalChris Lattner2004-10-111-0/+23
| | | | | | cannot be SRA'd llvm-svn: 16915
* These testcases check to see if we can promote malloc's to globals in someChris Lattner2004-10-112-0/+38
| | | | | | cases. llvm-svn: 16914
* Another testcase. We should be able to devirtualize the call even thoughChris Lattner2004-10-101-0/+28
| | | | | | we cannot completely eliminate the global. llvm-svn: 16900
* New testcase that crashes -globalopt. I found this through inspection, notChris Lattner2004-10-101-0/+17
| | | | | | actually in the wild :) llvm-svn: 16877
* New testcase we were not handling before.Chris Lattner2004-10-101-0/+11
| | | | llvm-svn: 16875
* A testcase that globalopt now handlesChris Lattner2004-10-091-0/+20
| | | | llvm-svn: 16872
* New testcaseChris Lattner2004-10-091-0/+6
| | | | llvm-svn: 16862
* New testcaseChris Lattner2004-10-081-0/+10
| | | | llvm-svn: 16856
OpenPOWER on IntegriCloud