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
/
FuzzerInternal.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[libFuzzer] make caller-callee feedback work with trace-pc-guard
Kostya Serebryany
2016-09-15
1
-0
/
+1
*
[libFuzzer] implement print_pcs with trace-pc-guard. Change the trace-pc-guar...
Kostya Serebryany
2016-09-15
1
-0
/
+15
*
[libFuzzer] add 8-bit counters to trace-pc-guard handler
Kostya Serebryany
2016-09-15
1
-2
/
+13
*
[libFuzzer] start using trace-pc-guard as an alternative source of coverage
Kostya Serebryany
2016-09-14
1
-7
/
+12
*
[libFuzzer] print a visible message if merge fails due to a crash
Kostya Serebryany
2016-09-10
1
-0
/
+2
*
[libFuzzer] improve -print_pcs to not print new PCs coming from libFuzzer itself
Kostya Serebryany
2016-09-09
1
-3
/
+2
*
[libFuzzer] remove unneeded call
Kostya Serebryany
2016-09-09
1
-1
/
+0
*
[libFuzzer] remove use_traces=1 since use_value_profile seems to be strictly ...
Kostya Serebryany
2016-09-09
1
-1
/
+0
*
[libFizzer] rename -print_new_cov_pcs=1 into -print_pcs=1 and make it more us...
Kostya Serebryany
2016-08-25
1
-1
/
+3
*
[libFuzzer] simplify the code, NFC
Kostya Serebryany
2016-08-25
1
-4
/
+9
*
[libFuzzer] use __attribute__((target("popcnt"))) only on x86_64
Kostya Serebryany
2016-08-24
1
-4
/
+10
*
[libFuzzer] one more mutation: ChangeBinaryInteger; also fix the breakage fro...
Kostya Serebryany
2016-08-17
1
-0
/
+2
*
[libFuzzer] when printing the reproducer input, also print the base input and...
Kostya Serebryany
2016-08-17
1
-0
/
+2
*
[libFuzzer] more mutations
Kostya Serebryany
2016-08-17
1
-0
/
+7
*
[libFuzzer] new experimental feature: value profiling. Profiles values that a...
Kostya Serebryany
2016-08-16
1
-0
/
+8
*
[libFuzzer] refactoring around PCMap, NFC
Kostya Serebryany
2016-08-16
1
-5
/
+7
*
[libFuzzer] add InsertRepeatedBytes and EraseBytes.
Kostya Serebryany
2016-08-15
1
-2
/
+4
*
[sanitizers] trace buffer API to use user-allocated buffer.
Mike Aizatsky
2016-08-05
1
-3
/
+7
*
[libFuzzer] add hooks for strstr, strcasestr, strcasecmp, strncasecmp
Kostya Serebryany
2016-07-15
1
-1
/
+2
*
[libfuzzer] moving is_ascii handler inside mutation dispatcher.
Mike Aizatsky
2016-06-23
1
-34
/
+37
*
[LibFuzzer] Declare and use sanitizer functions in ``fuzzer::ExternalFunctions``
Dan Liew
2016-06-07
1
-7
/
+3
*
[libfuzzer] custom crossover interface function.
Mike Aizatsky
2016-06-07
1
-0
/
+2
*
[libfuzzer] prune_corpus option for disabling pruning during the load.
Mike Aizatsky
2016-06-07
1
-0
/
+1
*
[libfuzzer] hiding custom mutator handling in MutationDispatcher.
Mike Aizatsky
2016-06-03
1
-4
/
+16
*
[LibFuzzer] Reimplement how the optional user functions are called.
Dan Liew
2016-06-02
1
-1
/
+5
*
[libFuzzer] make OOM-handling more portable. Instead of sending a signal to t...
Kostya Serebryany
2016-05-27
1
-5
/
+2
*
[libFuzzer] more refactoring: make sure CurrentUnitData is awlays a valid poi...
Kostya Serebryany
2016-05-27
1
-3
/
+3
*
[libFuzzer] more refactoring around CurrentUnit. Also add a threading test on...
Kostya Serebryany
2016-05-26
1
-5
/
+3
*
[libFuzzer] refactor: hide CurrentUnitData inside an interface function. NFC
Kostya Serebryany
2016-05-26
1
-0
/
+10
*
[libFuzzer] when there is a leak in the existing corpus report the reproducer...
Kostya Serebryany
2016-05-26
1
-2
/
+2
*
[libFuzzer] reimplement the way we do -only_ascii to allow more 'const' in fu...
Kostya Serebryany
2016-05-26
1
-3
/
+4
*
[libfuzzer] Trying random unit prefixes during corpus load.
Mike Aizatsky
2016-05-24
1
-1
/
+5
*
[LibFuzzer]
Dan Liew
2016-05-19
1
-0
/
+11
*
[libFuzzer] simplify FuzzerInterface.h
Kostya Serebryany
2016-05-13
1
-0
/
+4
*
[libfuzzer] Refactoring coverage state-management code.
Mike Aizatsky
2016-05-10
1
-25
/
+34
*
[libFuzzer] enhance -rss_limit_mb and enable by default. Now it will print th...
Kostya Serebryany
2016-05-06
1
-1
/
+5
*
[libFuzzer] add exeprimental -rss_limit_mb flag to fight against OOMs
Kostya Serebryany
2016-05-06
1
-0
/
+1
*
[libFuzzer] print stats after running individual inputs
Kostya Serebryany
2016-05-04
1
-1
/
+1
*
[libFuzzer] enable detect_leaks=1, add proper docs
Kostya Serebryany
2016-04-29
1
-1
/
+1
*
[libFuzzer] disable leak detection if we have tried it for 1000 times w/o fin...
Kostya Serebryany
2016-04-27
1
-0
/
+1
*
[libFuzzer] remove dead code
Kostya Serebryany
2016-04-25
1
-1
/
+0
*
[libFuzzer] added -detect_leaks flag (0 by default for now). When enabled, it...
Kostya Serebryany
2016-04-20
1
-0
/
+5
*
[libFuzzer] try to print correct time in seconds when reporting a timeout. Do...
Kostya Serebryany
2016-04-18
1
-2
/
+2
*
[libFuzzer] handle SIGTERM
Kostya Serebryany
2016-03-24
1
-0
/
+1
*
[libFuzzer] add a flag close_fd_mask so that we can silence spammy targets by...
Kostya Serebryany
2016-03-18
1
-0
/
+2
*
[libFuzzer] improve -merge functionality
Kostya Serebryany
2016-03-18
1
-1
/
+7
*
[libFuzzer] deprecate several flags
Kostya Serebryany
2016-03-17
1
-5
/
+0
*
[libFuzzer] try to use max_len based on the items of the corpus instead of bl...
Kostya Serebryany
2016-03-12
1
-2
/
+4
*
[libFuzzer] deprecate exit_on_first flag
Kostya Serebryany
2016-03-01
1
-1
/
+0
*
[libFuzzer] add generic signal handlers so that libFuzzer can report at least...
Kostya Serebryany
2016-03-01
1
-1
/
+12
[prev]
[next]