- d180300 Stop using the -fshort-enum compile option by Chris Lattner · 21 years ago
- a8df7bd Make stripped-bytecode a recursive target by Chris Lattner · 21 years ago
- eefa3d3 Simplify some rules Move LGCCLDPROG from test/Makefile.tests by Chris Lattner · 21 years ago
- b3866b6 All directory targets now install the Makefile only if it is missing. by John Criswell · 21 years ago
- 6057760 Added a pseudo-hack: The Makefile now copies Makefiles from source tree to by John Criswell · 21 years ago
- 5af06f6 Modified directory building rules so that using the cd program/alias is by John Criswell · 21 years ago
- 2fe6909 Shorten the "updating Makefile" status print-out. by Misha Brukman · 21 years ago
- 4f7a8cf If the source tree's Makefile is more up-to-date, copy it over into the build by Misha Brukman · 21 years ago
- 52d792c Fix broken makefile dependency generation by Chris Lattner · 21 years ago
- 94ed65f Fix a really bad build problem for users who have .o in their build directory! by Chris Lattner · 21 years ago
- b6d59a2 Output only the .y filename, not the full path to it for ease of reading. by Misha Brukman · 21 years ago
- a4c5352 Modified build rules so that a messages appears before and after linking. by John Criswell · 21 years ago
- 79903c8 Fixed LinkO, LinkP error in TOOLLINKOPTSB by Dinakar Dhurjati · 21 years ago
- 87ea8aa Added TOOLLINKOPTSB to pass options to the linker (e.g. adding search by Dinakar Dhurjati · 21 years ago
- 90eca55 Add __STDC_LIMIT_MACROS here. by Brian Gaeke · 21 years ago
- 771ed15 When linking the runtime libraries, do not link -lc and -lgcc into the libraries by Chris Lattner · 21 years ago
- d8846c1 Added LLVM copyright notice. by John Criswell · 21 years ago
- 7ec78aa Added autoconf support for the sample project. by John Criswell · 21 years ago
- 10c1d77 Print out just the filename being compiled/linked, not the full path to it. by Misha Brukman · 21 years ago
- 4faf860 Make the message stand out more by Chris Lattner · 21 years ago
- 94fe1f9 Depend on config.status instead of config.h, because config.h timestamp may not by Misha Brukman · 21 years ago
- bd08280 Added targets that force users to re-run autoconf when the script has been by John Criswell · 21 years ago
- e0f9ac6 Fixed the conditional targets for postscript files and tags. by John Criswell · 21 years ago
- 4b6e5d1 Changed the empty rule for .h files. The rule needs an empty command so that by John Criswell · 21 years ago
- 0df847a Put llvm .bc files into the BytecodeObj subdirectory instead of the Bytecode by Chris Lattner · 21 years ago
- 22c8328 Allow specifying a file with symbols to export by Chris Lattner · 21 years ago
- 069f930 Wrap long lines at 80 cols by Chris Lattner · 21 years ago
- 00e730a Make sure to #include the OBJROOT config.h file, not the SRCROOT config.h file! by Chris Lattner · 21 years ago
- 613758d Fixed SPEC so that it would run correctly with the new autoconf-style object by John Criswell · 21 years ago
- b2f76bf Removed the aposthrophes endings and the elipses suffixes from build output. by John Criswell · 21 years ago
- ad2be6c Avoid dumping runtime library bytecode files into lib/Bytecode if building by Chris Lattner · 21 years ago
- 410d1b5 Updated to find source files using VPATH. This makes writing build rules by John Criswell · 21 years ago
- 7f33695 Checkin of autoconf-style object root. by John Criswell · 21 years ago
- 15444a9 Slightly simplify make logic by Chris Lattner · 21 years ago
- a86b042 Start using `llvm-as' instead of `as'. by Misha Brukman · 21 years ago
- bb3dd47 Refactor code slightly. Make code compiled with llvmgcc use the warning options by Chris Lattner · 21 years ago
- 72987ee Fix typeo by Chris Lattner · 21 years ago
- 33ad24a Remove last remenants of cleandeps by Chris Lattner · 21 years ago
- 7d4d892 Ugh, really fix it now... :( by Chris Lattner · 21 years ago
- f0f463e Fix computation of LLVM_OBJ_ROOT for non-projects :( by Chris Lattner · 21 years ago
- 56e4fa4 Include the top-level Makefile.config from the LLVM tree for projects by Chris Lattner · 21 years ago
- e430a1e Projects no longer need to specify LLVM_OBJ_ROOT. Also, for the prdirs target, don't let make print out all of the echo commands before the echos get echo'd by Chris Lattner · 21 years ago
- 36bc642 The word `dependence' and its derivatives have no `a'. by Misha Brukman · 21 years ago
- 942f904 Make the tags rule tolerate lack of one of the standard directories by Chris Lattner · 21 years ago
- fbb574d * Remove cleandeps target by Chris Lattner · 21 years ago
- eb6b47c fix dependency by Chris Lattner · 21 years ago
- 9889265 Point to the correct cc1/cc1plus binaries by Chris Lattner · 21 years ago
- 9621a2b Modified the SUFFIXES pseudo targets so that we remove all default suffixes by John Criswell · 21 years ago
- 1ddb6b6 Add new cleandeps target, to allow easy cleaning out of .d files by Chris Lattner · 21 years ago
- b7dc2b9 Remove extraneous ;'s, no functional changes by Chris Lattner · 21 years ago
- 9a86a01 Add llvm tools to path of LLVMGCC by Chris Lattner · 21 years ago
- af06a08 Make sure to create the directory before we cram a .bc file into it by Chris Lattner · 21 years ago
- 481cc7c Implement BYTECODE_LIBRARY support by Chris Lattner · 21 years ago
- 95cc1b3 Simplifications to Makefile.common, remove support for Purify since it was by Chris Lattner · 21 years ago
- d741bcf Merged in changes between PRE11_ROOT and LLVM_PRE111 (i.e. the beginning of by John Criswell · 21 years ago
- 6a80975 Makefile.common: Remove commented-out and duplicate rules. by Brian Gaeke · 21 years ago
- cb04809 Reverted back to using OR for cmp/mv operations for lex/yacc output. by John Criswell · 21 years ago
- 75a005f Switched from using diff to cmp for two reasons: by John Criswell · 21 years ago
- 68a13dc Urg, do not print "foo has changed" messages by Chris Lattner · 21 years ago
- 7bb107d While I'm looking at it, line up the SED lines by Chris Lattner · 21 years ago
- a328f88 * Don't print out HOW we are running Flex unless in verbose mode. We already by Chris Lattner · 21 years ago
- 82f4a5a Modified the use of libtool so that we don't compile every file twice. by John Criswell · 21 years ago
- 8d4221e Renamed libtool to mklib for your tab completion pleasure. by John Criswell · 21 years ago
- 9691439 Marked some of the phony targets are PHONY. This will hopefully speed by John Criswell · 21 years ago
- 1ba3138 The word `separate' only has one `e'. by Misha Brukman · 21 years ago
- 6edfe27 Add phony target "bytecode" to ensure that it works in recursive makes. by Vikram S. Adve · 21 years ago
- 9b51b6f Move the space separator to where it really belongs: in the print statement, not by Misha Brukman · 21 years ago
- f8873ed Removed an extra slash that appears in the path name when these variables are by Misha Brukman · 21 years ago
- f4ccd99 Renamed all of the LObj* variables (which represent libtool objects) to Obj*. by John Criswell · 21 years ago
- 7a73b80 Merged in autoconf branch. This provides configuration via the autoconf system. by John Criswell · 21 years ago
- 2a6530f Added the OPTIONAL_DIRS variable for specifying optional directories to build. by John Criswell · 21 years ago
- 6f4ad0b Reverted back to revision 1.91. by John Criswell · 21 years ago
- 917fb38 Added a hack that takes the path relative to the home directory into account by John Criswell · 21 years ago
- e3ba95e Fix problem building optmized build by Chris Lattner · 21 years ago
- c500cf2 Remove extra line by Chris Lattner · 21 years ago
- 890d5bd Modified the environment variables that determine where things are located to by John Criswell · 21 years ago
- 8bff509 Modified Makefile.common to handle compilation of projects inside and outside by John Criswell · 21 years ago
- 794fcd2 Added configurable options for the Linker and Archiver. by John Criswell · 21 years ago
- 584dd18 Added documentation for the project options by Dinakar Dhurjati · 21 years ago
- f977143 Get rid of extraneous ""s by Chris Lattner · 21 years ago
- d58a605 Added a path to the current version of the built TableGen. by Misha Brukman · 21 years ago
- 65aa5934 Removed configuration options that are better served in Makefile.config. by John Criswell · 21 years ago
- ffb55cd Added project options to the Makefile.common by Dinakar Dhurjati · 21 years ago
- 694c5df Add facilities for building source that is outside of the current directory by Chris Lattner · 21 years ago
- 760da06 Fix several bugs in the build system, including the use of the Debug version of Burg no matter what configuration is currently configured. by Chris Lattner · 22 years ago
- fe95dae Fix warnings compiling C files by Chris Lattner · 22 years ago
- 1d1e5b5 Fix profile builds by Chris Lattner · 22 years ago
- 3aed678 Add -fomit-frame-pointer when optimizing by Chris Lattner · 22 years ago
- 527002c Fix strip issue Joel ran into by Chris Lattner · 22 years ago
- 6d131b4 Fix problem with flex scanners and huge token sizes by Chris Lattner · 22 years ago
- 8d7dfb3 Fix lli build problem with parallel makes by Chris Lattner · 22 years ago
- e899678 Simplify and correct rules for building lex/yacc files. Make sure to delete by Chris Lattner · 22 years ago
- 30440c6 Add helper by Chris Lattner · 22 years ago
- dc95ade Add support for a recursive test target by Chris Lattner · 22 years ago
- ec4d362 Use -Wl,-x instead of -s: it is more portable, and in particular, by Vikram S. Adve · 22 years ago
- ab6d293 On `make clean', kill the core files produced, which are of the form: by Misha Brukman · 22 years ago
- 1c58850 Generalize ExportSymbols into PLATFORMLINKOPTS by Chris Lattner · 22 years ago
- 3ea6a42 Don't link tools with -g objects! by Chris Lattner · 22 years ago
- ed03bc9 Patch submited by Casey to remove obnoxious warnings. by Chris Lattner · 22 years ago
- f924b2d Disable optimization that doesn't apply to C by Chris Lattner · 22 years ago