summaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)Author
2016-07-29Add LLVM_ENABLE_LLD option to use LLD as C/C++ linker.Eugene Zelenko
2016-07-27[llvm-go] parameterize $GOPATH constructionAndrew Wilkins
2016-07-26[CMAKE] Find ld64 using xcrunBruno Cardoso Lopes
2016-07-25cmake: When adding lit testsuites, ignore Output directoriesJustin Bogner
2016-07-19Add AIX support to Path.inc, Host.h, and CMake.Chandler Carruth
2016-07-19Use posix_fallocate instead of ftruncate.Rafael Espindola
2016-07-10[cmake] Create the LLVM_BUILD_UTILS option.Michael Gottesman
2016-07-05[CMake] Adjust export_executable_symbols to cope with non-target link librariesJohn Brawn
2016-07-01[CMake] Add LLVM_BUILD_32_BITS to LLVMConfig.cmakeJohn Brawn
2016-06-30[CMake] Add an LLVM_ENABLE_MODULE_DEBUGGING flag for building with -gmodules.Adrian Prantl
2016-06-30Revert "[CMake] Move the -Xclang option before -fmodules-cache-path"Adrian Prantl
2016-06-30[CMake] Move the -Xclang option before -fmodules-cache-pathAdrian Prantl
2016-06-30[CMake] -fmodules-local-submodule-visibility is a cc1-only option.Vassil Vassilev
2016-06-30[CMake] Introduce a LLVM_ENABLE_LOCAL_SUBMODULE_VISIBILITY flag.Adrian Prantl
2016-06-29[LLVMConfig.cmake] LLVM_CONFIG_EXPORTED_TARGETS => LLVM_EXPORTED_TARGETS.Michael Gottesman
2016-06-29[LLVMConfig.cmake.in] Create a new variable LLVM_CONFIG_EXPORTED_TARGETS that...Michael Gottesman
2016-06-25[cmake] Port the llvm-config option --build-mode to LLVMConfig.cmake via the ...Michael Gottesman
2016-06-23[CMake] Add LLVM runtimes directoryChris Bieneman
2016-06-23Default to using the Unicode version of Win32 APIs instead of the ANSI versio...Aaron Ballman
2016-06-23[LLVM][MIPS] Introduce 64 bit atomic check in CheckAtomic.cmakeSagar Thakur
2016-06-22[CMake] LLVM_BINARY_DIR was not being properly set in LLVMConfig.cmakeChris Bieneman
2016-06-21[build] Fixed build break for OCaml bindings.Artem Belevich
2016-06-21[build] Make sure to link main executable with pthreadsArtem Belevich
2016-06-13Add support for collating profiles for use with code coverageVedant Kumar
2016-06-11[CMake] Allow LLVM to be embedded and built in a subfolder as part of another...Vassil Vassilev
2016-06-09[CMake] Removing fallback code for CMake versions before 3.1Chris Bieneman
2016-06-09[CMake] Cleanup ExternalProject usage of CMake 3.x featuresChris Bieneman
2016-06-09[CMake] Add LLVM_TOOLS_INSTALL_DIR to LLVMConfig.cmakeChris Bieneman
2016-06-08[CMake] Cleanup version check for 2.8.11Chris Bieneman
2016-06-08[CMake] Cleanup version check for 2.8.12Chris Bieneman
2016-06-08cmake: Simplify add_lit_testsuitesJustin Bogner
2016-06-08[CMake] Cleanup uses of USES_TERMINALChris Bieneman
2016-06-08[CMake] Fixing a typoChris Bieneman
2016-06-08[CMake] Support overriding binary install directoryChris Bieneman
2016-06-07Revert "Use CMAKE_INSTALL_BINDIR instead of hardcoding bin for tools install ...Chris Bieneman
2016-06-07Use CMAKE_INSTALL_BINDIR instead of hardcoding bin for tools install pathsChris Bieneman
2016-06-06LLVM_BUILD_32_BITS: Add -m32 with CMAKE_C*_FLAGS. [CMP0056]NAKAMURA Takumi
2016-06-01cmake: Fix color diags under ninja if the compiler is "AppleClang"Justin Bogner
2016-05-26Since some time clang itself figures out the default for ms-compatibility-ver...Ismail Donmez
2016-05-26Add auto-exporting of symbols from tools so that plugins work on WindowsJohn Brawn
2016-05-26Revert "[CMake] LINK_LIBS need to be public for Darwin dylib targets"Steven Wu
2016-05-25[CMake] LINK_LIBS need to be public for Darwin dylib targetsChris Bieneman
2016-05-23Add the printing the Mach-O (__LLVM,__bundle) xar archive file section "verbo...Kevin Enderby
2016-05-20Add a configure-time check for the existence of sigaltstack. It seems that someRichard Smith
2016-05-20Reinstate r269992 (reverting r270267), but restricted to cases where glibc isRichard Smith
2016-05-20Revert "Work around a glibc bug: backtrace() spuriously fails if..."Chris Bieneman
2016-05-18Work around a glibc bug: backtrace() spuriously fails ifRichard Smith
2016-05-10[CMake] Add some extra variables to LLVMConfig.cmake.inChris Bieneman
2016-05-06cmake: Avoid continue, apparently that's newJustin Bogner
2016-05-06CMake: generate check targets for lit suites without their own lit.cfgsJustin Bogner