This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1911873 [Object] Fix a crash in Archive::child_iterator's default con [...] new ba129eb [codeview] Translate bitpiece metadata to DEFRANGE_SUBFIELD* records new 6a6f29c [WebAssembly] Add binary-encoding opcode values to instructio [...]
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: include/llvm/DebugInfo/CodeView/SymbolRecord.h | 26 +- lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 101 +++-- lib/CodeGen/AsmPrinter/CodeViewDebug.h | 16 +- .../MCTargetDesc/WebAssemblyMCTargetDesc.h | 4 + lib/Target/WebAssembly/WebAssemblyInstrControl.td | 13 +- lib/Target/WebAssembly/WebAssemblyInstrConv.td | 50 +-- lib/Target/WebAssembly/WebAssemblyInstrFloat.td | 40 +- lib/Target/WebAssembly/WebAssemblyInstrFormats.td | 53 +-- lib/Target/WebAssembly/WebAssemblyInstrInfo.td | 10 +- lib/Target/WebAssembly/WebAssemblyInstrInteger.td | 60 +-- lib/Target/WebAssembly/WebAssemblyInstrMemory.td | 50 +-- test/DebugInfo/COFF/pieces.ll | 429 +++++++++++++++++++++ 12 files changed, 667 insertions(+), 185 deletions(-) create mode 100644 test/DebugInfo/COFF/pieces.ll