summaryrefslogtreecommitdiff
path: root/Makefile.config.in
Commit message (Expand)AuthorAge
* autoconf: Add --disable-embed-stdcxx to suppress linking libstdc++.a into llv...NAKAMURA Takumi2010-12-29
* Use GZIPBIN instead of GZIP. Apparently gzip uses GZIP as an environmentEric Christopher2010-12-10
* It seems inconsistent to have LLVMCC_EMITIR_FLAG andDuncan Sands2010-11-25
* Add --enable-docs. Patch by NAKAMURA Takumi.Rafael Espindola2010-11-12
* Detect if llvm-gcc is built on dragonegg.Tobias Grosser2010-11-10
* Add polly support to the build system.Tobias Grosser2010-10-30
* Make the makefiles go much faster by using the realpathChris Lattner2010-08-03
* typo in comment, regeneration not necessaryGabor Greif2010-07-07
* Delete unused variables (that weren't even getting expanded).Dan Gohman2010-06-01
* -retain-symbols-file is not what it seems. Update the makefilesDan Gohman2010-06-01
* Add new configure option, --disable-timestamps, intended to turn off anything...Daniel Dunbar2010-05-10
* Overhauled llvm/clang docs builds. Closes PR6613.mike-m2010-05-06
* Add an autoconf check for -retain-symbols-file and conditionalizeDan Gohman2010-04-16
* Revert r100896 and around - this breaks the only mingw32 buildbot we have.Anton Korobeynikov2010-04-15
* whether we enable dylibs or not depends on the host, not the target.Chris Lattner2010-04-12
* suck the propagating "has dynamic libs" check into a single makefile Chris Lattner2010-04-09
* Rewrite makefiles to explicitly reference DESTDIR to fix bug 3153.Erick Tryzelaar2010-03-04
* Try r96559 for the third time. This time the shared library is only built ifJeffrey Yasskin2010-02-25
* Roll back r96959 again.Jeffrey Yasskin2010-02-23
* Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM. This links 3 ofJeffrey Yasskin2010-02-23
* Initial configure support for using Clang as the LLVM capable compiler.Daniel Dunbar2010-02-23
* Kill off unused LLVMGCCLIBEXEC make variable.Daniel Dunbar2010-02-23
* Kill off LLVMGCCARCH and LLVMGCC_VERSION make variables.Daniel Dunbar2010-02-23
* Kill off LLVMGCC_MAJVERS make variable.Daniel Dunbar2010-02-23
* Roll back the shared library, r96559. It broke two darwins and arm, mysterio...Jeffrey Yasskin2010-02-18
* Add a shared library for LLVM, named libLLVM2.7svn.(so|dylib), and add anJeffrey Yasskin2010-02-18
* Fix typos. Thanks to John Tytgat for noticing it!Rafael Espindola2009-12-07
* Add configure options for specifying where to look for libstdc++.Rafael Espindola2009-11-16
* Add the --with-c-include-dirs to llvm's configure.Rafael Espindola2009-11-12
* configure: Add --with-optimize-option, for setting the default value ofDaniel Dunbar2009-11-04
* Add an autoconf test to check for optional compiler flags likeJulien Lerouge2009-10-26
* Enable -g with DEBUG_SYMBOLS and --enable-debug-symbols instead ofJeffrey Yasskin2009-09-27
* Improve support for cross-hosted builds of LLVM.Shantonu Sen2009-09-02
* The attached patches attempt to fix cross builds. For example, if youAnton Korobeynikov2009-08-18
* LLVMC can be now compiled w/o dynamic plugin support.Mikhail Glushenkov2009-07-04
* Add --enable-llvmc-dynamic configure option.Mikhail Glushenkov2009-07-03
* Trailing whitespace.Mikhail Glushenkov2009-07-03
* Add a --enable-profiling option to configure to build Debug+Profile andDavid Greene2009-04-17
* Link against libffi if available, fall back to "no external calls fromNick Lewycky2009-04-13
* Autodetect the availability of -export-dynamic in the linker.Nick Lewycky2009-03-05
* Switch to using -Wl,-R on Solaris.Nick Lewycky2009-03-03
* Remove tests for flex/bison which are no longer needed by LLVM.Nick Lewycky2009-02-21
* Reapply patch from r62553, with a fix to avoid looking for an ffi.h that isn'tNick Lewycky2009-02-04
* Add the ability to pass the path to binutils source to configure. This isNick Lewycky2009-02-03
* Removed trailing whitespace from Makefiles.Misha Brukman2009-01-09
* Use spaces rather than tab.Duncan Sands2008-10-22
* Fix make check on Solaris 10/x86: the default grep is not GNU grep, same for as.Torok Edwin2008-10-21
* Add support for Canadian Cross builds where the host executables are notJim Grosbach2008-10-02
* Reapply majority of r55557 but with the changes to compilation flagsDaniel Dunbar2008-09-02
* Revert r55557, it is causing linking failures on 32bit linux.Matthijs Kooijman2008-09-02