aboutsummaryrefslogtreecommitdiff
path: root/test/LLC
AgeCommit message (Expand)Author
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-07-01Move to test/programs/LLvmsourceChris Lattner
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-05-11Allow llx tests as wellChris Lattner
2003-01-23* Only run LLVM tests so that testing is not stopped.Chris Lattner
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-10-12Added inline constant expressions, including uses in binary subtract.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-27Simple test for constant expressions constructed from global addresses.Vikram S. Adve
2002-09-27Overhauled completely.Vikram S. Adve
2002-09-23C tests are run via Makefile.singlesrc so don't run them twice.Vikram S. Adve
2002-09-20Fix data types header file and declarations to work on Linux.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-22*** empty log message ***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 makefile to work.Chris Lattner
2002-08-01Fix broken testcaseChris Lattner
2002-08-01Make testcase legal LLVMChris Lattner
2002-08-01Feature test for stack size bigger than immed. field of SAVE instruction.Vikram S. Adve
2002-07-29Fix testcase to not print pointer valueChris Lattner
2002-07-10Fix broken testChris Lattner
2002-07-10Include Makefile.singlesrc in order to compile .c tests.Vikram S. Adve
2002-07-10Some of these are feature tests, not regression tests.Vikram S. Adve
2002-04-16New testcaseChris Lattner
2002-04-14Checkin first unit testcases for the backendChris Lattner
2002-02-11Add testcase for sparc backendChris Lattner