summaryrefslogtreecommitdiff
path: root/test/LLC
Commit message (Expand)AuthorAge
* Unbreak this test case - llvm-as no longer tolerates redefining names in anyBrian Gaeke2003-11-22
* Renamed these tests so that they don't contain extra periods.John Criswell2003-10-03
* Remove obsolete tests which:Chris Lattner2003-10-02
* Removing Makefiles. Regression tests are now run by QMTest.John Criswell2003-09-15
* Update testcases to be more modernChris Lattner2003-09-09
* Regression test for incorrect character emitted to char array.Vikram S. Adve2003-07-29
* *** empty log message ***Vikram S. Adve2003-07-10
* Just documentation.Vikram S. Adve2003-07-10
* *** empty log message ***Vikram S. Adve2003-07-08
* Regression test for bug in reg. allocation that was using %xcc insteadVikram S. Adve2003-07-06
* Move to test/programs/LLvmsourceChris Lattner2003-07-01
* 3 more bugs from the SPEC codes and from richards_benchmark.cVikram S. Adve2003-05-31
* Three kinds of boolean values handled incorrectly:Vikram S. Adve2003-05-28
* Allow llx tests as wellChris Lattner2003-05-11
* * Only run LLVM tests so that testing is not stopped.Chris Lattner2003-01-23
* Cleanup testcaseChris Lattner2003-01-15
* Test case that shows some poor results for register allocation.Vikram S. Adve2002-10-14
* Add a test for folding a GEP into a load.Vikram S. Adve2002-10-13
* Added inline constant expressions, including uses in binary subtract.Vikram S. Adve2002-10-12
* On this code, llc did not pass the sixth argument (%reg321) to printf.Vikram S. Adve2002-09-30
* Regression test for llc bug that was folding two getelementptrs illegally.Vikram S. Adve2002-09-28
* Regression test for live range bug for call arguments.Vikram S. Adve2002-09-28
* Simple test for constant expressions constructed from global addresses.Vikram S. Adve2002-09-27
* Overhauled completely.Vikram S. Adve2002-09-27
* C tests are run via Makefile.singlesrc so don't run them twice.Vikram S. Adve2002-09-23
* Fix data types header file and declarations to work on Linux.Vikram S. Adve2002-09-20
* Fix to avoid addition on pointers, which is no longer legal.Vikram S. Adve2002-09-20
* Add functions castbool and boolexpr.Vikram S. Adve2002-08-22
* *** empty log message ***Vikram S. Adve2002-08-22
* Fix store to not indexChris Lattner2002-08-21
* Convert testcase to not use indexing on loads & storesChris Lattner2002-08-21
* Add tests for unary NOT operations.Vikram S. Adve2002-08-15
* *** empty log message ***Chris Lattner2002-08-14
* Add a sequence of GEPs with constant indices, for folding.Vikram S. Adve2002-08-04
* Fix makefile to work.Chris Lattner2002-08-01
* Fix broken testcaseChris Lattner2002-08-01
* Make testcase legal LLVMChris Lattner2002-08-01
* Feature test for stack size bigger than immed. field of SAVE instruction.Vikram S. Adve2002-08-01
* Fix testcase to not print pointer valueChris Lattner2002-07-29
* Fix broken testChris Lattner2002-07-10
* Include Makefile.singlesrc in order to compile .c tests.Vikram S. Adve2002-07-10
* Some of these are feature tests, not regression tests.Vikram S. Adve2002-07-10
* New testcaseChris Lattner2002-04-16
* Checkin first unit testcases for the backendChris Lattner2002-04-14
* Add testcase for sparc backendChris Lattner2002-02-11