Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | A PR60 test case | Brian Gaeke | 2004-08-23 | 1 | -0/+9 | |
| | | | | llvm-svn: 16005 | |||||
* | Simple hand-coded tests to aid in early development of backends, along with a | Misha Brukman | 2004-08-11 | 20 | -0/+511 | |
| | | | | | | Makefile to run ad-hoc tests easily. llvm-svn: 15664 | |||||
* | This testcase causes the CBE to generate code that is not legal C. | Chris Lattner | 2004-08-09 | 1 | -0/+7 | |
| | | | | llvm-svn: 15601 | |||||
* | Added another test case for double FP constants as well. | Reid Spencer | 2004-07-26 | 1 | -0/+3 | |
| | | | | llvm-svn: 15233 | |||||
* | Update test | Chris Lattner | 2004-07-26 | 1 | -2/+2 | |
| | | | | llvm-svn: 15228 | |||||
* | Update gc intrinsics to take pointer to object as well as pointer to field. | Chris Lattner | 2004-07-22 | 1 | -2/+2 | |
| | | | | | | Patch contributed by Tobias Nurmiranta llvm-svn: 15094 | |||||
* | Make this testcase more interesting | Chris Lattner | 2004-07-02 | 1 | -5/+6 | |
| | | | | llvm-svn: 14561 | |||||
* | New testcase for constant expression lowering pass, contributed by Vladimir ↵ | Chris Lattner | 2004-06-25 | 1 | -0/+26 | |
| | | | | | | Prus! llvm-svn: 14398 | |||||
* | Isnan became unordered | Chris Lattner | 2004-06-22 | 1 | -2/+2 | |
| | | | | llvm-svn: 14322 | |||||
* | This testcase is a bit silly now, but oh well :) | Chris Lattner | 2004-06-15 | 1 | -4/+2 | |
| | | | | llvm-svn: 14188 | |||||
* | Test that the X86 backend is only emitting one fucom instruction | Chris Lattner | 2004-06-11 | 1 | -0/+11 | |
| | | | | | | for each 'COM =' line. llvm-svn: 14147 | |||||
* | Testcase for PR369 | Chris Lattner | 2004-06-11 | 1 | -0/+6 | |
| | | | | llvm-svn: 14136 | |||||
* | Check to make sure that isnan doesn't require calling a function | Chris Lattner | 2004-06-11 | 1 | -0/+7 | |
| | | | | llvm-svn: 14135 | |||||
* | Test case for PR368 | Brian Gaeke | 2004-06-11 | 1 | -0/+11 | |
| | | | | llvm-svn: 14129 | |||||
* | Make the test pass by using the correct RUN: syntax. | Reid Spencer | 2004-05-27 | 1 | -1/+1 | |
| | | | | llvm-svn: 13848 | |||||
* | Added a "RUN:" line so this file can be executed by TestRunner.sh | Reid Spencer | 2004-05-27 | 1 | -0/+2 | |
| | | | | llvm-svn: 13829 | |||||
* | gc_init now gets an argument | Chris Lattner | 2004-05-27 | 1 | -2/+2 | |
| | | | | llvm-svn: 13816 | |||||
* | Make the test use the %A type | Chris Lattner | 2004-05-26 | 1 | -0/+1 | |
| | | | | llvm-svn: 13789 | |||||
* | Add a simple testcase for garbage collection support | Chris Lattner | 2004-05-23 | 1 | -0/+52 | |
| | | | | llvm-svn: 13697 | |||||
* | Testcase for PR337, which was reduced by Reid Spencer. | Chris Lattner | 2004-05-10 | 1 | -0/+15 | |
| | | | | llvm-svn: 13443 | |||||
* | Test for memory mapped I/O intrinsics. | John Criswell | 2004-04-14 | 1 | -0/+21 | |
| | | | | llvm-svn: 12943 | |||||
* | new testcase that crashes the fp stackifier | Chris Lattner | 2004-04-13 | 1 | -0/+8 | |
| | | | | llvm-svn: 12932 | |||||
* | Make the testcase more challenging | Chris Lattner | 2004-04-13 | 1 | -5/+8 | |
| | | | | llvm-svn: 12892 | |||||
* | Update testcase to illustrate the coalescing problem. The previous one did ↵ | Alkis Evlogimenos | 2004-04-12 | 1 | -12/+4 | |
| | | | | | | not work because of a fix in the x86 instruction selector. llvm-svn: 12870 | |||||
* | Added testcase for the llvm.readport and llvm.writeport intrinsics. | John Criswell | 2004-04-12 | 1 | -0/+18 | |
| | | | | llvm-svn: 12868 | |||||
* | Add same value coalescing testcase | Alkis Evlogimenos | 2004-04-12 | 1 | -0/+19 | |
| | | | | llvm-svn: 12865 | |||||
* | New testcase | Chris Lattner | 2004-04-11 | 1 | -0/+17 | |
| | | | | llvm-svn: 12845 | |||||
* | New testcase | Chris Lattner | 2004-04-11 | 1 | -0/+40 | |
| | | | | llvm-svn: 12843 | |||||
* | New testcase | Chris Lattner | 2004-04-11 | 1 | -0/+34 | |
| | | | | llvm-svn: 12837 | |||||
* | New file that can be useful for hand inspection of assembly required for certain | Chris Lattner | 2004-04-07 | 1 | -0/+23 | |
| | | | | | | kinds of instructions. llvm-svn: 12746 | |||||
* | New testcase | Chris Lattner | 2004-04-07 | 1 | -0/+54 | |
| | | | | llvm-svn: 12738 | |||||
* | Tests for fp cmov's that I forgot to check in earlier | Chris Lattner | 2004-04-01 | 1 | -0/+13 | |
| | | | | llvm-svn: 12585 | |||||
* | Test folding comparisons into select instructions | Chris Lattner | 2004-03-30 | 1 | -0/+18 | |
| | | | | llvm-svn: 12559 | |||||
* | New testcase. This now codegens to: | Chris Lattner | 2004-03-30 | 1 | -0/+7 | |
| | | | | | | | | | | | | | | max: mov %EAX, DWORD PTR [%ESP + 4] mov %ECX, DWORD PTR [%ESP + 8] cmp %EAX, %ECX cmovle %EAX, %ECX ret Someone should really implement passing arguments through registers for known-internal functions. :) llvm-svn: 12558 | |||||
* | New testcase for select instructions | Chris Lattner | 2004-03-30 | 1 | -0/+32 | |
| | | | | llvm-svn: 12552 | |||||
* | Fixed test case to actually check for the static declaration. | John Criswell | 2004-02-26 | 1 | -2/+1 | |
| | | | | | | Oops. llvm-svn: 11886 | |||||
* | Regression tests for PR258 and PR259. | John Criswell | 2004-02-26 | 2 | -0/+16 | |
| | | | | | | | | | 2004-02-26-FPNotPrintableConstants.llx ensures that constants used in an LLVM program are declared static if they are assigned to global variables. 2004-02-26-LinkOnceFunctions.llx ensures that linkonce functions get the weak attribute. llvm-svn: 11885 | |||||
* | Add testcase for the casts that are missing in PR249 | Chris Lattner | 2004-02-23 | 1 | -0/+11 | |
| | | | | llvm-svn: 11727 | |||||
* | Moving CBE tests to test/Regression/CodeGen/CBackend | Chris Lattner | 2004-02-15 | 33 | -0/+237 | |
| | | | | llvm-svn: 11486 | |||||
* | Test for actual support, not just for lack of crashage | Chris Lattner | 2004-02-15 | 1 | -1/+1 | |
| | | | | llvm-svn: 11460 | |||||
* | New testcase for PR237: [x86] wierd stack/frame pointer manipulation | Chris Lattner | 2004-02-15 | 1 | -0/+5 | |
| | | | | llvm-svn: 11456 | |||||
* | Test that the code generator supports these intrinsics | Chris Lattner | 2004-02-14 | 1 | -0/+14 | |
| | | | | llvm-svn: 11432 | |||||
* | Test that we get rep movs when calling memcpy | Chris Lattner | 2004-02-12 | 1 | -0/+24 | |
| | | | | llvm-svn: 11352 | |||||
* | Move this testcase out of /home/vadve/lattner/cvs/llvm/test/Programs/LLVMSource, | Chris Lattner | 2004-02-09 | 1 | -0/+13 | |
| | | | | | | as it fails. llvm-svn: 11250 | |||||
* | New testcase, code generators should support invoke/unwind | Chris Lattner | 2004-02-08 | 1 | -0/+13 | |
| | | | | llvm-svn: 11192 | |||||
* | Genericize tests | Chris Lattner | 2003-11-19 | 5 | -0/+50 | |
llvm-svn: 10091 |