summaryrefslogtreecommitdiffstats
path: root/llvm/cmake/config-ix.cmake
Commit message (Expand)AuthorAgeFilesLines
* [Support] Lazy load of dbghlp.dll on WindowsLeny Kholodov2015-07-021-2/+0
* [WebAssembly] Initial WebAssembly backendDan Gohman2015-06-291-0/+4
* [OCaml] Bump ctypes dependency to 0.4.Peter Zotov2015-06-271-2/+2
* [CMake] Also search for prefixed versions of ld.goldNiels Ole Salscheider2015-05-011-1/+1
* Allow building the gold plugin even if the gold binary is not found.Rafael Espindola2015-04-271-4/+2
* test: Make a start on a test suite for libLTO.Peter Collingbourne2015-03-191-0/+4
* Drop the hacks used for partial C99 math libraries.Benjamin Kramer2015-03-091-15/+0
* Remove log statements from config scripts.Zachary Turner2015-02-221-2/+0
* Really fix the build this time.Zachary Turner2015-02-221-0/+2
* [llvm-pdbdump] Resubmit "Add some tests for llvm-pdbdump".Zachary Turner2015-02-221-0/+2
* [Support/Timer] Make GetMallocUsage() aware of jemalloc.Davide Italiano2015-02-191-0/+1
* [gold] Consolidate the gold plugin options and actually search forChandler Carruth2015-02-141-0/+6
* Define HAVE_DIA_SDK on Windows when DIA is present.Zachary Turner2015-02-101-0/+16
* [Cygming] Seek also chkstk_ms, or JIT fails with DLL builds. It is fixup for ...NAKAMURA Takumi2015-01-301-0/+2
* iOS doesn't have histedit.h available. We should gate use of libedit on wheth...Chris Bieneman2015-01-301-1/+4
* [OCaml] [cmake] Disable OCaml bindings if ctypes >=0.3 is not found.Peter Zotov2014-12-031-4/+8
* [OCaml] [cmake] Add CMake buildsystem for OCaml.Peter Zotov2014-12-011-0/+22
* Re-commit r220667.Rui Ueyama2014-10-271-1/+7
* Revert "Include stddef.h before including cxxabi.h" to un-break buildbotRui Ueyama2014-10-271-6/+1
* Include stddef.h before including cxxabi.hRui Ueyama2014-10-271-1/+6
* Add llvm-go tool.Peter Collingbourne2014-10-231-8/+12
* Initial version of Go bindings.Peter Collingbourne2014-10-161-0/+15
* Re-land r219354: Use llvm-symbolizer to symbolize LLVM/Clang crash dumps.Alexey Samsonov2014-10-101-0/+1
* Revert r219354. It seems to break some buildbots.Alexey Samsonov2014-10-081-1/+0
* Use llvm-symbolizer to symbolize LLVM/Clang crash dumps.Alexey Samsonov2014-10-081-0/+1
* Fix for #20408 - CMake LLVM_ENABLE_FFI=ON build fails on reconfigureJosh Klontz2014-08-081-2/+2
* Remove clang-specific libxml2 check from CMakeAlp Toker2014-06-061-19/+0
* GraphWriter: detect graph viewer programs at runtimeAlp Toker2014-06-021-9/+3
* AArch64/ARM64: move ARM64 into AArch64's placeTim Northover2014-05-241-1/+1
* If building with LLVM_ENABLE_DOXYGEN and using CMake thenDan Liew2014-04-281-1/+1
* Added Sphinx documentation generation to CMake build system.Reid Kleckner2014-04-181-0/+10
* Add support for building LLVM on FreeBSD 9.2Viktor Kutuzov2014-04-091-0/+5
* ARM64: initial backend importTim Northover2014-03-291-0/+2
* Unconditionally include msan_interface.h when building with MSan.Evgeniy Stepanov2014-02-201-1/+0
* Fix configure to find arc4random via header files.Todd Fiala2014-02-051-1/+1
* [CMake] Move -stdlib=libc++ handling into its own file.Jordan Rose2014-02-051-19/+2
* [CMake] Add -stdlib=libc++ to host Clang build flags before performing any he...Alexey Samsonov2014-02-041-2/+19
* Introduce line editor library.Peter Collingbourne2014-01-311-0/+1
* Factor the option and checking of compiler version better. Put theChandler Carruth2014-01-131-19/+0
* Add a check that the host compiler is modern to CMake, take 1. This isChandler Carruth2014-01-131-0/+19
* Revert "Revert "Windows: Add support for unicode command lines""David Majnemer2013-10-071-0/+1
* Revert "Windows: Add support for unicode command lines"David Majnemer2013-10-061-1/+0
* Windows: Add support for unicode command linesDavid Majnemer2013-10-061-0/+1
* Fixup for r190409: add dep on LZMA only if CMake is cross-compilingAlexey Samsonov2013-09-121-1/+1
* config-ix.cmake: Tweak stray endif(...) to suppress a warning in CMake.NAKAMURA Takumi2013-09-111-1/+1
* Adding LZMA as dep for XML2 on 2.8.0 or higherRenato Golin2013-09-101-0/+14
* [doxygen] Use correct variable names for external variable configuration and ...Michael Gottesman2013-08-281-2/+6
* [doxygen] Added support for doxygen external search.Michael Gottesman2013-08-281-0/+2
* [cmake] Created an aggregate doxygen target for generating doxygen documentat...Michael Gottesman2013-08-281-0/+9
* [cmake] Check for realpath availability in CMakeAlexey Samsonov2013-08-261-0/+1
OpenPOWER on IntegriCloud