GlobalOpt: If we have an inbounds GEP from a ConstantAggregateZero global that we...
[oota-llvm.git] / lib / Transforms / Scalar / CMakeLists.txt
index ff9193ac661cc4f77d560fa7393e2c673b971dc2..d660c722c7caab5c91e111725e00df11537f28fc 100644 (file)
@@ -2,24 +2,26 @@ add_llvm_library(LLVMScalarOpts
   ADCE.cpp
   BasicBlockPlacement.cpp
   CodeGenPrepare.cpp
-  CondPropagate.cpp
   ConstantProp.cpp
+  CorrelatedValuePropagation.cpp
   DCE.cpp
   DeadStoreElimination.cpp
+  EarlyCSE.cpp
+  GlobalMerge.cpp
   GVN.cpp
-  GVNPRE.cpp
   IndVarSimplify.cpp
-  InstructionCombining.cpp
   JumpThreading.cpp
   LICM.cpp
   LoopDeletion.cpp
-  LoopIndexSplit.cpp
+  LoopIdiomRecognize.cpp
+  LoopInstSimplify.cpp
   LoopRotation.cpp
   LoopStrengthReduce.cpp
-  LoopUnroll.cpp
+  LoopUnrollPass.cpp
   LoopUnswitch.cpp
+  LowerAtomic.cpp
   MemCpyOptimizer.cpp
-  PredicateSimplifier.cpp
+  ObjCARC.cpp
   Reassociate.cpp
   Reg2Mem.cpp
   SCCP.cpp
@@ -27,6 +29,6 @@ add_llvm_library(LLVMScalarOpts
   ScalarReplAggregates.cpp
   SimplifyCFGPass.cpp
   SimplifyLibCalls.cpp
-  TailDuplication.cpp
+  Sink.cpp
   TailRecursionElimination.cpp
   )