This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c95d4ff [LoopDistribute] Fix a typo in the pass name. new 280c2a6 Use StringRef in DarwinAsmParser (NFC) new 3eff5cd Use StringRef in MCSectionMachO (NFC) new ef350f2 Revert "Re-commit "Use StringRef in Support/Darf APIs (NFC)"" new d4d50f6 [libFuzzer] add ShrinkValueProfileTest, move code around, NFC
The 4 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: include/llvm/Support/Dwarf.h | 52 +++++----- lib/Analysis/ModuleDebugInfoPrinter.cpp | 10 +- lib/CodeGen/AsmPrinter/DIE.cpp | 8 +- .../DWARF/DWARFAbbreviationDeclaration.cpp | 12 +-- lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp | 6 +- lib/DebugInfo/DWARF/DWARFDebugFrame.cpp | 6 +- lib/DebugInfo/DWARF/DWARFDebugInfoEntry.cpp | 31 +++--- lib/DebugInfo/DWARF/DWARFDebugLine.cpp | 4 +- lib/Fuzzer/FuzzerTracePC.cpp | 107 ++++++++++++++++++++ lib/Fuzzer/FuzzerTracePC.h | 5 + lib/Fuzzer/FuzzerTraceState.cpp | 111 +-------------------- lib/Fuzzer/test/CMakeLists.txt | 3 +- ...izeCorpusTest.cpp => ShrinkControlFlowTest.cpp} | 0 ...ConstantTest.cpp => ShrinkValueProfileTest.cpp} | 20 ++-- lib/Fuzzer/test/fuzzer.test | 2 +- lib/Fuzzer/test/trace-pc/CMakeLists.txt | 3 +- lib/IR/AsmWriter.cpp | 13 +-- lib/MC/MCParser/DarwinAsmParser.cpp | 7 +- lib/MC/MCSectionMachO.cpp | 30 +++--- lib/Support/Dwarf.cpp | 104 ++++++++++--------- unittests/Support/DwarfTest.cpp | 24 ++--- 21 files changed, 274 insertions(+), 284 deletions(-) rename lib/Fuzzer/test/{MinimizeCorpusTest.cpp => ShrinkControlFlowTest.cpp} (100%) copy lib/Fuzzer/test/{AbsNegAndConstantTest.cpp => ShrinkValueProfileTest.cpp} (50%)