| Commit message (Expand) | Author | Age | Files | Lines |
* | Get the *.inc files to depend on tblgen so if tblgen gets fixed, all the | Reid Spencer | 2004-10-27 | 1 | -3/+4 |
* | Make sure that Makefile.rules and Makefile.config.in are not candidates for | Reid Spencer | 2004-10-26 | 1 | -8/+10 |
* | Cleanup/Fixes: | Reid Spencer | 2004-10-26 | 1 | -71/+99 |
* | Unless someone seriously objects, I don't think we really need this. Sorry | Chris Lattner | 2004-10-26 | 1 | -8/+0 |
* | * Implement the "dist-check" target that verifies the contents of a zipped | Reid Spencer | 2004-10-26 | 1 | -82/+138 |
* | Give a useful hint | Chris Lattner | 2004-10-26 | 1 | -1/+1 |
* | New Makefile Features: | Reid Spencer | 2004-10-25 | 1 | -57/+180 |
* | Fix uninstall from rebuilding everything (wrong dependency) | Reid Spencer | 2004-10-24 | 1 | -20/+13 |
* | Implemented New Features: | Reid Spencer | 2004-10-24 | 1 | -37/+180 |
* | Make the $(OBJDIR) go away on clean-local. | Reid Spencer | 2004-10-24 | 1 | -0/+1 |
* | Several Changes: | Reid Spencer | 2004-10-23 | 1 | -241/+239 |
* | * Actually ignore build errors in optional directories | Reid Spencer | 2004-10-23 | 1 | -4/+4 |
* | Make sure that we don't set up a circular dependency if OBJDIR == SRCDIR | Reid Spencer | 2004-10-22 | 1 | -0/+2 |
* | Pull in Target.td using absolute path from source root instead of relative path; | Misha Brukman | 2004-10-22 | 1 | -1/+1 |
* | Shorten the rules, speed it up, correct library contruction, add *.td rules | Reid Spencer | 2004-10-22 | 1 | -539/+421 |
* | Fix grammar | Misha Brukman | 2004-10-11 | 1 | -1/+1 |
* | Don't add libz or libbz2 to the USEDLIBS lists, those are for LLVM libraries. | Chris Lattner | 2004-10-07 | 1 | -2/+2 |
* | Provide support for auto-detection and use of compression libraries. | Reid Spencer | 2004-10-04 | 1 | -6/+14 |
* | Corrected spelling of Makefile variable, thereby re-enabling profile | John Criswell | 2004-09-28 | 1 | -1/+1 |
* | Missed one $*.a -> $@ conversion for the Release build. | Reid Spencer | 2004-09-23 | 1 | -1/+1 |
* | Correct the rules for making shared libraries per libtool 1.5.10 | Reid Spencer | 2004-09-23 | 1 | -9/+10 |
* | libtool's name is now back to mklib. | Reid Spencer | 2004-09-20 | 1 | -1/+1 |
* | Add dependencies so that project tools are recompiled if LLVM libraries | John Criswell | 2004-09-16 | 1 | -3/+8 |
* | Use libtool, not mklib (which somehow doesn't get generated anymore) | Brian Gaeke | 2004-09-07 | 1 | -1/+1 |
* | Add LLVMC as a supported tool. | Reid Spencer | 2004-09-05 | 1 | -0/+1 |
* | Get rid of an un-needed and un-used GCCism. ATTR_DEPRECATED is used nowhere | Reid Spencer | 2004-09-03 | 1 | -3/+0 |
* | 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 |