Age | Commit message (Expand) | Author |
2012-01-17 | Makefile: add missing files to FilesToConfig | Dylan Noblesmith |
2011-12-01 | llvm-config: Replace with C++ version (was llvm-config-2). | Daniel Dunbar |
2011-12-01 | Revert commit 145449 (ddunbar) since it is breaking the dragonegg buildbots. | Duncan Sands |
2011-11-30 | Remove the install-clang-c makefile target. | Bob Wilson |
2011-11-29 | llvm-config: Replace with C++ version (was llvm-config-2). | Daniel Dunbar |
2011-11-27 | Partially revert r145157 to quiet an unhappy buildbot. | Bob Wilson |
2011-11-27 | Merge the install-clang-c target into install-clang. <rdar://problem/10217046> | Bob Wilson |
2011-11-12 | build/Make: Define a TARGET_NATIVE_ARCH variable to be a bit more precise than | Daniel Dunbar |
2011-11-11 | build/Make: Change llvm-config-2 to be compiled as a build tool. | Daniel Dunbar |
2011-11-11 | cross-build/Make: Update cross build to properly forward ARCH and | Daniel Dunbar |
2011-11-11 | Add an option '--enable-libcpp' that will have the compiler pass on | Eric Christopher |
2011-11-10 | build/Make: Try to switch over to llvm-config-2 again, now that I've cleaned up | Daniel Dunbar |
2011-11-10 | Revert r144300 "llvm-config: Replace with C++ version (was llvm-config-2).", | Daniel Dunbar |
2011-11-10 | llvm-config: Replace with C++ version (was llvm-config-2). | Daniel Dunbar |
2011-11-02 | build/Make: Update for rename of show-diagnostics. | Daniel Dunbar |
2011-10-19 | Updating 'update' target to handle svn 1.7 'info' output. Patch by Jean-Dania... | David Blaikie |
2011-10-08 | Add clang-tblgen to OPTIONAL_DIRS when building native tools for the | Peter Collingbourne |
2011-10-01 | Move TableGen's parser and entry point into a library | Peter Collingbourne |
2011-09-19 | Remove llvmc and assorted build machinery for it. | Eric Christopher |
2011-06-10 | Install libprofile_rt.dylib where it's more available for gcov support. | Bill Wendling |
2011-04-11 | build: Add support for a SHOW_DIAGNOSTICS build variable. | Daniel Dunbar |
2010-11-29 | Merge System into Support. | Michael J. Spencer |
2010-11-27 | build/Makefiles: Don't build unittests when ONLY_TOOLS is set. | Daniel Dunbar |
2010-11-12 | Add --enable-docs. Patch by NAKAMURA Takumi. | Rafael Espindola |
2010-08-15 | llvmc: remove dynamic plugins. | Mikhail Glushenkov |
2010-08-02 | tests: Kill off custom targets which were just there for TestRunner.sh. | Daniel Dunbar |
2010-07-20 | Add support for a new Apple-style build target, EmbeddedSim, that builds | Bob Wilson |
2010-07-16 | build/Clang: Build and install libLTO as part of clang-only/install-clang tar... | Daniel Dunbar |
2010-07-07 | Issue the warning about being slow whenever optimization is disabled, | Duncan Sands |
2010-07-07 | adapt condition for changed default build mode | Gabor Greif |
2010-07-07 | Rename "Release" builds as "Release+Asserts"; rename "Release-Asserts" | Duncan Sands |
2010-06-30 | build: Update install-clang target. | Daniel Dunbar |
2010-04-30 | Update for CIndex rename. | Daniel Dunbar |
2010-04-30 | Add an install-clang-c top-level target, which does a Clang C API install. | Daniel Dunbar |
2010-04-24 | cross-build Makefile needs to unset CFLAGS/CXXFLAGS when building the build-s... | Jim Grosbach |
2010-03-21 | modernize the do-all-for-me target to run lit | Gabor Greif |
2010-02-25 | Try r96559 for the third time. This time the shared library is only built if | Jeffrey Yasskin |
2010-02-23 | Roll back r96959 again. | Jeffrey Yasskin |
2010-02-23 | Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM. This links 3 of | Jeffrey Yasskin |
2010-02-23 | Kill off LLVMGCC_MAJVERS make variable. | Daniel Dunbar |
2010-02-18 | Roll back the shared library, r96559. It broke two darwins and arm, mysterio... | Jeffrey Yasskin |
2010-02-18 | Add a shared library for LLVM, named libLLVM2.7svn.(so|dylib), and add an | Jeffrey Yasskin |
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 |