summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Initial checkin of heapsort benchmarkChris Lattner2001-10-311-0/+75
* Initial checkin of ary3 "benchmark" from prog lang shootoutChris Lattner2001-10-301-0/+41
* Add testcase for missed SCCP optimizationChris Lattner2001-10-301-0/+25
* Test bitwise operationsChris Lattner2001-10-291-0/+10
* Added printPointer.Vikram S. Adve2001-10-281-2/+10
* Runtime routines implementing print<TYPE> for all basic types.Vikram S. Adve2001-10-281-0/+91
* Add calls to print results in fib, simpleadd and sumarray.Vikram S. Adve2001-10-282-1/+59
* Added rules for building sparc executable with and without tracing,Vikram S. Adve2001-10-281-20/+36
* Disable alloca code gen tests until size of extra args in stack frameVikram S. Adve2001-10-221-1/+1
* *** empty log message ***Vikram S. Adve2001-10-181-5/+5
* 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