aboutsummaryrefslogtreecommitdiff
path: root/Makefile.rules
AgeCommit message (Expand)Author
2005-01-07X86 JIT requires the selection dag library.Chris Lattner
2005-01-03Quote the paths and not the assignment of the PATH variable.John Criswell
2005-01-03Joining the quote fray...John Criswell
2005-01-03Re-apply last (reverted) patch. Reverting doesn't solve the actual problemReid Spencer
2005-01-03Don't quote the PATH variable value just in case it has spaces in it, asJeff Cohen
2005-01-02Avoid use of -fomit-frame-pointer on FreeBSD platforms. It causes thrownReid Spencer
2005-01-02Quote the PATH variable value just in case it has spaces in it (like onReid Spencer
2004-12-28Correct the name of the variable for the LLVM examples directory so thatReid Spencer
2004-12-27Make it possible to reconfigure a project as well as just LLVM main dir.Reid Spencer
2004-12-24Make sure llvm-g++ gets the right path for the llvm tools.Reid Spencer
2004-12-24Two corrections:Reid Spencer
2004-12-22For PR432:Reid Spencer
2004-12-17Complete the implementation of the spotless rule and make it not depend onReid Spencer
2004-12-16X86 doesn't actually use SelectionDAG yet.Chris Lattner
2004-12-16Some minor upgradesReid Spencer
2004-12-16Factor all of the .inc : .inc.tmp rules into one.Chris Lattner
2004-12-16Add spaces between rule groups to make it more obvious which ones pairChris Lattner
2004-12-16When tblgen changes, regenerate all .inc files, but do not rebuild any .oChris Lattner
2004-12-16Add a "make spotless" rule for environments with BUILD_OBJ_ROOT not equalReid Spencer
2004-12-16Get rid of extraneous dependencies on $(BUILT_SOURCES) now that we've fixedReid Spencer
2004-12-16Fix a major bug with BUILT_SOURCES. You actually have to dereference aReid Spencer
2004-12-16Revert last patch which breaks PowerPC target because it fails to buildReid Spencer
2004-12-15Make %'s a bit more explicitChris Lattner
2004-12-15Make archive rules properly depend on llvm-ar.Chris Lattner
2004-12-14Fix the default install directory of modules from / to $(libdir) !Reid Spencer
2004-12-13Fix typo.Alkis Evlogimenos
2004-12-13Add llvm tool variables.Alkis Evlogimenos
2004-12-13Finish the implementation of the BYTECODE_DESTINATION feature for modulesReid Spencer
2004-12-13Implement a new feature, BYTECODE_DESTINATION, to allow a user makefile toReid Spencer
2004-12-13Make sure the archive doesn't have to exist before we remove it.Reid Spencer
2004-12-13Always remove bytecode archives so that path mismatches don't cause theReid Spencer
2004-12-10Fix output for Flexing to not print full path of source.Reid Spencer
2004-12-08Implement the LLVM_DO_NOT_BUILD feature. If a file of that name isReid Spencer
2004-12-08Remove -Woverloaded-virtual usage that was committed by accident.Reid Spencer
2004-12-08Remove variables that are not used by any of the LLVM makefilesReid Spencer
2004-12-06Add the check target so all projects can have thisReid Spencer
2004-12-05Provide a variable to compute where the libstdc++.a isReid Spencer
2004-12-05Add ability to make a single bytecode module from othersReid Spencer
2004-12-04Getting dist-check to work:\Reid Spencer
2004-12-03Remove all recursive check support from Makefile.rulesChris Lattner
2004-12-03'make check' at the top level shouldn't recurse through the sourcedirsChris Lattner
2004-12-03Resurrect the install-bytecode target for installing just the bytecodeReid Spencer
2004-12-03Pass -strip-debug to gccas when bytecode libraries are being built.Reid Spencer
2004-12-02Quiet!Chris Lattner
2004-12-02For PR466:Reid Spencer
2004-11-29Make built bytecode libraries depend on gccas/gccld as appropriate. ThisChris Lattner
2004-11-29Allow reconfig from any directory, not just the top build directory, byReid Spencer
2004-11-29Incorporate tools/Makefile.JITReid Spencer
2004-11-29* Allow date command to be printed in verbose modeReid Spencer
2004-11-23Allow configuration files to be themselves configured and found in theReid Spencer