summaryrefslogtreecommitdiff
path: root/cmake/config-ix.cmake
AgeCommit message (Expand)AuthorFilesLines
2014-04-28If building with LLVM_ENABLE_DOXYGEN and using CMake thenDan Liew1-1/+1
2014-04-18Added Sphinx documentation generation to CMake build system.Reid Kleckner1-0/+10
2014-04-09Add support for building LLVM on FreeBSD 9.2Viktor Kutuzov1-0/+5
2014-03-29ARM64: initial backend importTim Northover1-0/+2
2014-02-20Unconditionally include msan_interface.h when building with MSan.Evgeniy Stepanov1-1/+0
2014-02-05Fix configure to find arc4random via header files.Todd Fiala1-1/+1
2014-02-05[CMake] Move -stdlib=libc++ handling into its own file.Jordan Rose1-19/+2
2014-02-04[CMake] Add -stdlib=libc++ to host Clang build flags before performing any he...Alexey Samsonov1-2/+19
2014-01-31Introduce line editor library.Peter Collingbourne1-0/+1
2014-01-13Factor the option and checking of compiler version better. Put theChandler Carruth1-19/+0
2014-01-13Add a check that the host compiler is modern to CMake, take 1. This isChandler Carruth1-0/+19
2013-10-07Revert "Revert "Windows: Add support for unicode command lines""David Majnemer1-0/+1
2013-10-06Revert "Windows: Add support for unicode command lines"David Majnemer1-1/+0
2013-10-06Windows: Add support for unicode command linesDavid Majnemer1-0/+1
2013-09-12Fixup for r190409: add dep on LZMA only if CMake is cross-compilingAlexey Samsonov1-1/+1
2013-09-11config-ix.cmake: Tweak stray endif(...) to suppress a warning in CMake.NAKAMURA Takumi1-1/+1
2013-09-10Adding LZMA as dep for XML2 on 2.8.0 or higherRenato Golin1-0/+14
2013-08-28[doxygen] Use correct variable names for external variable configuration and ...Michael Gottesman1-2/+6
2013-08-28[doxygen] Added support for doxygen external search.Michael Gottesman1-0/+2
2013-08-28[cmake] Created an aggregate doxygen target for generating doxygen documentat...Michael Gottesman1-0/+9
2013-08-26[cmake] Check for realpath availability in CMakeAlexey Samsonov1-0/+1
2013-08-24[autotools->cmake] Enable generation of doxygen documentation via cmake.Michael Gottesman1-0/+7
2013-08-17Recognize NetBSD's terminfo implementation.Joerg Sonnenberger1-1/+1
2013-08-12Remove all checking for the various terminfo headers (term.h andChandler Carruth1-10/+1
2013-08-12Target a minimal terminfo library rather than necessarily a full cursesChandler Carruth1-10/+14
2013-08-07Add support for linking against a curses library when available andChandler Carruth1-0/+19
2013-08-07Check for _strtoi64 in the cmake build if strtoll is missingReid Kleckner1-11/+10
2013-07-26Remove dead or useless header checks from cmake and autoconfReid Kleckner1-34/+1
2013-07-08Find xdot or xdot.py.Matt Arsenault1-1/+1
2013-07-08Allow llvm_find_program to find alternate namesMatt Arsenault1-1/+2
2013-07-04Reapply r185601 with a fix for the cmake build.Eric Christopher1-0/+2
2013-07-04Temporarily revert 185601 as it caused cmake build regressions.Eric Christopher1-2/+0
2013-07-04Add support for futimens for platforms that don't support futimes.Eric Christopher1-0/+2
2013-06-26Support using "host" as a target in LLVM_TARGETS_TO_BUILD when using cmake.Andy Gibbs1-0/+8
2013-06-11Don't define LTDL_SHLIBPATH_VAR.Rafael Espindola1-2/+0
2013-05-06[SystemZ] Add configure bitsUlrich Weigand1-0/+2
2013-05-04Build system changes to enable MCJIT on AArch64Tim Northover1-0/+2
2013-05-04Allow host triple to be correctly overridden in CMake buildsTim Northover1-4/+5
2013-05-03CMake: cxxabi.h is only available to C++ compilers, use the right check macro.Benjamin Kramer1-1/+2
2013-04-27Only use cxxabi.h's demangler, if it is actually available.Joerg Sonnenberger1-0/+1
2013-04-23Use zlib to uncompress debug sections in DWARF parser.Alexey Samsonov1-1/+5
2013-04-23Add basic zlib support to LLVM. This would allow to use compression/uncompres...Alexey Samsonov1-0/+9
2013-03-25Refine fenv.h handling: check if the desired macros exist, before usingJoerg Sonnenberger1-0/+3
2013-02-08CMake: Use check_symbol_exists instead of check_cxx_symbol_exists.Jordan Rose1-7/+6
2013-02-07Fix CMake detection of various cmath functions, and XFAIL the test on platfor...Owen Anderson1-6/+7
2013-02-07Conditionalize constant folding of math intrinsics on the availability of an ...Owen Anderson1-0/+6
2013-02-04Turn off uninitialized-use warnings for gcc in cmake buildEdwin Vane1-0/+18
2013-01-31Annotate BumpPtrAllocator for MemorySanitizer.Evgeniy Stepanov1-0/+1
2013-01-04Add time getters to the process interface for requesting the elapsedChandler Carruth1-0/+1
2012-12-14[CMake] Move libxml2 stuff from clang to llvm/cmake.NAKAMURA Takumi1-0/+5