aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* New testcase. The setcc is only used by a select, but not as a condition:Chris Lattner2004-10-081-0/+8
* New version of Bill Wendling's PR33 patch.Brian Gaeke2004-08-251-1/+1
* note pr#Brian Gaeke2004-08-241-0/+1
* A PR60 test caseBrian Gaeke2004-08-231-0/+9
* Simple hand-coded tests to aid in early development of backends, along with aMisha Brukman2004-08-1120-0/+511
* This testcase causes the CBE to generate code that is not legal C.Chris Lattner2004-08-091-0/+7
* Added another test case for double FP constants as well.Reid Spencer2004-07-261-0/+3
* Update testChris Lattner2004-07-261-2/+2
* Update gc intrinsics to take pointer to object as well as pointer to field.Chris Lattner2004-07-221-2/+2
* Make this testcase more interestingChris Lattner2004-07-021-5/+6
* New testcase for constant expression lowering pass, contributed by Vladimir P...Chris Lattner2004-06-251-0/+26
* Isnan became unorderedChris Lattner2004-06-221-2/+2
* This testcase is a bit silly now, but oh well :)Chris Lattner2004-06-151-4/+2
* Test that the X86 backend is only emitting one fucom instructionChris Lattner2004-06-111-0/+11
* Testcase for PR369Chris Lattner2004-06-111-0/+6
* Check to make sure that isnan doesn't require calling a functionChris Lattner2004-06-111-0/+7
* Test case for PR368Brian Gaeke2004-06-111-0/+11
* Make the test pass by using the correct RUN: syntax.Reid Spencer2004-05-271-1/+1
* Added a "RUN:" line so this file can be executed by TestRunner.shReid Spencer2004-05-271-0/+2
* gc_init now gets an argumentChris Lattner2004-05-271-2/+2
* Make the test use the %A typeChris Lattner2004-05-261-0/+1
* Add a simple testcase for garbage collection supportChris Lattner2004-05-231-0/+52
* Testcase for PR337, which was reduced by Reid Spencer.Chris Lattner2004-05-101-0/+15
* Test for memory mapped I/O intrinsics.John Criswell2004-04-141-0/+21
* new testcase that crashes the fp stackifierChris Lattner2004-04-131-0/+8
* Make the testcase more challengingChris Lattner2004-04-131-5/+8
* Update testcase to illustrate the coalescing problem. The previous one did no...Alkis Evlogimenos2004-04-121-12/+4
* Added testcase for the llvm.readport and llvm.writeport intrinsics.John Criswell2004-04-121-0/+18
* Add same value coalescing testcaseAlkis Evlogimenos2004-04-121-0/+19
* New testcaseChris Lattner2004-04-111-0/+17
* New testcaseChris Lattner2004-04-111-0/+40
* New testcaseChris Lattner2004-04-111-0/+34
* New file that can be useful for hand inspection of assembly required for certainChris Lattner2004-04-071-0/+23
* New testcaseChris Lattner2004-04-071-0/+54
* Tests for fp cmov's that I forgot to check in earlierChris Lattner2004-04-011-0/+13
* Test folding comparisons into select instructionsChris Lattner2004-03-301-0/+18
* New testcase. This now codegens to:Chris Lattner2004-03-301-0/+7
* New testcase for select instructionsChris Lattner2004-03-301-0/+32
* Fixed test case to actually check for the static declaration.John Criswell2004-02-261-2/+1
* Regression tests for PR258 and PR259.John Criswell2004-02-262-0/+16
* Add testcase for the casts that are missing in PR249Chris Lattner2004-02-231-0/+11
* New testcaseChris Lattner2004-02-151-0/+16
* Test for actual support, not just for lack of crashageChris Lattner2004-02-151-1/+1
* New testcase for PR237: [x86] wierd stack/frame pointer manipulationChris Lattner2004-02-151-0/+5
* Add a testcase for the frameaddress and returnaddress intrinsics.Chris Lattner2004-02-141-0/+14
* Test that the code generator supports these intrinsicsChris Lattner2004-02-141-0/+14
* Update testsChris Lattner2004-02-132-2/+2
* Test that we get rep movs when calling memcpyChris Lattner2004-02-121-0/+24
* Move this testcase out of /home/vadve/lattner/cvs/llvm/test/Programs/LLVMSource,Chris Lattner2004-02-091-0/+13
* New testcase, code generators should support invoke/unwindChris Lattner2004-02-081-0/+13