[PATCH] D88389: [M68K] (Patch 3/8) Basic infrastructures and changes on object file encoding
    Min-Yih Hsu via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Sep 30 22:06:12 PDT 2020
    
    
  
myhsu updated this revision to Diff 295463.
myhsu edited the summary of this revision.
myhsu added a reviewer: jrtc27.
myhsu added a comment.
Herald added subscribers: s.egerton, simoncook, aheejin, dschuff, rampitec.
Restruct this patch series to make every patch buildable. Now this patch will only contain the folders, build files and all the TableGen files (which are essential for all the components in later patches).
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.295463.patch
Type: text/x-patch
Size: 183960 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201001/7292b7b7/attachment-0001.bin>
    
    
More information about the llvm-commits
mailing list