Age | Commit message (Expand) | Author |
2004-11-29 | Make built bytecode libraries depend on gccas/gccld as appropriate. This | Chris Lattner |
2004-11-29 | Allow reconfig from any directory, not just the top build directory, by | Reid Spencer |
2004-11-29 | Incorporate tools/Makefile.JIT | Reid Spencer |
2004-11-29 | * Allow date command to be printed in verbose mode | Reid Spencer |
2004-11-23 | Allow configuration files to be themselves configured and found in the | Reid Spencer |
2004-11-18 | Duh, put tools in *bin* directory, not *tools* directory as per | Reid Spencer |
2004-11-18 | Fix PR456:\ | Reid Spencer |
2004-11-17 | Fix PR458: | Reid Spencer |
2004-11-14 | Add a command for using llvm-ar correctly. | Reid Spencer |
2004-11-12 | * Clean up all the shared library output on uninstall | Reid Spencer |
2004-11-08 | Implement and document the TOOL_VERBOSE option that asks each tool invoked | Reid Spencer |
2004-11-02 | * New Recursive Target: clean-all. This target will recursively descend the | Reid Spencer |
2004-11-02 | * New Recursive Target: clean-all | Reid Spencer |
2004-11-01 | Eliminate redundant variable definition. Rename Configuration -> BuildMode | Reid Spencer |
2004-11-01 | When compiling a file, indicate what build it is for | Chris Lattner |
2004-10-31 | Get the shared library extension right on all platforms, regardless of what | Reid Spencer |
2004-10-31 | Fix output for building shared libraries per Chris' requirements | Reid Spencer |
2004-10-31 | Actually use the correct variable name for building bytecode files. | Reid Spencer |
2004-10-30 | Internalize variable names to prevent recursive assignment. Cleanup docs. | Reid Spencer |
2004-10-29 | Don't modify user vars because they will get passed down (modified) to | Reid Spencer |
2004-10-29 | Make the list of automatic Makefile* files updated explicit instead of | Reid Spencer |
2004-10-29 | This line breaks FreeBSD and apparently isn't useful anymore. | Chris Lattner |
2004-10-28 | Bug Fixes: | Reid Spencer |
2004-10-28 | Make parallel "install" and "uninstall" targets not step on itself. | Reid Spencer |
2004-10-28 | Bug Fixes: | Reid Spencer |
2004-10-27 | Fix auto-reconfigure bug: make sure we actually reconfigure not just | Reid Spencer |
2004-10-27 | Get the *.inc files to depend on tblgen so if tblgen gets fixed, all the | Reid Spencer |
2004-10-26 | Make sure that Makefile.rules and Makefile.config.in are not candidates for | Reid Spencer |
2004-10-26 | Cleanup/Fixes: | Reid Spencer |
2004-10-26 | Unless someone seriously objects, I don't think we really need this. Sorry | Chris Lattner |
2004-10-26 | * Implement the "dist-check" target that verifies the contents of a zipped | Reid Spencer |
2004-10-26 | Give a useful hint | Chris Lattner |
2004-10-25 | New Makefile Features: | Reid Spencer |
2004-10-24 | Fix uninstall from rebuilding everything (wrong dependency) | Reid Spencer |
2004-10-24 | Implemented New Features: | Reid Spencer |
2004-10-24 | Make the $(OBJDIR) go away on clean-local. | Reid Spencer |
2004-10-23 | Several Changes: | Reid Spencer |
2004-10-23 | * Actually ignore build errors in optional directories | Reid Spencer |
2004-10-22 | Make sure that we don't set up a circular dependency if OBJDIR == SRCDIR | Reid Spencer |
2004-10-22 | Pull in Target.td using absolute path from source root instead of relative path; | Misha Brukman |
2004-10-22 | Shorten the rules, speed it up, correct library contruction, add *.td rules | Reid Spencer |
2004-10-11 | Fix grammar | Misha Brukman |
2004-10-07 | Don't add libz or libbz2 to the USEDLIBS lists, those are for LLVM libraries. | Chris Lattner |
2004-10-04 | Provide support for auto-detection and use of compression libraries. | Reid Spencer |
2004-09-28 | Corrected spelling of Makefile variable, thereby re-enabling profile | John Criswell |
2004-09-23 | Missed one $*.a -> $@ conversion for the Release build. | Reid Spencer |
2004-09-23 | Correct the rules for making shared libraries per libtool 1.5.10 | Reid Spencer |
2004-09-20 | libtool's name is now back to mklib. | Reid Spencer |
2004-09-16 | Add dependencies so that project tools are recompiled if LLVM libraries | John Criswell |
2004-09-07 | Use libtool, not mklib (which somehow doesn't get generated anymore) | Brian Gaeke |