summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Delete *.s on clean.Vikram S. Adve2001-10-11
* Moved first function to "simpleadd.ll".Vikram S. Adve2001-10-10
* testmemory and sumarray now work with instruction selection.Vikram S. Adve2001-10-10
* Fix broken testcaseChris Lattner2001-10-03
* Adjust test cases to match the fact that methods are now explicit pointer val...Chris Lattner2001-10-03
* Modify testcases for new LLVM const syntaxChris Lattner2001-10-03
* Add path to as so it doesn't find llvm as if that path is set.Chris Lattner2001-10-01
* Exclude a couple of tests that the regalloc stuff doesn't handle yetChris Lattner2001-10-01
* Add different "cast constant value" for several possible types.Vikram S. Adve2001-10-01
* Add a test for the new null keywordChris Lattner2001-09-30
* Add commands to assemble and compile a .ll fileChris Lattner2001-09-28
* Adding the tool to the path doesn't break anything anymoreChris Lattner2001-09-28
* Un-neuter makefileChris Lattner2001-09-18
* Folded inssel*.ll into select.ll.Vikram S. Adve2001-09-18
* Fix testcases to handle new syntax for construction and initializeationChris Lattner2001-09-18
* Remove invalid testcaseChris Lattner2001-09-14
* Remove invalid testcase. Unneccesary anywaysChris Lattner2001-09-14
* Add new test casesChris Lattner2001-09-14
* * Clean up InstrForestChris Lattner2001-09-12
* Implement global variable supportChris Lattner2001-09-10
* Rerun backend tests if as or llc is changedChris Lattner2001-09-09
* New testcase to deal with listsChris Lattner2001-09-07
* Executables all live in a nice centralized location nowChris Lattner2001-09-07
* Executables have moved into centralized locationChris Lattner2001-09-07
* Add llc path to setupChris Lattner2001-09-07
* Make makefile not depend on where stuff is installed!!!!Chris Lattner2001-09-07
* Check opaque, abstract, and recursive type handlingChris Lattner2001-09-07
* Symboltables are sorted in the bytecode, so no problems here!Chris Lattner2001-09-07
* Make fib be more realChris Lattner2001-09-01
* Add testcodegen target, and restrict which tests are run for it.Vikram S. Adve2001-08-28
* Rename start methods to main so interpreter works easierChris Lattner2001-08-23
* Had used the wrong option.Vikram S. Adve2001-07-31
* Added support for testing instruction selection on all but 2 tests.Vikram S. Adve2001-07-31
* New test casesChris Lattner2001-07-28
* Changes to make test scripts more reliableChris Lattner2001-07-28
* Add test of string constantsChris Lattner2001-07-28
* Work around a few 'sorting issues' with the bytecode output that causes the b...Chris Lattner2001-07-26
* New test for varargs functionsChris Lattner2001-07-25
* New test caseChris Lattner2001-07-22
* Version of testmemory to test alloca, load and store.Vikram S. Adve2001-07-21
* Used a bigger constant in loopfunc.ll that doesn't fit in immed field.Vikram S. Adve2001-07-21
* New test case for prototype supportChris Lattner2001-07-15
* New testcase from GCC doing array operationsChris Lattner2001-07-15
* add coverage of newly implemented instructions.Chris Lattner2001-07-08
* Neg instruction removed. Cast instruction implemented.Chris Lattner2001-07-08
* Added analyze to path for SetupOpt scriptChris Lattner2001-07-03
* Add analyze tool to path for Setup scriptChris Lattner2001-07-03
* Miscellaneous cleanups:Chris Lattner2001-06-27
* Put in test of SCCP. Watch out though, because we need to sort theChris Lattner2001-06-27
* Add a useless phi for testing with InductionVariables stuffChris Lattner2001-06-24