1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-23 04:52:54 +02:00
llvm-mirror/lib/Target/RISCV
David Blaikie 10180bb2a1 Move TargetFrameLowering.h to CodeGen where it's implemented
This header already includes a CodeGen header and is implemented in
lib/CodeGen, so move the header there to match.

This fixes a link error with modular codegeneration builds - where a
header and its implementation are circularly dependent and so need to be
in the same library, not split between two like this.

llvm-svn: 317379
2017-11-03 22:32:11 +00:00
..
AsmParser [RISCV] RISCVAsmParser: early exit if RISCVOperand isn't immediate as expected 2017-10-19 16:22:51 +00:00
Disassembler [RISCV] Prepare for the use of variable-sized register classes 2017-10-19 14:29:03 +00:00
InstPrinter [RISCV] Add support for all RV32I instructions 2017-09-17 14:27:35 +00:00
MCTargetDesc [RISCV] Prepare for the use of variable-sized register classes 2017-10-19 14:29:03 +00:00
TargetInfo [RISCV] Add bare-bones RISC-V MCTargetDesc 2016-11-01 23:47:30 +00:00
CMakeLists.txt [RISCV] Initial codegen support for ALU operations 2017-10-19 21:37:38 +00:00
LLVMBuild.txt [RISCV] Initial codegen support for ALU operations 2017-10-19 21:37:38 +00:00
RISCV.h [RISCV] Initial codegen support for ALU operations 2017-10-19 21:37:38 +00:00
RISCV.td [RISCV] Add missing hunk from r316188 2017-10-19 21:43:29 +00:00
RISCVAsmPrinter.cpp [RISCV] Initial codegen support for ALU operations 2017-10-19 21:37:38 +00:00
RISCVCallingConv.td [RISCV] Initial codegen support for ALU operations 2017-10-19 21:37:38 +00:00
RISCVFrameLowering.cpp [RISCV] Initial codegen support for ALU operations 2017-10-19 21:37:38 +00:00
RISCVFrameLowering.h Move TargetFrameLowering.h to CodeGen where it's implemented 2017-11-03 22:32:11 +00:00
RISCVInstrFormats.td [RISCV] Prepare for the use of variable-sized register classes 2017-10-19 14:29:03 +00:00
RISCVInstrInfo.cpp [RISCV] Initial codegen support for ALU operations 2017-10-19 21:37:38 +00:00
RISCVInstrInfo.h [RISCV] Initial codegen support for ALU operations 2017-10-19 21:37:38 +00:00
RISCVInstrInfo.td [RISCV] Initial codegen support for ALU operations 2017-10-19 21:37:38 +00:00
RISCVISelDAGToDAG.cpp [RISCV] Initial codegen support for ALU operations 2017-10-19 21:37:38 +00:00
RISCVISelLowering.cpp [RISCV] Initial codegen support for ALU operations 2017-10-19 21:37:38 +00:00
RISCVISelLowering.h [RISCV] Initial codegen support for ALU operations 2017-10-19 21:37:38 +00:00
RISCVMCInstLower.cpp [RISCV] Initial codegen support for ALU operations 2017-10-19 21:37:38 +00:00
RISCVRegisterInfo.cpp Move TargetFrameLowering.h to CodeGen where it's implemented 2017-11-03 22:32:11 +00:00
RISCVRegisterInfo.h [RISCV] Initial codegen support for ALU operations 2017-10-19 21:37:38 +00:00
RISCVRegisterInfo.td [RISCV] Initial codegen support for ALU operations 2017-10-19 21:37:38 +00:00
RISCVSubtarget.cpp [RISCV] Initial codegen support for ALU operations 2017-10-19 21:37:38 +00:00
RISCVSubtarget.h [RISCV] Initial codegen support for ALU operations 2017-10-19 21:37:38 +00:00
RISCVTargetMachine.cpp [RISCV] Initial codegen support for ALU operations 2017-10-19 21:37:38 +00:00
RISCVTargetMachine.h [RISCV] Initial codegen support for ALU operations 2017-10-19 21:37:38 +00:00