diff options
Diffstat (limited to 'lib/CodeGen')
-rw-r--r-- | lib/CodeGen/Android.mk | 196 | ||||
-rw-r--r-- | lib/CodeGen/AsmPrinter/Android.mk | 4 | ||||
-rw-r--r-- | lib/CodeGen/SelectionDAG/Android.mk | 44 |
3 files changed, 124 insertions, 120 deletions
diff --git a/lib/CodeGen/Android.mk b/lib/CodeGen/Android.mk index 86bc3ed..79571a7 100644 --- a/lib/CodeGen/Android.mk +++ b/lib/CodeGen/Android.mk @@ -1,101 +1,105 @@ LOCAL_PATH:= $(call my-dir) -codegen_SRC_FILES := \ - AggressiveAntiDepBreaker.cpp \ - AllocationOrder.cpp \ - Analysis.cpp \ - BranchFolding.cpp \ - CalcSpillWeights.cpp \ - CallingConvLower.cpp \ - CodePlacementOpt.cpp \ - CriticalAntiDepBreaker.cpp \ - DeadMachineInstructionElim.cpp \ - DwarfEHPrepare.cpp \ - EdgeBundles.cpp \ - ELFCodeEmitter.cpp \ - ELFWriter.cpp \ - ExpandISelPseudos.cpp \ - GCMetadata.cpp \ - GCMetadataPrinter.cpp \ - GCStrategy.cpp \ - IfConversion.cpp \ - InlineSpiller.cpp \ - InterferenceCache.cpp \ - IntrinsicLowering.cpp \ - LLVMTargetMachine.cpp \ - LatencyPriorityQueue.cpp \ - LiveDebugVariables.cpp \ - LiveInterval.cpp \ - LiveIntervalUnion.cpp \ - LiveIntervalAnalysis.cpp \ - LiveRangeEdit.cpp \ - LiveStackAnalysis.cpp \ - LiveVariables.cpp \ - LocalStackSlotAllocation.cpp \ - LowerSubregs.cpp \ - MachineBasicBlock.cpp \ - MachineBranchProbabilityInfo.cpp \ - MachineCSE.cpp \ - MachineDominators.cpp \ - MachineFunction.cpp \ - MachineFunctionAnalysis.cpp \ - MachineFunctionPass.cpp \ - MachineFunctionPrinterPass.cpp \ - MachineBlockFrequency.cpp \ - MachineInstr.cpp \ - MachineLICM.cpp \ - MachineLoopInfo.cpp \ - MachineLoopRanges.cpp \ - MachineModuleInfo.cpp \ - MachineModuleInfoImpls.cpp \ - MachinePassRegistry.cpp \ - MachineRegisterInfo.cpp \ - MachineSSAUpdater.cpp \ - MachineSink.cpp \ - MachineVerifier.cpp \ - ObjectCodeEmitter.cpp \ - OcamlGC.cpp \ - OptimizePHIs.cpp \ - PHIElimination.cpp \ - PHIEliminationUtils.cpp \ - Passes.cpp \ - PeepholeOptimizer.cpp \ - PostRASchedulerList.cpp \ - ProcessImplicitDefs.cpp \ - PrologEpilogInserter.cpp \ - PseudoSourceValue.cpp \ - RegAllocBasic.cpp \ - RegAllocFast.cpp \ - RegAllocGreedy.cpp \ - RegAllocLinearScan.cpp \ - RegAllocPBQP.cpp \ - RegisterCoalescer.cpp \ - RegisterClassInfo.cpp \ - RegisterScavenging.cpp \ - RenderMachineFunction.cpp \ - ScheduleDAG.cpp \ - ScheduleDAGEmit.cpp \ - ScheduleDAGInstrs.cpp \ - ScheduleDAGPrinter.cpp \ - ScoreboardHazardRecognizer.cpp \ - ShadowStackGC.cpp \ - ShrinkWrapping.cpp \ - SjLjEHPrepare.cpp \ - SlotIndexes.cpp \ - Spiller.cpp \ - SpillPlacement.cpp \ - SplitKit.cpp \ - Splitter.cpp \ - StackProtector.cpp \ - StackSlotColoring.cpp \ - StrongPHIElimination.cpp \ - TailDuplication.cpp \ - TargetInstrInfoImpl.cpp \ - TargetLoweringObjectFileImpl.cpp \ - TwoAddressInstructionPass.cpp \ - UnreachableBlockElim.cpp \ - VirtRegMap.cpp \ - VirtRegRewriter.cpp +codegen_SRC_FILES := \ + AggressiveAntiDepBreaker.cpp \ + AllocationOrder.cpp \ + Analysis.cpp \ + BranchFolding.cpp \ + CalcSpillWeights.cpp \ + CallingConvLower.cpp \ + CodeGen.cpp \ + CodePlacementOpt.cpp \ + CriticalAntiDepBreaker.cpp \ + DeadMachineInstructionElim.cpp \ + DwarfEHPrepare.cpp \ + EdgeBundles.cpp \ + ELFCodeEmitter.cpp \ + ELFWriter.cpp \ + ExecutionDepsFix.cpp \ + ExpandISelPseudos.cpp \ + ExpandPostRAPseudos.cpp \ + GCMetadata.cpp \ + GCMetadataPrinter.cpp \ + GCStrategy.cpp \ + IfConversion.cpp \ + InlineSpiller.cpp \ + InterferenceCache.cpp \ + IntrinsicLowering.cpp \ + LLVMTargetMachine.cpp \ + LatencyPriorityQueue.cpp \ + LexicalScopes.cpp \ + LiveDebugVariables.cpp \ + LiveInterval.cpp \ + LiveIntervalAnalysis.cpp \ + LiveIntervalUnion.cpp \ + LiveStackAnalysis.cpp \ + LiveVariables.cpp \ + LiveRangeCalc.cpp \ + LiveRangeEdit.cpp \ + LocalStackSlotAllocation.cpp \ + MachineBasicBlock.cpp \ + MachineBlockFrequencyInfo.cpp \ + MachineBranchProbabilityInfo.cpp \ + MachineCSE.cpp \ + MachineDominators.cpp \ + MachineFunction.cpp \ + MachineFunctionAnalysis.cpp \ + MachineFunctionPass.cpp \ + MachineFunctionPrinterPass.cpp \ + MachineInstr.cpp \ + MachineLICM.cpp \ + MachineLoopInfo.cpp \ + MachineLoopRanges.cpp \ + MachineModuleInfo.cpp \ + MachineModuleInfoImpls.cpp \ + MachinePassRegistry.cpp \ + MachineRegisterInfo.cpp \ + MachineSSAUpdater.cpp \ + MachineSink.cpp \ + MachineVerifier.cpp \ + ObjectCodeEmitter.cpp \ + OcamlGC.cpp \ + OptimizePHIs.cpp \ + PHIElimination.cpp \ + PHIEliminationUtils.cpp \ + Passes.cpp \ + PeepholeOptimizer.cpp \ + PostRASchedulerList.cpp \ + ProcessImplicitDefs.cpp \ + PrologEpilogInserter.cpp \ + PseudoSourceValue.cpp \ + RegAllocBasic.cpp \ + RegAllocFast.cpp \ + RegAllocGreedy.cpp \ + RegAllocLinearScan.cpp \ + RegAllocPBQP.cpp \ + RegisterCoalescer.cpp \ + RegisterClassInfo.cpp \ + RegisterScavenging.cpp \ + RenderMachineFunction.cpp \ + ScheduleDAG.cpp \ + ScheduleDAGEmit.cpp \ + ScheduleDAGInstrs.cpp \ + ScheduleDAGPrinter.cpp \ + ScoreboardHazardRecognizer.cpp \ + ShadowStackGC.cpp \ + ShrinkWrapping.cpp \ + SjLjEHPrepare.cpp \ + SlotIndexes.cpp \ + Spiller.cpp \ + SpillPlacement.cpp \ + SplitKit.cpp \ + Splitter.cpp \ + StackProtector.cpp \ + StackSlotColoring.cpp \ + StrongPHIElimination.cpp \ + TailDuplication.cpp \ + TargetInstrInfoImpl.cpp \ + TargetLoweringObjectFileImpl.cpp \ + TwoAddressInstructionPass.cpp \ + UnreachableBlockElim.cpp \ + VirtRegMap.cpp \ + VirtRegRewriter.cpp # For the host # ===================================================== diff --git a/lib/CodeGen/AsmPrinter/Android.mk b/lib/CodeGen/AsmPrinter/Android.mk index 47cb637..843ff24 100644 --- a/lib/CodeGen/AsmPrinter/Android.mk +++ b/lib/CodeGen/AsmPrinter/Android.mk @@ -1,7 +1,7 @@ LOCAL_PATH := $(call my-dir) -codegen_asmprinter_SRC_FILES := \ - AsmPrinter.cpp +codegen_asmprinter_SRC_FILES := \ + AsmPrinter.cpp # For the host # ===================================================== diff --git a/lib/CodeGen/SelectionDAG/Android.mk b/lib/CodeGen/SelectionDAG/Android.mk index d3522fe..2937196 100644 --- a/lib/CodeGen/SelectionDAG/Android.mk +++ b/lib/CodeGen/SelectionDAG/Android.mk @@ -1,27 +1,27 @@ LOCAL_PATH:= $(call my-dir) -codegen_selectiondag_SRC_FILES := \ - DAGCombiner.cpp \ - FastISel.cpp \ - FunctionLoweringInfo.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 \ - SelectionDAGBuilder.cpp \ - SelectionDAGISel.cpp \ - SelectionDAGPrinter.cpp \ - TargetLowering.cpp \ - TargetSelectionDAGInfo.cpp +codegen_selectiondag_SRC_FILES := \ + DAGCombiner.cpp \ + FastISel.cpp \ + FunctionLoweringInfo.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 \ + SelectionDAGBuilder.cpp \ + SelectionDAGISel.cpp \ + SelectionDAGPrinter.cpp \ + TargetLowering.cpp \ + TargetSelectionDAGInfo.cpp # For the host # ===================================================== |