aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* Rename Makefile.target to Makefile.tests.Vikram S. Adve2001-12-151-2/+2
* Renaming to Makefile.testsVikram S. Adve2001-12-151-121/+0
* Run testsparc, not testcodegen for testing the back end.Vikram S. Adve2001-12-151-1/+1
* Update LLVM tests to use new pointer indexing, and remove unsized array test ...Chris Lattner2001-12-1412-256/+35
* Build Programs subdirectoryChris Lattner2001-12-141-0/+1
* Added TRACEM option. Use -g when building native code for tests.Vikram S. Adve2001-12-122-2/+8
* Use _LOCAL_ gccas to build instead of Chris'sChris Lattner2001-12-092-4/+12
* New testcase for globaldceChris Lattner2001-11-261-0/+17
* Add testcases for internalChris Lattner2001-11-262-0/+15
* Rename irreducible to cfgstructures.ll Include other interesting structuresChris Lattner2001-11-262-14/+53
* MAke sure diffs matchChris Lattner2001-11-261-4/+5
* Test array indexingChris Lattner2001-11-261-2/+13
* Only use one form of printVal per program to avoid spurious link errorsChris Lattner2001-11-132-5/+5
* Overwrite files when linkedChris Lattner2001-11-132-4/+4
* Distinguish LOCAL_LDFLAGS and LOCAL_LCFLAGS from LOCAL_CFLAGS.Vikram S. Adve2001-11-122-8/+8
* Use cc instead of gcc to compile *.nativeVikram S. Adve2001-11-102-2/+2
* Testcase for structure field reorderingChris Lattner2001-11-101-0/+30
* 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