summaryrefslogtreecommitdiffstats
path: root/llvm/test/Regression/CodeGen
Commit message (Collapse)AuthorAgeFilesLines
...
* A PR60 test caseBrian Gaeke2004-08-231-0/+9
| | | | llvm-svn: 16005
* Simple hand-coded tests to aid in early development of backends, along with aMisha Brukman2004-08-1120-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 Lattner2004-08-091-0/+7
| | | | llvm-svn: 15601
* Added another test case for double FP constants as well.Reid Spencer2004-07-261-0/+3
| | | | llvm-svn: 15233
* Update testChris Lattner2004-07-261-2/+2
| | | | llvm-svn: 15228
* Update gc intrinsics to take pointer to object as well as pointer to field.Chris Lattner2004-07-221-2/+2
| | | | | | Patch contributed by Tobias Nurmiranta llvm-svn: 15094
* Make this testcase more interestingChris Lattner2004-07-021-5/+6
| | | | llvm-svn: 14561
* New testcase for constant expression lowering pass, contributed by Vladimir ↵Chris Lattner2004-06-251-0/+26
| | | | | | Prus! llvm-svn: 14398
* Isnan became unorderedChris Lattner2004-06-221-2/+2
| | | | llvm-svn: 14322
* This testcase is a bit silly now, but oh well :)Chris Lattner2004-06-151-4/+2
| | | | llvm-svn: 14188
* Test that the X86 backend is only emitting one fucom instructionChris Lattner2004-06-111-0/+11
| | | | | | for each 'COM =' line. llvm-svn: 14147
* Testcase for PR369Chris Lattner2004-06-111-0/+6
| | | | llvm-svn: 14136
* Check to make sure that isnan doesn't require calling a functionChris Lattner2004-06-111-0/+7
| | | | llvm-svn: 14135
* Test case for PR368Brian Gaeke2004-06-111-0/+11
| | | | llvm-svn: 14129
* Make the test pass by using the correct RUN: syntax.Reid Spencer2004-05-271-1/+1
| | | | llvm-svn: 13848
* Added a "RUN:" line so this file can be executed by TestRunner.shReid Spencer2004-05-271-0/+2
| | | | llvm-svn: 13829
* gc_init now gets an argumentChris Lattner2004-05-271-2/+2
| | | | llvm-svn: 13816
* Make the test use the %A typeChris Lattner2004-05-261-0/+1
| | | | llvm-svn: 13789
* Add a simple testcase for garbage collection supportChris Lattner2004-05-231-0/+52
| | | | llvm-svn: 13697
* Testcase for PR337, which was reduced by Reid Spencer.Chris Lattner2004-05-101-0/+15
| | | | llvm-svn: 13443
* Test for memory mapped I/O intrinsics.John Criswell2004-04-141-0/+21
| | | | llvm-svn: 12943
* new testcase that crashes the fp stackifierChris Lattner2004-04-131-0/+8
| | | | llvm-svn: 12932
* Make the testcase more challengingChris Lattner2004-04-131-5/+8
| | | | llvm-svn: 12892
* Update testcase to illustrate the coalescing problem. The previous one did ↵Alkis Evlogimenos2004-04-121-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 Criswell2004-04-121-0/+18
| | | | llvm-svn: 12868
* Add same value coalescing testcaseAlkis Evlogimenos2004-04-121-0/+19
| | | | llvm-svn: 12865
* New testcaseChris Lattner2004-04-111-0/+17
| | | | llvm-svn: 12845
* New testcaseChris Lattner2004-04-111-0/+40
| | | | llvm-svn: 12843
* New testcaseChris Lattner2004-04-111-0/+34
| | | | llvm-svn: 12837
* New file that can be useful for hand inspection of assembly required for certainChris Lattner2004-04-071-0/+23
| | | | | | kinds of instructions. llvm-svn: 12746
* New testcaseChris Lattner2004-04-071-0/+54
| | | | llvm-svn: 12738
* Tests for fp cmov's that I forgot to check in earlierChris Lattner2004-04-011-0/+13
| | | | llvm-svn: 12585
* Test folding comparisons into select instructionsChris Lattner2004-03-301-0/+18
| | | | llvm-svn: 12559
* New testcase. This now codegens to:Chris Lattner2004-03-301-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 instructionsChris Lattner2004-03-301-0/+32
| | | | llvm-svn: 12552
* Fixed test case to actually check for the static declaration.John Criswell2004-02-261-2/+1
| | | | | | Oops. llvm-svn: 11886
* Regression tests for PR258 and PR259.John Criswell2004-02-262-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 PR249Chris Lattner2004-02-231-0/+11
| | | | llvm-svn: 11727
* Moving CBE tests to test/Regression/CodeGen/CBackendChris Lattner2004-02-1533-0/+237
| | | | llvm-svn: 11486
* Test for actual support, not just for lack of crashageChris Lattner2004-02-151-1/+1
| | | | llvm-svn: 11460
* New testcase for PR237: [x86] wierd stack/frame pointer manipulationChris Lattner2004-02-151-0/+5
| | | | llvm-svn: 11456
* Test that the code generator supports these intrinsicsChris Lattner2004-02-141-0/+14
| | | | llvm-svn: 11432
* Test that we get rep movs when calling memcpyChris Lattner2004-02-121-0/+24
| | | | llvm-svn: 11352
* Move this testcase out of /home/vadve/lattner/cvs/llvm/test/Programs/LLVMSource,Chris Lattner2004-02-091-0/+13
| | | | | | as it fails. llvm-svn: 11250
* New testcase, code generators should support invoke/unwindChris Lattner2004-02-081-0/+13
| | | | llvm-svn: 11192
* Genericize testsChris Lattner2003-11-195-0/+50
llvm-svn: 10091
OpenPOWER on IntegriCloud