mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-28 21:34:23 +00:00
Add files to windows project files. Also include <algorithm> explicitly so that vstudio build works
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46013 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6bf3ba67a5
commit
9a79de3d09
@ -18,6 +18,7 @@
|
|||||||
#include "llvm/Support/Debug.h"
|
#include "llvm/Support/Debug.h"
|
||||||
#include "llvm/Support/Streams.h"
|
#include "llvm/Support/Streams.h"
|
||||||
#include <set>
|
#include <set>
|
||||||
|
#include <algorithm>
|
||||||
using namespace llvm;
|
using namespace llvm;
|
||||||
|
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
@ -312,6 +312,10 @@
|
|||||||
RelativePath="..\..\lib\CodeGen\BranchFolding.cpp"
|
RelativePath="..\..\lib\CodeGen\BranchFolding.cpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\lib\CodeGen\Collector.cpp"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\lib\CodeGen\CollectorMetadata.cpp"
|
RelativePath="..\..\lib\CodeGen\CollectorMetadata.cpp"
|
||||||
>
|
>
|
||||||
@ -396,6 +400,10 @@
|
|||||||
RelativePath="..\..\lib\CodeGen\MachineRegisterInfo.cpp"
|
RelativePath="..\..\lib\CodeGen\MachineRegisterInfo.cpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\lib\CodeGen\MachineSink.cpp"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\lib\CodeGen\MachOWriter.cpp"
|
RelativePath="..\..\lib\CodeGen\MachOWriter.cpp"
|
||||||
>
|
>
|
||||||
@ -404,6 +412,10 @@
|
|||||||
RelativePath="..\..\lib\CodeGen\MachOWriter.h"
|
RelativePath="..\..\lib\CodeGen\MachOWriter.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\lib\CodeGen\OcamlCollector.cpp"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\lib\CodeGen\Passes.cpp"
|
RelativePath="..\..\lib\CodeGen\Passes.cpp"
|
||||||
>
|
>
|
||||||
@ -444,6 +456,10 @@
|
|||||||
RelativePath="..\..\lib\CodeGen\RegisterScavenging.cpp"
|
RelativePath="..\..\lib\CodeGen\RegisterScavenging.cpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\lib\CodeGen\ShadowStackCollector.cpp"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\lib\CodeGen\SimpleRegisterCoalescing.cpp"
|
RelativePath="..\..\lib\CodeGen\SimpleRegisterCoalescing.cpp"
|
||||||
>
|
>
|
||||||
|
@ -379,6 +379,14 @@
|
|||||||
RelativePath="..\..\utils\TableGen\CodeEmitterGen.cpp"
|
RelativePath="..\..\utils\TableGen\CodeEmitterGen.cpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\utils\TableGen\CodeGenDAGPatterns.cpp"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\utils\TableGen\CodeGenInstruction.cpp"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\utils\TableGen\CodeGenTarget.cpp"
|
RelativePath="..\..\utils\TableGen\CodeGenTarget.cpp"
|
||||||
>
|
>
|
||||||
@ -387,6 +395,10 @@
|
|||||||
RelativePath="..\..\utils\TableGen\DAGISelEmitter.cpp"
|
RelativePath="..\..\utils\TableGen\DAGISelEmitter.cpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\utils\TableGen\InstrEnumEmitter.cpp"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\utils\TableGen\InstrInfoEmitter.cpp"
|
RelativePath="..\..\utils\TableGen\InstrInfoEmitter.cpp"
|
||||||
>
|
>
|
||||||
@ -441,6 +453,10 @@
|
|||||||
RelativePath="..\..\utils\TableGen\CodeEmitterGen.h"
|
RelativePath="..\..\utils\TableGen\CodeEmitterGen.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\utils\TableGen\CodeGenDAGPatterns.h"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\utils\TableGen\CodeGenInstruction.h"
|
RelativePath="..\..\utils\TableGen\CodeGenInstruction.h"
|
||||||
>
|
>
|
||||||
@ -461,6 +477,10 @@
|
|||||||
RelativePath="..\..\utils\TableGen\DAGISelEmitter.h"
|
RelativePath="..\..\utils\TableGen\DAGISelEmitter.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\utils\TableGen\InstrEnumEmitter.h"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\utils\TableGen\InstrInfoEmitter.h"
|
RelativePath="..\..\utils\TableGen\InstrInfoEmitter.h"
|
||||||
>
|
>
|
||||||
|
@ -374,6 +374,10 @@
|
|||||||
RelativePath="..\..\include\llvm\Target\TargetFrameInfo.h"
|
RelativePath="..\..\include\llvm\Target\TargetFrameInfo.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\include\llvm\Target\TargetInstrDesc.h"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\llvm\Target\TargetInstrInfo.h"
|
RelativePath="..\..\include\llvm\Target\TargetInstrInfo.h"
|
||||||
>
|
>
|
||||||
|
@ -495,10 +495,6 @@
|
|||||||
RelativePath="..\..\lib\Transforms\Scalar\LoopUnswitch.cpp"
|
RelativePath="..\..\lib\Transforms\Scalar\LoopUnswitch.cpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath="..\..\lib\Transforms\Scalar\LowerGC.cpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\lib\Transforms\Scalar\LowerPacked.cpp"
|
RelativePath="..\..\lib\Transforms\Scalar\LowerPacked.cpp"
|
||||||
>
|
>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user