summaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)Author
2016-12-20[scudo] ARM32 supportKostya Kortchinsky
2016-12-15Fix simple cmake error when COMPILER_RT_SUPPORTED_ARCH is empty.Marcos Pividori
2016-12-12[compiler-rt] Support building builtins for a single targetPetr Hosek
2016-12-05[compiler-rt] Remove duplicates from COMPILER_RT_SUPPORTED_ARCHKuba Mracek
2016-11-30[scudo] 32-bit and hardware agnostic supportKostya Kortchinsky
2016-11-29[sanitizer] Add macOS minimum deployment target to all compiler invocations i...Kuba Mracek
2016-11-29Revert "Revert "[ASan] Enable on SystemZ.""Marcin Koscielnicki
2016-11-29builtins: switch to c11 from c99Saleem Abdulrasool
2016-11-23Revert "[ASan] Enable on SystemZ."Marcin Koscielnicki
2016-11-23[ASan] Enable on SystemZ.Marcin Koscielnicki
2016-11-23[profile] Enable on SystemZ.Marcin Koscielnicki
2016-11-21[XRay] Support AArch64 in compiler-rtDean Michael Berris
2016-11-16[XRay][compiler-rt] Disable XRay instrumentation of the XRay runtime.Dean Michael Berris
2016-11-14[sanitizer] Max out allowed macOS deployment targets to 10.9Kuba Brecka
2016-10-25Remove a VS 2012 workaround, we require 2015 now.Nico Weber
2016-10-06[ESan][MIPS] Adds support for MIPS64Sagar Thakur
2016-10-05[compiler-rt] Enable building iOS by default.Anna Zaks
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] Fix error preventing simulator sanitizers from buildingChris Bieneman
2016-09-20[CMake] Explicitly add --target option to compiler flagsChris Bieneman
2016-09-20[XRay] ARM 32-bit no-Thumb support in compiler-rtDean Michael Berris
2016-09-17[compiler-rt] Disable building of profiling runtime when LLVM_USE_SANITIZER i...Kuba Brecka
2016-09-14[cmake] Support overriding llvm-config query resultsMichal Gorny
2016-09-08Revert "[XRay] ARM 32-bit no-Thumb support in compiler-rt"Renato Golin
2016-09-08Really fix warnings about passing -std=gnu99 to MSVCReid Kleckner
2016-09-08Revert "[ESan][MIPS] Adds support for MIPS64"Qin Zhao
2016-09-08[XRay] ARM 32-bit no-Thumb support in compiler-rtDean Michael Berris
2016-09-07[compiler-rt] Allow sanitizers to be compiled for windows with clangFrancis Ricci
2016-09-07[compiler-rt] Fix library suffixes on windowsFrancis Ricci
2016-09-07[ESan][MIPS] Adds support for MIPS64Sagar Thakur
2016-09-01build: profile is not a sanitizerSaleem Abdulrasool
2016-08-26[CMake] Connect Compiler-RT targets to LLVM Runtimes directoryChris Bieneman
2016-08-25[builtins] Make sure builtin compile tests respect CMAKE_C_COMPILER_TARGETFrancis Ricci
2016-08-22[compiler-rt] Use flags found when configuring builtins during compilationFrancis Ricci
2016-08-22[cmake] Fix append_rtti_flag macro and bad var nameFilipe Cabecinhas
2016-08-19[CMake] Support building on OS X without Xcode installationChris Bieneman
2016-08-19[CMake] Add top-level install-compiler-rt targetChris Bieneman
2016-08-19build: allow building a specific set of sanitizersSaleem Abdulrasool
2016-08-18[CMake] Stop building eprintf library on DarwinChris Bieneman
2016-08-15[CMake] Renaming test variable to be consistentChris Bieneman
2016-08-12[CMake] If the compiler supports _Atomic include atomic.c in builtins librariesChris Bieneman
2016-08-05builtins: windows has only one flavour on ARMSaleem Abdulrasool
2016-08-02Revert "[CMake] Pass -nostdlib if supported"Jonas Hahnfeld
2016-08-02[CMake] Pass -nostdlib if supportedJonas Hahnfeld
2016-08-02[CMake] Load LLVMConfig for standalone build of builtinsJonas Hahnfeld
2016-08-01[CMake] Don't trust compiler error code, also check for errorsChris Bieneman
2016-07-22[compiler-rt][cmake] Don't reset CAN_TARGET_${arch} on every cmake invocation.Daniel Sanders
2016-07-21Revert r276256 - Attempt to fix clang-cmake-mips after r268977.Daniel Sanders