[all-commits] [llvm/llvm-project] 0e0907: [VE] Implements minimum MC layer for VE (4/4)
Kazushi Marukawa via All-commits
all-commits at lists.llvm.org
Fri May 29 01:51:43 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0e0907fa0e257ba63d6f820eafbf2079502153ed
https://github.com/llvm/llvm-project/commit/0e0907fa0e257ba63d6f820eafbf2079502153ed
Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
Date: 2020-05-29 (Fri, 29 May 2020)
Changed paths:
A llvm/lib/Target/VE/AsmParser/CMakeLists.txt
A llvm/lib/Target/VE/AsmParser/LLVMBuild.txt
A llvm/lib/Target/VE/AsmParser/VEAsmParser.cpp
M llvm/lib/Target/VE/CMakeLists.txt
M llvm/lib/Target/VE/LLVMBuild.txt
M llvm/lib/Target/VE/MCTargetDesc/CMakeLists.txt
A llvm/lib/Target/VE/MCTargetDesc/VEAsmBackend.cpp
A llvm/lib/Target/VE/MCTargetDesc/VEELFObjectWriter.cpp
A llvm/lib/Target/VE/MCTargetDesc/VEMCCodeEmitter.cpp
M llvm/lib/Target/VE/MCTargetDesc/VEMCTargetDesc.cpp
M llvm/lib/Target/VE/MCTargetDesc/VEMCTargetDesc.h
M llvm/lib/Target/VE/VE.td
M llvm/lib/Target/VE/VEInstrInfo.td
A llvm/test/MC/VE/LEA.s
A llvm/test/MC/VE/lit.local.cfg
Log Message:
-----------
[VE] Implements minimum MC layer for VE (4/4)
Summary:
This patch includes following items.
- Adds AsmParser and minimum AsmBackend/ELFObjectWriter/MCCodeEmitter to
support only LEA instruction in order to reduce the size of this patch.
- Adds regression test of MC layer for a LEA instruction.
- Relocations are not supported this time to reduce the size of this patch.
Differential Revision: https://reviews.llvm.org/D79546
More information about the All-commits
mailing list