summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-19670-2646/+2010
* [hwasan] Madvise away unused shadow.Evgeniy Stepanov2019-01-193-1/+30
* [safestack] Add ThreadId type as uint64_tVitaly Buka2019-01-182-4/+11
* [safestack] Remove dependency of SafeStack on sanitizer_commonVitaly Buka2019-01-184-35/+138
* [safestack] Replace statics with unnamed namespaceVitaly Buka2019-01-181-29/+33
* [libFuzzer][MSVC] Make attribute-use compatible with MSVCJonathan Metzman2019-01-177-24/+46
* Make compiler-rt CMakeLists.txt formatting a bit more like LLVM's usual forma...Nico Weber2019-01-163-11/+21
* [TSan] Use switches when dealing with enumsJulian Lettner2019-01-163-86/+87
* [libFuzzer] Remove unstable edge handlingJonathan Metzman2019-01-158-158/+9
* [profile] Sync up InstrProfData.inc with llvm copy /NFCRong Xu2019-01-151-10/+10
* [Sanitizer] Intercept sl_add api on FreeBSD/NetBSDDavid Carlier2019-01-156-5/+65
* [compiler-rt][UBSan] Sanitization for alignment assumptions.Roman Lebedev2019-01-155-0/+71
* Revert alignment assumptions changesVlad Tsyrklevich2019-01-155-71/+0
* [libFuzzer][MSVC] Use alternatename for ext functionsJonathan Metzman2019-01-153-57/+84
* [compiler-rt] Update ubsan_interface.inc with alignment assumption handlersRoman Lebedev2019-01-141-0/+2
* [test] Disable sunrpc tests when rpc/xdr.h is missingMichal Gorny2019-01-141-4/+2
* [compiler-rt][UBSan] Sanitization for alignment assumptions.Roman Lebedev2019-01-144-0/+69
* [asan] Add fallback for Thumb after r350139Diana Picus2019-01-141-0/+11
* [sanitizer] Move android's GetPageSize to a header (NFC)Evgeniy Stepanov2019-01-122-4/+13
* sanitizer_common: Change gen_dynamic_list.py to take a -o argument instead of...Peter Collingbourne2019-01-111-10/+13
* [Sanitizer] Disable getusershell interception for AndroidDavid Carlier2019-01-111-1/+1
* Provide storage for `true_type::value` and `false_type::value`.Dan Liew2019-01-112-0/+22
* [Sanitizer] Intercept getusershellDavid Carlier2019-01-112-0/+17
* [TSan] Remove ignore_interceptors_accesses flagJulian Lettner2019-01-102-4/+1
* [sanitizer_common] Define __sanitizer_FILE on NetBSDMichal Gorny2019-01-104-12/+65
* [sanitizer_common] Remove support for tirpc/rpc/xdr.hMichal Gorny2019-01-104-11/+2
* [compiler-rt][builtins][PowerPC] Implemented __floattitf builtin on PowerPCAmy Kwan2019-01-102-0/+49
* [compiler-rt][builtins][PowerPC] Implemented __fixunstfti builtin on PowerPCAmy Kwan2019-01-102-0/+107
* i[Sanitizer] Enable pututxline interceptionDavid Carlier2019-01-101-1/+13
* [libfuzzer][MSVC] Make calls to builtin functions work with MSVCJonathan Metzman2019-01-096-25/+127
* hwasan: Ignore loads and stores of size 0.Peter Collingbourne2019-01-091-1/+2
* [Sanitizer] Intercept fdevname on FreeBSDDavid Carlier2019-01-082-0/+36
* Fix Mac compilation.Evgeniy Stepanov2019-01-081-0/+4
* [asan] Support running without /procEvgeniy Stepanov2019-01-0813-27/+61
* [TSan] Support Objective-C @synchronized with tagged pointersJulian Lettner2019-01-071-17/+31
* [compiler-rt][Fuchsia] Replace _zx_vmar_allocate_old callPetr Hosek2019-01-061-4/+4
* Revert "Revert "Switch Android from TLS_SLOT_TSAN(8) to TLS_SLOT_SANITIZER(6)""Evgeniy Stepanov2019-01-051-5/+5
* Bring back the pthread_create interceptor, but only on non-aarch64.Peter Collingbourne2019-01-041-0/+14
* [sanitizer] Reduce stack depot size on Android.Evgeniy Stepanov2019-01-042-2/+2
* hwasan: Implement lazy thread initialization for the interceptor ABI.Peter Collingbourne2019-01-042-31/+6
* hwasan: Use system allocator to realloc and free untagged pointers in interce...Peter Collingbourne2019-01-046-13/+51
* [hwasan] Switch to 64 allocator with a dense size class map.Evgeniy Stepanov2019-01-033-13/+10
* [TSan] Enable detection of lock-order-inversions for Objective-C @synchronizedJulian Lettner2019-01-021-5/+14
* [Sanitizer] Enable funopen on FreeBSDDavid Carlier2019-01-021-1/+1
* [sanitizer] Android does not provide <fstab.h>Evgeniy Stepanov2019-01-022-4/+3
* [sanitizer_common] Implement funopen*() interceptors for NetBSDMichal Gorny2019-01-022-0/+164
* [sanitizer_common] Implement popen, popenve, pclose interceptorsMichal Gorny2019-01-023-1/+80
* [sanitizer_common] Fix devname_r() return type on !NetBSDMichal Gorny2019-01-021-4/+11
* Add support for background thread on NetBSD in ASanKamil Rytarowski2018-12-292-5/+9
* [Sanitizer] Enable getfsent api for DarwinDavid Carlier2018-12-293-1/+4
OpenPOWER on IntegriCloud