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
/
FuzzerTraceState.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libFuzzer] implement memcmp hook for data-flow-guided fuzzing (w/o dfsan), e...
Kostya Serebryany
2015-07-30
1
-0
/
+12
*
[libFuzzer] ensure that the dfsan tracing hooks actually run (using -verbosit...
Kostya Serebryany
2015-07-28
1
-1
/
+2
*
[libFuzzer] when using cmp traces, first check that the CMP is evaluated to o...
Kostya Serebryany
2015-07-28
1
-4
/
+44
*
[libFuzzer] allow users to supply their own implementation of rand
Kostya Serebryany
2015-07-24
1
-3
/
+3
*
[lib/Fuzzer] relax an assertion
Kostya Serebryany
2015-05-29
1
-2
/
+2
*
[lib/Fuzzer] fully get rid of std::cerr in libFuzzer
Kostya Serebryany
2015-05-23
1
-1
/
+0
*
[lib/Fuzzer] start getting rid of std::cerr. Sadly, these parts of C++ librar...
Kostya Serebryany
2015-05-23
1
-17
/
+4
*
[lib/Fuzzer] remove the -dfsan=1 flag, just use -use_traces=1 (w/ or w/o dfsan)
Kostya Serebryany
2015-05-12
1
-2
/
+2
*
[lib/Fuzzer] don't record traces when trace collection is off
Kostya Serebryany
2015-05-11
1
-1
/
+2
*
[lib/Fuzzer] rename FuzzerDFSan.cpp to FuzzerTraceState.cpp; update comments....
Kostya Serebryany
2015-05-11
1
-0
/
+378