summaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* [CMake] Revive LLVM_*_DIRS variablesChris Bieneman2016-09-011-0/+7
* [CMake] Fix LLVM_ENABLE_EH and LLVM_ENABLE_RTTI on MSVCAndrey Bokhanko2016-09-011-0/+5
* [CMake] Increase stack size to 16MiB for all mingw executables.NAKAMURA Takumi2016-08-312-12/+11
* [CMake] Make LLVMConfig.cmake variable names match in-tree namesChris Bieneman2016-08-291-2/+1
* cmake: Install CheckAtomic.cmake (needed by lldb)Chris Bieneman2016-08-251-2/+1
* Fixed commentVitaly Buka2016-08-251-1/+1
* [asan] Disable CreateSigAltStack from Unix/Signals.inc for asan buildsVitaly Buka2016-08-251-1/+2
* [CMake/ASan] Skip using libedit if ASan is enabled -- it leaks memory.Chandler Carruth2016-08-201-1/+2
* [CMake] Make llvm-config implicit dependency for subprojectsChris Bieneman2016-08-181-1/+1
* Remove LLVM_ENABLE_LIBCXXABIJonas Hahnfeld2016-08-041-5/+0
* Add LLVM_ENABLE_LLD option to use LLD as C/C++ linker.Eugene Zelenko2016-07-291-0/+6
* [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