summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/sanitizer_common
Commit message (Expand)AuthorAgeFilesLines
* -fsanitize=undefined: Switch to using sanitizer_common for output. This gets ...Richard Smith2012-11-131-14/+30
* [asan] use #if defined __x86_64__ instead of #if __WORDSIZE == 64 in sanitize...Kostya Serebryany2012-11-131-3/+3
* [Sanitizer] add sanity checks for communication with external symbolizerAlexey Samsonov2012-11-095-0/+46
* [Sanitizer] try to fix Windows bot - include stdlib.h for abort/_exit functionsAlexey Samsonov2012-11-081-0/+1
* tsan: slightly relax requirements for lazy shadow memory (can overlap and may...Dmitry Vyukov2012-11-061-5/+6
* tsan: fix debug outputDmitry Vyukov2012-11-061-1/+1
* tsan: better diagnostics for failed mmap()Dmitry Vyukov2012-11-061-1/+5
* tsan: windows: less includes, better diagnostics for failed VirtualAlloc(), i...Dmitry Vyukov2012-11-061-4/+12
* tsan: define missing compier macros for windowsDmitry Vyukov2012-11-061-6/+5
* tsan: fix non-msvc windows buildDmitry Vyukov2012-11-061-1/+1
* tasn: improve sanitizer_internal_defs.hDmitry Vyukov2012-11-061-4/+1
* tsan: fix windows buildDmitry Vyukov2012-11-061-3/+3
* [Sanitizer] Add internal_isatty to sanitizer_libc and PrintsToTty to determin...Alexey Samsonov2012-11-025-9/+28
* [Sanitizer] fix printf unittest on 32-bit archAlexey Samsonov2012-11-021-4/+22
* [Sanitizer] move unit test for Printf from tsan to sanitizer_commonAlexey Samsonov2012-11-023-2/+108
* [TSan] finally remove TsanPrintf in favor of Printf from sanitizer_commonAlexey Samsonov2012-11-021-2/+2
* [Sanitizer] Use kStderrFd constant instead of hardcoded 2Alexey Samsonov2012-11-023-10/+14
* [Sanitizer]: add __sanitizer_set_report_fd function to alter file descriptor ...Alexey Samsonov2012-11-021-1/+15
* Fix a compiler warning in internal_memmove.Alexander Potapenko2012-10-261-5/+5
* Fix the internal_memmove() implementation that used to skip src[0] if dst < src.Alexander Potapenko2012-10-263-2/+26
* [Sanitizer] fall back to online symbolizer if user-provided callback failedAlexey Samsonov2012-10-181-1/+2
* [Sanitizer] symbolizer: increase the maximal number of shared libraries to 16KAlexey Samsonov2012-10-172-2/+3
* [asan] fix lintKostya Serebryany2012-10-162-2/+2
* Implement internal_memmove.Alexander Potapenko2012-10-152-0/+17
* [Sanitizer] Remove unneeded returns after UNIMPLEMENTED macroAlexey Samsonov2012-10-095-18/+0
* [Sanitizer] Add UNREACHABLE(msg) macroAlexey Samsonov2012-10-091-1/+6
* [asan] properly report mmap failureKostya Serebryany2012-10-041-0/+8
* Do not patch the instruction address when symbolizing the reports.Alexander Potapenko2012-10-022-1/+10
* [Sanitizer] fix line widthAlexey Samsonov2012-10-021-1/+2
* [*San]: handle EINTR.Evgeniy Stepanov2012-10-022-2/+13
* tsan: fix mac buildDmitry Vyukov2012-10-024-6/+9
* [Sanitizer/ASan] Simplify the code that prints and symbolizes stack traces. F...Alexey Samsonov2012-10-021-22/+46
* tsan: output tid's in reportsDmitry Vyukov2012-10-022-0/+6
* Add a missing const qualifier.Evgeniy Stepanov2012-09-272-2/+2
* [ASan] Apply some ASan-relevant pieces of patch by Ruben Van Boxem. In the sa...Alexey Samsonov2012-09-241-1/+3
* [Sanitizer] update lint checker scriptAlexey Samsonov2012-09-181-3/+3
* [tsan] fix the tsan allocator to handle any alignmentKostya Serebryany2012-09-182-13/+33
* [Sanitizer] Hoist functions to get/set stack size and re-exec from memory-san...Alexey Samsonov2012-09-175-2/+57
* tsan: reserve msb in stack depot id's (required for msan)Dmitry Vyukov2012-09-172-3/+7
* [asan] fix the va_arg usage Kostya Serebryany2012-09-141-1/+1
* [asan] add asan option log_path=PATH to let users redirect asan reports to a ...Kostya Serebryany2012-09-142-3/+34
* [Sanitizer] Please Android build. Re-check the availability of -Wno-variadic-...Alexey Samsonov2012-09-121-0/+1
* [Sanitizer] first effort to start building ASan runtime with -Werror in CMake...Alexey Samsonov2012-09-121-1/+1
* [Sanitizer] test 64-bit allocator only on suitable targetsAlexey Samsonov2012-09-112-2/+8
* CMake build rules for ASan Android runtime and tests.Evgeniy Stepanov2012-09-111-2/+2
* [Sanitizer] Add new lit testsuite: check-sanitizer that runs unit tests for s...Alexey Samsonov2012-09-115-5/+104
* [Sanitizer] fix warnings reported by gcc. Update the list of targets to check...Alexey Samsonov2012-09-113-5/+4
* [Sanitizer] remove custom Die/CheckFailed from allocator testlibAlexey Samsonov2012-09-111-12/+0
* [Sanitizer] Get rid of dependency between sanitizer_common and asan/tsan runt...Alexey Samsonov2012-09-112-2/+41
* [asan] There is no __libc_malloc on Android.Evgeniy Stepanov2012-09-101-3/+3
OpenPOWER on IntegriCloud