This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from bf6c8a51e40 [globalisel][legalizer] Change identity() to changeTo() to [...] new f8d1af04894 [X86] Avoid using high register trick for test instruction new ab9f4325f57 [DWARFv5] Re-enable dumping a line table with no CU.
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/DWARF/DWARFContext.h | 9 +++- include/llvm/DebugInfo/DWARF/DWARFDebugLine.h | 8 +-- include/llvm/DebugInfo/DWARF/DWARFFormValue.h | 16 ++++-- lib/DebugInfo/DWARF/DWARFContext.cpp | 10 ++-- lib/DebugInfo/DWARF/DWARFDebugLine.cpp | 27 ++++++---- lib/DebugInfo/DWARF/DWARFFormValue.cpp | 21 ++++++-- lib/Target/X86/X86ISelDAGToDAG.cpp | 78 ++++++++------------------- lib/Target/X86/X86InstrArithmetic.td | 8 --- lib/Target/X86/X86InstrInfo.cpp | 3 -- lib/Target/X86/X86MacroFusion.cpp | 1 - test/CodeGen/X86/test-shrink.ll | 9 ++-- test/CodeGen/X86/testb-je-fusion.ll | 3 +- test/CodeGen/X86/vastart-defs-eflags.ll | 9 ++-- test/DebugInfo/X86/dwarfdump-line-only.s | 21 +++++--- tools/dsymutil/DwarfLinker.cpp | 2 +- 15 files changed, 106 insertions(+), 119 deletions(-)