summaryrefslogtreecommitdiff
path: root/compiler-rt
Commit message (Expand)AuthorAgeFilesLines
* [compiler-rt] Avoid signed overflow in floatdidf.c and floatdisf.cKarl-Johan Karlsson2023-03-172-2/+2
* Revert "[LSAN][HWASAN] Turn on leak sanitizer in HWASAN for Linux"Vitaly Buka2023-03-161-3/+2
* [scudo] Test ScudoReleaseTest.BufferPool with a buffer pool allocated on the ...Fabio D'Urso2023-03-161-7/+12
* [LSAN][HWASAN] Turn on leak sanitizer in HWASAN for LinuxKirill Stoimenov2023-03-161-2/+3
* [HWASAN] Fix a memory leak in realloc-test.cppKirill Stoimenov2023-03-161-1/+2
* [scudo] Add a method to force release everything.Christopher Ferris2023-03-158-25/+45
* [compiler-rt] Point UndefinedBehaviorSanitizer link to its own page.Frederic Cambus2023-03-151-1/+1
* [compiler-rt][builtins] Support builtins for armv8m.baseFrank Dischner2023-03-144-3/+6
* [memprof] Record BuildIDs in the raw profile.Snehasish Kumar2023-03-145-83/+68
* Revert "[memprof] Record BuildIDs in the raw profile."Snehasish Kumar2023-03-134-48/+36
* [memprof] Record BuildIDs in the raw profile.Snehasish Kumar2023-03-134-36/+48
* [scudo] Reduce the times of holding MapAllocatorCache::Mutex (NFC)Chia-hung Duan2023-03-131-25/+25
* asan: disable odd_stack_size test for powerpcDmitry Vyukov2023-03-131-0/+5
* [test][asan] Fix test on MacOS 12+Vitaly Buka2023-03-121-0/+3
* asan: fix crash on odd stack sizeDmitry Vyukov2023-03-122-0/+31
* [sanitizer] Fix text in error messageVitaly Buka2023-03-111-2/+2
* Revert "[hwasan] Provide aliases for c allocation functions for Fuchsia"Vitaly Buka2023-03-101-7/+11
* [sanitizer] Add diagnostics for munmap failureVitaly Buka2023-03-103-5/+25
* [hwasan] Provide aliases for c allocation functions for FuchsiaLeonard Chan2023-03-111-11/+7
* [test][asan] Fix requirement formattingVitaly Buka2023-03-101-1/+3
* Reland D144768 "[scudo] Mitigate page releasing thrashing"Chia-hung Duan2023-03-101-6/+58
* [libfuzzer] Fix build error due to out-of-line definition of 'Fuzzer' does no...Jie Fu2023-03-101-1/+1
* [libfuzzer] avoid unneccessary copyWu, Yingcong2023-03-095-6/+5
* [scudo] Add a fast get time version.Christopher Ferris2023-03-096-6/+32
* [hwasan] Suppress leaks from dlsym with hwasan+lsan just like withLeonard Chan2023-03-091-0/+12
* [scudo] Slightly improve the handling of last block in a regionChia-hung Duan2023-03-092-7/+27
* [compiler-rt] Avoid signed shift overflow in __muloXi4 and __mulvXi3Karl-Johan Karlsson2023-03-098-2/+8
* [scudo] Shuffle the regionsChia-hung Duan2023-03-081-3/+8
* [hwasan] Increase allocator space for non-android LinuxVitaly Buka2023-03-083-4/+10
* [scudo] Adjust page map buffer sizeChia-hung Duan2023-03-083-29/+125
* [memprof] Simplify initialized flags.Snehasish Kumar2023-03-083-11/+4
* [compiler-rt][builtins] Define AT_HWCAP2 for AArch64Xi Ruoyao2023-03-081-0/+3
* [sanitizer] Intercept glibc's argp_parse()Ilya Leoshkevich2023-03-083-0/+81
* [builtins] Only build float16/bfloat16 code if actually supportedAlex Richardson2023-03-082-24/+18
* [fuzzer] Make sure we never delete FuzzerVitaly Buka2023-03-072-4/+2
* Add test for Flags.data_flow_traceWu, Yingcong2023-03-072-1/+6
* Use the right printf format specifiersWu, Yingcong2023-03-072-10/+9
* [lsan] Initialize uptr value with number not booleanBojun Seo2023-03-071-1/+1
* [test] Remove fprintf argument after D144830Dave MacLachlan2023-03-071-1/+1
* [scudo] Do not instantiate Android svelte allocator.Christopher Ferris2023-03-081-15/+0
* [scudo] Simplify markFreeBlocksChia-hung Duan2023-03-074-116/+73
* [hwasan] Add non-exception variant of operator delete[] for hwasanLeonard Chan2023-03-071-0/+8
* [sanitizer] Disabled test for DLLsVitaly Buka2023-03-061-0/+3
* [asan darwin] Allow clients to implement `__sanitizer_report_error_summary`Dave MacLachlan2023-03-062-2/+19
* Revert "[memprof] Refactor tests to generate binaries and profiles on the fly."Snehasish Kumar2023-03-067-375/+0
* Revert "[scudo] Mitigate page releasing thrashing"Chia-hung Duan2023-03-061-58/+6
* [memprof] Refactor tests to generate binaries and profiles on the fly.Snehasish Kumar2023-03-067-0/+375
* [scudo] Make the boundary of memory group aligned with region beginChia-hung Duan2023-03-063-92/+96
* [scudo] Temporarily disable GetRssFromBuffer testChia-hung Duan2023-03-061-4/+6
* [scudo] Mitigate page releasing thrashingChia-hung Duan2023-03-061-6/+58