| Commit message (Expand) | Author | Age | Files | Lines |
* | autoconf: Add --disable-embed-stdcxx to suppress linking libstdc++.a into llv... | NAKAMURA Takumi | 2010-12-29 | 1 | -0/+3 |
* | Use GZIPBIN instead of GZIP. Apparently gzip uses GZIP as an environment | Eric Christopher | 2010-12-10 | 1 | -1/+1 |
* | It seems inconsistent to have LLVMCC_EMITIR_FLAG and | Duncan Sands | 2010-11-25 | 1 | -1/+1 |
* | Add --enable-docs. Patch by NAKAMURA Takumi. | Rafael Espindola | 2010-11-12 | 1 | -0/+3 |
* | Detect if llvm-gcc is built on dragonegg. | Tobias Grosser | 2010-11-10 | 1 | -0/+5 |
* | Add polly support to the build system. | Tobias Grosser | 2010-10-30 | 1 | -0/+2 |
* | Make the makefiles go much faster by using the realpath | Chris Lattner | 2010-08-03 | 1 | -7/+11 |
* | typo in comment, regeneration not necessary | Gabor Greif | 2010-07-07 | 1 | -2/+2 |
* | Delete unused variables (that weren't even getting expanded). | Dan Gohman | 2010-06-01 | 1 | -6/+0 |
* | -retain-symbols-file is not what it seems. Update the makefiles | Dan Gohman | 2010-06-01 | 1 | -2/+2 |
* | Add new configure option, --disable-timestamps, intended to turn off anything... | Daniel Dunbar | 2010-05-10 | 1 | -0/+3 |
* | Overhauled llvm/clang docs builds. Closes PR6613. | mike-m | 2010-05-06 | 1 | -0/+2 |
* | Add an autoconf check for -retain-symbols-file and conditionalize | Dan Gohman | 2010-04-16 | 1 | -0/+4 |
* | Revert r100896 and around - this breaks the only mingw32 buildbot we have. | Anton Korobeynikov | 2010-04-15 | 1 | -6/+0 |
* | whether we enable dylibs or not depends on the host, not the target. | Chris Lattner | 2010-04-12 | 1 | -1/+1 |
* | suck the propagating "has dynamic libs" check into a single makefile | Chris Lattner | 2010-04-09 | 1 | -0/+6 |
* | Rewrite makefiles to explicitly reference DESTDIR to fix bug 3153. | Erick Tryzelaar | 2010-03-04 | 1 | -8/+8 |
* | Try r96559 for the third time. This time the shared library is only built if | Jeffrey Yasskin | 2010-02-25 | 1 | -0/+6 |
* | Roll back r96959 again. | Jeffrey Yasskin | 2010-02-23 | 1 | -8/+0 |
* | Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM. This links 3 of | Jeffrey Yasskin | 2010-02-23 | 1 | -0/+8 |
* | Initial configure support for using Clang as the LLVM capable compiler. | Daniel Dunbar | 2010-02-23 | 1 | -0/+8 |
* | Kill off unused LLVMGCCLIBEXEC make variable. | Daniel Dunbar | 2010-02-23 | 1 | -3/+0 |
* | Kill off LLVMGCCARCH and LLVMGCC_VERSION make variables. | Daniel Dunbar | 2010-02-23 | 1 | -4/+0 |
* | Kill off LLVMGCC_MAJVERS make variable. | Daniel Dunbar | 2010-02-23 | 1 | -5/+0 |
* | Roll back the shared library, r96559. It broke two darwins and arm, mysterio... | Jeffrey Yasskin | 2010-02-18 | 1 | -6/+0 |
* | Add a shared library for LLVM, named libLLVM2.7svn.(so|dylib), and add an | Jeffrey Yasskin | 2010-02-18 | 1 | -0/+6 |
* | Fix typos. Thanks to John Tytgat for noticing it! | Rafael Espindola | 2009-12-07 | 1 | -1/+1 |
* | Add configure options for specifying where to look for libstdc++. | Rafael Espindola | 2009-11-16 | 1 | -0/+4 |
* | Add the --with-c-include-dirs to llvm's configure. | Rafael Espindola | 2009-11-12 | 1 | -0/+2 |
* | configure: Add --with-optimize-option, for setting the default value of | Daniel Dunbar | 2009-11-04 | 1 | -0/+3 |
* | Add an autoconf test to check for optional compiler flags like | Julien Lerouge | 2009-10-26 | 1 | -0/+6 |
* | Enable -g with DEBUG_SYMBOLS and --enable-debug-symbols instead of | Jeffrey Yasskin | 2009-09-27 | 1 | -0/+5 |
* | Improve support for cross-hosted builds of LLVM. | Shantonu Sen | 2009-09-02 | 1 | -0/+3 |
* | The attached patches attempt to fix cross builds. For example, if you | Anton Korobeynikov | 2009-08-18 | 1 | -1/+5 |
* | LLVMC can be now compiled w/o dynamic plugin support. | Mikhail Glushenkov | 2009-07-04 | 1 | -0/+5 |
* | Add --enable-llvmc-dynamic configure option. | Mikhail Glushenkov | 2009-07-03 | 1 | -0/+6 |
* | Trailing whitespace. | Mikhail Glushenkov | 2009-07-03 | 1 | -1/+1 |
* | Add a --enable-profiling option to configure to build Debug+Profile and | David Greene | 2009-04-17 | 1 | -1/+9 |
* | Link against libffi if available, fall back to "no external calls from | Nick Lewycky | 2009-04-13 | 1 | -3/+0 |
* | Autodetect the availability of -export-dynamic in the linker. | Nick Lewycky | 2009-03-05 | 1 | -0/+3 |
* | Switch to using -Wl,-R on Solaris. | Nick Lewycky | 2009-03-03 | 1 | -0/+3 |
* | Remove tests for flex/bison which are no longer needed by LLVM. | Nick Lewycky | 2009-02-21 | 1 | -3/+0 |
* | Reapply patch from r62553, with a fix to avoid looking for an ffi.h that isn't | Nick Lewycky | 2009-02-04 | 1 | -0/+3 |
* | Add the ability to pass the path to binutils source to configure. This is | Nick Lewycky | 2009-02-03 | 1 | -0/+3 |
* | Removed trailing whitespace from Makefiles. | Misha Brukman | 2009-01-09 | 1 | -4/+4 |
* | Use spaces rather than tab. | Duncan Sands | 2008-10-22 | 1 | -1/+1 |
* | Fix make check on Solaris 10/x86: the default grep is not GNU grep, same for as. | Torok Edwin | 2008-10-21 | 1 | -0/+1 |
* | Add support for Canadian Cross builds where the host executables are not | Jim Grosbach | 2008-10-02 | 1 | -0/+5 |
* | Reapply majority of r55557 but with the changes to compilation flags | Daniel Dunbar | 2008-09-02 | 1 | -0/+3 |
* | Revert r55557, it is causing linking failures on 32bit linux. | Matthijs Kooijman | 2008-09-02 | 1 | -3/+0 |