2011-12-12 21:14:40 +00:00
|
|
|
set(LLVM_TARGET_DEFINITIONS Hexagon.td)
|
|
|
|
|
|
|
|
tablegen(LLVM HexagonGenRegisterInfo.inc -gen-register-info)
|
|
|
|
tablegen(LLVM HexagonGenInstrInfo.inc -gen-instr-info)
|
|
|
|
tablegen(LLVM HexagonGenAsmWriter.inc -gen-asm-writer)
|
|
|
|
tablegen(LLVM HexagonGenDAGISel.inc -gen-dag-isel)
|
|
|
|
tablegen(LLVM HexagonGenCallingConv.inc -gen-callingconv)
|
|
|
|
tablegen(LLVM HexagonGenSubtargetInfo.inc -gen-subtarget)
|
2012-02-01 23:40:51 +00:00
|
|
|
tablegen(LLVM HexagonGenDFAPacketizer.inc -gen-dfa-packetizer)
|
2011-12-12 21:14:40 +00:00
|
|
|
add_public_tablegen_target(HexagonCommonTableGen)
|
|
|
|
|
|
|
|
add_llvm_target(HexagonCodeGen
|
|
|
|
HexagonAsmPrinter.cpp
|
2012-04-12 22:15:23 +00:00
|
|
|
HexagonCallingConvLower.cpp
|
2012-04-18 21:31:19 +00:00
|
|
|
HexagonCFGOptimizer.cpp
|
2011-12-12 21:14:40 +00:00
|
|
|
HexagonExpandPredSpillCode.cpp
|
|
|
|
HexagonFrameLowering.cpp
|
|
|
|
HexagonHardwareLoops.cpp
|
2013-02-11 21:37:55 +00:00
|
|
|
HexagonFixupHwLoops.cpp
|
2013-11-19 00:57:56 +00:00
|
|
|
HexagonMachineFunctionInfo.cpp
|
2012-09-04 14:49:56 +00:00
|
|
|
HexagonMachineScheduler.cpp
|
2012-04-18 21:31:19 +00:00
|
|
|
HexagonMCInstLower.cpp
|
|
|
|
HexagonInstrInfo.cpp
|
2011-12-12 21:14:40 +00:00
|
|
|
HexagonISelDAGToDAG.cpp
|
|
|
|
HexagonISelLowering.cpp
|
2012-02-15 18:52:27 +00:00
|
|
|
HexagonPeephole.cpp
|
2011-12-12 21:14:40 +00:00
|
|
|
HexagonRegisterInfo.cpp
|
|
|
|
HexagonRemoveSZExtArgs.cpp
|
|
|
|
HexagonSelectionDAGInfo.cpp
|
2013-05-07 19:53:00 +00:00
|
|
|
HexagonSplitConst32AndConst64.cpp
|
2011-12-12 21:14:40 +00:00
|
|
|
HexagonSplitTFRCondSets.cpp
|
|
|
|
HexagonSubtarget.cpp
|
|
|
|
HexagonTargetMachine.cpp
|
2012-04-12 22:15:23 +00:00
|
|
|
HexagonTargetObjectFile.cpp
|
2012-05-03 21:52:53 +00:00
|
|
|
HexagonVLIWPacketizer.cpp
|
2012-05-12 05:10:30 +00:00
|
|
|
HexagonNewValueJump.cpp
|
2013-05-14 18:54:06 +00:00
|
|
|
HexagonCopyToCombine.cpp
|
2012-04-12 17:55:53 +00:00
|
|
|
)
|
2011-12-12 21:14:40 +00:00
|
|
|
|
|
|
|
add_subdirectory(TargetInfo)
|
2012-04-12 17:55:53 +00:00
|
|
|
add_subdirectory(InstPrinter)
|
2011-12-15 22:29:08 +00:00
|
|
|
add_subdirectory(MCTargetDesc)
|
|
|
|
|