summaryrefslogtreecommitdiffstats
path: root/llvm/cmake
Commit message (Expand)AuthorAgeFilesLines
...
* [cmake] Pass external project source directories to sub-configuresShoaib Meenai2019-10-171-0/+9
* [llvm] [ocaml] Support linking against dylibMichal Gorny2019-10-111-14/+18
* Reland r349624: Let TableGen write output only if it changed, instead of doin...Nico Weber2019-10-031-16/+14
* [llvm] [cmake] Add install targets for missing distribution componentsMichal Gorny2019-10-022-0/+17
* Revert rL349624 : Let TableGen write output only if it changed, instead of do...Simon Pilgrim2019-10-011-4/+16
* build: serialise `LLVM_ENABLE_UNWIND_TABLES` into LLVMConfigSaleem Abdulrasool2019-09-301-0/+2
* Use double quotes for LDFLAGS in -DLLVM_BUILD_INSTRUMENTED_COVERAGEJustin Bogner2019-09-241-1/+1
* [llvm] [cmake] Add possibility to use ChooseMSVCCRT.cmake when include LLVM l...Simon Pilgrim2019-09-231-0/+5
* [cmake] Changes to get Windows self-host working with PGORussell Gallop2019-09-181-17/+33
* [CMake] Don't pass all LLVM_COMPILE_FLAGS to the C compilerDavid Zarzycki2019-09-101-1/+8
* [CMake] LLVM_COMPILE_FLAGS also applies to C filesDavid Zarzycki2019-09-061-1/+1
* [cmake] Remove MSVC C4180 overrideSimon Pilgrim2019-09-041-1/+0
* [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] Define _FILE_OFFSET_BITS=64 on SolarisRainer Orth2019-07-301-0/+6
* [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
OpenPOWER on IntegriCloud