aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* Check in new testcase based on .c file. Adapted to run with lliChris Lattner2001-10-182-0/+115
* Fix null termination issueChris Lattner2001-10-181-1/+1
* Add new testcase from C sourceChris Lattner2001-10-182-0/+91
* Reverse previous change.Vikram S. Adve2001-10-181-2/+2
* Generate assembly code for testcodegen.Vikram S. Adve2001-10-181-2/+2
* Added several cases where a constant must be forwarded into a use.Vikram S. Adve2001-10-181-0/+27
* Disable codgen test for calltest.ll.Vikram S. Adve2001-10-171-1/+1
* Add rule to build executablesChris Lattner2001-10-151-0/+3
* Make main do some simple work without requiring main arguments to be happyChris Lattner2001-10-151-1/+9
* Compile with v9 extensionsChris Lattner2001-10-151-1/+2
* Add some more interesting test cases for the linkerChris Lattner2001-10-152-4/+9
* More interesting testcaseChris Lattner2001-10-141-0/+7
* Enable most tests.Vikram S. Adve2001-10-141-1/+1
* Added a string global variable.Vikram S. Adve2001-10-141-2/+4
* Add C source for testmisc.llChris Lattner2001-10-131-0/+234
* New testcase for testing constant pointers to globalsChris Lattner2001-10-131-0/+23
* Test files for linkerChris Lattner2001-10-132-0/+47
* Use null keyword instead of kludgeChris Lattner2001-10-131-2/+1
* Add more function call and prototype specific testsChris Lattner2001-10-131-3/+18
* Delete *.s on clean.Vikram S. Adve2001-10-111-1/+1
* Moved first function to "simpleadd.ll".Vikram S. Adve2001-10-101-24/+0
* testmemory and sumarray now work with instruction selection.Vikram S. Adve2001-10-101-3/+15
* Fix broken testcaseChris Lattner2001-10-031-1/+1
* Adjust test cases to match the fact that methods are now explicit pointer val...Chris Lattner2001-10-037-11/+11
* Modify testcases for new LLVM const syntaxChris Lattner2001-10-035-21/+21
* Add path to as so it doesn't find llvm as if that path is set.Chris Lattner2001-10-011-2/+2
* Exclude a couple of tests that the regalloc stuff doesn't handle yetChris Lattner2001-10-011-1/+1
* Add different "cast constant value" for several possible types.Vikram S. Adve2001-10-011-10/+19
* Add a test for the new null keywordChris Lattner2001-09-301-1/+7
* Add commands to assemble and compile a .ll fileChris Lattner2001-09-281-0/+6
* Adding the tool to the path doesn't break anything anymoreChris Lattner2001-09-281-1/+0
* Un-neuter makefileChris Lattner2001-09-181-2/+0
* Folded inssel*.ll into select.ll.Vikram S. Adve2001-09-185-25/+128
* Fix testcases to handle new syntax for construction and initializeationChris Lattner2001-09-182-3/+28
* Remove invalid testcaseChris Lattner2001-09-142-37/+0
* Remove invalid testcase. Unneccesary anywaysChris Lattner2001-09-141-12/+0
* Add new test casesChris Lattner2001-09-142-0/+22
* * Clean up InstrForestChris Lattner2001-09-121-1/+1
* Implement global variable supportChris Lattner2001-09-101-0/+14
* Rerun backend tests if as or llc is changedChris Lattner2001-09-091-1/+1
* New testcase to deal with listsChris Lattner2001-09-071-0/+102
* Executables all live in a nice centralized location nowChris Lattner2001-09-074-18/+31
* Executables have moved into centralized locationChris Lattner2001-09-071-3/+2
* Add llc path to setupChris Lattner2001-09-072-6/+6
* Make makefile not depend on where stuff is installed!!!!Chris Lattner2001-09-071-1/+1
* Check opaque, abstract, and recursive type handlingChris Lattner2001-09-071-0/+57
* Symboltables are sorted in the bytecode, so no problems here!Chris Lattner2001-09-071-3/+1
* Make fib be more realChris Lattner2001-09-011-12/+5
* Add testcodegen target, and restrict which tests are run for it.Vikram S. Adve2001-08-281-9/+19
* Rename start methods to main so interpreter works easierChris Lattner2001-08-232-2/+8