summaryrefslogtreecommitdiff
path: root/configure
Commit message (Expand)AuthorAge
* 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
* Regenerate.Eric Christopher2011-12-21
* 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
* configure, config.h.in: Regenerate.NAKAMURA Takumi2011-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
* Revert r144300 "llvm-config: Replace with C++ version (was llvm-config-2).",Daniel Dunbar2011-11-10
* llvm-config: Replace with C++ version (was llvm-config-2).Daniel Dunbar2011-11-10
* 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
* Really remove Blackfin from the configure script.Dan Gohman2011-10-25
* 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
* Remove llvmc and assorted build machinery for it.Eric Christopher2011-09-19
* Regenerate configure.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
* Update config.sub, config.guess and configure.Ivan Krasin2011-08-23
* Add NativeClient operating system support.Ivan Krasin2011-08-18
* configure: Update since r136721.NAKAMURA Takumi2011-08-12
* Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,Evan Cheng2011-07-22
* Added the infrastructute necessary for MIPS JIT support. Patch by VladimirBruno Cardoso Lopes2011-07-21
* Regenerate configure and friends for Chad.Eric Christopher2011-07-20
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-19
* Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng2011-07-14
* Add initial *-*-rtems* target, from Joel SherrillDouglas Gregor2011-07-01
* Regenerate configure.Daniel Dunbar2011-06-16
* Happy new year.Benjamin Kramer2011-06-12
* The dragonegg option to disable LLVM optimizations changed.Duncan Sands2011-05-23
* Re-add the autoconf rule for the docs/doxygen.cfg file.Peter Collingbourne2011-05-13