summaryrefslogtreecommitdiff
path: root/compiler-rt/cmake
Commit message (Expand)AuthorAgeFilesLines
* [CMake][fuzzer] Add riscv64 to fuzzer supported arch listEli Kobrin2023-05-111-1/+2
* Typo fixHans Wennborg2023-05-021-1/+1
* [compiler-rt] [test] Add an .exe suffix for unit test executables on MinGWMartin Storsjö2023-04-251-1/+1
* [CMake] Don't set absolute paths as install runpaths on ELF platforms in llvm...Butta2023-04-191-2/+2
* Revert "[cmake] Explicitly disable download step"Vitaly Buka2023-04-191-1/+0
* [cmake] Explicitly disable download stepVitaly Buka2023-04-191-0/+1
* [crt] Enable sparc and mips targetsReagan Bohan2023-04-121-1/+4
* [compiler-rt] Check for missing CMAKE_C_COMPILER_TARGET when using COMPILER_R...David Spickett2023-04-061-0/+4
* Revert "Reland "[compiler-rt] Drop -Werror in compiler flag checks""Nikita Popov2023-04-032-31/+28
* Reland "[compiler-rt] Drop -Werror in compiler flag checks"Sergei Barannikov2023-04-032-28/+31
* Revert "[compiler-rt] Quote multiple warning flags in check_cxx_compiler_flag...Nikita Popov2023-04-031-15/+15
* [compiler-rt] Quote multiple warning flags in check_cxx_compiler_flag invocationSergei Barannikov2023-04-011-15/+15
* Revert "[compiler-rt] Quote multiple warning flags in check_cxx_compiler_flag...Mitch Phillips2023-03-291-16/+16
* [compiler-rt] Quote multiple warning flags in check_cxx_compiler_flag invocationSergei Barannikov2023-03-291-16/+16
* [PATCH] Enable targeting riscv64-linux-androidColin Cross2023-03-231-1/+1
* [Sanitizer] [Scudo] Add riscv64 support for scudoJun Sha (Joshua)2023-03-181-1/+1
* [compiler-rt][builtins] Support builtins for armv8m.baseFrank Dischner2023-03-141-1/+1
* [builtins] Only build float16/bfloat16 code if actually supportedAlex Richardson2023-03-081-16/+0
* [Sanitizers] Disable armv7* sanitizers slice for iosusama hameed2023-03-021-0/+5
* Revert "[CMake] Unify llvm_check_linker_flag and llvm_check_compiler_linker_f...Petr Hosek2023-02-221-9/+9
* [CMake] Unify llvm_check_linker_flag and llvm_check_compiler_linker_flagPetr Hosek2023-02-221-9/+9
* [NFC][compiler-rt] Shorten commentTobias Hieta2023-02-101-2/+1
* [CMake][compiler-rt] Support clang-cl in CompilerRTMockLLVMCMakeConfigTobias Hieta2023-02-101-1/+7
* [compiler-rt][macOS]: Disable iOS support if iOS SDK is not foundTobias Hieta2023-02-081-1/+13
* [clang][compiler-rt] Support LLVM_ENABLE_PER_TARGET_RUNTIME_DIR on Arm Linux ...David Spickett2023-01-311-0/+19
* [NFC][sanitizers] Add COMPILER_RT_HAS_WTHREAD_SAFETY_*_FLAGVitaly Buka2023-01-181-0/+3
* [CompilerRT] Remove sanitizer support for i386 iossimusama hameed2023-01-171-0/+5
* [lsan] Add lsan support for loongarch64Youling Tang2023-01-141-1/+1
* [compiler-rt] support armv5t, armv6Ties Stuij2023-01-111-1/+1
* [CMake] Remove unused ALL_SCUDO_SUPPORTED_ARCH after D138157Fangrui Song2022-12-301-2/+0
* [RISC-V][HWASAN] Enable HWASAN for RISC-V architectureAlexey Baturo2022-12-141-1/+1
* [safestack] Enable loongarch64Youling Tang2022-12-101-1/+1
* [compiler-rt] Add opt-in -ftrivial-auto-var-init flag for writing over uninit...Leonard Chan2022-12-081-0/+1
* [ubsan] Enable loongarch64Youling Tang2022-12-081-1/+2
* [tsan] Add tsan support for loongarch64Youling Tang2022-12-081-1/+2
* [compiler-rt] Make get_test_cc_for_arch() complain on accidental extra argsNico Weber2022-12-071-0/+3
* Revert "[CMake] Use LLVM_TARGET_TRIPLE in runtimes"Leonard Chan2022-12-051-2/+2
* Make -fsanitize=scudo use scudo_standalone. Delete check-scudo.Mitch Phillips2022-12-021-14/+9
* [compiler-rt] support armv4tTies Stuij2022-12-012-2/+3
* [CMake] Use LLVM_TARGET_TRIPLE in runtimesPetr Hosek2022-11-291-2/+2
* Revert "Make -fsanitize=scudo use scudo_standalone. Delete check-scudo."Hans Wennborg2022-11-231-1/+12
* Make -fsanitize=scudo use scudo_standalone. Delete check-scudo.Mitch Phillips2022-11-221-12/+1
* [scudo] Add loongarch64 support for scudoYouling Tang2022-11-221-2/+2
* [clang] Only use major version in resource dirTimm Bäder2022-11-101-4/+4
* [compiler-rt] Set CMP0114 policy for standalone buildVitaly Buka2022-11-081-0/+6
* [CMake] Fix -Wstrict-prototypesSam James2022-11-082-2/+2
* [compiler-rt] Switch from llvm-config to find_package(LLVM)Michał Górny2022-11-021-111/+35
* [compiler-rt][builtins] Support builtins for LoongArchYouling Tang2022-11-014-2/+15
* Revert "[compiler-rt] Switch from llvm-config to find_package(LLVM)"Michał Górny2022-11-011-22/+113
* [compiler-rt] Switch from llvm-config to find_package(LLVM)Michał Górny2022-11-011-113/+22