This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cb8c418e341 Improve line debug info when translating a CaseBlock to SDNodes. new 36dc99ec478 [PowerPC] add tests for vector select-of-constants; NFC new 6c376160789 [Debug info] Transfer DI to fragment expressions for split [...] new 6257fc9a0b7 [x86] add tests for vector select-of-constants; NFC
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 | 15 +- lib/CodeGen/SelectionDAG/LegalizeTypes.cpp | 38 ++++ lib/CodeGen/SelectionDAG/SDNodeDbgValue.h | 25 ++- lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 18 +- test/CodeGen/PowerPC/vselect-constants.ll | 236 ++++++++++++++++++++ test/CodeGen/X86/vselect-constants.ll | 273 +++++++++++++++++++++++ test/{CodeGen => DebugInfo}/MSP430/lit.local.cfg | 1 - test/DebugInfo/MSP430/sdagsplit-1.ll | 74 ++++++ test/DebugInfo/X86/sdagsplit-1.ll | 71 ++++++ 9 files changed, 725 insertions(+), 26 deletions(-) create mode 100644 test/CodeGen/PowerPC/vselect-constants.ll create mode 100644 test/CodeGen/X86/vselect-constants.ll copy test/{CodeGen => DebugInfo}/MSP430/lit.local.cfg (98%) create mode 100644 test/DebugInfo/MSP430/sdagsplit-1.ll create mode 100644 test/DebugInfo/X86/sdagsplit-1.ll