This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 24aa476 Fix "not all control paths return a value" warning on MSVC new a1bfbb7 [SystemZ] Use NILL instruction instead of NILF where possible new efed5fb [YAML] Fix YAML tags appearing before the start of sequence elements
The 2 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/ObjectYAML/MachOYAML.cpp | 2 +- lib/Support/YAMLTraits.cpp | 23 ++++++++- lib/Target/SystemZ/SystemZInstrInfo.td | 33 ++++++++++++- test/CodeGen/SystemZ/rot-01.ll | 35 +++++++++++++ test/CodeGen/SystemZ/shift-11.ll | 63 ++++++++++++++++++++++++ test/ObjectYAML/MachO/fat_macho_i386_x86_64.yaml | 6 ++- 6 files changed, 157 insertions(+), 5 deletions(-) create mode 100644 test/CodeGen/SystemZ/rot-01.ll create mode 100644 test/CodeGen/SystemZ/shift-11.ll