summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Add a path to LD_LIBRARY_PATH so that programs can find the stdC++ librariesChris Lattner2002-01-21
* Renamed Makefile.target to Makefile.tests and folded inVikram S. Adve2001-12-15
* Rename Makefile.target to Makefile.tests.Vikram S. Adve2001-12-15
* Renaming to Makefile.testsVikram S. Adve2001-12-15
* Run testsparc, not testcodegen for testing the back end.Vikram S. Adve2001-12-15
* Update LLVM tests to use new pointer indexing, and remove unsized array test ...Chris Lattner2001-12-14
* Build Programs subdirectoryChris Lattner2001-12-14
* Added TRACEM option. Use -g when building native code for tests.Vikram S. Adve2001-12-12
* Use _LOCAL_ gccas to build instead of Chris'sChris Lattner2001-12-09
* New testcase for globaldceChris Lattner2001-11-26
* Add testcases for internalChris Lattner2001-11-26
* Rename irreducible to cfgstructures.ll Include other interesting structuresChris Lattner2001-11-26
* MAke sure diffs matchChris Lattner2001-11-26
* Test array indexingChris Lattner2001-11-26
* Only use one form of printVal per program to avoid spurious link errorsChris Lattner2001-11-13
* Overwrite files when linkedChris Lattner2001-11-13
* Distinguish LOCAL_LDFLAGS and LOCAL_LCFLAGS from LOCAL_CFLAGS.Vikram S. Adve2001-11-12
* Use cc instead of gcc to compile *.nativeVikram S. Adve2001-11-10
* Testcase for structure field reorderingChris Lattner2001-11-10
* Added function LL__main.Vikram S. Adve2001-11-09
* Eliminate cleaning step for individual %.bc files created by our gcc.Vikram S. Adve2001-11-08
* Took out .clean.bc target.Vikram S. Adve2001-11-08
* Run cleaning pass only when linking multiple files.Vikram S. Adve2001-11-08
* Add cleaning pass after linking.Vikram S. Adve2001-11-08
* Keep *.s files while we're debugging the native code.Vikram S. Adve2001-11-08
* Add rule for %.clean.bc.Vikram S. Adve2001-11-08
* Roll back all these changes that have broken Makefile.target again.Vikram S. Adve2001-11-07
* Minor fixesChris Lattner2001-11-06
* Build .bc from .c better.Chris Lattner2001-11-06
* Don't forget to make the clean version.Chris Lattner2001-11-06
* Really fix Makefile to compile individual tests and Olden codes.Vikram S. Adve2001-11-06
* Moved *.c files into subdirectory TestSources to avoid overwritingVikram S. Adve2001-11-06
* Reorder paramters to make the command line more easily modifiableChris Lattner2001-11-06
* Fix makefile to compile olden and main benchmarksChris Lattner2001-11-05
* Make the olden benchmarks compile againChris Lattner2001-11-05
* Put it back!Vikram S. Adve2001-11-05
* Removed by mistake; will add it back immediately.Vikram S. Adve2001-11-05
* Make gcc generate assembly files (%.ll) until Chris has a stableVikram S. Adve2001-11-05
* Delete rule to disassemble %.bc -- need to make it effective only whenVikram S. Adve2001-11-05
* Replaced another HERE.Vikram S. Adve2001-11-05
* Put common rules for compiling programs into Makefile.target.Vikram S. Adve2001-11-05
* Start testing the new cleangcc passChris Lattner2001-10-31
* Initial checkin of heapsort benchmarkChris Lattner2001-10-31
* Initial checkin of ary3 "benchmark" from prog lang shootoutChris Lattner2001-10-30
* Add testcase for missed SCCP optimizationChris Lattner2001-10-30
* Test bitwise operationsChris Lattner2001-10-29
* Added printPointer.Vikram S. Adve2001-10-28
* Runtime routines implementing print<TYPE> for all basic types.Vikram S. Adve2001-10-28
* Add calls to print results in fib, simpleadd and sumarray.Vikram S. Adve2001-10-28
* Added rules for building sparc executable with and without tracing,Vikram S. Adve2001-10-28