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
/
FuzzerDefs.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libFuzzer] Delete llvm/lib/Fuzzer
Vitaly Buka
2017-10-16
1
-132
/
+0
*
[libFuzzer] experimental support for Clang's coverage (fprofile-instr-generat...
Kostya Serebryany
2017-08-11
1
-0
/
+4
*
Fixup for r301054: Only use __attribute__((no_sanitize("memory"))) when it's ...
Kuba Mracek
2017-04-21
1
-1
/
+5
*
[libFuzzer] Check for target(popcnt) capability before usage
Kuba Mracek
2017-04-21
1
-2
/
+10
*
[libFuzzer] make sure we don't execute libFuzzer's mem* and str* hooks while ...
Kostya Serebryany
2017-03-31
1
-3
/
+4
*
[libFuzzer] create experimental support for user-provided coverage signal
Kostya Serebryany
2017-03-23
1
-2
/
+15
*
[libFuzzer] simplify the code for __sanitizer_cov_trace_pc_guard and make sur...
Kostya Serebryany
2017-01-26
1
-0
/
+5
*
[libFuzzer] Expose Sanitizer Coverage functions from libFuzzer.
Marcos Pividori
2017-01-22
1
-0
/
+6
*
[libfuzzer] fixing collected pc addresses for coverage
Mike Aizatsky
2017-01-17
1
-1
/
+3
*
[libFuzzer] avoid msan false positives in more cases
Kostya Serebryany
2016-12-16
1
-0
/
+7
*
[libFuzzer] Clean up headers and file formatting of LibFuzzer files.
Marcos Pividori
2016-12-13
1
-0
/
+2
*
[LibFuzzer] Split up some functions among different headers.
Zachary Turner
2016-11-30
1
-57
/
+1
*
[LibFuzzer] Add macro flags for Posix and Windows.
Zachary Turner
2016-11-30
1
-2
/
+10
*
[libFuzzer] extend -print_coverage to also print uncovered lines, functions, ...
Kostya Serebryany
2016-10-19
1
-0
/
+2
*
[libFuzzer] swap bytes in integers when handling CMP traces
Kostya Serebryany
2016-10-15
1
-0
/
+5
*
[libFuzzer] add -trace_cmp=1 (guiding mutations based on the observed CMP ins...
Kostya Serebryany
2016-10-14
1
-0
/
+6
*
[libFuzzer] when shrinking the corpus, delete evicted files previously create...
Kostya Serebryany
2016-10-08
1
-2
/
+4
*
[libFuzzer] add -exit_on_src_pos to test libFuzzer itself, add a test script ...
Kostya Serebryany
2016-09-27
1
-0
/
+1
*
[libFuzzer] change ValueBitMap to remember the number of bits in it
Kostya Serebryany
2016-09-23
1
-0
/
+3
*
[libFuzzer] add stats to the corpus; more refactoring
Kostya Serebryany
2016-09-21
1
-1
/
+2
*
[libFuzzer] more refactoring
Kostya Serebryany
2016-09-21
1
-0
/
+1
*
[libFuzzer] more refactoring; NFC
Kostya Serebryany
2016-09-21
1
-0
/
+7
*
[libFuzzer] refactoring: split the large header into many; NFC
Kostya Serebryany
2016-09-21
1
-0
/
+100