summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [ASAN] Pass previous stack information through __sanitizer_finish_switch_fiberDmitry Vyukov2016-09-284-29/+68
* [lsan] [aarch64] Fix calculating TLS areaStrahinja Petrovic2016-09-281-1/+4
* [sanitizer_common] Delete some copy/move methods in InternalScopedBufferVedant Kumar2016-09-271-8/+8
* builtins: use thumb-2 if possible on comparesf2Saleem Abdulrasool2016-09-271-0/+3
* tsan: relaxed check in CheckShadowMappingDmitry Vyukov2016-09-261-2/+1
* tsan: make shadow mapping linear within a single user regionDmitry Vyukov2016-09-262-19/+31
* tsan: remove kMidShadowOff mapping parameterDmitry Vyukov2016-09-261-6/+2
* tsan: simplify meta mappingDmitry Vyukov2016-09-261-3/+2
* [msan] Fix second parameter in MsanReallocate from previous commit.Maxim Ostapenko2016-09-261-1/+1
* [asan, msan] Fix reallocation logic when IsInDlsymAllocPool(ptr) is true.Maxim Ostapenko2016-09-262-4/+12
* [msan] Disable flaky fork.cc on PPC64.Evgeniy Stepanov2016-09-231-1/+4
* Revert "[profile] Hide lprofCurFilename"Vedant Kumar2016-09-231-2/+1
* [profile] Hide lprofCurFilenameVedant Kumar2016-09-231-1/+2
* Fix the following tests when running under cross-compilation:Chad Rosier2016-09-234-6/+6
* [compiler-rt] Fix a broken asan 64-bit test using ld_preloadEtienne Bergeron2016-09-231-1/+6
* [asan] Stop appending -lm, -pthread and other linker options on Darwin for AS...Kuba Brecka2016-09-231-6/+7
* [compiler-rt][lsan] Fix compiler error due to attribute (windows)Etienne Bergeron2016-09-231-1/+1
* [msan] Prevent initialization failure with newer (2.23+) glibc in use.Maxim Ostapenko2016-09-232-13/+36
* [Profile] Remove unused variableXinliang David Li2016-09-222-2/+0
* [Profile] suppress verbose rt message by defaultXinliang David Li2016-09-221-5/+7
* cfi: Fixes for check-cfi when configured as an external project.Peter Collingbourne2016-09-224-7/+12
* tsan: fix bug introduced in 282152Dmitry Vyukov2016-09-221-4/+4
* tsan: support pie binaries on newer kernelsDmitry Vyukov2016-09-222-28/+35
* [ESan][MIPS] Fix tests struct-simple.cpp on MIPSSagar Thakur2016-09-222-24/+24
* [asan] Reify ErrorGenericFilipe Cabecinhas2016-09-214-241/+276
* [asan] Store full AddressDescription objects in ErrorInvalidPointerPairFilipe Cabecinhas2016-09-212-7/+15
* revert 282085, 281909, they broke 32-bit dynamic ASan and the sanitizer-windo...Nico Weber2016-09-218-74/+32
* Remove obsolete XFAIL.Nico Weber2016-09-211-3/+0
* Fix typo in comment [NFC]Etienne Bergeron2016-09-211-1/+1
* [compiler-rt] Fix Asan build on AndroidEtienne Bergeron2016-09-212-2/+13
* Revert "[sanitizers] Update sanitizers test to better match glibc internals"Diana Picus2016-09-211-8/+2
* [sanitizers] Update sanitizers test to better match glibc internalsDiana Picus2016-09-211-2/+8
* [CMake] Rename back SIMPLE_SOURCE to compile as C++Jonas Hahnfeld2016-09-212-2/+6
* Revert "[CMake] Explicitly add --target option to compiler flags"Chris Bieneman2016-09-201-12/+0
* [scudo] Fix a bug in the new Secondary AllocatorKostya Kortchinsky2016-09-202-44/+50
* [CMake] Fix error preventing simulator sanitizers from buildingChris Bieneman2016-09-201-1/+1
* [CMake] Explicitly add --target option to compiler flagsChris Bieneman2016-09-201-0/+12
* [asan] Add C++17 aligned new/delete entrypoints. Patch by Jakub Jelinek, see ...Kostya Serebryany2016-09-201-10/+52
* XFAIL cfi/stats.cpp on Windows until we fix LLDReid Kleckner2016-09-201-0/+3
* [asan] Fix GlobalAddressDescription::Print()Filipe Cabecinhas2016-09-202-1/+14
* tsan: revert r281970Dmitry Vyukov2016-09-201-1/+1
* [XRay] ARM 32-bit no-Thumb support in compiler-rtDean Michael Berris2016-09-209-117/+423
* tsan: check more addresses in CheckShadowMappingDmitry Vyukov2016-09-201-1/+1
* tsan: make CHECK more robustDmitry Vyukov2016-09-201-0/+4
* [scudo] Modify Scudo to use its own Secondary AllocatorKostya Kortchinsky2016-09-193-2/+195
* [compiler-rt] Add support for the dynamic shadow allocationEtienne Bergeron2016-09-198-32/+63
* [sanitizer] rename __sanitizer_symbolize_data to __sanitizer_symbolize_global...Kostya Serebryany2016-09-194-6/+6
* [sanitizer] add __sanitizer_symbolize_data (can only print the names of the g...Kostya Serebryany2016-09-196-4/+67
* [tsan] Update fork_atexit.cc to consistently print to stderr (and not stdout)Kuba Brecka2016-09-171-1/+1
* [tsan] Update signal_cond.cc to write to stderr intead of stdoutKuba Brecka2016-09-171-1/+1