summaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Expand)AuthorFilesLines
2016-01-26Remove autoconf supportChris Bieneman1-19469/+2
2016-01-13Update version to 3.9.Hans Wennborg1-10/+10
2015-12-10[OPENMP] Make -fopenmp to turn on OpenMP support by default.Alexey Bataev1-1/+1
2015-11-28[autoconf] Fix MinGW buildKeno Fischer1-1/+81
2015-11-12Add AVR backend skeletonDylan McKay1-0/+4
2015-11-09Deprecate AutoconfChris Bieneman1-0/+12
2015-09-12Don't use bashism/kshism of test ==. From Kamil Rytarowski.Joerg Sonnenberger1-1/+1
2015-08-17Add an exposed variable for which c++ compiler we're using for ourEric Christopher1-3/+7
2015-08-07We're actually -Wmissing-field-initializers clean thanks to the cmakeEric Christopher1-17/+25
2015-08-05Temporarily revert r244012 while we see if it's really necessary.Eric Christopher1-0/+81
2015-08-05Remove autoconf checks for sigsetjmp and siglongjmp as they appear toEric Christopher1-3/+1
2015-08-05Remove the apparently unused rand48 configure checks and associated m4.Eric Christopher1-91/+0
2015-08-05Remove obsolete configure check for libole32 as we don't appear to useEric Christopher1-81/+0
2015-08-05Remove the unused header check for utime.h.Eric Christopher1-250/+1
2015-08-04Remove the configure and cmake checks for sys/wait.hJustin Bogner1-85/+0
2015-07-14Update the trunk version to 3.8.0svn.Hans Wennborg1-10/+10
2015-07-01Disallow in-source builds (as we already do for the cmake build).Jonathan Roelofs1-18/+3
2015-06-29[WebAssembly] Initial WebAssembly backendDan Gohman1-1/+7
2015-06-18[autoconf] Detect OLE32 for mingw.NAKAMURA Takumi1-0/+81
2015-06-13configure: Remove non-portable fall-through operator: ;&Tom Stellard1-1/+1
2015-06-13R600 -> AMDGPU renameTom Stellard1-2/+3
2015-06-09[bpf] enable BPF backend in autoconf buildAlexei Starovoitov1-3/+4
2015-05-28[omp] Actually provide a default OpenMP runtime -- libgomp for now.Chandler Carruth1-1/+1
2015-05-28[omp] Add a configuration variable for the default OpenMP runtime.Chandler Carruth1-0/+16
2015-05-04Deprecate in-source autotools buildsJonathan Roelofs1-0/+21
2015-04-29Clean up docs references to './configure' in preparation for deprecating in-s...Jonathan Roelofs1-2/+2
2015-04-01Try to unbreak Clang build to export LLVM_ABI_BREAKING_CHECKS, fixup for r233...NAKAMURA Takumi1-5/+19
2015-03-26[ADT][CMake][AutoConf] Fail-fast iterators for DenseMapSanjoy Das1-0/+31
2015-03-12[autoconf] Fix the build failure by quoting the strings.Logan Chien1-10/+10
2015-03-12[autoconf] Regenerate autoconf configure script.Logan Chien1-7/+311
2015-03-12Update for a new year.Eric Christopher1-3/+3
2015-03-09Drop the hacks used for partial C99 math libraries.Benjamin Kramer1-869/+1
2015-02-28Revert r230812. Do not break builds for no reason.Nick Lewycky1-6/+0
2015-02-27Discourage in-source autoconf builds (as we already do for the cmake build)Jonathan Roelofs1-0/+6
2015-02-26Support bitrig in autoconf build system.Eric Christopher1-0/+7
2015-02-01Fix some bashims. More information on https://wiki.ubuntu.com/DashAsBinSh. Re...Sylvestre Ledru1-2/+2
2015-01-30[Cygming] Seek also chkstk_ms, or JIT fails with DLL builds. It is fixup for ...NAKAMURA Takumi1-0/+170
2015-01-30Regenerate configure since r227090.NAKAMURA Takumi1-0/+2
2015-01-14Trunk is now 3.7.0svnHans Wennborg1-10/+10
2014-12-29[multilib] Add support to the autoconf build to substituteChandler Carruth1-0/+6
2014-12-12Require python 2.7.Rafael Espindola1-9/+9
2014-11-19Expose LLVM version string via macro in llvm-config.h, and modify Go bindingsPeter Collingbourne1-0/+5
2014-11-05Add a check for misbehaving -Wcomment from gcc-4.7 and addEric Christopher1-7/+73
2014-10-30[OCaml] [autoconf] Migrate to ocamlfind.Peter Zotov1-167/+46
2014-10-27Re-commit r220667.Rui Ueyama1-361/+10
2014-10-27Revert "Include stddef.h before including cxxabi.h" to un-break buildbotRui Ueyama1-10/+361
2014-10-27Include stddef.h before including cxxabi.hRui Ueyama1-361/+10
2014-10-16Initial version of Go bindings.Peter Collingbourne1-1/+63
2014-10-03Remove unused ALL_BINDINGS configuration variable.Peter Collingbourne1-6/+1
2014-08-14Delete support for AuroraUX.Rafael Espindola1-7/+0