aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen
AgeCommit message (Expand)Author
2004-06-15This testcase is a bit silly now, but oh well :)Chris Lattner
2004-06-11Test that the X86 backend is only emitting one fucom instructionChris Lattner
2004-06-11Testcase for PR369Chris Lattner
2004-06-11Check to make sure that isnan doesn't require calling a functionChris Lattner
2004-06-11Test case for PR368Brian Gaeke
2004-05-27Make the test pass by using the correct RUN: syntax.Reid Spencer
2004-05-27Added a "RUN:" line so this file can be executed by TestRunner.shReid Spencer
2004-05-27gc_init now gets an argumentChris Lattner
2004-05-26Make the test use the %A typeChris Lattner
2004-05-23Add a simple testcase for garbage collection supportChris Lattner
2004-05-10Testcase for PR337, which was reduced by Reid Spencer.Chris Lattner
2004-04-14Test for memory mapped I/O intrinsics.John Criswell
2004-04-13new testcase that crashes the fp stackifierChris Lattner
2004-04-13Make the testcase more challengingChris Lattner
2004-04-12Update testcase to illustrate the coalescing problem. The previous one did no...Alkis Evlogimenos
2004-04-12Added testcase for the llvm.readport and llvm.writeport intrinsics.John Criswell
2004-04-12Add same value coalescing testcaseAlkis Evlogimenos
2004-04-11New testcaseChris Lattner
2004-04-11New testcaseChris Lattner
2004-04-11New testcaseChris Lattner
2004-04-07New file that can be useful for hand inspection of assembly required for certainChris Lattner
2004-04-07New testcaseChris Lattner
2004-04-01Tests for fp cmov's that I forgot to check in earlierChris Lattner
2004-03-30Test folding comparisons into select instructionsChris Lattner
2004-03-30New testcase. This now codegens to:Chris Lattner
2004-03-30New testcase for select instructionsChris Lattner
2004-02-26Fixed test case to actually check for the static declaration.John Criswell
2004-02-26Regression tests for PR258 and PR259.John Criswell
2004-02-23Add testcase for the casts that are missing in PR249Chris Lattner
2004-02-15New testcaseChris Lattner
2004-02-15Test for actual support, not just for lack of crashageChris Lattner
2004-02-15New testcase for PR237: [x86] wierd stack/frame pointer manipulationChris Lattner
2004-02-14Add a testcase for the frameaddress and returnaddress intrinsics.Chris Lattner
2004-02-14Test that the code generator supports these intrinsicsChris Lattner
2004-02-13Update testsChris Lattner
2004-02-12Test that we get rep movs when calling memcpyChris Lattner
2004-02-09Move this testcase out of /home/vadve/lattner/cvs/llvm/test/Programs/LLVMSource,Chris Lattner
2004-02-08New testcase, code generators should support invoke/unwindChris Lattner
2003-11-22Unbreak this test case - llvm-as no longer tolerates redefining names in anyBrian Gaeke
2003-11-22Strengthen test case.Brian Gaeke
2003-11-22C Writer was dumping core on this test case.Brian Gaeke
2003-11-03New testcaseChris Lattner
2003-10-28New testcase, reduced from DOOM.Brian Gaeke
2003-10-23New testcase, which failes to compile. 252.eon hits this problemChris Lattner
2003-10-23Zero arg varargs functions are legal in LLVM, but not in C.Chris Lattner
2003-10-23Update testChris Lattner
2003-10-12Test that we can emit global initializers that are not normal FP valuesChris Lattner
2003-10-03Renamed these tests so that they don't contain extra periods.John Criswell
2003-10-02Change llc command line for register allocatorsAlkis Evlogimenos
2003-09-26Updated to generate temporary files in the temporary directory.John Criswell