2014-10-23 19:31:50 +08:00
|
|
|
set(LLVM_TARGET_DEFINITIONS Hexagon.td)
|
|
|
|
|
2014-11-19 04:28:11 +08:00
|
|
|
tablegen(LLVM HexagonGenAsmWriter.inc -gen-asm-writer)
|
|
|
|
tablegen(LLVM HexagonGenCallingConv.inc -gen-callingconv)
|
|
|
|
tablegen(LLVM HexagonGenDAGISel.inc -gen-dag-isel)
|
|
|
|
tablegen(LLVM HexagonGenDFAPacketizer.inc -gen-dfa-packetizer)
|
2014-10-23 19:31:50 +08:00
|
|
|
tablegen(LLVM HexagonGenDisassemblerTables.inc -gen-disassembler)
|
|
|
|
tablegen(LLVM HexagonGenInstrInfo.inc -gen-instr-info)
|
|
|
|
tablegen(LLVM HexagonGenMCCodeEmitter.inc -gen-emitter)
|
2014-11-19 04:28:11 +08:00
|
|
|
tablegen(LLVM HexagonGenRegisterInfo.inc -gen-register-info)
|
2011-12-13 05:14:40 +08:00
|
|
|
tablegen(LLVM HexagonGenSubtargetInfo.inc -gen-subtarget)
|
|
|
|
add_public_tablegen_target(HexagonCommonTableGen)
|
|
|
|
|
|
|
|
add_llvm_target(HexagonCodeGen
|
2015-07-07 23:16:42 +08:00
|
|
|
BitTracker.cpp
|
2011-12-13 05:14:40 +08:00
|
|
|
HexagonAsmPrinter.cpp
|
2015-07-07 23:16:42 +08:00
|
|
|
HexagonBitTracker.cpp
|
2012-04-19 05:31:19 +08:00
|
|
|
HexagonCFGOptimizer.cpp
|
2015-07-09 03:22:28 +08:00
|
|
|
HexagonCommonGEP.cpp
|
2014-11-06 01:38:48 +08:00
|
|
|
HexagonCopyToCombine.cpp
|
2015-10-06 23:49:14 +08:00
|
|
|
HexagonEarlyIfConv.cpp
|
2015-03-31 21:35:12 +08:00
|
|
|
HexagonExpandCondsets.cpp
|
2011-12-13 05:14:40 +08:00
|
|
|
HexagonExpandPredSpillCode.cpp
|
2014-11-06 01:38:48 +08:00
|
|
|
HexagonFixupHwLoops.cpp
|
2011-12-13 05:14:40 +08:00
|
|
|
HexagonFrameLowering.cpp
|
2015-07-15 01:07:24 +08:00
|
|
|
HexagonGenExtract.cpp
|
2015-07-08 22:47:34 +08:00
|
|
|
HexagonGenInsert.cpp
|
2015-07-21 05:23:25 +08:00
|
|
|
HexagonGenMux.cpp
|
2015-07-15 03:30:21 +08:00
|
|
|
HexagonGenPredicate.cpp
|
2011-12-13 05:14:40 +08:00
|
|
|
HexagonHardwareLoops.cpp
|
2012-04-19 05:31:19 +08:00
|
|
|
HexagonInstrInfo.cpp
|
2011-12-13 05:14:40 +08:00
|
|
|
HexagonISelDAGToDAG.cpp
|
|
|
|
HexagonISelLowering.cpp
|
2014-11-06 01:38:48 +08:00
|
|
|
HexagonMachineFunctionInfo.cpp
|
|
|
|
HexagonMachineScheduler.cpp
|
|
|
|
HexagonMCInstLower.cpp
|
|
|
|
HexagonNewValueJump.cpp
|
2012-02-16 02:52:27 +08:00
|
|
|
HexagonPeephole.cpp
|
2011-12-13 05:14:40 +08:00
|
|
|
HexagonRegisterInfo.cpp
|
|
|
|
HexagonRemoveSZExtArgs.cpp
|
|
|
|
HexagonSelectionDAGInfo.cpp
|
2013-05-08 03:53:00 +08:00
|
|
|
HexagonSplitConst32AndConst64.cpp
|
2011-12-13 05:14:40 +08:00
|
|
|
HexagonSubtarget.cpp
|
|
|
|
HexagonTargetMachine.cpp
|
2012-04-13 06:15:23 +08:00
|
|
|
HexagonTargetObjectFile.cpp
|
2015-08-06 02:35:37 +08:00
|
|
|
HexagonTargetTransformInfo.cpp
|
2012-05-04 05:52:53 +08:00
|
|
|
HexagonVLIWPacketizer.cpp
|
2012-04-13 01:55:53 +08:00
|
|
|
)
|
2011-12-13 05:14:40 +08:00
|
|
|
|
2014-10-23 19:31:50 +08:00
|
|
|
add_subdirectory(TargetInfo)
|
|
|
|
add_subdirectory(MCTargetDesc)
|
|
|
|
add_subdirectory(Disassembler)
|