X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FCodeGen%2FCMakeLists.txt;h=8943cb11c6b9b5d52b4712418b567abaf4ae613b;hb=35989a76ac4aed266df17ee37eba4a138ff99f34;hp=5aa5a7506954a68fd192035eafa73d3293263c17;hpb=eb3b9f8ed979c34b7c11d749efb85df7fe1cfc9a;p=oota-llvm.git diff --git a/lib/CodeGen/CMakeLists.txt b/lib/CodeGen/CMakeLists.txt index 5aa5a750695..8943cb11c6b 100644 --- a/lib/CodeGen/CMakeLists.txt +++ b/lib/CodeGen/CMakeLists.txt @@ -7,6 +7,7 @@ add_llvm_library(LLVMCodeGen CalcSpillWeights.cpp CallingConvLower.cpp CodeGen.cpp + CodeGenPrepare.cpp CriticalAntiDepBreaker.cpp DFAPacketizer.cpp DeadMachineInstructionElim.cpp @@ -35,7 +36,7 @@ add_llvm_library(LLVMCodeGen LiveRangeCalc.cpp LiveRangeEdit.cpp LiveRegMatrix.cpp - LiveRegUnits.cpp + LivePhysRegs.cpp LiveStackAnalysis.cpp LiveVariables.cpp LocalStackSlotAllocation.cpp @@ -89,7 +90,6 @@ add_llvm_library(LLVMCodeGen ScheduleDAGPrinter.cpp ScoreboardHazardRecognizer.cpp ShadowStackGC.cpp - ShrinkWrapping.cpp SjLjEHPrepare.cpp SlotIndexes.cpp SpillPlacement.cpp @@ -98,6 +98,8 @@ add_llvm_library(LLVMCodeGen StackColoring.cpp StackProtector.cpp StackSlotColoring.cpp + StackMapLivenessAnalysis.cpp + StackMaps.cpp TailDuplication.cpp TargetFrameLoweringImpl.cpp TargetInstrInfo.cpp