aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt
AgeCommit message (Expand)AuthorFilesLines
2024-04-19CompilerRT: Normalize COMPILER_RT_DEFAULT_TARGET_TRIPLE (#89234)YunQiang Su1-0/+6
2024-04-18Revert "CompilerRT: Normalize COMPILER_RT_DEFAULT_TARGET_TRIPLE (#88835)"David Spickett1-6/+0
2024-04-18Revert "[FMV] Remove useless features according the latest ACLE spec." (#89184)David Spickett4-4/+65
2024-04-17[FMV] Remove useless features according the latest ACLE spec. (#88965)Alexandros Lamprineas4-65/+4
2024-04-17[compiler-rt] Use __atomic builtins whenever possibleAlexander Richardson7-367/+56
2024-04-17CompilerRT: Normalize COMPILER_RT_DEFAULT_TARGET_TRIPLE (#88835)YunQiang Su1-0/+6
2024-04-15[test][sanitizer] Temporarily disable testVitaly Buka1-0/+3
2024-04-15[test][sanitizer] Compile .c file as CVitaly Buka1-1/+1
2024-04-15Revert "CompilerRT: Normalize COMPILER_RT_DEFAULT_TARGET_TRIPLE" (#88663)YunQiang Su1-15/+3
2024-04-14CompilerRT: Normalize COMPILER_RT_DEFAULT_TARGET_TRIPLE (#88407)YunQiang Su1-3/+15
2024-04-12Reland "[compiler-rt] Allow running tests without installing first"Alexander Richardson7-32/+101
2024-04-12[xray] Apply default visibility to __xray_CustomEvent/__xray_TypedEventFangrui Song2-4/+4
2024-04-11[compiler-rt] Don't explicitly ad-hoc code sign dylibs if using Apple's new l...Mark Rowe1-3/+6
2024-04-11[RISCV] Support rv{32, 64}e in the compiler builtins (#88252)Cyrill Leutwiler2-0/+84
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