summaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)AuthorFilesLines
2016-06-25[cmake] Port the llvm-config option --build-mode to LLVMConfig.cmake via the ...Michael Gottesman1-0/+2
2016-06-23[CMake] Add LLVM runtimes directoryChris Bieneman1-10/+30
2016-06-23Default to using the Unicode version of Win32 APIs instead of the ANSI versio...Aaron Ballman1-0/+6
2016-06-23[LLVM][MIPS] Introduce 64 bit atomic check in CheckAtomic.cmakeSagar Thakur1-0/+37
2016-06-22[CMake] LLVM_BINARY_DIR was not being properly set in LLVMConfig.cmakeChris Bieneman2-1/+3
2016-06-21[build] Fixed build break for OCaml bindings.Artem Belevich1-1/+7
2016-06-21[build] Make sure to link main executable with pthreadsArtem Belevich2-2/+17
2016-06-13Add support for collating profiles for use with code coverageVedant Kumar1-1/+9
2016-06-11[CMake] Allow LLVM to be embedded and built in a subfolder as part of another...Vassil Vassilev1-3/+3
2016-06-09[CMake] Removing fallback code for CMake versions before 3.1Chris Bieneman1-14/+0
2016-06-09[CMake] Cleanup ExternalProject usage of CMake 3.x featuresChris Bieneman1-19/+7
2016-06-09[CMake] Add LLVM_TOOLS_INSTALL_DIR to LLVMConfig.cmakeChris Bieneman1-0/+1
2016-06-08[CMake] Cleanup version check for 2.8.11Chris Bieneman1-8/+6
2016-06-08[CMake] Cleanup version check for 2.8.12Chris Bieneman1-15/+6
2016-06-08cmake: Simplify add_lit_testsuitesJustin Bogner1-21/+13
2016-06-08[CMake] Cleanup uses of USES_TERMINALChris Bieneman2-8/+4
2016-06-08[CMake] Fixing a typoChris Bieneman1-1/+1
2016-06-08[CMake] Support overriding binary install directoryChris Bieneman2-3/+3
2016-06-07Revert "Use CMAKE_INSTALL_BINDIR instead of hardcoding bin for tools install ...Chris Bieneman2-3/+3
2016-06-07Use CMAKE_INSTALL_BINDIR instead of hardcoding bin for tools install pathsChris Bieneman2-3/+3
2016-06-06LLVM_BUILD_32_BITS: Add -m32 with CMAKE_C*_FLAGS. [CMP0056]NAKAMURA Takumi1-1/+2
2016-06-01cmake: Fix color diags under ninja if the compiler is "AppleClang"Justin Bogner1-1/+1
2016-05-26Since some time clang itself figures out the default for ms-compatibility-ver...Ismail Donmez1-13/+0
2016-05-26Add auto-exporting of symbols from tools so that plugins work on WindowsJohn Brawn3-13/+87
2016-05-26Revert "[CMake] LINK_LIBS need to be public for Darwin dylib targets"Steven Wu1-7/+12
2016-05-25[CMake] LINK_LIBS need to be public for Darwin dylib targetsChris Bieneman1-12/+7
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