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
/
fuzzer
/
dataflow
/
DataFlow.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libFuzzer] split DataFlow.cpp into two .cpp files, one of which can be compi...
Kostya Serebryany
2019-06-21
1
-100
/
+29
*
[libFuzzer] ensure that DFT and autofocus works for C++ (mangled) functions
Kostya Serebryany
2019-06-20
1
-1
/
+3
*
[libFuzzer] simplify the DFT trace collection using the new faster DFSan mode...
Kostya Serebryany
2019-06-14
1
-63
/
+57
*
Revert r363326 "[libFuzzer] simplify the DFT trace collection using the new f...
Hans Wennborg
2019-06-14
1
-57
/
+63
*
[libFuzzer] simplify the DFT trace collection using the new faster DFSan mode...
Kostya Serebryany
2019-06-13
1
-63
/
+57
*
[libFuzzer] DFT: when dumping coverage, also dump the total number of instrum...
Kostya Serebryany
2019-05-08
1
-22
/
+25
*
[libFuzzer] extend the data flow tracer to also produce basic block coverage ...
Kostya Serebryany
2019-05-08
1
-16
/
+70
*
[libFuzzer] Fix DataFlow.cpp logic when tracing long inputs.
Max Moroz
2019-04-12
1
-9
/
+16
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[libFuzzer] initial implementation of -data_flow_trace. It parses the data fl...
Kostya Serebryany
2018-06-06
1
-1
/
+7
*
[libFuzzer] DataFlow tracer now tags a subset of the input. A separate script...
Kostya Serebryany
2018-05-24
1
-6
/
+11
*
[libFuzzer] fix two off-by-ones (!!) in the data flow tracer
Kostya Serebryany
2018-05-23
1
-2
/
+3
*
[libFuzzer] change the output format for the DataFlow tracer
Kostya Serebryany
2018-05-23
1
-23
/
+25
*
[libFuzzer] Experimental data flow tracer for fuzz targets.
Kostya Serebryany
2018-05-10
1
-0
/
+203