Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Regression is gone, don't try to find it on clean target. | Reid Spencer | 2007-01-17 | 26 | -660/+0 |
| | | | | llvm-svn: 33296 | ||||
* | For PR1043: | Reid Spencer | 2007-01-13 | 1 | -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 Spencer | 2007-01-05 | 1 | -1/+1 |
| | | | | llvm-svn: 32925 | ||||
* | Update test cases that grepped for register names that have now changed | Reid Spencer | 2007-01-03 | 1 | -1/+2 |
| | | | | | | as a result of llvm-upgrade handling collapsed type planes better. llvm-svn: 32849 | ||||
* | For PR950: | Reid Spencer | 2006-12-19 | 1 | -1/+1 |
| | | | | | | Upgrade this test in preparation for the SETCC patch. llvm-svn: 32669 | ||||
* | Upgrade intrinsic function calls manually. | Reid Spencer | 2006-12-02 | 1 | -2/+2 |
| | | | | llvm-svn: 32137 | ||||
* | Use the llvm-upgrade program to upgrade llvm assembly. | Reid Spencer | 2006-12-02 | 23 | -24/+24 |
| | | | | llvm-svn: 32115 | ||||
* | Promote GEP ubyte indices to uint. Backwards compatibility for 1.2 and | Reid Spencer | 2006-11-23 | 1 | -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 chomp | Chris Lattner | 2006-11-01 | 1 | -0/+33 |
| | | | | llvm-svn: 31351 | ||||
* | Testcase for PR820 | Chris Lattner | 2006-07-07 | 1 | -0/+138 |
| | | | | llvm-svn: 29070 | ||||
* | Added the ability to xfail based on llvmgcc version | Tanya Lattner | 2006-04-12 | 1 | -1/+1 |
| | | | | llvm-svn: 27635 | ||||
* | Tired of wading through cvs's list ? files that are generated when building | Reid Spencer | 2006-03-23 | 1 | -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 PR632 | Chris Lattner | 2005-09-27 | 1 | -0/+28 |
| | | | | llvm-svn: 23483 | ||||
* | add a new testcase for constant foldable calls | Chris Lattner | 2005-09-27 | 1 | -4/+10 |
| | | | | llvm-svn: 23464 | ||||
* | Add a more difficult testcase which uses a call to a helper function to do | Chris Lattner | 2005-09-27 | 1 | -1/+14 |
| | | | | | | the initialization llvm-svn: 23461 | ||||
* | Testcase that uses an alloca | Chris Lattner | 2005-09-26 | 1 | -1/+14 |
| | | | | llvm-svn: 23451 | ||||
* | add another case, this one that uses getelementptr instructions | Chris Lattner | 2005-09-26 | 1 | -1/+13 |
| | | | | llvm-svn: 23448 | ||||
* | add a test for load | Chris Lattner | 2005-09-26 | 1 | -1/+10 |
| | | | | llvm-svn: 23440 | ||||
* | add another testcase with simple control flow | Chris Lattner | 2005-09-26 | 1 | -1/+15 |
| | | | | llvm-svn: 23438 | ||||
* | make this harder: put some code into it | Chris Lattner | 2005-09-26 | 1 | -2/+19 |
| | | | | llvm-svn: 23436 | ||||
* | new testcase for static ctor list optimizations | Chris Lattner | 2005-09-26 | 1 | -0/+14 |
| | | | | llvm-svn: 23432 | ||||
* | new testcase for PR579 | Chris Lattner | 2005-06-15 | 1 | -0/+9 |
| | | | | llvm-svn: 22218 | ||||
* | new testcase globalopt should handle. | Chris Lattner | 2005-02-27 | 1 | -0/+21 |
| | | | | llvm-svn: 20351 | ||||
* | new testcase globalopt should implement | Chris Lattner | 2005-02-27 | 1 | -0/+16 |
| | | | | llvm-svn: 20350 | ||||
* | New testcase. Shrinking the variable to a bool allows instcombine to delete | Chris Lattner | 2004-12-12 | 1 | -0/+22 |
| | | | | | | the condition. llvm-svn: 18816 | ||||
* | Adding srcdir arg | Tanya Lattner | 2004-11-19 | 1 | -1/+1 |
| | | | | llvm-svn: 18020 | ||||
* | New testcase. Believe it or not, this happens a LOT in vortex | Chris Lattner | 2004-11-14 | 1 | -0/+14 |
| | | | | llvm-svn: 17745 | ||||
* | Adding subdirectory dg.exp files in order to be able to use dejagnu to only ↵ | Tanya Lattner | 2004-11-13 | 1 | -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 Lattner | 2004-10-22 | 1 | -0/+26 |
| | | | | | | state is checked by the program llvm-svn: 17160 | ||||
* | New testcase | Chris Lattner | 2004-10-16 | 1 | -0/+18 |
| | | | | llvm-svn: 17061 | ||||
* | This testcase ensures that we can SRA a global even if part of the global | Chris Lattner | 2004-10-11 | 1 | -0/+23 |
| | | | | | | cannot be SRA'd llvm-svn: 16915 | ||||
* | These testcases check to see if we can promote malloc's to globals in some | Chris Lattner | 2004-10-11 | 2 | -0/+38 |
| | | | | | | cases. llvm-svn: 16914 | ||||
* | Another testcase. We should be able to devirtualize the call even though | Chris Lattner | 2004-10-10 | 1 | -0/+28 |
| | | | | | | we cannot completely eliminate the global. llvm-svn: 16900 | ||||
* | New testcase that crashes -globalopt. I found this through inspection, not | Chris Lattner | 2004-10-10 | 1 | -0/+17 |
| | | | | | | actually in the wild :) llvm-svn: 16877 | ||||
* | New testcase we were not handling before. | Chris Lattner | 2004-10-10 | 1 | -0/+11 |
| | | | | llvm-svn: 16875 | ||||
* | A testcase that globalopt now handles | Chris Lattner | 2004-10-09 | 1 | -0/+20 |
| | | | | llvm-svn: 16872 | ||||
* | New testcase | Chris Lattner | 2004-10-08 | 1 | -0/+10 |
| | | | | llvm-svn: 16856 | ||||
* | New testcase | Chris Lattner | 2004-10-08 | 1 | -0/+19 |
| | | | | llvm-svn: 16841 | ||||
* | Move these files from Transforms/GlobalConstifier | Chris Lattner | 2004-10-07 | 4 | -0/+63 |
llvm-svn: 16808 |