[llvm-commits] [poolalloc] r128790 - /poolalloc/trunk/lib/AssistDS/CMakeLists.txt

Arushi Aggarwal aggarwa4 at illinois.edu
Sun Apr 3 09:21:39 PDT 2011


Author: aggarwa4
Date: Sun Apr  3 11:21:39 2011
New Revision: 128790

URL: http://llvm.org/viewvc/llvm-project?rev=128790&view=rev
Log:
Added the new files.

Modified:
    poolalloc/trunk/lib/AssistDS/CMakeLists.txt

Modified: poolalloc/trunk/lib/AssistDS/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/poolalloc/trunk/lib/AssistDS/CMakeLists.txt?rev=128790&r1=128789&r2=128790&view=diff
==============================================================================
--- poolalloc/trunk/lib/AssistDS/CMakeLists.txt (original)
+++ poolalloc/trunk/lib/AssistDS/CMakeLists.txt Sun Apr  3 11:21:39 2011
@@ -1,6 +1,16 @@
 add_llvm_library(AssistDS
+  ArgCast.cpp
+  ArgSimplify.cpp
   Devirt.cpp
   FuncSpec.cpp
   IndCloner.cpp
+  Int2PtrCmp.cpp
+  MergeArrayIndexGEP.cpp
+  MergeGEP.cpp
   SVADevirt.cpp
+  SimplifyGEP.cpp
+  SimplifyMRV.cpp
+  TestGEP.cpp
+  TypeAnalysis.cpp
+  VarArgsFunc.cpp
 )





More information about the llvm-commits mailing list