summaryrefslogtreecommitdiff
path: root/autoconf
AgeCommit message (Expand)AuthorFilesLines
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-0/+12
2015-11-12Add AVR backend skeletonDylan McKay1-0/+3
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-0/+1
2015-08-07We're actually -Wmissing-field-initializers clean thanks to the cmakeEric Christopher1-20/+26
2015-08-05Temporarily revert r244012 while we see if it's really necessary.Eric Christopher1-0/+3
2015-08-05Remove autoconf checks for sigsetjmp and siglongjmp as they appear toEric Christopher1-1/+1
2015-08-05Remove the apparently unused rand48 configure checks and associated m4.Eric Christopher2-13/+0
2015-08-05Remove obsolete configure check for libole32 as we don't appear to useEric Christopher1-1/+0
2015-08-05Remove the unused header check for utime.h.Eric Christopher1-1/+0
2015-08-04Remove the configure and cmake checks for sys/wait.hJustin Bogner1-1/+0
2015-07-14Update the trunk version to 3.8.0svn.Hans Wennborg1-2/+2
2015-07-14Teach config.guess that MSYS exists.Yaron Keren1-0/+3
2015-07-02[Support] Lazy load of dbghlp.dll on WindowsLeny Kholodov1-1/+0
2015-07-01Disallow in-source builds (as we already do for the cmake build).Jonathan Roelofs1-9/+1
2015-06-29[WebAssembly] Initial WebAssembly backendDan Gohman1-1/+6
2015-06-18[autoconf] Detect OLE32 for mingw.NAKAMURA Takumi1-0/+1
2015-06-18config.h.*: Rework r210144. Don't edit config.h.in manually.NAKAMURA Takumi1-1/+4
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-2/+3
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/+7
2015-05-04Deprecate in-source autotools buildsJonathan Roelofs1-0/+13
2015-04-29Clean up docs references to './configure' in preparation for deprecating in-s...Jonathan Roelofs1-1/+1
2015-04-01Try to unbreak Clang build to export LLVM_ABI_BREAKING_CHECKS, fixup for r233...NAKAMURA Takumi1-2/+10
2015-03-26[ADT][CMake][AutoConf] Fail-fast iterators for DenseMapSanjoy Das1-0/+16
2015-03-12[autoconf] Fix the build failure by quoting the strings.Logan Chien1-10/+10
2015-03-12[autoconf] Refine doxygen document options.Logan Chien1-2/+130
2015-03-12Update for a new year.Eric Christopher1-2/+2
2015-03-09Drop the hacks used for partial C99 math libraries.Benjamin Kramer3-77/+1
2015-02-28Revert r230812. Do not break builds for no reason.Nick Lewycky1-5/+0
2015-02-27Discourage in-source autoconf builds (as we already do for the cmake build)Jonathan Roelofs1-0/+5
2015-02-26Support bitrig in autoconf build system.Eric Christopher2-1/+8
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/+2
2015-01-26Teach the autoconf machinery about the PS4 triple.Alex Rosenberg2-0/+4
2015-01-14Trunk is now 3.7.0svnHans Wennborg1-2/+2
2014-12-29[multilib] Add support to the autoconf build to substituteChandler Carruth1-0/+5
2014-12-12Require python 2.7.Rafael Espindola1-5/+5
2014-11-19Expose LLVM version string via macro in llvm-config.h, and modify Go bindingsPeter Collingbourne1-0/+1
2014-11-05Add a check for misbehaving -Wcomment from gcc-4.7 and addEric Christopher1-1/+21
2014-10-30[OCaml] [autoconf] Migrate to ocamlfind.Peter Zotov1-16/+27
2014-10-27Re-commit r220667.Rui Ueyama1-1/+5
2014-10-27Revert "Include stddef.h before including cxxabi.h" to un-break buildbotRui Ueyama1-5/+1
2014-10-27Include stddef.h before including cxxabi.hRui Ueyama1-1/+5
2014-10-16Initial version of Go bindings.Peter Collingbourne1-0/+19
2014-10-06Recognize aarch64_be as valid architecture.Joerg Sonnenberger1-2/+2
2014-10-03Remove unused ALL_BINDINGS configuration variable.Peter Collingbourne1-4/+0