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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libFuzzer] make libFuzzer build even with a compiler that does not have sani...
Kostya Serebryany
2015-11-13
3
-10
/
+26
*
output_csv libfuzzer option
Mike Aizatsky
2015-11-12
4
-8
/
+25
*
[libFuzzer] experimental flag -drill (another search heuristic; Mike Aizatsky...
Kostya Serebryany
2015-11-12
6
-20
/
+89
*
[libFuzzer] add UninstrumentedTest.cpp (missing from a previous commit)
Kostya Serebryany
2015-11-10
1
-0
/
+8
*
[libFuzzer] make libFuzzer link if there is no sanitizer coverage instrumenta...
Kostya Serebryany
2015-11-09
4
-0
/
+50
*
[libFuzzer] print a bit fewer lines
Kostya Serebryany
2015-11-05
2
-2
/
+3
*
[libFuzzer] when choosing the next unit to mutate, give some preference to th...
Kostya Serebryany
2015-11-04
2
-26
/
+46
*
[libFuzzer] make -test_single_input more reliable: make sure the input's size...
Kostya Serebryany
2015-11-03
1
-1
/
+3
*
[libFuzzer] add -merge flag to merge corpora
Kostya Serebryany
2015-10-24
5
-0
/
+72
*
[libFuzzer] remove some old code; also make __sanitizer_get_total_unique_call...
Kostya Serebryany
2015-10-23
4
-13
/
+4
*
[libFuzzer] use the indirect caller-callee counter as an independent search h...
Kostya Serebryany
2015-10-22
7
-1
/
+79
*
[libFuzzer] more refactoring the code that checks the coverage. NFC
Kostya Serebryany
2015-10-22
2
-8
/
+9
*
[libFuzzer] refactoring the code that checks the coverage. NFC
Kostya Serebryany
2015-10-22
2
-33
/
+43
*
[libFuzzer] remove the deprecated 'tokens' feature
Kostya Serebryany
2015-10-22
7
-99
/
+8
*
Make a bunch of static arrays const.
Craig Topper
2015-10-18
1
-1
/
+1
*
[libFuzzer] add -shuffle flag
Kostya Serebryany
2015-10-17
4
-5
/
+10
*
[libFuzzer] print a stack trace on timeout
Kostya Serebryany
2015-10-16
4
-0
/
+17
*
[libFuzzer] reduce the size of artifacts printed on the screen
Kostya Serebryany
2015-10-16
1
-1
/
+1
*
[libFuzzer] When -test_single_input crashes the test it is not necessary to w...
Kostya Serebryany
2015-10-16
5
-5
/
+18
*
[libFuzzer] don't print large artifacts to stderr
Kostya Serebryany
2015-10-09
1
-6
/
+7
*
[libFuzzer] add -artifact_prefix flag
Kostya Serebryany
2015-10-09
5
-5
/
+14
*
[libFuzzer] fix 32-bit build
Kostya Serebryany
2015-10-08
1
-1
/
+1
*
[libFuzzer] trying to fix at-exit hang
Kostya Serebryany
2015-10-03
1
-1
/
+1
*
[libFuzzer] make LLVMFuzzerTestOneInput (the fuzzer target function) return i...
Kostya Serebryany
2015-10-02
20
-33
/
+62
*
[libFuzzer] remove experimental flag and functionality
Kostya Serebryany
2015-10-02
5
-38
/
+3
*
[libFuzzer] add a flag -max_total_time
Kostya Serebryany
2015-10-02
5
-1
/
+12
*
[LibFuzzer] test_single_input option to run a single test case.
Ivan Krasin
2015-10-01
5
-1
/
+13
*
[libFuzzer] Marking exported symbols as visible. Patch by Mike Aizatsky
Kostya Serebryany
2015-09-30
1
-1
/
+2
*
[libFuzzer] perform fewer crossover operations compared to plain mutations
Kostya Serebryany
2015-09-11
1
-7
/
+8
*
[libFuzzer] refactor the code to allow building libFuzzer on platforms that d...
Kostya Serebryany
2015-09-10
2
-17
/
+65
*
[libFuzzer] add two more variants of FuzzerDriver for convenience
Kostya Serebryany
2015-09-10
2
-20
/
+39
*
[libFuzzer]Add a test for defeating a hash sum.
Ivan Krasin
2015-09-08
3
-0
/
+40
*
[libFuzzer] remove a piece of stale code
Kostya Serebryany
2015-09-08
1
-41
/
+1
*
[libFuzzer] be more robust when dealing with files on disk (e.g. don't crash ...
Kostya Serebryany
2015-09-08
1
-4
/
+2
*
[libFuzzer] better documentatio for -save_minimized_corpus=1
Kostya Serebryany
2015-09-08
1
-1
/
+2
*
[libFuzzer] remove -iterations as redundant (there is also -num_runs)
Kostya Serebryany
2015-09-08
4
-7
/
+4
*
[libFuzzer] add one more mutator: Mutate_ChangeASCIIInteger
Kostya Serebryany
2015-09-08
3
-0
/
+67
*
[libFuzzer] more accurate logic for traces, 80-char fix
Kostya Serebryany
2015-09-04
1
-6
/
+5
*
[libFuzzer] when a single mutation fails try a few more times with other muta...
Kostya Serebryany
2015-09-04
1
-7
/
+14
*
[libFuzzer] actually make the dictionaries work (+docs)
Kostya Serebryany
2015-09-04
9
-24
/
+170
*
[libFuzzer] refactor the mutation functions so that they are now methods of a...
Kostya Serebryany
2015-09-03
5
-69
/
+80
*
[libFuzzer] adding a parser for AFL-style dictionaries + tests.
Kostya Serebryany
2015-09-03
5
-0
/
+141
*
[libFuzzer] deprecate the -tokens flag. This was a bad idea because the corpu...
Kostya Serebryany
2015-09-02
3
-4
/
+5
*
[libFuzzer] honour -only_ascii=1 when reading the initial corpus. Also, remov...
Kostya Serebryany
2015-09-02
3
-5
/
+10
*
[libFuzzer] fix minor inefficiency, PR24584
Kostya Serebryany
2015-08-26
1
-1
/
+1
*
Fix missing space in libfuzzer's help text.
Lenny Maiorani
2015-08-12
1
-1
/
+1
*
[libFuzzer] add two flags, -tbm_depth and -tbm_width to control how the trace...
Kostya Serebryany
2015-08-12
7
-12
/
+31
*
[libFuzzer] add colons to the stats output to avoid confusion
Kostya Serebryany
2015-08-12
1
-2
/
+3
*
[libFuzzer] use raw C IO to reduce the risk of a deadlock in a signal handler.
Kostya Serebryany
2015-08-12
1
-2
/
+5
*
Fix unused variable 'X' in release builds.
Nick Lewycky
2015-08-11
1
-0
/
+2
[next]