summaryrefslogtreecommitdiffstats
path: root/llvm/cmake/modules/AddLLVM.cmake
Commit message (Expand)AuthorAgeFilesLines
* CMake: Add LLVM_UTILS_INSTALL_DIR optionTom Stellard2017-07-051-1/+1
* [CMake] Introduce LLVM_TARGET_TRIPLE_ENV as an option to override LLVM_DEFAUL...NAKAMURA Takumi2017-06-171-0/+13
* Add a linker script to version LLVM symbolsSylvestre Ledru2017-04-171-1/+2
* Reverting cmake/modules/AddLLVM.cmake changes from revision 300184 (Added by ...Ayman Musa2017-04-131-2/+1
* [X86] Change instructions names to keep consistency with the naming conventio...Ayman Musa2017-04-131-1/+2
* [X86] Quick fix for build bot failure (r297127) due to unused variable.Ayman Musa2017-03-071-2/+1
* [X86][AVX512] Adding new LLVM TableGen backend which generates the EVEX2VEX c...Ayman Musa2017-03-071-1/+2
* [CMake] Support externalizing debug info on non-Darwin platformsPetr Hosek2017-02-171-2/+10
* [CMake] Fix pthread handling for out-of-tree buildsEric Fiselier2017-02-101-3/+3
* [cmake] Update SOVERSION for the new versioning schemeMichal Gorny2017-01-171-5/+3
* Add the 'googlemock' component of Google Test to LLVM's unittest libraries.Chandler Carruth2017-01-101-0/+1
* [gtest] Detect warning flags using the positive spelling.Chandler Carruth2017-01-061-2/+2
* [cmake] Canonicalize CMake booleans to 0/1 for lit interopMichal Gorny2017-01-061-0/+13
* [gtest] Fix the way we disable a warning for unittests.Chandler Carruth2017-01-041-0/+4
* [CMake] Minor change to symlink generation for LLDBChris Bieneman2016-12-151-2/+7
* [CMake] Fix symlink refactor for multi-configuration generatorsChris Bieneman2016-12-051-3/+23
* [CMake] Refactor add_llvm_tool_symlink for reuseChris Bieneman2016-12-051-13/+24
* build: allow specifying the component to `llvm_install_symlink`Saleem Abdulrasool2016-12-031-4/+8
* cmake: Set rpath for loadable modules as well as shared libraries.Peter Collingbourne2016-11-281-0/+1
* [CMake] Apply sandbox profile to target not directoryChris Bieneman2016-11-191-5/+5
* [CMake] [Darwin] Add support for debugging tablegen dependenciesChris Bieneman2016-11-171-1/+23
* cmake: Don't try to install exports if there aren't anyJustin Bogner2016-11-081-0/+3
* [CMake] Fix llvm_setup_rpath functionMandeep Singh Grang2016-11-081-16/+16
* cmake: When using LLVM_DISTRIBUTION_COMPONENTS, adjust LLVMExports accordinglyJustin Bogner2016-11-041-7/+23
* [CMake] Make CMAKE_INSTALL_RPATH work againJohn Brawn2016-11-031-4/+6
* [CMake] Disable rpath for UnitTestsJonas Hahnfeld2016-11-031-3/+5
* [CMake] Fix rpath construction for out-of-tree buildsChris Bieneman2016-11-011-0/+37
* [cmake] Make LIT_COMMAND configurable and improve fallback supportMichal Gorny2016-10-041-3/+9
* [cmake] Reintroduce (ldconfig-compatible) SOVERSIONs on shared librariesMichal Gorny2016-10-041-0/+12
* Revert r283029 - [cmake] Make LIT_COMMAND configurable and improve fallback s...Michal Gorny2016-10-011-4/+3
* [cmake] Fix incorrect default for LIT_COMMAND, from r283029Michal Gorny2016-10-011-1/+1
* [cmake] Make LIT_COMMAND configurable and improve fallback supportMichal Gorny2016-10-011-3/+4
* [CMake] Support symlinks even with LLVM_INSTALL_TOOLCHAIN_ONLYPetr Hosek2016-09-301-3/+3
* [CMake] Use if(... IN_LIST ...) instead of list(FIND...)Chris Bieneman2016-09-271-14/+6
* [CMake] Support symlinks with the same name as the binaryChris Bieneman2016-09-161-2/+8
* Install libLLVM if needed with LLVM_INSTALL_TOOLCHAIN_ONLYDerek Schuff2016-09-161-1/+2
* [cmake] Export gtest/gtest_main and its dependencies via a special build tree...Michael Gottesman2016-09-091-10/+12
* [CMake] Fix LLVM_ENABLE_EH and LLVM_ENABLE_RTTI on MSVCAndrey Bokhanko2016-09-011-0/+5
* [llvm-go] parameterize $GOPATH constructionAndrew Wilkins2016-07-271-1/+1
* 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-191-1/+4
* [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
* [build] Make sure to link main executable with pthreadsArtem Belevich2016-06-211-1/+10
* [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-081-1/+1
* [CMake] Support overriding binary install directoryChris Bieneman2016-06-081-2/+2
* Revert "Use CMAKE_INSTALL_BINDIR instead of hardcoding bin for tools install ...Chris Bieneman2016-06-071-2/+2
* Use CMAKE_INSTALL_BINDIR instead of hardcoding bin for tools install pathsChris Bieneman2016-06-071-2/+2
OpenPOWER on IntegriCloud