This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 09ac21d393d MC: Separate creating a generic object writer from creating [...] new 577615c652f [X86] Add test cases for missed vector rotate matching due [...] new 4ef1841f206 MC: Extract a derived class from ELFObjectWriter. NFCI. new f452183fa90 [X86] Add test cases for D47012. new 74157fc710d [DebugInfo] Use absolute addresses in location lists
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/DebugInfo/DWARF/DWARFDebugLoc.h | 3 +- include/llvm/DebugInfo/DWARF/DWARFUnit.h | 4 +- lib/DebugInfo/DWARF/DWARFDebugLoc.cpp | 8 +- lib/DebugInfo/DWARF/DWARFDie.cpp | 11 +- lib/DebugInfo/DWARF/DWARFUnit.cpp | 16 +- lib/MC/ELFObjectWriter.cpp | 32 +- test/CodeGen/X86/combine-rotates.ll | 114 +++++ test/CodeGen/X86/combine-select.ll | 134 +++++ test/CodeGen/X86/fma-scalar-combine.ll | 568 +++++++++++++++++++++ test/DebugInfo/X86/debug-loc-offset.ll | 4 +- .../dsymutil/X86/basic-lto-dw4-linking-x86.test | 6 +- test/tools/dsymutil/X86/basic-lto-linking-x86.test | 6 +- 12 files changed, 870 insertions(+), 36 deletions(-) create mode 100644 test/CodeGen/X86/combine-select.ll create mode 100644 test/CodeGen/X86/fma-scalar-combine.ll