This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from df5d1bc4b16 [X86][Btver2] TZCNT instructions take 2uops not 1 new 589b3f884a9 [Sparc] Add support for the partial write PSR instruction new 3895db1bce8 [Sparc] Add unimp alias
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/Target/Sparc/Sparc.td | 6 +++++- lib/Target/Sparc/SparcInstrAliases.td | 5 +++++ lib/Target/Sparc/SparcInstrInfo.td | 16 ++++++++++++++++ lib/Target/Sparc/SparcSubtarget.cpp | 1 + lib/Target/Sparc/SparcSubtarget.h | 2 ++ test/MC/Sparc/leon-pwrpsr-instruction.s | 10 ++++++++++ test/MC/Sparc/sparc-misc-instructions.s | 8 ++++++++ 7 files changed, 47 insertions(+), 1 deletion(-) create mode 100644 test/MC/Sparc/leon-pwrpsr-instruction.s create mode 100644 test/MC/Sparc/sparc-misc-instructions.s