summaryrefslogtreecommitdiff
path: root/compiler-rt
Commit message (Expand)AuthorAgeFilesLines
...
* [ORC-RT] Add REQUIRES: jit-compatible-osx-swift-runtime to testcase.Lang Hames2023-05-101-0/+2
* [scudo] Lock FallbackTSD before draining itChia-hung Duan2023-05-101-0/+2
* [scudo] Drain caches when release with M_PURGE_ALLChia-hung Duan2023-05-105-0/+54
* [scudo] Skip releaseToOSMaybe if there's no byte in freelistChia-hung Duan2023-05-102-0/+6
* [scudo] Change secondary StatsAllocated updateChristopher Ferris2023-05-091-3/+2
* Do not link asan_rtl_x86_64.S for non x86_64 platforms.Casey Smalley2023-05-091-1/+1
* [NFC][HWASAN] Use InternalAlloc for ThreadStartArgVitaly Buka2023-05-081-4/+6
* [NFC][ASAN] Hide placeholder bufferVitaly Buka2023-05-081-4/+5
* [NFC][HWASAN] Move HwasanThreadStartFuncVitaly Buka2023-05-081-14/+14
* [NFC][HWASAN] Reformat the fileVitaly Buka2023-05-081-36/+36
* [NFC][HWASAN] Hide thread_list_placeholderVitaly Buka2023-05-081-1/+4
* [NFC][sanitizer] Rename internal functionVitaly Buka2023-05-083-4/+4
* [msan] Add pthread_*join_np interceptorsVitaly Buka2023-05-082-2/+22
* [NFC][msan] Rename function parameterVitaly Buka2023-05-081-2/+2
* [NFC][ASAN] Remove unused functionVitaly Buka2023-05-081-4/+0
* [NFC][LSAN] Move GetAdditionalThreadContextPtrsLockedVitaly Buka2023-05-082-9/+9
* [test][TSAN] Disable new test crashing with tsanVitaly Buka2023-05-081-1/+5
* [NFC][ASAN] Sort includesVitaly Buka2023-05-082-1/+3
* [NFC][ASAN] Add const to getterVitaly Buka2023-05-081-1/+1
* [test][lsan] Don't recompile the testVitaly Buka2023-05-081-15/+21
* [test][sanitizer] Improve test expectationVitaly Buka2023-05-081-1/+1
* [test][sanitizer] Check pthread_create return valueVitaly Buka2023-05-081-2/+2
* [NFC][ASAN] Use alignof instead of constantVitaly Buka2023-05-081-1/+2
* [NFC][ASAN] Extract ThreadRegistry initializationVitaly Buka2023-05-081-10/+14
* [NFC][ASAN] Reformat the fileVitaly Buka2023-05-071-33/+30
* [NFC][HWASAN] Add more pthread interceptorsVitaly Buka2023-05-071-0/+25
* [NFC][LSAN] Add more pthread interceptorsVitaly Buka2023-05-072-2/+36
* [NFC][ASAN] Add more pthread interceptorsVitaly Buka2023-05-072-2/+41
* [NFC][HWASAN] Fix mutex in thread safety annotationVitaly Buka2023-05-071-1/+1
* [NFC][HWASAN] Reformat InitializeInterceptorsVitaly Buka2023-05-071-3/+3
* [test][sanitizer] Extend the testVitaly Buka2023-05-071-7/+17
* Revert "Reland "[CMake] Bumps minimum version to 3.20.0.""Mark de Wever2023-05-063-3/+24
* Reland "[CMake] Bumps minimum version to 3.20.0."Mark de Wever2023-05-063-24/+3
* [test][sanitizer] Add feature for "any" GLIBCVitaly Buka2023-05-051-1/+5
* [test][sanitizer] Add tests for join variantsVitaly Buka2023-05-051-0/+50
* [test][lsan] Remove std::vector from testVitaly Buka2023-05-051-2/+1
* [test][lsan] For thread args/result leakVitaly Buka2023-05-051-0/+53
* [scudo] Fix missing one block in range markingChia-hung Duan2023-05-052-17/+88
* [hwasan] Fix data race between ReleaseThread() and VisitAllLiveThreads()Enna12023-05-051-1/+1
* [ORC][MachOPlatform] Don't add InitSectionSymbols for __objc_imageinfo.Lang Hames2023-05-052-0/+125
* [NFC][HWASAN] Switch to verbose CHECKsVitaly Buka2023-05-045-5/+6
* [compiler-rt][interception][win] Add error messages for some errorsAlvin Wong2023-05-041-1/+10
* [compiler-rt][interception][asan][win] Improve error reportingAlvin Wong2023-05-045-7/+72
* [compiler-rt][interception][win] Don't crash on unknown instructionsAlvin Wong2023-05-042-3/+21
* [compiler-rt][asan][win] Intercept exceptions for i686 MinGWAlvin Wong2023-05-042-2/+6
* [compiler-rt][interception][win] Add more assembly patternsAlvin Wong2023-05-042-0/+30
* [test][HWASAN] Don't run common tests without lldVitaly Buka2023-05-021-0/+2
* [sanitizer][asan][win] Only unmap unneeded shadow memory on x86_64Alvin Wong2023-05-031-0/+3
* Typo fixHans Wennborg2023-05-021-1/+1
* [compiler-rt][ASan] Fix description of __sanitizer_annotate_contiguous_containerAdvenam Tacet2023-04-301-12/+9