Alexey Samsonov
|
e1cb524226
|
[Sanitizer] Renaming: SNPrintf -> internal_snprintf (and move it to sanitizer libc)
llvm-svn: 158710
|
2012-06-19 09:21:57 +00:00 |
Alexey Samsonov
|
51ae983718
|
[Sanitizer]: Introduce a common internal printf function. For now, also use tool-specific wrappers TsanPrintf (its output is controlled by TSan flags) and AsanPrintf (which copies its results to the ASan-private buffer). Supported formats: %[z]{d,u,x}, %s, %p. Re-write all format strings in TSan according to this format (this should have no effect on 64-bit platforms).
llvm-svn: 158065
|
2012-06-06 13:11:29 +00:00 |
Alexey Samsonov
|
ac4c290d02
|
[TSan] run some renaming as a preparation for factoring out Printf implementation.
llvm-svn: 158058
|
2012-06-06 10:13:27 +00:00 |
Alexey Samsonov
|
3b2f9f4c98
|
Remove file-type tags in .cc files in tsan/ and sanitizer_common/
llvm-svn: 157928
|
2012-06-04 13:55:19 +00:00 |
Kostya Serebryany
|
ff15ef0c50
|
[tsan] ThreadSanitizer tests and micro benchmarks. No makefiles yet.
llvm-svn: 156545
|
2012-05-10 14:18:22 +00:00 |