summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAge
* Build runtime libraries by default.Daniel Dunbar2009-08-19
* Introduce new headers whose inclusion forces linking andDouglas Gregor2009-06-16
* Change 'make install' to install tblgen, for better support of out-of-tree ta...Chris Lattner2009-05-08
* Lets install the manual page with install-clang! Radar 6838692Mike Stump2009-05-01
* Use a bigger hammer to coerce subversion into english.Gabor Greif2009-04-24
* Remove ccc now. Radar 6737767Mike Stump2009-04-07
* Add ccc back for now.Mike Stump2009-03-30
* Update to account for driver renaming.Mike Stump2009-03-26
* Remove configurey-fu to autodetect hash_map and hash_set now that they areNick Lewycky2009-03-09
* Add targets to support the installation of clang in isolation.Mike Stump2009-01-19
* Removed trailing whitespace.Misha Brukman2009-01-08
* Modify the unittests Makefiles so that they don't rebuild parts of LLVM just toBill Wendling2009-01-04
* Original patch by Talin.Misha Brukman2009-01-01
* Proper way of doing llvm canadian-cross compilation.Anton Korobeynikov2008-11-10
* Add support for Canadian Cross builds where the host executables are notJim Grosbach2008-10-02
* For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h"Anton Korobeynikov2008-05-29
* a happier version of happinessGabor Greif2008-03-21
* Run 'svn info' in the C locale. Also appropriately escape spaces and ? for ga...Gabor Greif2008-02-28
* Simplify and clean up "update" target. AlsoGabor Greif2008-02-28
* Now that targets are serialized, introduceGabor Greif2008-02-28
* Treat all targets serially at the toplevel. This allowsGabor Greif2008-02-28
* remove attributions from the rest of the llvm makefiles.Chris Lattner2007-12-29
* Add install-libs target which only installs libraries, not toolsNate Begeman2007-12-13
* Adding ocaml language bindings for the vmcore and bitwriter libraries. These areGordon Henriksen2007-09-18
* Get rid of annoying spaces.David Greene2007-07-11
* Install things needed by llvm-top to allow successful building Reid Spencer2007-07-08
* Echo command lines only if the user wants them.Reid Spencer2007-04-15
* Add a new testing target: check-one. It is used like this:Reid Spencer2007-04-15
* don't build runtime for now, everChris Lattner2007-03-29
* revert r1.68. This breaks 'make install' without doing 'make' first, butChris Lattner2007-02-21
* Add a show-footprint target to run du a few times to show how much diskReid Spencer2007-02-05
* Don't prevent install target from descending into the utils directory.Reid Spencer2007-02-05
* Undo removal of the runtime libraries. While this may have been a bitReid Spencer2006-11-17
* In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support willReid Spencer2006-11-16
* Document build order dependencies. Make sure that llvm-config is built beforeChris Lattner2006-09-04
* Add .PHONY targets for building source and binary RPM packages. You canReid Spencer2006-08-16
* Revamp this to use filter-out, which makes the logic simpler and not nested.Chris Lattner2006-07-26
* More of PR728, don't install utils either.Chris Lattner2006-06-02
* Part of PR728, don't install examples or projects.Chris Lattner2006-06-02
* Make a shorthand target for running the llvm2cpp test suite. This testReid Spencer2006-06-01
* Make some changes suggested by Chris:Reid Spencer2006-05-17
* Include the win32 and Xcode directories in the distribution.Reid Spencer2006-04-12
* Fix recursion:Reid Spencer2006-04-08
* Don't build projects/examples if libs-only was specified.Reid Spencer2006-04-08
* Invert the tests on LLVMGCC_MAJVERS to check for value 4 instead of valueReid Spencer2006-04-07
* THis -> ThisChris Lattner2006-04-07
* For PR723:Reid Spencer2006-04-07
* Avoid building the runtime libraries if llvm-gcc version 4 is detected.Reid Spencer2006-04-06
* For PR614:Reid Spencer2005-08-25
* Make sure the tools get built if no build target is specified.Reid Spencer2005-05-29