aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Added function LL__main.Vikram S. Adve2001-11-091-0/+5
* Eliminate cleaning step for individual %.bc files created by our gcc.Vikram S. Adve2001-11-082-6/+4
* Took out .clean.bc target.Vikram S. Adve2001-11-082-6/+0
* Run cleaning pass only when linking multiple files.Vikram S. Adve2001-11-082-4/+2
* Add cleaning pass after linking.Vikram S. Adve2001-11-082-4/+8
* Keep *.s files while we're debugging the native code.Vikram S. Adve2001-11-082-6/+6
* Add rule for %.clean.bc.Vikram S. Adve2001-11-082-0/+6
* Roll back all these changes that have broken Makefile.target again.Vikram S. Adve2001-11-072-26/+16
* Minor fixesChris Lattner2001-11-062-6/+12
* Build .bc from .c better.Chris Lattner2001-11-062-10/+6
* Don't forget to make the clean version.Chris Lattner2001-11-062-2/+10
* Really fix Makefile to compile individual tests and Olden codes.Vikram S. Adve2001-11-062-46/+68
* Moved *.c files into subdirectory TestSources to avoid overwritingVikram S. Adve2001-11-067-436/+0
* Reorder paramters to make the command line more easily modifiableChris Lattner2001-11-062-2/+2
* Fix makefile to compile olden and main benchmarksChris Lattner2001-11-052-26/+26
* Make the olden benchmarks compile againChris Lattner2001-11-052-12/+18
* Put it back!Vikram S. Adve2001-11-051-0/+99
* Removed by mistake; will add it back immediately.Vikram S. Adve2001-11-051-99/+0
* Make gcc generate assembly files (%.ll) until Chris has a stableVikram S. Adve2001-11-052-4/+16
* Delete rule to disassemble %.bc -- need to make it effective only whenVikram S. Adve2001-11-052-6/+0
* Replaced another HERE.Vikram S. Adve2001-11-051-1/+1
* Put common rules for compiling programs into Makefile.target.Vikram S. Adve2001-11-053-48/+199
* Start testing the new cleangcc passChris Lattner2001-10-311-2/+2
* 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