summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-09-23Revert "[profile] Hide lprofCurFilename"Vedant Kumar
2016-09-23[profile] Hide lprofCurFilenameVedant Kumar
2016-09-23[asan] Stop appending -lm, -pthread and other linker options on Darwin for AS...Kuba Brecka
2016-09-23[compiler-rt][lsan] Fix compiler error due to attribute (windows)Etienne Bergeron
2016-09-23[msan] Prevent initialization failure with newer (2.23+) glibc in use.Maxim Ostapenko
2016-09-22[Profile] Remove unused variableXinliang David Li
2016-09-22[Profile] suppress verbose rt message by defaultXinliang David Li
2016-09-22tsan: fix bug introduced in 282152Dmitry Vyukov
2016-09-22tsan: support pie binaries on newer kernelsDmitry Vyukov
2016-09-22[ESan][MIPS] Fix tests struct-simple.cpp on MIPSSagar Thakur
2016-09-21[asan] Reify ErrorGenericFilipe Cabecinhas
2016-09-21[asan] Store full AddressDescription objects in ErrorInvalidPointerPairFilipe Cabecinhas
2016-09-21revert 282085, 281909, they broke 32-bit dynamic ASan and the sanitizer-windo...Nico Weber
2016-09-21Fix typo in comment [NFC]Etienne Bergeron
2016-09-21[compiler-rt] Fix Asan build on AndroidEtienne Bergeron
2016-09-20[scudo] Fix a bug in the new Secondary AllocatorKostya Kortchinsky
2016-09-20[asan] Add C++17 aligned new/delete entrypoints. Patch by Jakub Jelinek, see ...Kostya Serebryany
2016-09-20[asan] Fix GlobalAddressDescription::Print()Filipe Cabecinhas
2016-09-20tsan: revert r281970Dmitry Vyukov
2016-09-20[XRay] ARM 32-bit no-Thumb support in compiler-rtDean Michael Berris
2016-09-20tsan: check more addresses in CheckShadowMappingDmitry Vyukov
2016-09-20tsan: make CHECK more robustDmitry Vyukov
2016-09-19[scudo] Modify Scudo to use its own Secondary AllocatorKostya Kortchinsky
2016-09-19[compiler-rt] Add support for the dynamic shadow allocationEtienne Bergeron
2016-09-19[sanitizer] rename __sanitizer_symbolize_data to __sanitizer_symbolize_global...Kostya Serebryany
2016-09-19[sanitizer] add __sanitizer_symbolize_data (can only print the names of the g...Kostya Serebryany
2016-09-16Remove undefined weak hooks from dll thunk export list to really fix windows ...Reid Kleckner
2016-09-16[compiler-rt] Don't force ASAN_HAS_EXCEPTIONS to be true for all buildsFrancis Ricci
2016-09-15[asan] fix window buildKostya Serebryany
2016-09-15[asan] provide dummy implementations for __sanitizer_cov_trace_pc_*Kostya Serebryany
2016-09-15[asan] Reenable 64-bit allocator on android/aarch64.Evgeniy Stepanov
2016-09-15[sanitizer] Fixup 2: Do not introduce __sanitizer namespace globallyAnna Zaks
2016-09-15[sanitizer] Fixup: Do not introduce __sanitizer namespace globallyAnna Zaks
2016-09-15[compiler-rt] Remove the system includes from __sanitizer namespaceAnna Zaks
2016-09-15[compiler-rt] Do not introduce __sanitizer namespace globallyAnna Zaks
2016-09-15[sanitizers] DLAddr Symbolizer should fail if demangle failsAnna Zaks
2016-09-15[sanitizer] Test the allocator with the ASan win64 memory constantsReid Kleckner
2016-09-15Really fix the Windows sanitizer buildReid Kleckner
2016-09-15[asan] Reify ErrorInvalidPointerPairFilipe Cabecinhas
2016-09-15[asan] Reify ErrorODRViolationFilipe Cabecinhas
2016-09-15[asan] Reify ErrorBadParamsToAnnotateContiguousContainerFilipe Cabecinhas
2016-09-15[sanitizer] Fix darwin Go tsan build by unifying r281567 and r281553.Ahmed Bougacha
2016-09-15[sanitizer] one more attempt to fix things with __sanitizer_print_memory_pro...Kostya Serebryany
2016-09-15Define the weak symbol added by r281546 on mac.Ahmed Bougacha
2016-09-14Fix the Windows build after r281546Reid Kleckner
2016-09-14[tsan] fix tsan build by adding a dummy __sanitizer_print_memory_profileKostya Serebryany
2016-09-14[asan] fix windowsKostya Serebryany
2016-09-14[asan] add heap_profile=1 to asan to periodically print the heap profile. So ...Kostya Serebryany
2016-09-14[asan] Disable 64-bit allocator on android/aarch64.Evgeniy Stepanov
2016-09-14[compiler-rt] Set asan win 64-bits to use dynamic address for memory allocatorEtienne Bergeron