X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FCodeGen%2FCMakeLists.txt;h=8943cb11c6b9b5d52b4712418b567abaf4ae613b;hb=35989a76ac4aed266df17ee37eba4a138ff99f34;hp=2ef115dbd205658f393e25a5885118b7e8b2a409;hpb=865287de4a93b9906bcfb2d57b66c32ed1fd870c;p=oota-llvm.git diff --git a/lib/CodeGen/CMakeLists.txt b/lib/CodeGen/CMakeLists.txt index 2ef115dbd20..8943cb11c6b 100644 --- a/lib/CodeGen/CMakeLists.txt +++ b/lib/CodeGen/CMakeLists.txt @@ -1,86 +1,119 @@ add_llvm_library(LLVMCodeGen AggressiveAntiDepBreaker.cpp + AllocationOrder.cpp Analysis.cpp + BasicTargetTransformInfo.cpp BranchFolding.cpp CalcSpillWeights.cpp CallingConvLower.cpp - CodePlacementOpt.cpp + CodeGen.cpp + CodeGenPrepare.cpp CriticalAntiDepBreaker.cpp + DFAPacketizer.cpp DeadMachineInstructionElim.cpp DwarfEHPrepare.cpp - ELFCodeEmitter.cpp - ELFWriter.cpp + EarlyIfConversion.cpp + EdgeBundles.cpp + ErlangGC.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 + LiveRangeCalc.cpp + LiveRangeEdit.cpp + LiveRegMatrix.cpp + LivePhysRegs.cpp LiveStackAnalysis.cpp LiveVariables.cpp LocalStackSlotAllocation.cpp - LowerSubregs.cpp MachineBasicBlock.cpp + MachineBlockFrequencyInfo.cpp + MachineBlockPlacement.cpp + MachineBranchProbabilityInfo.cpp MachineCSE.cpp + MachineCodeEmitter.cpp + MachineCopyPropagation.cpp MachineDominators.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 MachineSSAUpdater.cpp + MachineScheduler.cpp MachineSink.cpp + MachineTraceMetrics.cpp MachineVerifier.cpp - ObjectCodeEmitter.cpp OcamlGC.cpp OptimizePHIs.cpp PHIElimination.cpp + PHIEliminationUtils.cpp Passes.cpp PeepholeOptimizer.cpp - PostRAHazardRecognizer.cpp PostRASchedulerList.cpp - PreAllocSplitting.cpp ProcessImplicitDefs.cpp PrologEpilogInserter.cpp PseudoSourceValue.cpp + RegAllocBase.cpp + RegAllocBasic.cpp RegAllocFast.cpp - RegAllocLinearScan.cpp + RegAllocGreedy.cpp RegAllocPBQP.cpp + RegisterClassInfo.cpp RegisterCoalescer.cpp + RegisterPressure.cpp RegisterScavenging.cpp - RenderMachineFunction.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 - Splitter.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)