summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Fix warning: format specifies type 'unsigned long' but the argument has type ...Alexandre Ganea2019-11-041-0/+4
* [hwasan] Remove lazy thread-initialisationDavid Spickett2019-11-042-16/+19
* [compiler-rt] [msan] Correct the __libc_thr_keycreate prototypeKamil Rytarowski2019-11-041-2/+3
* [compiler-rt] Harmonize __sanitizer_addrinfo with the NetBSD headersKamil Rytarowski2019-11-031-0/+6
* [compiler-rt] Sync NetBSD syscall hooks with 9.99.17Kamil Rytarowski2019-11-031-10/+46
* Disable exceptions in libfuzzer's copy of libcxxabi.Evgenii Stepanov2019-11-011-0/+1
* [compiler-rt] [profile] Fix building for MinGW after d889d1efefe9fMartin Storsjö2019-11-011-0/+1
* [profile] Fifth speculative fix for Android after D68351Vedant Kumar2019-10-311-4/+4
* [profile] Third speculative fix for Windows after D68351Vedant Kumar2019-10-312-4/+8
* [profile] Second speculative fix for WindowsVedant Kumar2019-10-311-1/+1
* [profile] Speculative fix for Windows after D68351Vedant Kumar2019-10-311-0/+1
* [profile] Add a mode to continuously sync counter updates to a fileVedant Kumar2019-10-317-11/+287
* [scudo][standalone] Fix Secondary bug w/ freelistKostya Kortchinsky2019-10-313-6/+27
* [asan] Fix lint failure in asan_interface.hEvgenii Stepanov2019-10-311-1/+2
* [asan] Provide an interface to update an allocation stack trace.Evgenii Stepanov2019-10-313-0/+18
* Sort HWASAN_RTL_SOURCES alphabetically (NFC).Evgenii Stepanov2019-10-311-1/+1
* [msan] Blacklist __gxx_personality_v0.Evgenii Stepanov2019-10-314-4/+39
* [Builtins] Fix bug where powerpc builtins specializations didn't remove gener...Dan Liew2019-10-301-11/+11
* [sanitizer_common] Create max_allocation_size_mb flag.Matt Morehouse2019-10-305-11/+44
* [scudo][standalone] Add a free list to the SecondaryKostya Kortchinsky2019-10-307-127/+178
* [compiler-rt] libhwasan interceptor ABI intercept longjmp/setjmpDavid Tellenbach2019-10-305-0/+221
* [libc++] Force the ABI namespace to be a reserved identifierLouis Dionne2019-10-291-1/+1
* [scudo][standalone] Lists fixKostya Kortchinsky2019-10-282-0/+15
* [hwasan] Fix typo in the error type.Evgenii Stepanov2019-10-281-1/+1
* [scudo][standalone] Consolidate listsKostya Kortchinsky2019-10-2810-186/+243
* [AArch64][Builtins] Avoid unnecessary cache cleaningBryan Chan2019-10-281-13/+23
* [libFuzzer] Enable extra counters for Fuchsia.Matt Morehouse2019-10-251-1/+1
* [compiler-rt] Expose __hwasan_tag_mismatch_stubDavid Tellenbach2019-10-243-17/+26
* Revert "Expose __hwasan_tag_mismatch_stub"David Tellenbach2019-10-243-26/+17
* Expose __hwasan_tag_mismatch_stubDavid Tellenbach2019-10-243-17/+26
* [Sanitizers] Add support for RISC-V 64-bitSam Elliott2019-10-235-7/+18
* [profile] Do not cache __llvm_profile_get_filename resultVedant Kumar2019-10-182-10/+16
* hwasan: Add missing SANITIZER_INTERFACE_ATTRIBUTE on __hwasan_personality_wra...Peter Collingbourne2019-10-181-4/+7
* [hwasan] Remove system allocator fallback.Evgeniy Stepanov2019-10-183-37/+0
* Update global_symbols.txt.Peter Collingbourne2019-10-181-0/+1
* scudo: Update TLS_SLOT_SANITIZER value.Peter Collingbourne2019-10-181-1/+1
* [Arm][libsanitizer] Fix arm libsanitizer failure with bleeding edge glibcSjoerd Meijer2019-10-181-1/+4
* libhwasan initialisation include kernel syscall ABI relaxationEvgeniy Stepanov2019-10-173-0/+42
* Revert [Sanitizers] Add support for RISC-V 64-bitSam Elliott2019-10-175-18/+7
* [Sanitizers] Add support for RISC-V 64-bitSam Elliott2019-10-175-7/+18
* [mips] [builtins] Remove clear_mips_cacheZoran Jovanovic2019-10-171-50/+0
* Revert "[ASan] Refine diagnoses messages"Julian Lettner2019-10-161-1/+2
* [ASan] Refine diagnoses messagesJulian Lettner2019-10-161-2/+1
* tsan: fix Go ppc64le buildDmitry Vyukov2019-10-151-0/+2
* [libFuzzer] Don't prefix absolute paths in fuchsia.Jake Ehrlich2019-10-111-5/+6
* Fix check-interception link error in compiler-rt debug modeReid Kleckner2019-10-101-1/+4
* Reland "[ASan] Do not misrepresent high value address dereferences as null de...Julian Lettner2019-10-106-6/+40
* Fix sanitizer lint check after r374315Russell Gallop2019-10-101-1/+2
* [UBSan] Appease linterRoman Lebedev2019-10-101-2/+4
* [Sanitizers] Porting getrandom/getentropy interceptors to FreeBSDDavid Carlier2019-10-102-1/+18
OpenPOWER on IntegriCloud