aboutsummaryrefslogtreecommitdiffstats
path: root/autoconf
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Handle newer cases for freebsd which is approaching 10.0 and not 1.0.Eric Christopher2011-10-262-7/+7
* 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
* Have the llvm configure process look for clang, then llvm-gcc, and then gccEric Christopher2011-09-161-2/+2
* Update config.sub, config.guess and configure.Ivan Krasin2011-08-232-6/+8
* Add NativeClient operating system support.Ivan Krasin2011-08-181-0/+2
* Update autoconfig/config.{sub,guess} to the latest versionIvan Krasin2011-08-182-176/+255
* Update the default bug report url in autoconf.Chad Rosier2011-08-021-2/+2
* Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,Evan Cheng2011-07-221-6/+3
* Added the infrastructute necessary for MIPS JIT support. Patch by VladimirBruno Cardoso Lopes2011-07-211-1/+1
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-191-0/+3
* Add new configure option, --with-bug-report-url, which allows users/vendors toChad Rosier2011-07-151-0/+8
* Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng2011-07-141-0/+3
* Add initial *-*-rtems* target, from Joel SherrillDouglas Gregor2011-07-011-0/+2
* build/configure: Add support for --with-extra-ld-options flag (to provide extraDaniel Dunbar2011-06-161-0/+11
* Happy new year.Benjamin Kramer2011-06-121-2/+2