summaryrefslogtreecommitdiffstats
path: root/llvm/configure
Commit message (Expand)AuthorAgeFilesLines
* Disallow in-source builds (as we already do for the cmake build).Jonathan Roelofs2015-07-011-18/+3
* [WebAssembly] Initial WebAssembly backendDan Gohman2015-06-291-1/+7
* [autoconf] Detect OLE32 for mingw.NAKAMURA Takumi2015-06-181-0/+81
* configure: Remove non-portable fall-through operator: ;&Tom Stellard2015-06-131-1/+1
* R600 -> AMDGPU renameTom Stellard2015-06-131-2/+3
* [bpf] enable BPF backend in autoconf buildAlexei Starovoitov2015-06-091-3/+4
* [omp] Actually provide a default OpenMP runtime -- libgomp for now.Chandler Carruth2015-05-281-1/+1
* [omp] Add a configuration variable for the default OpenMP runtime.Chandler Carruth2015-05-281-0/+16
* Deprecate in-source autotools buildsJonathan Roelofs2015-05-041-0/+21
* Clean up docs references to './configure' in preparation for deprecating in-s...Jonathan Roelofs2015-04-291-2/+2
* Try to unbreak Clang build to export LLVM_ABI_BREAKING_CHECKS, fixup for r233...NAKAMURA Takumi2015-04-011-5/+19
* [ADT][CMake][AutoConf] Fail-fast iterators for DenseMapSanjoy Das2015-03-261-0/+31
* [autoconf] Fix the build failure by quoting the strings.Logan Chien2015-03-121-10/+10
* [autoconf] Regenerate autoconf configure script.Logan Chien2015-03-121-7/+311
* Update for a new year.Eric Christopher2015-03-121-3/+3
* Drop the hacks used for partial C99 math libraries.Benjamin Kramer2015-03-091-869/+1
* Revert r230812. Do not break builds for no reason.Nick Lewycky2015-02-281-6/+0
* Discourage in-source autoconf builds (as we already do for the cmake build)Jonathan Roelofs2015-02-271-0/+6
* Support bitrig in autoconf build system.Eric Christopher2015-02-261-0/+7
* Fix some bashims. More information on https://wiki.ubuntu.com/DashAsBinSh. Re...Sylvestre Ledru2015-02-011-2/+2
* [Cygming] Seek also chkstk_ms, or JIT fails with DLL builds. It is fixup for ...NAKAMURA Takumi2015-01-301-0/+170
* Regenerate configure since r227090.NAKAMURA Takumi2015-01-301-0/+2
* Trunk is now 3.7.0svnHans Wennborg2015-01-141-10/+10
* [multilib] Add support to the autoconf build to substituteChandler Carruth2014-12-291-0/+6
* Require python 2.7.Rafael Espindola2014-12-121-9/+9
* Expose LLVM version string via macro in llvm-config.h, and modify Go bindingsPeter Collingbourne2014-11-191-0/+5
* Add a check for misbehaving -Wcomment from gcc-4.7 and addEric Christopher2014-11-051-7/+73
* [OCaml] [autoconf] Migrate to ocamlfind.Peter Zotov2014-10-301-167/+46
* Re-commit r220667.Rui Ueyama2014-10-271-361/+10
* Revert "Include stddef.h before including cxxabi.h" to un-break buildbotRui Ueyama2014-10-271-10/+361
* Include stddef.h before including cxxabi.hRui Ueyama2014-10-271-361/+10
* Initial version of Go bindings.Peter Collingbourne2014-10-161-1/+63
* Remove unused ALL_BINDINGS configuration variable.Peter Collingbourne2014-10-031-6/+1
* Delete support for AuroraUX.Rafael Espindola2014-08-141-7/+0
* [autoconf] Fixup s/3.5/3.6/. Clang's ident was 3.5.0svn in autoconf build.NAKAMURA Takumi2014-07-291-9/+9
* Update LLVM version: 3.5 => 3.6Hans Wennborg2014-07-281-1/+1
* Regenerate autoconf, previous updates to the configury haven'tEric Christopher2014-07-281-674/+6
* Touch configure to force clang's config.h.in reconfiguration on the build ser...Alp Toker2014-06-061-1/+1
* Don't hard-code ld when extracting host linker version, use ${LD} ifJoerg Sonnenberger2014-05-281-1/+1
* AArch64/ARM64: move ARM64 into AArch64's placeTim Northover2014-05-241-9/+9
* AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.Tim Northover2014-05-241-8/+6
* ARM64: initial backend importTim Northover2014-03-291-5/+8
* Remove projects/sample.Rafael Espindola2014-03-121-3/+0
* Add a --enable-clang-plugin-support option to configure.Rafael Espindola2014-03-101-3/+27
* Add patch level to llvm version in CMake and AutoconfTom Stellard2014-03-031-21/+33
* [C++11] Replace autoconf --enable-cxx11 with --enable-cxx1y. TheChandler Carruth2014-03-011-11/+11
* [C++11] Switch autoconf and make to use C++11 by default. Now both buildChandler Carruth2014-02-281-2/+2
* Drop libtool from llvm.Rafael Espindola2014-02-281-3301/+56
* With rpaths being set correctly, SHLIBPATH_VAR is not needed anymore.Rafael Espindola2014-02-281-8/+3
* Add version, arch, system libs, and targets to Makefile.configNAKAMURA Takumi2014-02-091-14/+62
OpenPOWER on IntegriCloud