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
/
llvm
/
lib
/
Fuzzer
/
FuzzerIOWindows.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libFuzzer] Implement TmpDir() for Windows.
Marcos Pividori
2017-01-30
1
-1
/
+11
*
[libFuzzer] simplify the code for __sanitizer_cov_trace_pc_guard and make sur...
Kostya Serebryany
2017-01-26
1
-0
/
+5
*
[libFuzzer] Avoid undefined behavior, properly discard output to stdout/stderr.
Marcos Pividori
2017-01-22
1
-0
/
+8
*
[libFuzzer] Fix ListFilesInDirRecursive() to do the same for Posix and Windows.
Marcos Pividori
2017-01-22
1
-2
/
+4
*
[libFuzzer] Portable implementation of `IsInterestingCoverageFile()`.
Marcos Pividori
2017-01-22
1
-0
/
+10
*
[libFuzzer] use /tmp (or $TMPDIR, if present) to store temp files during merge
Kostya Serebryany
2017-01-05
1
-0
/
+2
*
[libFuzzer] Avoid name collision with Windows API.
Marcos Pividori
2016-12-13
1
-1
/
+1
*
[libFuzzer] Implement DirName() for Windows.
Marcos Pividori
2016-12-13
1
-1
/
+135
*
[libFuzzer] Clean up headers and file formatting of LibFuzzer files.
Marcos Pividori
2016-12-13
1
-2
/
+3
*
[libFuzzer] extend -print_coverage to print the comma-separated list of cover...
Kostya Serebryany
2016-11-30
1
-0
/
+4
*
[LibFuzzer] Add Windows implementations of some IO functions.
Zachary Turner
2016-11-30
1
-0
/
+143