Changeset View
Changeset View
Standalone View
Standalone View
llvm/lib/Target/RISCV/CMakeLists.txt
Show All 13 Lines | |||||
tablegen(LLVM RISCVGenRegisterBank.inc -gen-register-bank) | tablegen(LLVM RISCVGenRegisterBank.inc -gen-register-bank) | ||||
tablegen(LLVM RISCVGenRegisterInfo.inc -gen-register-info) | tablegen(LLVM RISCVGenRegisterInfo.inc -gen-register-info) | ||||
tablegen(LLVM RISCVGenSearchableTables.inc -gen-searchable-tables) | tablegen(LLVM RISCVGenSearchableTables.inc -gen-searchable-tables) | ||||
tablegen(LLVM RISCVGenSubtargetInfo.inc -gen-subtarget) | tablegen(LLVM RISCVGenSubtargetInfo.inc -gen-subtarget) | ||||
add_public_tablegen_target(RISCVCommonTableGen) | add_public_tablegen_target(RISCVCommonTableGen) | ||||
add_llvm_target(RISCVCodeGen | add_llvm_target(RISCVCodeGen | ||||
RISCVAddSubCombiner.cpp | |||||
RISCVAsmPrinter.cpp | RISCVAsmPrinter.cpp | ||||
RISCVCallLowering.cpp | RISCVCallLowering.cpp | ||||
RISCVCodeGenPrepare.cpp | RISCVCodeGenPrepare.cpp | ||||
RISCVMakeCompressible.cpp | RISCVMakeCompressible.cpp | ||||
RISCVExpandAtomicPseudoInsts.cpp | RISCVExpandAtomicPseudoInsts.cpp | ||||
craig.topper: This list is supposed to be alphabetical. Looks like MakeCompressible broke that, but we… | |||||
RISCVExpandPseudoInsts.cpp | RISCVExpandPseudoInsts.cpp | ||||
RISCVFrameLowering.cpp | RISCVFrameLowering.cpp | ||||
RISCVGatherScatterLowering.cpp | RISCVGatherScatterLowering.cpp | ||||
RISCVInsertVSETVLI.cpp | RISCVInsertVSETVLI.cpp | ||||
RISCVInstrInfo.cpp | RISCVInstrInfo.cpp | ||||
RISCVInstructionSelector.cpp | RISCVInstructionSelector.cpp | ||||
RISCVISelDAGToDAG.cpp | RISCVISelDAGToDAG.cpp | ||||
RISCVISelLowering.cpp | RISCVISelLowering.cpp | ||||
Show All 37 Lines |
This list is supposed to be alphabetical. Looks like MakeCompressible broke that, but we shouldn't make it worse.