summaryrefslogtreecommitdiff
path: root/test/Makefile.tests
Commit message (Expand)AuthorAge
...
* Expose a LJELLO variableChris Lattner2002-11-02
* MAke sure llc output is regenerated if the LLC binary changes.Chris Lattner2002-10-14
* Allow production of -stats output for benchmarks by specifyingChris Lattner2002-09-30
* Enable buidling of programs on Linux againChris Lattner2002-09-29
* Reenable these options because they break testing on sparc without them.Chris Lattner2002-09-19
* Point gccld to the correct library directory.Chris Lattner2002-09-19
* It turns out that the cannonical name for the llvm-gcc compiler is, wellChris Lattner2002-09-19
* Avoid Solaris-specific defines.Vikram S. Adve2002-09-19
* Eliminate hardcoded paths using LLVMGCCDIR variable.Vikram S. Adve2002-08-30
* Tools are now moved into /sharedChris Lattner2002-08-12
* Expose the analyzerChris Lattner2002-06-24
* Remove unneccesary path from link line nowChris Lattner2002-05-20
* Fix libs and includes for compiling with llc.Vikram S. Adve2002-05-19
* don't delete intermediate files!Chris Lattner2002-04-07
* Don't link in library that cannot be found, this should be removed eventually.Chris Lattner2002-04-04
* Fix out-of-date name.Vikram S. Adve2002-03-24
* Fix libraries.Vikram S. Adve2002-03-18
* Add var to find GCCLD toolChris Lattner2002-03-11
* Add commentsChris Lattner2002-02-12
* Add TESTRUNR varChris Lattner2002-02-01
* Forgot to forceChris Lattner2002-01-31
* Make gcc tests depend on the part of GCC that actually gets updated.Chris Lattner2002-01-26
* More rules checked inChris Lattner2002-01-23
* Removal of more unnecesary stuffChris Lattner2002-01-23
* Move some makefile stuff to subdirectoriesChris Lattner2002-01-22
* Renamed Makefile.target to Makefile.tests and folded inVikram S. Adve2001-12-15
* 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
* 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
* 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
* 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
* 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
* Put common rules for compiling programs into Makefile.target.Vikram S. Adve2001-11-05