summaryrefslogtreecommitdiffstats
path: root/llvm/cmake/modules
Commit message (Expand)AuthorAgeFilesLines
...
* [cmake] Remove MSVC C4258 overrideSimon Pilgrim2019-09-041-1/+0
* [cmake] Improve comment describing the C4245 warning. NFCI.Simon Pilgrim2019-09-031-1/+1
* [lit] Only set DYLD_LIBRARY_PATH for shared buildsJonas Devlieghere2019-08-301-0/+1
* [CMake] Update C4324 MSVC warning comment to explain its still broken at VS2019Simon Pilgrim2019-08-201-3/+1
* [cmake] Move blocks out of redundant else( MSVC ); NFCHubert Tong2019-08-181-61/+60
* [AIX] For XL, pick GCC-compatible std & default warning optionsHubert Tong2019-08-151-18/+31
* [cmake] install_symlink should obey DESTDIR unconditionallyJustin Bogner2019-08-151-1/+1
* Add support in CMake to statically link the C++ standard library.Erich Keane2019-08-141-0/+20
* [CMake] Fix cache invalidation of LLVM_CXX_STDChris Bieneman2019-08-141-1/+4
* Match if / elseif properlyJF Bastien2019-08-141-1/+1
* Remove now useless C++1y flagJF Bastien2019-08-141-2/+0
* Move to C++14JF Bastien2019-08-141-1/+1
* Remove minimum toolchain soft-errorJF Bastien2019-08-141-4/+4
* Fix rpath for MacOS/iOSHaibo Huang2019-08-091-1/+1
* Revert "Temporarily bump minimum compiler version"JF Bastien2019-08-081-4/+4
* Temporarily bump minimum compiler versionJF Bastien2019-08-081-4/+4
* Append an executable suffix to the toolchain tool paths on Windows platform.Galina Kistanova2019-08-071-12/+12
* Add order-dependencies to object librariesChris Bieneman2019-08-061-0/+3
* [CMake] Add mapping for IBM XL -qnoeh and -qnorttiHubert Tong2019-08-061-0/+4
* NFC. Documenting Native tablegen dependencyChris Bieneman2019-08-051-0/+3
* NATIVE tablegen needs to depend on target tablegenChris Bieneman2019-08-051-1/+1
* Re-disable C4324 MSVC warning that was enabled in D65458 / rL367383Simon Pilgrim2019-07-311-0/+8
* [NFC] Remove LLVM_ALIGNASJF Bastien2019-07-311-8/+0
* Remove cmake checks for MSVC 1900 / VS 2013Reid Kleckner2019-07-301-16/+4
* [NFC] Improve cmake diagnostic when checking atomicsJF Bastien2019-07-301-2/+2
* [CMake] Add -z defs on SolarisRainer Orth2019-07-231-1/+1
* Re-commit: r366610 and r366612: Expand pseudo-components before embedding in ...Daniel Sanders2019-07-191-72/+89
* Revert r366610 and r366612: Expand pseudo-components before embedding in llvm...Daniel Sanders2019-07-191-86/+70
* Fix a latent bug discovered by r366610: nativecodegen includes X86CodeGen whe...Daniel Sanders2019-07-191-1/+3
* Expand pseudo-components before embedding in llvm-configDaniel Sanders2019-07-191-70/+84
* [cmake] Fix typo where a varible was checked for Apple instead of DarwinNathan Lanza2019-07-191-1/+1
* [cmake] Convert the NATIVE llvm build process to be project agnosticNathan Lanza2019-07-191-28/+31
* [cmake] Only run llvm-codesign if targetting apple on an apple hostNathan Lanza2019-07-181-1/+1
* [cmake] Don't set install rules for tblgen if building utils is disabledKeno Fischer2019-07-151-1/+1
* cmake: Add INSTALL_WITH_TOOLCHAIN option to add_*_library macrosTom Stellard2019-07-121-6/+2
* Retire VS2015 SupportSimon Pilgrim2019-07-091-1/+4
* Fix issues building libraries as more than one type with XcodeChris Bieneman2019-07-081-1/+6
* [cmake] With utils disabled, don't build tblgen in cross modeKeno Fischer2019-07-011-1/+7
* [cmake] Allow config.guess to be run with MSYS on WindowsPengxuan Zheng2019-06-261-1/+1
* Add llvm-symbolizer to LLVM_TOOLCHAIN_TOOLS (PR40152)Hans Wennborg2019-06-251-0/+1
* [LLVM-C] Add LLVM-C.dll to Windows installer packageHans Wennborg2019-06-251-1/+3
* Remove flag for no longer supported MSVC versionNico Weber2019-06-241-4/+0
* Specify log level for CMake messages (less stderr)Stefan Granitz2019-06-191-1/+1
* build: extract LLVM distribution target handlingSaleem Abdulrasool2019-06-141-0/+36
* build: don't attempt to run config.guess on WindowsSaleem Abdulrasool2019-06-141-10/+14
* [CMake] Export CMAKE_CONFIGURATION_TYPES for the LLVM build-treeStefan Granitz2019-06-051-0/+1
* [HWASAN][CMake] Allow instrumenting LLVM/clangEugene Leviant2019-06-041-0/+3
* tools: add `llvm-nm` and `llvm-objcopy` to toolsSaleem Abdulrasool2019-06-031-0/+2
* [test] Fix plugin testsDon Hinton2019-06-021-8/+0
* [CMake] Use libtool for runtimes when building for Apple platformPetr Hosek2019-06-021-0/+50
OpenPOWER on IntegriCloud