We actually don't have spiff anymore
[oota-llvm.git] / Makefile.rules
2003-03-14 Chris LattnerFix several bugs in the build system, including the...
2003-02-19 Chris LattnerFix warnings compiling C files
2003-02-13 Chris LattnerFix profile builds
2003-02-12 Chris LattnerAdd -fomit-frame-pointer when optimizing
2003-01-31 Chris LattnerFix strip issue Joel ran into
2003-01-23 Chris LattnerFix problem with flex scanners and huge token sizes
2003-01-22 Chris LattnerFix lli build problem with parallel makes
2003-01-16 Chris LattnerSimplify and correct rules for building lex/yacc files...
2003-01-16 Chris LattnerAdd helper
2003-01-16 Chris LattnerAdd support for a recursive test target
2002-12-16 Vikram S. AdveUse -Wl,-x instead of -s: it is more portable, and...
2002-12-04 Misha BrukmanOn `make clean', kill the core files produced, which...
2002-11-04 Chris LattnerGeneralize ExportSymbols into PLATFORMLINKOPTS
2002-10-29 Chris LattnerDon't link tools with -g objects!
2002-10-25 Chris LattnerPatch submited by Casey to remove obnoxious warnings.
2002-10-22 Chris LattnerDisable optimization that doesn't apply to C
2002-10-22 Chris LattnerFix misspelled variable
2002-10-20 Vikram S. AdveWarn when we are linking an executable without symbols.
2002-10-15 Vikram S. AdveRemove outdated line which of course cvs merging never...
2002-10-14 Vikram S. AdveAllow the Source variable to be overridden completely...
2002-09-25 Chris LattnerMake sure to print message when linking a debug .o...
2002-09-22 Chris Lattner* Minor fixes to support C files.
2002-09-20 Vikram S. AdveFix yet another profile linking issue.
2002-09-20 Vikram S. AdveFix link error for profile version. Also, build Burg...
2002-09-20 Vikram S. AdveThe ENABLE_PROFILING flag now builds the profiled libra...
2002-09-19 Chris LattnerMove the burg option out of Makefile.config into Makefi...
2002-09-18 Vikram S. AdveStrip tools/Debug/ executables by default. Define...
2002-09-18 Anand Shuklacorrected small bug, to handle when DIRS is not defined.
2002-09-18 Chris LattnerAdd support for the new PARALLEL_DIRS option
2002-09-17 Chris LattnerAllow the VERBOSE=1 option to turn on output of recursi...
2002-09-17 Chris LattnerFix parallel recursive make to build directories in...
2002-09-16 Chris LattnerComment line of the makefile
2002-09-16 Chris LattnerHandle whitespace in LIBRARYNAME gracefully
2002-09-13 Chris LattnerFactor platform specific makefile directives out into...
2002-09-13 Chris LattnerLink .so files correctly on either linux or solaris
2002-09-13 Chris LattnerBuild with -D_GNU_SOURCE to enable gnu extensions in...
2002-09-12 Chris LattnerMake sure to print a message when linking a tool
2002-09-12 Misha BrukmanCompiling with "gmake" should produce less output....
2002-08-29 Vikram S. AdveSimplified significantly by pulling out local configura...
2002-08-29 Vikram S. AdveFactor out /shared/... path to simplify changing it.
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