Age | Commit message (Expand) | Author |
2010-01-20 | For 'install-clang' target, also traverse tools/clang/lib/Runtime. | Daniel Dunbar |
2009-12-12 | Update install-clang target for clang-cc removal. | Daniel Dunbar |
2009-11-25 | Add the rest of the build system logic for optional target disassemblers | Daniel Dunbar |
2009-11-16 | Don't build examples by default, use BUILD_EXAMPLES=1 to build them. The only... | Daniel Dunbar |
2009-10-30 | When cross-building, the CFLAGS and CXXFLAGS are for the target, and don't | Jim Grosbach |
2009-10-30 | Remove extraneous comment line | Jim Grosbach |
2009-10-30 | update name check for Apple style builds to be more permissive | Jim Grosbach |
2009-10-26 | Move DataTypes.h to include/llvm/System, update all users. This breaks the last | Chandler Carruth |
2009-10-25 | Remove stale reference to ThreadSupport.h. | Chandler Carruth |
2009-10-22 | Trying again to tweak the top-level Makefile to facilitate an Apple-style build. | Stuart Hastings |
2009-10-20 | Revert "Tweak top-level Makefile to facilitate Apple-style build.", this is | Daniel Dunbar |
2009-10-19 | Tweak top-level Makefile to facilitate Apple-style build. | Stuart Hastings |
2009-10-09 | Reconfigure automatically when Base.td.in is changed. | Mikhail Glushenkov |
2009-09-26 | Speed up clang-only link, by really linking only clang, and not the unittests | Torok Edwin |
2009-09-13 | Build (not test) the unittests as part of a normal build. | Daniel Dunbar |
2009-09-13 | Revert unittests build changes temporarily, the unit test build isn't -j safe. | Daniel Dunbar |
2009-09-13 | Build (not test) the unittests as part of a normal build. | Daniel Dunbar |
2009-09-02 | Improve support for cross-hosted builds of LLVM. | Shantonu Sen |
2009-08-27 | re-apply r80197, now that iterator.h is not mentioned any more | Gabor Greif |
2009-08-27 | --- Reverse-merging r80147 into '.': | Bill Wendling |
2009-08-26 | eliminate references to ADT/iterator.h | Gabor Greif |
2009-08-19 | Build runtime libraries by default. | Daniel Dunbar |
2009-06-16 | Introduce new headers whose inclusion forces linking and | Douglas Gregor |
2009-05-08 | Change 'make install' to install tblgen, for better support of out-of-tree ta... | Chris Lattner |
2009-05-01 | Lets install the manual page with install-clang! Radar 6838692 | Mike Stump |
2009-04-24 | Use a bigger hammer to coerce subversion into english. | Gabor Greif |
2009-04-07 | Remove ccc now. Radar 6737767 | Mike Stump |
2009-03-30 | Add ccc back for now. | Mike Stump |
2009-03-26 | Update to account for driver renaming. | Mike Stump |
2009-03-09 | Remove configurey-fu to autodetect hash_map and hash_set now that they are | Nick Lewycky |
2009-01-19 | Add targets to support the installation of clang in isolation. | Mike Stump |
2009-01-08 | Removed trailing whitespace. | Misha Brukman |
2009-01-04 | Modify the unittests Makefiles so that they don't rebuild parts of LLVM just to | Bill Wendling |
2009-01-01 | Original patch by Talin. | Misha Brukman |
2008-11-10 | Proper way of doing llvm canadian-cross compilation. | Anton Korobeynikov |
2008-10-02 | Add support for Canadian Cross builds where the host executables are not | Jim Grosbach |
2008-05-29 | For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h" | Anton Korobeynikov |
2008-03-21 | a happier version of happiness | Gabor Greif |
2008-02-28 | Run 'svn info' in the C locale. Also appropriately escape spaces and ? for ga... | Gabor Greif |
2008-02-28 | Simplify and clean up "update" target. Also | Gabor Greif |
2008-02-28 | Now that targets are serialized, introduce | Gabor Greif |
2008-02-28 | Treat all targets serially at the toplevel. This allows | Gabor Greif |
2007-12-29 | remove attributions from the rest of the llvm makefiles. | Chris Lattner |
2007-12-13 | Add install-libs target which only installs libraries, not tools | Nate Begeman |
2007-09-18 | Adding ocaml language bindings for the vmcore and bitwriter libraries. These are | Gordon Henriksen |
2007-07-11 | Get rid of annoying spaces. | David Greene |
2007-07-08 | Install things needed by llvm-top to allow successful building | Reid Spencer |
2007-04-15 | Echo command lines only if the user wants them. | Reid Spencer |
2007-04-15 | Add a new testing target: check-one. It is used like this: | Reid Spencer |
2007-03-29 | don't build runtime for now, ever | Chris Lattner |