| Commit message (Expand) | Author | Age | Files | Lines |
* | don't delete intermediate files! | Chris Lattner | 2002-04-07 | 1 | -0/+2 |
* | Don't link in library that cannot be found, this should be removed eventually. | Chris Lattner | 2002-04-04 | 1 | -2/+2 |
* | Fix out-of-date name. | Vikram S. Adve | 2002-03-24 | 1 | -1/+1 |
* | Fix libraries. | Vikram S. Adve | 2002-03-18 | 1 | -2/+2 |
* | Add var to find GCCLD tool | Chris Lattner | 2002-03-11 | 1 | -0/+1 |
* | Add comments | Chris Lattner | 2002-02-12 | 1 | -16/+17 |
* | Add TESTRUNR var | Chris Lattner | 2002-02-01 | 1 | -1/+2 |
* | Forgot to force | Chris Lattner | 2002-01-31 | 1 | -1/+1 |
* | Make gcc tests depend on the part of GCC that actually gets updated. | Chris Lattner | 2002-01-26 | 1 | -2/+3 |
* | More rules checked in | Chris Lattner | 2002-01-23 | 1 | -36/+44 |
* | Removal of more unnecesary stuff | Chris Lattner | 2002-01-23 | 1 | -9/+5 |
* | Move some makefile stuff to subdirectories | Chris Lattner | 2002-01-22 | 1 | -48/+22 |
* | Renamed Makefile.target to Makefile.tests and folded in | Vikram S. Adve | 2001-12-15 | 1 | -14/+19 |
* | Added TRACEM option. Use -g when building native code for tests. | Vikram S. Adve | 2001-12-12 | 1 | -1/+4 |
* | Use _LOCAL_ gccas to build instead of Chris's | Chris Lattner | 2001-12-09 | 1 | -2/+6 |
* | Overwrite files when linked | Chris Lattner | 2001-11-13 | 1 | -2/+2 |
* | Distinguish LOCAL_LDFLAGS and LOCAL_LCFLAGS from LOCAL_CFLAGS. | Vikram S. Adve | 2001-11-12 | 1 | -4/+4 |
* | Use cc instead of gcc to compile *.native | Vikram S. Adve | 2001-11-10 | 1 | -1/+1 |
* | Eliminate cleaning step for individual %.bc files created by our gcc. | Vikram S. Adve | 2001-11-08 | 1 | -3/+2 |
* | Took out .clean.bc target. | Vikram S. Adve | 2001-11-08 | 1 | -3/+0 |
* | Run cleaning pass only when linking multiple files. | Vikram S. Adve | 2001-11-08 | 1 | -2/+1 |
* | Add cleaning pass after linking. | Vikram S. Adve | 2001-11-08 | 1 | -2/+4 |
* | Keep *.s files while we're debugging the native code. | Vikram S. Adve | 2001-11-08 | 1 | -3/+3 |
* | Add rule for %.clean.bc. | Vikram S. Adve | 2001-11-08 | 1 | -0/+3 |
* | Roll back all these changes that have broken Makefile.target again. | Vikram S. Adve | 2001-11-07 | 1 | -13/+8 |
* | Minor fixes | Chris Lattner | 2001-11-06 | 1 | -3/+6 |
* | Build .bc from .c better. | Chris Lattner | 2001-11-06 | 1 | -5/+3 |
* | Don't forget to make the clean version. | Chris Lattner | 2001-11-06 | 1 | -1/+5 |
* | Really fix Makefile to compile individual tests and Olden codes. | Vikram S. Adve | 2001-11-06 | 1 | -23/+34 |
* | Reorder paramters to make the command line more easily modifiable | Chris Lattner | 2001-11-06 | 1 | -1/+1 |
* | Fix makefile to compile olden and main benchmarks | Chris Lattner | 2001-11-05 | 1 | -13/+13 |
* | Make the olden benchmarks compile again | Chris Lattner | 2001-11-05 | 1 | -6/+9 |
* | Make gcc generate assembly files (%.ll) until Chris has a stable | Vikram S. Adve | 2001-11-05 | 1 | -2/+8 |
* | Delete rule to disassemble %.bc -- need to make it effective only when | Vikram S. Adve | 2001-11-05 | 1 | -3/+0 |
* | Put common rules for compiling programs into Makefile.target. | Vikram S. Adve | 2001-11-05 | 1 | -0/+97 |