summaryrefslogtreecommitdiff
path: root/Makefile.rules
AgeCommit message (Expand)AuthorFilesLines
2005-01-16Several changes:Reid Spencer1-159/+166
2005-01-14Allow the Echo and EchoCmd variables to be overridden.Reid Spencer1-2/+2
2005-01-11Implement the LOADABLE_MODULE option when building a shared library. ThisReid Spencer1-4/+13
2005-01-07X86 JIT requires the selection dag library.Chris Lattner1-1/+1
2005-01-03Quote the paths and not the assignment of the PATH variable.John Criswell1-2/+2
2005-01-03Joining the quote fray...John Criswell1-2/+2
2005-01-03Re-apply last (reverted) patch. Reverting doesn't solve the actual problemReid Spencer1-2/+2
2005-01-03Don't quote the PATH variable value just in case it has spaces in it, asJeff Cohen1-2/+2
2005-01-02Avoid use of -fomit-frame-pointer on FreeBSD platforms. It causes thrownReid Spencer1-3/+8
2005-01-02Quote the PATH variable value just in case it has spaces in it (like onReid Spencer1-2/+2
2004-12-28Correct the name of the variable for the LLVM examples directory so thatReid Spencer1-1/+1
2004-12-27Make it possible to reconfigure a project as well as just LLVM main dir.Reid Spencer1-4/+5
2004-12-24Make sure llvm-g++ gets the right path for the llvm tools.Reid Spencer1-1/+2
2004-12-24Two corrections:Reid Spencer1-1/+7
2004-12-22For PR432:Reid Spencer1-9/+7
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