aboutsummaryrefslogtreecommitdiffstats
path: root/autoconf
Commit message (Expand)AuthorAgeFilesLines
* Update so that it uses the `-V' command line option and supports Python 3.x.Bill Wendling2013-10-121-3/+4
* Revert "Revert "Windows: Add support for unicode command lines""David Majnemer2013-10-071-0/+1
* Revert "Windows: Add support for unicode command lines"David Majnemer2013-10-061-1/+0
* Windows: Add support for unicode command linesDavid Majnemer2013-10-061-0/+1
* Remove error output from configure if CFLAGS is set (r174313).Patrik Hagglund2013-09-241-2/+2
* Fix for executing AutoRegen.sh. Revert a part of r187209.Patrik Hagglund2013-09-131-0/+16
* [conf] Add config variable to disable crash related overrides.Daniel Dunbar2013-08-301-13/+30
* Autoconf: The Clang ARC migrator now depends on the static analyzer.Jordan Rose2013-08-221-1/+6
* Recognize NetBSD's terminfo implementation.Joerg Sonnenberger2013-08-171-1/+1
* Remove all checking for the various terminfo headers (term.h andChandler Carruth2013-08-121-5/+0
* Target a minimal terminfo library rather than necessarily a full cursesChandler Carruth2013-08-121-14/+14
* Add support for linking against a curses library when available andChandler Carruth2013-08-071-0/+24
* Link with -rdynamic instead of -Wl,-export-dynamic.Bob Wilson2013-08-022-6/+7
* Remove dead or useless header checks from cmake and autoconfReid Kleckner2013-07-262-29/+7
* [PowerPC] Support powerpc64le as a syntax-checking target.Bill Schmidt2013-07-262-1/+4
* Remove the mblaze backend from llvm.Rafael Espindola2013-07-251-6/+1
* No ',' between programs.Eric Christopher2013-07-081-1/+1
* Find xdot or xdot.py.Matt Arsenault2013-07-081-6/+6
* Reapply r185601 with a fix for the cmake build.Eric Christopher2013-07-041-0/+1
* Temporarily revert 185601 as it caused cmake build regressions.Eric Christopher2013-07-041-1/+0
* Add support for futimens for platforms that don't support futimes.Eric Christopher2013-07-041-0/+1
* The build system is currently miss-identifying GNU/kFreeBSD as FreeBSD.Sylvestre Ledru2013-07-011-2/+9
* Add an autoconf option for turning on -gsplit-dwarf by defaultEric Christopher2013-06-251-0/+13
* Don't define LTDL_SHLIBPATH_VAR.Rafael Espindola2013-06-111-15/+0
* Don't define LLVM_LIBDIR, it is not used anymore.Rafael Espindola2013-06-111-5/+1
* Make R600 non-experimental.Rafael Espindola2013-05-221-2/+3
* We're in 3.4 land now.Bill Wendling2013-05-071-2/+2
* [SystemZ] Add to --enable-targets=allUlrich Weigand2013-05-061-1/+1
* [SystemZ] Add configure bitsUlrich Weigand2013-05-061-1/+6
* Allow host triple to be correctly overridden in CMake buildsTim Northover2013-05-041-1/+1
* Autoconf: Compile cxxabi.h in C++ mode.Benjamin Kramer2013-05-031-1/+4
* Only use cxxabi.h's demangler, if it is actually available.Joerg Sonnenberger2013-04-271-1/+1
* Add basic zlib support to LLVM. This would allow to use compression/uncompres...Alexey Samsonov2013-04-231-0/+27
* Add AArch64 into $llvm_cv_target_arch in configure, reviewed by Tim Northover...Jia Liu2013-04-221-0/+1
* Refine fenv.h handling: check if the desired macros exist, before usingJoerg Sonnenberger2013-03-251-0/+1
* Turn anonymous type in anonymous union warning back on after cleaning upEric Christopher2013-03-151-2/+1
* configure: remove workaround for gcc's -Wno-maybe-uninitializedDmitri Gribenko2013-02-131-23/+5
* configure: when performing a compiler feature test for a -Wno-foo flag, attemptRichard Smith2013-02-081-1/+1
* Conditionalize constant folding of math intrinsics on the availability of an ...Owen Anderson2013-02-071-0/+1
* Enable AArch64 as a target built by default.Tim Northover2013-02-041-1/+1
* Pass CPPFLAGS/CFLAGS/CXXFLAGS from the environment of configure toPatrik Hagglund2013-02-041-0/+5
* Recognize aarch64 for --enable-targets as advertised.Joerg Sonnenberger2013-02-031-0/+1
* Add -Wno-nested-anon-types to -pedantic builds of LLVM. This Clang warningRichard Smith2013-01-311-1/+2
* Add AArch64 as an experimental target.Tim Northover2013-01-312-2/+7
* build: add --with-python optionSaleem Abdulrasool2013-01-301-0/+29
* [autoconf]: Fix description in HAVE_CRASHREPORTER_INFO.NAKAMURA Takumi2013-01-301-2/+2
* [autoconf] Fix m4 quoting for newer autotoolsNAKAMURA Takumi2013-01-303-49/+74
* [autoconf] Fix 80+ and quoting.NAKAMURA Takumi2013-01-301-8/+14
* Disable Uninitialized Use Warnings for Broken gcc VersionsDavid Greene2013-01-151-2/+17
* Disable -Wuninitialized for gccDavid Greene2013-01-091-1/+21