summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/sanitizer_common/sanitizer_common.cc
Commit message (Expand)AuthorAgeFilesLines
* [ASan] Distinguish between read, write and read-write file access modes in Op...Alexander Potapenko2015-03-231-2/+2
* Improve SUMMARY reporting in sanitizers.Alexey Samsonov2015-03-171-8/+5
* [Sanitizer] Fix StripPathPrefix function and improve test case.Alexey Samsonov2015-03-021-6/+6
* [Sanitizer] Print column number in SUMMARY line if it's available.Alexey Samsonov2015-02-271-6/+10
* [Sanitizer] Move TemplateMatch() to sanitizer_common.cc. NFC.Alexey Samsonov2015-02-191-0/+42
* [asan] Allow changing verbosity in activation flags.Evgeniy Stepanov2015-01-201-0/+2
* [sanitizer] Additional error checking.Evgeniy Stepanov2015-01-161-3/+7
* Fix memory leaks in GetListOfModules() users.Alexey Samsonov2015-01-081-0/+9
* [Sanitizer] Remove the hardcoded limit of address ranges in LoadedModule.Alexey Samsonov2015-01-081-8/+9
* [asan] introduce __sanitizer_set_death_callback, deprecate __asan_set_death_c...Kostya Serebryany2014-12-151-6/+15
* [Sanitizer] Don't modify mmap_limit_mb flag in runtime.Alexey Samsonov2014-12-111-6/+3
* [Sanitizer] Fix report_path functionality:Alexey Samsonov2014-12-111-34/+58
* Replace InternalScopedBuffer<char> with InternalScopedString where applicable.Alexey Samsonov2014-12-021-8/+7
* Removed r221896, it seems to break build in various ways.Yury Gribov2014-11-131-20/+0
* [ASan] Add process basename to log name and error message to simplify analysi...Yury Gribov2014-11-131-0/+20
* [Sanitizer] Introduce generic stack frame rendering machineryAlexey Samsonov2014-11-051-19/+0
* [Sanitizer] Get rid of unnecessary allocations in StripModuleName. NFC.Alexey Samsonov2014-11-041-11/+8
* [Sanitizer] Get rid of Symbolizer::Get() and Symbolizer::GetOrNull().Alexey Samsonov2014-09-101-17/+0
* [asan] Exclude non-executable mappings from coverage.Evgeniy Stepanov2014-06-111-1/+2
* [asancov] Write coverage directly to a memory-mapped file.Evgeniy Stepanov2014-05-271-12/+0
* [sanitizer] Support sandboxing in sanitizer coverage.Sergey Matveev2014-05-191-3/+3
* tsan: stop background thread when sandbox is enabledDmitry Vyukov2014-04-241-0/+7
* [ASan] Replace a CHECK for mmap_limit_mb with a RAW_CHECK.Alexander Potapenko2014-04-151-1/+1
* [asan] try fixing the mmap_limit_mb failure on buildbot (tests pass locally)Kostya Serebryany2014-04-151-1/+2
* [asan] added internal flag mmap_limit_mbKostya Serebryany2014-04-141-0/+18
* Reapply r201910. MSVC gets __func__ defined explicitly, even though itJoerg Sonnenberger2014-02-261-1/+1
* Revert "Replace __FUNCTION__ with __func__, the latter being standard C99/C++...Reid Kleckner2014-02-221-1/+1
* Replace __FUNCTION__ with __func__, the latter being standard C99/C++11.Joerg Sonnenberger2014-02-211-1/+1
* [Sanitizer] Replace Symbolizer::IsAvailable and Symbolizer::IsExternalAvailab...Alexey Samsonov2013-12-251-1/+1
* [Sanitizers] Rename Symbolizer::SymbolizeCode to Symbolizer::SymbolizePCTimur Iskhodzhanov2013-12-181-1/+1
* [sanitizer] Fix log_path behavior with StopTheWorld.Sergey Matveev2013-12-041-0/+7
* Reapply asan coverage changes 194702-194704.Bob Wilson2013-11-151-0/+11
* Speculatively revert asan coverage changes 194702-194704.Bob Wilson2013-11-151-11/+0
* [asan] Poor man's coverage that works with ASan (compiler-rt part)Kostya Serebryany2013-11-141-0/+11
* [Sanitizer] Print symbolized stack frame using a single Printf() call.Alexey Samsonov2013-11-141-7/+11
* [Sanitizer] Add print_summary runtime flag to disable error summaries (UBSan ...Alexey Samsonov2013-11-141-0/+6
* [Sanitizer] Fix Go buildAlexey Samsonov2013-11-011-0/+2
* [Sanitizer] Unify summary reporting across all sanitizers.Alexey Samsonov2013-11-011-5/+23
* Hoist the addition of the prefix "SUMMARY: " fromNick Lewycky2013-10-231-2/+3
* tsan: be silent if verbosity=0Dmitry Vyukov2013-10-151-1/+0
* tsan: use sanitizer::CommonFlags in tsanDmitry Vyukov2013-10-151-9/+13
* Refactor the usage of strip_path_prefix option and make it more consistent ac...Alexey Samsonov2013-10-041-3/+32
* [Sanitizer] Refactor symbolization interface: use class instead of several fu...Alexey Samsonov2013-09-101-0/+21
* sanitizers: Make sure Visual Studio gets error reportsReid Kleckner2013-09-051-33/+6
* [sanitizer] Handle Die() in StopTheWorld.Sergey Matveev2013-08-261-2/+6
* [nolibc] Move all platforms to internal_getpid.Peter Collingbourne2013-05-171-4/+4
* [nolibc] Begin moving sanitizer_common's libc-dependent code to a separate li...Peter Collingbourne2013-05-171-7/+2
* [sanitizer] Generic sorting in sanitizer_common.Sergey Matveev2013-05-131-38/+8
* [nolibc] Change internal syscall API to remove reliance on libc's errno.Peter Collingbourne2013-05-081-5/+6
* [libsanitizer] StopTheWorld in sanitizer_commonAlexander Potapenko2013-03-151-0/+1
OpenPOWER on IntegriCloud