summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_platform.h
AgeCommit message (Expand)Author
2015-08-28[compiler-rt] [tsan] Enable TSan for AArch64/42-bit VMAAdhemerval Zanella
2015-08-20[asan] Fix build issue from r245596Adhemerval Zanella
2015-08-20[asan] Enable ASan for AArch64/42-bit VMAAdhemerval Zanella
2015-08-10-Wdeprecated: Use noexcept rather than throw() where supportedDavid Blaikie
2015-08-05[asan] Enable asan for aarch64Adhemerval Zanella
2015-06-23Working on reconciling out-of-tree patches to compiler-rt for building for iOS.Chris Bieneman
2015-04-09[ASan] Only include rpc headers if they are available.Yury Gribov
2015-02-24Allow sanitizer to work with "old" kernel headersRenato Golin
2014-11-19[MSan] [MIPS] Adding support for MIPS64 (patch by Mohit Bhakkad).Alexey Samsonov
2014-11-12[asan] [mips] added support of asan for mips64/mips64el, patch by Kumar SukhaniKostya Serebryany
2014-10-20Fix checks for Android.Dan Albert
2014-05-21[sanitizer] define SANITIZER_X32 and use it in ThreadDescriptorSize; partiall...Kostya Serebryany
2014-03-07[FreeBSD] Port sanitizers' syscalls.Alexey Samsonov
2014-03-04A set of trivial changes to support sanitizers on FreeBSD.Alexey Samsonov
2014-02-24[sanitizer] Interception macros for sanitizers on FreeBSD; patch by Viktor Ku...Kostya Serebryany
2014-02-13[sanitizer] AArch64 sanitizer support; patch by Christophe Lyon and Yvan RouxKostya Serebryany
2013-12-26[asan] allow asan to use SizeClassAllocator32 on a 64-bit platform (if SANITI...Kostya Serebryany
2013-10-31[libsanitizer] Define SANITIZER_IOS when building for iOS or iOS simulator.Alexander Potapenko
2013-03-19[sanitizer] Replace more platform checks with SANITIZER_ constants.Evgeniy Stepanov