This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7f65c13ecb9 Try to work around compile errors with older versions of GCC. new 5e45666b12e [SelectionDAG] move splat util functions up from x86 lowering new e9837b50ef2 DebugInfo: Emit only one kind of accelerated access/name table new a550ed7e780 Fully qualify llvm::Optional, some compilers complain otherwise.
The 3 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/SelectionDAG.h | 7 +++ include/llvm/CodeGen/SelectionDAGNodes.h | 4 ++ lib/CodeGen/AsmPrinter/AccelTable.cpp | 4 +- lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | 4 +- lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 3 ++ lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 52 ++++++++++++++++++++ lib/Target/X86/X86ISelLowering.cpp | 57 +--------------------- test/CodeGen/X86/vector-rotate-256.ll | 10 ++-- test/CodeGen/X86/vector-rotate-512.ll | 16 +++--- test/CodeGen/X86/vector-shift-ashr-256.ll | 16 +++--- test/CodeGen/X86/vector-shift-lshr-256.ll | 16 +++--- test/CodeGen/X86/vector-shift-shl-256.ll | 16 +++--- test/DebugInfo/X86/accel-tables.ll | 14 +++++- .../X86/{accel-tables.ll => gnu-names.ll} | 20 +++++--- tools/dsymutil/dsymutil.cpp | 7 +-- 15 files changed, 137 insertions(+), 109 deletions(-) copy test/DebugInfo/X86/{accel-tables.ll => gnu-names.ll} (87%)