aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt
AgeCommit message (Expand)AuthorFilesLines
2024-03-15[asan][windows] Make tests more flexable (#85274)Charlie Barto25-241/+143
2024-03-15[msan] Re-exec with no ASLR if memory layout is incompatible on Linux (#85142)Thurston Dang3-14/+50
2024-03-15Revert "[compiler-rt] Avoid generating coredumps when piped to a tool" (#85390)antoine moynault2-24/+2
2024-03-15[compiler-rt] Also consider SIGPROF as a synchronous signalserge-sans-paille5-10/+12
2024-03-14[msan] Add 'MappingDesc::ALLOCATOR' type and check it is available (#85153)Thurston Dang3-13/+34
2024-03-14Revert "[compiler-rt] Also consider SIGPROF as a synchronous signal (#85188)"...dyung1-3/+1
2024-03-14[compiler-rt] Also consider SIGPROF as a synchronous signal (#85188)serge-sans-paille1-1/+3
2024-03-13[lsan] Disable symbolization in testVitaly Buka1-5/+2
2024-03-13Reapply "[sanitizer][asan][win] Intercept _strdup on Windows (#85006)Charlie Barto3-16/+31
2024-03-13[scudo] Refactor allocator config to support optional flags (#81805)ChiaHungDuan15-170/+498
2024-03-13[asan][windows] fix issue64990 test (#85137)Charlie Barto1-2/+2
2024-03-13[compiler-rt] Avoid generating coredumps when piped to a toolAlexander Richardson2-2/+24
2024-03-13[compiler-rt] Remove llvm_gtest dependency from unit testsAlexander Richardson10-11/+9
2024-03-13[compiler-rt] reimplements GetMemoryProfile for netbsd. (#84841)David CARLIER3-2/+15
2024-03-13[compiler-rt] Fix interceptors with AArch64 BTI (#84061)Marco Elver2-4/+14
2024-03-12[sanitizer] Reject unsupported -static at link time (#83524)Fangrui Song5-0/+8
2024-03-12[tsan] Disabled test dead locking on glibc-2.38Vitaly Buka2-1/+5
2024-03-12[sanitizer][windows] report symbols in clang_rt. or \compiler-rt\lib\ as inte...Charlie Barto1-0/+4
2024-03-12[tsan] Add missing link option to tsan test after #84923Dave Clausen1-1/+1
2024-03-12Fix race in the implementation of __tsan_acquire() (#84923)Dave Clausen2-1/+44
2024-03-12[AArch64][SME] Add BTI and No Exec Stack markers to sme-abi.S (#84895)Dani1-12/+22
2024-03-12[AArch64] Fix COMPILER_RT_HAS_AUXV for builtins. (#84816)Dani1-0/+3
2024-03-11[NFC] [scudo] Move static_assert to class it concerns (#84245)Florian Mayer1-4/+5
2024-03-11[NFC] [scudo] move static_assert closer to class it relates to (#84257)Florian Mayer2-10/+4
2024-03-11Typo: ponitHans Wennborg1-1/+1
2024-03-11[compiler-rt] Mark more calls as blocking (#77789)Pavel Labath3-39/+107
2024-03-09[sanitizer] Disable COMPILER_RT_HAS_TRIVIAL_AUTO_INIT on PowerPC to fix the botVitaly Buka1-1/+4
2024-03-09Revert "[NFC][compiler-rt] Try to collect more info about crashes on bot"Vitaly Buka1-1/+0
2024-03-09[NFC][compiler-rt] Try to collect more info about crashes on botVitaly Buka1-0/+1
2024-03-09[asan] [test] Mark a new test UNSUPPORTED for MinGW targetsMartin Storsjö1-0/+2
2024-03-09[compiler-rt] Adds builtins support for xros. (#83484)rohit-rao2-0/+8
2024-03-08[tsan] Intercept __tls_get_addr_earlierAlexander Richardson1-9/+11
2024-03-08[tsan] Fix running check-ubsan with COMPILER_RT_DEBUG=ONAlexander Richardson1-2/+4
2024-03-08[compiler-rt] Simplify and rename of operator_new_size_typeAlexander Richardson3-12/+5
2024-03-08Revert "[builtins] Disable COMPILER_RT_CRT_USE_EH_FRAME_REGISTRY by d… (#84...Daniel Thornburgh2-1/+11
2024-03-08Skip MemtagBasicDeathTest#Unsupported when running with HWASan (#84243)Florian Mayer1-0/+5
2024-03-08[Asan] Add "funclet" OpBundle to generated runtime calls if required by EH pe...sylvain-audi1-0/+18
2024-03-08[compiler-rt] Unbreak GCC builds after bfa6444a332f82843Alex Richardson1-1/+2
2024-03-07[compiler-rt] Fix incorrect usages of check_cxx_compiler_flagAlexander Richardson1-16/+16
2024-03-08[compiler-rt][Fuzzer] fix windows typo (#84407)David CARLIER1-1/+1
2024-03-08[compiler-rt] adding fchmodat2 syscall introduced in Linux 6.6. (#82275)David CARLIER1-0/+9
2024-03-07[compiler-rt][fuzzer] Reland "SetThreadName windows implementation" (#83562)David CARLIER1-4/+21
2024-03-06[compiler-rt] Only query llvm-config in the orc testsAlexander Richardson2-16/+12
2024-03-06[MSan] Pass -fsanitize-ignorelist to the instrumented libcxxabiAlexander Richardson1-1/+2
2024-03-06[NFC] [scudo] remove DCHECK (#84255)Florian Mayer1-1/+0
2024-03-06[test] Make two sanitize-coverage tests pass with glibc 2.39+Fangrui Song2-2/+6
2024-03-06[Profile][Windows] Fix flakyness when checking existence of binary id (#84196)Zequan Wu1-2/+3
2024-03-05[compiler-rt/darwin] Disable building sanitizers on platforms without fork()....rohit-rao1-1/+1
2024-03-04[SelectionDAG] Add `STRICT_BF16_TO_FP` and `STRICT_FP_TO_BF16` (#80056)Shilei Tian3-0/+29
2024-03-04Revert "[SelectionDAG] Add `STRICT_BF16_TO_FP` and `STRICT_FP_TO_BF16` (#80056)"Shilei Tian3-21/+0