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
/
FuzzerLoop.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libFuzzer] remove -output_csv option. It duplicates the default output and g...
Kostya Serebryany
2017-04-19
1
-11
/
+0
*
[libFuzzer] simplify the code a bit
Kostya Serebryany
2017-03-31
1
-6
/
+6
*
[libFuzzer] call __sanitizer_print_memory_profile with two params
Kostya Serebryany
2017-03-15
1
-1
/
+1
*
[libFuzzer] remove even more stale code
Kostya Serebryany
2017-03-15
1
-16
/
+0
*
[libFuzzer] simplify code a bit
Kostya Serebryany
2017-03-15
1
-19
/
+2
*
[libFuzzer] remove more stale code
Kostya Serebryany
2017-03-14
1
-70
/
+0
*
[libFuzzer] remove stale code
Kostya Serebryany
2017-03-14
1
-17
/
+3
*
[libFuzzer] remove usage of the old coverage instrumentation
Kostya Serebryany
2017-02-28
1
-59
/
+0
*
[libFuzzer] replace std::random_shuffle with std::shuffle as std::random_shuf...
Kostya Serebryany
2017-02-07
1
-1
/
+1
*
[libFuzzer] remove a bit of stale code
Kostya Serebryany
2017-01-26
1
-4
/
+0
*
[libFuzzer] AlrmHandler is executed in a different thread for Windows.
Marcos Pividori
2017-01-22
1
-0
/
+3
*
[libFuzzer] experimental support for 'equivalance fuzzing'
Kostya Serebryany
2017-01-20
1
-1
/
+32
*
[libFuzzer] improve -minimize_crash: honor -artifact_prefix= and don't specia...
Kostya Serebryany
2017-01-19
1
-1
/
+1
*
[libFuzzer] add two tests for experimenting with equivalence fuzzing
Kostya Serebryany
2017-01-19
1
-0
/
+3
*
[libFuzzer] improve error handling during the merge (handle various IO failures)
Kostya Serebryany
2017-01-05
1
-0
/
+5
*
[libFuzzer] cleaner implementation of -print_pcs=1
Kostya Serebryany
2016-12-30
1
-0
/
+1
*
[libFuzzer] add an experimental flag -experimental_len_control=1 that sets ma...
Kostya Serebryany
2016-12-27
1
-2
/
+21
*
[libfuzzer] dump_coverage command line flag
Mike Aizatsky
2016-12-19
1
-0
/
+2
*
Revert "[libFuzzer] add an experimental flag -experimental_len_control=1 that...
Daniel Jasper
2016-12-17
1
-21
/
+2
*
[libFuzzer] avoid msan false positives in more cases
Kostya Serebryany
2016-12-16
1
-0
/
+3
*
[libFuzzer] add an experimental flag -experimental_len_control=1 that sets ma...
Kostya Serebryany
2016-12-16
1
-2
/
+21
*
[libFuzzer] Fix bug in detecting timeouts when input string is empty.
Marcos Pividori
2016-12-13
1
-1
/
+3
*
[libFuzzer] Clean up headers and file formatting of LibFuzzer files.
Marcos Pividori
2016-12-13
1
-1
/
+0
*
[libFuzzer] Properly use unsigned for Process ID.
Marcos Pividori
2016-12-13
1
-4
/
+4
*
[libFuzzer] respect -max_len during merge
Kostya Serebryany
2016-12-12
1
-1
/
+2
*
[libFuzzer] refactor the code to allow collecting features in different ways....
Kostya Serebryany
2016-12-05
1
-1
/
+5
*
[libFuzzer] treat -rss_limit_mb=0 as no limit
Kostya Serebryany
2016-12-01
1
-1
/
+1
*
[libFuzzer] extend -rss_limit_mb to crash instantly on a single malloc that e...
Kostya Serebryany
2016-11-30
1
-0
/
+16
*
[LibFuzzer] Split up some functions among different headers.
Zachary Turner
2016-11-30
1
-3
/
+4
*
[libFuzzer] simplify TracePC::HandleTrace even further. Also, when dealing wi...
Kostya Serebryany
2016-10-26
1
-6
/
+3
*
[libFuzzer] simplify the code in TracePC::HandleTrace a bit more
Kostya Serebryany
2016-10-26
1
-9
/
+8
*
[libFuzzer] simplify the code to print new PCs
Kostya Serebryany
2016-10-26
1
-14
/
+2
*
[libFuzzer] simplify the code in TracePC::HandleTrace
Kostya Serebryany
2016-10-25
1
-1
/
+0
*
[libFuzzer] simplify the code for use_cmp, also use the position hint when av...
Kostya Serebryany
2016-10-25
1
-5
/
+0
*
Fix -Wunused-variable warning in libFuzzer
Reid Kleckner
2016-10-21
1
-1
/
+1
*
[libFuzzer] reshuffle the code for -exit_on_src_pos and -exit_on_item
Kostya Serebryany
2016-10-18
1
-13
/
+11
*
[libFuzzer] better algorithm for -minimize_crash
Kostya Serebryany
2016-10-15
1
-4
/
+16
*
[libFuzzer] add -trace_cmp=1 (guiding mutations based on the observed CMP ins...
Kostya Serebryany
2016-10-14
1
-2
/
+14
*
[libFuzzer] more detailed message for disabled leak detection
Kostya Serebryany
2016-10-13
1
-2
/
+4
*
[libFuzzer] add -trace_malloc= flag
Kostya Serebryany
2016-10-13
1
-5
/
+28
*
[libFuzzer] when shrinking the corpus, delete evicted files previously create...
Kostya Serebryany
2016-10-08
1
-6
/
+7
*
[libFuzzer] control the reload interval by a flag, make it 10 seconds by default
Kostya Serebryany
2016-10-08
1
-4
/
+8
*
[libFuzzer] be more careful with memory usage, print peak rss in status lines
Kostya Serebryany
2016-10-06
1
-1
/
+2
*
[libFuzzer] when re-running for lsan, don't look at the coverage
Kostya Serebryany
2016-10-05
1
-1
/
+1
*
[libFuzzer] refactoring to make -shrink=1 work for value profile, added a test.
Kostya Serebryany
2016-10-05
1
-34
/
+21
*
[libFuzzer] clear the corpus elements if they are evicted (i.e. smaller eleme...
Kostya Serebryany
2016-10-05
1
-2
/
+16
*
[libFuzzer] remove dfsan support and some related stale code. This is not bei...
Kostya Serebryany
2016-10-04
1
-1
/
+0
*
[libFuzzer] implement the -shrink=1 option that tires to make elements of the...
Kostya Serebryany
2016-10-01
1
-9
/
+27
*
[libFuzzer] remove some experimental code
Kostya Serebryany
2016-09-30
1
-20
/
+11
*
[libFuzzer] remove unused option
Kostya Serebryany
2016-09-30
1
-2
/
+1
[next]