summaryrefslogtreecommitdiff
path: root/cmake/config-ix.cmake
Commit message (Expand)AuthorAge
* Remove clang-specific libxml2 check from CMakeAlp Toker2014-06-06
* GraphWriter: detect graph viewer programs at runtimeAlp Toker2014-06-02
* AArch64/ARM64: move ARM64 into AArch64's placeTim Northover2014-05-24
* If building with LLVM_ENABLE_DOXYGEN and using CMake thenDan Liew2014-04-28
* Added Sphinx documentation generation to CMake build system.Reid Kleckner2014-04-18
* Add support for building LLVM on FreeBSD 9.2Viktor Kutuzov2014-04-09
* ARM64: initial backend importTim Northover2014-03-29
* Unconditionally include msan_interface.h when building with MSan.Evgeniy Stepanov2014-02-20
* Fix configure to find arc4random via header files.Todd Fiala2014-02-05
* [CMake] Move -stdlib=libc++ handling into its own file.Jordan Rose2014-02-05
* [CMake] Add -stdlib=libc++ to host Clang build flags before performing any he...Alexey Samsonov2014-02-04
* Introduce line editor library.Peter Collingbourne2014-01-31
* Factor the option and checking of compiler version better. Put theChandler Carruth2014-01-13
* Add a check that the host compiler is modern to CMake, take 1. This isChandler Carruth2014-01-13
* Revert "Revert "Windows: Add support for unicode command lines""David Majnemer2013-10-07
* Revert "Windows: Add support for unicode command lines"David Majnemer2013-10-06
* Windows: Add support for unicode command linesDavid Majnemer2013-10-06
* Fixup for r190409: add dep on LZMA only if CMake is cross-compilingAlexey Samsonov2013-09-12
* config-ix.cmake: Tweak stray endif(...) to suppress a warning in CMake.NAKAMURA Takumi2013-09-11
* Adding LZMA as dep for XML2 on 2.8.0 or higherRenato Golin2013-09-10
* [doxygen] Use correct variable names for external variable configuration and ...Michael Gottesman2013-08-28
* [doxygen] Added support for doxygen external search.Michael Gottesman2013-08-28
* [cmake] Created an aggregate doxygen target for generating doxygen documentat...Michael Gottesman2013-08-28
* [cmake] Check for realpath availability in CMakeAlexey Samsonov2013-08-26
* [autotools->cmake] Enable generation of doxygen documentation via cmake.Michael Gottesman2013-08-24
* Recognize NetBSD's terminfo implementation.Joerg Sonnenberger2013-08-17
* Remove all checking for the various terminfo headers (term.h andChandler Carruth2013-08-12
* Target a minimal terminfo library rather than necessarily a full cursesChandler Carruth2013-08-12
* Add support for linking against a curses library when available andChandler Carruth2013-08-07
* Check for _strtoi64 in the cmake build if strtoll is missingReid Kleckner2013-08-07
* Remove dead or useless header checks from cmake and autoconfReid Kleckner2013-07-26
* Find xdot or xdot.py.Matt Arsenault2013-07-08
* Allow llvm_find_program to find alternate namesMatt Arsenault2013-07-08
* Reapply r185601 with a fix for the cmake build.Eric Christopher2013-07-04
* Temporarily revert 185601 as it caused cmake build regressions.Eric Christopher2013-07-04
* Add support for futimens for platforms that don't support futimes.Eric Christopher2013-07-04
* Support using "host" as a target in LLVM_TARGETS_TO_BUILD when using cmake.Andy Gibbs2013-06-26
* Don't define LTDL_SHLIBPATH_VAR.Rafael Espindola2013-06-11
* [SystemZ] Add configure bitsUlrich Weigand2013-05-06
* Build system changes to enable MCJIT on AArch64Tim Northover2013-05-04
* Allow host triple to be correctly overridden in CMake buildsTim Northover2013-05-04
* CMake: cxxabi.h is only available to C++ compilers, use the right check macro.Benjamin Kramer2013-05-03
* Only use cxxabi.h's demangler, if it is actually available.Joerg Sonnenberger2013-04-27
* Use zlib to uncompress debug sections in DWARF parser.Alexey Samsonov2013-04-23
* Add basic zlib support to LLVM. This would allow to use compression/uncompres...Alexey Samsonov2013-04-23
* Refine fenv.h handling: check if the desired macros exist, before usingJoerg Sonnenberger2013-03-25
* CMake: Use check_symbol_exists instead of check_cxx_symbol_exists.Jordan Rose2013-02-08
* Fix CMake detection of various cmath functions, and XFAIL the test on platfor...Owen Anderson2013-02-07
* Conditionalize constant folding of math intrinsics on the availability of an ...Owen Anderson2013-02-07
* Turn off uninitialized-use warnings for gcc in cmake buildEdwin Vane2013-02-04