Age | Commit message (Expand) | Author |
2012-03-13 | Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code... | Eli Bendersky |
2012-03-07 | configure: Don't require a perl interpreter to be present, LLVM's buildsystem... | Benjamin Kramer |
2012-02-28 | Enable -Wcovered-switch-default again, but add -Werror to the checks to make | Rafael Espindola |
2012-02-28 | Temporarily revert r151609, which enabled a new warning for LLVM and | Chandler Carruth |
2012-02-28 | Enable -Wcovered-switch-default as it matches the switch style used in llvm. | Rafael Espindola |
2011-12-18 | capitalize project name, reference bugzilla | Dylan Noblesmith |
2011-11-28 | Add an optional separate install prefix for internal components. rdar://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 | Add an option '--enable-libcpp' that will have the compiler pass on | Eric Christopher |
2011-10-26 | Revert 142997. It doesn't work on Mac OS or the BSDs, which all use the BSD | Charles Davis |
2011-10-26 | Search for and use the strip program and pass it to install for it | Eric Christopher |
2011-10-18 | build: Remove some unused code. | Daniel Dunbar |
2011-10-16 | autoconf: Introduce --with-clang-srcdir, to build out-of-tree clang as tools/... | NAKAMURA Takumi |
2011-10-13 | build: Remove some stray LLVMC configure variables. | Daniel Dunbar |
2011-09-21 | Remove the rest of the compiler checking from the top level configure | Eric Christopher |
2011-06-16 | build/configure: Add support for --with-extra-ld-options flag (to provide extra | Daniel Dunbar |
2010-12-29 | autoconf: Add --disable-embed-stdcxx to suppress linking libstdc++.a into llv... | NAKAMURA Takumi |
2010-12-10 | Use GZIPBIN instead of GZIP. Apparently gzip uses GZIP as an environment | Eric Christopher |
2010-11-25 | It seems inconsistent to have LLVMCC_EMITIR_FLAG and | Duncan Sands |
2010-11-12 | Add --enable-docs. Patch by NAKAMURA Takumi. | Rafael Espindola |
2010-11-10 | Detect if llvm-gcc is built on dragonegg. | Tobias Grosser |
2010-10-30 | Add polly support to the build system. | Tobias Grosser |
2010-08-03 | Make the makefiles go much faster by using the realpath | Chris Lattner |
2010-07-07 | typo in comment, regeneration not necessary | Gabor Greif |
2010-06-01 | Delete unused variables (that weren't even getting expanded). | Dan Gohman |
2010-06-01 | -retain-symbols-file is not what it seems. Update the makefiles | Dan Gohman |
2010-05-10 | Add new configure option, --disable-timestamps, intended to turn off anything... | Daniel Dunbar |
2010-05-06 | Overhauled llvm/clang docs builds. Closes PR6613. | mike-m |
2010-04-16 | Add an autoconf check for -retain-symbols-file and conditionalize | Dan Gohman |
2010-04-15 | Revert r100896 and around - this breaks the only mingw32 buildbot we have. | Anton Korobeynikov |
2010-04-12 | whether we enable dylibs or not depends on the host, not the target. | Chris Lattner |
2010-04-09 | suck the propagating "has dynamic libs" check into a single makefile | Chris Lattner |
2010-03-04 | Rewrite makefiles to explicitly reference DESTDIR to fix bug 3153. | Erick Tryzelaar |
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 | Initial configure support for using Clang as the LLVM capable compiler. | Daniel Dunbar |
2010-02-23 | Kill off unused LLVMGCCLIBEXEC make variable. | Daniel Dunbar |
2010-02-23 | Kill off LLVMGCCARCH and LLVMGCC_VERSION make variables. | Daniel Dunbar |
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 |
2009-12-07 | Fix typos. Thanks to John Tytgat for noticing it! | Rafael Espindola |
2009-11-16 | Add configure options for specifying where to look for libstdc++. | Rafael Espindola |
2009-11-12 | Add the --with-c-include-dirs to llvm's configure. | Rafael Espindola |
2009-11-04 | configure: Add --with-optimize-option, for setting the default value of | Daniel Dunbar |
2009-10-26 | Add an autoconf test to check for optional compiler flags like | Julien Lerouge |
2009-09-27 | Enable -g with DEBUG_SYMBOLS and --enable-debug-symbols instead of | Jeffrey Yasskin |
2009-09-02 | Improve support for cross-hosted builds of LLVM. | Shantonu Sen |
2009-08-18 | The attached patches attempt to fix cross builds. For example, if you | Anton Korobeynikov |