summaryrefslogtreecommitdiffstats
path: root/llvm/cmake/modules
Commit message (Expand)AuthorAgeFilesLines
* [cmake] Remove MSVC C4800 overrideSimon Pilgrim2019-05-101-1/+0
* [cmake] Remove MSVC C4355 overrideSimon Pilgrim2019-05-101-1/+0
* Fix whitespace mismatches. NFCI.Simon Pilgrim2019-05-081-5/+5
* [CMake] Install import librariesMartin Storsjo2019-05-081-16/+3
* Add libc++ to link XRay test cases if libc++ is used to build CLANGXing Xue2019-05-061-0/+2
* Fix CMake Invalid Escape SequenceAlexandre Ganea2019-05-061-1/+1
* build: add option to disable unwind tablesSaleem Abdulrasool2019-05-021-0/+4
* Add llvm-profdata to LLVM_TOOLCHAIN_TOOLSRussell Gallop2019-04-301-0/+1
* [cmake] Fix error message on simulated VS version checkRussell Gallop2019-04-301-1/+1
* [cmake] Disable a GCC optimization when building LLVM for MIPSSimon Atanasyan2019-04-271-0/+5
* [CMake] Use add_dependencies in add_llvm_install_targetsAlex Langford2019-04-231-2/+16
* [cmake] Fix bug in r358779 - [CMake] Pass monorepo build settings in cross co...Don Hinton2019-04-211-2/+7
* [CMake] Pass monorepo build settings in cross compileChris Bieneman2019-04-191-0/+2
* [CMake] Allow custom extensions for externalized debug infoStefan Granitz2019-04-181-5/+12
* Removed CMake cache upgrade code from 2011Dmitri Gribenko2019-04-161-9/+0
* [cmake] Fix dependency issue in TableGenPengxuan Zheng2019-04-111-1/+2
* [CMake] Fix accidentally swapped input/output parameters of string(REPLACE) f...Martin Storsjo2019-04-091-1/+1
* [CMake] Move configuration of LLVM_CXX_STD to HandleLLVMOptions.cmakeJustin Bogner2019-04-091-0/+10
* [CMake] Replace LLVM_ENABLE_CXX1Y and friends with LLVM_CXX_STDJustin Bogner2019-04-081-17/+10
* [llvm] [cmake] Add additional headers only if they existMichal Gorny2019-04-041-1/+9
* [cmake] Add function for building native toolShoaib Meenai2019-04-022-18/+31
* [cmake] Remove use of deprecated generator expression. NFCShoaib Meenai2019-03-301-1/+1
* [cmake] Reset variable before using itShoaib Meenai2019-03-262-0/+4
* Moved everything SMT-related to LLVM and updated the cmake scripts.Mikhail R. Gadelha2019-03-252-0/+112
* [CMake] Correct CMake message modeAlex Langford2019-03-151-1/+1
* [AIX][CMake] Changes for building on AIX with XL and GCCJason Liu2019-03-132-6/+33
* Use AIX version detection at LLVM run-timeHubert Tong2019-03-131-1/+2
* [CMake] Support stripping and linking output to .build-id directoryPetr Hosek2019-03-091-2/+8
* Add secondary libstdc++ 4.8 and 5.1 detection mechanismsHubert Tong2019-03-071-1/+15
* [PGO] Context sensitive PGO (part 4)Rong Xu2019-03-061-0/+14
* [OptRemarks] Make OptRemarks more generic: rename OptRemarks to RemarksFrancis Visoiu Mistrih2019-03-051-1/+1
* [cmake] Create exports for umbrella library targetsShoaib Meenai2019-03-051-0/+2
* Revert duplicate check for DragonFly BSDKamil Rytarowski2019-03-041-1/+0
* Unbreak shared library linkage on DragonFlyBSD.Kamil Rytarowski2019-03-041-0/+1
* CMake: Fix stand-alone clang builds since r353268Tom Stellard2019-02-201-0/+3
* Fix builds with llvm/runtimes/compiler-rt after r354365Daniel Sanders2019-02-191-0/+1
* Fix builds for older macOS deployment targets after r354365Daniel Sanders2019-02-191-18/+24
* Annotate timeline in Instruments with passes and other timed regions.Daniel Sanders2019-02-191-0/+23
* [llvm] [cmake] Provide split include paths in LLVMConfigMichal Gorny2019-02-132-4/+14
* [llvm] [cmake] Use current directory in GenerateVersionFromVCSMichal Gorny2019-02-111-4/+2
* This reverts commit 1440a848a635849b97f7a5cfa0ecc40d37451f5b.Mikhail R. Gadelha2019-02-092-53/+0
* [Cmake] Add an option to build LLVM using the experimental new pass managerRong Xu2019-02-081-0/+10
* [cmake] Pass LLVM_TEMPORARILY_ALLOW_OLD_TOOLCHAIN to NATIVE configureShoaib Meenai2019-02-071-0/+1
* Bump minimum toolchain versionJF Bastien2019-02-071-22/+50
* Move the SMT API to LLVMMikhail R. Gadelha2019-02-072-0/+53
* [CMake] Unify scripts for generating VCS headersPetr Hosek2019-02-065-287/+162
* Revert "Bump minimum toolchain version"JF Bastien2019-02-021-50/+22
* Bump minimum toolchain versionJF Bastien2019-02-021-22/+50
* [CMake] Add install targets for utilities to LLVM exports if LLVM_INSTALL_UTI...Stefan Granitz2019-02-011-11/+21
* Revert "Bump minimum toolchain version"JF Bastien2019-02-011-57/+22
OpenPOWER on IntegriCloud