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_printf.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
asan/tsan: add Printf/Report hook
Dmitry Vyukov
2013-03-25
1
-4
/
+17
*
Break a >80 char line.
Evgeniy Stepanov
2013-03-13
1
-1
/
+2
*
[ASan] Reduce the local buffer size in Report() not to fail the check enforce...
Alexander Potapenko
2013-03-11
1
-2
/
+5
*
[ASan] Try to use a small (512 bytes) stack-local buffer in Report() for shor...
Alexander Potapenko
2013-03-11
1
-13
/
+42
*
Don't escape %s in printf usage message; it's not written by printf.
Richard Smith
2012-12-18
1
-1
/
+1
*
[asan/tsan] do not use __WORDSIZE macro, as it is glibc-private thing. Instea...
Kostya Serebryany
2012-11-21
1
-1
/
+1
*
[Sanitizer] replace while with internal_memset to make sure compiler won't re...
Alexey Samsonov
2012-11-21
1
-1
/
+6
*
-fsanitize=undefined: Switch to using sanitizer_common for output. This gets ...
Richard Smith
2012-11-13
1
-14
/
+30
*
[TSan] finally remove TsanPrintf in favor of Printf from sanitizer_common
Alexey Samsonov
2012-11-02
1
-2
/
+2
*
[asan] fix the va_arg usage
Kostya Serebryany
2012-09-14
1
-1
/
+1
*
[asan] add asan option log_path=PATH to let users redirect asan reports to a ...
Kostya Serebryany
2012-09-14
1
-1
/
+6
*
[asan/tsan] use InternalScopedBuffer instead of stack arrays. Use mmap insete...
Kostya Serebryany
2012-08-29
1
-12
/
+11
*
[asan] get rid of AsanPrintf in favor of Printf from sanitizer_common
Kostya Serebryany
2012-08-28
1
-0
/
+9
*
[Sanitizer] Renaming: SNPrintf -> internal_snprintf (and move it to sanitizer...
Alexey Samsonov
2012-06-19
1
-2
/
+2
*
[Sanitizer] Switch to common mmap/munmap routines in ASan run-time.
Alexey Samsonov
2012-06-06
1
-2
/
+2
*
[Sanitizer]: Introduce a common internal printf function. For now, also use t...
Alexey Samsonov
2012-06-06
1
-0
/
+185