[PATCH] D79546: [VE] Implements minimum MC layer for VE
Kazushi Marukawa via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 6 20:27:47 PDT 2020
kaz7 created this revision.
kaz7 added projects: LLVM, VE.
kaz7 added reviewers: arsenm, simoll, k-ishizaka.
Herald added subscribers: llvm-commits, hiraditya, mgorny, wdng.
kaz7 added a comment.
This is a patch related to https://reviews.llvm.org/D78698
I divided old patch into 4, but this 4th is still big.
This patch includes following items.
- Adds AsmParser and minimum AsmBackend/ELFObjectWriter/MCCodeEmitter.
- Adds regression test of MC layer for a LEA instruction.
Depends on D79545 <https://reviews.llvm.org/D79545>.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D79546
Files:
llvm/lib/Target/VE/AsmParser/CMakeLists.txt
llvm/lib/Target/VE/AsmParser/LLVMBuild.txt
llvm/lib/Target/VE/AsmParser/VEAsmParser.cpp
llvm/lib/Target/VE/CMakeLists.txt
llvm/lib/Target/VE/LLVMBuild.txt
llvm/lib/Target/VE/MCTargetDesc/CMakeLists.txt
llvm/lib/Target/VE/MCTargetDesc/VEAsmBackend.cpp
llvm/lib/Target/VE/MCTargetDesc/VEELFObjectWriter.cpp
llvm/lib/Target/VE/MCTargetDesc/VEMCCodeEmitter.cpp
llvm/lib/Target/VE/MCTargetDesc/VEMCTargetDesc.cpp
llvm/lib/Target/VE/MCTargetDesc/VEMCTargetDesc.h
llvm/lib/Target/VE/VE.td
llvm/lib/Target/VE/VEInstrInfo.td
llvm/test/MC/VE/LEA.s
llvm/test/MC/VE/lit.local.cfg
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79546.262535.patch
Type: text/x-patch
Size: 49163 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200507/df84cfd2/attachment.bin>
More information about the llvm-commits
mailing list