aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-01-24[scudo] Tuning changes based on feedback from current useKostya Kortchinsky
2019-01-24Revert https://reviews.llvm.org/D56485.Martin Liska
2019-01-24Always compare C++ typeinfo (based on libstdc++ implementation).Martin Liska
2019-01-23Fix building sanitizers for MinGWMartin Storsjo
2019-01-23hwasan: Move memory access checks into small outlined functions on aarch64.Peter Collingbourne
2019-01-23[builtins] Do not set hidden attribute on AndroidYi Kong
2019-01-22[libFuzzer][MSVC] Enable building libFuzzer with MSVCJonathan Metzman
2019-01-22[safestack] Return syscalls for mmap, munmap and mprotectVitaly Buka
2019-01-22[safestack] Fix NetBSD buildVitaly Buka
2019-01-21[HWASAN] Improve tag mismatch diagnosticsEugene Leviant
2019-01-21[safestack] Remove unsupported platformsVitaly Buka
2019-01-21[safestack] Fix FreeBSD runtime buildVitaly Buka
2019-01-21[libFuzzer][MSVC] Make Sanitizer Coverage MSVC-compatibleJonathan Metzman
2019-01-21[ASan] On Darwin record global allocator pointer and size in introspection st...Dan Liew
2019-01-21On Darwin add allocator address and size fields toDan Liew
2019-01-21On Darwin allow for sanitizer malloc implementations to provide a zoneDan Liew
2019-01-20Fix bug in `AsanAllocatorASVT` (ASan) and `AllocatorASVT` (LSan) templated al...Dan Liew
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-19[hwasan] Madvise away unused shadow.Evgeniy Stepanov
2019-01-18[safestack] Add ThreadId type as uint64_tVitaly Buka
2019-01-18[safestack] Remove dependency of SafeStack on sanitizer_commonVitaly Buka
2019-01-18[safestack] Replace statics with unnamed namespaceVitaly Buka
2019-01-17[libFuzzer][MSVC] Make attribute-use compatible with MSVCJonathan Metzman
2019-01-16Make compiler-rt CMakeLists.txt formatting a bit more like LLVM's usual forma...Nico Weber
2019-01-16[TSan] Use switches when dealing with enumsJulian Lettner
2019-01-15[libFuzzer] Remove unstable edge handlingJonathan Metzman
2019-01-15[profile] Sync up InstrProfData.inc with llvm copy /NFCRong Xu
2019-01-15[Sanitizer] Intercept sl_add api on FreeBSD/NetBSDDavid Carlier
2019-01-15[compiler-rt][UBSan] Sanitization for alignment assumptions.Roman Lebedev
2019-01-15Revert alignment assumptions changesVlad Tsyrklevich
2019-01-15[libFuzzer][MSVC] Use alternatename for ext functionsJonathan Metzman
2019-01-14[compiler-rt] Update ubsan_interface.inc with alignment assumption handlersRoman Lebedev
2019-01-14[test] Disable sunrpc tests when rpc/xdr.h is missingMichal Gorny
2019-01-14[compiler-rt][UBSan] Sanitization for alignment assumptions.Roman Lebedev
2019-01-14[asan] Add fallback for Thumb after r350139Diana Picus
2019-01-12[sanitizer] Move android's GetPageSize to a header (NFC)Evgeniy Stepanov
2019-01-11sanitizer_common: Change gen_dynamic_list.py to take a -o argument instead of...Peter Collingbourne
2019-01-11[Sanitizer] Disable getusershell interception for AndroidDavid Carlier
2019-01-11Provide storage for `true_type::value` and `false_type::value`.Dan Liew
2019-01-11[Sanitizer] Intercept getusershellDavid Carlier
2019-01-10[TSan] Remove ignore_interceptors_accesses flagJulian Lettner
2019-01-10[sanitizer_common] Define __sanitizer_FILE on NetBSDMichal Gorny
2019-01-10[sanitizer_common] Remove support for tirpc/rpc/xdr.hMichal Gorny
2019-01-10[compiler-rt][builtins][PowerPC] Implemented __floattitf builtin on PowerPCAmy Kwan
2019-01-10[compiler-rt][builtins][PowerPC] Implemented __fixunstfti builtin on PowerPCAmy Kwan
2019-01-10i[Sanitizer] Enable pututxline interceptionDavid Carlier
2019-01-09[libfuzzer][MSVC] Make calls to builtin functions work with MSVCJonathan Metzman
2019-01-09hwasan: Ignore loads and stores of size 0.Peter Collingbourne
2019-01-08[Sanitizer] Intercept fdevname on FreeBSDDavid Carlier