aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt
AgeCommit message (Expand)AuthorFilesLines
2024-01-15[sanitizer] Fix builds after #77991Vitaly Buka2-0/+2
2024-01-12[sanitizer_common][fuchsia] Get correct vmar infoLeonard Chan1-9/+17
2024-01-12[compiler-rt][builtins] Add a missing 'const' to the Apple __init_cpu_feature...Jon Roelofs1-1/+1
2024-01-11Revert "[builtins] Generate __multc3 for z/OS" (#77881)Vitaly Buka4-14/+6
2024-01-11[builtins] Generate __multc3 for z/OS (#77554)Sean Perry4-6/+14
2024-01-11[compiler-rt][fuchsia] Preallocate a vmar for sanitizer internals (#75256)PiJoules1-14/+63
2024-01-11[asan] Enable StackSafetyAnalysis by defaultFangrui Song2-2/+6
2024-01-11Revert "[asan] Enable StackSafetyAnalysis by default"Zequan Wu2-6/+2
2024-01-11[sanitizer] Fix asserts in asan and tsan in pthread interceptors. (#75394)goussepi5-6/+79
2024-01-10[docs][IRPGO]Document two binary formats for instrumentation-based profiles, ...Mingming Liu1-0/+2
2024-01-10[asan] Enable StackSafetyAnalysis by defaultFangrui Song2-2/+6
2024-01-10[scudo] Condition variable can be disabled by setting the flag to off (#77532)ChiaHungDuan1-1/+1
2024-01-10[compiler-rt][profile] remove unneeded freebsd hack. (#77209)David CARLIER1-9/+0
2024-01-09Revert "[PGO] Exposing PGO's Counter Reset and File Dumping APIs (#76471)"Vitaly Buka5-166/+50
2024-01-09Revert "[PGO] Fix `instrprof-api.c` on Windows (#77508)"Vitaly Buka1-2/+2
2024-01-09Make SANITIZER_MIN_OSX_VERSION a cache variable (#74394)Chris Apple1-8/+13
2024-01-09[sanitizer] Select non-internal frames in ReportErrorSummary (#77406)Vitaly Buka10-42/+58
2024-01-09[PGO] Fix `instrprof-api.c` on Windows (#77508)Qiongsi Wu1-2/+2
2024-01-09[PGO] Exposing PGO's Counter Reset and File Dumping APIs (#76471)Qiongsi Wu5-50/+166
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