summaryrefslogtreecommitdiff
path: root/Makefile.config.in
Commit message (Expand)AuthorAgeFilesLines
* Merge in 156319 156837 156838.release_31Bill Wendling2012-05-151-0/+7
* Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code...Eli Bendersky2012-03-131-0/+8
* configure: Don't require a perl interpreter to be present, LLVM's buildsystem...Benjamin Kramer2012-03-071-2/+0
* Enable -Wcovered-switch-default again, but add -Werror to the checks to makeRafael Espindola2012-02-281-0/+2
* Temporarily revert r151609, which enabled a new warning for LLVM andChandler Carruth2012-02-281-2/+0
* Enable -Wcovered-switch-default as it matches the switch style used in llvm.Rafael Espindola2012-02-281-0/+2
* capitalize project name, reference bugzillaDylan Noblesmith2011-12-181-2/+2
* Add an optional separate install prefix for internal components. rdar://10217046Bob Wilson2011-11-281-0/+7
* build/Make: Define a TARGET_NATIVE_ARCH variable to be a bit more precise thanDaniel Dunbar2011-11-121-0/+1
* Add an option '--enable-libcpp' that will have the compiler pass onEric Christopher2011-11-111-0/+4
* Revert 142997. It doesn't work on Mac OS or the BSDs, which all use the BSDCharles Davis2011-10-261-3/+0
* Search for and use the strip program and pass it to install for itEric Christopher2011-10-261-0/+3
* build: Remove some unused code.Daniel Dunbar2011-10-181-2/+0
* autoconf: Introduce --with-clang-srcdir, to build out-of-tree clang as tools/...NAKAMURA Takumi2011-10-161-1/+9
* build: Remove some stray LLVMC configure variables.Daniel Dunbar2011-10-131-11/+0
* Remove the rest of the compiler checking from the top level configureEric Christopher2011-09-211-24/+0
* build/configure: Add support for --with-extra-ld-options flag (to provide extraDaniel Dunbar2011-06-161-0/+3
* autoconf: Add --disable-embed-stdcxx to suppress linking libstdc++.a into llv...NAKAMURA Takumi2010-12-291-0/+3
* Use GZIPBIN instead of GZIP. Apparently gzip uses GZIP as an environmentEric Christopher2010-12-101-1/+1
* It seems inconsistent to have LLVMCC_EMITIR_FLAG andDuncan Sands2010-11-251-1/+1
* Add --enable-docs. Patch by NAKAMURA Takumi.Rafael Espindola2010-11-121-0/+3
* Detect if llvm-gcc is built on dragonegg.Tobias Grosser2010-11-101-0/+5
* Add polly support to the build system.Tobias Grosser2010-10-301-0/+2
* Make the makefiles go much faster by using the realpathChris Lattner2010-08-031-7/+11
* typo in comment, regeneration not necessaryGabor Greif2010-07-071-2/+2
* Delete unused variables (that weren't even getting expanded).Dan Gohman2010-06-011-6/+0
* -retain-symbols-file is not what it seems. Update the makefilesDan Gohman2010-06-011-2/+2
* Add new configure option, --disable-timestamps, intended to turn off anything...Daniel Dunbar2010-05-101-0/+3
* Overhauled llvm/clang docs builds. Closes PR6613.mike-m2010-05-061-0/+2
* Add an autoconf check for -retain-symbols-file and conditionalizeDan Gohman2010-04-161-0/+4
* Revert r100896 and around - this breaks the only mingw32 buildbot we have.Anton Korobeynikov2010-04-151-6/+0
* whether we enable dylibs or not depends on the host, not the target.Chris Lattner2010-04-121-1/+1
* suck the propagating "has dynamic libs" check into a single makefile Chris Lattner2010-04-091-0/+6
* Rewrite makefiles to explicitly reference DESTDIR to fix bug 3153.Erick Tryzelaar2010-03-041-8/+8
* Try r96559 for the third time. This time the shared library is only built ifJeffrey Yasskin2010-02-251-0/+6
* Roll back r96959 again.Jeffrey Yasskin2010-02-231-8/+0
* Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM. This links 3 ofJeffrey Yasskin2010-02-231-0/+8
* Initial configure support for using Clang as the LLVM capable compiler.Daniel Dunbar2010-02-231-0/+8
* Kill off unused LLVMGCCLIBEXEC make variable.Daniel Dunbar2010-02-231-3/+0
* Kill off LLVMGCCARCH and LLVMGCC_VERSION make variables.Daniel Dunbar2010-02-231-4/+0
* Kill off LLVMGCC_MAJVERS make variable.Daniel Dunbar2010-02-231-5/+0
* Roll back the shared library, r96559. It broke two darwins and arm, mysterio...Jeffrey Yasskin2010-02-181-6/+0
* Add a shared library for LLVM, named libLLVM2.7svn.(so|dylib), and add anJeffrey Yasskin2010-02-181-0/+6
* Fix typos. Thanks to John Tytgat for noticing it!Rafael Espindola2009-12-071-1/+1
* Add configure options for specifying where to look for libstdc++.Rafael Espindola2009-11-161-0/+4
* Add the --with-c-include-dirs to llvm's configure.Rafael Espindola2009-11-121-0/+2
* configure: Add --with-optimize-option, for setting the default value ofDaniel Dunbar2009-11-041-0/+3
* Add an autoconf test to check for optional compiler flags likeJulien Lerouge2009-10-261-0/+6
* Enable -g with DEBUG_SYMBOLS and --enable-debug-symbols instead ofJeffrey Yasskin2009-09-271-0/+5
* Improve support for cross-hosted builds of LLVM.Shantonu Sen2009-09-021-0/+3