aboutsummaryrefslogtreecommitdiff
path: root/Makefile.rules
AgeCommit message (Expand)Author
2005-03-11* Remove extraneous spacesMisha Brukman
2005-03-11Add SelectionDAG library to PPC JIT so that lli will link whenNate Begeman
2005-03-01Correct a typo in Makefile.rules.Reid Spencer
2005-02-27Add llc to tools.Alkis Evlogimenos
2005-02-24Don't try to strip bytecode files!Reid Spencer
2005-02-24The install program doesn't know how to strip bytecode files so installReid Spencer
2005-02-24Fix the other half of PR528 .. don't try to strip header files!Reid Spencer
2005-02-24For PR528:Reid Spencer
2005-02-16Fix installation of configuration files.Reid Spencer
2005-02-16* Don't flatten the directory hierarchy when installing headersReid Spencer
2005-02-16Don't use pax for installing header files. Use the install program instead.Reid Spencer
2005-02-14For PR496:Reid Spencer
2005-02-13non-ieee arith crashes passes on alphaAndrew Lenharth
2005-02-09Fix installation of configured headers when objdir != srcdir. PatchChris Lattner
2005-02-04Add support for .cc and .hpp files. Patch contributed by Vladimir Merzliakov!Chris Lattner
2005-02-02Add variable for bugpoint.Alkis Evlogimenos
2005-01-28Fix some typos in the Makefile.rules.Reid Spencer
2005-01-16Several changes:Reid Spencer
2005-01-14Allow the Echo and EchoCmd variables to be overridden.Reid Spencer
2005-01-11Implement the LOADABLE_MODULE option when building a shared library. ThisReid Spencer
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