aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt
AgeCommit message (Expand)AuthorFilesLines
2024-03-26[tsan] Add callbacks for futex syscalls and mark them as blocking on tsan (#8...Nazım Can Altınova4-2/+178
2024-03-26[tsan] Mark `pthread_*_lock` functions as blocking (#84162)Nazım Can Altınova2-5/+76
2024-03-26compiler-rt: Fix variadic macro warnings [-Wc++20-extensions]NAKAMURA Takumi6-13/+13
2024-03-24Revert "[compiler-rt] Also consider SIGPROF as a synchronous signal" (#86416)Vitaly Buka6-16/+14
2024-03-22[asan][windows] When compiling with clang-cl or MSVC pass /Zl (that's a littl...Charlie Barto3-0/+6
2024-03-22Get the linker version and pass the it to compiler-rt tests on Darwin. (#86220)Usama Hameed3-0/+15
2024-03-22[tsan] Process SIGPROF as sync signal only if thread is alive (#86343)Vitaly Buka1-3/+3
2024-03-22[tsan] Set `thr->is_inited` after SlotAttachAndLock (#86342)Vitaly Buka1-3/+4
2024-03-22[NFC][tsan] Use the result of placement new (#86341)Vitaly Buka1-2/+1
2024-03-22[Sanitizers][Darwin] Bump up DEFAULT_SANITIZER_MIN_OSX_VERSION (#86035)Mariusz Borsa1-1/+1
2024-03-22Fixed build breaking due to #77178 and #86131 (#86290)Abhin P Jose1-6/+8
2024-03-21[compiler-rt] Fix build race with COMPILER_RT_TEST_STANDALONE_BUILD_LIBSAlexander Richardson3-5/+5
2024-03-21[compiler-rt] Avoid pulling in __cxa_pure_virtualAlexander Richardson1-4/+12
2024-03-21Revert "[sanitizer_common] Suppress warning of cast from SignalHandlerType to...Thurston Dang1-1/+1
2024-03-20[sanitizer_common] Suppress warning of cast from SignalHandlerType to sa_siga...Thurston Dang1-1/+1
2024-03-20[dfsan] Use non-existent file in test for realVitaly Buka1-1/+1
2024-03-20[dfsan] Re-exec with no ASLR if memory layout is incompatible on Linux (#85674)Thurston Dang3-19/+78
2024-03-20[memprof] Move allocator base to avoid conflict with high-entropy ASLR (#85834)Thurston Dang1-0/+4
2024-03-20[scudo] Fix type mismatch on DefaultMaxEntrySize (#85897)ChiaHungDuan2-2/+16
2024-03-19[compiler-rt] Fixing UB on Windows for trampoline allocations (#85639)Zack Johnson1-1/+1
2024-03-19[tsan][test] Switch setitimer(ITIMER_REAL, ...) to setitimer(ITIMER_VIRTUAL, ...serge-sans-paille1-2/+2
2024-03-19[tsan][test] Switch setitimer(ITIMER_REAL, ...) to setitimer(ITIMER_VIRTUAL, ...serge-sans-paille1-2/+2
2024-03-18[compiler-rt] Don't check COMPILER_RT_STANDALONE_BUILD for test depsAlexander Richardson8-33/+24
2024-03-18remove incorrect DCHECKFlorian Mayer1-1/+0
2024-03-18Reland "[compiler-rt] Avoid generating coredumps when piped to a tool"Alex Richardson2-2/+24
2024-03-15[tsan][test] Switch SIGPROF to SIGALRMVitaly Buka1-4/+4
2024-03-15[asan][windows] Make tests more flexable (#85274)Charlie Barto25-241/+143
2024-03-15[msan] Re-exec with no ASLR if memory layout is incompatible on Linux (#85142)Thurston Dang3-14/+50
2024-03-15Revert "[compiler-rt] Avoid generating coredumps when piped to a tool" (#85390)antoine moynault2-24/+2
2024-03-15[compiler-rt] Also consider SIGPROF as a synchronous signalserge-sans-paille5-10/+12
2024-03-14[msan] Add 'MappingDesc::ALLOCATOR' type and check it is available (#85153)Thurston Dang3-13/+34
2024-03-14Revert "[compiler-rt] Also consider SIGPROF as a synchronous signal (#85188)"...dyung1-3/+1
2024-03-14[compiler-rt] Also consider SIGPROF as a synchronous signal (#85188)serge-sans-paille1-1/+3
2024-03-13[lsan] Disable symbolization in testVitaly Buka1-5/+2
2024-03-13Reapply "[sanitizer][asan][win] Intercept _strdup on Windows (#85006)Charlie Barto3-16/+31
2024-03-13[scudo] Refactor allocator config to support optional flags (#81805)ChiaHungDuan15-170/+498
2024-03-13[asan][windows] fix issue64990 test (#85137)Charlie Barto1-2/+2
2024-03-13[compiler-rt] Avoid generating coredumps when piped to a toolAlexander Richardson2-2/+24
2024-03-13[compiler-rt] Remove llvm_gtest dependency from unit testsAlexander Richardson10-11/+9
2024-03-13[compiler-rt] reimplements GetMemoryProfile for netbsd. (#84841)David CARLIER3-2/+15
2024-03-13[compiler-rt] Fix interceptors with AArch64 BTI (#84061)Marco Elver2-4/+14
2024-03-12[sanitizer] Reject unsupported -static at link time (#83524)Fangrui Song5-0/+8
2024-03-12[tsan] Disabled test dead locking on glibc-2.38Vitaly Buka2-1/+5
2024-03-12[sanitizer][windows] report symbols in clang_rt. or \compiler-rt\lib\ as inte...Charlie Barto1-0/+4
2024-03-12[tsan] Add missing link option to tsan test after #84923Dave Clausen1-1/+1
2024-03-12Fix race in the implementation of __tsan_acquire() (#84923)Dave Clausen2-1/+44
2024-03-12[AArch64][SME] Add BTI and No Exec Stack markers to sme-abi.S (#84895)Dani1-12/+22
2024-03-12[AArch64] Fix COMPILER_RT_HAS_AUXV for builtins. (#84816)Dani1-0/+3
2024-03-11[NFC] [scudo] Move static_assert to class it concerns (#84245)Florian Mayer1-4/+5
2024-03-11[NFC] [scudo] move static_assert closer to class it relates to (#84257)Florian Mayer2-10/+4