Age | Commit message (Expand) | Author |
2012-12-07 | Makefile.common: Update a description, s/Source/SOURCES/ , according to Makef... | NAKAMURA Takumi |
2012-05-15 | [docs] Remove unsupported references to ExtraSource variable. | Daniel Dunbar |
2009-01-09 | Removed trailing whitespace from Makefiles. | Misha Brukman |
2007-12-29 | remove attributions from the rest of the llvm makefiles. | Chris Lattner |
2005-02-14 | Update comments to reflect new variable names. Patch contributed by | Reid Spencer |
2005-01-16 | Make this file capable of being used by both LLVM and its projects | Reid Spencer |
2004-10-30 | No really, this is LLVM! | Chris Lattner |
2004-04-24 | Standardize header comments of top-level Makefiles. | Misha Brukman |
2003-10-21 | Added LLVM copyright notice. | John Criswell |
2003-09-06 | Checkin of autoconf-style object root. | John Criswell |
2003-08-29 | Slightly simplify make logic | Chris Lattner |
2003-08-28 | Start using `llvm-as' instead of `as'. | Misha Brukman |
2003-08-27 | Refactor code slightly. Make code compiled with llvmgcc use the warning options | Chris Lattner |
2003-08-23 | Fix typeo | Chris Lattner |
2003-08-22 | Remove last remenants of cleandeps | Chris Lattner |
2003-08-22 | Ugh, really fix it now... :( | Chris Lattner |
2003-08-22 | Fix computation of LLVM_OBJ_ROOT for non-projects :( | Chris Lattner |
2003-08-21 | Include the top-level Makefile.config from the LLVM tree for projects | Chris Lattner |
2003-08-21 | Projects no longer need to specify LLVM_OBJ_ROOT. Also, for the prdirs targe... | Chris Lattner |
2003-08-21 | The word `dependence' and its derivatives have no `a'. | Misha Brukman |
2003-08-21 | Make the tags rule tolerate lack of one of the standard directories | Chris Lattner |
2003-08-21 | * Remove cleandeps target | Chris Lattner |
2003-08-21 | fix dependency | Chris Lattner |
2003-08-20 | Point to the correct cc1/cc1plus binaries | Chris Lattner |
2003-08-20 | Modified the SUFFIXES pseudo targets so that we remove all default suffixes | John Criswell |
2003-08-18 | Add new cleandeps target, to allow easy cleaning out of .d files | Chris Lattner |
2003-08-15 | Remove extraneous ;'s, no functional changes | Chris Lattner |
2003-08-15 | Add llvm tools to path of LLVMGCC | Chris Lattner |
2003-08-15 | Make sure to create the directory before we cram a .bc file into it | Chris Lattner |
2003-08-15 | Implement BYTECODE_LIBRARY support | Chris Lattner |
2003-08-14 | Simplifications to Makefile.common, remove support for Purify since it was | Chris Lattner |
2003-08-12 | Merged in changes between PRE11_ROOT and LLVM_PRE111 (i.e. the beginning of | John Criswell |
2003-08-06 | Makefile.common: Remove commented-out and duplicate rules. | Brian Gaeke |
2003-08-05 | Reverted back to using OR for cmp/mv operations for lex/yacc output. | John Criswell |
2003-08-05 | Switched from using diff to cmp for two reasons: | John Criswell |
2003-08-04 | Urg, do not print "foo has changed" messages | Chris Lattner |
2003-08-04 | While I'm looking at it, line up the SED lines | Chris Lattner |
2003-08-04 | * Don't print out HOW we are running Flex unless in verbose mode. We already | Chris Lattner |
2003-07-31 | Modified the use of libtool so that we don't compile every file twice. | John Criswell |
2003-07-23 | Renamed libtool to mklib for your tab completion pleasure. | John Criswell |
2003-07-16 | Marked some of the phony targets are PHONY. This will hopefully speed | John Criswell |
2003-07-14 | The word `separate' only has one `e'. | Misha Brukman |
2003-07-10 | Add phony target "bytecode" to ensure that it works in recursive makes. | Vikram S. Adve |
2003-07-10 | Move the space separator to where it really belongs: in the print statement, not | Misha Brukman |
2003-07-07 | Removed an extra slash that appears in the path name when these variables are | Misha Brukman |
2003-07-01 | Renamed all of the LObj* variables (which represent libtool objects) to Obj*. | John Criswell |
2003-06-30 | Merged in autoconf branch. This provides configuration via the autoconf | John Criswell |
2003-06-27 | Added the OPTIONAL_DIRS variable for specifying optional directories to build. | John Criswell |
2003-06-20 | Reverted back to revision 1.91. | John Criswell |
2003-06-20 | Added a hack that takes the path relative to the home directory into account | John Criswell |