[PATCH] D149443: [ARM] add Thumb-1 8-bit movs/adds relocations to LLVM

Ties Stuij via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 25 02:59:06 PDT 2023


stuij updated this revision to Diff 525507.
stuij added a comment.

Still WIP, but fixed failing tests, and removed decoder method from add for now (do we actually need it?) so this patch is friendlier for other work that depends on it.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D149443/new/

https://reviews.llvm.org/D149443

Files:
  llvm/include/llvm/BinaryFormat/ELFRelocs/ARM.def
  llvm/lib/Target/ARM/ARMInstrInfo.td
  llvm/lib/Target/ARM/ARMInstrThumb.td
  llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
  llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp
  llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp
  llvm/lib/Target/ARM/MCTargetDesc/ARMELFObjectWriter.cpp
  llvm/lib/Target/ARM/MCTargetDesc/ARMFixupKinds.h
  llvm/lib/Target/ARM/MCTargetDesc/ARMMCCodeEmitter.cpp
  llvm/lib/Target/ARM/MCTargetDesc/ARMMCExpr.cpp
  llvm/lib/Target/ARM/MCTargetDesc/ARMMCExpr.h
  llvm/test/MC/ARM/negative-immediates-thumb1-fail.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149443.525507.patch
Type: text/x-patch
Size: 19837 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230525/c37dd86e/attachment.bin>


More information about the llvm-commits mailing list