This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b0e9b49e0d5 [sanstats] Print the correct line information. new 95621c21655 [DWARF] Fixing a bug with processing of DWARF v5 indexed st [...] new bb9605f1d60 [libFuzzer] experimental feature -reduce_inputs (off by def [...]
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/DebugInfo/DWARF/DWARFContext.cpp | 8 +- lib/Fuzzer/FuzzerCorpus.h | 70 ++++++++- lib/Fuzzer/FuzzerDriver.cpp | 1 - lib/Fuzzer/FuzzerInternal.h | 6 +- lib/Fuzzer/FuzzerLoop.cpp | 15 +- lib/Fuzzer/test/CMakeLists.txt | 1 + lib/Fuzzer/test/FuzzerUnittest.cpp | 2 +- ...ileTest.cpp => ShrinkControlFlowSimpleTest.cpp} | 11 +- lib/Fuzzer/test/reduce_inputs.test | 2 + lib/Fuzzer/test/shrink.test | 2 +- .../DebugInfo/Inputs/dwarfdump-str-offsets-macho.o | Bin 0 -> 1584 bytes ...str-offsets.s => dwarfdump-str-offsets-macho.s} | 170 ++++----------------- test/DebugInfo/dwarfdump-str-offsets.test | 148 +++++++++--------- 13 files changed, 199 insertions(+), 237 deletions(-) copy lib/Fuzzer/test/{ShrinkValueProfileTest.cpp => ShrinkControlFlowSimpleTest.cp [...] create mode 100644 lib/Fuzzer/test/reduce_inputs.test create mode 100644 test/DebugInfo/Inputs/dwarfdump-str-offsets-macho.o copy test/DebugInfo/Inputs/{dwarfdump-str-offsets.s => dwarfdump-str-offsets-macho [...]