aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt
AgeCommit message (Expand)AuthorFilesLines
2024-07-22Replace |& with 2>&1 in ignore_free_hooks test. (#100004)Amy Huang2-10/+10
2024-07-22[rtsan] Remove android support (#99964)Chris Apple1-1/+1
2024-07-22[PGO] Sync InstrProfData.inc from llvm to compiler-rt (#99930)xur-llvm1-0/+1
2024-07-22[compiler-rt] Moved cmake libatomic check to top level config-ix (#99437)Chris Apple3-5/+4
2024-07-22[compiler-rt][rtsan] Use sanitizer internal allocator during rtsan init to av...davidtrevelyan4-4/+47
2024-07-22[InstrPGO][TypeProf]Annotate vtable types when they are present in the profil...Mingming Liu1-4/+23
2024-07-22[builtins] Use __builtin_clzll for 64-bit types (#99874)Sergei Barannikov2-20/+2
2024-07-22[AArch64][SME] Make use of Arm Optimised Routines in compiler-rt (#99326)Kerry McLaughlin3-76/+345
2024-07-22[compiler-rt] fix couple of netbsd build warnings. (#99745)David CARLIER3-4/+5
2024-07-21[compiler-rt][RISCV] Implement __init_riscv_feature_bits (#85790)Piyou Chen2-0/+299
2024-07-20[compiler-rt] lsan remove unneeded comma for pthread_atfork declaration. (#99...David CARLIER1-1/+1
2024-07-20Remove 3DNow! from X86TargetParser. (#99352)James Y Knight1-1/+1
2024-07-20[compiler-rt] remove unneeded comma for pthread_atfork declaration (#99739)David CARLIER1-1/+1
2024-07-19[compiler-rt] dump registers for FreeBSD/i386 (#99702)David CARLIER2-0/+29
2024-07-19Dump regs fbsd fix (#99676)David CARLIER3-7/+59
2024-07-19[tsan] Consume leading zeroes in a testVitaly Buka1-6/+6
2024-07-19[safestack] Support multilib testing (#98002)Rainer Orth3-19/+36
2024-07-18[asan] Consume leading zeroes in a testVitaly Buka1-8/+8
2024-07-19[safestack] Various 32-bit Linux fixes (#99455)Rainer Orth2-2/+27
2024-07-18[NFC][sanitizer] Fix `unused variable 'RegName'` warningVitaly Buka1-0/+2
2024-07-18[compiler-rt] Cleanup use of COMPILER_RT_INCLUDE_TESTS (#98246)Vitaly Buka14-125/+103
2024-07-18[compiler-rt] Fix a warningKazu Hirata1-1/+2
2024-07-18[sanitizer_common] Use %p to print addresses (#98578)Vitaly Buka14-41/+50
2024-07-18[sanitizer] Use strict-whitespace in testsVitaly Buka2-5/+5
2024-07-18[compiler-rt] Add `DumpAllRegisters` impl (#99049)Dmitriy Chestnykh3-1/+151
2024-07-18[sanitizer] Fix running sanitizer_set_report_path_test on Android (#99469)Ilya Leoshkevich1-7/+4
2024-07-18[RISCV][sanitizer] Fix sanitizer support for different virtual memory layout ...Hau Hsu3-8/+11
2024-07-18[safestack] Various Solaris fixes (#99290)Rainer Orth4-9/+66
2024-07-18[sanitizer] Fix running sanitizer_bad_report_path_test on Linux as root (#97732)Ilya Leoshkevich2-28/+9
2024-07-17[NFC][fuzzer] Remove unhelpful lit notesVitaly Buka1-6/+2
2024-07-17[libFuzzer] Fix incorrect coverage number in fork mode (#82335)Scallop Ye1-1/+1
2024-07-17[scudo] Add static vector functionality. (#98986)Joshua Baehring3-11/+14
2024-07-17[compiler-rt][www] Update standalone build instruction (#98707)Vitaly Buka1-3/+2
2024-07-17[nsan] Swap alignas and visibility order (NFC) (#98933)Nikita Popov1-11/+10
2024-07-16[tsan] Replace ALIGNED with alignasFangrui Song8-16/+15
2024-07-16Preadv2 pwritev2 san reapply (#99089)David CARLIER3-0/+73
2024-07-16[tsan] Avoid ALIGNED in tsan_platform_mac.cpp. NFCFangrui Song1-2/+2
2024-07-16Revert "[tsan] Replace ALIGNED with alignas" (#99240)Daniel Thornburgh9-16/+17
2024-07-16NFC: Mark instrprof-gc-sections.c unsupported on ppc64leKamau Bridgeman1-1/+2
2024-07-16Revert "[compiler-rt] adding preadv2/pwritev2 interceptions." (#99085)Daniel Thornburgh3-65/+0
2024-07-16[tsan] Replace ALIGNED with alignasFangrui Song9-17/+16
2024-07-16[msan] Support prctl PR_GET_NAME call (#98951)Chris Cotter3-1/+39
2024-07-16XFAIL: lld-available lit.cfg tag does not work as intended. (#99056)Kamau Bridgeman1-1/+1
2024-07-16[sanitizer_common] Fix TgKill on Solaris (#98000)Rainer Orth1-1/+3
2024-07-15[compiler-rt] Add code owner for nsan (#98967)Alexander Shaposhnikov1-0/+4
2024-07-15[sanitizer] Replace ALIGNED with alignasFangrui Song20-37/+36
2024-07-15[compiler-rt] adding preadv2/pwritev2 interceptions. (#97216)David CARLIER3-0/+65
2024-07-15[compiler-rt][nsan] Disable coredump creation (#98807)Dmitriy Chestnykh1-1/+6
2024-07-14[compiler-rt][nsan] Improve nsan reports (#98798)Dmitriy Chestnykh1-3/+5
2024-07-14[NFC] Fix some typos (#98791)c8ef1-1/+1