summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAge
* For 'install-clang' target, also traverse tools/clang/lib/Runtime.Daniel Dunbar2010-01-20
* Update install-clang target for clang-cc removal.Daniel Dunbar2009-12-12
* Add the rest of the build system logic for optional target disassemblersDaniel Dunbar2009-11-25
* Don't build examples by default, use BUILD_EXAMPLES=1 to build them. The only...Daniel Dunbar2009-11-16
* When cross-building, the CFLAGS and CXXFLAGS are for the target, and don'tJim Grosbach2009-10-30
* Remove extraneous comment lineJim Grosbach2009-10-30
* update name check for Apple style builds to be more permissiveJim Grosbach2009-10-30
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-26
* Remove stale reference to ThreadSupport.h.Chandler Carruth2009-10-25
* Trying again to tweak the top-level Makefile to facilitate an Apple-style build.Stuart Hastings2009-10-22
* Revert "Tweak top-level Makefile to facilitate Apple-style build.", this isDaniel Dunbar2009-10-20
* Tweak top-level Makefile to facilitate Apple-style build.Stuart Hastings2009-10-19
* Reconfigure automatically when Base.td.in is changed.Mikhail Glushenkov2009-10-09
* Speed up clang-only link, by really linking only clang, and not the unittestsTorok Edwin2009-09-26
* Build (not test) the unittests as part of a normal build.Daniel Dunbar2009-09-13
* Revert unittests build changes temporarily, the unit test build isn't -j safe.Daniel Dunbar2009-09-13
* Build (not test) the unittests as part of a normal build.Daniel Dunbar2009-09-13
* Improve support for cross-hosted builds of LLVM.Shantonu Sen2009-09-02
* re-apply r80197, now that iterator.h is not mentioned any moreGabor Greif2009-08-27
* --- Reverse-merging r80147 into '.':Bill Wendling2009-08-27
* eliminate references to ADT/iterator.hGabor Greif2009-08-26
* 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