aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt
AgeCommit message (Expand)AuthorFilesLines
2022-11-10[CMake] Fix -Wstrict-prototypesSam James3-3/+3
2022-10-24[test] Make Linux/sem_init_glibc.cpp robustFangrui Song2-24/+21
2022-09-15[compiler-rt] Handle non-canonical triples with new runtime lib layoutRainer Orth1-0/+4
2022-09-08[compiler-rt] [test] Handle missing ld.gold gracefullyMichał Górny1-3/+6
2022-08-12[compiler-rt][BF16] Provide __truncdfbf2 and __truncsfbf2 only when __bf16 is...Phoebe Wang3-3/+18
2022-08-10[scudo] Try to fix standalone build on armv7Diana Picus1-1/+1
2022-08-08Revert "[compiler-rt][CMake] Enable TF intrinsics on powerpc32 Linux"Nikita Popov2-8/+10
2022-08-08[Sanitizer][Darwin] Support OS versions before DRIVERKITKeith Smiley1-1/+1
2022-08-02[compiler-rt][Sanitizer] Link sanitizer libs with -latomic on SPARCRainer Orth1-0/+6
2022-07-26[Sanitizers][Darwin] Allows '-mtargetos' to used to set minimum deployment ta...Blue Gaston1-1/+5
2022-07-26tsan: capture shadow map start/end on init and reuse in resetThan McIntosh6-7/+76
2022-07-25[Clang] Fix how we set the NumPositiveBits on an EnumDecl to cover the case o...Shafik Yaghmour1-11/+23
2022-07-25[asan][test] Additional test requiring weak symbol for dyld64.Roy Sundahl2-6/+13
2022-07-25tsan: prevent pathological slowdown for spurious racesDmitry Vyukov5-10/+58
2022-07-25tsan: remove tracking of racy addressesDmitry Vyukov6-42/+1
2022-07-24[compiler-rt][CMake] Enable TF intrinsics on powerpc32 LinuxKhem Raj2-10/+8
2022-07-23[MIPS][compiler-rt] Fix stat struct's size for O32 ABIDimitrije Milosevic1-3/+4
2022-07-22[libasan] Remove 4Mb stack limit for swapcontext unpoisoningIvan Trofimov2-4/+59
2022-07-22[asan] Reset stack bounds of contextVitaly Buka6-2/+34
2022-07-22[Sanitizer][Darwin] Factor out code for GCD worker registrationJulian Lettner3-37/+89
2022-07-22Strengthen -Wint-conversion to default to an errorAaron Ballman2-4/+4
2022-07-22Remove references to old mailing lists that have moved to discourse. Replace ...tlattner1-5/+3
2022-07-21tsan: remove unnecessary bracketsDmitry Vyukov1-11/+9
2022-07-21[sanitizer_common] Support Solaris < 11.4 in GetStaticTlsBoundaryRainer Orth2-9/+91
2022-07-20[sanitizer] Use consistent checks for XDRIan Anderson1-1/+1
2022-07-21Port address sanitizer to LoongArchXi Ruoyao5-3/+77
2022-07-20[NFC][asan] Clang-format a codeVitaly Buka1-6/+5
2022-07-20[NFC][memprof] Remove unused codeVitaly Buka2-8/+0
2022-07-20[NFC][asan] Use RoundDownToVitaly Buka1-1/+1
2022-07-20[sanitizer] Port sanitizer_common to LoongArchXi Ruoyao8-25/+260
2022-07-19Revert "[libasan] Remove 4Mb stack limit for swapcontext unpoisoning"Vitaly Buka2-53/+3
2022-07-19[TSAN] Disable clone_setns test case on PPC64 RHEL 7.9 TargetsKamau Bridgeman1-0/+11
2022-07-19[libc++] Re-apply "Always build c++experimental.a""Louis Dionne1-1/+0
2022-07-19Add the FreeBSD AArch64 memory layoutAndrew Turner1-0/+21
2022-07-19tsan: optimize DenseSlabAllocDmitry Vyukov2-42/+95
2022-07-19[sanitizer] Don't call dlerror() after swift_demangle lookup through dlsymserge-sans-paille1-1/+0
2022-07-18[InstrProf] Allow CSIRPGO function entry coverageEllis Hoag3-14/+30
2022-07-18Revert "[libc++] Always build c++experimental.a"Hans Wennborg1-0/+1
2022-07-17[test] Change -lowertypetests tests to use -passes=Fangrui Song1-4/+4
2022-07-17[sanitizer] Compare against the alignment of the latter range trying to find ...Xi Ruoyao1-4/+4
2022-07-16[sanitizer_common] Several Solaris procmaps fixesRainer Orth1-22/+36
2022-07-15[Sanitizer][Darwin][NFC] Small SANITIZER_APPLE cleanupJulian Lettner1-4/+2
2022-07-15[lsan][Darwin][nfc] Fix thread vector sizeLeonard Grey1-1/+1
2022-07-15[lsan][nfc] Add missing newline to VReportLeonard Grey1-1/+1
2022-07-15[compiler-rt][CMake] Set unwinder for MSan unittestsPetr Hosek1-0/+1
2022-07-15[compiler-rt][CMake] Set --unwindlib=none when using LLVM libunwindPetr Hosek12-9/+32
2022-07-14[SanitizerCoverage] add weak definitions for the load/store callbacks.Kostya Serebryany3-0/+40
2022-07-14[compiler-rt][CMake] Use linker semantics for unwinder and C++ libraryPetr Hosek1-11/+8
2022-07-14[InstrProf] Add options to profile function groupsEllis Hoag1-0/+28
2022-07-14[NFC] Clang-format D129645Vitaly Buka2-10/+11