[PATCH] D88390: [M68K] (Patch 4/8) Target information

Min-Yih Hsu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 30 22:09:40 PDT 2020


myhsu updated this revision to Diff 295464.
myhsu edited the summary of this revision.
myhsu added a reviewer: jrtc27.
myhsu added a comment.
Herald added subscribers: aheejin, fedor.sergeev.

Part of the restructing of this patch series. Now this patch contains the MC layer and ELF support


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

https://reviews.llvm.org/D88390

Files:
  llvm/include/llvm/BinaryFormat/ELF.h
  llvm/include/llvm/BinaryFormat/ELFRelocs/m680x0.def
  llvm/include/llvm/IR/CallingConv.h
  llvm/include/llvm/MC/MCExpr.h
  llvm/include/llvm/Object/ELFObjectFile.h
  llvm/include/llvm/module.modulemap
  llvm/lib/MC/MCExpr.cpp
  llvm/lib/Object/ELF.cpp
  llvm/lib/ObjectYAML/ELFYAML.cpp
  llvm/lib/Target/M680x0/MCTargetDesc/CMakeLists.txt
  llvm/lib/Target/M680x0/MCTargetDesc/M680x0AsmBackend.cpp
  llvm/lib/Target/M680x0/MCTargetDesc/M680x0BaseInfo.h
  llvm/lib/Target/M680x0/MCTargetDesc/M680x0DummyDesc.cpp
  llvm/lib/Target/M680x0/MCTargetDesc/M680x0ELFObjectWriter.cpp
  llvm/lib/Target/M680x0/MCTargetDesc/M680x0FixupKinds.h
  llvm/lib/Target/M680x0/MCTargetDesc/M680x0InstPrinter.cpp
  llvm/lib/Target/M680x0/MCTargetDesc/M680x0InstPrinter.h
  llvm/lib/Target/M680x0/MCTargetDesc/M680x0MCAsmInfo.cpp
  llvm/lib/Target/M680x0/MCTargetDesc/M680x0MCAsmInfo.h
  llvm/lib/Target/M680x0/MCTargetDesc/M680x0MCCodeEmitter.cpp
  llvm/lib/Target/M680x0/MCTargetDesc/M680x0MCTargetDesc.cpp
  llvm/lib/Target/M680x0/MCTargetDesc/M680x0MCTargetDesc.h
  llvm/lib/Target/M680x0/TargetInfo/CMakeLists.txt
  llvm/lib/Target/M680x0/TargetInfo/M680x0DummyInfo.cpp
  llvm/lib/Target/M680x0/TargetInfo/M680x0TargetInfo.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88390.295464.patch
Type: text/x-patch
Size: 79410 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201001/5fc2b62d/attachment.bin>


More information about the llvm-commits mailing list