summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/sanitizer_common
Commit message (Expand)AuthorAgeFilesLines
* [sancov] __sanitizer_dump_coverage apiMike Aizatsky2016-12-125-5/+184
* symbolizer: Add lseek64 to global symbol list.Peter Collingbourne2016-12-121-0/+1
* [sanitizer] Make sure libmalloc doesn't remove the sanitizer zone from malloc...Kuba Mracek2016-12-111-0/+23
* [sanitizer] Handle malloc_destroy_zone() on DarwinKuba Mracek2016-12-111-0/+13
* Reverting rL289088 while investigating some test issue on the build serversKostya Kortchinsky2016-12-091-14/+1
* [sanitizer] Add workaround for empty stringsVitaly Buka2016-12-081-18/+14
* [sanitizer] Do not use the alignment-rounded-up size when using the secondaryKostya Kortchinsky2016-12-081-1/+14
* [sanitizers] __sanitizer_get_module_and_offset_for_pc interface functionMike Aizatsky2016-12-052-1/+23
* Remove a couple of memset usages from TSan, introduced in r288624.Daniel Jasper2016-12-051-2/+4
* [sanitizer] Make atos stdin a non-tty pipe to make sure it's not stuck waitin...Kuba Mracek2016-12-041-37/+68
* [sanitizer] Track architecture and UUID of modules in LoadedModuleKuba Mracek2016-12-027-18/+136
* [sanitizer] Add a bunch of ifdefs for sparc targets to avoid build failures.Maxim Ostapenko2016-12-022-3/+71
* Release memory to OS only when the requested range covers the entire pageEvgeniy Stepanov2016-11-304-13/+12
* Return memory to OS right after free (not in the async thread).Evgeniy Stepanov2016-11-299-74/+103
* [sanitizers] Get the proper printf/scanf version when long double transition ...Marcin Koscielnicki2016-11-281-16/+16
* [asan] Support handle_sigill on DarwinKuba Mracek2016-11-261-0/+2
* [asan] Add a "dump_registers" flag to print out CPU registers after a SIGSEGVKuba Mracek2016-11-264-0/+60
* tsan: fix build after 287632Dmitry Vyukov2016-11-221-0/+4
* tsan: switch libignore from /proc/self/maps to dl_iterate_phdrDmitry Vyukov2016-11-221-15/+16
* rename InternalBinarySearch to InternalLowerBoundMike Aizatsky2016-11-183-22/+22
* [sanitizers] specifying style for global constantMike Aizatsky2016-11-171-0/+4
* adding operator* to help working with primitive valuesMike Aizatsky2016-11-161-0/+12
* fixing binary search for cases when element is not in arrayMike Aizatsky2016-11-163-12/+52
* [asan/win] Delay load dbghelp.dll to delay ucrtbase.dll initializationReid Kleckner2016-11-143-7/+81
* [asan] Fix strncmp and strncasecmp interceptorsVitaly Buka2016-11-121-9/+21
* [asan/win] Fix wrong TerminateProcess exit codeReid Kleckner2016-11-111-1/+1
* [asan/win] Move breakpoint from Abort to internal__exitReid Kleckner2016-11-101-2/+4
* [lsan] fix a rare lsan false positive: ensure that we don't re-sort the chunk...Kostya Serebryany2016-11-101-12/+19
* [asan/win] Use TerminateProcess when we want to exit abnormallyReid Kleckner2016-11-091-1/+2
* tsan: set disable_coredump=0 by default for GoDmitry Vyukov2016-10-281-1/+1
* tsan: always define SANITIZER_GODmitry Vyukov2016-10-2810-25/+29
* sanitizer_common: fix description of disable_coredump flagDmitry Vyukov2016-10-281-3/+3
* tsan: fix windows buildDmitry Vyukov2016-10-283-1/+5
* [sanitizers] Set Darwin specific linker and compiler flags for all testsAnna Zaks2016-10-261-0/+5
* scripts: Document existing problems with the symbolizer build script.Peter Collingbourne2016-10-241-0/+6
* [sanitizers] support strict_string_checks for strncmpKostya Serebryany2016-10-211-2/+2
* adding new symbols to llvm-symbolizer symbol testMike Aizatsky2016-10-201-0/+3
* [sanitizers] -Wno-macro-redefined for libc++ buildVitaly Buka2016-10-141-1/+1
* Make lsan complain loudly when running under ptraceKostya Serebryany2016-10-131-1/+3
* [ESan] [MIPS] Fix workingset-signal-posix.cpp on MIPSSagar Thakur2016-10-061-1/+1
* [ESan][MIPS] Adds support for MIPS64Sagar Thakur2016-10-065-3/+42
* [asan] Fixup: Switch to using dynamic shadow offset on iOSAnna Zaks2016-10-051-1/+1
* [asan] Reapply: Switch to using dynamic shadow offset on iOSAnna Zaks2016-10-053-6/+54
* Revert "[asan] Switch to using dynamic shadow offset on iOS"Anna Zaks2016-10-053-43/+5
* [asan] Switch to using dynamic shadow offset on iOSAnna Zaks2016-10-043-5/+43
* [sanitizer-coverage] remove stale code, second attempt after failed r282994Kostya Serebryany2016-10-041-24/+0
* Revert "[sanitizer-coverage] remove stale code" at it breaks Windows bot.Vitaly Buka2016-10-041-0/+24
* Support configurable path to LLVM srcVitaly Buka2016-10-041-4/+3
* [sanitizer-coverage] remove stale codeKostya Serebryany2016-10-011-24/+0
* [compiler-rt] Add support for the dynamic shadow allocationEtienne Bergeron2016-09-303-0/+28
OpenPOWER on IntegriCloud