aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt
AgeCommit message (Expand)AuthorFilesLines
2024-04-09[compiler-rt][asan] Fix for flaky asan check (#88177)PiJoules1-1/+6
2024-04-09[scudo] Add EnableContiguousRegions mode (#85149)ChiaHungDuan3-42/+83
2024-04-09[memprof] Use COMPILER_RT_TEST_COMPILERAlexander Richardson1-20/+34
2024-04-08Fix issue where MACOSX_VERSION_MIN_FLAG was not set on subsequent runs of CMa...Chris Apple1-2/+4
2024-04-08[test][UBSAN] Simplify regex in the testVitaly Buka1-6/+6
2024-04-08[test][UBSAN] Fix Solaris after #87761Vitaly Buka1-18/+18
2024-04-08[test][UBSAN] Fix windows after #87761Vitaly Buka1-1/+1
2024-04-08[scudo] Remove end of line checks. (#88022)Christopher Ferris1-4/+4
2024-04-08Fix "[clang][UBSan] Add implicit conversion check for bitfields" (#87761)Axel Lundberg3-10/+667
2024-04-08Revert "[compiler-rt] Allow running tests without installing first"Saiyedul Islam7-98/+32
2024-04-07[compiler-rt] Do not add -rpath to linker args on WindowsAlex Richardson1-1/+3
2024-04-07[compiler-rt] Allow running tests without installing firstAlexander Richardson7-32/+96
2024-04-05Pass the linker version to libfuzzer tests on darwin (#87719)Usama Hameed1-0/+5
2024-04-05[scudo] Add errno description to mmap failure. (#87713)Christopher Ferris2-4/+29
2024-04-04[NFC] [HWASan] clarify FIXME comment (#87689)Florian Mayer1-0/+3
2024-04-04[HWASan] Allow stack_history_size of 4096 (#86362)Florian Mayer1-2/+2
2024-04-03Revert "Revert "Revert "[clang][UBSan] Add implicit conversion check for bitf...Vitaly Buka2-18/+10
2024-04-03Revert "Revert "[clang][UBSan] Add implicit conversion check for bitfields"" ...Vitaly Buka2-10/+18
2024-04-03Revert "[clang][UBSan] Add implicit conversion check for bitfields" (#87518)Vitaly Buka2-18/+10
2024-04-03[clang][UBSan] Add implicit conversion check for bitfields (#75481)Axel Lundberg2-10/+18
2024-04-01[dfsan][test] Disable the test with internal_symbolizerVitaly Buka1-0/+3
2024-04-01[scudo] Change isPowerOfTwo macro to return false for zero. (#87120)Christopher Ferris3-7/+9
2024-04-01[scudo] Do a M_PURGE call before changing release interval on Android (#87110)ChiaHungDuan1-0/+5
2024-04-01[nfc] Disable the a cpp compiler-rt test on ppc bigendian systems due to buil...Mingming Liu1-0/+5
2024-04-01[InstrFDO][TypeProf] Implement binary instrumentation and profile read/write ...Mingming Liu1-0/+142
2024-04-01[sanitizer][symbolizer] Add new dependencyVitaly Buka1-1/+2
2024-03-31[msan] Nit: use init_origins parameter instead of __msan_get_track_origins() ...Thurston Dang1-2/+2
2024-03-31Revert "Revert "Revert "[compiler-rt] Allow building builtins.a without a lib...Jon Chesterfield1-2/+2
2024-03-31Revert "Revert "[compiler-rt] Allow building builtins.a without a libc (#8673...Jon Chesterfield1-2/+2
2024-03-29[scudo] Change tests that use setrlimit to cause mmap to fail. (#87004)Christopher Ferris2-0/+20
2024-03-29[scudo] Only init RingBuffer when needed. (#85994)Christopher Ferris2-22/+87
2024-03-28[scudo] Fix stack depot validation. (#87024)Christopher Ferris1-1/+1
2024-03-28[scudo] Dump ReleaseToOsIntervalMs (#86887)ChiaHungDuan2-6/+9
2024-03-28[asan][windows] Weak function interception support in instruction size decode...Charlie Barto1-1/+10
2024-03-28Revert "[compiler-rt] Allow building builtins.a without a libc (#86737)"Leandro Lupori1-2/+2
2024-03-27[tsan][test] Remove some unneded debug comments in a tsan test (#86896)Nazım Can Altınova1-3/+0
2024-03-27[TSAN] Move test into Linux/Vitaly Buka1-1/+1
2024-03-27Fix the -Wmissing-designated-field-initializers on the clang-ppc64le-rhel botAmy Kwan2-2/+2
2024-03-27Revert "[scudo] Use getMonotonicTimeFast for tryLock." (#86590)ChiaHungDuan1-3/+3
2024-03-27Fix signed/unsigned comparison warning. NFC.Simon Pilgrim1-1/+1
2024-03-27[NFC][Sanitizer] Refine the restriction on SizeClassAllocator64::kRegionSize ...Enna11-1/+2
2024-03-26[compiler-rt] Allow building builtins.a without a libc (#86737)Jon Chesterfield1-2/+2
2024-03-26[scudo] Clean up string handling (#86364)Christopher Ferris8-123/+165
2024-03-26[tsan] Refine fstat{,64} interceptors (#86625)Fangrui Song1-25/+18
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