mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 16:33:37 +01:00
605f85e0e6
into MachineInstrs. This is mostly just moving the code from ScheduleDAGSDNodesEmit.cpp into a new class. This decouples MachineInstr emitting from scheduling. llvm-svn: 83699
25 lines
568 B
CMake
25 lines
568 B
CMake
add_llvm_library(LLVMSelectionDAG
|
|
CallingConvLower.cpp
|
|
DAGCombiner.cpp
|
|
FastISel.cpp
|
|
InstrEmitter.cpp
|
|
LegalizeDAG.cpp
|
|
LegalizeFloatTypes.cpp
|
|
LegalizeIntegerTypes.cpp
|
|
LegalizeTypes.cpp
|
|
LegalizeTypesGeneric.cpp
|
|
LegalizeVectorOps.cpp
|
|
LegalizeVectorTypes.cpp
|
|
ScheduleDAGFast.cpp
|
|
ScheduleDAGList.cpp
|
|
ScheduleDAGRRList.cpp
|
|
ScheduleDAGSDNodes.cpp
|
|
SelectionDAG.cpp
|
|
SelectionDAGBuild.cpp
|
|
SelectionDAGISel.cpp
|
|
SelectionDAGPrinter.cpp
|
|
TargetLowering.cpp
|
|
)
|
|
|
|
target_link_libraries (LLVMSelectionDAG LLVMAnalysis LLVMAsmPrinter LLVMCodeGen)
|