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

Min-Yih Hsu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 27 22:18:06 PDT 2020


myhsu created this revision.
Herald added subscribers: llvm-commits, hiraditya, mgorny.
Herald added a project: LLVM.
myhsu requested review of this revision.

1. M68K TargetMachine info
2. M68K instruction info
3. M68K register info

(Rest of the lowering code will be in following patches)


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D88390

Files:
  llvm/lib/Target/M680x0/M680x0.h
  llvm/lib/Target/M680x0/M680x0.td
  llvm/lib/Target/M680x0/M680x0InstrArithmetic.td
  llvm/lib/Target/M680x0/M680x0InstrBits.td
  llvm/lib/Target/M680x0/M680x0InstrBuilder.h
  llvm/lib/Target/M680x0/M680x0InstrCompiler.td
  llvm/lib/Target/M680x0/M680x0InstrControl.td
  llvm/lib/Target/M680x0/M680x0InstrData.td
  llvm/lib/Target/M680x0/M680x0InstrFormats.td
  llvm/lib/Target/M680x0/M680x0InstrInfo.cpp
  llvm/lib/Target/M680x0/M680x0InstrInfo.h
  llvm/lib/Target/M680x0/M680x0InstrInfo.td
  llvm/lib/Target/M680x0/M680x0InstrShiftRotate.td
  llvm/lib/Target/M680x0/M680x0MachineFunction.cpp
  llvm/lib/Target/M680x0/M680x0MachineFunction.h
  llvm/lib/Target/M680x0/M680x0RegisterInfo.cpp
  llvm/lib/Target/M680x0/M680x0RegisterInfo.h
  llvm/lib/Target/M680x0/M680x0RegisterInfo.td
  llvm/lib/Target/M680x0/M680x0Subtarget.cpp
  llvm/lib/Target/M680x0/M680x0Subtarget.h
  llvm/lib/Target/M680x0/M680x0TargetMachine.cpp
  llvm/lib/Target/M680x0/M680x0TargetMachine.h
  llvm/lib/Target/M680x0/TargetInfo/CMakeLists.txt
  llvm/lib/Target/M680x0/TargetInfo/LLVMBuild.txt
  llvm/lib/Target/M680x0/TargetInfo/M680x0TargetInfo.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88390.294598.patch
Type: text/x-patch
Size: 242280 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200928/5107204d/attachment-0001.bin>


More information about the llvm-commits mailing list