test commit
[oota-llvm.git] / Makefile.common
2002-08-22 Vikram S. AdveFix clean command to clean in /shared when that is...
2002-08-17 Chris LattnerThrow purify temporary files into /shared if we have it.
2002-08-12 Chris Lattner - Makefile changes:
2002-08-09 Chris LattnerOops, I accidentally broke the .d files. Fixed thusly
2002-08-09 Chris Lattner* Remove some bogus dependencies on Depend/.dir
2002-08-03 Chris LattnerComment options that may be enabled
2002-08-02 Vikram S. AdveDon't build Debug/ versions when ENABLE_OPTIMIZED is on.
2002-07-31 Chris LattnerCleanup Makefile a bit
2002-07-25 Chris LattnerChanges to allow building lib/Target/Sparc the FIRST...
2002-07-23 Chris LattnerAllow directories to specify that they want to be built...
2002-07-23 Chris LattnerEnable USEDLIBS to contain .a and .o files
2002-07-09 Vikram S. AdveAdd makefile-mode flag for emacs.
2002-05-10 Chris Lattner* Allow a profile'd code build to be done with a simple...
2002-04-07 Chris LattnerHopefully this change will make the makefile work for...
2002-04-05 Chris Lattner* Allow purify builds to be enabled without hacking...
2002-02-11 Chris LattnerTry to fix build error
2002-01-23 Chris LattnerAdd := to make stuff more efficient
2002-01-21 Chris LattnerReenable warning now that Chuck fixed GCC
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-11-07 Chris Lattner1. -Winline emits spurious warnings that aren't useful...
2001-10-30 Chris LattnerAdd easy way to enable purify support
2001-10-22 Vikram S. AdveSimplify etags command.
2001-10-18 Chris LattnerChange Sources specifier to ExtraSources
2001-10-17 Vikram S. AdveAllow only extra Source files to be listed in a local...
2001-10-14 Chris LattnerBurg files should come out of the Debug Directory for...
2001-10-13 Vikram S. AdveFixed tags target so it only happens at root level.
2001-10-13 Chris LattnerEach tools should not make tags
2001-10-10 Vikram S. AdveAdded a rule for building TAGS.
2001-09-10 Chris LattnerAdd support for tool specified linker options
2001-09-09 Chris LattnerFix automatic dependence on static libs
2001-09-07 Chris LattnerSupport TOOLNAME and USEDLIBS options for easier tool...
2001-08-28 Vikram S. AdveAdded InstrSched library to link line.
2001-08-06 Vikram S. AdveAnd add rule to create a .cpp source file from burg...
2001-08-06 Vikram S. AdveAdd path and options for burg.
2001-07-28 Vikram S. AdveRemove lib/LLC library.
2001-07-21 Vikram S. AdveAdded support for getting the dependence of an executab...
2001-07-18 Chris LattnerCompile source files in alphabetical order
2001-07-15 Vikram S. AdveChanged default to building library archives instead...
2001-06-29 Chris LattnerFixed the obnoxious problem that caused an entire direc...
2001-06-06 Chris LattnerInitial revision