diff options
Diffstat (limited to 'llvm/win32/Transforms')
-rw-r--r-- | llvm/win32/Transforms/Transforms.vcproj | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/llvm/win32/Transforms/Transforms.vcproj b/llvm/win32/Transforms/Transforms.vcproj index 547c238557e..ba900b2a627 100644 --- a/llvm/win32/Transforms/Transforms.vcproj +++ b/llvm/win32/Transforms/Transforms.vcproj @@ -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 |