aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt
AgeCommit message (Expand)AuthorFilesLines
2024-02-23[NFC] Make RingBuffer an atomic pointer (#82547)Florian Mayer1-62/+86
2024-02-23[hwasan] Add missing printf parameter in __hwasan_handle_longjmp (#82559)Thurston Dang1-1/+1
2024-02-23[X86] Support APXF to enable __builtin_cpu_supports. (#80636)Freddy Ye1-2/+4
2024-02-22[AArch64] Implement __builtin_cpu_supports, compiler-rt tests. (#82378)Pavel Iliin2-1/+18
2024-02-22[scudo] increase frames per stack to 16 for stack depot (#82427)Florian Mayer1-1/+6
2024-02-21Revert type profiling change as compiler-rt test break on Windows. (#82583)Mingming Liu8-236/+39
2024-02-21[TypeProf][InstrPGO] Introduce raw and instr profile format change for type p...Mingming Liu8-39/+236
2024-02-21[compiler-rt][Fuchsia] Propogate raw_report to UnmapOrDieVmar (#82566)PiJoules1-9/+8
2024-02-21Do not call disable / enable on null depot (#82542)Florian Mayer1-2/+4
2024-02-21Unbreak *tf builtins for hexfloat (#82208)Alexander Richardson4-19/+34
2024-02-21[nfc]For InstrProfData.inc, clang-format functions and opt-out of formatting ...Mingming Liu1-13/+20
2024-02-20Fix __isOSVersionAtLeast for Android (#80496)Jooyung Han1-2/+2
2024-02-20[Fuzzer] Use user signal to coordinate handler shutdown (#82067)James Robinson1-2/+3
2024-02-19[Sanitizer][Windows] Fix Windows buildbot failure after 64790064e82467b43c04a...Enna12-6/+3
2024-02-19[sanitizer][fuchsia] Fix fuchsia buildbot failure after 64790064e82467b43c04a...Enna11-1/+1
2024-02-19[asan] Use InternalMmapVectorNoCtor for error_message_buffer, reallocate if n...Enna13-24/+26
2024-02-16[NFC] fix typoFlorian Mayer1-1/+1
2024-02-16[NFC] fix type mismatch in test.Florian Mayer1-4/+4
2024-02-16Reland^2 "[scudo] resize stack depot for allocation ring buffer"Florian Mayer6-69/+215
2024-02-16[sanitizer] Lift AsanDoesNotSupportStaticLinkage to sanitizer_common.h. NFC (...Fangrui Song10-30/+15
2024-02-16Revert "Reland "[scudo] resize stack depot for allocation ring buffer"" (#82088)Florian Mayer6-219/+69
2024-02-16Reland "[scudo] resize stack depot for allocation ring buffer" (#81028)Florian Mayer6-69/+219
2024-02-16[compiler-rt] simplifying ::ReExec for freebsd. (#79711)David CARLIER2-8/+15
2024-02-16[scudo] Add ALWAYS_INLINE to ScopedTSD ctor (#81982)Fabio D'Urso2-2/+2
2024-02-16[AIX] Add a dummy variable in the __llvm_orderfile section (#81968)Wael Yehia2-1/+10
2024-02-16[asan] Intercept __makecontext_v2 on Solaris/SPARC (#81588)Rainer Orth1-0/+17
2024-02-15[hwasan] Fix stack tag mismatch report (#81939)Vitaly Buka2-27/+69
2024-02-15[NFC][hwasan] Reduce nesting in functionVitaly Buka1-55/+55
2024-02-15[NFC][hwasan] Add CHECK_LT(fp, kRecordFPModulus)Vitaly Buka1-1/+2
2024-02-15[InstrProf] Test that entry coverage counts accumulate (#81806)Ellis Hoag2-0/+16
2024-02-14[ubsan,test] Disable static-link.cpp for i386 and internal_symbolizerFangrui Song1-0/+1
2024-02-14[llvm][compiler-rt] Connect lit dependencies to test-depends targets. (#81783)Daniel Rodríguez Troitiño1-1/+5
2024-02-14[ubsan] Support static linking with standalone runtime (#80943)Fangrui Song2-1/+6
2024-02-13[Sanitizers][ABI] Remove too strong assert in asan_abi_shim (#81696)Mariusz Borsa1-1/+1
2024-02-12[Sanitizers][ABI] Build ASAN shim for arm64_32 arch (#81066)Mariusz Borsa1-1/+2
2024-02-10[compiler-rt][profile] Fix InstrProfilingFile possible resource leak. (#81363)David CARLIER1-0/+3
2024-02-10[hwasan] Call user provided callback function for both fatal and non-… (#80...Enna11-1/+1
2024-02-07[MemProf][NFC] Clean up runtime code (#80581)Enna15-17/+11
2024-02-06[MemProf][NFC] Compute SHADOW_ENTRY_SIZE from MEM_GRANULARITY and SHA… (#80...Enna11-2/+2
2024-02-06[Sanitizer][NFC] Replaces a few `InternalScopedString::AppendF` with `Interna...Enna15-24/+24
2024-02-05Revert "[scudo] [MTE] resize stack depot for allocation ring buffer" (#80777)Florian Mayer6-219/+69
2024-02-05[scudo] [MTE] resize stack depot for allocation ring buffer (#74515)Florian Mayer6-69/+219
2024-02-05[scudo] Add ScopedTSD to avoid releasing TSD manually (#80061)ChiaHungDuan5-98/+130
2024-02-05[Profile][Windows] Drop extern for __buildid. (#80700)Zequan Wu1-1/+1
2024-02-04[X86] Support more ISAs to enable __builtin_cpu_supports (#79086)Freddy Ye1-12/+214
2024-02-03[compiler-rt] Remove duplicate MS names for chkstk symbols (#80450)Martin Storsjö2-4/+0
2024-02-02[builtins][FMV] Remove dead include from fmv/apple.inc. NFCJon Roelofs1-1/+0
2024-01-30[dfsan] Wrap glibc 2.38 __isoc23_* functions (#79958)Fangrui Song3-155/+59
2024-01-29[scudo] Add StackDepot lock to enable/disable. (#79670)Evgenii Stepanov2-0/+9
2024-01-29[sanitizer] Allow *___lcxx_override symbolse in symbolizer (#79904)Vitaly Buka2-2/+9