index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler-rt
/
lib
/
sanitizer_common
/
sanitizer_common.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ASan] Distinguish between read, write and read-write file access modes in Op...
Alexander Potapenko
2015-03-23
1
-2
/
+2
*
Improve SUMMARY reporting in sanitizers.
Alexey Samsonov
2015-03-17
1
-8
/
+5
*
[Sanitizer] Fix StripPathPrefix function and improve test case.
Alexey Samsonov
2015-03-02
1
-6
/
+6
*
[Sanitizer] Print column number in SUMMARY line if it's available.
Alexey Samsonov
2015-02-27
1
-6
/
+10
*
[Sanitizer] Move TemplateMatch() to sanitizer_common.cc. NFC.
Alexey Samsonov
2015-02-19
1
-0
/
+42
*
[asan] Allow changing verbosity in activation flags.
Evgeniy Stepanov
2015-01-20
1
-0
/
+2
*
[sanitizer] Additional error checking.
Evgeniy Stepanov
2015-01-16
1
-3
/
+7
*
Fix memory leaks in GetListOfModules() users.
Alexey Samsonov
2015-01-08
1
-0
/
+9
*
[Sanitizer] Remove the hardcoded limit of address ranges in LoadedModule.
Alexey Samsonov
2015-01-08
1
-8
/
+9
*
[asan] introduce __sanitizer_set_death_callback, deprecate __asan_set_death_c...
Kostya Serebryany
2014-12-15
1
-6
/
+15
*
[Sanitizer] Don't modify mmap_limit_mb flag in runtime.
Alexey Samsonov
2014-12-11
1
-6
/
+3
*
[Sanitizer] Fix report_path functionality:
Alexey Samsonov
2014-12-11
1
-34
/
+58
*
Replace InternalScopedBuffer<char> with InternalScopedString where applicable.
Alexey Samsonov
2014-12-02
1
-8
/
+7
*
Removed r221896, it seems to break build in various ways.
Yury Gribov
2014-11-13
1
-20
/
+0
*
[ASan] Add process basename to log name and error message to simplify analysi...
Yury Gribov
2014-11-13
1
-0
/
+20
*
[Sanitizer] Introduce generic stack frame rendering machinery
Alexey Samsonov
2014-11-05
1
-19
/
+0
*
[Sanitizer] Get rid of unnecessary allocations in StripModuleName. NFC.
Alexey Samsonov
2014-11-04
1
-11
/
+8
*
[Sanitizer] Get rid of Symbolizer::Get() and Symbolizer::GetOrNull().
Alexey Samsonov
2014-09-10
1
-17
/
+0
*
[asan] Exclude non-executable mappings from coverage.
Evgeniy Stepanov
2014-06-11
1
-1
/
+2
*
[asancov] Write coverage directly to a memory-mapped file.
Evgeniy Stepanov
2014-05-27
1
-12
/
+0
*
[sanitizer] Support sandboxing in sanitizer coverage.
Sergey Matveev
2014-05-19
1
-3
/
+3
*
tsan: stop background thread when sandbox is enabled
Dmitry Vyukov
2014-04-24
1
-0
/
+7
*
[ASan] Replace a CHECK for mmap_limit_mb with a RAW_CHECK.
Alexander Potapenko
2014-04-15
1
-1
/
+1
*
[asan] try fixing the mmap_limit_mb failure on buildbot (tests pass locally)
Kostya Serebryany
2014-04-15
1
-1
/
+2
*
[asan] added internal flag mmap_limit_mb
Kostya Serebryany
2014-04-14
1
-0
/
+18
*
Reapply r201910. MSVC gets __func__ defined explicitly, even though it
Joerg Sonnenberger
2014-02-26
1
-1
/
+1
*
Revert "Replace __FUNCTION__ with __func__, the latter being standard C99/C++...
Reid Kleckner
2014-02-22
1
-1
/
+1
*
Replace __FUNCTION__ with __func__, the latter being standard C99/C++11.
Joerg Sonnenberger
2014-02-21
1
-1
/
+1
*
[Sanitizer] Replace Symbolizer::IsAvailable and Symbolizer::IsExternalAvailab...
Alexey Samsonov
2013-12-25
1
-1
/
+1
*
[Sanitizers] Rename Symbolizer::SymbolizeCode to Symbolizer::SymbolizePC
Timur Iskhodzhanov
2013-12-18
1
-1
/
+1
*
[sanitizer] Fix log_path behavior with StopTheWorld.
Sergey Matveev
2013-12-04
1
-0
/
+7
*
Reapply asan coverage changes 194702-194704.
Bob Wilson
2013-11-15
1
-0
/
+11
*
Speculatively revert asan coverage changes 194702-194704.
Bob Wilson
2013-11-15
1
-11
/
+0
*
[asan] Poor man's coverage that works with ASan (compiler-rt part)
Kostya Serebryany
2013-11-14
1
-0
/
+11
*
[Sanitizer] Print symbolized stack frame using a single Printf() call.
Alexey Samsonov
2013-11-14
1
-7
/
+11
*
[Sanitizer] Add print_summary runtime flag to disable error summaries (UBSan ...
Alexey Samsonov
2013-11-14
1
-0
/
+6
*
[Sanitizer] Fix Go build
Alexey Samsonov
2013-11-01
1
-0
/
+2
*
[Sanitizer] Unify summary reporting across all sanitizers.
Alexey Samsonov
2013-11-01
1
-5
/
+23
*
Hoist the addition of the prefix "SUMMARY: " from
Nick Lewycky
2013-10-23
1
-2
/
+3
*
tsan: be silent if verbosity=0
Dmitry Vyukov
2013-10-15
1
-1
/
+0
*
tsan: use sanitizer::CommonFlags in tsan
Dmitry Vyukov
2013-10-15
1
-9
/
+13
*
Refactor the usage of strip_path_prefix option and make it more consistent ac...
Alexey Samsonov
2013-10-04
1
-3
/
+32
*
[Sanitizer] Refactor symbolization interface: use class instead of several fu...
Alexey Samsonov
2013-09-10
1
-0
/
+21
*
sanitizers: Make sure Visual Studio gets error reports
Reid Kleckner
2013-09-05
1
-33
/
+6
*
[sanitizer] Handle Die() in StopTheWorld.
Sergey Matveev
2013-08-26
1
-2
/
+6
*
[nolibc] Move all platforms to internal_getpid.
Peter Collingbourne
2013-05-17
1
-4
/
+4
*
[nolibc] Begin moving sanitizer_common's libc-dependent code to a separate li...
Peter Collingbourne
2013-05-17
1
-7
/
+2
*
[sanitizer] Generic sorting in sanitizer_common.
Sergey Matveev
2013-05-13
1
-38
/
+8
*
[nolibc] Change internal syscall API to remove reliance on libc's errno.
Peter Collingbourne
2013-05-08
1
-5
/
+6
*
[libsanitizer] StopTheWorld in sanitizer_common
Alexander Potapenko
2013-03-15
1
-0
/
+1
[next]