X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FCodeGen%2FCMakeLists.txt;h=fa6d4e16cfe88fff62f9b4e91911cf1dffeb45cb;hb=1e94e98b0ec44c5b04eaa8c9e7fb6d7669b3cdea;hp=416f4ba0148b538ac9056b0d22881a22a9c5bedd;hpb=348777110a960f0e017025dd5141cb29472c3984;p=oota-llvm.git diff --git a/lib/CodeGen/CMakeLists.txt b/lib/CodeGen/CMakeLists.txt index 416f4ba0148..fa6d4e16cfe 100644 --- a/lib/CodeGen/CMakeLists.txt +++ b/lib/CodeGen/CMakeLists.txt @@ -1,71 +1,115 @@ add_llvm_library(LLVMCodeGen AggressiveAntiDepBreaker.cpp + AllocationOrder.cpp + Analysis.cpp BranchFolding.cpp + CalcSpillWeights.cpp + CallingConvLower.cpp + CodeGen.cpp CodePlacementOpt.cpp CriticalAntiDepBreaker.cpp DeadMachineInstructionElim.cpp + DFAPacketizer.cpp DwarfEHPrepare.cpp - ELFCodeEmitter.cpp - ELFWriter.cpp - ExactHazardRecognizer.cpp + EarlyIfConversion.cpp + EdgeBundles.cpp + ExecutionDepsFix.cpp + ExpandISelPseudos.cpp + ExpandPostRAPseudos.cpp GCMetadata.cpp GCMetadataPrinter.cpp GCStrategy.cpp IfConversion.cpp + InlineSpiller.cpp + InterferenceCache.cpp IntrinsicLowering.cpp + JITCodeEmitter.cpp LLVMTargetMachine.cpp LatencyPriorityQueue.cpp + LexicalScopes.cpp + LiveDebugVariables.cpp LiveInterval.cpp LiveIntervalAnalysis.cpp + LiveIntervalUnion.cpp + LiveRegMatrix.cpp LiveStackAnalysis.cpp LiveVariables.cpp - LowerSubregs.cpp - MachOCodeEmitter.cpp - MachOWriter.cpp + LiveRangeCalc.cpp + LiveRangeEdit.cpp + LocalStackSlotAllocation.cpp MachineBasicBlock.cpp + MachineBlockFrequencyInfo.cpp + MachineBlockPlacement.cpp + MachineBranchProbabilityInfo.cpp + MachineCodeEmitter.cpp + MachineCopyPropagation.cpp + MachineCSE.cpp MachineDominators.cpp + MachinePostDominators.cpp MachineFunction.cpp MachineFunctionAnalysis.cpp MachineFunctionPass.cpp + MachineFunctionPrinterPass.cpp MachineInstr.cpp + MachineInstrBundle.cpp MachineLICM.cpp MachineLoopInfo.cpp + MachineLoopRanges.cpp MachineModuleInfo.cpp MachineModuleInfoImpls.cpp MachinePassRegistry.cpp MachineRegisterInfo.cpp + MachineSSAUpdater.cpp + MachineScheduler.cpp MachineSink.cpp + MachineTraceMetrics.cpp MachineVerifier.cpp - ObjectCodeEmitter.cpp OcamlGC.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 Spiller.cpp + SpillPlacement.cpp + SplitKit.cpp StackProtector.cpp StackSlotColoring.cpp + StackColoring.cpp StrongPHIElimination.cpp + TailDuplication.cpp + TargetFrameLoweringImpl.cpp TargetInstrInfoImpl.cpp + TargetLoweringObjectFileImpl.cpp + TargetOptionsImpl.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)