This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b89275f988f Instrument Control Flow For Indirect Branch Tracking new 27033c54209 [Nios2] Arithmetic instructions for R1 and R2 ISA. new 714260a2fed [AArch64][SVE] Asm: Add parsing of merging/zeroing suffix f [...]
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/AArch64/AArch64.td | 2 + lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 30 +++++++++++ lib/Target/Nios2/Nios2ISelLowering.cpp | 29 ++++++++++ lib/Target/Nios2/Nios2InstrFormats.td | 66 ++++++++++++++++++++--- lib/Target/Nios2/Nios2InstrInfo.cpp | 11 ++++ lib/Target/Nios2/Nios2InstrInfo.h | 4 ++ lib/Target/Nios2/Nios2InstrInfo.td | 39 ++++++++++++-- test/CodeGen/Nios2/add-sub.ll | 19 +++++++ test/CodeGen/Nios2/mul-div.ll | 27 ++++++++++ test/CodeGen/Nios2/shift-rotate.ll | 26 +++++++++ 10 files changed, 242 insertions(+), 11 deletions(-) create mode 100644 test/CodeGen/Nios2/add-sub.ll create mode 100644 test/CodeGen/Nios2/mul-div.ll create mode 100644 test/CodeGen/Nios2/shift-rotate.ll