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] simplify HandleTrace again, start re-running interesting units an...
Kostya Serebryany
2016-09-23
1
-3
/
+16
*
[libFuzzer] be more precise about what we reset in TracePC
Kostya Serebryany
2016-09-23
1
-3
/
+5
*
[libFuzzer] fix merging with trace-pc-guard
Kostya Serebryany
2016-09-23
1
-13
/
+12
*
[libFuzzer] simplify the TracePC logic
Kostya Serebryany
2016-09-23
1
-2
/
+4
*
[libFuzzer] move value profiling logic into TracePC
Kostya Serebryany
2016-09-23
1
-1
/
+2
*
[libFuzzer] change ValueBitMap to remember the number of bits in it
Kostya Serebryany
2016-09-23
1
-10
/
+11
*
[libFuzzer] simplify the crash minimizer; split MaxLen into two: MaxInputLen ...
Kostya Serebryany
2016-09-22
1
-18
/
+25
*
[libFuzzer] add 'features' to the corpus elements, allow mutations with Size ...
Kostya Serebryany
2016-09-22
1
-15
/
+22
*
[libFuzzer] add stats to the corpus; more refactoring
Kostya Serebryany
2016-09-21
1
-23
/
+17
*
[libFuzzer] more refactoring; don't compute sha1sum every time we mutate a un...
Kostya Serebryany
2016-09-21
1
-27
/
+4
*
[libFuzzer] refactoring: split the large header into many; NFC
Kostya Serebryany
2016-09-21
1
-0
/
+4
*
[libFuzzer] refactoring: move the Corpus into a separate class; delete two un...
Kostya Serebryany
2016-09-21
1
-113
/
+21
*
[libFuzzer] add -print_coverage=1 flag to print coverage directly from libFuz...
Kostya Serebryany
2016-09-18
1
-9
/
+4
*
[libFuzzer] change trace-pc to use 8-byte guards
Kostya Serebryany
2016-09-17
1
-0
/
+3
*
[libFuzzer] implement print_pcs with trace-pc-guard. Change the trace-pc-guar...
Kostya Serebryany
2016-09-15
1
-10
/
+20
*
[libFuzzer] add 8-bit counters to trace-pc-guard handler
Kostya Serebryany
2016-09-15
1
-1
/
+6
*
[libFuzzer] start using trace-pc-guard as an alternative source of coverage
Kostya Serebryany
2016-09-14
1
-12
/
+4
*
[libFuzzer] print a failed-merge warning only in the merge mode
Kostya Serebryany
2016-09-10
1
-0
/
+1
*
[libFuzzer] print a visible message if merge fails due to a crash
Kostya Serebryany
2016-09-10
1
-0
/
+16
*
[libFuzzer] improve -print_pcs to not print new PCs coming from libFuzzer itself
Kostya Serebryany
2016-09-09
1
-5
/
+17
*
[libFuzzer] remove unneeded call
Kostya Serebryany
2016-09-09
1
-8
/
+0
*
[libfuzzer] simplified unit truncation; do not write trunc items to disc
Mike Aizatsky
2016-08-30
1
-29
/
+11
*
[libFizzer] rename -print_new_cov_pcs=1 into -print_pcs=1 and make it more us...
Kostya Serebryany
2016-08-25
1
-7
/
+17
*
[libFuzzer] simplify the code, NFC
Kostya Serebryany
2016-08-25
1
-87
/
+72
*
[libFuzzer] when printing the reproducer input, also print the base input and...
Kostya Serebryany
2016-08-17
1
-0
/
+3
*
[libFuzzer] new experimental feature: value profiling. Profiles values that a...
Kostya Serebryany
2016-08-16
1
-2
/
+11
*
[libFuzzer] refactoring around PCMap, NFC
Kostya Serebryany
2016-08-16
1
-8
/
+7
*
[libFuzzer] make libFuzzer work with a bit older clang versions
Kostya Serebryany
2016-08-06
1
-8
/
+10
*
[libFuzzer] don't print bogus error message
Kostya Serebryany
2016-08-06
1
-2
/
+3
*
[sanitizers] trace buffer API to use user-allocated buffer.
Mike Aizatsky
2016-08-05
1
-23
/
+44
*
[libfuzzer] moving is_ascii handler inside mutation dispatcher.
Mike Aizatsky
2016-06-23
1
-7
/
+3
*
[libFuzzer] use the new chainable malloc hooks instead of the old un-chainabl...
Kostya Serebryany
2016-06-16
1
-32
/
+24
*
[libFuzzer] add 'weak' back to __sanitizer_malloc_hook and __sanitizer_free_hook
Kostya Serebryany
2016-06-08
1
-0
/
+2
*
[libFuzzer] add a test that is built w/o coverage instrumentation but has the...
Kostya Serebryany
2016-06-08
1
-0
/
+5
*
[LibFuzzer] Declare and use sanitizer functions in ``fuzzer::ExternalFunctions``
Dan Liew
2016-06-07
1
-50
/
+28
*
[libfuzzer] prune_corpus option for disabling pruning during the load.
Mike Aizatsky
2016-06-07
1
-1
/
+2
*
[libfuzzer] hiding custom mutator handling in MutationDispatcher.
Mike Aizatsky
2016-06-03
1
-6
/
+2
*
[LibFuzzer] Reimplement how the optional user functions are called.
Dan Liew
2016-06-02
1
-6
/
+3
*
[libFuzzer] use __sanitizer_print_memory_profile to print the memory profile ...
Kostya Serebryany
2016-06-02
1
-1
/
+4
*
[libFuzzer] fix a use-after-free (!) in libFuzzer caused by r270905: that CL ...
Kostya Serebryany
2016-05-29
1
-1
/
+1
*
[libFuzzer] fix a failure that occurs when running individual inputs
Kostya Serebryany
2016-05-28
1
-0
/
+1
*
[libFuzzer] make OOM-handling more portable. Instead of sending a signal to t...
Kostya Serebryany
2016-05-27
1
-43
/
+19
*
[libFuzzer] more refactoring: make sure CurrentUnitData is awlays a valid poi...
Kostya Serebryany
2016-05-27
1
-12
/
+20
*
[libFuzzer] more refactoring around CurrentUnit. Also add a threading test on...
Kostya Serebryany
2016-05-26
1
-18
/
+34
*
[libFuzzer] refactor: hide CurrentUnitData inside an interface function. NFC
Kostya Serebryany
2016-05-26
1
-0
/
+3
*
[libFuzzer] when there is a leak in the existing corpus report the reproducer...
Kostya Serebryany
2016-05-26
1
-20
/
+9
*
[libFuzzer] reimplement the way we do -only_ascii to allow more 'const' in fu...
Kostya Serebryany
2016-05-26
1
-5
/
+6
*
[libFuzzer] print stats if we crash on empty input
Kostya Serebryany
2016-05-25
1
-3
/
+4
*
[libfuzzer] Trying random unit prefixes during corpus load.
Mike Aizatsky
2016-05-24
1
-0
/
+43
*
[LibFuzzer]
Dan Liew
2016-05-19
1
-2
/
+12
[next]