diff options
author | Chuck Rose III <cfr@adobe.com> | 2008-01-15 21:43:17 +0000 |
---|---|---|
committer | Chuck Rose III <cfr@adobe.com> | 2008-01-15 21:43:17 +0000 |
commit | fe2714fab316bf07e7657f316c5ef246dee30c21 (patch) | |
tree | 9594098e82c9312dd994536dbc57a29795d9edca /llvm | |
parent | 59e6d533bd58c8c68217b66eeb18b2033b67d893 (diff) | |
download | bcm5719-llvm-fe2714fab316bf07e7657f316c5ef246dee30c21.tar.gz bcm5719-llvm-fe2714fab316bf07e7657f316c5ef246dee30c21.zip |
Add files to windows project files. Also include <algorithm> explicitly so that vstudio build works
llvm-svn: 46013
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/utils/TableGen/CodeGenDAGPatterns.cpp | 1 | ||||
-rw-r--r-- | llvm/win32/CodeGen/CodeGen.vcproj | 16 | ||||
-rw-r--r-- | llvm/win32/TableGen/TableGen.vcproj | 20 | ||||
-rw-r--r-- | llvm/win32/Target/Target.vcproj | 4 | ||||
-rw-r--r-- | llvm/win32/Transforms/Transforms.vcproj | 4 |
5 files changed, 41 insertions, 4 deletions
diff --git a/llvm/utils/TableGen/CodeGenDAGPatterns.cpp b/llvm/utils/TableGen/CodeGenDAGPatterns.cpp index 7851b328c70..14b2b80bee6 100644 --- a/llvm/utils/TableGen/CodeGenDAGPatterns.cpp +++ b/llvm/utils/TableGen/CodeGenDAGPatterns.cpp @@ -18,6 +18,7 @@ #include "llvm/Support/Debug.h" #include "llvm/Support/Streams.h" #include <set> +#include <algorithm> using namespace llvm; //===----------------------------------------------------------------------===// diff --git a/llvm/win32/CodeGen/CodeGen.vcproj b/llvm/win32/CodeGen/CodeGen.vcproj index 6e129e4c104..7719e7598f7 100644 --- a/llvm/win32/CodeGen/CodeGen.vcproj +++ b/llvm/win32/CodeGen/CodeGen.vcproj @@ -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> diff --git a/llvm/win32/TableGen/TableGen.vcproj b/llvm/win32/TableGen/TableGen.vcproj index 0798e01eabf..7c4561d81ad 100644 --- a/llvm/win32/TableGen/TableGen.vcproj +++ b/llvm/win32/TableGen/TableGen.vcproj @@ -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> diff --git a/llvm/win32/Target/Target.vcproj b/llvm/win32/Target/Target.vcproj index 526af60f5e4..5ae5cf3b370 100644 --- a/llvm/win32/Target/Target.vcproj +++ b/llvm/win32/Target/Target.vcproj @@ -375,6 +375,10 @@ > </File> <File + RelativePath="..\..\include\llvm\Target\TargetInstrDesc.h" + > + </File> + <File RelativePath="..\..\include\llvm\Target\TargetInstrInfo.h" > </File> diff --git a/llvm/win32/Transforms/Transforms.vcproj b/llvm/win32/Transforms/Transforms.vcproj index fc4acaba3b6..7eb0514bd8a 100644 --- a/llvm/win32/Transforms/Transforms.vcproj +++ b/llvm/win32/Transforms/Transforms.vcproj @@ -496,10 +496,6 @@ > </File> <File - RelativePath="..\..\lib\Transforms\Scalar\LowerGC.cpp" - > - </File> - <File RelativePath="..\..\lib\Transforms\Scalar\LowerPacked.cpp" > </File> |