This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1bf1b6f36e7 [CodeGenPrepare] Handle all debug calls in dupRetToEnableT [...] new e7fd3335dd1 [COFF, ARM64] Don't put jump table into a separate COFF sec [...] new c563f47a39d [NFC] Use ArrayRef instead of SmallVectorImpl where possible new af14e77aab1 [DebugInfo][DAG] Process FrameIndex dbg.values unconditionally
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/Analysis/ScalarEvolution.h | 8 +-- lib/Analysis/ScalarEvolution.cpp | 12 ++-- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 15 +++++ lib/Target/AArch64/AArch64AsmPrinter.cpp | 13 +++- lib/Target/AArch64/AArch64TargetMachine.cpp | 4 +- test/CodeGen/{X86 => AArch64}/win64-jumptable.ll | 42 +++++-------- test/DebugInfo/NVPTX/dbg-value-const-byref.ll | 2 +- test/DebugInfo/X86/dbg-value-frame-index-2.ll | 79 ++++++++++++++++++++++++ 8 files changed, 133 insertions(+), 42 deletions(-) copy test/CodeGen/{X86 => AArch64}/win64-jumptable.ll (51%) create mode 100644 test/DebugInfo/X86/dbg-value-frame-index-2.ll