summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [asan] Disable glibc-specific code chunk on Android.Evgeniy Stepanov2015-06-261-1/+1
* [asan] Link sanitizer_common tests on Android as -pie.Evgeniy Stepanov2015-06-261-0/+4
* [ASan] Clean up obsolete stats.Alexey Samsonov2015-06-264-18/+6
* [libsanitizer] Delete the unused GetBinaryName() function.Alexander Potapenko2015-06-262-5/+0
* [asan] Do not unset DYLD_ROOT_PATH before calling atos on DarwinAnna Zaks2015-06-253-7/+26
* [msan] Teach sanitizers about the PPC64 ptrace syscallJay Foad2015-06-254-9/+19
* [msan] Fix SetShadow for mappings at the end of the application address spaceJay Foad2015-06-251-1/+1
* [Sanitizer] Set minimum supported Mac OS X version to 10.9, if it wasn't spec...Alexey Samsonov2015-06-251-5/+7
* tsan: fix handling of dup2 Dmitry Vyukov2015-06-255-14/+105
* [CFI] Run tests that use cfi diagnostic mode only if cxxabi parts of UBSan ar...Alexey Samsonov2015-06-257-0/+14
* [sanitizer] Disable signal_segv_handler test.Evgeniy Stepanov2015-06-251-0/+2
* tsan: merge function definition and declarationDmitry Vyukov2015-06-251-10/+4
* Enable memory sanitizer for PPC64Jay Foad2015-06-257-1/+41
* [CMake] Fix PR23539: Don't reference C++ ABI symbols prior to Mac OS 10.9.Alexey Samsonov2015-06-256-2/+23
* One more change required to build the sanitizers for iOS.Chris Bieneman2015-06-242-5/+5
* tsan: fix false positive between dlopen and dl_iterate_phdrDmitry Vyukov2015-06-242-0/+95
* SafeStack: Add another missing header to try to fix FreeBSD build.Peter Collingbourne2015-06-241-0/+1
* SafeStack: Add #include of <stdint.h>.Peter Collingbourne2015-06-241-0/+1
* asan: fix 32-bit buildDmitry Vyukov2015-06-241-1/+1
* tsan: don't print external PCs in reportsDmitry Vyukov2015-06-246-6/+54
* tsan: fix unbounded memory consumption for large mallocsDmitry Vyukov2015-06-242-0/+45
* Update SafeStack TODO in the safestack.ccPeter Collingbourne2015-06-231-24/+32
* Working on reconciling out-of-tree patches to compiler-rt for building for iOS.Chris Bieneman2015-06-231-1/+1
* Working on reconciling out-of-tree patches to compiler-rt for building for iOS.Chris Bieneman2015-06-232-4/+20
* Working on reconciling out-of-tree patches to compiler-rt for building for iOS.Chris Bieneman2015-06-233-4/+13
* Working on reconciling out-of-tree patches to compiler-rt for building for iOS.Chris Bieneman2015-06-233-19/+44
* Fix incorrect truncation at the overflow boundaryPirama Arumuga Nainar2015-06-235-1/+46
* [msan] Mark one test as only supported on x86Jay Foad2015-06-231-0/+1
* [Sanitizers] Pass the correct arch to the symbolizer for x86_64hFrederic Riss2015-06-231-1/+3
* [CMake] Respect the value of -mmacosx-version-min flag.Alexey Samsonov2015-06-221-5/+12
* Add -flto to clang flags for cfi tests.Alexey Samsonov2015-06-191-1/+1
* CMake: Stop using LLVM's custom parse_arguments. NFCFilipe Cabecinhas2015-06-1914-50/+43
* Add control flow integrity diagnosis function to UBSan runtime library.Peter Collingbourne2015-06-1913-14/+129
* Revert "Revert "[CMake] LSan is not actually available on Darwin.""Alexey Samsonov2015-06-193-12/+10
* [msan] Intercept fopencookie.Evgeniy Stepanov2015-06-195-0/+136
* tsan: mark meta shadow as NOHUGEPAGEDmitry Vyukov2015-06-181-0/+4
* Revert "[CMake] LSan is not actually available on Darwin."Justin Bogner2015-06-183-19/+23
* [CMake] Remove redundant checks in TSan CMakeLists.txtAlexey Samsonov2015-06-171-44/+40
* [CMake] LSan is not actually available on Darwin.Alexey Samsonov2015-06-173-23/+19
* SafeStack: XFAIL the pthread.c test on Darwin.Peter Collingbourne2015-06-161-0/+2
* SafeStack: Adjust condition for COMPILER_RT_HAS_SAFESTACK to fix sanitizer bu...Peter Collingbourne2015-06-161-1/+1
* [ASan tests] Revert a bad change from r239754Filipe Cabecinhas2015-06-151-1/+1
* [ASan tests] Leftover that didn't get reverted in r239754Filipe Cabecinhas2015-06-151-1/+1
* [ASan tests] Use export, not env.Filipe Cabecinhas2015-06-151-1/+1
* Revert "[ASan tests] Try to fix Windows buildbots due to r239754"Filipe Cabecinhas2015-06-155-5/+5
* [ASan tests] Try to fix Windows buildbots due to r239754Filipe Cabecinhas2015-06-155-5/+5
* Protection against stack-based memory corruption errors using SafeStack: comp...Peter Collingbourne2015-06-1517-0/+515
* [ASan] Test churn for setting ASAN_OPTIONS=symbolize_vs_style=falseFilipe Cabecinhas2015-06-15132-336/+339
* [builtins] Hide long double fp_test.h helpers if it's not fp128.Ahmed Bougacha2015-06-121-0/+12
* [CMake] Cleanup add_compiler_rt_object_library to be platform-agnosticChris Bieneman2015-06-108-130/+131