summaryrefslogtreecommitdiff
path: root/Makefile.rules
AgeCommit message (Expand)AuthorFilesLines
2004-12-17Complete the implementation of the spotless rule and make it not depend onReid Spencer1-6/+12
2004-12-16X86 doesn't actually use SelectionDAG yet.Chris Lattner1-1/+1
2004-12-16Some minor upgradesReid Spencer1-13/+19
2004-12-16Factor all of the .inc : .inc.tmp rules into one.Chris Lattner1-38/+8
2004-12-16Add spaces between rule groups to make it more obvious which ones pairChris Lattner1-22/+10
2004-12-16When tblgen changes, regenerate all .inc files, but do not rebuild any .oChris Lattner1-23/+78
2004-12-16Add a "make spotless" rule for environments with BUILD_OBJ_ROOT not equalReid Spencer1-0/+15
2004-12-16Get rid of extraneous dependencies on $(BUILT_SOURCES) now that we've fixedReid Spencer1-6/+6
2004-12-16Fix a major bug with BUILT_SOURCES. You actually have to dereference aReid Spencer1-1/+1
2004-12-16Revert last patch which breaks PowerPC target because it fails to buildReid Spencer1-10/+10
2004-12-15Make %'s a bit more explicitChris Lattner1-10/+10
2004-12-15Make archive rules properly depend on llvm-ar.Chris Lattner1-2/+4
2004-12-14Fix the default install directory of modules from / to $(libdir) !Reid Spencer1-1/+1
2004-12-13Fix typo.Alkis Evlogimenos1-1/+1
2004-12-13Add llvm tool variables.Alkis Evlogimenos1-0/+9
2004-12-13Finish the implementation of the BYTECODE_DESTINATION feature for modulesReid Spencer1-5/+11
2004-12-13Implement a new feature, BYTECODE_DESTINATION, to allow a user makefile toReid Spencer1-2/+8
2004-12-13Make sure the archive doesn't have to exist before we remove it.Reid Spencer1-2/+2
2004-12-13Always remove bytecode archives so that path mismatches don't cause theReid Spencer1-0/+2
2004-12-10Fix output for Flexing to not print full path of source.Reid Spencer1-1/+1
2004-12-08Implement the LLVM_DO_NOT_BUILD feature. If a file of that name isReid Spencer1-5/+12
2004-12-08Remove -Woverloaded-virtual usage that was committed by accident.Reid Spencer1-6/+3
2004-12-08Remove variables that are not used by any of the LLVM makefilesReid Spencer1-7/+7
2004-12-06Add the check target so all projects can have thisReid Spencer1-4/+21
2004-12-05Provide a variable to compute where the libstdc++.a isReid Spencer1-0/+1
2004-12-05Add ability to make a single bytecode module from othersReid Spencer1-0/+43
2004-12-04Getting dist-check to work:\Reid Spencer1-45/+70
2004-12-03Remove all recursive check support from Makefile.rulesChris Lattner1-4/+2
2004-12-03'make check' at the top level shouldn't recurse through the sourcedirsChris Lattner1-2/+1
2004-12-03Resurrect the install-bytecode target for installing just the bytecodeReid Spencer1-6/+8
2004-12-03Pass -strip-debug to gccas when bytecode libraries are being built.Reid Spencer1-0/+4
2004-12-02Quiet!Chris Lattner1-1/+1
2004-12-02For PR466:Reid Spencer1-24/+27
2004-11-29Make built bytecode libraries depend on gccas/gccld as appropriate. ThisChris Lattner1-5/+8
2004-11-29Allow reconfig from any directory, not just the top build directory, byReid Spencer1-2/+3
2004-11-29Incorporate tools/Makefile.JITReid Spencer1-0/+57
2004-11-29* Allow date command to be printed in verbose modeReid Spencer1-17/+8
2004-11-23Allow configuration files to be themselves configured and found in theReid Spencer1-1/+7
2004-11-18Duh, put tools in *bin* directory, not *tools* directory as perReid Spencer1-2/+2
2004-11-18Fix PR456:\Reid Spencer1-8/+24
2004-11-17Fix PR458:Reid Spencer1-3/+3
2004-11-14Add a command for using llvm-ar correctly.Reid Spencer1-0/+1
2004-11-12* Clean up all the shared library output on uninstallReid Spencer1-3/+17
2004-11-08Implement and document the TOOL_VERBOSE option that asks each tool invokedReid Spencer1-1/+9
2004-11-02* New Recursive Target: clean-all. This target will recursively descend theReid Spencer1-19/+21
2004-11-02* New Recursive Target: clean-allReid Spencer1-11/+19
2004-11-01Eliminate redundant variable definition. Rename Configuration -> BuildModeReid Spencer1-50/+44
2004-11-01When compiling a file, indicate what build it is forChris Lattner1-14/+19
2004-10-31Get the shared library extension right on all platforms, regardless of whatReid Spencer1-1/+1
2004-10-31Fix output for building shared libraries per Chris' requirementsReid Spencer1-1/+1