| Commit message (Expand) | Author | Age | Files | Lines |
* | Added autoconf support for the sample project. | John Criswell | 2003-10-16 | 1 | -32/+32 |
* | Print out just the filename being compiled/linked, not the full path to it. | Misha Brukman | 2003-10-10 | 1 | -12/+12 |
* | Make the message stand out more | Chris Lattner | 2003-10-10 | 1 | -2/+4 |
* | Depend on config.status instead of config.h, because config.h timestamp may not | Misha Brukman | 2003-10-07 | 1 | -2/+2 |
* | Added targets that force users to re-run autoconf when the script has been | John Criswell | 2003-10-07 | 1 | -0/+11 |
* | Fixed the conditional targets for postscript files and tags. | John Criswell | 2003-10-02 | 1 | -2/+2 |
* | Changed the empty rule for .h files. The rule needs an empty command so that | John Criswell | 2003-09-18 | 1 | -1/+1 |
* | Put llvm .bc files into the BytecodeObj subdirectory instead of the Bytecode | Chris Lattner | 2003-09-15 | 1 | -6/+6 |
* | Allow specifying a file with symbols to export | Chris Lattner | 2003-09-15 | 1 | -0/+4 |
* | Wrap long lines at 80 cols | Chris Lattner | 2003-09-15 | 1 | -2/+5 |
* | Make sure to #include the OBJROOT config.h file, not the SRCROOT config.h file! | Chris Lattner | 2003-09-15 | 1 | -2/+2 |
* | Fixed SPEC so that it would run correctly with the new autoconf-style object | John Criswell | 2003-09-11 | 1 | -3/+1 |
* | Removed the aposthrophes endings and the elipses suffixes from build output. | John Criswell | 2003-09-11 | 1 | -2/+2 |
* | Avoid dumping runtime library bytecode files into lib/Bytecode if building | Chris Lattner | 2003-09-10 | 1 | -1/+1 |
* | Updated to find source files using VPATH. This makes writing build rules | John Criswell | 2003-09-09 | 1 | -17/+17 |
* | Checkin of autoconf-style object root. | John Criswell | 2003-09-06 | 1 | -105/+37 |
* | Slightly simplify make logic | Chris Lattner | 2003-08-29 | 1 | -3/+1 |
* | Start using `llvm-as' instead of `as'. | Misha Brukman | 2003-08-28 | 1 | -1/+1 |
* | Refactor code slightly. Make code compiled with llvmgcc use the warning options | Chris Lattner | 2003-08-27 | 1 | -4/+5 |
* | Fix typeo | Chris Lattner | 2003-08-23 | 1 | -1/+1 |
* | Remove last remenants of cleandeps | Chris Lattner | 2003-08-22 | 1 | -3/+3 |
* | Ugh, really fix it now... :( | Chris Lattner | 2003-08-22 | 1 | -1/+1 |
* | Fix computation of LLVM_OBJ_ROOT for non-projects :( | Chris Lattner | 2003-08-22 | 1 | -7/+11 |
* | Include the top-level Makefile.config from the LLVM tree for projects | Chris Lattner | 2003-08-21 | 1 | -0/+4 |
* | Projects no longer need to specify LLVM_OBJ_ROOT. Also, for the prdirs targe... | Chris Lattner | 2003-08-21 | 1 | -13/+9 |
* | The word `dependence' and its derivatives have no `a'. | Misha Brukman | 2003-08-21 | 1 | -5/+5 |
* | Make the tags rule tolerate lack of one of the standard directories | Chris Lattner | 2003-08-21 | 1 | -1/+3 |
* | * Remove cleandeps target | Chris Lattner | 2003-08-21 | 1 | -10/+6 |
* | fix dependency | Chris Lattner | 2003-08-21 | 1 | -1/+1 |
* | Point to the correct cc1/cc1plus binaries | Chris Lattner | 2003-08-20 | 1 | -2/+2 |
* | Modified the SUFFIXES pseudo targets so that we remove all default suffixes | John Criswell | 2003-08-20 | 1 | -8/+11 |
* | Add new cleandeps target, to allow easy cleaning out of .d files | Chris Lattner | 2003-08-18 | 1 | -4/+12 |
* | Remove extraneous ;'s, no functional changes | Chris Lattner | 2003-08-15 | 1 | -14/+14 |
* | Add llvm tools to path of LLVMGCC | Chris Lattner | 2003-08-15 | 1 | -2/+2 |
* | Make sure to create the directory before we cram a .bc file into it | Chris Lattner | 2003-08-15 | 1 | -2/+2 |
* | Implement BYTECODE_LIBRARY support | Chris Lattner | 2003-08-15 | 1 | -10/+62 |
* | Simplifications to Makefile.common, remove support for Purify since it was | Chris Lattner | 2003-08-14 | 1 | -26/+15 |
* | Merged in changes between PRE11_ROOT and LLVM_PRE111 (i.e. the beginning of | John Criswell | 2003-08-12 | 1 | -9/+5 |
* | Makefile.common: Remove commented-out and duplicate rules. | Brian Gaeke | 2003-08-06 | 1 | -46/+0 |
* | Reverted back to using OR for cmp/mv operations for lex/yacc output. | John Criswell | 2003-08-05 | 1 | -3/+3 |
* | Switched from using diff to cmp for two reasons: | John Criswell | 2003-08-05 | 1 | -3/+3 |
* | Urg, do not print "foo has changed" messages | Chris Lattner | 2003-08-04 | 1 | -3/+3 |
* | While I'm looking at it, line up the SED lines | Chris Lattner | 2003-08-04 | 1 | -2/+3 |
* | * Don't print out HOW we are running Flex unless in verbose mode. We already | Chris Lattner | 2003-08-04 | 1 | -4/+11 |
* | Modified the use of libtool so that we don't compile every file twice. | John Criswell | 2003-07-31 | 1 | -22/+44 |
* | Renamed libtool to mklib for your tab completion pleasure. | John Criswell | 2003-07-23 | 1 | -2/+2 |
* | Marked some of the phony targets are PHONY. This will hopefully speed | John Criswell | 2003-07-16 | 1 | -0/+7 |
* | The word `separate' only has one `e'. | Misha Brukman | 2003-07-14 | 1 | -1/+1 |
* | Add phony target "bytecode" to ensure that it works in recursive makes. | Vikram S. Adve | 2003-07-10 | 1 | -7/+11 |
* | Move the space separator to where it really belongs: in the print statement, not | Misha Brukman | 2003-07-10 | 1 | -2/+2 |