aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2009-10-25Remove stale reference to ThreadSupport.h.Chandler Carruth
2009-10-22Trying again to tweak the top-level Makefile to facilitate an Apple-style build.Stuart Hastings
2009-10-20Revert "Tweak top-level Makefile to facilitate Apple-style build.", this isDaniel Dunbar
2009-10-19Tweak top-level Makefile to facilitate Apple-style build.Stuart Hastings
2009-10-09Reconfigure automatically when Base.td.in is changed.Mikhail Glushenkov
2009-09-26Speed up clang-only link, by really linking only clang, and not the unittestsTorok Edwin
2009-09-13Build (not test) the unittests as part of a normal build.Daniel Dunbar
2009-09-13Revert unittests build changes temporarily, the unit test build isn't -j safe.Daniel Dunbar
2009-09-13Build (not test) the unittests as part of a normal build.Daniel Dunbar
2009-09-02Improve support for cross-hosted builds of LLVM.Shantonu Sen
2009-08-27re-apply r80197, now that iterator.h is not mentioned any moreGabor Greif
2009-08-27--- Reverse-merging r80147 into '.':Bill Wendling
2009-08-26eliminate references to ADT/iterator.hGabor Greif
2009-08-19Build runtime libraries by default.Daniel Dunbar
2009-06-16Introduce new headers whose inclusion forces linking andDouglas Gregor
2009-05-08Change 'make install' to install tblgen, for better support of out-of-tree ta...Chris Lattner
2009-05-01Lets install the manual page with install-clang! Radar 6838692Mike Stump
2009-04-24Use a bigger hammer to coerce subversion into english.Gabor Greif
2009-04-07Remove ccc now. Radar 6737767Mike Stump
2009-03-30Add ccc back for now.Mike Stump
2009-03-26Update to account for driver renaming.Mike Stump
2009-03-09Remove configurey-fu to autodetect hash_map and hash_set now that they areNick Lewycky
2009-01-19Add targets to support the installation of clang in isolation.Mike Stump
2009-01-08Removed trailing whitespace.Misha Brukman
2009-01-04Modify the unittests Makefiles so that they don't rebuild parts of LLVM just toBill Wendling
2009-01-01Original patch by Talin.Misha Brukman
2008-11-10Proper way of doing llvm canadian-cross compilation.Anton Korobeynikov
2008-10-02Add support for Canadian Cross builds where the host executables are notJim Grosbach
2008-05-29For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h"Anton Korobeynikov
2008-03-21a happier version of happinessGabor Greif
2008-02-28Run 'svn info' in the C locale. Also appropriately escape spaces and ? for ga...Gabor Greif
2008-02-28Simplify and clean up "update" target. AlsoGabor Greif
2008-02-28Now that targets are serialized, introduceGabor Greif
2008-02-28Treat all targets serially at the toplevel. This allowsGabor Greif
2007-12-29remove attributions from the rest of the llvm makefiles.Chris Lattner
2007-12-13Add install-libs target which only installs libraries, not toolsNate Begeman
2007-09-18Adding ocaml language bindings for the vmcore and bitwriter libraries. These areGordon Henriksen
2007-07-11Get rid of annoying spaces.David Greene
2007-07-08Install things needed by llvm-top to allow successful building Reid Spencer
2007-04-15Echo command lines only if the user wants them.Reid Spencer
2007-04-15Add a new testing target: check-one. It is used like this:Reid Spencer
2007-03-29don't build runtime for now, everChris Lattner
2007-02-21revert r1.68. This breaks 'make install' without doing 'make' first, butChris Lattner
2007-02-05Add a show-footprint target to run du a few times to show how much diskReid Spencer
2007-02-05Don't prevent install target from descending into the utils directory.Reid Spencer
2006-11-17Undo removal of the runtime libraries. While this may have been a bitReid Spencer
2006-11-16In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support willReid Spencer
2006-09-04Document build order dependencies. Make sure that llvm-config is built beforeChris Lattner
2006-08-16Add .PHONY targets for building source and binary RPM packages. You canReid Spencer
2006-07-26Revamp this to use filter-out, which makes the logic simpler and not nested.Chris Lattner