summaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)Author
2017-05-15CMake: Fix docs-llvm-man target when clang+llvm is in the same source treeTom Stellard
2017-05-09Revert "Revert "CMake: Move sphinx detection into AddSphinxTarget.cmake""Tom Stellard
2017-05-03Revert "CMake: Move sphinx detection into AddSphinxTarget.cmake"Tom Stellard
2017-05-03CMake: Move sphinx detection into AddSphinxTarget.cmakeTom Stellard
2017-05-02CMake: Silence more stderr when running git.Tim Northover
2017-04-28limit to 2 parallel links when using thinltoBob Haarman
2017-04-28CMake: ignore git stderr when trying to sort out revision. NFC.Tim Northover
2017-04-24[LLVM][MIPS] Fix different definition of off_t in LLDB and LLVM.Nitesh Jain
2017-04-17Add a linker script to version LLVM symbolsSylvestre Ledru
2017-04-13Reverting cmake/modules/AddLLVM.cmake changes from revision 300184 (Added by ...Ayman Musa
2017-04-13[X86] Change instructions names to keep consistency with the naming conventio...Ayman Musa
2017-04-13Support: Add a VCSRevision.h header file.Peter Collingbourne
2017-04-12Append -w when LLVM_ENABLE_WARNINGS is Off.Vassil Vassilev
2017-04-12Fix detection of backtrace() availability on FreeBSDEd Maste
2017-04-05Respect CMAKE_INSTALL_MANDIR for sphinx generated manpagesJonathan Roelofs
2017-03-21Fix evaluation of LLVM_DEFINITIONSSerge Pavlov
2017-03-16[cmake] Refactor warning flag logic to use Unix warnings with clang-clReid Kleckner
2017-03-15Re-apply r296730, "cmake: Configure the ThinLTO cache directory when using EL...Peter Collingbourne
2017-03-11Revert r297516 - Respect CMAKE_INSTALL_MANDIR for sphinx generated manpagesEric Fiselier
2017-03-10Respect CMAKE_INSTALL_MANDIR for sphinx generated manpagesJonathan Roelofs
2017-03-09CMake: Don't install llvm-tblgen twiceTom Stellard
2017-03-07[X86] Quick fix for build bot failure (r297127) due to unused variable.Ayman Musa
2017-03-07[X86][AVX512] Adding new LLVM TableGen backend which generates the EVEX2VEX c...Ayman Musa
2017-03-03Detect the existence of pthread_{s,g}etname_np in libpthread on LinuxKrzysztof Parzyszek
2017-03-03Revert r296730, "cmake: Configure the ThinLTO cache directory when using ELF ...Peter Collingbourne
2017-03-02CMake: Clean up VersionFromVCS.cmakeTom Stellard
2017-03-02cmake: Configure the ThinLTO cache directory when using ELF lld or gold.Peter Collingbourne
2017-03-01enable building with LTO on Windows using clang-cl and lldBob Haarman
2017-02-22[Support] Provide linux/magic.h fallback for older kernelsMichal Gorny
2017-02-17[CMake] Support externalizing debug info on non-Darwin platformsPetr Hosek
2017-02-17[CMake] Add variable IOS to iOS toolchainChris Bieneman
2017-02-14[Tablegen] Instrumenting table gen DAGGenISelDAGAditya Nandakumar
2017-02-11config-ix.cmake: Search for CMAKE_XCRUN before using it.Matthias Braun
2017-02-10[CMake] Fix pthread handling for out-of-tree buildsEric Fiselier
2017-02-09[CMake] Fix standalone project builds broken in r294514Chris Bieneman
2017-02-08[CMake] Fix `is_llvm_target_library` and support out-of-order componentsChris Bieneman
2017-02-07[CMake] Fix USE_LLVM_SANITIZER configuration for out-of-tree builds.Eric Fiselier
2017-02-07[CMake] Move ninja job pool options to HandleLLVMOptionsChris Bieneman
2017-02-02Fix LLDB Android AArch64 GCC debug info buildOmair Javaid
2017-01-31Remove LLVM_CONFIG from config headersReid Kleckner
2017-01-26CMake is funky on detecting Intel 17 as GCC compatible.Yichao Yu
2017-01-18cmake: Only sanitize use-after-scope if the host compiler supports itJustin Bogner
2017-01-17Enabled -fsanitize-address-use-after-scope for -DLLVM_USE_SANITIZER=AddressVitaly Buka
2017-01-17[cmake] Update SOVERSION for the new versioning schemeMichal Gorny
2017-01-15Add a LLVM_USE_LINKER that defines the linker to use when building LLVMMehdi Amini
2017-01-13Fix UBSan bots by blacklisting bits/stl_tree.h.Ivan Krasin
2017-01-11Add -Wl,-color-diagnostics if a linker supports the option.Rui Ueyama
2017-01-10Add the 'googlemock' component of Google Test to LLVM's unittest libraries.Chandler Carruth
2017-01-06[gtest] Detect warning flags using the positive spelling.Chandler Carruth
2017-01-06[cmake] Canonicalize CMake booleans to 0/1 for lit interopMichal Gorny