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
/
FuzzerTracePC.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libFuzzer] Delete llvm/lib/Fuzzer
Vitaly Buka
2017-10-16
1
-583
/
+0
*
[SanitizerCoverage] Add stack depth tracing instrumentation.
Matt Morehouse
2017-08-18
1
-2
/
+11
*
[libFuzzer] experimental support for Clang's coverage (fprofile-instr-generat...
Kostya Serebryany
2017-08-11
1
-6
/
+14
*
[libFuzzer] Update LibFuzzer w.r.t. the new comparisons instrumentation API
Alexander Potapenko
2017-08-10
1
-0
/
+35
*
[libFuzzer] simplify code, NFC
Kostya Serebryany
2017-08-08
1
-7
/
+4
*
[libFuzzer] remove stale code
Kostya Serebryany
2017-08-08
1
-2
/
+0
*
[libFuzzer] simplify the implementation of -print_coverage=1
Kostya Serebryany
2017-08-08
1
-96
/
+65
*
[libFuzzer] print PCs using the in-binary PC-table instead of relying on PCs ...
Kostya Serebryany
2017-08-04
1
-15
/
+36
*
[libFuzzer] enable -fsanitize-coverage=pc-table for all tests
Kostya Serebryany
2017-08-01
1
-8
/
+18
*
[libFuzzer] implement __sanitizer_cov_pcs_init and add pc-table to build flag...
Kostya Serebryany
2017-07-31
1
-5
/
+26
*
[libFuzzer] improve support for inline-8bit-counters (make it more correct an...
Kostya Serebryany
2017-07-28
1
-0
/
+12
*
[libFuzzer] prototype implementation of recursion-depth coverage features (co...
Kostya Serebryany
2017-07-20
1
-0
/
+2
*
[libFuzzer] simplify the handling of memmem/strstr
Kostya Serebryany
2017-07-14
1
-0
/
+23
*
[libFuzzer] move code around; NFC
Kostya Serebryany
2017-07-13
1
-0
/
+60
*
[libFuzzer] initial support of -fsanitize-coverage=inline-8bit-counters in li...
Kostya Serebryany
2017-06-13
1
-0
/
+23
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[libFuzzer] best effort support for -fsanitize-coverage=trace-pc instrumentat...
Kostya Serebryany
2017-03-30
1
-0
/
+11
*
[libFuzzer] create experimental support for user-provided coverage signal
Kostya Serebryany
2017-03-23
1
-1
/
+1
*
[libFuzzer] inline the code of __sanitizer_cov_trace_pc_guard into it
Kostya Serebryany
2017-03-17
1
-8
/
+3
*
[libFuzzer] Use stoull instead of stol to ensure 64 bits.
Marcos Pividori
2017-02-10
1
-2
/
+2
*
[libFuzzer] Use long long to ensure 64 bits.
Marcos Pividori
2017-02-08
1
-1
/
+1
*
[libFuzzer] properly hide the memcmp interceptor from msan
Kostya Serebryany
2017-02-03
1
-1
/
+1
*
[libfuzzer] chromium-related compilation fixes
Mike Aizatsky
2017-02-03
1
-2
/
+4
*
[libFuzzer] reorganize the tracing code to make it easier to experiment with ...
Kostya Serebryany
2017-02-02
1
-14
/
+30
*
[libFuzzer] simplify the value profiling callback further: don't use (idx MOD...
Kostya Serebryany
2017-01-27
1
-1
/
+1
*
[libFuzzer] make sure (again) that __builtin_popcountl is compiled into popcnt
Kostya Serebryany
2017-01-27
1
-0
/
+8
*
[libFuzzer] simplify the value profile code and disable asan/msan on it
Kostya Serebryany
2017-01-27
1
-4
/
+15
*
[libFuzzer] further simplify __sanitizer_cov_trace_pc_guard
Kostya Serebryany
2017-01-26
1
-2
/
+2
*
[libFuzzer] simplify the code for __sanitizer_cov_trace_pc_guard and make sur...
Kostya Serebryany
2017-01-26
1
-4
/
+13
*
[libFuzzer] don't call GetPreviousInstructionPc on the hot path -- only when ...
Kostya Serebryany
2017-01-26
1
-18
/
+22
*
[libFuzzer] make sure we use the feedback from std::string operator ==
Kostya Serebryany
2017-01-23
1
-1
/
+4
*
[libFuzzer] Portably disassemble and find calls to sanitizer_cov_trace_pc_guard.
Marcos Pividori
2017-01-22
1
-2
/
+7
*
[libFuzzer] Portable implementation of `IsInterestingCoverageFile()`.
Marcos Pividori
2017-01-22
1
-12
/
+0
*
[libFuzzer] Expose Sanitizer Coverage functions from libFuzzer.
Marcos Pividori
2017-01-22
1
-12
/
+16
*
[libFuzzer] fix gcc build
Kostya Serebryany
2017-01-21
1
-1
/
+0
*
[libFuzzer] call __sanitizer_dump_coverage via EF
Kostya Serebryany
2017-01-20
1
-1
/
+2
*
[libfuzzer] fixing collected pc addresses for coverage
Mike Aizatsky
2017-01-17
1
-17
/
+26
*
[libFuzzer] use table of recent compares for memcmp/strcmp (to unify the code...
Kostya Serebryany
2017-01-17
1
-25
/
+14
*
[libFuzzer] disable -print_pcs by default (was enabled by mistake)
Kostya Serebryany
2017-01-03
1
-0
/
+2
*
[libFuzzer] cleaner implementation of -print_pcs=1
Kostya Serebryany
2016-12-30
1
-7
/
+12
*
[libFuzzer] make __sanitizer_cov_trace_switch more predictable
Kostya Serebryany
2016-12-29
1
-22
/
+17
*
[libfuzzer] dump_coverage command line flag
Mike Aizatsky
2016-12-19
1
-0
/
+5
*
[libFuzzer] speed up __sanitizer_cov_trace_switch a bit more (remove DIV)
Kostya Serebryany
2016-12-17
1
-1
/
+11
*
[libFuzzer] when tracing switch statements, handle only one case at a time (t...
Kostya Serebryany
2016-12-17
1
-3
/
+13
*
[libFuzzer] avoid msan false positives in more cases
Kostya Serebryany
2016-12-16
1
-6
/
+2
*
[libFuzzer] disable msan for one more hook that reads target's data that migh...
Kostya Serebryany
2016-12-14
1
-0
/
+3
*
[libFuzzer] use __sanitizer_get_module_and_offset_for_pc to get the module na...
Kostya Serebryany
2016-12-10
1
-7
/
+12
*
[libFuzzer] refactor the code to allow collecting features in different ways....
Kostya Serebryany
2016-12-05
1
-35
/
+0
*
[libFuzzer] extend -print_coverage to print the comma-separated list of cover...
Kostya Serebryany
2016-11-30
1
-1
/
+11
*
[LibFuzzer] Split up some functions among different headers.
Zachary Turner
2016-11-30
1
-4
/
+4
[next]