aboutsummaryrefslogtreecommitdiffstats
path: root/test/Makefile.tests
Commit message (Expand)AuthorAgeFilesLines
* Add cleaning pass after linking.Vikram S. Adve2001-11-081-2/+4
* Keep *.s files while we're debugging the native code.Vikram S. Adve2001-11-081-3/+3
* Add rule for %.clean.bc.Vikram S. Adve2001-11-081-0/+3
* Roll back all these changes that have broken Makefile.target again.Vikram S. Adve2001-11-071-13/+8
* Minor fixesChris Lattner2001-11-061-3/+6
* Build .bc from .c better.Chris Lattner2001-11-061-5/+3
* Don't forget to make the clean version.Chris Lattner2001-11-061-1/+5
* Really fix Makefile to compile individual tests and Olden codes.Vikram S. Adve2001-11-061-23/+34
* Reorder paramters to make the command line more easily modifiableChris Lattner2001-11-061-1/+1
* Fix makefile to compile olden and main benchmarksChris Lattner2001-11-051-13/+13
* Make the olden benchmarks compile againChris Lattner2001-11-051-6/+9
* Make gcc generate assembly files (%.ll) until Chris has a stableVikram S. Adve2001-11-051-2/+8
* Delete rule to disassemble %.bc -- need to make it effective only whenVikram S. Adve2001-11-051-3/+0
* Put common rules for compiling programs into Makefile.target.Vikram S. Adve2001-11-051-0/+97