Added TRACEM option. Use -g when building native code for tests.
[oota-llvm.git] / test / Makefile.target
2001-12-12 Vikram S. AdveAdded TRACEM option. Use -g when building native code...
2001-12-09 Chris LattnerUse _LOCAL_ gccas to build instead of Chris's
2001-11-13 Chris LattnerOverwrite files when linked
2001-11-12 Vikram S. AdveDistinguish LOCAL_LDFLAGS and LOCAL_LCFLAGS from LOCAL_...
2001-11-10 Vikram S. AdveUse cc instead of gcc to compile *.native
2001-11-08 Vikram S. AdveEliminate cleaning step for individual %.bc files creat...
2001-11-08 Vikram S. AdveTook out .clean.bc target.
2001-11-08 Vikram S. AdveRun cleaning pass only when linking multiple files.
2001-11-08 Vikram S. AdveAdd cleaning pass after linking.
2001-11-08 Vikram S. AdveKeep *.s files while we're debugging the native code.
2001-11-08 Vikram S. AdveAdd rule for %.clean.bc.
2001-11-07 Vikram S. AdveRoll back all these changes that have broken Makefile...
2001-11-06 Chris LattnerMinor fixes
2001-11-06 Chris LattnerBuild .bc from .c better.
2001-11-06 Chris LattnerDon't forget to make the clean version.
2001-11-06 Vikram S. AdveReally fix Makefile to compile individual tests and...
2001-11-06 Chris LattnerReorder paramters to make the command line more easily...
2001-11-05 Chris LattnerFix makefile to compile olden and main benchmarks
2001-11-05 Chris LattnerMake the olden benchmarks compile again
2001-11-05 Vikram S. AdveMake gcc generate assembly files (%.ll) until Chris...
2001-11-05 Vikram S. AdveDelete rule to disassemble %.bc -- need to make it...
2001-11-05 Vikram S. AdvePut common rules for compiling programs into Makefile...