summaryrefslogtreecommitdiff
path: root/autoconf
Commit message (Expand)AuthorAge
...
* 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
* configure: [cygming] Set --disable-embed-stdcxx by default on --enable-shared.NAKAMURA Takumi2011-10-13
* We're no longer going to bother supporting platforms that don'tEric Christopher2011-09-23
* Remove the rest of the compiler checking from the top level configureEric Christopher2011-09-21
* Remove llvm-gcc and various compiler handling from llvm. It's not neededEric Christopher2011-09-20
* Fix typos.Eric Christopher2011-09-20
* Remove llvmc and assorted build machinery for it.Eric Christopher2011-09-19
* Rename LLVM_MULTITHREADED define and fix build without threads.Eric Christopher2011-09-19
* Move the AC_PROG_CC checks earlier in the configure file. The latenessEric Christopher2011-09-16
* Have the llvm configure process look for clang, then llvm-gcc, and then gccEric Christopher2011-09-16