X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FCodeGen%2FCMakeLists.txt;h=acc8a26936a0d25752337e31a7388397b700ca67;hb=875710a2fd6b3c4f814961582594bd5c1cdb493a;hp=62d18836c93ee08936a59897fcb064b86cabb641;hpb=5c8aa950fe3484b6e115647328c196f8be64f9ed;p=oota-llvm.git diff --git a/lib/CodeGen/CMakeLists.txt b/lib/CodeGen/CMakeLists.txt index 62d18836c93..acc8a26936a 100644 --- a/lib/CodeGen/CMakeLists.txt +++ b/lib/CodeGen/CMakeLists.txt @@ -1,79 +1,124 @@ add_llvm_library(LLVMCodeGen AggressiveAntiDepBreaker.cpp + AllocationOrder.cpp + Analysis.cpp + AtomicExpandLoadLinkedPass.cpp + BasicTargetTransformInfo.cpp BranchFolding.cpp CalcSpillWeights.cpp - CodePlacementOpt.cpp + CallingConvLower.cpp + CodeGen.cpp + CodeGenPrepare.cpp CriticalAntiDepBreaker.cpp + DFAPacketizer.cpp DeadMachineInstructionElim.cpp DwarfEHPrepare.cpp - ELFCodeEmitter.cpp - ELFWriter.cpp - ExactHazardRecognizer.cpp + EarlyIfConversion.cpp + EdgeBundles.cpp + ErlangGC.cpp + ExecutionDepsFix.cpp + ExpandISelPseudos.cpp + ExpandPostRAPseudos.cpp GCMetadata.cpp GCMetadataPrinter.cpp GCStrategy.cpp + GlobalMerge.cpp IfConversion.cpp + InlineSpiller.cpp + InterferenceCache.cpp IntrinsicLowering.cpp + JumpInstrTables.cpp LLVMTargetMachine.cpp LatencyPriorityQueue.cpp + LexicalScopes.cpp + LiveDebugVariables.cpp LiveInterval.cpp LiveIntervalAnalysis.cpp + LiveIntervalUnion.cpp + LiveRangeCalc.cpp + LiveRangeEdit.cpp + LiveRegMatrix.cpp + LivePhysRegs.cpp LiveStackAnalysis.cpp LiveVariables.cpp - LowerSubregs.cpp + LocalStackSlotAllocation.cpp MachineBasicBlock.cpp + MachineBlockFrequencyInfo.cpp + MachineBlockPlacement.cpp + MachineBranchProbabilityInfo.cpp MachineCSE.cpp + MachineCodeEmitter.cpp + MachineCombiner.cpp + MachineCopyPropagation.cpp MachineDominators.cpp + MachineDominanceFrontier.cpp MachineFunction.cpp MachineFunctionAnalysis.cpp MachineFunctionPass.cpp MachineFunctionPrinterPass.cpp MachineInstr.cpp + MachineInstrBundle.cpp MachineLICM.cpp MachineLoopInfo.cpp MachineModuleInfo.cpp MachineModuleInfoImpls.cpp MachinePassRegistry.cpp + MachinePostDominators.cpp MachineRegisterInfo.cpp + MachineRegionInfo.cpp MachineSSAUpdater.cpp + MachineScheduler.cpp MachineSink.cpp + MachineTraceMetrics.cpp MachineVerifier.cpp - ObjectCodeEmitter.cpp OcamlGC.cpp - OptimizeExts.cpp OptimizePHIs.cpp PHIElimination.cpp + PHIEliminationUtils.cpp Passes.cpp + PeepholeOptimizer.cpp PostRASchedulerList.cpp - PreAllocSplitting.cpp ProcessImplicitDefs.cpp PrologEpilogInserter.cpp PseudoSourceValue.cpp - RegAllocLinearScan.cpp - RegAllocLocal.cpp + RegAllocBase.cpp + RegAllocBasic.cpp + RegAllocFast.cpp + RegAllocGreedy.cpp RegAllocPBQP.cpp + RegisterClassInfo.cpp RegisterCoalescer.cpp + RegisterPressure.cpp RegisterScavenging.cpp ScheduleDAG.cpp - ScheduleDAGEmit.cpp ScheduleDAGInstrs.cpp ScheduleDAGPrinter.cpp + ScoreboardHazardRecognizer.cpp ShadowStackGC.cpp - ShrinkWrapping.cpp - SimpleRegisterCoalescing.cpp SjLjEHPrepare.cpp SlotIndexes.cpp + SpillPlacement.cpp Spiller.cpp + SplitKit.cpp + StackColoring.cpp StackProtector.cpp StackSlotColoring.cpp - StrongPHIElimination.cpp + StackMapLivenessAnalysis.cpp + StackMaps.cpp TailDuplication.cpp - TargetInstrInfoImpl.cpp + TargetFrameLoweringImpl.cpp + TargetInstrInfo.cpp + TargetLoweringBase.cpp TargetLoweringObjectFileImpl.cpp + TargetOptionsImpl.cpp + TargetRegisterInfo.cpp + TargetSchedule.cpp TwoAddressInstructionPass.cpp UnreachableBlockElim.cpp VirtRegMap.cpp - VirtRegRewriter.cpp ) -target_link_libraries (LLVMCodeGen LLVMCore LLVMScalarOpts) +add_dependencies(LLVMCodeGen intrinsics_gen) + +add_subdirectory(SelectionDAG) +add_subdirectory(AsmPrinter)