| Commit message (Expand) | Author | Age | Files | Lines |
* | Complete the implementation of the spotless rule and make it not depend on | Reid Spencer | 2004-12-17 | 1 | -6/+12 |
* | X86 doesn't actually use SelectionDAG yet. | Chris Lattner | 2004-12-16 | 1 | -1/+1 |
* | Some minor upgrades | Reid Spencer | 2004-12-16 | 1 | -13/+19 |
* | Factor all of the .inc : .inc.tmp rules into one. | Chris Lattner | 2004-12-16 | 1 | -38/+8 |
* | Add spaces between rule groups to make it more obvious which ones pair | Chris Lattner | 2004-12-16 | 1 | -22/+10 |
* | When tblgen changes, regenerate all .inc files, but do not rebuild any .o | Chris Lattner | 2004-12-16 | 1 | -23/+78 |
* | Add a "make spotless" rule for environments with BUILD_OBJ_ROOT not equal | Reid Spencer | 2004-12-16 | 1 | -0/+15 |
* | Get rid of extraneous dependencies on $(BUILT_SOURCES) now that we've fixed | Reid Spencer | 2004-12-16 | 1 | -6/+6 |
* | Fix a major bug with BUILT_SOURCES. You actually have to dereference a | Reid Spencer | 2004-12-16 | 1 | -1/+1 |
* | Revert last patch which breaks PowerPC target because it fails to build | Reid Spencer | 2004-12-16 | 1 | -10/+10 |
* | Make %'s a bit more explicit | Chris Lattner | 2004-12-15 | 1 | -10/+10 |
* | Make archive rules properly depend on llvm-ar. | Chris Lattner | 2004-12-15 | 1 | -2/+4 |
* | Fix the default install directory of modules from / to $(libdir) ! | Reid Spencer | 2004-12-14 | 1 | -1/+1 |
* | Fix typo. | Alkis Evlogimenos | 2004-12-13 | 1 | -1/+1 |
* | Add llvm tool variables. | Alkis Evlogimenos | 2004-12-13 | 1 | -0/+9 |
* | Finish the implementation of the BYTECODE_DESTINATION feature for modules | Reid Spencer | 2004-12-13 | 1 | -5/+11 |
* | Implement a new feature, BYTECODE_DESTINATION, to allow a user makefile to | Reid Spencer | 2004-12-13 | 1 | -2/+8 |
* | Make sure the archive doesn't have to exist before we remove it. | Reid Spencer | 2004-12-13 | 1 | -2/+2 |
* | Always remove bytecode archives so that path mismatches don't cause the | Reid Spencer | 2004-12-13 | 1 | -0/+2 |
* | Fix output for Flexing to not print full path of source. | Reid Spencer | 2004-12-10 | 1 | -1/+1 |
* | Implement the LLVM_DO_NOT_BUILD feature. If a file of that name is | Reid Spencer | 2004-12-08 | 1 | -5/+12 |
* | Remove -Woverloaded-virtual usage that was committed by accident. | Reid Spencer | 2004-12-08 | 1 | -6/+3 |
* | Remove variables that are not used by any of the LLVM makefiles | Reid Spencer | 2004-12-08 | 1 | -7/+7 |
* | Add the check target so all projects can have this | Reid Spencer | 2004-12-06 | 1 | -4/+21 |
* | Provide a variable to compute where the libstdc++.a is | Reid Spencer | 2004-12-05 | 1 | -0/+1 |
* | Add ability to make a single bytecode module from others | Reid Spencer | 2004-12-05 | 1 | -0/+43 |
* | Getting dist-check to work:\ | Reid Spencer | 2004-12-04 | 1 | -45/+70 |
* | Remove all recursive check support from Makefile.rules | Chris Lattner | 2004-12-03 | 1 | -4/+2 |
* | 'make check' at the top level shouldn't recurse through the sourcedirs | Chris Lattner | 2004-12-03 | 1 | -2/+1 |
* | Resurrect the install-bytecode target for installing just the bytecode | Reid Spencer | 2004-12-03 | 1 | -6/+8 |
* | Pass -strip-debug to gccas when bytecode libraries are being built. | Reid Spencer | 2004-12-03 | 1 | -0/+4 |
* | Quiet! | Chris Lattner | 2004-12-02 | 1 | -1/+1 |
* | For PR466: | Reid Spencer | 2004-12-02 | 1 | -24/+27 |
* | Make built bytecode libraries depend on gccas/gccld as appropriate. This | Chris Lattner | 2004-11-29 | 1 | -5/+8 |
* | Allow reconfig from any directory, not just the top build directory, by | Reid Spencer | 2004-11-29 | 1 | -2/+3 |
* | Incorporate tools/Makefile.JIT | Reid Spencer | 2004-11-29 | 1 | -0/+57 |
* | * Allow date command to be printed in verbose mode | Reid Spencer | 2004-11-29 | 1 | -17/+8 |
* | Allow configuration files to be themselves configured and found in the | Reid Spencer | 2004-11-23 | 1 | -1/+7 |
* | Duh, put tools in *bin* directory, not *tools* directory as per | Reid Spencer | 2004-11-18 | 1 | -2/+2 |
* | Fix PR456:\ | Reid Spencer | 2004-11-18 | 1 | -8/+24 |
* | Fix PR458: | Reid Spencer | 2004-11-17 | 1 | -3/+3 |
* | 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 |