[llvm-commits] [vector_llvm] CVS: llvm/win32/Transforms/Transforms.vcproj
Robert Bocchino
bocchino at cs.uiuc.edu
Wed Nov 16 10:34:08 PST 2005
Changes in directory llvm/win32/Transforms:
Transforms.vcproj updated: 1.13 -> 1.13.4.1
---
Log message:
Merged mainline into Vector LLVM branch
---
Diffs of the changes: (+6 -34)
Transforms.vcproj | 40 ++++++----------------------------------
1 files changed, 6 insertions(+), 34 deletions(-)
Index: llvm/win32/Transforms/Transforms.vcproj
diff -u llvm/win32/Transforms/Transforms.vcproj:1.13 llvm/win32/Transforms/Transforms.vcproj:1.13.4.1
--- llvm/win32/Transforms/Transforms.vcproj:1.13 Mon Apr 25 21:57:49 2005
+++ llvm/win32/Transforms/Transforms.vcproj Wed Nov 16 12:33:56 2005
@@ -142,34 +142,6 @@
<File
RelativePath="..\..\lib\Transforms\Instrumentation\TraceValues.cpp">
</File>
- <Filter
- Name="ProfilePaths"
- Filter="">
- <File
- RelativePath="..\..\lib\Transforms\Instrumentation\ProfilePaths\CombineBranch.cpp">
- </File>
- <File
- RelativePath="..\..\lib\Transforms\Instrumentation\ProfilePaths\EdgeCode.cpp">
- </File>
- <File
- RelativePath="..\..\lib\Transforms\Instrumentation\ProfilePaths\Graph.cpp">
- </File>
- <File
- RelativePath="..\..\lib\Transforms\Instrumentation\ProfilePaths\Graph.h">
- </File>
- <File
- RelativePath="..\..\lib\Transforms\Instrumentation\ProfilePaths\GraphAuxiliary.cpp">
- </File>
- <File
- RelativePath="..\..\lib\Transforms\Instrumentation\ProfilePaths\InstLoops.cpp">
- </File>
- <File
- RelativePath="..\..\lib\Transforms\Instrumentation\ProfilePaths\ProfilePaths.cpp">
- </File>
- <File
- RelativePath="..\..\lib\Transforms\Instrumentation\ProfilePaths\RetracePath.cpp">
- </File>
- </Filter>
</Filter>
<Filter
Name="IPO"
@@ -269,9 +241,6 @@
RelativePath="..\..\lib\Transforms\Scalar\LICM.cpp">
</File>
<File
- RelativePath="..\..\lib\Transforms\Scalar\LoopSimplify.cpp">
- </File>
- <File
RelativePath="..\..\lib\Transforms\Scalar\LoopStrengthReduce.cpp">
</File>
<File
@@ -284,9 +253,6 @@
RelativePath="..\..\lib\Transforms\Scalar\LowerAllocations.cpp">
</File>
<File
- RelativePath="..\..\lib\Transforms\Scalar\LowerConstantExprs.cpp">
- </File>
- <File
RelativePath="..\..\lib\Transforms\Scalar\LowerGC.cpp">
</File>
<File
@@ -311,6 +277,9 @@
RelativePath="..\..\lib\Transforms\Scalar\Reassociate.cpp">
</File>
<File
+ RelativePath="..\..\lib\Transforms\Scalar\Reg2Mem.cpp">
+ </File>
+ <File
RelativePath="..\..\lib\Transforms\Scalar\ScalarReplAggregates.cpp">
</File>
<File
@@ -361,6 +330,9 @@
RelativePath="..\..\lib\Transforms\Utils\Local.cpp">
</File>
<File
+ RelativePath="..\..\lib\Transforms\Utils\LoopSimplify.cpp">
+ </File>
+ <File
RelativePath="..\..\lib\Transforms\Utils\PromoteMemoryToRegister.cpp">
</File>
<File
More information about the llvm-commits
mailing list