aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Revert unittests build changes temporarily, the unit test build isn't -j safe.Daniel Dunbar2009-09-131-1/+1
* Build (not test) the unittests as part of a normal build.Daniel Dunbar2009-09-131-1/+1
* Improve support for cross-hosted builds of LLVM.Shantonu Sen2009-09-021-2/+11
* re-apply r80197, now that iterator.h is not mentioned any moreGabor Greif2009-08-271-3/+1
* --- Reverse-merging r80147 into '.':Bill Wendling2009-08-271-1/+3
* eliminate references to ADT/iterator.hGabor Greif2009-08-261-3/+1
* Build runtime libraries by default.Daniel Dunbar2009-08-191-1/+1
* Introduce new headers whose inclusion forces linking andDouglas Gregor2009-06-161-0/+2
* Change 'make install' to install tblgen, for better support of out-of-tree ta...Chris Lattner2009-05-081-3/+2
* Lets install the manual page with install-clang! Radar 6838692Mike Stump2009-05-011-1/+1
* Use a bigger hammer to coerce subversion into english.Gabor Greif2009-04-241-1/+1
* Remove ccc now. Radar 6737767Mike Stump2009-04-071-1/+1
* Add ccc back for now.Mike Stump2009-03-301-1/+1
* Update to account for driver renaming.Mike Stump2009-03-261-1/+2
* Remove configurey-fu to autodetect hash_map and hash_set now that they areNick Lewycky2009-03-091-4/+0
* Add targets to support the installation of clang in isolation.Mike Stump2009-01-191-0/+13
* Removed trailing whitespace.Misha Brukman2009-01-081-8/+8
* Modify the unittests Makefiles so that they don't rebuild parts of LLVM just toBill Wendling2009-01-041-2/+1
* Original patch by Talin.Misha Brukman2009-01-011-1/+7
* Proper way of doing llvm canadian-cross compilation.Anton Korobeynikov2008-11-101-9/+29
* Add support for Canadian Cross builds where the host executables are notJim Grosbach2008-10-021-0/+6
* For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h"Anton Korobeynikov2008-05-291-6/+6
* a happier version of happinessGabor Greif2008-03-211-2/+2
* Run 'svn info' in the C locale. Also appropriately escape spaces and ? for ga...Gabor Greif2008-02-281-3/+3
* Simplify and clean up "update" target. AlsoGabor Greif2008-02-281-5/+6
* Now that targets are serialized, introduceGabor Greif2008-02-281-1/+13
* Treat all targets serially at the toplevel. This allowsGabor Greif2008-02-281-1/+6
* remove attributions from the rest of the llvm makefiles.Chris Lattner2007-12-291-2/+2
* Add install-libs target which only installs libraries, not toolsNate Begeman2007-12-131-0/+6
* Adding ocaml language bindings for the vmcore and bitwriter libraries. These areGordon Henriksen2007-09-181-2/+2
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+139