summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2009-01-04Modify the unittests Makefiles so that they don't rebuild parts of LLVM just toBill Wendling1-2/+1
2009-01-01Original patch by Talin.Misha Brukman1-1/+7
2008-11-10Proper way of doing llvm canadian-cross compilation.Anton Korobeynikov1-9/+29
2008-10-02Add support for Canadian Cross builds where the host executables are notJim Grosbach1-0/+6
2008-05-29For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h"Anton Korobeynikov1-6/+6
2008-03-21a happier version of happinessGabor Greif1-2/+2
2008-02-28Run 'svn info' in the C locale. Also appropriately escape spaces and ? for ga...Gabor Greif1-3/+3
2008-02-28Simplify and clean up "update" target. AlsoGabor Greif1-5/+6
2008-02-28Now that targets are serialized, introduceGabor Greif1-1/+13
2008-02-28Treat all targets serially at the toplevel. This allowsGabor Greif1-1/+6
2007-12-29remove attributions from the rest of the llvm makefiles.Chris Lattner1-2/+2
2007-12-13Add install-libs target which only installs libraries, not toolsNate Begeman1-0/+6
2007-09-18Adding ocaml language bindings for the vmcore and bitwriter libraries. These areGordon Henriksen1-2/+2
2007-07-11Get rid of annoying spaces.David Greene1-1/+1
2007-07-08Install things needed by llvm-top to allow successful building Reid Spencer1-0/+8
2007-04-15Echo command lines only if the user wants them.Reid Spencer1-2/+2
2007-04-15Add a new testing target: check-one. It is used like this:Reid Spencer1-0/+3
2007-03-29don't build runtime for now, everChris Lattner1-3/+5
2007-02-21revert r1.68. This breaks 'make install' without doing 'make' first, butChris Lattner1-0/+7
2007-02-05Add a show-footprint target to run du a few times to show how much diskReid Spencer1-0/+6
2007-02-05Don't prevent install target from descending into the utils directory.Reid Spencer1-7/+0
2006-11-17Undo removal of the runtime libraries. While this may have been a bitReid Spencer1-4/+9
2006-11-16In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support willReid Spencer1-9/+4
2006-09-04Document build order dependencies. Make sure that llvm-config is built beforeChris Lattner1-1/+12
2006-08-16Add .PHONY targets for building source and binary RPM packages. You canReid Spencer1-0/+7
2006-07-26Revamp this to use filter-out, which makes the logic simpler and not nested.Chris Lattner1-21/+18
2006-06-02More of PR728, don't install utils either.Chris Lattner1-4/+14
2006-06-02Part of PR728, don't install examples or projects.Chris Lattner1-1/+5
2006-06-01Make a shorthand target for running the llvm2cpp test suite. This testReid Spencer1-0/+2
2006-05-17Make some changes suggested by Chris:Reid Spencer1-1/+1
2006-04-12Include the win32 and Xcode directories in the distribution.Reid Spencer1-1/+1
2006-04-08Fix recursion:Reid Spencer1-2/+4
2006-04-08Don't build projects/examples if libs-only was specified.Reid Spencer1-1/+1
2006-04-07Invert the tests on LLVMGCC_MAJVERS to check for value 4 instead of valueReid Spencer1-1/+1
2006-04-07THis -> ThisChris Lattner1-2/+3
2006-04-07For PR723:Reid Spencer1-0/+10
2006-04-06Avoid building the runtime libraries if llvm-gcc version 4 is detected.Reid Spencer1-6/+11
2005-08-25For PR614:Reid Spencer1-0/+18
2005-05-29Make sure the tools get built if no build target is specified.Reid Spencer1-1/+1
2005-05-25Add a "libs-only" target for avoiding construction of the tools andReid Spencer1-4/+9
2005-05-24Two dist-check related changes:Reid Spencer1-0/+4
2004-12-06Remove the check target. Its now in Makefile.rulesReid Spencer1-3/+0
2004-12-04CVS directory elimination moved to Makefile.rulesReid Spencer1-2/+0
2004-12-04Made it default to check instead of check-dejagnu.Tanya Lattner1-2/+1
2004-12-03check is now a single colon rule. Also make it default to running dejagnu in...Chris Lattner1-4/+2
2004-11-29Add "docs" as a descendable directory (at the end)Reid Spencer1-2/+2
2004-11-25Add a convenience target to build all three modes: Debug, Release, ProfileReid Spencer1-1/+13
2004-11-08Move path override in test/Makefile.Alkis Evlogimenos1-1/+1
2004-11-08Override PATH to submake so that all tools are found if the PATH isAlkis Evlogimenos1-1/+1
2004-11-07Removed passing TARGET.Tanya Lattner1-1/+1