[llvm-commits] [llvm] r46013 - in /llvm/trunk: utils/TableGen/CodeGenDAGPatterns.cpp win32/CodeGen/CodeGen.vcproj win32/TableGen/TableGen.vcproj win32/Target/Target.vcproj win32/Transforms/Transforms.vcproj
Chuck Rose III
cfr at adobe.com
Tue Jan 15 13:43:17 PST 2008
Author: cfr
Date: Tue Jan 15 15:43:17 2008
New Revision: 46013
URL: http://llvm.org/viewvc/llvm-project?rev=46013&view=rev
Log:
Add files to windows project files. Also include <algorithm> explicitly so that vstudio build works
Modified:
llvm/trunk/utils/TableGen/CodeGenDAGPatterns.cpp
llvm/trunk/win32/CodeGen/CodeGen.vcproj
llvm/trunk/win32/TableGen/TableGen.vcproj
llvm/trunk/win32/Target/Target.vcproj
llvm/trunk/win32/Transforms/Transforms.vcproj
Modified: llvm/trunk/utils/TableGen/CodeGenDAGPatterns.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/TableGen/CodeGenDAGPatterns.cpp?rev=46013&r1=46012&r2=46013&view=diff
==============================================================================
--- llvm/trunk/utils/TableGen/CodeGenDAGPatterns.cpp (original)
+++ llvm/trunk/utils/TableGen/CodeGenDAGPatterns.cpp Tue Jan 15 15:43:17 2008
@@ -18,6 +18,7 @@
#include "llvm/Support/Debug.h"
#include "llvm/Support/Streams.h"
#include <set>
+#include <algorithm>
using namespace llvm;
//===----------------------------------------------------------------------===//
Modified: llvm/trunk/win32/CodeGen/CodeGen.vcproj
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/win32/CodeGen/CodeGen.vcproj?rev=46013&r1=46012&r2=46013&view=diff
==============================================================================
--- llvm/trunk/win32/CodeGen/CodeGen.vcproj (original)
+++ llvm/trunk/win32/CodeGen/CodeGen.vcproj Tue Jan 15 15:43:17 2008
@@ -313,6 +313,10 @@
>
</File>
<File
+ RelativePath="..\..\lib\CodeGen\Collector.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\lib\CodeGen\CollectorMetadata.cpp"
>
</File>
@@ -397,6 +401,10 @@
>
</File>
<File
+ RelativePath="..\..\lib\CodeGen\MachineSink.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\lib\CodeGen\MachOWriter.cpp"
>
</File>
@@ -405,6 +413,10 @@
>
</File>
<File
+ RelativePath="..\..\lib\CodeGen\OcamlCollector.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\lib\CodeGen\Passes.cpp"
>
</File>
@@ -445,6 +457,10 @@
>
</File>
<File
+ RelativePath="..\..\lib\CodeGen\ShadowStackCollector.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\lib\CodeGen\SimpleRegisterCoalescing.cpp"
>
</File>
Modified: llvm/trunk/win32/TableGen/TableGen.vcproj
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/win32/TableGen/TableGen.vcproj?rev=46013&r1=46012&r2=46013&view=diff
==============================================================================
--- llvm/trunk/win32/TableGen/TableGen.vcproj (original)
+++ llvm/trunk/win32/TableGen/TableGen.vcproj Tue Jan 15 15:43:17 2008
@@ -380,6 +380,14 @@
>
</File>
<File
+ RelativePath="..\..\utils\TableGen\CodeGenDAGPatterns.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\utils\TableGen\CodeGenInstruction.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\utils\TableGen\CodeGenTarget.cpp"
>
</File>
@@ -388,6 +396,10 @@
>
</File>
<File
+ RelativePath="..\..\utils\TableGen\InstrEnumEmitter.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\utils\TableGen\InstrInfoEmitter.cpp"
>
</File>
@@ -442,6 +454,10 @@
>
</File>
<File
+ RelativePath="..\..\utils\TableGen\CodeGenDAGPatterns.h"
+ >
+ </File>
+ <File
RelativePath="..\..\utils\TableGen\CodeGenInstruction.h"
>
</File>
@@ -462,6 +478,10 @@
>
</File>
<File
+ RelativePath="..\..\utils\TableGen\InstrEnumEmitter.h"
+ >
+ </File>
+ <File
RelativePath="..\..\utils\TableGen\InstrInfoEmitter.h"
>
</File>
Modified: llvm/trunk/win32/Target/Target.vcproj
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/win32/Target/Target.vcproj?rev=46013&r1=46012&r2=46013&view=diff
==============================================================================
--- llvm/trunk/win32/Target/Target.vcproj (original)
+++ llvm/trunk/win32/Target/Target.vcproj Tue Jan 15 15:43:17 2008
@@ -375,6 +375,10 @@
>
</File>
<File
+ RelativePath="..\..\include\llvm\Target\TargetInstrDesc.h"
+ >
+ </File>
+ <File
RelativePath="..\..\include\llvm\Target\TargetInstrInfo.h"
>
</File>
Modified: llvm/trunk/win32/Transforms/Transforms.vcproj
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/win32/Transforms/Transforms.vcproj?rev=46013&r1=46012&r2=46013&view=diff
==============================================================================
--- llvm/trunk/win32/Transforms/Transforms.vcproj (original)
+++ llvm/trunk/win32/Transforms/Transforms.vcproj Tue Jan 15 15:43:17 2008
@@ -496,10 +496,6 @@
>
</File>
<File
- RelativePath="..\..\lib\Transforms\Scalar\LowerGC.cpp"
- >
- </File>
- <File
RelativePath="..\..\lib\Transforms\Scalar\LowerPacked.cpp"
>
</File>
More information about the llvm-commits
mailing list