index
:
delta/compiler-rt.git
google/stable
google/testing
master
release_30
release_32
release_33
release_34
release_35
release_35@215014
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
sanitizer_common
/
sanitizer_printf.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Sanitizer] Internal Printf string width + left-justify.
Alex Shlyapnikov
2018-04-23
1
-11
/
+27
*
Revert "[Sanitizer] Internal Printf string precision argument + padding."
Alex Shlyapnikov
2018-04-20
1
-2
/
+0
*
[Sanitizer] Internal Printf string precision argument + padding.
Alex Shlyapnikov
2018-04-20
1
-0
/
+2
*
[sanitizer] Move CommonSanitizerReportMutex from _print.cc to _common.cc
Vitaly Buka
2017-09-22
1
-2
/
+0
*
[sanitizer_common] Fuchsia OS support code
Vitaly Buka
2017-08-01
1
-1
/
+3
*
Revert "[compiler-rt] Include thread ID into sanitizers logs"
Vitaly Buka
2017-07-25
1
-4
/
+4
*
[compiler-rt] Use NOINLE to shrink stack frames
Vitaly Buka
2017-07-20
1
-5
/
+7
*
[compiler-rt] Reorder functions to shrink stack frames
Vitaly Buka
2017-07-20
1
-8
/
+14
*
Revert "[compiler-rt] Reorder functions to have smaller stack frames"
Vitaly Buka
2017-07-20
1
-10
/
+4
*
[compiler-rt] Reorder functions to have smaller stack frames
Vitaly Buka
2017-07-20
1
-4
/
+10
*
[compiler-rt] Include thread ID into sanitizers logs
Vitaly Buka
2017-07-20
1
-5
/
+4
*
General definition for weak functions
Marcos Pividori
2017-01-29
1
-8
/
+4
*
[sanitizer] Add a 'print_module_map' flag which prints modules with UUIDs on ...
Kuba Mracek
2017-01-06
1
-11
/
+17
*
tsan: always define SANITIZER_GO
Dmitry Vyukov
2016-10-28
1
-1
/
+1
*
[sanitizers] Log all output to CrashReport on OS X
Anna Zaks
2016-01-06
1
-2
/
+5
*
Reapply: [asan] On OS X, log reports to syslog and os_trace
Anna Zaks
2015-11-20
1
-1
/
+1
*
Revert "Reapply: [asan] On OS X, log reports to syslog and os_trace"
Juergen Ributzka
2015-11-04
1
-1
/
+1
*
Reapply: [asan] On OS X, log reports to syslog and os_trace
Anna Zaks
2015-10-28
1
-1
/
+1
*
Revert "[asan] On OS X, log reports to syslog and os_trace"
Anna Zaks
2015-10-27
1
-1
/
+1
*
[asan] On OS X, log reports to syslog and os_trace
Anna Zaks
2015-10-27
1
-1
/
+1
*
[sanitizer_common] Apply modernize-use-nullptr, other minor fixes
Vedant Kumar
2015-09-30
1
-3
/
+2
*
[asan] Read process name from /proc/self/cmdline on Linux.
Evgeniy Stepanov
2015-07-28
1
-1
/
+1
*
[sanitizer] Implement logging to syslog.
Evgeniy Stepanov
2015-07-23
1
-1
/
+2
*
Revert r242975.
Evgeniy Stepanov
2015-07-23
1
-2
/
+1
*
[sanitizer] Implement logging to syslog.
Evgeniy Stepanov
2015-07-22
1
-1
/
+2
*
[ASan] Add process basename to log name and error message to
Yury Gribov
2015-06-05
1
-12
/
+18
*
Removed r221896, it seems to break build in various ways.
Yury Gribov
2014-11-13
1
-4
/
+2
*
[ASan] Add process basename to log name and error message to simplify analysi...
Yury Gribov
2014-11-13
1
-2
/
+4
*
[asan] [mips] added support of asan for mips64/mips64el, patch by Kumar Sukhani
Kostya Serebryany
2014-11-12
1
-1
/
+1
*
sanitizer_printf.cc: guard the va_copy hack on _MSC_VER
Hans Wennborg
2014-08-18
1
-1
/
+2
*
Revert "[ASan/Win] Remove a hack that seems not to be required with VS2013 an...
Hans Wennborg
2014-08-18
1
-0
/
+4
*
[ASan/Win] Remove a hack that seems not to be required with VS2013 anymore
Timur Iskhodzhanov
2014-08-15
1
-4
/
+0
*
[asan] Android logging.
Evgeniy Stepanov
2014-01-23
1
-0
/
+1
*
[sanitizer] Add a sanity check.
Evgeniy Stepanov
2014-01-23
1
-0
/
+1
*
[sanitizer] Add printf format attributes.
Evgeniy Stepanov
2014-01-23
1
-0
/
+4
*
[Sanitizer] Support %.*s in internal printf implementation. Patch by Yuri Gri...
Alexey Samsonov
2014-01-21
1
-4
/
+15
*
[sanitizer] Introduce VReport and VPrintf macros and use them in sanitizer code.
Sergey Matveev
2013-12-05
1
-0
/
+1
*
[Sanitizer] Print symbolized stack frame using a single Printf() call.
Alexey Samsonov
2013-11-14
1
-0
/
+9
*
tsan: allow to override OnPrint() callback in Go runtime
Dmitry Vyukov
2013-10-14
1
-5
/
+10
*
Define SANITIZER_INTERFACE_ATTRIBUTE on Windows and fix all the places where ...
Timur Iskhodzhanov
2013-08-13
1
-1
/
+1
*
[sanitizer] Support padding with spaces in Printf.
Sergey Matveev
2013-06-27
1
-26
/
+42
*
tsan: fix windows mingw build
Dmitry Vyukov
2013-06-10
1
-1
/
+1
*
Fix MSVC W3 compiler warnings
Timur Iskhodzhanov
2013-05-29
1
-1
/
+1
*
[nolibc] Move all platforms to internal_getpid.
Peter Collingbourne
2013-05-17
1
-1
/
+1
*
asan: fix windows build
Dmitry Vyukov
2013-04-30
1
-0
/
+4
*
asan/tsan: fix printf(), on the second pass it prints garbage and crashes on ...
Dmitry Vyukov
2013-04-30
1
-0
/
+5
*
[Sanitizer] Rework r176802: share code between Printf and Report and simplify...
Alexey Samsonov
2013-04-18
1
-55
/
+55
*
[Sanitizer] Use a common mutex to prevent mixing reports from different sanit...
Alexey Samsonov
2013-04-05
1
-0
/
+2
*
[Sanitizer] Fix OnPrint weak hook. Disable weak hooks for gotsan.
Alexey Samsonov
2013-04-03
1
-6
/
+6
*
asan/tsan: change SANITIZER_GO to more general SANITIZER_SUPPORTS_WEAK_HOOKS
Dmitry Vyukov
2013-03-26
1
-2
/
+2
[next]