This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d6ed0ff [InstCombine] use more specific pattern matchers; NFCI new 41ba9f9 [LIR] Fix mis-compilation with unwinding. new ab677c5 [NVPTX] Add sm_60, sm_61, sm_62 targets to LLVM. new cc3da7f [CodeView] Unions are always sealed new 7bae266 [CodeView] Emit an appropriate symbol kind for globals
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: lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 16 +++++++++++--- lib/DebugInfo/CodeView/SymbolDumper.cpp | 2 ++ lib/Target/NVPTX/NVPTX.td | 14 +++++++++++- lib/Transforms/Scalar/LoopIdiomRecognize.cpp | 8 +++++++ test/CodeGen/NVPTX/sm-version-60.ll | 5 +++++ test/CodeGen/NVPTX/sm-version-61.ll | 5 +++++ test/CodeGen/NVPTX/sm-version-62.ll | 5 +++++ test/DebugInfo/COFF/globals-discarded.ll | 2 +- test/DebugInfo/COFF/globals.ll | 9 +++++--- test/DebugInfo/COFF/multifunction.ll | 12 +++++++--- test/DebugInfo/COFF/types-data-members.ll | 3 ++- test/DebugInfo/PDB/pdbdump-headers.test | 2 ++ test/Transforms/LoopIdiom/unwind.ll | 33 ++++++++++++++++++++++++++++ 13 files changed, 104 insertions(+), 12 deletions(-) create mode 100644 test/CodeGen/NVPTX/sm-version-60.ll create mode 100644 test/CodeGen/NVPTX/sm-version-61.ll create mode 100644 test/CodeGen/NVPTX/sm-version-62.ll create mode 100644 test/Transforms/LoopIdiom/unwind.ll