This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4d6a3724835 [SPARC] Clean up the support for disabling fsmuld and fmuls [...] new 29fa98aa846 [libFuzzer] delete stale code new c39bccc79fc [PEI] Separate saving and restoring CSRs into different fun [...] new 8c714df517f [COFF, ARM64, CodeView] Add support to emit CodeView debug [...]
The 3 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/DebugInfo/CodeView/CodeView.h | 1 + lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 2 + lib/CodeGen/PrologEpilogInserter.cpp | 117 ++++++++---------- lib/Fuzzer/FuzzerValueBitMap.h | 23 ---- lib/Target/AArch64/AArch64RegisterInfo.cpp | 4 +- .../AArch64/MCTargetDesc/AArch64MCAsmInfo.cpp | 2 + .../AArch64/MCTargetDesc/AArch64MCTargetDesc.cpp | 9 ++ .../AArch64/MCTargetDesc/AArch64MCTargetDesc.h | 4 + test/MC/AArch64/coff-debug.ll | 134 +++++++++++++++++++++ tools/llvm-pdbutil/MinimalSymbolDumper.cpp | 1 + 10 files changed, 207 insertions(+), 90 deletions(-) create mode 100644 test/MC/AArch64/coff-debug.ll