| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove even the slightest chance of a race condition occurring :) | Reid Spencer | 2004-08-20 | 1 | -2/+2 |
* | Added a set of rules for installing configuration files. You can now say | Reid Spencer | 2004-08-20 | 1 | -0/+16 |
* | * Uncomment rule for location of LLI (formerly commented out: typo?) | Misha Brukman | 2004-07-21 | 1 | -10/+11 |
* | Move LLVM tool definitions to Makefile.rules | Brian Gaeke | 2004-07-21 | 1 | -2/+15 |
* | Really, it is not necessary to recompile all files in a profile build every | Chris Lattner | 2004-07-08 | 1 | -0/+1 |
* | Explicitly specify libtool tag "CXX" so that if you setenv CXX to something | Brian Gaeke | 2004-06-08 | 1 | -3/+3 |
* | Make tool names end with .exe on windows. This isn't needed to run the | Chris Lattner | 2004-06-01 | 1 | -4/+4 |
* | Pass the Makefile flags to recursive makes in {PARALLEL,OPTIONAL}_DIRS targets. | Misha Brukman | 2004-05-21 | 1 | -2/+2 |
* | Pass given flags on to recursive sub-makes. | Misha Brukman | 2004-05-21 | 1 | -1/+1 |
* | Change DEPRECATED macro to ATTR_DEPRECATED as this conflicts with some | Alkis Evlogimenos | 2004-05-20 | 1 | -1/+1 |
* | Standardize header comments of top-level Makefiles. | Misha Brukman | 2004-04-24 | 1 | -3/+3 |
* | Add support for 'install-bytecode' target, used for ONLY installing | Brian Gaeke | 2004-03-10 | 1 | -3/+8 |
* | Define DEPRECATED so that it can be used in function and variable | Alkis Evlogimenos | 2004-02-13 | 1 | -0/+3 |
* | Fix bug in installation process: MKDIR must respect DESTDIR. | Brian Gaeke | 2004-02-09 | 1 | -4/+4 |
* | Always replace instead of appending when creating archive files. It may be | Brian Gaeke | 2004-02-04 | 1 | -1/+1 |
* | Move bytecode_libdir def'n to Makefile.config.in from Makefile.rules, so it | Brian Gaeke | 2004-01-22 | 1 | -4/+5 |
* | Move support for building tags database from Makefile.rules to Makefile, because | Brian Gaeke | 2004-01-22 | 1 | -17/+0 |
* | Give the ".../llvm-gcc/bytecode-libs" directory a variable of its own, | Brian Gaeke | 2004-01-21 | 1 | -2/+6 |
* | Add DESTDIR support for installation, to support RPM etc. | Brian Gaeke | 2004-01-21 | 1 | -6/+6 |
* | Maybe Misha isn't so buggy after all. He caught the rest of my huge thinko | Brian Gaeke | 2004-01-21 | 1 | -5/+5 |
* | Remember, SHLIBEXT begins with a period. | Brian Gaeke | 2004-01-21 | 1 | -1/+1 |
* | Modified version of patch from mkahl@apple.com to stop hardcoding ".so". | Brian Gaeke | 2004-01-21 | 1 | -7/+10 |
* | Take settings of LCC and LCC1XX from configure. | Brian Gaeke | 2004-01-16 | 1 | -2/+0 |
* | I'm fairly certain this was just a typo. | Brian Gaeke | 2004-01-16 | 1 | -1/+1 |
* | Allow C++ programs to end in .cc. This allows C++ test programs in the | John Criswell | 2003-12-29 | 1 | -1/+2 |
* | Add install target for libraries. | Brian Gaeke | 2003-12-18 | 1 | -6/+24 |
* | Add support for installing tool executables. | Brian Gaeke | 2003-12-10 | 1 | -4/+4 |
* | Stop using the -fshort-enum compile option | Chris Lattner | 2003-12-06 | 1 | -4/+3 |
* | Make stripped-bytecode a recursive target | Chris Lattner | 2003-12-01 | 1 | -3/+4 |
* | Simplify some rules | Chris Lattner | 2003-11-29 | 1 | -8/+8 |
* | All directory targets now install the Makefile only if it is missing. | John Criswell | 2003-11-25 | 1 | -3/+9 |
* | Added a pseudo-hack: The Makefile now copies Makefiles from source tree to | John Criswell | 2003-11-25 | 1 | -2/+12 |
* | Modified directory building rules so that using the cd program/alias is | John Criswell | 2003-11-24 | 1 | -3/+3 |
* | Shorten the "updating Makefile" status print-out. | Misha Brukman | 2003-11-11 | 1 | -1/+1 |
* | If the source tree's Makefile is more up-to-date, copy it over into the build | Misha Brukman | 2003-11-09 | 1 | -0/+6 |
* | Fix broken makefile dependency generation | Chris Lattner | 2003-11-08 | 1 | -2/+2 |
* | Fix a really bad build problem for users who have .o in their build directory! | Chris Lattner | 2003-11-07 | 1 | -2/+2 |
* | Output only the .y filename, not the full path to it for ease of reading. | Misha Brukman | 2003-11-05 | 1 | -1/+1 |
* | Modified build rules so that a messages appears before and after linking. | John Criswell | 2003-11-03 | 1 | -10/+20 |
* | Fixed LinkO, LinkP error in TOOLLINKOPTSB | Dinakar Dhurjati | 2003-10-29 | 1 | -2/+2 |
* | Added TOOLLINKOPTSB to pass options to the linker (e.g. adding search | Dinakar Dhurjati | 2003-10-29 | 1 | -0/+10 |
* | Add __STDC_LIMIT_MACROS here. | Brian Gaeke | 2003-10-28 | 1 | -1/+3 |
* | When linking the runtime libraries, do not link -lc and -lgcc into the libraries | Chris Lattner | 2003-10-21 | 1 | -1/+1 |
* | Added LLVM copyright notice. | John Criswell | 2003-10-21 | 1 | -0/+7 |
* | 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 |