summaryrefslogtreecommitdiff
path: root/cmake/Modules/CompilerRTUtils.cmake
AgeCommit message (Expand)Author
2018-07-10[CMake] Add compiler-rt header files to the list of sources for targetsDan Liew
2018-06-28Support for multiarch runtimes layoutPetr Hosek
2018-06-17Revert "[CMake] Use a different source depending on C++ support"Jonas Hahnfeld
2018-05-22[CMake] Silence unused variable warning in compiler checkPetr Hosek
2018-05-22[CMake] Use a different source depending on C++ supportPetr Hosek
2018-05-21Revert "[CMake] Reland "Make simple source used for CMake checks a C file""Petr Hosek
2018-05-18Revert r332683 & r332684 relating to compiler runtime checksReid Kleckner
2018-05-18[CMake] Use <UNIX|WINDOWS>_COMMAND with separate_argumentsPetr Hosek
2018-05-18[CMake] Detect the compiler runtime and standard libraryPetr Hosek
2018-05-17[CMake] Reland "Make simple source used for CMake checks a C file"Petr Hosek
2018-03-01[PATCH] [compiler-rt, RISCV] Support builtins for RISC-VShiva Chen
2017-11-30Add powerpc64 to compiler-rt build infrastructure.Sterling Augustine
2017-08-30[builtins] Prevent duplicate definitions for overridden functionsFrancis Ricci
2017-08-28Reland r311842 - [cmake] Remove i686 target that is duplicate to i386Michal Gorny
2017-08-27Revert r311842 - [cmake] Remove i686 target that is duplicate to i386Michal Gorny
2017-08-27[cmake] Remove i686 target that is duplicate to i386Michal Gorny
2017-08-01Revert rL309634 until upstream buildbots have upgraded libc.Sterling Augustine
2017-07-31Add powerpc64 to compiler-rt build infrastructure.Sterling Augustine
2017-05-02Roll back r301831 to fix broken powerpc64le tests.Sterling Augustine
2017-05-01Add powerpc64 and powerpc64le to build infrastructure.Sterling Augustine
2017-03-21[compiler-rt] respect CMAKE_EXE_LINKER_FLAGS in compiler and library testsBob Haarman
2017-01-26[Compiler-rt] Broken compiler-rt CMake configuring on WindowsOleg Ranevskyy
2017-01-10Make cmake link flag naming consistentFrancis Ricci
2017-01-09[cmake] Obtain LLVM_CMAKE_PATH from llvm-config if availableMichal Gorny
2016-12-12[compiler-rt] Support building builtins for a single targetPetr Hosek
2016-09-22cfi: Fixes for check-cfi when configured as an external project.Peter Collingbourne
2016-09-21[CMake] Rename back SIMPLE_SOURCE to compile as C++Jonas Hahnfeld
2016-09-20Revert "[CMake] Explicitly add --target option to compiler flags"Chris Bieneman
2016-09-20[CMake] Explicitly add --target option to compiler flagsChris Bieneman
2016-09-14[cmake] Support overriding llvm-config query resultsMichal Gorny
2016-08-22[cmake] Fix append_rtti_flag macro and bad var nameFilipe Cabecinhas
2016-08-19build: allow building a specific set of sanitizersSaleem Abdulrasool
2016-08-02[CMake] Load LLVMConfig for standalone build of builtinsJonas Hahnfeld
2016-07-22[compiler-rt][cmake] Don't reset CAN_TARGET_${arch} on every cmake invocation.Daniel Sanders
2016-07-20[compiler-rt] Fix target architecture matchingFrancis Ricci
2016-06-21[compiler-rt] Split cflags and link flags to avoid warningsEtienne Bergeron
2016-06-03[CMake] detect_target_arch needs to be moved to UtilsChris Bieneman
2016-05-03[CMake] NFC. Add support for testing the compiler without testing the linkerChris Bieneman
2016-04-28[CMake] Adding some missing CMake includes. NFC.Chris Bieneman
2016-03-05[cmake] Address Samsonov's post-commit review of r262723Filipe Cabecinhas
2016-02-17[CMake] [NFC] Move macro definitions out of config-ix.cmakeChris Bieneman
2016-01-27[compiler-rt] list_union() is actually an intersect operation. Rename it.Daniel Sanders
2015-12-10Revert "[CMake] Provide options for toggling on and off various runtime libra...Chris Bieneman
2015-12-09[CMake] Provide options for toggling on and off various runtime libraries.Chris Bieneman
2015-08-13[CMake] Add experimental support for building compiler-rt for iOSChris Bieneman
2015-05-20Silence some CMake 3.3 dev warnings in compiler-rtReid Kleckner
2015-04-09[ASan] Only include rpc headers if they are available.Yury Gribov
2014-10-23Cmake variables are global, which is why we would get crud like /machine:X86 ...Aaron Ballman
2014-10-15[compiler-rt] compiler-rt's CMake append_if function clashes with LLVM's, let...Kuba Brecka
2014-10-15[CMake] Cleanup CMake rules after r219302. NFC.Alexey Samsonov