This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3876c1deaef [NFC][testcases] more testcases for folding srem if its two [...] new e53157e9ebc [DebugInfo] Generate .debug_names section when it makes sense new da67c6d0eff [InstSimplify] fold srem instruction if its two operands ar [...]
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: lib/Analysis/InstructionSimplify.cpp | 4 +++ lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 43 +++++++++++++++++++++------- lib/CodeGen/AsmPrinter/DwarfDebug.h | 6 ++++ lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 9 ++---- test/DebugInfo/X86/accel-tables-dwarf5.ll | 46 ++++++++++++++++++++++++++++++ test/DebugInfo/X86/accel-tables.ll | 36 +++++++++++++++++------ test/DebugInfo/X86/string-offsets-table.ll | 6 +++- test/Transforms/InstSimplify/srem.ll | 36 +++++++---------------- 8 files changed, 134 insertions(+), 52 deletions(-) create mode 100644 test/DebugInfo/X86/accel-tables-dwarf5.ll