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
*
[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
*
[lib/Fuzzer] extend the fuzzer interface to allow user-supplied mutators
Kostya Serebryany
2015-05-22
1
-1
/
+4
*
[lib/Fuzzer] Add SHA1 implementation from public domain.
Kostya Serebryany
2015-05-14
1
-0
/
+8
*
[lib/Fuzzer] rename TestOneInput to LLVMFuzzerTestOneInput to make it more un...
Kostya Serebryany
2015-05-06
1
-3
/
+3
*
[fuzzer] Add a gtest-style test
Kostya Serebryany
2015-01-30
1
-0
/
+62