summaryrefslogtreecommitdiffstats
path: root/llvm/cmake
Commit message (Expand)AuthorAgeFilesLines
* [llvm-go] parameterize $GOPATH constructionAndrew Wilkins2016-07-271-1/+1
* [CMAKE] Find ld64 using xcrunBruno Cardoso Lopes2016-07-261-2/+13
* cmake: When adding lit testsuites, ignore Output directoriesJustin Bogner2016-07-251-1/+2
* Add AIX support to Path.inc, Host.h, and CMake.Chandler Carruth2016-07-192-4/+7
* Use posix_fallocate instead of ftruncate.Rafael Espindola2016-07-191-0/+1
* [cmake] Create the LLVM_BUILD_UTILS option.Michael Gottesman2016-07-101-2/+7
* [CMake] Adjust export_executable_symbols to cope with non-target link librariesJohn Brawn2016-07-051-13/+15
* [CMake] Add LLVM_BUILD_32_BITS to LLVMConfig.cmakeJohn Brawn2016-07-011-0/+2
* [CMake] Add an LLVM_ENABLE_MODULE_DEBUGGING flag for building with -gmodules.Adrian Prantl2016-06-301-0/+5
* Revert "[CMake] Move the -Xclang option before -fmodules-cache-path"Adrian Prantl2016-06-301-2/+2
* [CMake] Move the -Xclang option before -fmodules-cache-pathAdrian Prantl2016-06-301-2/+2
* [CMake] -fmodules-local-submodule-visibility is a cc1-only option.Vassil Vassilev2016-06-301-2/+2
* [CMake] Introduce a LLVM_ENABLE_LOCAL_SUBMODULE_VISIBILITY flag.Adrian Prantl2016-06-301-2/+11
* [LLVMConfig.cmake] LLVM_CONFIG_EXPORTED_TARGETS => LLVM_EXPORTED_TARGETS.Michael Gottesman2016-06-291-1/+1
* [LLVMConfig.cmake.in] Create a new variable LLVM_CONFIG_EXPORTED_TARGETS that...Michael Gottesman2016-06-291-0/+1
* [cmake] Port the llvm-config option --build-mode to LLVMConfig.cmake via the ...Michael Gottesman2016-06-251-0/+2
* [CMake] Add LLVM runtimes directoryChris Bieneman2016-06-231-10/+30
* Default to using the Unicode version of Win32 APIs instead of the ANSI versio...Aaron Ballman2016-06-231-0/+6
* [LLVM][MIPS] Introduce 64 bit atomic check in CheckAtomic.cmakeSagar Thakur2016-06-231-0/+37
* [CMake] LLVM_BINARY_DIR was not being properly set in LLVMConfig.cmakeChris Bieneman2016-06-222-1/+3
* [build] Fixed build break for OCaml bindings.Artem Belevich2016-06-211-1/+7
* [build] Make sure to link main executable with pthreadsArtem Belevich2016-06-212-2/+17
* Add support for collating profiles for use with code coverageVedant Kumar2016-06-131-1/+9
* [CMake] Allow LLVM to be embedded and built in a subfolder as part of another...Vassil Vassilev2016-06-111-3/+3
* [CMake] Removing fallback code for CMake versions before 3.1Chris Bieneman2016-06-091-14/+0
* [CMake] Cleanup ExternalProject usage of CMake 3.x featuresChris Bieneman2016-06-091-19/+7
* [CMake] Add LLVM_TOOLS_INSTALL_DIR to LLVMConfig.cmakeChris Bieneman2016-06-091-0/+1
* [CMake] Cleanup version check for 2.8.11Chris Bieneman2016-06-081-8/+6
* [CMake] Cleanup version check for 2.8.12Chris Bieneman2016-06-081-15/+6
* cmake: Simplify add_lit_testsuitesJustin Bogner2016-06-081-21/+13
* [CMake] Cleanup uses of USES_TERMINALChris Bieneman2016-06-082-8/+4
* [CMake] Fixing a typoChris Bieneman2016-06-081-1/+1
* [CMake] Support overriding binary install directoryChris Bieneman2016-06-082-3/+3
* Revert "Use CMAKE_INSTALL_BINDIR instead of hardcoding bin for tools install ...Chris Bieneman2016-06-072-3/+3
* Use CMAKE_INSTALL_BINDIR instead of hardcoding bin for tools install pathsChris Bieneman2016-06-072-3/+3
* LLVM_BUILD_32_BITS: Add -m32 with CMAKE_C*_FLAGS. [CMP0056]NAKAMURA Takumi2016-06-061-1/+2
* cmake: Fix color diags under ninja if the compiler is "AppleClang"Justin Bogner2016-06-011-1/+1
* Since some time clang itself figures out the default for ms-compatibility-ver...Ismail Donmez2016-05-261-13/+0
* Add auto-exporting of symbols from tools so that plugins work on WindowsJohn Brawn2016-05-263-13/+87
* Revert "[CMake] LINK_LIBS need to be public for Darwin dylib targets"Steven Wu2016-05-261-7/+12
* [CMake] LINK_LIBS need to be public for Darwin dylib targetsChris Bieneman2016-05-251-12/+7
* Add the printing the Mach-O (__LLVM,__bundle) xar archive file section "verbo...Kevin Enderby2016-05-231-0/+5
* Add a configure-time check for the existence of sigaltstack. It seems that someRichard Smith2016-05-201-0/+3
* Reinstate r269992 (reverting r270267), but restricted to cases where glibc isRichard Smith2016-05-201-0/+1
* Revert "Work around a glibc bug: backtrace() spuriously fails if..."Chris Bieneman2016-05-201-1/+0
* Work around a glibc bug: backtrace() spuriously fails ifRichard Smith2016-05-181-0/+1
* [CMake] Add some extra variables to LLVMConfig.cmake.inChris Bieneman2016-05-101-0/+2
* cmake: Avoid continue, apparently that's newJustin Bogner2016-05-061-8/+7
* CMake: generate check targets for lit suites without their own lit.cfgsJustin Bogner2016-05-061-6/+21
* Remove LLVM_ENABLE_TIMESTAMPSChris Bieneman2016-05-051-15/+10
OpenPOWER on IntegriCloud