[all-commits] [llvm/llvm-project] cef273: [MC][AVR] Implement decoding STD/LDD

Ben Shi via All-commits all-commits at lists.llvm.org
Wed May 4 19:08:24 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cef2739d682e329e4bf3aebcb82bf516438e095b
      https://github.com/llvm/llvm-project/commit/cef2739d682e329e4bf3aebcb82bf516438e095b
  Author: Ben Shi <ben.shi at streamcomputing.com>
  Date:   2022-05-05 (Thu, 05 May 2022)

  Changed paths:
    M llvm/lib/Target/AVR/AVRInstrFormats.td
    M llvm/lib/Target/AVR/AVRInstrInfo.td
    M llvm/lib/Target/AVR/Disassembler/AVRDisassembler.cpp
    M llvm/test/MC/AVR/inst-ldd.s
    M llvm/test/MC/AVR/inst-std.s

  Log Message:
  -----------
  [MC][AVR] Implement decoding STD/LDD

Reviewed By: aykevl, dylanmckay

Differential Revision: https://reviews.llvm.org/D123442


  Commit: b1dcd6bafb9096cf86e67664260dc4c0348b5764
      https://github.com/llvm/llvm-project/commit/b1dcd6bafb9096cf86e67664260dc4c0348b5764
  Author: Ben Shi <ben.shi at streamcomputing.com>
  Date:   2022-05-05 (Thu, 05 May 2022)

  Changed paths:
    M llvm/lib/Target/AVR/Disassembler/AVRDisassembler.cpp
    M llvm/test/MC/AVR/inst-ld.s
    M llvm/test/MC/AVR/inst-st.s

  Log Message:
  -----------
  [MC][AVR] Implement decoding ST/LD

Reviewed By: aykevl, dylanmckay

Differential Revision: https://reviews.llvm.org/D123476


Compare: https://github.com/llvm/llvm-project/compare/ec7122f64b8d...b1dcd6bafb90


More information about the All-commits mailing list