aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt
AgeCommit message (Expand)AuthorFilesLines
2024-07-05[CMake] Use Clang to infer the target triple (#89425)Petr Hosek1-4/+13
2024-07-05[compiler-rt] Silence function cast warning when building with Clang ToT targ...Alexandre Ganea2-0/+18
2024-07-05[LLVM][compiler-rt][AArch64] Refactor AArch64 CPU features (#97777)Aiden Grossman4-69/+98
2024-07-05[PGO][compiler-rt] Add a test to ensure include files do not diverge (#97775)Aiden Grossman1-0/+7
2024-07-04[MemProf][compiler-rt] Update MemProfData preprocessor directivesAiden Grossman1-0/+2
2024-07-04[compiler-rt][Fuzzer] Disable fuzzer-leak testDavid Spickett1-0/+2
2024-07-02[asan] Disable flaky test on Android (#97516)Vitaly Buka1-0/+3
2024-07-01[compiler-rt] Remove redundant checks. (#95753)Dmitriy Chestnykh2-7/+2
2024-07-01[tsan][aarch64] Fix branch protection in interceptors (#95839)Tulio Magno Quites Machado Filho1-0/+7
2024-06-30[compiler-rt][test]Use c-style headers in instrprof-vtable-value-prof.cpp (#9...Mingming Liu1-2/+4
2024-06-30[Test][compiler-rt]Require lld for instrprof-vtable-value-prof.cpp (#97228)Mingming Liu1-1/+1
2024-06-29[TypeProf][InstrFDO]Implement more efficient comparison sequence for indirect...Mingming Liu1-44/+108
2024-06-30[compiler-rt] safestack disable tests for now. (#97183)David CARLIER1-1/+1
2024-06-29[compiler-rt] safestack fix (old ?) solaris build. (#97178)David CARLIER1-0/+7
2024-06-29[Darwin] Fix lit substitution for mtargetos flag on darwin devices (#96953)thetruestblue1-13/+10
2024-06-29[compiler-rt] adding safestack support for sunos platforms. (#95648)David CARLIER3-4/+13
2024-06-28[compiler-rt] Remove unnecessary ;Marco Elver1-1/+1
2024-06-27[test][compiler-rt] Mark fork_deadlock.cpp UNSUPPORTEDArthur Eubanks1-0/+3
2024-06-26[scudo] Minor refactoring of secondary cache test (#95995)ChiaHungDuan1-24/+25
2024-06-26[TypeProf][InstrFDO]Omit vtable symbols in indexed profiles by default (#96520)Mingming Liu1-5/+5
2024-06-26[Memprof] Adds the option to collect AccessCountHistograms for memprof. (#94264)Matthew Weingarten9-24/+219
2024-06-26Revert "Reformat", due to wrong version of clang-format.NAKAMURA Takumi1-4/+3
2024-06-25__asan_register_elf_globals: properly check the "no instrumented global varia...Fangrui Song1-4/+4
2024-06-25[tsan] Lock/Unlock allocator and stacks on fork (#96600)Vitaly Buka2-3/+10
2024-06-25[nfc][tsan] Clang format includes (#96599)Vitaly Buka1-3/+4
2024-06-25[nfc][tsan] Better name for locking functions (#96598)Vitaly Buka3-9/+10
2024-06-25[tsan] Test `__tsan_test_only_on_fork` only on Mac (#96597)Vitaly Buka2-0/+4
2024-06-25[sanitizer] Rename DEFINE_REAL_PTHREAD_FUNCTIONS (#96527)Vitaly Buka9-29/+29
2024-06-25[tsan] Fix dead lock when starting StackDepot thread (#96456)Vitaly Buka1-1/+12
2024-06-25[NFC] [GWP-ASan] Rename Check() to check() (#96605)Mitch Phillips4-19/+19
2024-06-21[hwasan][aarch64] Fix missing DT_AARCH64_BTI_PLT flag (#95796)Tulio Magno Quites Machado Filho1-5/+17
2024-06-21[scudo] Add TEST_SKIP macro to skip the current test (#96192)Fabio D'Urso4-5/+10
2024-06-21Enable building 16 bit floating point builtins in apple platforms if supporte...Gabriel Baraldi1-6/+13
2024-06-21Revert "[ubsan] Display correct runtime messages for negative _BitInt" (#96239)earnol4-251/+8
2024-06-20[compiler-rt] Fix build breakage (#96235)Alexander Shaposhnikov1-1/+8
2024-06-21mmapForContinuousMode: Redo #95702: Align Linux's impl to __APPLE__'s a little.NAKAMURA Takumi1-4/+6
2024-06-21Revert "mmapForContinuousMode: Align Linux's impl to __APPLE__'s more. NFC. (...NAKAMURA Takumi1-26/+4
2024-06-20[NFC] fix incorrect #endif comment (#95991)Florian Mayer1-1/+1
2024-06-20[ubsan] Display correct runtime messages for negative _BitInt (#93612)earnol4-8/+251
2024-06-20mmapForContinuousMode: Align Linux's impl to __APPLE__'s more. NFC. (#95702)NAKAMURA Takumi1-4/+26
2024-06-20[nsan] Fix style issueFangrui Song12-869/+841
2024-06-19[CompilerRT] Add support for numerical sanitizer (#94322)Alexander Shaposhnikov23-1/+2390
2024-06-19Reland "[scudo] Apply filling when realloc shrinks and re-grows a block in-pl...Fabio D'Urso2-5/+31
2024-06-18fixup! [compiler-rt][AArch64][FMV] Use the hw.optional.arm.caps fast path (#9...Jon Roelofs1-0/+15
2024-06-18[scudo] Test secondary cache options only if enabled (#95872)Caslyn Tonelli1-5/+6
2024-06-17Reapply "[HWASan] [compiler-rt] support non-4k pages on Android" (#95853)Florian Mayer11-30/+37
2024-06-17Revert "[HWASan] [compiler-rt] support non-4k pages on Android" (#95853)Florian Mayer10-35/+29
2024-06-17[scudo] Update error handling for seondary cache entry count (#95595)Joshua Baehring2-6/+7
2024-06-17[HWASan] [compiler-rt] support non-4k pages on Android (#95069)Florian Mayer10-29/+35
2024-06-16mmapForContinuousMode: Calculate FileOffsetToBitmap from FileOffsetToCounters...NAKAMURA Takumi1-2/+1