summaryrefslogtreecommitdiff
path: root/autoconf
Commit message (Expand)AuthorAgeFilesLines
* s/3.1svn/3.1/gBill Wendling2012-05-111-1/+1
* Merging r155844:Bill Wendling2012-04-301-1/+1
* add configure flag --with-default-sysrootSebastian Pop2012-04-161-0/+7
* Remove a remaining reference to the obsolete C backend in configureJean-Daniel Dupas2012-04-121-1/+1
* Fix a problem in the target detection for Debian GNU/HURDSylvestre Ledru2012-04-051-0/+2
* Fix a problem in the target detection for Debian GNU/kFreeBSDSylvestre Ledru2012-04-051-1/+1
* Fix CXXFLAGS for huge_val.m4.Eric Christopher2012-04-021-1/+1
* Add InitializeNativeTargetDisassembler function.Eric Christopher2012-03-261-0/+7
* Add some fixes to the configure script for isInf and addEric Christopher2012-03-262-2/+2
* 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-072-26/+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-282-2/+3
* Temporarily revert r151609, which enabled a new warning for LLVM andChandler Carruth2012-02-281-2/+1
* Strip extraneous information, if present, from the linker version string onCharles Davis2012-02-281-1/+1
* Enable -Wcovered-switch-default as it matches the switch style used in llvm.Rafael Espindola2012-02-281-1/+2
* autoconf/m4/visibility_inlines_hidden.m4: Tweak for cygwin-g++-4.5.3. It fold...NAKAMURA Takumi2012-02-191-1/+1
* 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
* Attempt #2 to fix mingw crossbuild. This time with more ugly hacks!Benjamin Kramer2011-12-221-2/+2
* Make the -fvisibility-inlines-hidden check more thorough in a hopeless attemp...Benjamin Kramer2011-12-221-1/+3
* 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-122-3/+9
* 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