1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/lib/Target/VE
Kazushi (Jam) Marukawa 0cce4d5573 [VE] Support TargetBlockAddress
Change to handle TargetBlockAddress and add a regression test for it.

Reviewed By: simoll

Differential Revision: https://reviews.llvm.org/D88576
2020-10-01 00:48:21 +09:00
..
AsmParser [VE] Support symbol with offset in assembly 2020-07-07 04:16:51 +09:00
Disassembler [VE] Support relocation information in MC layer 2020-06-15 11:24:53 +02:00
MCTargetDesc Fix TargetSubtargetInfo derivatives after D85165 2020-08-14 15:50:53 -07:00
TargetInfo [VE] Create a TargetInfo header. NFC 2020-04-21 11:42:17 +02:00
CMakeLists.txt [VE] Support a basic disassembler for Aurora VE target 2020-06-03 13:48:42 +02:00
LLVMBuild.txt [VE] Support a basic disassembler for Aurora VE target 2020-06-03 13:48:42 +02:00
VE.h [VE] Support convert instructions in MC layer 2020-06-10 12:22:33 +02:00
VE.td [VE] Implements minimum MC layer for VE (4/4) 2020-05-29 10:50:16 +02:00
VEAsmPrinter.cpp [VE] Update branch instructions 2020-04-28 09:41:01 +02:00
VECallingConv.td [VE] Support f128 2020-08-17 17:26:52 +09:00
VEFrameLowering.cpp [VE] Dynamic stack allocation 2020-05-27 10:11:06 +02:00
VEFrameLowering.h [VE] Dynamic stack allocation 2020-05-27 10:11:06 +02:00
VEInstrFormats.td [VE] Support host memory access instructions in MC layer 2020-06-10 10:02:14 +02:00
VEInstrInfo.cpp [VE] Support f128 2020-08-17 17:26:52 +09:00
VEInstrInfo.h [VE] Dynamic stack allocation 2020-05-27 10:11:06 +02:00
VEInstrInfo.td [VE] Support TargetBlockAddress 2020-10-01 00:48:21 +09:00
VEISelDAGToDAG.cpp [VE] Clean SDNodeXForm stuff 2020-06-04 11:28:24 +02:00
VEISelLowering.cpp [VE] Modify ISelLoweirng following clang-tidy 2020-08-18 07:43:19 +09:00
VEISelLowering.h [VE] Modify ISelLoweirng following clang-tidy 2020-08-18 07:43:19 +09:00
VEMachineFunctionInfo.cpp [VE] call isel with stack passing 2020-01-28 10:55:47 +01:00
VEMachineFunctionInfo.h [VE] Support for PIC (global data and calls) 2020-02-14 09:50:02 +01:00
VEMCInstLower.cpp [VE] Support TargetBlockAddress 2020-10-01 00:48:21 +09:00
VERegisterInfo.cpp [VE] Support f128 2020-08-17 17:26:52 +09:00
VERegisterInfo.h [VE] Adapt aa26dd985848364df01d3f8f0f3eaccfd5ee80dc and 2481f26ac3f228cc085d4d68ee72dadc07afa48f 2020-04-07 15:45:19 -07:00
VERegisterInfo.td [VE] Remove obsolete I8/I16 register classes 2020-08-14 21:52:22 +09:00
VESubtarget.cpp Fix TargetSubtargetInfo derivatives after D85165 2020-08-14 15:50:53 -07:00
VESubtarget.h Fix TargetSubtargetInfo derivatives after D85165 2020-08-14 15:50:53 -07:00
VETargetMachine.cpp [VE] Correct stack alignment 2020-07-06 17:25:29 +09:00
VETargetMachine.h [VE] Target-specific bit size for sjljehprepare 2020-03-10 17:51:16 +01:00
VETargetTransformInfo.h