aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* More rules checked inChris Lattner2002-01-232-38/+47
* Failure.sh moved up a levelChris Lattner2002-01-233-4/+4
* Initial checkinChris Lattner2002-01-232-0/+44
* Change test scripts so that they do not stop on failure, they just printChris Lattner2002-01-232-35/+40
* Initial checking of Failure.shChris Lattner2002-01-231-0/+7
* New minimal makefileChris Lattner2002-01-231-36/+2
* Removal of more unnecesary stuffChris Lattner2002-01-231-9/+5
* Moved to Programs/SingleSourceChris Lattner2002-01-221-30/+0
* Move some makefile stuff to subdirectoriesChris Lattner2002-01-221-48/+22
* These are unneccesary nowChris Lattner2002-01-222-8/+0
* Add a path to LD_LIBRARY_PATH so that programs can find the stdC++ librariesChris Lattner2002-01-212-2/+2
* Renamed Makefile.target to Makefile.tests and folded inVikram S. Adve2001-12-151-14/+19
* 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