summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_common.h
Commit message (Expand)AuthorAgeFilesLines
* Merging r-196802:Bill Wendling2013-12-161-0/+4
* Merging r196802:Bill Wendling2013-12-111-4/+0
* Reapply asan coverage changes 194702-194704.Bob Wilson2013-11-151-0/+5
* Speculatively revert asan coverage changes 194702-194704.Bob Wilson2013-11-151-5/+0
* [asan] Poor man's coverage that works with ASan (compiler-rt part)Kostya Serebryany2013-11-141-0/+5
* [Sanitizer] Print symbolized stack frame using a single Printf() call.Alexey Samsonov2013-11-141-3/+22
* [Sanitizer] Unify summary reporting across all sanitizers.Alexey Samsonov2013-11-011-3/+9
* Introduce an operator new for LowLevelAllocator, and convert most users to it.Peter Collingbourne2013-10-241-0/+5
* tsan: be silent if verbosity=0Dmitry Vyukov2013-10-151-1/+0
* [lsan] Support ASan's stack-use-after-return mode in LSan.Sergey Matveev2013-10-141-0/+3
* [sanitizer] Define kPthreadDestructorIterations on POSIX systems.Sergey Matveev2013-10-111-0/+6
* Refactor the usage of strip_path_prefix option and make it more consistent ac...Alexey Samsonov2013-10-041-0/+7
* [Sanitizer] Refactor symbolization interface: use class instead of several fu...Alexey Samsonov2013-09-101-0/+31
* sanitizers: Make sure Visual Studio gets error reportsReid Kleckner2013-09-051-0/+3
* [lsan] Colorize LSan reports.Sergey Matveev2013-09-031-0/+2
* [Sanitizer] Add the way to find binary in PATHAlexey Samsonov2013-09-031-0/+1
* [sanitizer] Add a fast version of StackDepotGet() for use in LSan.Sergey Matveev2013-08-261-0/+16
* [sanitizer] Handle Die() in StopTheWorld.Sergey Matveev2013-08-261-1/+3
* Define SANITIZER_INTERFACE_ATTRIBUTE on Windows and fix all the places where ...Timur Iskhodzhanov2013-08-131-1/+1
* [ASan] Use less shadow on Win 32-bitTimur Iskhodzhanov2013-07-161-0/+1
* [Sanitizer] Rename InternalVector to InternalMmapVectorAlexey Samsonov2013-06-141-8/+8
* [Sanitizer] support running external llvm-symbolizer on MacAlexey Samsonov2013-06-111-0/+2
* tsan: fix windows mingw buildDmitry Vyukov2013-06-101-3/+3
* Make InternalAlloc/InternalFree in sanitizer runtimes libc-free by switching ...Alexey Samsonov2013-05-291-4/+0
* [nolibc] Move all platforms to internal_getpid.Peter Collingbourne2013-05-171-1/+0
* [nolibc] Begin moving sanitizer_common's libc-dependent code to a separate li...Peter Collingbourne2013-05-171-0/+2
* [sanitizer] Generic sorting in sanitizer_common.Sergey Matveev2013-05-131-0/+38
* [nolibc] Change internal syscall API to remove reliance on libc's errno.Peter Collingbourne2013-05-081-1/+1
* [sanitizer] Move GetThreadStackAndTls from TSan to sanitizer_common.Sergey Matveev2013-05-071-0/+2
* Revert r180599 "[sanitizer] Clear LD_PRELOAD when forking an external symboli...Sergey Matveev2013-04-261-1/+0
* [sanitizer] Clear LD_PRELOAD when forking an external symbolizer.Sergey Matveev2013-04-261-0/+1
* Revert r180082 and add a test for SetEnv functionAlexey Samsonov2013-04-231-0/+1
* [Sanitizer] Delete unused functionAlexey Samsonov2013-04-231-1/+0
* [Sanitizer] Use a common mutex to prevent mixing reports from different sanit...Alexey Samsonov2013-04-051-0/+3
* [libsanitizer] Added data() and capacity() getters to InternalVector.Alexander Potapenko2013-04-011-0/+6
* [Sanitizer] Follow-up for r178238 - replace DCHECKs with regular CHECKsAlexey Samsonov2013-03-291-2/+2
* [Sanitizer] Minor enhancements in InternalVector containerAlexey Samsonov2013-03-281-2/+6
* tsan: add SetEnv() function that can be used in frontendsDmitry Vyukov2013-03-251-0/+1
* tsan: use a single background thread for memory profiler and memory flush (an...Dmitry Vyukov2013-03-211-0/+1
* [sanitizer] Replace more platform checks with SANITIZER_ constants.Evgeniy Stepanov2013-03-191-3/+3
* [libsanitizer] StopTheWorld in sanitizer_commonAlexander Potapenko2013-03-151-0/+1
* [sanitizer] Move GetTlsSize code from TSan to sanitizer_common.Evgeniy Stepanov2013-03-131-0/+3
* [Sanitizer] Add methods back() and pop_back() to InternalVector. Patch by Ser...Alexey Samsonov2013-03-051-0/+8
* [sanitizer] A low-level vector implementation to be used in leak checking cod...Kostya Serebryany2013-02-261-0/+52
* [asan] a bit stricter lint for CHECK vs CHECK_XX (these CHECK_XX really help ...Kostya Serebryany2013-02-261-1/+1
* [Sanitizer] use raw syscall instead of _exit() function on LinuxAlexey Samsonov2013-02-201-1/+0
* [Sanitizer] Make temporary filename depend on user IDAlexey Samsonov2013-02-181-0/+1
* [ASan] Move functions using BitScan/clzl to sanitizer_commonTimur Iskhodzhanov2013-02-081-0/+53
* [asan] print a short one-line report summary after the full report. Currently...Kostya Serebryany2013-02-061-0/+7
* [Sanitizer] make internal_open have the same interface as libc versionAlexey Samsonov2013-02-011-0/+1