This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 538059799 [lldb] [lit] Split 'register read' tests between zmm*, xmm16+ [...] new 98b05601d [lldb] [lit] Introduce tests for writing YMM registers new 8ffc26ba4 [lldb] [lit] Use LLDB-like output for XMM registers in write tests
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: lit/Register/Inputs/x86-64-write.cpp | 17 ++++--- lit/Register/Inputs/x86-mm-xmm-write.cpp | 17 ++++--- lit/Register/Inputs/x86-ymm-write.cpp | 77 ++++++++++++++++++++++++++++++++ lit/Register/x86-64-write.test | 16 +++---- lit/Register/x86-64-ymm-write.test | 44 ++++++++++++++++++ lit/Register/x86-mm-xmm-write.test | 16 +++---- lit/Register/x86-ymm-write.test | 28 ++++++++++++ 7 files changed, 189 insertions(+), 26 deletions(-) create mode 100644 lit/Register/Inputs/x86-ymm-write.cpp create mode 100644 lit/Register/x86-64-ymm-write.test create mode 100644 lit/Register/x86-ymm-write.test