[PATCH] D88389: [M68K] (Patch 3/8) Basic infrastructures and target description files

Min-Yih Hsu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 4 11:37:00 PDT 2020


myhsu updated this revision to Diff 296063.
myhsu added a comment.

Re-licensed all the TG files and fixed some minor errors in comments


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

https://reviews.llvm.org/D88389

Files:
  llvm/cmake/config-ix.cmake
  llvm/cmake/modules/HandleLLVMOptions.cmake
  llvm/include/llvm/ADT/Triple.h
  llvm/lib/Support/Triple.cpp
  llvm/lib/Target/LLVMBuild.txt
  llvm/lib/Target/M680x0/CMakeLists.txt
  llvm/lib/Target/M680x0/LLVMBuild.txt
  llvm/lib/Target/M680x0/M680x0.h
  llvm/lib/Target/M680x0/M680x0.td
  llvm/lib/Target/M680x0/M680x0CallingConv.td
  llvm/lib/Target/M680x0/M680x0DummyTargetMachine.cpp
  llvm/lib/Target/M680x0/M680x0InstrArithmetic.td
  llvm/lib/Target/M680x0/M680x0InstrBits.td
  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.td
  llvm/lib/Target/M680x0/M680x0InstrShiftRotate.td
  llvm/lib/Target/M680x0/M680x0RegisterInfo.td
  llvm/lib/Target/M680x0/M680x0Schedule.td
  llvm/lib/Target/M680x0/MCTargetDesc/CMakeLists.txt
  llvm/lib/Target/M680x0/MCTargetDesc/LLVMBuild.txt
  llvm/lib/Target/M680x0/MCTargetDesc/M680x0DummyDesc.cpp
  llvm/lib/Target/M680x0/TargetInfo/CMakeLists.txt
  llvm/lib/Target/M680x0/TargetInfo/LLVMBuild.txt
  llvm/lib/Target/M680x0/TargetInfo/M680x0DummyInfo.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88389.296063.patch
Type: text/x-patch
Size: 184340 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201004/afaedb82/attachment-0001.bin>


More information about the llvm-commits mailing list