2015-06-30 01:51:55 +02:00
|
|
|
set(LLVM_TARGET_DEFINITIONS WebAssembly.td)
|
|
|
|
|
2015-07-22 23:28:15 +02:00
|
|
|
tablegen(LLVM WebAssemblyGenAsmWriter.inc -gen-asm-writer)
|
|
|
|
tablegen(LLVM WebAssemblyGenDAGISel.inc -gen-dag-isel)
|
2015-08-24 20:44:37 +02:00
|
|
|
tablegen(LLVM WebAssemblyGenFastISel.inc -gen-fast-isel)
|
2015-07-22 23:28:15 +02:00
|
|
|
tablegen(LLVM WebAssemblyGenInstrInfo.inc -gen-instr-info)
|
2015-06-30 01:51:55 +02:00
|
|
|
tablegen(LLVM WebAssemblyGenMCCodeEmitter.inc -gen-emitter)
|
2015-07-10 20:23:10 +02:00
|
|
|
tablegen(LLVM WebAssemblyGenRegisterInfo.inc -gen-register-info)
|
2015-06-30 01:51:55 +02:00
|
|
|
tablegen(LLVM WebAssemblyGenSubtargetInfo.inc -gen-subtarget)
|
|
|
|
add_public_tablegen_target(WebAssemblyCommonTableGen)
|
|
|
|
|
|
|
|
add_llvm_target(WebAssemblyCodeGen
|
2015-12-09 17:23:59 +01:00
|
|
|
WebAssemblyArgumentMove.cpp
|
2015-07-22 23:28:15 +02:00
|
|
|
WebAssemblyAsmPrinter.cpp
|
2016-10-21 18:38:07 +02:00
|
|
|
WebAssemblyCallIndirectFixup.cpp
|
2015-09-16 18:51:30 +02:00
|
|
|
WebAssemblyCFGStackify.cpp
|
2016-10-24 21:49:43 +02:00
|
|
|
WebAssemblyExplicitLocals.cpp
|
2015-08-24 20:44:37 +02:00
|
|
|
WebAssemblyFastISel.cpp
|
2016-03-09 03:01:14 +01:00
|
|
|
WebAssemblyFixIrreducibleControlFlow.cpp
|
2015-06-30 01:51:55 +02:00
|
|
|
WebAssemblyFrameLowering.cpp
|
|
|
|
WebAssemblyISelDAGToDAG.cpp
|
|
|
|
WebAssemblyISelLowering.cpp
|
2015-07-22 23:28:15 +02:00
|
|
|
WebAssemblyInstrInfo.cpp
|
2015-12-05 04:03:35 +01:00
|
|
|
WebAssemblyLowerBrUnless.cpp
|
2016-08-18 17:27:25 +02:00
|
|
|
WebAssemblyLowerEmscriptenEHSjLj.cpp
|
2015-06-30 01:51:55 +02:00
|
|
|
WebAssemblyMachineFunctionInfo.cpp
|
2015-11-05 20:28:16 +01:00
|
|
|
WebAssemblyMCInstLower.cpp
|
2016-05-10 06:24:02 +02:00
|
|
|
WebAssemblyOptimizeLiveIntervals.cpp
|
2015-11-25 17:55:01 +01:00
|
|
|
WebAssemblyOptimizeReturned.cpp
|
|
|
|
WebAssemblyPeephole.cpp
|
2016-05-10 06:24:02 +02:00
|
|
|
WebAssemblyPrepareForLiveIntervals.cpp
|
2015-06-30 01:51:55 +02:00
|
|
|
WebAssemblyRegisterInfo.cpp
|
2015-11-16 17:18:28 +01:00
|
|
|
WebAssemblyRegColoring.cpp
|
2015-11-12 18:04:33 +01:00
|
|
|
WebAssemblyRegNumbering.cpp
|
2015-11-16 17:18:28 +01:00
|
|
|
WebAssemblyRegStackify.cpp
|
2016-05-10 06:24:02 +02:00
|
|
|
WebAssemblyReplacePhysRegs.cpp
|
2015-06-30 01:51:55 +02:00
|
|
|
WebAssemblySelectionDAGInfo.cpp
|
2016-01-26 04:39:31 +01:00
|
|
|
WebAssemblySetP2AlignOperands.cpp
|
2015-11-25 17:55:01 +01:00
|
|
|
WebAssemblyStoreResults.cpp
|
2015-06-30 01:51:55 +02:00
|
|
|
WebAssemblySubtarget.cpp
|
|
|
|
WebAssemblyTargetMachine.cpp
|
2015-12-17 05:55:44 +01:00
|
|
|
WebAssemblyTargetObjectFile.cpp
|
2015-06-30 01:51:55 +02:00
|
|
|
WebAssemblyTargetTransformInfo.cpp
|
2016-10-24 21:49:43 +02:00
|
|
|
WebAssemblyUtilities.cpp
|
2015-06-30 01:51:55 +02:00
|
|
|
|
2016-11-17 05:36:50 +01:00
|
|
|
DEPENDS
|
|
|
|
intrinsics_gen
|
|
|
|
)
|
2015-06-30 01:51:55 +02:00
|
|
|
|
2016-01-12 04:32:29 +01:00
|
|
|
add_subdirectory(Disassembler)
|
2015-06-30 01:51:55 +02:00
|
|
|
add_subdirectory(InstPrinter)
|
|
|
|
add_subdirectory(MCTargetDesc)
|
2016-01-08 02:06:00 +01:00
|
|
|
add_subdirectory(TargetInfo)
|