summaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)AuthorFilesLines
2016-05-23Add the printing the Mach-O (__LLVM,__bundle) xar archive file section "verbo...Kevin Enderby1-0/+5
2016-05-20Add a configure-time check for the existence of sigaltstack. It seems that someRichard Smith1-0/+3
2016-05-20Reinstate r269992 (reverting r270267), but restricted to cases where glibc isRichard Smith1-0/+1
2016-05-20Revert "Work around a glibc bug: backtrace() spuriously fails if..."Chris Bieneman1-1/+0
2016-05-18Work around a glibc bug: backtrace() spuriously fails ifRichard Smith1-0/+1
2016-05-10[CMake] Add some extra variables to LLVMConfig.cmake.inChris Bieneman1-0/+2
2016-05-06cmake: Avoid continue, apparently that's newJustin Bogner1-8/+7
2016-05-06CMake: generate check targets for lit suites without their own lit.cfgsJustin Bogner1-6/+21
2016-05-05Remove LLVM_ENABLE_TIMESTAMPSChris Bieneman1-15/+10
2016-04-29Unify XDEBUG and EXPENSIVE_CHECKS (into the latter), and add an option to the...Filipe Cabecinhas1-0/+5
2016-04-29cmake: Fix grammarTobias Grosser1-2/+2
2016-04-17When building with LLVM_ENABLE_MODULES, put the module cache into the buildRichard Smith1-19/+18
2016-04-16Add SVN version to libLLVMLTOMehdi Amini2-9/+54
2016-04-16Replace hardcoded comment at 'lit.site.cfg.in'Alex Denisov1-0/+2
2016-04-16Update and fix LLVM_ENABLE_MODULES:Richard Smith1-19/+19
2016-04-08[CMake] Make llvm_ExternalProject always call the build actionChris Bieneman1-9/+17
2016-04-07[CMake] Check for sys/types.h in config-ix.cmakeJeroen Ketema1-0/+1
2016-03-31[CMake] Provide the ability to skip stripping when generating dSYMsChris Bieneman1-1/+6
2016-03-30[cmake] Instead of testing char16_t for MSVC compat, directly ask cl.exe its ...Reid Kleckner1-8/+10
2016-03-30[cmake] Add -fms-compatibility-version=19 when clang-cl gives errors about ch...Reid Kleckner1-0/+11
2016-03-30[cmake] Allow EH usage with clang-clReid Kleckner1-3/+3
2016-03-08cmake: include what you useSaleem Abdulrasool1-0/+2
2016-03-08[CMake] Refactor add_llvm_implicit_projects to be reusableChris Bieneman1-3/+7
2016-03-07Revert r130657, "Windows/DynamicLibrary.inc: Clean up ELM_Callback. We may ch...NAKAMURA Takumi1-15/+0
2016-03-02[cmake] Check the compiler version firstReid Kleckner3-43/+52
2016-03-01Refactor duplicated code for linking with pthread.Rafael Espindola1-0/+4
2016-02-26[CMAKE] Update build on recent HaikuRenato Golin2-1/+4
2016-02-12cmake: Simplify the iOS.cmake toolchainJustin Bogner1-40/+15
2016-02-12Avoid linking LLVM component libraries with libLLVMAndrew Wilkins2-19/+28
2016-02-10Disable MSVC 2015's warning about zero extending after ~ and othersReid Kleckner1-1/+2
2016-02-10Revert "Turn on LLVM_ENABLE_PLUGINS by default on Windows"Reid Kleckner1-1/+1
2016-02-09Turn on LLVM_ENABLE_PLUGINS by default on WindowsEhsan Akhgari1-1/+1
2016-02-08cmake: Use "set" instead of "option" for LLVM_ENABLE_LTOJustin Bogner1-1/+1
2016-02-08cmake: Accept "thin" or "full" as arguments to -DLLVM_ENABLE_LTOJustin Bogner1-6/+12
2016-02-04Install cmake files to lib/cmake/llvmNiels Ole Salscheider1-1/+1
2016-02-04cmake: Add a flag to enable LTOJustin Bogner1-0/+7
2016-01-26Remove autoconf supportChris Bieneman4-163/+1530
2016-01-25Reapplying r256836 with a fix for MSVC 14 support.Aaron Ballman1-0/+17
2016-01-22[cmake] Disable manifest generation when LLD is the linkerReid Kleckner1-4/+8
2016-01-22Strip local symbols when using externalized debug info.Owen Anderson1-1/+1
2016-01-20tools/llvm-config: improve shared library supportAndrew Wilkins1-6/+1
2016-01-19Reenable -Wexpansion-to-defined.Nico Weber1-3/+0
2016-01-19Fix bootstrap -Werror builds after clang r258128Nico Weber1-0/+3
2016-01-19[cmake] Fix add_version_info_from_vcs git svn version bug.Geoff Berry1-17/+9
2016-01-15[CMake] Need to install VersionFromVCS.cmake as part of LLVM's CMake modulesChris Bieneman1-1/+0
2016-01-15[autoconf] Install VersionFromVCS.cmake, too. clang/CMakeLists.txt requires it.NAKAMURA Takumi1-2/+1
2016-01-14[CMake] Add support for populating LLVM_REPOSITORY from CMake.Chris Bieneman1-0/+16
2016-01-12Explicitly enable OBJECT library "target".Axel Naumann1-2/+4
2016-01-12Revert r257003Andrew Wilkins1-1/+6
2016-01-07tools/llvm-config: improve shared library supportAndrew Wilkins1-6/+1