summaryrefslogtreecommitdiffstats
path: root/llvm/test/Regression/Transforms/GlobalOpt
Commit message (Collapse)AuthorAgeFilesLines
* Regression is gone, don't try to find it on clean target.Reid Spencer2007-01-1726-660/+0
| | | | llvm-svn: 33296
* For PR1043:Reid Spencer2007-01-131-1/+2
| | | | | | | | Bye, Bye Booly. Remove the use of the bool type from non-upgraded test cases and from grep expressions. The parser doesn't accept it and the asm writer doesn't produce it any more. llvm-svn: 33183
* Global variables are not renamed by llvm-upgrade any more.Reid Spencer2007-01-051-1/+1
| | | | llvm-svn: 32925
* Update test cases that grepped for register names that have now changedReid Spencer2007-01-031-1/+2
| | | | | | as a result of llvm-upgrade handling collapsed type planes better. llvm-svn: 32849
* For PR950:Reid Spencer2006-12-191-1/+1
| | | | | | Upgrade this test in preparation for the SETCC patch. llvm-svn: 32669
* Upgrade intrinsic function calls manually.Reid Spencer2006-12-021-2/+2
| | | | llvm-svn: 32137
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-0223-24/+24
| | | | llvm-svn: 32115
* Promote GEP ubyte indices to uint. Backwards compatibility for 1.2 andReid Spencer2006-11-231-1/+1
| | | | | | | older features will be dropped soon and these test cases must not rely on the upgrade capability. llvm-svn: 31896
* new testcase that crashes global opt, reduced from chompChris Lattner2006-11-011-0/+33
| | | | llvm-svn: 31351
* Testcase for PR820Chris Lattner2006-07-071-0/+138
| | | | llvm-svn: 29070
* 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
* Testcase for PR632Chris Lattner2005-09-271-0/+28
| | | | llvm-svn: 23483
* add a new testcase for constant foldable callsChris Lattner2005-09-271-4/+10
| | | | llvm-svn: 23464
* Add a more difficult testcase which uses a call to a helper function to doChris Lattner2005-09-271-1/+14
| | | | | | the initialization llvm-svn: 23461
* Testcase that uses an allocaChris Lattner2005-09-261-1/+14
| | | | llvm-svn: 23451
* add another case, this one that uses getelementptr instructionsChris Lattner2005-09-261-1/+13
| | | | llvm-svn: 23448
* add a test for loadChris Lattner2005-09-261-1/+10
| | | | llvm-svn: 23440
* add another testcase with simple control flowChris Lattner2005-09-261-1/+15
| | | | llvm-svn: 23438
* make this harder: put some code into itChris Lattner2005-09-261-2/+19
| | | | llvm-svn: 23436
* new testcase for static ctor list optimizationsChris Lattner2005-09-261-0/+14
| | | | llvm-svn: 23432
* new testcase for PR579Chris Lattner2005-06-151-0/+9
| | | | llvm-svn: 22218
* new testcase globalopt should handle.Chris Lattner2005-02-271-0/+21
| | | | llvm-svn: 20351
* new testcase globalopt should implementChris Lattner2005-02-271-0/+16
| | | | llvm-svn: 20350
* New testcase. Shrinking the variable to a bool allows instcombine to deleteChris Lattner2004-12-121-0/+22
| | | | | | the condition. llvm-svn: 18816
* Adding srcdir argTanya Lattner2004-11-191-1/+1
| | | | llvm-svn: 18020
* New testcase. Believe it or not, this happens a LOT in vortexChris Lattner2004-11-141-0/+14
| | | | llvm-svn: 17745
* 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
* 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-161-0/+18
| | | | llvm-svn: 17061
* 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-081-0/+10
| | | | llvm-svn: 16856
* New testcaseChris Lattner2004-10-081-0/+19
| | | | llvm-svn: 16841
* Move these files from Transforms/GlobalConstifierChris Lattner2004-10-074-0/+63
llvm-svn: 16808
OpenPOWER on IntegriCloud