aboutsummaryrefslogtreecommitdiffstats
path: root/autoconf/configure.ac
Commit message (Expand)AuthorAgeFilesLines
...
* Remove the C backend.Eric Christopher2012-03-231-17/+1
* Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code...Eli Bendersky2012-03-131-17/+71
* configure: Don't require a perl interpreter to be present, LLVM's buildsystem...Benjamin Kramer2012-03-071-10/+0
* autoconf: Set LLVM_CONFIGTIME to a stable value when using --disable-timestamps.Daniel Dunbar2012-03-021-0/+5
* Enable -Wcovered-switch-default again, but add -Werror to the checks to makeRafael Espindola2012-02-281-1/+2
* Temporarily revert r151609, which enabled a new warning for LLVM andChandler Carruth2012-02-281-2/+1
* Enable -Wcovered-switch-default as it matches the switch style used in llvm.Rafael Espindola2012-02-281-1/+2
* add LLVM_VERSION_MAJOR and _MINOR definesDylan Noblesmith2012-02-131-0/+2
* autoconf: put generated clang files in build dirDylan Noblesmith2012-02-041-2/+5
* autoconf: fix clang detectionDylan Noblesmith2012-02-041-1/+1
* Replace the old --with-cxx-* configure options with a single --with-gcc-toolc...Rafael Espindola2012-02-031-26/+8
* autoconf: fix build/src dir confusionDylan Noblesmith2012-02-021-1/+1
* autoconf: restore old clang-srcdir behaviorDylan Noblesmith2012-02-021-1/+4
* autoconf: honor --with-clang-srcdirDylan Noblesmith2012-02-021-4/+4
* autoconf: generate clang's private config.h headerDylan Noblesmith2012-02-011-0/+3
* comment tweaksGabor Greif2012-01-261-15/+15
* Makefile: add missing files to FilesToConfigDylan Noblesmith2012-01-171-1/+1
* revert r147542 after comments from Joerg SonnenbergerSebastian Pop2012-01-051-2/+0
* use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJITSebastian Pop2012-01-041-0/+2
* Happy new year 2012!NAKAMURA Takumi2012-01-011-2/+2
* Add support for mipsel in configure. Fixes PR11669. Patch by Sylvestre Ledru.Rafael Espindola2011-12-281-0/+2
* Add configure support for kfreebsd and hurd. Patch by Sylvestre Ledru.Rafael Espindola2011-12-221-1/+6
* capitalize project name, reference bugzillaDylan Noblesmith2011-12-181-2/+2
* Hexagon backend supportTony Linthicum2011-12-121-2/+6
* configure: Don't warn about compiler-rt checked out into projects/.Daniel Dunbar2011-12-071-0/+1
* llvm-config: Replace with C++ version (was llvm-config-2).Daniel Dunbar2011-12-011-3/+0
* Revert commit 145449 (ddunbar) since it is breaking the dragonegg buildbots.Duncan Sands2011-12-011-0/+3
* llvm-config: Replace with C++ version (was llvm-config-2).Daniel Dunbar2011-11-291-3/+0
* Add an optional separate install prefix for internal components. rdar://10217046Bob Wilson2011-11-281-0/+6
* rename ENABLE_THREADS to LLVM_ENABLE_THREADSDylan Noblesmith2011-11-281-6/+7
* Add configure checking for pread(2) and use it to save a syscall when reading...Benjamin Kramer2011-11-221-1/+1
* Add an option '--enable-libcpp' that will have the compiler pass onEric Christopher2011-11-111-0/+12
* rename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLESebastian Pop2011-11-011-2/+2
* derive LLVM_HOSTTRIPLE from targetSebastian Pop2011-11-011-1/+1
* Remove the Alpha backend.Dan Gohman2011-10-271-6/+2
* Revert 142997. It doesn't work on Mac OS or the BSDs, which all use the BSDCharles Davis2011-10-261-1/+0
* Search for and use the strip program and pass it to install for itEric Christopher2011-10-261-0/+1
* Remove the Blackfin backend.Dan Gohman2011-10-251-6/+2
* Remove the SystemZ backend.Dan Gohman2011-10-241-6/+2
* autoconf: Introduce --with-clang-srcdir, to build out-of-tree clang as tools/...NAKAMURA Takumi2011-10-161-0/+11
* ToT is now for 3.1.Bill Wendling2011-10-151-1/+1
* ocaml bindings: add findlib META supportTorok Edwin2011-10-141-0/+3
* configure: [cygming] Set --disable-embed-stdcxx by default on --enable-shared.NAKAMURA Takumi2011-10-131-2/+2
* We're no longer going to bother supporting platforms that don'tEric Christopher2011-09-231-4/+2
* Remove the rest of the compiler checking from the top level configureEric Christopher2011-09-211-72/+0
* Remove llvm-gcc and various compiler handling from llvm. It's not neededEric Christopher2011-09-201-125/+3
* Fix typos.Eric Christopher2011-09-201-2/+2
* Remove llvmc and assorted build machinery for it.Eric Christopher2011-09-191-3/+0
* Rename LLVM_MULTITHREADED define and fix build without threads.Eric Christopher2011-09-191-2/+2
* Move the AC_PROG_CC checks earlier in the configure file. The latenessEric Christopher2011-09-161-5/+6