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
/
test
/
FuzzerUnittest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moving libFuzzer from LLVM to compiler-rt.
George Karpenkov
2017-08-21
1
-763
/
+0
*
[libFuzzer] implement more correct way of computing feature index for Inline8...
Kostya Serebryany
2017-08-01
1
-1
/
+3
*
[libFuzzer] remove stale code
Kostya Serebryany
2017-07-15
1
-1
/
+1
*
[libFuzzer] remove stale code; NFC
Kostya Serebryany
2017-07-14
1
-29
/
+0
*
[libFuzzer] experimental feature -reduce_inputs (off by default) that tries t...
Kostya Serebryany
2017-07-13
1
-1
/
+1
*
[libFuzzer] Do not use LLVM ostream in tests
George Karpenkov
2017-07-12
1
-0
/
+3
*
[libFuzzer] initial support of -fsanitize-coverage=inline-8bit-counters in li...
Kostya Serebryany
2017-06-13
1
-0
/
+12
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-2
/
+2
*
[libFuzzer] increase kFeatureSetSize to 2^21 and make InputCorpus scale to th...
Kostya Serebryany
2017-03-24
1
-3
/
+3
*
[libFuzzer] create experimental support for user-provided coverage signal
Kostya Serebryany
2017-03-23
1
-0
/
+23
*
[libFuzzer] add two experimental flags to make corpus merging more scalable: ...
Kostya Serebryany
2017-03-22
1
-0
/
+14
*
[libFuzzer] use less memory for merge
Kostya Serebryany
2016-12-17
1
-2
/
+5
*
[libFuzzer] implement crash-resistant merge (https://github.com/google/saniti...
Kostya Serebryany
2016-12-09
1
-0
/
+135
*
[libFuzzer] mutation: insert the size of the input in bytes as one of the way...
Kostya Serebryany
2016-10-22
1
-2
/
+6
*
[libFuzzer] when shrinking the corpus, delete evicted files previously create...
Kostya Serebryany
2016-10-08
1
-1
/
+1
*
[libFuzzer] refactoring to make -shrink=1 work for value profile, added a test.
Kostya Serebryany
2016-10-05
1
-1
/
+1
*
[libFuzzer] fix merging with trace-pc-guard
Kostya Serebryany
2016-09-23
1
-1
/
+1
*
[libFuzzer] add 'features' to the corpus elements, allow mutations with Size ...
Kostya Serebryany
2016-09-22
1
-1
/
+1
*
[libFuzzer] add stats to the corpus; more refactoring
Kostya Serebryany
2016-09-21
1
-1
/
+2
*
[libFuzzer] more refactoring; don't compute sha1sum every time we mutate a un...
Kostya Serebryany
2016-09-21
1
-8
/
+5
*
[libFuzzer] refactoring: split the large header into many; NFC
Kostya Serebryany
2016-09-21
1
-0
/
+3
*
[libFuzzer] one more mutation: ChangeBinaryInteger; also fix the breakage fro...
Kostya Serebryany
2016-08-17
1
-1
/
+37
*
[libFuzzer] more mutations
Kostya Serebryany
2016-08-17
1
-0
/
+48
*
[libFuzzer] add InsertRepeatedBytes and EraseBytes.
Kostya Serebryany
2016-08-15
1
-6
/
+68
*
[libFuzzer] add hooks for strstr, strcasestr, strcasecmp, strncasecmp
Kostya Serebryany
2016-07-15
1
-1
/
+1
*
[libfuzzer] moving is_ascii handler inside mutation dispatcher.
Mike Aizatsky
2016-06-23
1
-12
/
+11
*
[LibFuzzer] Fix ``FuzzerMutate.ShuffleBytes2`` unit test on OSX.
Dan Liew
2016-06-15
1
-1
/
+1
*
[LibFuzzer] Fix some unit test crashes on OSX.
Dan Liew
2016-06-10
1
-0
/
+4
*
[LibFuzzer] Declare and use sanitizer functions in ``fuzzer::ExternalFunctions``
Dan Liew
2016-06-07
1
-0
/
+21
*
[libfuzzer] replacing unittest for truncate_units with functional test.
Mike Aizatsky
2016-05-25
1
-22
/
+0
*
[libfuzzer] Trying random unit prefixes during corpus load.
Mike Aizatsky
2016-05-24
1
-0
/
+22
*
[libfuzzer] adding license headers to cpp files
Mike Aizatsky
2016-04-01
1
-0
/
+3
*
[libFuzzer] get rid of UserSuppliedFuzzer; NFC
Kostya Serebryany
2016-02-13
1
-2
/
+2
*
[libFuzzer] simplify the code around Random. NFC
Kostya Serebryany
2016-02-13
1
-11
/
+11
*
Use std::piecewise_constant_distribution instead of ad-hoc binary search.
Ivan Krasin
2016-01-22
1
-1
/
+21
*
Revert r258473 as it's breaking the build with libc++
Ivan Krasin
2016-01-22
1
-21
/
+1
*
Use std::piecewise_constant_distribution instead of ad-hoc binary search.
Ivan Krasin
2016-01-22
1
-1
/
+21
*
[libFuzzer] replace vector with a simpler data structure in the Dictionaries ...
Kostya Serebryany
2016-01-16
1
-6
/
+6
*
[libFuzzer] suggest a dictionary to the user of some of the trace-based dicti...
Kostya Serebryany
2016-01-14
1
-1
/
+1
*
[libFuzzer] add a position hint to the dictionary-based mutator
Kostya Serebryany
2016-01-07
1
-4
/
+31
*
[libFuzzer] make CrossOver just one of the other mutations
Kostya Serebryany
2015-12-19
1
-1
/
+1
*
[libFuzzer] compute base64 in-process instead of using an external lib. Since...
Kostya Serebryany
2015-12-04
1
-0
/
+13
*
[libFuzzer] add one more mutator: Mutate_ChangeASCIIInteger
Kostya Serebryany
2015-09-08
1
-0
/
+31
*
[libFuzzer] actually make the dictionaries work (+docs)
Kostya Serebryany
2015-09-04
1
-10
/
+70
*
[libFuzzer] refactor the mutation functions so that they are now methods of a...
Kostya Serebryany
2015-09-03
1
-19
/
+25
*
[libFuzzer] adding a parser for AFL-style dictionaries + tests.
Kostya Serebryany
2015-09-03
1
-0
/
+48
*
[libFuzzer] add one more mutation strategy: byte shuffling
Kostya Serebryany
2015-08-06
1
-0
/
+23
*
[libFuzzer] more refactoring of the Mutator and adding tests to it
Kostya Serebryany
2015-08-01
1
-12
/
+98
*
[libFuzzer] start refactoring the Mutator and adding tests to it
Kostya Serebryany
2015-08-01
1
-1
/
+35
*
[libFuzzer] allow users to supply their own implementation of rand
Kostya Serebryany
2015-07-24
1
-1
/
+2
[next]