aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt/cmake
AgeCommit message (Expand)AuthorFilesLines
2026-04-24[compiler-rt][TySan] Add Hexagon target support (#191603)Brian Cain1-1/+1
2026-04-23[compiler-rt] Set CMAKE_INSTALL_MESSAGE to NEVER for custom libcxx (#193666)Vitaly Buka1-2/+3
2026-04-22[compiler-rt] [Darwin] Enable arm64e tests on macOS (#193391)Andrew Haberlandt2-18/+21
2026-04-22[compiler-rt] Initial support for compiler-rt builtins on SPIRV64 target (#19...jinge903-2/+24
2026-04-13[compiler-rt] clang-cl: skip MSVC external-header probe; -std=c++ for unit-te...Alexandre Ganea2-1/+16
2026-04-08[compiler-rt] Enable sanitizers, XRay, etc for hexagon (#190300)Brian Cain1-7/+12
2026-04-07[compiler-rt] Enable minimal ubsan for GPU targets (#188289)Joseph Huber4-5/+13
2026-04-06[compiler-rt] Add hexagon to libFuzzer supported architectures (#190297)Brian Cain1-1/+1
2026-04-03[compiler-rt] Split the GPU.cmake cache file to AMDGPU and NVPTX (#190349)Joseph Huber2-3/+19
2026-04-02[Runtimes] Introduce variables containing resource dir paths (#177953)Michael Kruse2-45/+7
2026-04-01pass target triple to `check_assembler_flag` (#188521)Andrew Marshall1-0/+1
2026-03-30[compiler-rt] Enable GWP-ASan for Hexagon (#188410)Brian Cain1-1/+1
2026-03-29[compiler-rt][msan] Add MSan support for Hexagon (Linux) (#189124)Brian Cain1-1/+1
2026-03-27[compiler-rt] Fix irrelevant warning on the builtins target (#189055)Joseph Huber1-11/+15
2026-03-24[compiler-rt] Support unit tests for the GPU build (#187895)Joseph Huber2-1/+13
2026-03-24[compiler-rt] Error only if sanitizer builds are enabled (#187944)Midhunesh1-5/+6
2026-03-23[compiler-rt][ARM] cmake properties for complicated builtin sources (#179919)Simon Tatham1-4/+8
2026-03-18[compiler-rt] Update runtime build script to detect RPC XDR header for AIX (#...Midhunesh1-1/+18
2026-03-10[copmiler-rt] Initial support for building profile library on the GPU (#185552)Joseph Huber5-8/+12
2026-03-07[ubsan_minimal] Build on Solaris (#184976)Rainer Orth1-1/+1
2026-01-19[dfsan] Add dataflow sanitizer support for SystemZ (#168991)anoopkg61-1/+2
2026-01-08[compiler-rt] Add supported Arm arches for the baremetal profile lib (#172984)Volodymyr Turanskyy1-0/+10
2026-01-05[compiler-rt] Fix check-builtins buildbot failures (#174443)Andrew Haberlandt1-1/+1
2026-01-05Reland check-builtins target for LLVM_ENABLE_RUNTIMES (#171941)Andrew Haberlandt2-0/+13
2025-12-27[compiler-rt][builtins] Add `-Wno-c2y-extensions`NAKAMURA Takumi1-0/+1
2025-12-16[LFI] Introduce AArch64 LFI Target (#167061)Zachary Yedidia1-1/+1
2025-12-11Revert: check-builtins target for LLVM_ENABLE_RUNTIMES (#171940)Andrew Haberlandt2-13/+0
2025-12-10[compiler-rt] Add baremetal version of profile library. (#167998)Eli Friedman1-1/+1
2025-12-09 [JITLink] Add orc-runtime support for SystemZ (#171062)anoopkg61-1/+1
2025-12-08[compiler-rt] Add check-builtins target for LLVM_ENABLE_RUNTIMES builds (#166...Andrew Haberlandt2-0/+13
2025-12-05[clang] Revert changes to prefer the toolchain-provided libc++.dylibLouis Dionne1-15/+0
2025-12-05[clang][Darwin] Prefer the toolchain-provided libc++.dylib if there is one (#...Louis Dionne1-0/+15
2025-12-01[TySan] Attempt to unbreak build after #169036Nico Weber1-0/+1
2025-12-01[TySan] TySan support for SystemZ - Re-submission of original pr#162396 (#16...anoopkg61-1/+1
2025-11-26Revert "[tysan] Type Sanitizer support for SystemZ" (#169726)Ulrich Weigand1-1/+1
2025-11-26[scudo] Add scudo_standalone support for SystemZ (#166187)anoopkg61-1/+1
2025-11-26[tysan] Type Sanitizer support for SystemZ (#162396)anoopkg61-1/+1
2025-11-23[M68k][compiler-rt] Allow compiler-rt builtins to be built for M68k (#169256)Daniel Thornburgh1-1/+2
2025-11-19[Runtimes] Default build must use its own output dirs (#168266)Michael Kruse1-2/+2
2025-11-18[compiler-rt][ARM] Optimized mulsf3 and divsf3 (#168394)Simon Tatham1-0/+39
2025-11-13Revert "[compiler-rt][ARM] Optimized mulsf3 and divsf3" (#167906)Simon Tatham1-38/+0
2025-11-13[compiler-rt][ARM] Optimized mulsf3 and divsf3 (#161546)Simon Tatham1-0/+38
2025-10-21[compiler-rt] [CMake] Skip find_darwin_sdk_dir on disabled platforms (#163591)Andrew Haberlandt2-14/+28
2025-10-21[cmake][compiler-rt] Define _DEFAULT_SOURCE instead of enabling extensions (#...Raul Tambre1-6/+1
2025-10-16[AIX] Remove POST_BUILD from add_custom_command() (#163613)Xing Xue1-2/+0
2025-09-19[LLVM] Simplify GPU runtimes flag handling (#159802)Joseph Huber1-3/+1
2025-09-16[cmake] Add cmake file for hexagon-builtins baremetal (#151500)quic-k1-0/+26
2025-08-20[NFC][CMake] quote ${CMAKE_SYSTEM_NAME} consistently (#154537)David Tenty1-1/+1
2025-08-13[compiler-rt] Don't run arm64e builtins tests on darwin. (#153312)Ahmed Bougacha1-1/+3
2025-08-05Revert "[compiler-rt][test] Apply CFLAGS from sanitizer_common to all tests" ...gulfemsavrun1-8/+0