aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt
AgeCommit message (Expand)AuthorFilesLines
2024-07-29[nsan] Remove mallopt from nsan_interceptors (#101055)Daniel Martinez1-10/+0
2024-07-29[compiler-rt] Fix format string warnings in FreeBSD DumpAllRegisters (#101072)Dimitry Andric1-16/+16
2024-07-29[Memprof] Changes `HISTOGRAM_GRANULARITY` from 8U to 8ULL. (#100949)Matthew Weingarten1-1/+1
2024-07-29[InstrProf] Remove duplicate definition of IntPtrTDimitry Andric1-1/+0
2024-07-29Log errno (or fuchsia equivalent) on map failures (#95391)Mitch Phillips8-21/+101
2024-07-29[compiler-rt][test] Disable lld tests on SPARC (#100533)Rainer Orth1-0/+4
2024-07-27[compiler-rt] Delete unused test shell scripts (#100889)Aiden Grossman2-81/+0
2024-07-25[compiler-rt][ubsan][nfc-ish] Fix a type conversion bug (#100665)Alan Zhao1-1/+1
2024-07-25Normalize ptrauth handling in sanitizer runtime (#100483)Anton Korobeynikov1-22/+24
2024-07-25[compiler-rt][Profile][Darwin] Fix a test that expected an alignment … (#10...Jon Roelofs1-11/+12
2024-07-24[ThinLTO][TypeProf] Import local-linkage global var for mod1:func_foo-> mod2:...Mingming Liu1-25/+40
2024-07-24[compiler-rt] Implement `DumpAllRegisters` for arm-linux and aarch64-linux (#...Dmitry Chestnykh3-5/+191
2024-07-24Revert "[compiler-rt] Implement `DumpAllRegisters` for arm-linux and aarch64-...Mitch Phillips3-182/+2
2024-07-24Revert "[compiler-rt] Move `endif` to correct place (#100342)"Mitch Phillips1-1/+1
2024-07-24Revert "[tsan] Include unistd.h to declare gettid()"Mitch Phillips1-1/+0
2024-07-24Revert "[tsan] Enable test on linux (#99659)"Mitch Phillips1-0/+3
2024-07-24[AArch64] Implement INIT/ADJUST_TRAMPOLINE (#70267)Carlos Seo3-1/+48
2024-07-24[tsan] Include unistd.h to declare gettid()Kai Luo1-0/+1
2024-07-24[AArch64][SME] Rewrite __arm_get_current_vg to preserve required registers (#...Kerry McLaughlin2-28/+44
2024-07-24[compiler-rt] Move `endif` to correct place (#100342)Dmitry Chestnykh1-1/+1
2024-07-24[nsan] Emit calls to optimized functions (#98900)Dmitry Chestnykh1-4/+22
2024-07-24[asan][cmake][test] Fix finding dynamic asan runtime lib (#100083)Rainer Orth4-6/+17
2024-07-24[compiler-rt][builtins] Fix `-Werror` build problem (#100312)Dmitry Chestnykh1-3/+3
2024-07-24[compiler-rt] Implement `DumpAllRegisters` for arm-linux and aarch64-linux (#...Dmitry Chestnykh3-2/+182
2024-07-23[compiler-rt][nsan] Add lit config for tests (#100286)Alexander Shaposhnikov6-2/+151
2024-07-24Reland "[compiler-rt][X86] Use functions in cpuid.h instead of inline assembl...Aiden Grossman1-74/+16
2024-07-23[tsan] Enable test on linux (#99659)Vitaly Buka1-3/+0
2024-07-24[RISCV][compiler-rt] Small fixes for __riscv_feature_bits (#100158)Piyou Chen2-5/+15
2024-07-23[PAC][compiler-rt][UBSan] Strip signed vptr instead of authenticating it (#10...Akira Hatanaka1-1/+1
2024-07-23[NFCI][scudo] Remove unused variable 'MaxCount' (#100201)Thurston Dang1-2/+0
2024-07-23[scudo] Added LRU eviction policy to secondary cache. (#99409)Joshua Baehring1-46/+141
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