This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a13d6ea322e [LLVM][Alignment] Introduce Alignment In MachineFrameInfo new 7822759c5ff [AMDGPU] Prevent VGPR copies from moving across the EXEC ma [...] new c3faebe4b82 Improving CodeView debug info type record's inline comments
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/CodeGen/MachineInstr.h | 16 ++ include/llvm/DebugInfo/CodeView/CodeViewRecordIO.h | 10 +- include/llvm/DebugInfo/CodeView/EnumTables.h | 11 + lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 40 ++-- lib/CodeGen/PeepholeOptimizer.cpp | 6 +- lib/DebugInfo/CodeView/CodeViewRecordIO.cpp | 6 +- lib/DebugInfo/CodeView/EnumTables.cpp | 166 ++++++++++++++ lib/DebugInfo/CodeView/TypeRecordMapping.cpp | 243 ++++++++++++++++++--- lib/Target/AMDGPU/SIFoldOperands.cpp | 7 + lib/Target/AMDGPU/SIInstrInfo.cpp | 9 + test/CodeGen/AMDGPU/constant-fold-imm-immreg.mir | 2 +- test/DebugInfo/COFF/class-options-common.ll | 23 ++ test/DebugInfo/COFF/types-basic.ll | 114 ++++++---- test/DebugInfo/COFF/types-data-members.ll | 215 ++++++++++-------- 14 files changed, 674 insertions(+), 194 deletions(-)