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
/
FuzzerCorpus.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libFuzzer] Delete llvm/lib/Fuzzer
Vitaly Buka
2017-10-16
1
-275
/
+0
*
[libFuzzer] when adding a reduced input print REDUCED instead of NEW
Kostya Serebryany
2017-07-18
1
-1
/
+3
*
[libFuzzer] improve -reduce_inputs=1: now only consider the unique features o...
Kostya Serebryany
2017-07-18
1
-18
/
+7
*
[libFuzzer] remove stale code
Kostya Serebryany
2017-07-15
1
-8
/
+3
*
[libFuzzer] make sure that -reduce_inputs=1 deletes redundant files in the co...
Kostya Serebryany
2017-07-13
1
-2
/
+9
*
[libFuzzer] experimental feature -reduce_inputs (off by default) that tries t...
Kostya Serebryany
2017-07-13
1
-6
/
+64
*
[libFuzzer] simplify the code a bit
Kostya Serebryany
2017-03-31
1
-3
/
+4
*
[libFuzzer] increase kFeatureSetSize to 2^21 and make InputCorpus scale to th...
Kostya Serebryany
2017-03-24
1
-9
/
+8
*
[libFuzzer] replace std::random_shuffle with std::shuffle as std::random_shuf...
Kostya Serebryany
2017-02-07
1
-1
/
+1
*
Include <algorithm> for std::max etc
Reid Kleckner
2016-12-30
1
-0
/
+1
*
[libFuzzer] add an experimental flag -experimental_len_control=1 that sets ma...
Kostya Serebryany
2016-12-27
1
-0
/
+6
*
Revert "[libFuzzer] add an experimental flag -experimental_len_control=1 that...
Daniel Jasper
2016-12-17
1
-6
/
+0
*
[libFuzzer] add an experimental flag -experimental_len_control=1 that sets ma...
Kostya Serebryany
2016-12-16
1
-0
/
+6
*
[libFuzzer] Avoid name collision with Windows API.
Marcos Pividori
2016-12-13
1
-1
/
+1
*
[libFuzzer] Clean up headers and file formatting of LibFuzzer files.
Marcos Pividori
2016-12-13
1
-3
/
+3
*
[LibFuzzer] Split up some functions among different headers.
Zachary Turner
2016-11-30
1
-0
/
+2
*
[libFuzzer] add -trace_cmp=1 (guiding mutations based on the observed CMP ins...
Kostya Serebryany
2016-10-14
1
-0
/
+6
*
[libFuzzer] when shrinking the corpus, delete evicted files previously create...
Kostya Serebryany
2016-10-08
1
-8
/
+19
*
[libFuzzer] fix use-after-free in libFuzzer found by ... fuzzing.
Kostya Serebryany
2016-10-08
1
-24
/
+23
*
[libFuzzer] be more careful with memory usage, print peak rss in status lines
Kostya Serebryany
2016-10-06
1
-1
/
+1
*
[libFuzzer] refactoring to make -shrink=1 work for value profile, added a test.
Kostya Serebryany
2016-10-05
1
-55
/
+55
*
[libFuzzer] clear the corpus elements if they are evicted (i.e. smaller eleme...
Kostya Serebryany
2016-10-05
1
-3
/
+21
*
[libFuzzer] change the probabilities so that we choose only the inputs that a...
Kostya Serebryany
2016-10-04
1
-3
/
+12
*
[libFuzzer] implement the -shrink=1 option that tires to make elements of the...
Kostya Serebryany
2016-10-01
1
-1
/
+2
*
[libFuzzer] more the feature set to InputCorpus; on feature update, change th...
Kostya Serebryany
2016-09-30
1
-2
/
+75
*
[libFuzzer] fix merging with trace-pc-guard
Kostya Serebryany
2016-09-23
1
-8
/
+3
*
[libFuzzer] add 'features' to the corpus elements, allow mutations with Size ...
Kostya Serebryany
2016-09-22
1
-8
/
+14
*
[libFuzzer] add stats to the corpus; more refactoring
Kostya Serebryany
2016-09-21
1
-8
/
+16
*
[libFuzzer] more refactoring; don't compute sha1sum every time we mutate a un...
Kostya Serebryany
2016-09-21
1
-9
/
+42
*
[libFuzzer] refactoring: split the large header into many; NFC
Kostya Serebryany
2016-09-21
1
-0
/
+56