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
/
fuzzer
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[libFuzzer] Unpoison parameters before calling user callback.
Matt Morehouse
2019-05-09
2
-1
/
+4
*
[libFuzzer] perform more agressive value profiling in memcmp
Kostya Serebryany
2019-05-09
1
-2
/
+7
*
[libFuzzer] implement -focus_function=auto, to be used with Data Flow Traces
Kostya Serebryany
2019-05-09
5
-8
/
+276
*
[libFuzzer] DFT: when dumping coverage, also dump the total number of instrum...
Kostya Serebryany
2019-05-08
3
-22
/
+44
*
[libFuzzer] extend the data flow tracer to also produce basic block coverage ...
Kostya Serebryany
2019-05-08
2
-16
/
+72
*
[libFuzzer] Replace -seed_corpus to better support fork mode on Win
Jonathan Metzman
2019-04-30
5
-10
/
+32
*
change order
Jonathan Metzman
2019-04-30
1
-1
/
+1
*
[libFuzzer] Enable for i386
Jonathan Metzman
2019-04-30
1
-2
/
+2
*
Enable x86 builds
Jonathan Metzman
2019-04-30
1
-2
/
+7
*
[libFuzzer] Disable MSan interceptors in SIGINT handler.
Matt Morehouse
2019-04-26
1
-1
/
+2
*
[CMake] Add fuzzer as a component for runtime builds
Chris Bieneman
2019-04-19
1
-0
/
+2
*
[libFuzzer] revert part of r358726 committed by mistake (oops)
Kostya Serebryany
2019-04-19
1
-1
/
+0
*
[libFuzzer] in fork mode, make sure the child stats are always collected. Thi...
Kostya Serebryany
2019-04-19
2
-2
/
+4
*
Summary:
Jonathan Metzman
2019-04-18
1
-15
/
+75
*
[libFuzzer] Remove tautological compare.
Matt Morehouse
2019-04-16
1
-2
/
+1
*
[libFuzzer] speedup the merge step in the fork mode by merging only the files...
Kostya Serebryany
2019-04-13
2
-8
/
+34
*
[libFuzzer] add -features_dir= flag to dump unique input features on disk
Kostya Serebryany
2019-04-13
9
-6
/
+53
*
[libFuzzer] Fix DataFlow.cpp logic when tracing long inputs.
Max Moroz
2019-04-12
2
-11
/
+18
*
[libFuzzer] support -runs=N in the fork mode. Make sure we see one-line repor...
Kostya Serebryany
2019-04-12
1
-1
/
+9
*
[libFuzzer] Make MutateWithMask work when the Mask is shorter than the input.
Max Moroz
2019-04-11
1
-3
/
+3
*
[libFuzzer] Fallback to default Mutate when MutateWithMask fails.
Max Moroz
2019-04-11
2
-1
/
+4
*
Use binary write mode in WriteToFile function to avoid appended \r characters...
Vitaly Buka
2019-04-05
1
-1
/
+1
*
[libFuzzer] Another follow up fix for Data Flow scripts in Py3.
Max Moroz
2019-04-04
1
-2
/
+6
*
[libFuzzer] Fix output format in data flow merge script after Py3 change.
Max Moroz
2019-04-04
1
-1
/
+1
*
[libFuzzer] Make DataFlow scripts Python3 compatible.
Max Moroz
2019-04-04
2
-6
/
+8
*
[CMake][LibFuzzer] Match symbol visibility setting between LibFuzzer object f...
Dan Liew
2019-02-28
1
-0
/
+5
*
[libFuzzer][Windows] Port fork mode to Windows
Jonathan Metzman
2019-02-27
5
-12
/
+77
*
[libFuzzer] fix missing close on opened file
Vitaly Buka
2019-02-26
1
-0
/
+1
*
[libFuzzer] Remove extra semicolons
Jonathan Metzman
2019-02-26
3
-5
/
+5
*
[compiler-rt] Fix broken sanitizer bots (hopefully)
Jonas Hahnfeld
2019-02-17
1
-3
/
+0
*
[compiler-rt] Build custom libcxx with libcxxabi
Jonas Hahnfeld
2019-02-17
2
-10
/
+13
*
[compiler-rt] Cleanup usage of C++ ABI library
Jonas Hahnfeld
2019-02-16
1
-4
/
+5
*
[libFuzzer] make len_control less agressive: set the initial max len to the l...
Kostya Serebryany
2019-02-16
1
-1
/
+5
*
[libFuzzer] fork mode: try harder to cleanup after itself
Kostya Serebryany
2019-02-16
2
-11
/
+21
*
[libFuzzer] form mode: add -ignore_crashes flag, honor the max_total_time fla...
Kostya Serebryany
2019-02-15
8
-23
/
+66
*
Revert "[compiler-rt] Cleanup usage of C++ ABI library"
Jonas Hahnfeld
2019-02-15
1
-5
/
+4
*
[compiler-rt] Cleanup usage of C++ ABI library
Jonas Hahnfeld
2019-02-15
1
-4
/
+5
*
[libFuzzer] print new functions as they are discovered in the fork mode
Kostya Serebryany
2019-02-15
4
-11
/
+33
*
[libFuzzer] fix the unit tests
Kostya Serebryany
2019-02-15
3
-12
/
+14
*
[libFuzzer] when doing the merge, keep track of the coveraged edges, not just...
Kostya Serebryany
2019-02-15
4
-25
/
+33
*
[libFuzzer] when doing the merge, keep track of the coveraged edges, not just...
Kostya Serebryany
2019-02-14
6
-51
/
+82
*
[libFuzzer] better stats for the fork mode
Kostya Serebryany
2019-02-14
1
-5
/
+44
*
[libFuzzer] trying to fix the bot (can't reproduce the build failure locally)
Kostya Serebryany
2019-02-14
1
-1
/
+2
*
[libFuzzer] add threads to the fork mode: now you can pass -fork=N to run N c...
Kostya Serebryany
2019-02-14
3
-90
/
+147
*
[libFuzzer] a bit of refactoring of the fork mode
Kostya Serebryany
2019-02-13
6
-74
/
+153
*
[libFuzzer] move the implementation of the fork mode into a separate file
Kostya Serebryany
2019-02-12
6
-93
/
+165
*
[libFuzzer] make the fork mode less verbose
Kostya Serebryany
2019-02-12
5
-28
/
+52
*
[libFuzzer] teach the fork mode to ignore OOMs and timeouts
Kostya Serebryany
2019-02-12
4
-6
/
+12
*
[libFuzzer] replace slow std::mt19937 with a much faster std::minstd_rand; se...
Kostya Serebryany
2019-02-12
2
-4
/
+5
*
[libFuzzer] simplify the code for print_coverage=1 so that it doesn't fail on...
Kostya Serebryany
2019-02-12
1
-2
/
+2
[prev]
[next]