Reformat blank lines.
[oota-llvm.git] / Makefile.common
2012-12-07 NAKAMURA TakumiMakefile.common: Update a description, s/Source/SOURCES...
2012-05-15 Daniel Dunbar[docs] Remove unsupported references to ExtraSource...
2009-01-09 Misha BrukmanRemoved trailing whitespace from Makefiles.
2007-12-29 Chris Lattnerremove attributions from the rest of the llvm makefiles.
2005-02-14 Reid SpencerUpdate comments to reflect new variable names. Patch...
2005-01-16 Reid SpencerMake this file capable of being used by both LLVM and...
2004-10-30 Chris LattnerNo really, this is LLVM!
2004-04-24 Misha BrukmanStandardize header comments of top-level Makefiles.
2003-10-21 John CriswellAdded LLVM copyright notice.
2003-09-06 John CriswellCheckin of autoconf-style object root.
2003-08-29 Chris LattnerSlightly simplify make logic
2003-08-28 Misha BrukmanStart using `llvm-as' instead of `as'.
2003-08-27 Chris LattnerRefactor code slightly. Make code compiled with llvmgc...
2003-08-23 Chris LattnerFix typeo
2003-08-22 Chris LattnerRemove last remenants of cleandeps
2003-08-22 Chris LattnerUgh, really fix it now... :(
2003-08-22 Chris LattnerFix computation of LLVM_OBJ_ROOT for non-projects :(
2003-08-21 Chris LattnerInclude the top-level Makefile.config from the LLVM...
2003-08-21 Chris LattnerProjects no longer need to specify LLVM_OBJ_ROOT. ...
2003-08-21 Misha BrukmanThe word `dependence' and its derivatives have no `a'.
2003-08-21 Chris LattnerMake the tags rule tolerate lack of one of the standard...
2003-08-21 Chris Lattner* Remove cleandeps target
2003-08-21 Chris Lattnerfix dependency
2003-08-20 Chris LattnerPoint to the correct cc1/cc1plus binaries
2003-08-20 John CriswellModified the SUFFIXES pseudo targets so that we remove...
2003-08-18 Chris LattnerAdd new cleandeps target, to allow easy cleaning out...
2003-08-15 Chris LattnerRemove extraneous ;'s, no functional changes
2003-08-15 Chris LattnerAdd llvm tools to path of LLVMGCC
2003-08-15 Chris LattnerMake sure to create the directory before we cram a...
2003-08-15 Chris LattnerImplement BYTECODE_LIBRARY support
2003-08-14 Chris LattnerSimplifications to Makefile.common, remove support...
2003-08-12 John CriswellMerged in changes between PRE11_ROOT and LLVM_PRE111...
2003-08-06 Brian GaekeMakefile.common: Remove commented-out and duplicate...
2003-08-05 John CriswellReverted back to using OR for cmp/mv operations for...
2003-08-05 John CriswellSwitched from using diff to cmp for two reasons:
2003-08-04 Chris LattnerUrg, do not print "foo has changed" messages
2003-08-04 Chris LattnerWhile I'm looking at it, line up the SED lines
2003-08-04 Chris Lattner* Don't print out HOW we are running Flex unless in...
2003-07-31 John CriswellModified the use of libtool so that we don't compile...
2003-07-23 John CriswellRenamed libtool to mklib for your tab completion pleasure.
2003-07-16 John CriswellMarked some of the phony targets are PHONY. This will...
2003-07-14 Misha BrukmanThe word `separate' only has one `e'.
2003-07-10 Vikram S. AdveAdd phony target "bytecode" to ensure that it works...
2003-07-10 Misha BrukmanMove the space separator to where it really belongs...
2003-07-07 Misha BrukmanRemoved an extra slash that appears in the path name...
2003-07-01 John CriswellRenamed all of the LObj* variables (which represent...
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2003-06-27 John CriswellAdded the OPTIONAL_DIRS variable for specifying optiona...
2003-06-20 John CriswellReverted back to revision 1.91.
2003-06-20 John CriswellAdded a hack that takes the path relative to the home...
2003-06-20 Chris LattnerFix problem building optmized build
2003-06-18 Chris LattnerRemove extra line
2003-06-16 John CriswellModified the environment variables that determine where...
2003-06-11 John CriswellModified Makefile.common to handle compilation of proje...
2003-05-30 John CriswellAdded configurable options for the Linker and Archiver.
2003-05-29 Dinakar DhurjatiAdded documentation for the project options
2003-05-29 Chris LattnerGet rid of extraneous ""s
2003-05-29 Misha BrukmanAdded a path to the current version of the built TableGen.
2003-05-29 John CriswellRemoved configuration options that are better served...
2003-05-29 Dinakar DhurjatiAdded project options to the Makefile.common
2003-05-15 Chris LattnerAdd facilities for building source that is outside...
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...
next