brintos

brintos / llvm-project-archived public Read only

0
0
Text · 806 B · 93a742a Raw
43 lines · plain
1add_llvm_component_library(LLVMSelectionDAG2  DAGCombiner.cpp3  FastISel.cpp4  FunctionLoweringInfo.cpp5  InstrEmitter.cpp6  LegalizeDAG.cpp7  LegalizeFloatTypes.cpp8  LegalizeIntegerTypes.cpp9  LegalizeTypes.cpp10  LegalizeTypesGeneric.cpp11  LegalizeVectorOps.cpp12  LegalizeVectorTypes.cpp13  ResourcePriorityQueue.cpp14  SDNodeInfo.cpp15  ScheduleDAGFast.cpp16  ScheduleDAGRRList.cpp17  ScheduleDAGSDNodes.cpp18  ScheduleDAGVLIW.cpp19  SelectionDAGBuilder.cpp20  SelectionDAG.cpp21  SelectionDAGAddressAnalysis.cpp22  SelectionDAGDumper.cpp23  SelectionDAGISel.cpp24  SelectionDAGPrinter.cpp25  SelectionDAGTargetInfo.cpp26  StatepointLowering.cpp27  TargetLowering.cpp28 29  DEPENDS30  intrinsics_gen31 32  LINK_COMPONENTS33  Analysis34  CodeGen35  CodeGenTypes36  Core37  MC38  Support39  Target40  TargetParser41  TransformUtils42  )43