aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/Generic
AgeCommit message (Expand)Author
2005-01-07Cleanup a bunch of tests. In particular do not allow target directives inChris Lattner
2005-01-07Make this test a bit more interesting by making there actually be a use of theChris Lattner
2005-01-07modernize and clean up this test.Chris Lattner
2004-11-30This passes on darwin nowChris Lattner
2004-11-20Adding missing dg file.Tanya Lattner
2004-11-19Adding srcdir argTanya Lattner
2004-11-13Adding subdirectory dg.exp files in order to be able to use dejagnu to only r...Tanya Lattner
2004-11-07Fix a test.Chris Lattner
2004-11-06Adding RUN lines.Tanya Lattner
2004-11-06Adding RUN lines.Tanya Lattner
2004-11-06Add missing run lineChris Lattner
2004-11-06Adding XFAIL lines for dejagnu support.Tanya Lattner
2004-08-11Simple hand-coded tests to aid in early development of backends, along with aMisha Brukman
2004-07-22Update gc intrinsics to take pointer to object as well as pointer to field.Chris Lattner
2004-06-25New testcase for constant expression lowering pass, contributed by Vladimir P...Chris Lattner
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-23Add a simple testcase for garbage collection supportChris Lattner
2004-05-10Testcase for PR337, which was reduced by Reid Spencer.Chris Lattner
2004-04-07New file that can be useful for hand inspection of assembly required for certainChris Lattner
2004-04-07New testcaseChris Lattner
2003-11-22Unbreak this test case - llvm-as no longer tolerates redefining names in anyBrian Gaeke
2003-10-03Renamed these tests so that they don't contain extra periods.John Criswell
2003-09-09Update testcases to be more modernChris Lattner
2003-07-29Regression test for incorrect character emitted to char array.Vikram S. Adve
2003-07-10*** empty log message ***Vikram S. Adve
2003-07-10Just documentation.Vikram S. Adve
2003-07-08*** empty log message ***Vikram S. Adve
2003-07-06Regression test for bug in reg. allocation that was using %xcc insteadVikram S. Adve
2003-05-313 more bugs from the SPEC codes and from richards_benchmark.cVikram S. Adve
2003-05-28Three kinds of boolean values handled incorrectly:Vikram S. Adve
2003-01-15Cleanup testcaseChris Lattner
2002-10-14Test case that shows some poor results for register allocation.Vikram S. Adve
2002-10-13Add a test for folding a GEP into a load.Vikram S. Adve
2002-09-30On this code, llc did not pass the sixth argument (%reg321) to printf.Vikram S. Adve
2002-09-28Regression test for llc bug that was folding two getelementptrs illegally.Vikram S. Adve
2002-09-28Regression test for live range bug for call arguments.Vikram S. Adve
2002-09-20Fix to avoid addition on pointers, which is no longer legal.Vikram S. Adve
2002-08-22Add functions castbool and boolexpr.Vikram S. Adve
2002-08-21Fix store to not indexChris Lattner
2002-08-21Convert testcase to not use indexing on loads & storesChris Lattner
2002-08-15Add tests for unary NOT operations.Vikram S. Adve
2002-08-14*** empty log message ***Chris Lattner
2002-08-04Add a sequence of GEPs with constant indices, for folding.Vikram S. Adve
2002-08-01Fix broken testcaseChris Lattner
2002-08-01Make testcase legal LLVMChris Lattner
2002-07-10Fix broken testChris Lattner
2002-07-10Some of these are feature tests, not regression tests.Vikram S. Adve
2002-04-16New testcaseChris Lattner