summaryrefslogtreecommitdiff
path: root/Makefile.config.in
Commit message (Expand)AuthorAge
* Revert 142997. It doesn't work on Mac OS or the BSDs, which all use the BSDCharles Davis2011-10-26
* Search for and use the strip program and pass it to install for itEric Christopher2011-10-26
* build: Remove some unused code.Daniel Dunbar2011-10-18
* autoconf: Introduce --with-clang-srcdir, to build out-of-tree clang as tools/...NAKAMURA Takumi2011-10-16
* build: Remove some stray LLVMC configure variables.Daniel Dunbar2011-10-13
* Remove the rest of the compiler checking from the top level configureEric Christopher2011-09-21
* build/configure: Add support for --with-extra-ld-options flag (to provide extraDaniel Dunbar2011-06-16
* 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