| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a command for using llvm-ar correctly. | Reid Spencer | 2004-11-14 | 1 | -0/+1 |
* | * Clean up all the shared library output on uninstall | Reid Spencer | 2004-11-12 | 1 | -3/+17 |
* | Implement and document the TOOL_VERBOSE option that asks each tool invoked | Reid Spencer | 2004-11-08 | 1 | -1/+9 |
* | * New Recursive Target: clean-all. This target will recursively descend the | Reid Spencer | 2004-11-02 | 1 | -19/+21 |
* | * New Recursive Target: clean-all | Reid Spencer | 2004-11-02 | 1 | -11/+19 |
* | Eliminate redundant variable definition. Rename Configuration -> BuildMode | Reid Spencer | 2004-11-01 | 1 | -50/+44 |
* | When compiling a file, indicate what build it is for | Chris Lattner | 2004-11-01 | 1 | -14/+19 |
* | Get the shared library extension right on all platforms, regardless of what | Reid Spencer | 2004-10-31 | 1 | -1/+1 |
* | Fix output for building shared libraries per Chris' requirements | Reid Spencer | 2004-10-31 | 1 | -1/+1 |
* | Actually use the correct variable name for building bytecode files. | Reid Spencer | 2004-10-31 | 1 | -2/+2 |
* | Internalize variable names to prevent recursive assignment. Cleanup docs. | Reid Spencer | 2004-10-30 | 1 | -414/+493 |
* | Don't modify user vars because they will get passed down (modified) to | Reid Spencer | 2004-10-29 | 1 | -42/+47 |
* | Make the list of automatic Makefile* files updated explicit instead of | Reid Spencer | 2004-10-29 | 1 | -2/+2 |
* | This line breaks FreeBSD and apparently isn't useful anymore. | Chris Lattner | 2004-10-29 | 1 | -1/+0 |
* | Bug Fixes: | Reid Spencer | 2004-10-28 | 1 | -49/+34 |
* | Make parallel "install" and "uninstall" targets not step on itself. | Reid Spencer | 2004-10-28 | 1 | -47/+20 |
* | Bug Fixes: | Reid Spencer | 2004-10-28 | 1 | -9/+7 |
* | Fix auto-reconfigure bug: make sure we actually reconfigure not just | Reid Spencer | 2004-10-27 | 1 | -0/+1 |
* | 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 |