summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-22cfi: Fixes for check-cfi when configured as an external project.Peter Collingbourne
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-21Remove obsolete XFAIL.Nico Weber
2016-09-21Fix typo in comment [NFC]Etienne Bergeron
2016-09-21[compiler-rt] Fix Asan build on AndroidEtienne Bergeron
2016-09-21Revert "[sanitizers] Update sanitizers test to better match glibc internals"Diana Picus
2016-09-21[sanitizers] Update sanitizers test to better match glibc internalsDiana Picus
2016-09-21[CMake] Rename back SIMPLE_SOURCE to compile as C++Jonas Hahnfeld
2016-09-20Revert "[CMake] Explicitly add --target option to compiler flags"Chris Bieneman
2016-09-20[scudo] Fix a bug in the new Secondary AllocatorKostya Kortchinsky
2016-09-20[CMake] Fix error preventing simulator sanitizers from buildingChris Bieneman
2016-09-20[CMake] Explicitly add --target option to compiler flagsChris Bieneman
2016-09-20[asan] Add C++17 aligned new/delete entrypoints. Patch by Jakub Jelinek, see ...Kostya Serebryany
2016-09-20XFAIL cfi/stats.cpp on Windows until we fix LLDReid Kleckner
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-17[tsan] Update fork_atexit.cc to consistently print to stderr (and not stdout)Kuba Brecka
2016-09-17[tsan] Update signal_cond.cc to write to stderr intead of stdoutKuba Brecka
2016-09-17[compiler-rt] Disable building of profiling runtime when LLVM_USE_SANITIZER i...Kuba Brecka
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-16[asan] Remove the test as the fix is going to be removedVitaly Buka
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