Don't link in library that cannot be found, this should be removed eventually.
[oota-llvm.git] / test / Makefile.tests
2002-04-04 Chris LattnerDon't link in library that cannot be found, this should...
2002-03-24 Vikram S. AdveFix out-of-date name.
2002-03-18 Vikram S. AdveFix libraries.
2002-03-11 Chris LattnerAdd var to find GCCLD tool
2002-02-12 Chris LattnerAdd comments
2002-02-01 Chris LattnerAdd TESTRUNR var
2002-01-31 Chris LattnerForgot to force
2002-01-26 Chris LattnerMake gcc tests depend on the part of GCC that actually...
2002-01-23 Chris LattnerMore rules checked in
2002-01-23 Chris LattnerRemoval of more unnecesary stuff
2002-01-22 Chris LattnerMove some makefile stuff to subdirectories
2001-12-15 Vikram S. AdveRenamed Makefile.target to Makefile.tests and folded in
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...