summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/asan
Commit message (Expand)AuthorAgeFilesLines
* [ASan] Change the links in asa_flags.inc to point to GitHub.Alexander Potapenko2015-12-041-4/+4
* [ASan] Retire mac_ignore_invalid_free, remove some dead code.Alexander Potapenko2015-12-044-31/+0
* [tsan] Use re-exec method to enable interceptors on older versions of OS XKuba Brecka2015-12-035-198/+1
* [asan] Correctly release memory allocated during early startup.Yury Gribov2015-12-011-2/+19
* [asan] Fix the deadlocks introduced by "On OS X, log reports to syslog and os...Anna Zaks2015-11-201-10/+18
* Reapply: [asan] On OS X, log reports to syslog and os_traceAnna Zaks2015-11-202-18/+25
* Tell clang-format that (most) sanitizers are written using Google style guide.Alexey Samsonov2015-11-191-0/+1
* [ASan] Be consistent and refer to reported issues as "errors" in hints.Alexey Samsonov2015-11-181-3/+3
* [asan] add an experimental flag protect_shadow_gap. If set to false, the shad...Kostya Serebryany2015-11-142-0/+3
* [asan] Fix silly error when reporting multiple ASan errors in parallel.Yury Gribov2015-11-131-2/+3
* [Windows] Add exports for dll_host test broken by r252071 and r251071Reid Kleckner2015-11-111-0/+2
* [Asan] Added missing hunk to previous commit.Yury Gribov2015-11-111-7/+2
* [ASan] Enable optional ASan recovery.Yury Gribov2015-11-116-88/+188
* [compiler-rt] [asan] Use same shadow offset for aarch64Adhemerval Zanella2015-11-092-6/+0
* [ASan] Add two new functions to DLL thunk.Alexey Samsonov2015-11-061-0/+3
* Revert "Reapply: [asan] On OS X, log reports to syslog and os_trace"Juergen Ributzka2015-11-042-25/+18
* Asan: utility function to determine first wrongly poisoned byte inMike Aizatsky2015-11-041-9/+16
* [tsan] Use malloc zone interceptors on OS X, part 1 (refactoring)Kuba Brecka2015-11-041-336/+39
* Revert "Apply modernize-use-default to compiler-rt."Alexey Samsonov2015-10-301-1/+1
* Sanitizer: define WIN32_LEAN_AND_MEANSaleem Abdulrasool2015-10-292-0/+2
* Reapply: [asan] On OS X, log reports to syslog and os_traceAnna Zaks2015-10-282-18/+25
* [asan] Fix asan_device_setup script on KitKat.Evgeniy Stepanov2015-10-281-0/+2
* Revert "[asan] On OS X, log reports to syslog and os_trace"Anna Zaks2015-10-272-25/+18
* [asan] On OS X, log reports to syslog and os_traceAnna Zaks2015-10-272-18/+25
* [asan] Sort headers.Anna Zaks2015-10-271-4/+4
* asan_symbolize.py: Call llvm-symbolizer with --functions=linkage instead of -...Alexey Samsonov2015-10-261-1/+1
* Apply modernize-use-default to compiler-rt.Angel Garcia Gomez2015-10-201-1/+1
* [asan][mips] Fix ABI incompatibility crash in pthread_create() following r248...Daniel Sanders2015-10-051-0/+2
* [compiler-rt] Fix build (again) by wrapping lines to 80 chars (NFC)Vedant Kumar2015-10-011-1/+2
* [compiler-rt] Apply modernize-use-nullptr fixes in sanitizersVedant Kumar2015-10-0111-72/+79
* [asan] Fix asan_symbolize.py handling of non-existing pathsEvgeniy Stepanov2015-09-301-2/+2
* [asan] Versioned interceptor for pthread_create.Evgeniy Stepanov2015-09-222-0/+14
* [sanitizer] Move CheckVMASize after flag initializationAdhemerval Zanella2015-09-151-1/+2
* Support inline functions symbolization in Addr2Line symbolizer.Alexey Samsonov2015-09-141-8/+16
* [compiler-rt] [sanitizers] Add VMA size check at runtimeAdhemerval Zanella2015-09-111-0/+1
* Revert r246961 "[asan] Intercept and wrap XPC callback blocks".Kuba Brecka2015-09-071-45/+9
* [asan] Intercept and wrap XPC callback blocksKuba Brecka2015-09-071-9/+45
* [asan] Fix >80 chars line.Evgeniy Stepanov2015-09-041-1/+2
* [asan] Disable asm instrumentation tests on android/x86.Evgeniy Stepanov2015-09-041-3/+6
* [asan] Fix signal interception on Android.Evgeniy Stepanov2015-09-021-6/+5
* [CMake] Unify build rules for sanitizer_common for Apple and non-Apple platfo...Alexey Samsonov2015-08-272-0/+2
* [Sanitizers] Make abort_on_error common flag.Alexey Samsonov2015-08-272-6/+0
* [CMake] Add ARCHS option to add_sanitizer_rt_symbols.Chris Bieneman2015-08-271-2/+4
* [CMake] Converting add_sanitizer_rt_symbols to use cmake_parse_arguments.Chris Bieneman2015-08-261-1/+2
* [CMake] Add OBJECT_LIBS option to add_compiler_rt_runtime, and refactored asa...Chris Bieneman2015-08-262-48/+43
* [CMake] fixing a typo that is breaking bots.Chris Bieneman2015-08-251-1/+1
* [CMake] merge add_compiler_rt_runtime and add_compiler_rt_darwin_runtime into...Chris Bieneman2015-08-251-28/+34
* [Sanitizer] Dump coverage if we're killing the program with __sanitizer::Die().Alexey Samsonov2015-08-241-2/+0
* [Sanitizers] Allow to install several internal Die callbacks.Alexey Samsonov2015-08-241-1/+1
* Revert r245770 and r245777.Alexey Samsonov2015-08-221-0/+2
OpenPOWER on IntegriCloud