Initial checkin
[oota-llvm.git] / test / LLC /
2003-07-29 Vikram S. AdveRegression test for incorrect character emitted to...
2003-07-10 Vikram S. Adve*** empty log message ***
2003-07-10 Vikram S. AdveJust documentation.
2003-07-08 Vikram S. Adve*** empty log message ***
2003-07-06 Vikram S. AdveRegression test for bug in reg. allocation that was...
2003-07-01 Chris LattnerMove to test/programs/LLvmsource
2003-05-31 Vikram S. Adve3 more bugs from the SPEC codes and from richards_bench...
2003-05-28 Vikram S. AdveThree kinds of boolean values handled incorrectly:
2003-05-11 Chris LattnerAllow llx tests as well
2003-01-23 Chris Lattner* Only run LLVM tests so that testing is not stopped.
2003-01-15 Chris LattnerCleanup testcase
2002-10-14 Vikram S. AdveTest case that shows some poor results for register...
2002-10-13 Vikram S. AdveAdd a test for folding a GEP into a load.
2002-10-12 Vikram S. AdveAdded inline constant expressions, including uses in...
2002-09-30 Vikram S. AdveOn this code, llc did not pass the sixth argument ...
2002-09-28 Vikram S. AdveRegression test for llc bug that was folding two getele...
2002-09-28 Vikram S. AdveRegression test for live range bug for call arguments.
2002-09-27 Vikram S. AdveSimple test for constant expressions constructed from...
2002-09-27 Vikram S. AdveOverhauled completely.
2002-09-23 Vikram S. AdveC tests are run via Makefile.singlesrc so don't run...
2002-09-20 Vikram S. AdveFix data types header file and declarations to work...
2002-09-20 Vikram S. AdveFix to avoid addition on pointers, which is no longer...
2002-08-22 Vikram S. AdveAdd functions castbool and boolexpr.
2002-08-22 Vikram S. Adve*** empty log message ***
2002-08-21 Chris LattnerFix store to not index
2002-08-21 Chris LattnerConvert testcase to not use indexing on loads & stores
2002-08-15 Vikram S. AdveAdd tests for unary NOT operations.
2002-08-14 Chris Lattner*** empty log message ***
2002-08-04 Vikram S. AdveAdd a sequence of GEPs with constant indices, for...
2002-08-01 Chris LattnerFix makefile to work.
2002-08-01 Chris LattnerFix broken testcase
2002-08-01 Chris LattnerMake testcase legal LLVM
2002-08-01 Vikram S. AdveFeature test for stack size bigger than immed. field...
2002-07-29 Chris LattnerFix testcase to not print pointer value
2002-07-10 Chris LattnerFix broken test
2002-07-10 Vikram S. AdveInclude Makefile.singlesrc in order to compile .c tests.
2002-07-10 Vikram S. AdveSome of these are feature tests, not regression tests.
2002-04-16 Chris LattnerNew testcase
2002-04-14 Chris LattnerCheckin first unit testcases for the backend
2002-02-11 Chris LattnerAdd testcase for sparc backend