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] 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
*
[libFuzzer] add -only_ascii flag
Kostya Serebryany
2015-08-11
5
-2
/
+28
*
Add missing include guard to FuzzerInternal.h, NFC.
Yaron Keren
2015-08-10
1
-0
/
+6
*
[libFuzzer] move the mutators to public interface so that custom mutators may...
Kostya Serebryany
2015-08-06
4
-38
/
+33
*
[libFuzzer] add one more mutation strategy: byte shuffling
Kostya Serebryany
2015-08-06
4
-2
/
+41
*
[libFuzzer] avoid build warnings in non-assert build (useful warning in this ...
Kostya Serebryany
2015-08-05
1
-1
/
+4
*
[libFuzzer] in dfsan mode, set labels every time we start recording traces as...
Kostya Serebryany
2015-08-05
1
-1
/
+3
*
[libFuzzer] add option -report_slow_units=Nsec to control when slow units are...
Kostya Serebryany
2015-08-05
4
-3
/
+8
*
[libFuzzer] add a missing test file
Kostya Serebryany
2015-08-05
1
-0
/
+28
*
[libFuzzer] use data-flow feedback from strcmp
Kostya Serebryany
2015-08-05
4
-2
/
+44
*
[libFuzzer] more refactoring of the Mutator and adding tests to it
Kostya Serebryany
2015-08-01
3
-26
/
+133
*
[libFuzzer] start refactoring the Mutator and adding tests to it
Kostya Serebryany
2015-08-01
5
-14
/
+58
*
[libFuzzer] limit the size of the inputs printed to stderr
Kostya Serebryany
2015-07-31
1
-4
/
+10
*
[libFuzzer] make sure that 2-byte arguments of switch() are handled properly
Kostya Serebryany
2015-07-31
3
-13
/
+52
*
[libFuzzer] record traces from the switch statements only when told to do so
Kostya Serebryany
2015-07-31
1
-0
/
+1
*
[libFuzzer] support switch interception in dfsan mode
Kostya Serebryany
2015-07-31
4
-4
/
+41
*
[libFuzzer] trace switch statements and apply mutations based on the expected...
Kostya Serebryany
2015-07-31
4
-0
/
+56
*
[libFuzzer] fix the strncmp interceptor -- it should respect short strings.
Kostya Serebryany
2015-07-30
3
-3
/
+31
*
[libFuzzer] implement strncmp hook for data-flow-guided fuzzing (w/ and w/o d...
Kostya Serebryany
2015-07-30
6
-4
/
+45
*
[libFuzzer] implement memcmp hook for data-flow-guided fuzzing (w/o dfsan), e...
Kostya Serebryany
2015-07-30
5
-3
/
+24
*
[libFuzzer] ensure that the dfsan tracing hooks actually run (using -verbosit...
Kostya Serebryany
2015-07-28
2
-1
/
+5
*
[libFuzzer] when using cmp traces, first check that the CMP is evaluated to o...
Kostya Serebryany
2015-07-28
1
-4
/
+44
*
[libFuzzer] allow users to supply their own implementation of rand
Kostya Serebryany
2015-07-24
10
-32
/
+85
*
[libFuzzer] dump long running units to disk
Kostya Serebryany
2015-07-23
3
-8
/
+9
*
[Fuzzer] Rely on $PATH expansion instead of hardcoding paths in tests. NFC.
Alexey Samsonov
2015-07-21
3
-14
/
+15
*
[Fuzzer] Clearly separate regular and DFSan tests. NFC.
Alexey Samsonov
2015-07-21
5
-7
/
+10
*
[libFuzzer] require the files and directories passed to the fuzzer to exist
Kostya Serebryany
2015-07-18
1
-2
/
+8
*
[lib/Fuzzer] make assertions more informative and update comments for the use...
Kostya Serebryany
2015-05-30
2
-4
/
+8
*
[lib/Fuzzer] relax an assertion
Kostya Serebryany
2015-05-29
1
-2
/
+2
*
[lib/Fuzzer] make the fuzzing timeout 1200 seconds by default (was: infinity)
Kostya Serebryany
2015-05-26
2
-1
/
+3
*
[lib/Fuzzer] fix docs
Kostya Serebryany
2015-05-26
1
-2
/
+2
*
[lib/Fuzzer] fix build with assertions
Kostya Serebryany
2015-05-26
2
-3
/
+4
*
[lib/Fuzzer] doxygen-ify the comments for the user interface
Kostya Serebryany
2015-05-23
1
-13
/
+22
*
[lib/Fuzzer] fully get rid of std::cerr in libFuzzer
Kostya Serebryany
2015-05-23
3
-38
/
+23
*
[lib/Fuzzer] start getting rid of std::cerr. Sadly, these parts of C++ librar...
Kostya Serebryany
2015-05-23
4
-56
/
+47
*
[lib/Fuzzer] remove -use_coverage_pairs=1, an experimental feature that is un...
Kostya Serebryany
2015-05-22
5
-30
/
+1
*
[lib/Fuzzer] extend the fuzzer interface to allow user-supplied mutators
Kostya Serebryany
2015-05-22
12
-67
/
+258
*
[lib/Fuzzer] ignore flags that start with --; use git pull --rebase instead o...
Kostya Serebryany
2015-05-21
2
-2
/
+12
*
[lib/Fuzzer] change the meaning of -timeout flag: now timeout is applied to e...
Kostya Serebryany
2015-05-19
6
-7
/
+22
*
[lib/Fuzzer] more efficient reload logic; also don't spam git too much
Kostya Serebryany
2015-05-19
3
-8
/
+11
*
[lib/Fuzzer] when -sync_command=<CMD> is given, periodically execute 'CMD COR...
Kostya Serebryany
2015-05-18
6
-1
/
+29
*
Code cleanup: Reindent Fuzzer::MutateAndTestOne.
Logan Chien
2015-05-17
1
-2
/
+2
*
[lib/Fuzzer] Add SHA1 implementation from public domain.
Kostya Serebryany
2015-05-14
5
-38
/
+225
*
[lib/Fuzzer] enable -use_counters=1 by default
Kostya Serebryany
2015-05-13
1
-1
/
+1
*
[lib/Fuzzer] A simple script to synchronise a fuzz test corpus with an extern...
Kostya Serebryany
2015-05-12
1
-0
/
+17
[next]