[llvm-commits] CVS: llvm/win32/Transforms/Transforms.vcproj
Jeff Cohen
jeffc at jolt-lang.org
Wed Jan 5 22:03:05 PST 2005
Changes in directory llvm/win32/Transforms:
Transforms.vcproj updated: 1.8 -> 1.9
---
Log message:
Add project opt to Visual Studio.
---
Diffs of the changes: (+9 -0)
Index: llvm/win32/Transforms/Transforms.vcproj
diff -u llvm/win32/Transforms/Transforms.vcproj:1.8 llvm/win32/Transforms/Transforms.vcproj:1.9
--- llvm/win32/Transforms/Transforms.vcproj:1.8 Sat Dec 18 20:29:00 2004
+++ llvm/win32/Transforms/Transforms.vcproj Thu Jan 6 00:02:53 2005
@@ -229,6 +229,9 @@
<File
RelativePath="..\..\lib\Transforms\Ipo\RaiseAllocations.cpp">
</File>
+ <File
+ RelativePath="..\..\lib\Transforms\Ipo\StripSymbols.cpp">
+ </File>
</Filter>
<Filter
Name="Scalar"
@@ -267,6 +270,9 @@
RelativePath="..\..\lib\Transforms\Scalar\LoopSimplify.cpp">
</File>
<File
+ RelativePath="..\..\lib\Transforms\Scalar\LoopStrengthReduce.cpp">
+ </File>
+ <File
RelativePath="..\..\lib\Transforms\Scalar\LoopUnroll.cpp">
</File>
<File
@@ -401,6 +407,9 @@
RelativePath="..\..\include\llvm\Transforms\IPO.h">
</File>
<File
+ RelativePath="..\..\include\llvm\Transforms\LinkAllPasses.h">
+ </File>
+ <File
RelativePath="..\..\include\llvm\Transforms\Utils\Local.h">
</File>
<File
More information about the llvm-commits
mailing list