| Commit message (Expand) | Author | Age | Files | Lines |
* | Install libprofile_rt.dylib where it's more available for gcov support. | Bill Wendling | 2011-06-10 | 1 | -2/+2 |
* | build: Add support for a SHOW_DIAGNOSTICS build variable. | Daniel Dunbar | 2011-04-11 | 1 | -0/+15 |
* | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -5/+5 |
* | build/Makefiles: Don't build unittests when ONLY_TOOLS is set. | Daniel Dunbar | 2010-11-27 | 1 | -0/+5 |
* | Add --enable-docs. Patch by NAKAMURA Takumi. | Rafael Espindola | 2010-11-12 | 1 | -0/+4 |
* | llvmc: remove dynamic plugins. | Mikhail Glushenkov | 2010-08-15 | 1 | -1/+1 |
* | tests: Kill off custom targets which were just there for TestRunner.sh. | Daniel Dunbar | 2010-08-02 | 1 | -3/+0 |
* | Add support for a new Apple-style build target, EmbeddedSim, that builds | Bob Wilson | 2010-07-20 | 1 | -1/+2 |
* | build/Clang: Build and install libLTO as part of clang-only/install-clang tar... | Daniel Dunbar | 2010-07-16 | 1 | -2/+4 |
* | Issue the warning about being slow whenever optimization is disabled, | Duncan Sands | 2010-07-07 | 1 | -1/+1 |
* | adapt condition for changed default build mode | Gabor Greif | 2010-07-07 | 1 | -1/+1 |
* | Rename "Release" builds as "Release+Asserts"; rename "Release-Asserts" | Duncan Sands | 2010-07-07 | 1 | -1/+1 |
* | build: Update install-clang target. | Daniel Dunbar | 2010-06-30 | 1 | -1/+1 |
* | Update for CIndex rename. | Daniel Dunbar | 2010-04-30 | 1 | -1/+1 |
* | Add an install-clang-c top-level target, which does a Clang C API install. | Daniel Dunbar | 2010-04-30 | 1 | -0/+9 |
* | cross-build Makefile needs to unset CFLAGS/CXXFLAGS when building the build-s... | Jim Grosbach | 2010-04-24 | 1 | -0/+2 |
* | modernize the do-all-for-me target to run lit | Gabor Greif | 2010-03-21 | 1 | -1/+1 |
* | Try r96559 for the third time. This time the shared library is only built if | Jeffrey Yasskin | 2010-02-25 | 1 | -2/+6 |
* | Roll back r96959 again. | Jeffrey Yasskin | 2010-02-23 | 1 | -2/+2 |
* | Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM. This links 3 of | Jeffrey Yasskin | 2010-02-23 | 1 | -2/+2 |
* | Kill off LLVMGCC_MAJVERS make variable. | Daniel Dunbar | 2010-02-23 | 1 | -7/+0 |
* | Roll back the shared library, r96559. It broke two darwins and arm, mysterio... | Jeffrey Yasskin | 2010-02-18 | 1 | -2/+2 |
* | Add a shared library for LLVM, named libLLVM2.7svn.(so|dylib), and add an | Jeffrey Yasskin | 2010-02-18 | 1 | -2/+2 |
* | For 'install-clang' target, also traverse tools/clang/lib/Runtime. | Daniel Dunbar | 2010-01-20 | 1 | -1/+2 |
* | Update install-clang target for clang-cc removal. | Daniel Dunbar | 2009-12-12 | 1 | -2/+1 |
* | Add the rest of the build system logic for optional target disassemblers | Daniel Dunbar | 2009-11-25 | 1 | -2/+4 |
* | Don't build examples by default, use BUILD_EXAMPLES=1 to build them. The only... | Daniel Dunbar | 2009-11-16 | 1 | -1/+5 |
* | When cross-building, the CFLAGS and CXXFLAGS are for the target, and don't | Jim Grosbach | 2009-10-30 | 1 | -0/+2 |
* | Remove extraneous comment line | Jim Grosbach | 2009-10-30 | 1 | -1/+0 |
* | update name check for Apple style builds to be more permissive | Jim Grosbach | 2009-10-30 | 1 | -1/+3 |
* | Move DataTypes.h to include/llvm/System, update all users. This breaks the last | Chandler Carruth | 2009-10-26 | 1 | -2/+2 |
* | Remove stale reference to ThreadSupport.h. | Chandler Carruth | 2009-10-25 | 1 | -2/+1 |
* | Trying again to tweak the top-level Makefile to facilitate an Apple-style build. | Stuart Hastings | 2009-10-22 | 1 | -0/+12 |
* | Revert "Tweak top-level Makefile to facilitate Apple-style build.", this is | Daniel Dunbar | 2009-10-20 | 1 | -6/+0 |
* | Tweak top-level Makefile to facilitate Apple-style build. | Stuart Hastings | 2009-10-19 | 1 | -0/+6 |
* | Reconfigure automatically when Base.td.in is changed. | Mikhail Glushenkov | 2009-10-09 | 1 | -1/+2 |
* | Speed up clang-only link, by really linking only clang, and not the unittests | Torok Edwin | 2009-09-26 | 1 | -1/+1 |
* | Build (not test) the unittests as part of a normal build. | Daniel Dunbar | 2009-09-13 | 1 | -1/+1 |
* | Revert unittests build changes temporarily, the unit test build isn't -j safe. | Daniel Dunbar | 2009-09-13 | 1 | -1/+1 |
* | Build (not test) the unittests as part of a normal build. | Daniel Dunbar | 2009-09-13 | 1 | -1/+1 |
* | Improve support for cross-hosted builds of LLVM. | Shantonu Sen | 2009-09-02 | 1 | -2/+11 |
* | re-apply r80197, now that iterator.h is not mentioned any more | Gabor Greif | 2009-08-27 | 1 | -3/+1 |
* | --- Reverse-merging r80147 into '.': | Bill Wendling | 2009-08-27 | 1 | -1/+3 |
* | eliminate references to ADT/iterator.h | Gabor Greif | 2009-08-26 | 1 | -3/+1 |
* | Build runtime libraries by default. | Daniel Dunbar | 2009-08-19 | 1 | -1/+1 |
* | Introduce new headers whose inclusion forces linking and | Douglas Gregor | 2009-06-16 | 1 | -0/+2 |
* | Change 'make install' to install tblgen, for better support of out-of-tree ta... | Chris Lattner | 2009-05-08 | 1 | -3/+2 |
* | Lets install the manual page with install-clang! Radar 6838692 | Mike Stump | 2009-05-01 | 1 | -1/+1 |
* | Use a bigger hammer to coerce subversion into english. | Gabor Greif | 2009-04-24 | 1 | -1/+1 |
* | Remove ccc now. Radar 6737767 | Mike Stump | 2009-04-07 | 1 | -1/+1 |