aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt
AgeCommit message (Expand)AuthorFilesLines
2024-01-08[test][sanitizer] Check summary function and a single stack frameVitaly Buka1-8/+16
2024-01-08[msan] Unwind stack before fatal reports (#77168)Vitaly Buka4-12/+46
2024-01-08[test][hwasan] Test function name in summaries #77391 (#77397)Vitaly Buka4-11/+11
2024-01-08[NFC][msan] Switch allocator interface to use BufferedStackTrace (#77363)Vitaly Buka2-25/+27
2024-01-05[NFC][sanitizer] Add consts to SkipInternalFrames (#77162)Vitaly Buka3-6/+6
2024-01-05[NFC][sanitizer] Move SymbolizedStackHolder into sanitizer_common (#77152)Vitaly Buka7-37/+40
2024-01-05[ubsan] Drop terminal "in " from reports without functions (#77163)Vitaly Buka2-3/+3
2024-01-05[NFC][tsan] Move SkipInternalFrames into sanitizer_common (#77146)Vitaly Buka3-15/+25
2024-01-05[tsan] Fallback to top frame (#77145)Vitaly Buka1-4/+5
2024-01-05[NFC][tsan] `ptr != 0` to implicit check (#77144)Vitaly Buka1-3/+3
2024-01-05[tsan] Generalize FrameIsInternal (#77143)Vitaly Buka1-6/+2
2024-01-04[InstrProf] No linkage prefixes in IRPGO names (#76994)Ellis Hoag1-14/+0
2024-01-04[llvm-profdata] Use semicolon as the delimiter for supplementary profiles. (#...Mingming Liu1-0/+86
2024-01-04[ORC] Refactor executor symbol lookup to use ExecutorSymbolDef (NFC) (#76989)Ben Langmuir5-19/+206
2024-01-04[Coverage][clang] Enable MC/DC Support in LLVM Source-based Code Coverage (3/3)Alan Phipps1-0/+26
2024-01-02[compiler-rt] enable pwritev interception on freebsd/netbsd. (#76759)David CARLIER1-1/+2
2024-01-02[compiler-rt] unbreak android buildDavid Carlier1-2/+1
2024-01-02[hwasan] Workaround unsupported AssignmentTrackingPass (#76547)Vitaly Buka3-3/+6
2024-01-02[compiler-rt] eventfd api interception on freebsd. (#76564)David CARLIER5-4/+11
2024-01-02[builtins] Avoid using long double in FreeBSD standalone environment (#76175)Dimitry Andric1-3/+1
2023-12-29[X86] Fix warning in cpu detection due to unsigned comparisonAiden Grossman1-1/+1
2023-12-29[asan] Ignore vDSO on FreeBSD (#76223)Rainer Orth1-0/+5
2023-12-29[builtins] Fix CPU feature detection for FreeBSD on AArch64 (#76532)Dimitry Andric1-0/+3
2023-12-29[compiler-rt] Remove a few workarounds for FreeBSD 9.x (#76263)Brad Smith9-193/+3
2023-12-28[compiler-rt] intercept sched_getaffinity on freebsd. (#76509)David CARLIER2-2/+3
2023-12-28[tsan] Add support for linux/loongarch64 in lib/tsan/go/buildgo.sh (#72819)abner chenc3-1/+41
2023-12-26[hwasan] Make stack variables output consistent with globals (#76197)Vitaly Buka7-17/+11
2023-12-26[sanitizers] Optimize locking StackDepotBase for fork (#76280)Vitaly Buka2-4/+22
2023-12-24asan_static x86-64: Support 64-bit ASAN_SHADOW_OFFSET_CONST redux (#76185)Dan McGregor1-0/+5
2023-12-24[builtins] Fix CPU feature detection for Zircon (#76276)Petr Hosek2-16/+44
2023-12-23[NFC][sanitizer] Rename to Lock{Before,After}Fork StackDepotBase locking (#76...Vitaly Buka6-14/+17
2023-12-22[NFC][sanitizer] Rename Lock{Before,After}Fork suffixes locking StackDepotBas...Vitaly Buka11-86/+109
2023-12-22[test][hwasan] Re-enabled android testVitaly Buka1-3/+0
2023-12-22[test][hwasan] Add -g required for the testVitaly Buka1-1/+1
2023-12-22[tsan] Only intercept pthread_mutex_clocklock on Linux (#76220)Rainer Orth1-0/+2
2023-12-21[X86] Add CPU detection for more znver2 CPUs (#74955)Aiden Grossman1-13/+37
2023-12-21[test][hwasan] XFAIL new test which fails for unknown reasonVitaly Buka1-0/+3
2023-12-21[test][hwasan] Update another test after #76133Vitaly Buka1-0/+2
2023-12-21[test][hwasan] Try to fix Android botVitaly Buka1-1/+1
2023-12-21[hwasan] Classify stack overflow, and use after scope (#76133)Vitaly Buka5-11/+91
2023-12-21[hwasan] Respect strip_path_prefix printing locals (#76132)Vitaly Buka2-2/+35
2023-12-21[test][hwasan] Update tests missed by #76130Vitaly Buka2-4/+4
2023-12-21[hwasan] Separate sections in report (#76130)Vitaly Buka1-4/+6
2023-12-21[test][hwasan] Clang-format a testVitaly Buka1-31/+31
2023-12-20[NFC][sanitizer] Fix typo in commentVitaly Buka1-3/+3
2023-12-20[sanitizer] Add graceful handling of exceeding StackStore limit. (#76115)kda2-2/+11
2023-12-20[symbolizer] Don't threat symbolizer API as optional (#76103)Vitaly Buka1-17/+10
2023-12-20[Profile] Dump binary id to raw profiles on Windows. (#75618)Zequan Wu2-0/+92
2023-12-19[compiler-rt][test]Mark thinlto icp test as UNSUPPORTED on ppc. (#76008)Mingming Liu1-0/+4
2023-12-19[test] Restrict thinlto icp IR test to little endian systems, and the compile...Mingming Liu1-2/+2