This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 33ac29c6f05 All Errors must be checked new fffec3f6963 [DWARF] Emit call site parameter info when tuning for lldb new 4e43ec35cea gn build: Merge r371657 new 7d1d9eb601a gn build: Merge r371661 new c3c98a8a939 AMDGPU: Move m0 initializations earlier new 79d87479cce [X86] Move x86_64 fp128 conversion to libcalls from type le [...] new 0ebcecb81a2 [X86] Add test case for v16i64->v16i32 truncate on min-lega [...]
The 6 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/CodeGen/AsmPrinter/DwarfDebug.cpp | 4 +- lib/Target/AMDGPU/SIFixSGPRCopies.cpp | 42 ++++- lib/Target/X86/X86ISelLowering.cpp | 171 ++++++++++++++++++--- lib/Target/X86/X86ISelLowering.h | 6 + test/CodeGen/AMDGPU/frame-index-elimination.ll | 8 +- test/CodeGen/AMDGPU/merge-m0.mir | 106 +++++++++++-- test/CodeGen/X86/fp128-cast.ll | 20 +-- test/CodeGen/X86/fp128-compare.ll | 11 +- test/CodeGen/X86/fp128-i128.ll | 11 +- test/CodeGen/X86/min-legal-vector-width.ll | 19 +++ test/DebugInfo/MIR/X86/debug-call-site-param.mir | 89 +++++++---- utils/gn/secondary/clang/lib/Analysis/BUILD.gn | 1 + .../clang/lib/StaticAnalyzer/Core/BUILD.gn | 1 - .../gn/secondary/llvm/lib/DebugInfo/GSYM/BUILD.gn | 1 + 14 files changed, 394 insertions(+), 96 deletions(-)