summaryrefslogtreecommitdiff
path: root/autoconf
Commit message (Expand)AuthorAge
* Fix CXXFLAGS for huge_val.m4.Eric Christopher2012-04-02
* Add InitializeNativeTargetDisassembler function.Eric Christopher2012-03-26
* Add some fixes to the configure script for isInf and addEric Christopher2012-03-26
* Remove the C backend.Eric Christopher2012-03-23
* Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code...Eli Bendersky2012-03-13
* configure: Don't require a perl interpreter to be present, LLVM's buildsystem...Benjamin Kramer2012-03-07
* autoconf: Set LLVM_CONFIGTIME to a stable value when using --disable-timestamps.Daniel Dunbar2012-03-02
* Enable -Wcovered-switch-default again, but add -Werror to the checks to makeRafael Espindola2012-02-28
* Temporarily revert r151609, which enabled a new warning for LLVM andChandler Carruth2012-02-28
* Strip extraneous information, if present, from the linker version string onCharles Davis2012-02-28
* Enable -Wcovered-switch-default as it matches the switch style used in llvm.Rafael Espindola2012-02-28
* autoconf/m4/visibility_inlines_hidden.m4: Tweak for cygwin-g++-4.5.3. It fold...NAKAMURA Takumi2012-02-19
* add LLVM_VERSION_MAJOR and _MINOR definesDylan Noblesmith2012-02-13
* autoconf: put generated clang files in build dirDylan Noblesmith2012-02-04
* autoconf: fix clang detectionDylan Noblesmith2012-02-04
* Replace the old --with-cxx-* configure options with a single --with-gcc-toolc...Rafael Espindola2012-02-03
* autoconf: fix build/src dir confusionDylan Noblesmith2012-02-02
* autoconf: restore old clang-srcdir behaviorDylan Noblesmith2012-02-02
* autoconf: honor --with-clang-srcdirDylan Noblesmith2012-02-02
* autoconf: generate clang's private config.h headerDylan Noblesmith2012-02-01
* comment tweaksGabor Greif2012-01-26
* Makefile: add missing files to FilesToConfigDylan Noblesmith2012-01-17
* revert r147542 after comments from Joerg SonnenbergerSebastian Pop2012-01-05
* use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJITSebastian Pop2012-01-04
* Happy new year 2012!NAKAMURA Takumi2012-01-01
* Add support for mipsel in configure. Fixes PR11669. Patch by Sylvestre Ledru.Rafael Espindola2011-12-28
* Attempt #2 to fix mingw crossbuild. This time with more ugly hacks!Benjamin Kramer2011-12-22
* Make the -fvisibility-inlines-hidden check more thorough in a hopeless attemp...Benjamin Kramer2011-12-22
* Add configure support for kfreebsd and hurd. Patch by Sylvestre Ledru.Rafael Espindola2011-12-22
* capitalize project name, reference bugzillaDylan Noblesmith2011-12-18
* Hexagon backend supportTony Linthicum2011-12-12
* configure: Don't warn about compiler-rt checked out into projects/.Daniel Dunbar2011-12-07
* llvm-config: Replace with C++ version (was llvm-config-2).Daniel Dunbar2011-12-01
* Revert commit 145449 (ddunbar) since it is breaking the dragonegg buildbots.Duncan Sands2011-12-01
* llvm-config: Replace with C++ version (was llvm-config-2).Daniel Dunbar2011-11-29
* Add an optional separate install prefix for internal components. rdar://10217046Bob Wilson2011-11-28
* rename ENABLE_THREADS to LLVM_ENABLE_THREADSDylan Noblesmith2011-11-28
* Add configure checking for pread(2) and use it to save a syscall when reading...Benjamin Kramer2011-11-22
* Add an option '--enable-libcpp' that will have the compiler pass onEric Christopher2011-11-11
* rename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLESebastian Pop2011-11-01
* derive LLVM_HOSTTRIPLE from targetSebastian Pop2011-11-01
* Remove the Alpha backend.Dan Gohman2011-10-27
* 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
* Handle newer cases for freebsd which is approaching 10.0 and not 1.0.Eric Christopher2011-10-26
* Remove the Blackfin backend.Dan Gohman2011-10-25
* Remove the SystemZ backend.Dan Gohman2011-10-24
* autoconf: Introduce --with-clang-srcdir, to build out-of-tree clang as tools/...NAKAMURA Takumi2011-10-16
* ToT is now for 3.1.Bill Wendling2011-10-15
* ocaml bindings: add findlib META supportTorok Edwin2011-10-14