Move LLVM to /third_party.
Bug 28616401
Change-Id: Ia54134e6e1dc6b101c7f81d9047e9bcc9fab3061
Reviewed-on: https://swiftshader-review.googlesource.com/5311
Tested-by: Nicolas Capens <capn@google.com>
Reviewed-by: Alexis Hétu <sugoi@google.com>
Reviewed-by: Nicolas Capens <capn@google.com>
diff --git a/.gitignore b/.gitignore
index 9798e4c..f65d6f7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,17 +3,15 @@
/src/Debug/
/src/Release/
/src/x64/
-/src/LLVM/bin/
-/src/LLVM/lib/Debug/
-/src/LLVM/include/llvm/Win32/
-/src/LLVM/include/llvm/x64/
-/src/LLVM/lib/Release/
-/src/LLVM/lib/Target/Win32/
-/src/LLVM/lib/Target/x64/
-/src/LLVM/lib/Target/X86/Win32/
-/src/LLVM/lib/Target/X86/x64/
-/src/Radiance/libRAD/Win32/
-/src/Radiance/libRAD/x64/
+/third_party/LLVM/bin/
+/third_party/LLVM/lib/Debug/
+/third_party/LLVM/include/llvm/Win32/
+/third_party/LLVM/include/llvm/x64/
+/third_party/LLVM/lib/Release/
+/third_party/LLVM/lib/Target/Win32/
+/third_party/LLVM/lib/Target/x64/
+/third_party/LLVM/lib/Target/X86/Win32/
+/third_party/LLVM/lib/Target/X86/x64/
/src/OpenGL/libEGL/Win32/
/src/OpenGL/libEGL/x64/
/src/OpenGL/libGLES_CM/Win32/
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d31c3eb..7be7856 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -96,7 +96,7 @@
set(SOURCE_DIR ${CMAKE_SOURCE_DIR}/src)
set(OPENGL_DIR ${SOURCE_DIR}/OpenGL)
set(OPENGL_COMPILER_DIR ${OPENGL_DIR}/compiler)
-set(LLVM_DIR ${SOURCE_DIR}/LLVM)
+set(LLVM_DIR ${CMAKE_SOURCE_DIR}/third_party/LLVM)
set(TESTS_DIR ${CMAKE_SOURCE_DIR}/tests)
set(HELLO2_DIR ${CMAKE_SOURCE_DIR}/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2)
diff --git a/src/Android.mk b/src/Android.mk
index 358c455..bf85a6c 100644
--- a/src/Android.mk
+++ b/src/Android.mk
@@ -8,7 +8,7 @@
$(LOCAL_PATH)/Renderer/ \
$(LOCAL_PATH)/Common/ \
$(LOCAL_PATH)/Shader/ \
- $(LOCAL_PATH)/LLVM/include \
+ $(LOCAL_PATH)/../third_party/LLVM/include \
$(LOCAL_PATH)/Main/
# Marshmallow does not have stlport, but comes with libc++ by default
diff --git a/src/D3D9/D3D9.vcxproj b/src/D3D9/D3D9.vcxproj
index a1bd963..450f1c1 100644
--- a/src/D3D9/D3D9.vcxproj
+++ b/src/D3D9/D3D9.vcxproj
@@ -135,7 +135,7 @@
<IntrinsicFunctions>true</IntrinsicFunctions>
<FavorSizeOrSpeed>Neither</FavorSizeOrSpeed>
<OmitFramePointers>false</OmitFramePointers>
- <AdditionalIncludeDirectories>..\;..\Main;..\Renderer;..\Shader;..\Common;..\SwiftAsm;..\libjpeg;..\SwiftShader;..\D3D9;..\Reactor;..\LLVM\include;..\LLVM\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <AdditionalIncludeDirectories>..\;..\Main;..\Renderer;..\Shader;..\Common;..\SwiftAsm;..\libjpeg;..\SwiftShader;..\D3D9;..\Reactor;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;D3D9DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<MinimalRebuild>true</MinimalRebuild>
<ExceptionHandling>Sync</ExceptionHandling>
@@ -169,7 +169,7 @@
<InlineFunctionExpansion>Default</InlineFunctionExpansion>
<FavorSizeOrSpeed>Neither</FavorSizeOrSpeed>
<OmitFramePointers>false</OmitFramePointers>
- <AdditionalIncludeDirectories>..\;..\Main;..\Renderer;..\Shader;..\Common;..\SwiftAsm;..\libjpeg;..\SwiftShader;..\D3D9;..\Reactor;..\LLVM\include;..\LLVM\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <AdditionalIncludeDirectories>..\;..\Main;..\Renderer;..\Shader;..\Common;..\SwiftAsm;..\libjpeg;..\SwiftShader;..\D3D9;..\Reactor;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;D3D9DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<MinimalRebuild>true</MinimalRebuild>
<ExceptionHandling>Sync</ExceptionHandling>
@@ -202,7 +202,7 @@
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
<OmitFramePointers>true</OmitFramePointers>
<WholeProgramOptimization>true</WholeProgramOptimization>
- <AdditionalIncludeDirectories>..\;..\Main;..\Renderer;..\Shader;..\Common;..\SwiftAsm;..\libjpeg;..\SwiftShader;..\D3D9;..\Reactor;..\LLVM\include;..\LLVM\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <AdditionalIncludeDirectories>..\;..\Main;..\Renderer;..\Shader;..\Common;..\SwiftAsm;..\libjpeg;..\SwiftShader;..\D3D9;..\Reactor;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;D3D9DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_SECURE_SCL=0;_HAS_EXCEPTIONS=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ExceptionHandling>Sync</ExceptionHandling>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
@@ -243,7 +243,7 @@
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
<OmitFramePointers>false</OmitFramePointers>
<WholeProgramOptimization>false</WholeProgramOptimization>
- <AdditionalIncludeDirectories>..\;..\Main;..\Renderer;..\Shader;..\Common;..\SwiftAsm;..\libjpeg;..\SwiftShader;..\D3D9;..\Reactor;..\LLVM\include;..\LLVM\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <AdditionalIncludeDirectories>..\;..\Main;..\Renderer;..\Shader;..\Common;..\SwiftAsm;..\libjpeg;..\SwiftShader;..\D3D9;..\Reactor;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;D3D9DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_SECURE_SCL=0;_HAS_EXCEPTIONS=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ExceptionHandling>Sync</ExceptionHandling>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
@@ -287,7 +287,7 @@
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
<OmitFramePointers>true</OmitFramePointers>
<WholeProgramOptimization>true</WholeProgramOptimization>
- <AdditionalIncludeDirectories>..\;..\Main;..\Renderer;..\Shader;..\Common;..\SwiftAsm;..\libjpeg;..\SwiftShader;..\D3D9;..\Reactor;..\LLVM\include;..\LLVM\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <AdditionalIncludeDirectories>..\;..\Main;..\Renderer;..\Shader;..\Common;..\SwiftAsm;..\libjpeg;..\SwiftShader;..\D3D9;..\Reactor;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;D3D9DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_SECURE_SCL=0;_HAS_EXCEPTIONS=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ExceptionHandling>Sync</ExceptionHandling>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
@@ -332,7 +332,7 @@
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
<OmitFramePointers>false</OmitFramePointers>
<WholeProgramOptimization>false</WholeProgramOptimization>
- <AdditionalIncludeDirectories>..\;..\Main;..\Renderer;..\Shader;..\Common;..\SwiftAsm;..\libjpeg;..\SwiftShader;..\D3D9;..\Reactor;..\LLVM\include;..\LLVM\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <AdditionalIncludeDirectories>..\;..\Main;..\Renderer;..\Shader;..\Common;..\SwiftAsm;..\libjpeg;..\SwiftShader;..\D3D9;..\Reactor;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;D3D9DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_SECURE_SCL=0;_HAS_EXCEPTIONS=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ExceptionHandling>Sync</ExceptionHandling>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
diff --git a/src/LLVM/ALL_BUILD.vcxproj b/src/LLVM/ALL_BUILD.vcxproj
deleted file mode 100644
index 088a5ad..0000000
--- a/src/LLVM/ALL_BUILD.vcxproj
+++ /dev/null
@@ -1,320 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{17AECBCF-B2AE-4524-9010-9A175A8F6BFE}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>ALL_BUILD</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType>Utility</ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType>Utility</ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType>Utility</ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType>Utility</ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\LLVM;include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\LLVM;include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\LLVM;include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\LLVM;include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\ALL_BUILD.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Build all projects</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/ALL_BUILD.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\ALL_BUILD</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Build all projects</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/ALL_BUILD.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\ALL_BUILD</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Build all projects</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/ALL_BUILD.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\ALL_BUILD</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Build all projects</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/ALL_BUILD.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\ALL_BUILD</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H. -B. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeFiles\CMakeSystem.cmake;CMakeFiles\CMakeCCompiler.cmake;CMakeFiles\CMakeCXXCompiler.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeGenericSystem.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\Windows.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\WindowsPaths.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeCInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\Windows-cl.cmake;CMakeFiles\CMakeCPlatform.cmake;CMakeFiles\CMakeCXXPlatform.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\cl.cmake;CMakeFiles\CMakeRCCompiler.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeRCInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeCXXInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\Windows-cl.cmake;CMakeFiles\CMakeCPlatform.cmake;CMakeFiles\CMakeCXXPlatform.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\cl.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeCommonLanguageInclude.cmake;cmake\modules\VersionFromVCS.cmake;include\llvm\Config\Targets.def.in;cmake\modules\AddLLVMDefinitions.cmake;cmake\config-ix.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckIncludeFile.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckLibraryExists.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckSymbolExists.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckFunctionExists.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckCXXSourceCompiles.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\TestBigEndian.cmake;cmake\modules\CheckAtomic.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckCXXSourceCompiles.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckCXXCompilerFlag.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckCXXSourceCompiles.cmake;cmake\modules\GetTargetTriple.cmake;cmake\modules\HandleLLVMOptions.cmake;cmake\modules\AddLLVMDefinitions.cmake;cmake\modules\ChooseMSVCCRT.cmake;include\llvm\Config\config.h.cmake;include\llvm\Config\llvm-config.h.cmake;include\llvm\Support\DataTypes.h.cmake;cmake\modules\AddLLVM.cmake;cmake\modules\LLVMProcessSources.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\AddFileDependencies.cmake;cmake\modules\LLVM-Config.cmake;cmake\modules\TableGen.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\FindSubversion.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\FindPackageMessage.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeParseArguments.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CPack.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CPackComponent.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Templates\CPackConfig.cmake.in;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Templates\CPackConfig.cmake.in;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H. -B. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeFiles\CMakeSystem.cmake;CMakeFiles\CMakeCCompiler.cmake;CMakeFiles\CMakeCXXCompiler.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeGenericSystem.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\Windows.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\WindowsPaths.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeCInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\Windows-cl.cmake;CMakeFiles\CMakeCPlatform.cmake;CMakeFiles\CMakeCXXPlatform.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\cl.cmake;CMakeFiles\CMakeRCCompiler.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeRCInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeCXXInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\Windows-cl.cmake;CMakeFiles\CMakeCPlatform.cmake;CMakeFiles\CMakeCXXPlatform.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\cl.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeCommonLanguageInclude.cmake;cmake\modules\VersionFromVCS.cmake;include\llvm\Config\Targets.def.in;cmake\modules\AddLLVMDefinitions.cmake;cmake\config-ix.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckIncludeFile.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckLibraryExists.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckSymbolExists.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckFunctionExists.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckCXXSourceCompiles.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\TestBigEndian.cmake;cmake\modules\CheckAtomic.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckCXXSourceCompiles.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckCXXCompilerFlag.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckCXXSourceCompiles.cmake;cmake\modules\GetTargetTriple.cmake;cmake\modules\HandleLLVMOptions.cmake;cmake\modules\AddLLVMDefinitions.cmake;cmake\modules\ChooseMSVCCRT.cmake;include\llvm\Config\config.h.cmake;include\llvm\Config\llvm-config.h.cmake;include\llvm\Support\DataTypes.h.cmake;cmake\modules\AddLLVM.cmake;cmake\modules\LLVMProcessSources.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\AddFileDependencies.cmake;cmake\modules\LLVM-Config.cmake;cmake\modules\TableGen.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\FindSubversion.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\FindPackageMessage.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeParseArguments.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CPack.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CPackComponent.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Templates\CPackConfig.cmake.in;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Templates\CPackConfig.cmake.in;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H. -B. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeFiles\CMakeSystem.cmake;CMakeFiles\CMakeCCompiler.cmake;CMakeFiles\CMakeCXXCompiler.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeGenericSystem.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\Windows.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\WindowsPaths.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeCInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\Windows-cl.cmake;CMakeFiles\CMakeCPlatform.cmake;CMakeFiles\CMakeCXXPlatform.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\cl.cmake;CMakeFiles\CMakeRCCompiler.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeRCInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeCXXInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\Windows-cl.cmake;CMakeFiles\CMakeCPlatform.cmake;CMakeFiles\CMakeCXXPlatform.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\cl.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeCommonLanguageInclude.cmake;cmake\modules\VersionFromVCS.cmake;include\llvm\Config\Targets.def.in;cmake\modules\AddLLVMDefinitions.cmake;cmake\config-ix.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckIncludeFile.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckLibraryExists.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckSymbolExists.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckFunctionExists.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckCXXSourceCompiles.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\TestBigEndian.cmake;cmake\modules\CheckAtomic.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckCXXSourceCompiles.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckCXXCompilerFlag.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckCXXSourceCompiles.cmake;cmake\modules\GetTargetTriple.cmake;cmake\modules\HandleLLVMOptions.cmake;cmake\modules\AddLLVMDefinitions.cmake;cmake\modules\ChooseMSVCCRT.cmake;include\llvm\Config\config.h.cmake;include\llvm\Config\llvm-config.h.cmake;include\llvm\Support\DataTypes.h.cmake;cmake\modules\AddLLVM.cmake;cmake\modules\LLVMProcessSources.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\AddFileDependencies.cmake;cmake\modules\LLVM-Config.cmake;cmake\modules\TableGen.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\FindSubversion.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\FindPackageMessage.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeParseArguments.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CPack.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CPackComponent.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Templates\CPackConfig.cmake.in;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Templates\CPackConfig.cmake.in;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H. -B. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeFiles\CMakeSystem.cmake;CMakeFiles\CMakeCCompiler.cmake;CMakeFiles\CMakeCXXCompiler.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeGenericSystem.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\Windows.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\WindowsPaths.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeCInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\Windows-cl.cmake;CMakeFiles\CMakeCPlatform.cmake;CMakeFiles\CMakeCXXPlatform.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\cl.cmake;CMakeFiles\CMakeRCCompiler.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeRCInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeCXXInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\Windows-cl.cmake;CMakeFiles\CMakeCPlatform.cmake;CMakeFiles\CMakeCXXPlatform.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\cl.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeCommonLanguageInclude.cmake;cmake\modules\VersionFromVCS.cmake;include\llvm\Config\Targets.def.in;cmake\modules\AddLLVMDefinitions.cmake;cmake\config-ix.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckIncludeFile.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckLibraryExists.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckSymbolExists.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckFunctionExists.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckCXXSourceCompiles.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\TestBigEndian.cmake;cmake\modules\CheckAtomic.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckCXXSourceCompiles.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckCXXCompilerFlag.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckCXXSourceCompiles.cmake;cmake\modules\GetTargetTriple.cmake;cmake\modules\HandleLLVMOptions.cmake;cmake\modules\AddLLVMDefinitions.cmake;cmake\modules\ChooseMSVCCRT.cmake;include\llvm\Config\config.h.cmake;include\llvm\Config\llvm-config.h.cmake;include\llvm\Support\DataTypes.h.cmake;cmake\modules\AddLLVM.cmake;cmake\modules\LLVMProcessSources.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\AddFileDependencies.cmake;cmake\modules\LLVM-Config.cmake;cmake\modules\TableGen.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\FindSubversion.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\FindPackageMessage.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeParseArguments.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CPack.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CPackComponent.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Templates\CPackConfig.cmake.in;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Templates\CPackConfig.cmake.in;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <None Include="CMakeFiles\ALL_BUILD" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="lib/Analysis/LLVMAnalysis.vcxproj">
- <Project>97EDF19C-6360-4770-9255-EBA2F1A13E9B</Project>
- </ProjectReference>
- <ProjectReference Include="lib/Archive/LLVMArchive.vcxproj">
- <Project>4573CC64-732D-42D2-BD41-68DE0754DA79</Project>
- </ProjectReference>
- <ProjectReference Include="lib/AsmParser/LLVMAsmParser.vcxproj">
- <Project>3DBE47D3-3326-45FE-BC48-59C399DC9A7D</Project>
- </ProjectReference>
- <ProjectReference Include="lib/CodeGen/AsmPrinter/LLVMAsmPrinter.vcxproj">
- <Project>CB52073C-DE5B-4EC6-9FB3-96C58DD3B9FF</Project>
- </ProjectReference>
- <ProjectReference Include="lib/Bitcode/Reader/LLVMBitReader.vcxproj">
- <Project>8E68747B-3518-46D2-8485-101DA14ECE0D</Project>
- </ProjectReference>
- <ProjectReference Include="lib/Bitcode/Writer/LLVMBitWriter.vcxproj">
- <Project>3725E2A9-287C-424B-B18C-E5A34D87E7AD</Project>
- </ProjectReference>
- <ProjectReference Include="lib/CodeGen/LLVMCodeGen.vcxproj">
- <Project>7BE5F26F-0525-42BB-AAED-56C5B4582B99</Project>
- </ProjectReference>
- <ProjectReference Include="lib/VMCore/LLVMCore.vcxproj">
- <Project>00F3295C-F7A0-43D3-BD0B-1BC0515B30E1</Project>
- </ProjectReference>
- <ProjectReference Include="lib/DebugInfo/LLVMDebugInfo.vcxproj">
- <Project>51EBA56C-B011-44E8-90FD-2050A8F6A176</Project>
- </ProjectReference>
- <ProjectReference Include="lib/ExecutionEngine/LLVMExecutionEngine.vcxproj">
- <Project>75362C64-1B52-4266-B079-22C8E00F53D5</Project>
- </ProjectReference>
- <ProjectReference Include="lib/Transforms/InstCombine/LLVMInstCombine.vcxproj">
- <Project>D35C7204-D4E0-4EE5-8B6D-BA1B589F5D36</Project>
- </ProjectReference>
- <ProjectReference Include="lib/Transforms/Instrumentation/LLVMInstrumentation.vcxproj">
- <Project>E7674720-3108-434D-B5B5-B4C9CFDAD42E</Project>
- </ProjectReference>
- <ProjectReference Include="lib/ExecutionEngine/Interpreter/LLVMInterpreter.vcxproj">
- <Project>244C8B07-FF31-4A23-B831-4E2A35576ABF</Project>
- </ProjectReference>
- <ProjectReference Include="lib/ExecutionEngine/JIT/LLVMJIT.vcxproj">
- <Project>F03005CF-B4DB-46D1-B673-E268C3B0C3F7</Project>
- </ProjectReference>
- <ProjectReference Include="lib/Linker/LLVMLinker.vcxproj">
- <Project>B261C8AD-73BD-43D7-BF59-50E2DEF0BDBC</Project>
- </ProjectReference>
- <ProjectReference Include="lib/MC/LLVMMC.vcxproj">
- <Project>8AB70E5D-2814-4682-AF9F-3062758BAEAB</Project>
- </ProjectReference>
- <ProjectReference Include="lib/MC/MCDisassembler/LLVMMCDisassembler.vcxproj">
- <Project>FE4FFAF6-2F8B-4A38-B376-032EAB0E82E5</Project>
- </ProjectReference>
- <ProjectReference Include="lib/ExecutionEngine/MCJIT/LLVMMCJIT.vcxproj">
- <Project>6A1A142E-6C0E-4FF3-BEDB-976301440906</Project>
- </ProjectReference>
- <ProjectReference Include="lib/MC/MCParser/LLVMMCParser.vcxproj">
- <Project>0557A55A-8920-464E-A8C0-BEFCFA17E0E1</Project>
- </ProjectReference>
- <ProjectReference Include="lib/Object/LLVMObject.vcxproj">
- <Project>C8B7D948-0C9C-44C0-81CE-B2B406AB3179</Project>
- </ProjectReference>
- <ProjectReference Include="lib/ExecutionEngine/RuntimeDyld/LLVMRuntimeDyld.vcxproj">
- <Project>D59E421E-2BB3-4171-8F88-9ABDC551565A</Project>
- </ProjectReference>
- <ProjectReference Include="lib/Transforms/Scalar/LLVMScalarOpts.vcxproj">
- <Project>A3C67D8F-E19A-46EF-91AB-C7840FE2B97C</Project>
- </ProjectReference>
- <ProjectReference Include="lib/CodeGen/SelectionDAG/LLVMSelectionDAG.vcxproj">
- <Project>CDC80E5C-954B-4BCB-8C81-58645F5103A5</Project>
- </ProjectReference>
- <ProjectReference Include="lib/Support/LLVMSupport.vcxproj">
- <Project>C688DD59-C6CB-4B33-B56F-A7D6F3761524</Project>
- </ProjectReference>
- <ProjectReference Include="lib/TableGen/LLVMTableGen.vcxproj">
- <Project>BD8EE868-0D68-4A92-B277-3C9EBDC5EC3C</Project>
- </ProjectReference>
- <ProjectReference Include="lib/Target/LLVMTarget.vcxproj">
- <Project>76F7B8C2-C825-40DC-BB68-9D987275E320</Project>
- </ProjectReference>
- <ProjectReference Include="lib/Transforms/Utils/LLVMTransformUtils.vcxproj">
- <Project>5C514254-58EE-4850-8743-F5D7BEAA3E66</Project>
- </ProjectReference>
- <ProjectReference Include="lib/Target/X86/AsmParser/LLVMX86AsmParser.vcxproj">
- <Project>A67C0D4F-0CE9-4276-951B-659F0A4E3A3D</Project>
- </ProjectReference>
- <ProjectReference Include="lib/Target/X86/InstPrinter/LLVMX86AsmPrinter.vcxproj">
- <Project>80FE41DF-5232-4FC1-8697-461026A708CF</Project>
- </ProjectReference>
- <ProjectReference Include="lib/Target/X86/LLVMX86CodeGen.vcxproj">
- <Project>F513CBEF-B281-4B76-9CB5-7D31CECC739A</Project>
- </ProjectReference>
- <ProjectReference Include="lib/Target/X86/MCTargetDesc/LLVMX86Desc.vcxproj">
- <Project>5C3DAD88-8163-499D-BB6C-6F44174F87B6</Project>
- </ProjectReference>
- <ProjectReference Include="lib/Target/X86/Disassembler/LLVMX86Disassembler.vcxproj">
- <Project>FEC0B9A7-A920-42A2-A2C3-DE768EF1DEA8</Project>
- </ProjectReference>
- <ProjectReference Include="lib/Target/X86/TargetInfo/LLVMX86Info.vcxproj">
- <Project>180DA636-1B92-4DD4-AF86-DB32BBF7BDAC</Project>
- </ProjectReference>
- <ProjectReference Include="lib/Target/X86/Utils/LLVMX86Utils.vcxproj">
- <Project>9DEAA5E7-D432-4770-B96D-221B56D74FCC</Project>
- </ProjectReference>
- <ProjectReference Include="lib/Analysis/IPA/LLVMipa.vcxproj">
- <Project>32FFFFE6-D5B8-43F6-8E23-362A0D0252A1</Project>
- </ProjectReference>
- <ProjectReference Include="lib/Transforms/IPO/LLVMipo.vcxproj">
- <Project>86CA752C-B6D8-4E70-B93B-5882F1766AD1</Project>
- </ProjectReference>
- <ProjectReference Include="include/llvm/intrinsics_gen.vcxproj">
- <Project>E9B87B46-1EB0-4D95-9049-41B148FBADCD</Project>
- </ProjectReference>
- <ProjectReference Include="utils/TableGen/llvm-tblgen.vcxproj">
- <Project>1F8587CB-0779-44BB-AFA4-03DD8A036D75</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/INSTALL.vcxproj b/src/LLVM/INSTALL.vcxproj
deleted file mode 100644
index 840196c..0000000
--- a/src/LLVM/INSTALL.vcxproj
+++ /dev/null
@@ -1,261 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{048BB775-7681-4EE1-AACF-5A067ACEEEA5}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>INSTALL</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\LLVM;include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\LLVM;include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\LLVM;include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\LLVM;include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\INSTALL_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\INSTALL_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H. -B. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeFiles\CMakeSystem.cmake;CMakeFiles\CMakeCCompiler.cmake;CMakeFiles\CMakeCXXCompiler.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeGenericSystem.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\Windows.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\WindowsPaths.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeCInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\Windows-cl.cmake;CMakeFiles\CMakeCPlatform.cmake;CMakeFiles\CMakeCXXPlatform.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\cl.cmake;CMakeFiles\CMakeRCCompiler.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeRCInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeCXXInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\Windows-cl.cmake;CMakeFiles\CMakeCPlatform.cmake;CMakeFiles\CMakeCXXPlatform.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\cl.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeCommonLanguageInclude.cmake;cmake\modules\VersionFromVCS.cmake;include\llvm\Config\Targets.def.in;cmake\modules\AddLLVMDefinitions.cmake;cmake\config-ix.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckIncludeFile.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckLibraryExists.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckSymbolExists.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckFunctionExists.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckCXXSourceCompiles.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\TestBigEndian.cmake;cmake\modules\CheckAtomic.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckCXXSourceCompiles.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckCXXCompilerFlag.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckCXXSourceCompiles.cmake;cmake\modules\GetTargetTriple.cmake;cmake\modules\HandleLLVMOptions.cmake;cmake\modules\AddLLVMDefinitions.cmake;cmake\modules\ChooseMSVCCRT.cmake;include\llvm\Config\config.h.cmake;include\llvm\Config\llvm-config.h.cmake;include\llvm\Support\DataTypes.h.cmake;cmake\modules\AddLLVM.cmake;cmake\modules\LLVMProcessSources.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\AddFileDependencies.cmake;cmake\modules\LLVM-Config.cmake;cmake\modules\TableGen.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\FindSubversion.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\FindPackageMessage.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeParseArguments.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CPack.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CPackComponent.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Templates\CPackConfig.cmake.in;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Templates\CPackConfig.cmake.in;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H. -B. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeFiles\CMakeSystem.cmake;CMakeFiles\CMakeCCompiler.cmake;CMakeFiles\CMakeCXXCompiler.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeGenericSystem.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\Windows.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\WindowsPaths.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeCInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\Windows-cl.cmake;CMakeFiles\CMakeCPlatform.cmake;CMakeFiles\CMakeCXXPlatform.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\cl.cmake;CMakeFiles\CMakeRCCompiler.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeRCInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeCXXInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\Windows-cl.cmake;CMakeFiles\CMakeCPlatform.cmake;CMakeFiles\CMakeCXXPlatform.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\cl.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeCommonLanguageInclude.cmake;cmake\modules\VersionFromVCS.cmake;include\llvm\Config\Targets.def.in;cmake\modules\AddLLVMDefinitions.cmake;cmake\config-ix.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckIncludeFile.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckLibraryExists.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckSymbolExists.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckFunctionExists.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckCXXSourceCompiles.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\TestBigEndian.cmake;cmake\modules\CheckAtomic.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckCXXSourceCompiles.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckCXXCompilerFlag.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckCXXSourceCompiles.cmake;cmake\modules\GetTargetTriple.cmake;cmake\modules\HandleLLVMOptions.cmake;cmake\modules\AddLLVMDefinitions.cmake;cmake\modules\ChooseMSVCCRT.cmake;include\llvm\Config\config.h.cmake;include\llvm\Config\llvm-config.h.cmake;include\llvm\Support\DataTypes.h.cmake;cmake\modules\AddLLVM.cmake;cmake\modules\LLVMProcessSources.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\AddFileDependencies.cmake;cmake\modules\LLVM-Config.cmake;cmake\modules\TableGen.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\FindSubversion.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\FindPackageMessage.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeParseArguments.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CPack.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CPackComponent.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Templates\CPackConfig.cmake.in;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Templates\CPackConfig.cmake.in;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H. -B. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeFiles\CMakeSystem.cmake;CMakeFiles\CMakeCCompiler.cmake;CMakeFiles\CMakeCXXCompiler.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeGenericSystem.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\Windows.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\WindowsPaths.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeCInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\Windows-cl.cmake;CMakeFiles\CMakeCPlatform.cmake;CMakeFiles\CMakeCXXPlatform.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\cl.cmake;CMakeFiles\CMakeRCCompiler.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeRCInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeCXXInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\Windows-cl.cmake;CMakeFiles\CMakeCPlatform.cmake;CMakeFiles\CMakeCXXPlatform.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\cl.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeCommonLanguageInclude.cmake;cmake\modules\VersionFromVCS.cmake;include\llvm\Config\Targets.def.in;cmake\modules\AddLLVMDefinitions.cmake;cmake\config-ix.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckIncludeFile.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckLibraryExists.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckSymbolExists.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckFunctionExists.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckCXXSourceCompiles.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\TestBigEndian.cmake;cmake\modules\CheckAtomic.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckCXXSourceCompiles.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckCXXCompilerFlag.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckCXXSourceCompiles.cmake;cmake\modules\GetTargetTriple.cmake;cmake\modules\HandleLLVMOptions.cmake;cmake\modules\AddLLVMDefinitions.cmake;cmake\modules\ChooseMSVCCRT.cmake;include\llvm\Config\config.h.cmake;include\llvm\Config\llvm-config.h.cmake;include\llvm\Support\DataTypes.h.cmake;cmake\modules\AddLLVM.cmake;cmake\modules\LLVMProcessSources.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\AddFileDependencies.cmake;cmake\modules\LLVM-Config.cmake;cmake\modules\TableGen.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\FindSubversion.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\FindPackageMessage.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeParseArguments.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CPack.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CPackComponent.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Templates\CPackConfig.cmake.in;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Templates\CPackConfig.cmake.in;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H. -B. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeFiles\CMakeSystem.cmake;CMakeFiles\CMakeCCompiler.cmake;CMakeFiles\CMakeCXXCompiler.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeGenericSystem.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\Windows.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\WindowsPaths.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeCInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\Windows-cl.cmake;CMakeFiles\CMakeCPlatform.cmake;CMakeFiles\CMakeCXXPlatform.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\cl.cmake;CMakeFiles\CMakeRCCompiler.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeRCInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeCXXInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\Windows-cl.cmake;CMakeFiles\CMakeCPlatform.cmake;CMakeFiles\CMakeCXXPlatform.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\cl.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeCommonLanguageInclude.cmake;cmake\modules\VersionFromVCS.cmake;include\llvm\Config\Targets.def.in;cmake\modules\AddLLVMDefinitions.cmake;cmake\config-ix.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckIncludeFile.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckLibraryExists.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckSymbolExists.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckFunctionExists.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckCXXSourceCompiles.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\TestBigEndian.cmake;cmake\modules\CheckAtomic.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckCXXSourceCompiles.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckCXXCompilerFlag.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckCXXSourceCompiles.cmake;cmake\modules\GetTargetTriple.cmake;cmake\modules\HandleLLVMOptions.cmake;cmake\modules\AddLLVMDefinitions.cmake;cmake\modules\ChooseMSVCCRT.cmake;include\llvm\Config\config.h.cmake;include\llvm\Config\llvm-config.h.cmake;include\llvm\Support\DataTypes.h.cmake;cmake\modules\AddLLVM.cmake;cmake\modules\LLVMProcessSources.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\AddFileDependencies.cmake;cmake\modules\LLVM-Config.cmake;cmake\modules\TableGen.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\FindSubversion.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\FindPackageMessage.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeParseArguments.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CPack.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CPackComponent.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Templates\CPackConfig.cmake.in;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Templates\CPackConfig.cmake.in;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/PACKAGE.vcxproj b/src/LLVM/PACKAGE.vcxproj
deleted file mode 100644
index 4b1ad52..0000000
--- a/src/LLVM/PACKAGE.vcxproj
+++ /dev/null
@@ -1,277 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{1B050569-3318-48D9-8BB0-4DE9EF58B202}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>PACKAGE</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\LLVM;include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\LLVM;include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\LLVM;include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\LLVM;include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\PACKAGE_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H. -B. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeFiles\CMakeSystem.cmake;CMakeFiles\CMakeCCompiler.cmake;CMakeFiles\CMakeCXXCompiler.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeGenericSystem.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\Windows.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\WindowsPaths.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeCInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\Windows-cl.cmake;CMakeFiles\CMakeCPlatform.cmake;CMakeFiles\CMakeCXXPlatform.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\cl.cmake;CMakeFiles\CMakeRCCompiler.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeRCInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeCXXInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\Windows-cl.cmake;CMakeFiles\CMakeCPlatform.cmake;CMakeFiles\CMakeCXXPlatform.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\cl.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeCommonLanguageInclude.cmake;cmake\modules\VersionFromVCS.cmake;include\llvm\Config\Targets.def.in;cmake\modules\AddLLVMDefinitions.cmake;cmake\config-ix.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckIncludeFile.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckLibraryExists.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckSymbolExists.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckFunctionExists.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckCXXSourceCompiles.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\TestBigEndian.cmake;cmake\modules\CheckAtomic.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckCXXSourceCompiles.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckCXXCompilerFlag.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckCXXSourceCompiles.cmake;cmake\modules\GetTargetTriple.cmake;cmake\modules\HandleLLVMOptions.cmake;cmake\modules\AddLLVMDefinitions.cmake;cmake\modules\ChooseMSVCCRT.cmake;include\llvm\Config\config.h.cmake;include\llvm\Config\llvm-config.h.cmake;include\llvm\Support\DataTypes.h.cmake;cmake\modules\AddLLVM.cmake;cmake\modules\LLVMProcessSources.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\AddFileDependencies.cmake;cmake\modules\LLVM-Config.cmake;cmake\modules\TableGen.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\FindSubversion.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\FindPackageMessage.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeParseArguments.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CPack.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CPackComponent.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Templates\CPackConfig.cmake.in;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Templates\CPackConfig.cmake.in;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H. -B. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeFiles\CMakeSystem.cmake;CMakeFiles\CMakeCCompiler.cmake;CMakeFiles\CMakeCXXCompiler.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeGenericSystem.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\Windows.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\WindowsPaths.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeCInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\Windows-cl.cmake;CMakeFiles\CMakeCPlatform.cmake;CMakeFiles\CMakeCXXPlatform.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\cl.cmake;CMakeFiles\CMakeRCCompiler.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeRCInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeCXXInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\Windows-cl.cmake;CMakeFiles\CMakeCPlatform.cmake;CMakeFiles\CMakeCXXPlatform.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\cl.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeCommonLanguageInclude.cmake;cmake\modules\VersionFromVCS.cmake;include\llvm\Config\Targets.def.in;cmake\modules\AddLLVMDefinitions.cmake;cmake\config-ix.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckIncludeFile.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckLibraryExists.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckSymbolExists.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckFunctionExists.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckCXXSourceCompiles.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\TestBigEndian.cmake;cmake\modules\CheckAtomic.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckCXXSourceCompiles.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckCXXCompilerFlag.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckCXXSourceCompiles.cmake;cmake\modules\GetTargetTriple.cmake;cmake\modules\HandleLLVMOptions.cmake;cmake\modules\AddLLVMDefinitions.cmake;cmake\modules\ChooseMSVCCRT.cmake;include\llvm\Config\config.h.cmake;include\llvm\Config\llvm-config.h.cmake;include\llvm\Support\DataTypes.h.cmake;cmake\modules\AddLLVM.cmake;cmake\modules\LLVMProcessSources.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\AddFileDependencies.cmake;cmake\modules\LLVM-Config.cmake;cmake\modules\TableGen.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\FindSubversion.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\FindPackageMessage.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeParseArguments.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CPack.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CPackComponent.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Templates\CPackConfig.cmake.in;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Templates\CPackConfig.cmake.in;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H. -B. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeFiles\CMakeSystem.cmake;CMakeFiles\CMakeCCompiler.cmake;CMakeFiles\CMakeCXXCompiler.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeGenericSystem.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\Windows.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\WindowsPaths.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeCInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\Windows-cl.cmake;CMakeFiles\CMakeCPlatform.cmake;CMakeFiles\CMakeCXXPlatform.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\cl.cmake;CMakeFiles\CMakeRCCompiler.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeRCInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeCXXInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\Windows-cl.cmake;CMakeFiles\CMakeCPlatform.cmake;CMakeFiles\CMakeCXXPlatform.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\cl.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeCommonLanguageInclude.cmake;cmake\modules\VersionFromVCS.cmake;include\llvm\Config\Targets.def.in;cmake\modules\AddLLVMDefinitions.cmake;cmake\config-ix.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckIncludeFile.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckLibraryExists.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckSymbolExists.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckFunctionExists.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckCXXSourceCompiles.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\TestBigEndian.cmake;cmake\modules\CheckAtomic.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckCXXSourceCompiles.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckCXXCompilerFlag.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckCXXSourceCompiles.cmake;cmake\modules\GetTargetTriple.cmake;cmake\modules\HandleLLVMOptions.cmake;cmake\modules\AddLLVMDefinitions.cmake;cmake\modules\ChooseMSVCCRT.cmake;include\llvm\Config\config.h.cmake;include\llvm\Config\llvm-config.h.cmake;include\llvm\Support\DataTypes.h.cmake;cmake\modules\AddLLVM.cmake;cmake\modules\LLVMProcessSources.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\AddFileDependencies.cmake;cmake\modules\LLVM-Config.cmake;cmake\modules\TableGen.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\FindSubversion.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\FindPackageMessage.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeParseArguments.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CPack.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CPackComponent.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Templates\CPackConfig.cmake.in;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Templates\CPackConfig.cmake.in;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H. -B. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeFiles\CMakeSystem.cmake;CMakeFiles\CMakeCCompiler.cmake;CMakeFiles\CMakeCXXCompiler.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeGenericSystem.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\Windows.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\WindowsPaths.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeCInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\Windows-cl.cmake;CMakeFiles\CMakeCPlatform.cmake;CMakeFiles\CMakeCXXPlatform.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\cl.cmake;CMakeFiles\CMakeRCCompiler.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeRCInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeCXXInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\Windows-cl.cmake;CMakeFiles\CMakeCPlatform.cmake;CMakeFiles\CMakeCXXPlatform.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\cl.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeCommonLanguageInclude.cmake;cmake\modules\VersionFromVCS.cmake;include\llvm\Config\Targets.def.in;cmake\modules\AddLLVMDefinitions.cmake;cmake\config-ix.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckIncludeFile.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckLibraryExists.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckSymbolExists.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckFunctionExists.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckCXXSourceCompiles.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\TestBigEndian.cmake;cmake\modules\CheckAtomic.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckCXXSourceCompiles.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckCXXCompilerFlag.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckCXXSourceCompiles.cmake;cmake\modules\GetTargetTriple.cmake;cmake\modules\HandleLLVMOptions.cmake;cmake\modules\AddLLVMDefinitions.cmake;cmake\modules\ChooseMSVCCRT.cmake;include\llvm\Config\config.h.cmake;include\llvm\Config\llvm-config.h.cmake;include\llvm\Support\DataTypes.h.cmake;cmake\modules\AddLLVM.cmake;cmake\modules\LLVMProcessSources.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\AddFileDependencies.cmake;cmake\modules\LLVM-Config.cmake;cmake\modules\TableGen.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\FindSubversion.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\FindPackageMessage.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeParseArguments.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CPack.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CPackComponent.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Templates\CPackConfig.cmake.in;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Templates\CPackConfig.cmake.in;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/ZERO_CHECK.vcxproj b/src/LLVM/ZERO_CHECK.vcxproj
deleted file mode 100644
index 33cfa31..0000000
--- a/src/LLVM/ZERO_CHECK.vcxproj
+++ /dev/null
@@ -1,205 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{3DDFCC7B-D9E2-461C-A65A-FAB6CFDB64BC}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>ZERO_CHECK</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType>Utility</ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType>Utility</ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType>Utility</ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType>Utility</ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\LLVM;include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\LLVM;include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\LLVM;include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\LLVM;include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\ZERO_CHECK.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"></Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/ZERO_CHECK.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\ZERO_CHECK</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"></Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/ZERO_CHECK.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\ZERO_CHECK</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"></Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/ZERO_CHECK.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\ZERO_CHECK</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"></Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/ZERO_CHECK.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\ZERO_CHECK</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\generate.stamp.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Checking Build System</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H. -B. --check-stamp-list CMakeFiles/generate.stamp.list --vs-solution-file "$(SolutionPath)"
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/generate.stamp.rule;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\AddFileDependencies.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeCInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeCXXInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeGenericSystem.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeParseArguments.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeRCInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CPack.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CPackComponent.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckCXXCompilerFlag.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckCXXSourceCompiles.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckFunctionExists.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckIncludeFile.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckLibraryExists.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckSymbolExists.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\FindPackageMessage.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\FindSubversion.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\Windows-cl.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\Windows.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\WindowsPaths.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\cl.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\TestBigEndian.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Templates\CPackConfig.cmake.in;CMakeFiles\CMakeCCompiler.cmake;CMakeFiles\CMakeCPlatform.cmake;CMakeFiles\CMakeCXXCompiler.cmake;CMakeFiles\CMakeCXXPlatform.cmake;CMakeFiles\CMakeRCCompiler.cmake;CMakeFiles\CMakeSystem.cmake;CMakeLists.txt;cmake\config-ix.cmake;cmake\modules\AddLLVM.cmake;cmake\modules\AddLLVMDefinitions.cmake;cmake\modules\CMakeLists.txt;cmake\modules\CheckAtomic.cmake;cmake\modules\ChooseMSVCCRT.cmake;cmake\modules\GetTargetTriple.cmake;cmake\modules\HandleLLVMOptions.cmake;cmake\modules\LLVM-Config.cmake;cmake\modules\LLVMConfig.cmake.in;cmake\modules\LLVMConfigVersion.cmake.in;cmake\modules\LLVMProcessSources.cmake;cmake\modules\TableGen.cmake;cmake\modules\VersionFromVCS.cmake;include\llvm\CMakeLists.txt;include\llvm\Config\AsmParsers.def.in;include\llvm\Config\AsmPrinters.def.in;include\llvm\Config\Disassemblers.def.in;include\llvm\Config\Targets.def.in;include\llvm\Config\config.h.cmake;include\llvm\Config\llvm-config.h.cmake;include\llvm\Support\DataTypes.h.cmake;lib\Analysis\CMakeLists.txt;lib\Analysis\IPA\CMakeLists.txt;lib\Archive\CMakeLists.txt;lib\AsmParser\CMakeLists.txt;lib\Bitcode\CMakeLists.txt;lib\Bitcode\Reader\CMakeLists.txt;lib\Bitcode\Writer\CMakeLists.txt;lib\CMakeLists.txt;lib\CodeGen\AsmPrinter\CMakeLists.txt;lib\CodeGen\CMakeLists.txt;lib\CodeGen\SelectionDAG\CMakeLists.txt;lib\DebugInfo\CMakeLists.txt;lib\ExecutionEngine\CMakeLists.txt;lib\ExecutionEngine\Interpreter\CMakeLists.txt;lib\ExecutionEngine\JIT\CMakeLists.txt;lib\ExecutionEngine\MCJIT\CMakeLists.txt;lib\ExecutionEngine\RuntimeDyld\CMakeLists.txt;lib\Linker\CMakeLists.txt;lib\MC\CMakeLists.txt;lib\MC\MCDisassembler\CMakeLists.txt;lib\MC\MCParser\CMakeLists.txt;lib\Object\CMakeLists.txt;lib\Support\CMakeLists.txt;lib\TableGen\CMakeLists.txt;lib\Target\CMakeLists.txt;lib\Target\X86\AsmParser\CMakeLists.txt;lib\Target\X86\CMakeLists.txt;lib\Target\X86\Disassembler\CMakeLists.txt;lib\Target\X86\InstPrinter\CMakeLists.txt;lib\Target\X86\MCTargetDesc\CMakeLists.txt;lib\Target\X86\TargetInfo\CMakeLists.txt;lib\Target\X86\Utils\CMakeLists.txt;lib\Transforms\CMakeLists.txt;lib\Transforms\Hello\CMakeLists.txt;lib\Transforms\IPO\CMakeLists.txt;lib\Transforms\InstCombine\CMakeLists.txt;lib\Transforms\Instrumentation\CMakeLists.txt;lib\Transforms\Scalar\CMakeLists.txt;lib\Transforms\Utils\CMakeLists.txt;lib\VMCore\CMakeLists.txt;projects\CMakeLists.txt;utils\FileCheck\CMakeLists.txt;utils\FileUpdate\CMakeLists.txt;utils\TableGen\CMakeLists.txt;utils\count\CMakeLists.txt;utils\llvm-lit\CMakeLists.txt;utils\llvm-lit\llvm-lit.in;utils\not\CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp;lib\Support\CMakeFiles\generate.stamp;lib\TableGen\CMakeFiles\generate.stamp;utils\TableGen\CMakeFiles\generate.stamp;include\llvm\CMakeFiles\generate.stamp;lib\CMakeFiles\generate.stamp;lib\VMCore\CMakeFiles\generate.stamp;lib\CodeGen\CMakeFiles\generate.stamp;lib\CodeGen\SelectionDAG\CMakeFiles\generate.stamp;lib\CodeGen\AsmPrinter\CMakeFiles\generate.stamp;lib\Bitcode\CMakeFiles\generate.stamp;lib\Bitcode\Reader\CMakeFiles\generate.stamp;lib\Bitcode\Writer\CMakeFiles\generate.stamp;lib\Transforms\CMakeFiles\generate.stamp;lib\Transforms\Utils\CMakeFiles\generate.stamp;lib\Transforms\Instrumentation\CMakeFiles\generate.stamp;lib\Transforms\InstCombine\CMakeFiles\generate.stamp;lib\Transforms\Scalar\CMakeFiles\generate.stamp;lib\Transforms\IPO\CMakeFiles\generate.stamp;lib\Transforms\Hello\CMakeFiles\generate.stamp;lib\Linker\CMakeFiles\generate.stamp;lib\Analysis\CMakeFiles\generate.stamp;lib\Analysis\IPA\CMakeFiles\generate.stamp;lib\MC\CMakeFiles\generate.stamp;lib\MC\MCParser\CMakeFiles\generate.stamp;lib\MC\MCDisassembler\CMakeFiles\generate.stamp;lib\Object\CMakeFiles\generate.stamp;lib\DebugInfo\CMakeFiles\generate.stamp;lib\ExecutionEngine\CMakeFiles\generate.stamp;lib\ExecutionEngine\Interpreter\CMakeFiles\generate.stamp;lib\ExecutionEngine\JIT\CMakeFiles\generate.stamp;lib\ExecutionEngine\MCJIT\CMakeFiles\generate.stamp;lib\ExecutionEngine\RuntimeDyld\CMakeFiles\generate.stamp;lib\Target\CMakeFiles\generate.stamp;lib\Target\X86\CMakeFiles\generate.stamp;lib\Target\X86\AsmParser\CMakeFiles\generate.stamp;lib\Target\X86\Disassembler\CMakeFiles\generate.stamp;lib\Target\X86\InstPrinter\CMakeFiles\generate.stamp;lib\Target\X86\MCTargetDesc\CMakeFiles\generate.stamp;lib\Target\X86\TargetInfo\CMakeFiles\generate.stamp;lib\Target\X86\Utils\CMakeFiles\generate.stamp;lib\AsmParser\CMakeFiles\generate.stamp;lib\Archive\CMakeFiles\generate.stamp;utils\FileCheck\CMakeFiles\generate.stamp;utils\FileUpdate\CMakeFiles\generate.stamp;utils\count\CMakeFiles\generate.stamp;utils\not\CMakeFiles\generate.stamp;utils\llvm-lit\CMakeFiles\generate.stamp;projects\CMakeFiles\generate.stamp;cmake\modules\CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Checking Build System</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H. -B. --check-stamp-list CMakeFiles/generate.stamp.list --vs-solution-file "$(SolutionPath)"
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/generate.stamp.rule;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\AddFileDependencies.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeCInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeCXXInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeGenericSystem.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeParseArguments.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeRCInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CPack.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CPackComponent.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckCXXCompilerFlag.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckCXXSourceCompiles.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckFunctionExists.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckIncludeFile.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckLibraryExists.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckSymbolExists.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\FindPackageMessage.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\FindSubversion.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\Windows-cl.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\Windows.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\WindowsPaths.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\cl.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\TestBigEndian.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Templates\CPackConfig.cmake.in;CMakeFiles\CMakeCCompiler.cmake;CMakeFiles\CMakeCPlatform.cmake;CMakeFiles\CMakeCXXCompiler.cmake;CMakeFiles\CMakeCXXPlatform.cmake;CMakeFiles\CMakeRCCompiler.cmake;CMakeFiles\CMakeSystem.cmake;CMakeLists.txt;cmake\config-ix.cmake;cmake\modules\AddLLVM.cmake;cmake\modules\AddLLVMDefinitions.cmake;cmake\modules\CMakeLists.txt;cmake\modules\CheckAtomic.cmake;cmake\modules\ChooseMSVCCRT.cmake;cmake\modules\GetTargetTriple.cmake;cmake\modules\HandleLLVMOptions.cmake;cmake\modules\LLVM-Config.cmake;cmake\modules\LLVMConfig.cmake.in;cmake\modules\LLVMConfigVersion.cmake.in;cmake\modules\LLVMProcessSources.cmake;cmake\modules\TableGen.cmake;cmake\modules\VersionFromVCS.cmake;include\llvm\CMakeLists.txt;include\llvm\Config\AsmParsers.def.in;include\llvm\Config\AsmPrinters.def.in;include\llvm\Config\Disassemblers.def.in;include\llvm\Config\Targets.def.in;include\llvm\Config\config.h.cmake;include\llvm\Config\llvm-config.h.cmake;include\llvm\Support\DataTypes.h.cmake;lib\Analysis\CMakeLists.txt;lib\Analysis\IPA\CMakeLists.txt;lib\Archive\CMakeLists.txt;lib\AsmParser\CMakeLists.txt;lib\Bitcode\CMakeLists.txt;lib\Bitcode\Reader\CMakeLists.txt;lib\Bitcode\Writer\CMakeLists.txt;lib\CMakeLists.txt;lib\CodeGen\AsmPrinter\CMakeLists.txt;lib\CodeGen\CMakeLists.txt;lib\CodeGen\SelectionDAG\CMakeLists.txt;lib\DebugInfo\CMakeLists.txt;lib\ExecutionEngine\CMakeLists.txt;lib\ExecutionEngine\Interpreter\CMakeLists.txt;lib\ExecutionEngine\JIT\CMakeLists.txt;lib\ExecutionEngine\MCJIT\CMakeLists.txt;lib\ExecutionEngine\RuntimeDyld\CMakeLists.txt;lib\Linker\CMakeLists.txt;lib\MC\CMakeLists.txt;lib\MC\MCDisassembler\CMakeLists.txt;lib\MC\MCParser\CMakeLists.txt;lib\Object\CMakeLists.txt;lib\Support\CMakeLists.txt;lib\TableGen\CMakeLists.txt;lib\Target\CMakeLists.txt;lib\Target\X86\AsmParser\CMakeLists.txt;lib\Target\X86\CMakeLists.txt;lib\Target\X86\Disassembler\CMakeLists.txt;lib\Target\X86\InstPrinter\CMakeLists.txt;lib\Target\X86\MCTargetDesc\CMakeLists.txt;lib\Target\X86\TargetInfo\CMakeLists.txt;lib\Target\X86\Utils\CMakeLists.txt;lib\Transforms\CMakeLists.txt;lib\Transforms\Hello\CMakeLists.txt;lib\Transforms\IPO\CMakeLists.txt;lib\Transforms\InstCombine\CMakeLists.txt;lib\Transforms\Instrumentation\CMakeLists.txt;lib\Transforms\Scalar\CMakeLists.txt;lib\Transforms\Utils\CMakeLists.txt;lib\VMCore\CMakeLists.txt;projects\CMakeLists.txt;utils\FileCheck\CMakeLists.txt;utils\FileUpdate\CMakeLists.txt;utils\TableGen\CMakeLists.txt;utils\count\CMakeLists.txt;utils\llvm-lit\CMakeLists.txt;utils\llvm-lit\llvm-lit.in;utils\not\CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp;lib\Support\CMakeFiles\generate.stamp;lib\TableGen\CMakeFiles\generate.stamp;utils\TableGen\CMakeFiles\generate.stamp;include\llvm\CMakeFiles\generate.stamp;lib\CMakeFiles\generate.stamp;lib\VMCore\CMakeFiles\generate.stamp;lib\CodeGen\CMakeFiles\generate.stamp;lib\CodeGen\SelectionDAG\CMakeFiles\generate.stamp;lib\CodeGen\AsmPrinter\CMakeFiles\generate.stamp;lib\Bitcode\CMakeFiles\generate.stamp;lib\Bitcode\Reader\CMakeFiles\generate.stamp;lib\Bitcode\Writer\CMakeFiles\generate.stamp;lib\Transforms\CMakeFiles\generate.stamp;lib\Transforms\Utils\CMakeFiles\generate.stamp;lib\Transforms\Instrumentation\CMakeFiles\generate.stamp;lib\Transforms\InstCombine\CMakeFiles\generate.stamp;lib\Transforms\Scalar\CMakeFiles\generate.stamp;lib\Transforms\IPO\CMakeFiles\generate.stamp;lib\Transforms\Hello\CMakeFiles\generate.stamp;lib\Linker\CMakeFiles\generate.stamp;lib\Analysis\CMakeFiles\generate.stamp;lib\Analysis\IPA\CMakeFiles\generate.stamp;lib\MC\CMakeFiles\generate.stamp;lib\MC\MCParser\CMakeFiles\generate.stamp;lib\MC\MCDisassembler\CMakeFiles\generate.stamp;lib\Object\CMakeFiles\generate.stamp;lib\DebugInfo\CMakeFiles\generate.stamp;lib\ExecutionEngine\CMakeFiles\generate.stamp;lib\ExecutionEngine\Interpreter\CMakeFiles\generate.stamp;lib\ExecutionEngine\JIT\CMakeFiles\generate.stamp;lib\ExecutionEngine\MCJIT\CMakeFiles\generate.stamp;lib\ExecutionEngine\RuntimeDyld\CMakeFiles\generate.stamp;lib\Target\CMakeFiles\generate.stamp;lib\Target\X86\CMakeFiles\generate.stamp;lib\Target\X86\AsmParser\CMakeFiles\generate.stamp;lib\Target\X86\Disassembler\CMakeFiles\generate.stamp;lib\Target\X86\InstPrinter\CMakeFiles\generate.stamp;lib\Target\X86\MCTargetDesc\CMakeFiles\generate.stamp;lib\Target\X86\TargetInfo\CMakeFiles\generate.stamp;lib\Target\X86\Utils\CMakeFiles\generate.stamp;lib\AsmParser\CMakeFiles\generate.stamp;lib\Archive\CMakeFiles\generate.stamp;utils\FileCheck\CMakeFiles\generate.stamp;utils\FileUpdate\CMakeFiles\generate.stamp;utils\count\CMakeFiles\generate.stamp;utils\not\CMakeFiles\generate.stamp;utils\llvm-lit\CMakeFiles\generate.stamp;projects\CMakeFiles\generate.stamp;cmake\modules\CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Checking Build System</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H. -B. --check-stamp-list CMakeFiles/generate.stamp.list --vs-solution-file "$(SolutionPath)"
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/generate.stamp.rule;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\AddFileDependencies.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeCInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeCXXInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeGenericSystem.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeParseArguments.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeRCInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CPack.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CPackComponent.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckCXXCompilerFlag.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckCXXSourceCompiles.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckFunctionExists.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckIncludeFile.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckLibraryExists.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckSymbolExists.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\FindPackageMessage.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\FindSubversion.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\Windows-cl.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\Windows.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\WindowsPaths.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\cl.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\TestBigEndian.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Templates\CPackConfig.cmake.in;CMakeFiles\CMakeCCompiler.cmake;CMakeFiles\CMakeCPlatform.cmake;CMakeFiles\CMakeCXXCompiler.cmake;CMakeFiles\CMakeCXXPlatform.cmake;CMakeFiles\CMakeRCCompiler.cmake;CMakeFiles\CMakeSystem.cmake;CMakeLists.txt;cmake\config-ix.cmake;cmake\modules\AddLLVM.cmake;cmake\modules\AddLLVMDefinitions.cmake;cmake\modules\CMakeLists.txt;cmake\modules\CheckAtomic.cmake;cmake\modules\ChooseMSVCCRT.cmake;cmake\modules\GetTargetTriple.cmake;cmake\modules\HandleLLVMOptions.cmake;cmake\modules\LLVM-Config.cmake;cmake\modules\LLVMConfig.cmake.in;cmake\modules\LLVMConfigVersion.cmake.in;cmake\modules\LLVMProcessSources.cmake;cmake\modules\TableGen.cmake;cmake\modules\VersionFromVCS.cmake;include\llvm\CMakeLists.txt;include\llvm\Config\AsmParsers.def.in;include\llvm\Config\AsmPrinters.def.in;include\llvm\Config\Disassemblers.def.in;include\llvm\Config\Targets.def.in;include\llvm\Config\config.h.cmake;include\llvm\Config\llvm-config.h.cmake;include\llvm\Support\DataTypes.h.cmake;lib\Analysis\CMakeLists.txt;lib\Analysis\IPA\CMakeLists.txt;lib\Archive\CMakeLists.txt;lib\AsmParser\CMakeLists.txt;lib\Bitcode\CMakeLists.txt;lib\Bitcode\Reader\CMakeLists.txt;lib\Bitcode\Writer\CMakeLists.txt;lib\CMakeLists.txt;lib\CodeGen\AsmPrinter\CMakeLists.txt;lib\CodeGen\CMakeLists.txt;lib\CodeGen\SelectionDAG\CMakeLists.txt;lib\DebugInfo\CMakeLists.txt;lib\ExecutionEngine\CMakeLists.txt;lib\ExecutionEngine\Interpreter\CMakeLists.txt;lib\ExecutionEngine\JIT\CMakeLists.txt;lib\ExecutionEngine\MCJIT\CMakeLists.txt;lib\ExecutionEngine\RuntimeDyld\CMakeLists.txt;lib\Linker\CMakeLists.txt;lib\MC\CMakeLists.txt;lib\MC\MCDisassembler\CMakeLists.txt;lib\MC\MCParser\CMakeLists.txt;lib\Object\CMakeLists.txt;lib\Support\CMakeLists.txt;lib\TableGen\CMakeLists.txt;lib\Target\CMakeLists.txt;lib\Target\X86\AsmParser\CMakeLists.txt;lib\Target\X86\CMakeLists.txt;lib\Target\X86\Disassembler\CMakeLists.txt;lib\Target\X86\InstPrinter\CMakeLists.txt;lib\Target\X86\MCTargetDesc\CMakeLists.txt;lib\Target\X86\TargetInfo\CMakeLists.txt;lib\Target\X86\Utils\CMakeLists.txt;lib\Transforms\CMakeLists.txt;lib\Transforms\Hello\CMakeLists.txt;lib\Transforms\IPO\CMakeLists.txt;lib\Transforms\InstCombine\CMakeLists.txt;lib\Transforms\Instrumentation\CMakeLists.txt;lib\Transforms\Scalar\CMakeLists.txt;lib\Transforms\Utils\CMakeLists.txt;lib\VMCore\CMakeLists.txt;projects\CMakeLists.txt;utils\FileCheck\CMakeLists.txt;utils\FileUpdate\CMakeLists.txt;utils\TableGen\CMakeLists.txt;utils\count\CMakeLists.txt;utils\llvm-lit\CMakeLists.txt;utils\llvm-lit\llvm-lit.in;utils\not\CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp;lib\Support\CMakeFiles\generate.stamp;lib\TableGen\CMakeFiles\generate.stamp;utils\TableGen\CMakeFiles\generate.stamp;include\llvm\CMakeFiles\generate.stamp;lib\CMakeFiles\generate.stamp;lib\VMCore\CMakeFiles\generate.stamp;lib\CodeGen\CMakeFiles\generate.stamp;lib\CodeGen\SelectionDAG\CMakeFiles\generate.stamp;lib\CodeGen\AsmPrinter\CMakeFiles\generate.stamp;lib\Bitcode\CMakeFiles\generate.stamp;lib\Bitcode\Reader\CMakeFiles\generate.stamp;lib\Bitcode\Writer\CMakeFiles\generate.stamp;lib\Transforms\CMakeFiles\generate.stamp;lib\Transforms\Utils\CMakeFiles\generate.stamp;lib\Transforms\Instrumentation\CMakeFiles\generate.stamp;lib\Transforms\InstCombine\CMakeFiles\generate.stamp;lib\Transforms\Scalar\CMakeFiles\generate.stamp;lib\Transforms\IPO\CMakeFiles\generate.stamp;lib\Transforms\Hello\CMakeFiles\generate.stamp;lib\Linker\CMakeFiles\generate.stamp;lib\Analysis\CMakeFiles\generate.stamp;lib\Analysis\IPA\CMakeFiles\generate.stamp;lib\MC\CMakeFiles\generate.stamp;lib\MC\MCParser\CMakeFiles\generate.stamp;lib\MC\MCDisassembler\CMakeFiles\generate.stamp;lib\Object\CMakeFiles\generate.stamp;lib\DebugInfo\CMakeFiles\generate.stamp;lib\ExecutionEngine\CMakeFiles\generate.stamp;lib\ExecutionEngine\Interpreter\CMakeFiles\generate.stamp;lib\ExecutionEngine\JIT\CMakeFiles\generate.stamp;lib\ExecutionEngine\MCJIT\CMakeFiles\generate.stamp;lib\ExecutionEngine\RuntimeDyld\CMakeFiles\generate.stamp;lib\Target\CMakeFiles\generate.stamp;lib\Target\X86\CMakeFiles\generate.stamp;lib\Target\X86\AsmParser\CMakeFiles\generate.stamp;lib\Target\X86\Disassembler\CMakeFiles\generate.stamp;lib\Target\X86\InstPrinter\CMakeFiles\generate.stamp;lib\Target\X86\MCTargetDesc\CMakeFiles\generate.stamp;lib\Target\X86\TargetInfo\CMakeFiles\generate.stamp;lib\Target\X86\Utils\CMakeFiles\generate.stamp;lib\AsmParser\CMakeFiles\generate.stamp;lib\Archive\CMakeFiles\generate.stamp;utils\FileCheck\CMakeFiles\generate.stamp;utils\FileUpdate\CMakeFiles\generate.stamp;utils\count\CMakeFiles\generate.stamp;utils\not\CMakeFiles\generate.stamp;utils\llvm-lit\CMakeFiles\generate.stamp;projects\CMakeFiles\generate.stamp;cmake\modules\CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Checking Build System</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H. -B. --check-stamp-list CMakeFiles/generate.stamp.list --vs-solution-file "$(SolutionPath)"
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/generate.stamp.rule;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\AddFileDependencies.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeCInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeCXXInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeGenericSystem.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeParseArguments.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeRCInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CPack.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CPackComponent.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckCXXCompilerFlag.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckCXXSourceCompiles.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckFunctionExists.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckIncludeFile.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckLibraryExists.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\CheckSymbolExists.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\FindPackageMessage.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\FindSubversion.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\Windows-cl.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\Windows.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\WindowsPaths.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\Platform\cl.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Modules\TestBigEndian.cmake;C:\Program Files (x86)\CMake 2.8\share\cmake-2.8\Templates\CPackConfig.cmake.in;CMakeFiles\CMakeCCompiler.cmake;CMakeFiles\CMakeCPlatform.cmake;CMakeFiles\CMakeCXXCompiler.cmake;CMakeFiles\CMakeCXXPlatform.cmake;CMakeFiles\CMakeRCCompiler.cmake;CMakeFiles\CMakeSystem.cmake;CMakeLists.txt;cmake\config-ix.cmake;cmake\modules\AddLLVM.cmake;cmake\modules\AddLLVMDefinitions.cmake;cmake\modules\CMakeLists.txt;cmake\modules\CheckAtomic.cmake;cmake\modules\ChooseMSVCCRT.cmake;cmake\modules\GetTargetTriple.cmake;cmake\modules\HandleLLVMOptions.cmake;cmake\modules\LLVM-Config.cmake;cmake\modules\LLVMConfig.cmake.in;cmake\modules\LLVMConfigVersion.cmake.in;cmake\modules\LLVMProcessSources.cmake;cmake\modules\TableGen.cmake;cmake\modules\VersionFromVCS.cmake;include\llvm\CMakeLists.txt;include\llvm\Config\AsmParsers.def.in;include\llvm\Config\AsmPrinters.def.in;include\llvm\Config\Disassemblers.def.in;include\llvm\Config\Targets.def.in;include\llvm\Config\config.h.cmake;include\llvm\Config\llvm-config.h.cmake;include\llvm\Support\DataTypes.h.cmake;lib\Analysis\CMakeLists.txt;lib\Analysis\IPA\CMakeLists.txt;lib\Archive\CMakeLists.txt;lib\AsmParser\CMakeLists.txt;lib\Bitcode\CMakeLists.txt;lib\Bitcode\Reader\CMakeLists.txt;lib\Bitcode\Writer\CMakeLists.txt;lib\CMakeLists.txt;lib\CodeGen\AsmPrinter\CMakeLists.txt;lib\CodeGen\CMakeLists.txt;lib\CodeGen\SelectionDAG\CMakeLists.txt;lib\DebugInfo\CMakeLists.txt;lib\ExecutionEngine\CMakeLists.txt;lib\ExecutionEngine\Interpreter\CMakeLists.txt;lib\ExecutionEngine\JIT\CMakeLists.txt;lib\ExecutionEngine\MCJIT\CMakeLists.txt;lib\ExecutionEngine\RuntimeDyld\CMakeLists.txt;lib\Linker\CMakeLists.txt;lib\MC\CMakeLists.txt;lib\MC\MCDisassembler\CMakeLists.txt;lib\MC\MCParser\CMakeLists.txt;lib\Object\CMakeLists.txt;lib\Support\CMakeLists.txt;lib\TableGen\CMakeLists.txt;lib\Target\CMakeLists.txt;lib\Target\X86\AsmParser\CMakeLists.txt;lib\Target\X86\CMakeLists.txt;lib\Target\X86\Disassembler\CMakeLists.txt;lib\Target\X86\InstPrinter\CMakeLists.txt;lib\Target\X86\MCTargetDesc\CMakeLists.txt;lib\Target\X86\TargetInfo\CMakeLists.txt;lib\Target\X86\Utils\CMakeLists.txt;lib\Transforms\CMakeLists.txt;lib\Transforms\Hello\CMakeLists.txt;lib\Transforms\IPO\CMakeLists.txt;lib\Transforms\InstCombine\CMakeLists.txt;lib\Transforms\Instrumentation\CMakeLists.txt;lib\Transforms\Scalar\CMakeLists.txt;lib\Transforms\Utils\CMakeLists.txt;lib\VMCore\CMakeLists.txt;projects\CMakeLists.txt;utils\FileCheck\CMakeLists.txt;utils\FileUpdate\CMakeLists.txt;utils\TableGen\CMakeLists.txt;utils\count\CMakeLists.txt;utils\llvm-lit\CMakeLists.txt;utils\llvm-lit\llvm-lit.in;utils\not\CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp;lib\Support\CMakeFiles\generate.stamp;lib\TableGen\CMakeFiles\generate.stamp;utils\TableGen\CMakeFiles\generate.stamp;include\llvm\CMakeFiles\generate.stamp;lib\CMakeFiles\generate.stamp;lib\VMCore\CMakeFiles\generate.stamp;lib\CodeGen\CMakeFiles\generate.stamp;lib\CodeGen\SelectionDAG\CMakeFiles\generate.stamp;lib\CodeGen\AsmPrinter\CMakeFiles\generate.stamp;lib\Bitcode\CMakeFiles\generate.stamp;lib\Bitcode\Reader\CMakeFiles\generate.stamp;lib\Bitcode\Writer\CMakeFiles\generate.stamp;lib\Transforms\CMakeFiles\generate.stamp;lib\Transforms\Utils\CMakeFiles\generate.stamp;lib\Transforms\Instrumentation\CMakeFiles\generate.stamp;lib\Transforms\InstCombine\CMakeFiles\generate.stamp;lib\Transforms\Scalar\CMakeFiles\generate.stamp;lib\Transforms\IPO\CMakeFiles\generate.stamp;lib\Transforms\Hello\CMakeFiles\generate.stamp;lib\Linker\CMakeFiles\generate.stamp;lib\Analysis\CMakeFiles\generate.stamp;lib\Analysis\IPA\CMakeFiles\generate.stamp;lib\MC\CMakeFiles\generate.stamp;lib\MC\MCParser\CMakeFiles\generate.stamp;lib\MC\MCDisassembler\CMakeFiles\generate.stamp;lib\Object\CMakeFiles\generate.stamp;lib\DebugInfo\CMakeFiles\generate.stamp;lib\ExecutionEngine\CMakeFiles\generate.stamp;lib\ExecutionEngine\Interpreter\CMakeFiles\generate.stamp;lib\ExecutionEngine\JIT\CMakeFiles\generate.stamp;lib\ExecutionEngine\MCJIT\CMakeFiles\generate.stamp;lib\ExecutionEngine\RuntimeDyld\CMakeFiles\generate.stamp;lib\Target\CMakeFiles\generate.stamp;lib\Target\X86\CMakeFiles\generate.stamp;lib\Target\X86\AsmParser\CMakeFiles\generate.stamp;lib\Target\X86\Disassembler\CMakeFiles\generate.stamp;lib\Target\X86\InstPrinter\CMakeFiles\generate.stamp;lib\Target\X86\MCTargetDesc\CMakeFiles\generate.stamp;lib\Target\X86\TargetInfo\CMakeFiles\generate.stamp;lib\Target\X86\Utils\CMakeFiles\generate.stamp;lib\AsmParser\CMakeFiles\generate.stamp;lib\Archive\CMakeFiles\generate.stamp;utils\FileCheck\CMakeFiles\generate.stamp;utils\FileUpdate\CMakeFiles\generate.stamp;utils\count\CMakeFiles\generate.stamp;utils\not\CMakeFiles\generate.stamp;utils\llvm-lit\CMakeFiles\generate.stamp;projects\CMakeFiles\generate.stamp;cmake\modules\CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <None Include="CMakeFiles\ZERO_CHECK" />
- </ItemGroup>
- <ItemGroup>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/cmake/modules/INSTALL.vcxproj b/src/LLVM/cmake/modules/INSTALL.vcxproj
deleted file mode 100644
index 1d201a0..0000000
--- a/src/LLVM/cmake/modules/INSTALL.vcxproj
+++ /dev/null
@@ -1,261 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{048BB775-7681-4EE1-AACF-5A067ACEEEA5}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>INSTALL</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\modules;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\modules;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\modules;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\modules;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\INSTALL_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\INSTALL_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;LLVMConfig.cmake.in;LLVMConfigVersion.cmake.in;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;LLVMConfig.cmake.in;LLVMConfigVersion.cmake.in;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;LLVMConfig.cmake.in;LLVMConfigVersion.cmake.in;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;LLVMConfig.cmake.in;LLVMConfigVersion.cmake.in;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/cmake/modules/PACKAGE.vcxproj b/src/LLVM/cmake/modules/PACKAGE.vcxproj
deleted file mode 100644
index 0bc9633..0000000
--- a/src/LLVM/cmake/modules/PACKAGE.vcxproj
+++ /dev/null
@@ -1,277 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{1B050569-3318-48D9-8BB0-4DE9EF58B202}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>PACKAGE</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\modules;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\modules;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\modules;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\modules;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\PACKAGE_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;LLVMConfig.cmake.in;LLVMConfigVersion.cmake.in;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;LLVMConfig.cmake.in;LLVMConfigVersion.cmake.in;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;LLVMConfig.cmake.in;LLVMConfigVersion.cmake.in;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;LLVMConfig.cmake.in;LLVMConfigVersion.cmake.in;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/include/llvm/INSTALL.vcxproj b/src/LLVM/include/llvm/INSTALL.vcxproj
deleted file mode 100644
index 17b8d5a..0000000
--- a/src/LLVM/include/llvm/INSTALL.vcxproj
+++ /dev/null
@@ -1,261 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{048BB775-7681-4EE1-AACF-5A067ACEEEA5}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>INSTALL</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\llvm;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\llvm;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\llvm;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\llvm;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\INSTALL_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\INSTALL_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/include/llvm/PACKAGE.vcxproj b/src/LLVM/include/llvm/PACKAGE.vcxproj
deleted file mode 100644
index 43e785b..0000000
--- a/src/LLVM/include/llvm/PACKAGE.vcxproj
+++ /dev/null
@@ -1,277 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{1B050569-3318-48D9-8BB0-4DE9EF58B202}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>PACKAGE</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\llvm;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\llvm;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\llvm;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\llvm;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\PACKAGE_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/Analysis/INSTALL.vcxproj b/src/LLVM/lib/Analysis/INSTALL.vcxproj
deleted file mode 100644
index ef2c2c1..0000000
--- a/src/LLVM/lib/Analysis/INSTALL.vcxproj
+++ /dev/null
@@ -1,261 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{048BB775-7681-4EE1-AACF-5A067ACEEEA5}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>INSTALL</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Analysis;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Analysis;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Analysis;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Analysis;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\INSTALL_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\INSTALL_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/Analysis/IPA/INSTALL.vcxproj b/src/LLVM/lib/Analysis/IPA/INSTALL.vcxproj
deleted file mode 100644
index c52c7b0..0000000
--- a/src/LLVM/lib/Analysis/IPA/INSTALL.vcxproj
+++ /dev/null
@@ -1,261 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{048BB775-7681-4EE1-AACF-5A067ACEEEA5}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>INSTALL</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\IPA;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\IPA;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\IPA;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\IPA;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\INSTALL_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\INSTALL_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/Analysis/IPA/PACKAGE.vcxproj b/src/LLVM/lib/Analysis/IPA/PACKAGE.vcxproj
deleted file mode 100644
index 9433fa3..0000000
--- a/src/LLVM/lib/Analysis/IPA/PACKAGE.vcxproj
+++ /dev/null
@@ -1,277 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{1B050569-3318-48D9-8BB0-4DE9EF58B202}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>PACKAGE</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\IPA;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\IPA;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\IPA;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\IPA;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\PACKAGE_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/Analysis/PACKAGE.vcxproj b/src/LLVM/lib/Analysis/PACKAGE.vcxproj
deleted file mode 100644
index ec92cdc..0000000
--- a/src/LLVM/lib/Analysis/PACKAGE.vcxproj
+++ /dev/null
@@ -1,277 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{1B050569-3318-48D9-8BB0-4DE9EF58B202}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>PACKAGE</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Analysis;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Analysis;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Analysis;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Analysis;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\PACKAGE_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/Archive/INSTALL.vcxproj b/src/LLVM/lib/Archive/INSTALL.vcxproj
deleted file mode 100644
index fad7384..0000000
--- a/src/LLVM/lib/Archive/INSTALL.vcxproj
+++ /dev/null
@@ -1,261 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{048BB775-7681-4EE1-AACF-5A067ACEEEA5}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>INSTALL</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Archive;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Archive;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Archive;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Archive;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\INSTALL_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\INSTALL_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/Archive/PACKAGE.vcxproj b/src/LLVM/lib/Archive/PACKAGE.vcxproj
deleted file mode 100644
index 590cbfb..0000000
--- a/src/LLVM/lib/Archive/PACKAGE.vcxproj
+++ /dev/null
@@ -1,277 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{1B050569-3318-48D9-8BB0-4DE9EF58B202}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>PACKAGE</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Archive;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Archive;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Archive;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Archive;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\PACKAGE_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/AsmParser/INSTALL.vcxproj b/src/LLVM/lib/AsmParser/INSTALL.vcxproj
deleted file mode 100644
index 37731f9..0000000
--- a/src/LLVM/lib/AsmParser/INSTALL.vcxproj
+++ /dev/null
@@ -1,261 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{048BB775-7681-4EE1-AACF-5A067ACEEEA5}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>INSTALL</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\AsmParser;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\AsmParser;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\AsmParser;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\AsmParser;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\INSTALL_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\INSTALL_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/AsmParser/PACKAGE.vcxproj b/src/LLVM/lib/AsmParser/PACKAGE.vcxproj
deleted file mode 100644
index d44185f..0000000
--- a/src/LLVM/lib/AsmParser/PACKAGE.vcxproj
+++ /dev/null
@@ -1,277 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{1B050569-3318-48D9-8BB0-4DE9EF58B202}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>PACKAGE</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\AsmParser;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\AsmParser;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\AsmParser;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\AsmParser;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\PACKAGE_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/Bitcode/INSTALL.vcxproj b/src/LLVM/lib/Bitcode/INSTALL.vcxproj
deleted file mode 100644
index fd4f30b..0000000
--- a/src/LLVM/lib/Bitcode/INSTALL.vcxproj
+++ /dev/null
@@ -1,261 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{048BB775-7681-4EE1-AACF-5A067ACEEEA5}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>INSTALL</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Bitcode;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Bitcode;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Bitcode;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Bitcode;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\INSTALL_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\INSTALL_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/Bitcode/PACKAGE.vcxproj b/src/LLVM/lib/Bitcode/PACKAGE.vcxproj
deleted file mode 100644
index eec29b8..0000000
--- a/src/LLVM/lib/Bitcode/PACKAGE.vcxproj
+++ /dev/null
@@ -1,277 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{1B050569-3318-48D9-8BB0-4DE9EF58B202}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>PACKAGE</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Bitcode;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Bitcode;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Bitcode;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Bitcode;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\PACKAGE_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/Bitcode/Reader/INSTALL.vcxproj b/src/LLVM/lib/Bitcode/Reader/INSTALL.vcxproj
deleted file mode 100644
index e92a907..0000000
--- a/src/LLVM/lib/Bitcode/Reader/INSTALL.vcxproj
+++ /dev/null
@@ -1,261 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{048BB775-7681-4EE1-AACF-5A067ACEEEA5}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>INSTALL</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Reader;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Reader;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Reader;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Reader;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\INSTALL_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\INSTALL_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/Bitcode/Reader/PACKAGE.vcxproj b/src/LLVM/lib/Bitcode/Reader/PACKAGE.vcxproj
deleted file mode 100644
index 0ea47d1..0000000
--- a/src/LLVM/lib/Bitcode/Reader/PACKAGE.vcxproj
+++ /dev/null
@@ -1,277 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{1B050569-3318-48D9-8BB0-4DE9EF58B202}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>PACKAGE</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Reader;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Reader;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Reader;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Reader;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\PACKAGE_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/Bitcode/Writer/INSTALL.vcxproj b/src/LLVM/lib/Bitcode/Writer/INSTALL.vcxproj
deleted file mode 100644
index 900058b..0000000
--- a/src/LLVM/lib/Bitcode/Writer/INSTALL.vcxproj
+++ /dev/null
@@ -1,261 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{048BB775-7681-4EE1-AACF-5A067ACEEEA5}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>INSTALL</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Writer;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Writer;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Writer;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Writer;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\INSTALL_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\INSTALL_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/Bitcode/Writer/PACKAGE.vcxproj b/src/LLVM/lib/Bitcode/Writer/PACKAGE.vcxproj
deleted file mode 100644
index 3edb275..0000000
--- a/src/LLVM/lib/Bitcode/Writer/PACKAGE.vcxproj
+++ /dev/null
@@ -1,277 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{1B050569-3318-48D9-8BB0-4DE9EF58B202}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>PACKAGE</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Writer;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Writer;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Writer;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Writer;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\PACKAGE_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/CodeGen/AsmPrinter/INSTALL.vcxproj b/src/LLVM/lib/CodeGen/AsmPrinter/INSTALL.vcxproj
deleted file mode 100644
index 1849fa5..0000000
--- a/src/LLVM/lib/CodeGen/AsmPrinter/INSTALL.vcxproj
+++ /dev/null
@@ -1,261 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{048BB775-7681-4EE1-AACF-5A067ACEEEA5}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>INSTALL</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\AsmPrinter;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\AsmPrinter;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\AsmPrinter;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\AsmPrinter;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\INSTALL_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\INSTALL_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/CodeGen/AsmPrinter/PACKAGE.vcxproj b/src/LLVM/lib/CodeGen/AsmPrinter/PACKAGE.vcxproj
deleted file mode 100644
index 0987b8e..0000000
--- a/src/LLVM/lib/CodeGen/AsmPrinter/PACKAGE.vcxproj
+++ /dev/null
@@ -1,277 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{1B050569-3318-48D9-8BB0-4DE9EF58B202}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>PACKAGE</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\AsmPrinter;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\AsmPrinter;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\AsmPrinter;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\AsmPrinter;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\PACKAGE_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/CodeGen/INSTALL.vcxproj b/src/LLVM/lib/CodeGen/INSTALL.vcxproj
deleted file mode 100644
index 3c0bbfd..0000000
--- a/src/LLVM/lib/CodeGen/INSTALL.vcxproj
+++ /dev/null
@@ -1,261 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{048BB775-7681-4EE1-AACF-5A067ACEEEA5}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>INSTALL</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\CodeGen;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\CodeGen;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\CodeGen;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\CodeGen;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\INSTALL_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\INSTALL_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/CodeGen/PACKAGE.vcxproj b/src/LLVM/lib/CodeGen/PACKAGE.vcxproj
deleted file mode 100644
index bd98632..0000000
--- a/src/LLVM/lib/CodeGen/PACKAGE.vcxproj
+++ /dev/null
@@ -1,277 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{1B050569-3318-48D9-8BB0-4DE9EF58B202}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>PACKAGE</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\CodeGen;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\CodeGen;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\CodeGen;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\CodeGen;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\PACKAGE_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/CodeGen/SelectionDAG/INSTALL.vcxproj b/src/LLVM/lib/CodeGen/SelectionDAG/INSTALL.vcxproj
deleted file mode 100644
index c99ae94..0000000
--- a/src/LLVM/lib/CodeGen/SelectionDAG/INSTALL.vcxproj
+++ /dev/null
@@ -1,261 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{048BB775-7681-4EE1-AACF-5A067ACEEEA5}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>INSTALL</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\SelectionDAG;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\SelectionDAG;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\SelectionDAG;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\SelectionDAG;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\INSTALL_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\INSTALL_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/CodeGen/SelectionDAG/PACKAGE.vcxproj b/src/LLVM/lib/CodeGen/SelectionDAG/PACKAGE.vcxproj
deleted file mode 100644
index 3fdc75e..0000000
--- a/src/LLVM/lib/CodeGen/SelectionDAG/PACKAGE.vcxproj
+++ /dev/null
@@ -1,277 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{1B050569-3318-48D9-8BB0-4DE9EF58B202}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>PACKAGE</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\SelectionDAG;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\SelectionDAG;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\SelectionDAG;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\SelectionDAG;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\PACKAGE_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/DebugInfo/INSTALL.vcxproj b/src/LLVM/lib/DebugInfo/INSTALL.vcxproj
deleted file mode 100644
index 25c1f81..0000000
--- a/src/LLVM/lib/DebugInfo/INSTALL.vcxproj
+++ /dev/null
@@ -1,261 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{048BB775-7681-4EE1-AACF-5A067ACEEEA5}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>INSTALL</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\DebugInfo;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\DebugInfo;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\DebugInfo;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\DebugInfo;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\INSTALL_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\INSTALL_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/DebugInfo/PACKAGE.vcxproj b/src/LLVM/lib/DebugInfo/PACKAGE.vcxproj
deleted file mode 100644
index 817c73b..0000000
--- a/src/LLVM/lib/DebugInfo/PACKAGE.vcxproj
+++ /dev/null
@@ -1,277 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{1B050569-3318-48D9-8BB0-4DE9EF58B202}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>PACKAGE</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\DebugInfo;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\DebugInfo;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\DebugInfo;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\DebugInfo;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\PACKAGE_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/ExecutionEngine/INSTALL.vcxproj b/src/LLVM/lib/ExecutionEngine/INSTALL.vcxproj
deleted file mode 100644
index 909117b..0000000
--- a/src/LLVM/lib/ExecutionEngine/INSTALL.vcxproj
+++ /dev/null
@@ -1,261 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{048BB775-7681-4EE1-AACF-5A067ACEEEA5}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>INSTALL</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\ExecutionEngine;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\ExecutionEngine;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\ExecutionEngine;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\ExecutionEngine;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\INSTALL_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\INSTALL_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/ExecutionEngine/Interpreter/INSTALL.vcxproj b/src/LLVM/lib/ExecutionEngine/Interpreter/INSTALL.vcxproj
deleted file mode 100644
index 6c0a609..0000000
--- a/src/LLVM/lib/ExecutionEngine/Interpreter/INSTALL.vcxproj
+++ /dev/null
@@ -1,261 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{048BB775-7681-4EE1-AACF-5A067ACEEEA5}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>INSTALL</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Interpreter;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Interpreter;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Interpreter;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Interpreter;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\INSTALL_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\INSTALL_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/ExecutionEngine/Interpreter/PACKAGE.vcxproj b/src/LLVM/lib/ExecutionEngine/Interpreter/PACKAGE.vcxproj
deleted file mode 100644
index 230024d..0000000
--- a/src/LLVM/lib/ExecutionEngine/Interpreter/PACKAGE.vcxproj
+++ /dev/null
@@ -1,277 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{1B050569-3318-48D9-8BB0-4DE9EF58B202}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>PACKAGE</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Interpreter;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Interpreter;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Interpreter;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Interpreter;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\PACKAGE_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/ExecutionEngine/JIT/INSTALL.vcxproj b/src/LLVM/lib/ExecutionEngine/JIT/INSTALL.vcxproj
deleted file mode 100644
index b1adf99..0000000
--- a/src/LLVM/lib/ExecutionEngine/JIT/INSTALL.vcxproj
+++ /dev/null
@@ -1,261 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{048BB775-7681-4EE1-AACF-5A067ACEEEA5}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>INSTALL</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\JIT;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\JIT;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\JIT;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\JIT;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\INSTALL_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\INSTALL_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/ExecutionEngine/JIT/PACKAGE.vcxproj b/src/LLVM/lib/ExecutionEngine/JIT/PACKAGE.vcxproj
deleted file mode 100644
index 03293f9..0000000
--- a/src/LLVM/lib/ExecutionEngine/JIT/PACKAGE.vcxproj
+++ /dev/null
@@ -1,277 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{1B050569-3318-48D9-8BB0-4DE9EF58B202}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>PACKAGE</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\JIT;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\JIT;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\JIT;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\JIT;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\PACKAGE_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/ExecutionEngine/MCJIT/INSTALL.vcxproj b/src/LLVM/lib/ExecutionEngine/MCJIT/INSTALL.vcxproj
deleted file mode 100644
index 7c488e5..0000000
--- a/src/LLVM/lib/ExecutionEngine/MCJIT/INSTALL.vcxproj
+++ /dev/null
@@ -1,261 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{048BB775-7681-4EE1-AACF-5A067ACEEEA5}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>INSTALL</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\MCJIT;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\MCJIT;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\MCJIT;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\MCJIT;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\INSTALL_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\INSTALL_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/ExecutionEngine/MCJIT/PACKAGE.vcxproj b/src/LLVM/lib/ExecutionEngine/MCJIT/PACKAGE.vcxproj
deleted file mode 100644
index a70b10c..0000000
--- a/src/LLVM/lib/ExecutionEngine/MCJIT/PACKAGE.vcxproj
+++ /dev/null
@@ -1,277 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{1B050569-3318-48D9-8BB0-4DE9EF58B202}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>PACKAGE</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\MCJIT;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\MCJIT;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\MCJIT;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\MCJIT;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\PACKAGE_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/ExecutionEngine/PACKAGE.vcxproj b/src/LLVM/lib/ExecutionEngine/PACKAGE.vcxproj
deleted file mode 100644
index 46dd801..0000000
--- a/src/LLVM/lib/ExecutionEngine/PACKAGE.vcxproj
+++ /dev/null
@@ -1,277 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{1B050569-3318-48D9-8BB0-4DE9EF58B202}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>PACKAGE</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\ExecutionEngine;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\ExecutionEngine;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\ExecutionEngine;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\ExecutionEngine;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\PACKAGE_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/ExecutionEngine/RuntimeDyld/INSTALL.vcxproj b/src/LLVM/lib/ExecutionEngine/RuntimeDyld/INSTALL.vcxproj
deleted file mode 100644
index e0ee1eb..0000000
--- a/src/LLVM/lib/ExecutionEngine/RuntimeDyld/INSTALL.vcxproj
+++ /dev/null
@@ -1,261 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{048BB775-7681-4EE1-AACF-5A067ACEEEA5}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>INSTALL</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\RuntimeDyld;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\RuntimeDyld;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\RuntimeDyld;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\RuntimeDyld;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\INSTALL_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\INSTALL_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/ExecutionEngine/RuntimeDyld/PACKAGE.vcxproj b/src/LLVM/lib/ExecutionEngine/RuntimeDyld/PACKAGE.vcxproj
deleted file mode 100644
index 66973c0..0000000
--- a/src/LLVM/lib/ExecutionEngine/RuntimeDyld/PACKAGE.vcxproj
+++ /dev/null
@@ -1,277 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{1B050569-3318-48D9-8BB0-4DE9EF58B202}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>PACKAGE</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\RuntimeDyld;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\RuntimeDyld;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\RuntimeDyld;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\RuntimeDyld;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\PACKAGE_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/INSTALL.vcxproj b/src/LLVM/lib/INSTALL.vcxproj
deleted file mode 100644
index 07d1ca5..0000000
--- a/src/LLVM/lib/INSTALL.vcxproj
+++ /dev/null
@@ -1,261 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{048BB775-7681-4EE1-AACF-5A067ACEEEA5}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>INSTALL</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\lib;..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\lib;..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\lib;..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\lib;..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\INSTALL_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\INSTALL_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H.. -B.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H.. -B.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H.. -B.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H.. -B.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/Linker/INSTALL.vcxproj b/src/LLVM/lib/Linker/INSTALL.vcxproj
deleted file mode 100644
index 641c0f1..0000000
--- a/src/LLVM/lib/Linker/INSTALL.vcxproj
+++ /dev/null
@@ -1,261 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{048BB775-7681-4EE1-AACF-5A067ACEEEA5}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>INSTALL</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Linker;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Linker;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Linker;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Linker;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\INSTALL_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\INSTALL_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/Linker/PACKAGE.vcxproj b/src/LLVM/lib/Linker/PACKAGE.vcxproj
deleted file mode 100644
index d0299eb..0000000
--- a/src/LLVM/lib/Linker/PACKAGE.vcxproj
+++ /dev/null
@@ -1,277 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{1B050569-3318-48D9-8BB0-4DE9EF58B202}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>PACKAGE</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Linker;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Linker;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Linker;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Linker;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\PACKAGE_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/MC/INSTALL.vcxproj b/src/LLVM/lib/MC/INSTALL.vcxproj
deleted file mode 100644
index b742d3b..0000000
--- a/src/LLVM/lib/MC/INSTALL.vcxproj
+++ /dev/null
@@ -1,261 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{048BB775-7681-4EE1-AACF-5A067ACEEEA5}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>INSTALL</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\MC;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\MC;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\MC;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\MC;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\INSTALL_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\INSTALL_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/MC/MCDisassembler/INSTALL.vcxproj b/src/LLVM/lib/MC/MCDisassembler/INSTALL.vcxproj
deleted file mode 100644
index ecc00e1..0000000
--- a/src/LLVM/lib/MC/MCDisassembler/INSTALL.vcxproj
+++ /dev/null
@@ -1,261 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{048BB775-7681-4EE1-AACF-5A067ACEEEA5}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>INSTALL</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\MCDisassembler;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\MCDisassembler;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\MCDisassembler;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\MCDisassembler;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\INSTALL_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\INSTALL_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/MC/MCDisassembler/PACKAGE.vcxproj b/src/LLVM/lib/MC/MCDisassembler/PACKAGE.vcxproj
deleted file mode 100644
index 36524e5..0000000
--- a/src/LLVM/lib/MC/MCDisassembler/PACKAGE.vcxproj
+++ /dev/null
@@ -1,277 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{1B050569-3318-48D9-8BB0-4DE9EF58B202}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>PACKAGE</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\MCDisassembler;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\MCDisassembler;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\MCDisassembler;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\MCDisassembler;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\PACKAGE_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/MC/MCParser/INSTALL.vcxproj b/src/LLVM/lib/MC/MCParser/INSTALL.vcxproj
deleted file mode 100644
index 24b0a7b..0000000
--- a/src/LLVM/lib/MC/MCParser/INSTALL.vcxproj
+++ /dev/null
@@ -1,261 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{048BB775-7681-4EE1-AACF-5A067ACEEEA5}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>INSTALL</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\MCParser;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\MCParser;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\MCParser;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\MCParser;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\INSTALL_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\INSTALL_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/MC/MCParser/PACKAGE.vcxproj b/src/LLVM/lib/MC/MCParser/PACKAGE.vcxproj
deleted file mode 100644
index 02df693..0000000
--- a/src/LLVM/lib/MC/MCParser/PACKAGE.vcxproj
+++ /dev/null
@@ -1,277 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{1B050569-3318-48D9-8BB0-4DE9EF58B202}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>PACKAGE</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\MCParser;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\MCParser;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\MCParser;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\MCParser;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\PACKAGE_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/MC/PACKAGE.vcxproj b/src/LLVM/lib/MC/PACKAGE.vcxproj
deleted file mode 100644
index 01ca3a4..0000000
--- a/src/LLVM/lib/MC/PACKAGE.vcxproj
+++ /dev/null
@@ -1,277 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{1B050569-3318-48D9-8BB0-4DE9EF58B202}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>PACKAGE</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\MC;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\MC;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\MC;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\MC;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\PACKAGE_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/Object/INSTALL.vcxproj b/src/LLVM/lib/Object/INSTALL.vcxproj
deleted file mode 100644
index c8b2f8e..0000000
--- a/src/LLVM/lib/Object/INSTALL.vcxproj
+++ /dev/null
@@ -1,261 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{048BB775-7681-4EE1-AACF-5A067ACEEEA5}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>INSTALL</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Object;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Object;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Object;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Object;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\INSTALL_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\INSTALL_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/Object/PACKAGE.vcxproj b/src/LLVM/lib/Object/PACKAGE.vcxproj
deleted file mode 100644
index d44776b..0000000
--- a/src/LLVM/lib/Object/PACKAGE.vcxproj
+++ /dev/null
@@ -1,277 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{1B050569-3318-48D9-8BB0-4DE9EF58B202}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>PACKAGE</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Object;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Object;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Object;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Object;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\PACKAGE_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/PACKAGE.vcxproj b/src/LLVM/lib/PACKAGE.vcxproj
deleted file mode 100644
index 91a09f8..0000000
--- a/src/LLVM/lib/PACKAGE.vcxproj
+++ /dev/null
@@ -1,277 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{1B050569-3318-48D9-8BB0-4DE9EF58B202}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>PACKAGE</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\lib;..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\lib;..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\lib;..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\lib;..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\PACKAGE_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H.. -B.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H.. -B.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H.. -B.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H.. -B.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/Support/INSTALL.vcxproj b/src/LLVM/lib/Support/INSTALL.vcxproj
deleted file mode 100644
index befdc55..0000000
--- a/src/LLVM/lib/Support/INSTALL.vcxproj
+++ /dev/null
@@ -1,261 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{048BB775-7681-4EE1-AACF-5A067ACEEEA5}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>INSTALL</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Support;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Support;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Support;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Support;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\INSTALL_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\INSTALL_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/Support/PACKAGE.vcxproj b/src/LLVM/lib/Support/PACKAGE.vcxproj
deleted file mode 100644
index 44650f9..0000000
--- a/src/LLVM/lib/Support/PACKAGE.vcxproj
+++ /dev/null
@@ -1,277 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{1B050569-3318-48D9-8BB0-4DE9EF58B202}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>PACKAGE</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Support;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Support;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Support;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Support;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\PACKAGE_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/TableGen/INSTALL.vcxproj b/src/LLVM/lib/TableGen/INSTALL.vcxproj
deleted file mode 100644
index 366e1d9..0000000
--- a/src/LLVM/lib/TableGen/INSTALL.vcxproj
+++ /dev/null
@@ -1,261 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{048BB775-7681-4EE1-AACF-5A067ACEEEA5}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>INSTALL</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\TableGen;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\TableGen;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\TableGen;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\TableGen;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\INSTALL_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\INSTALL_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/TableGen/PACKAGE.vcxproj b/src/LLVM/lib/TableGen/PACKAGE.vcxproj
deleted file mode 100644
index 74af67e..0000000
--- a/src/LLVM/lib/TableGen/PACKAGE.vcxproj
+++ /dev/null
@@ -1,277 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{1B050569-3318-48D9-8BB0-4DE9EF58B202}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>PACKAGE</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\TableGen;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\TableGen;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\TableGen;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\TableGen;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\PACKAGE_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/Target/INSTALL.vcxproj b/src/LLVM/lib/Target/INSTALL.vcxproj
deleted file mode 100644
index 8cf4453..0000000
--- a/src/LLVM/lib/Target/INSTALL.vcxproj
+++ /dev/null
@@ -1,261 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{048BB775-7681-4EE1-AACF-5A067ACEEEA5}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>INSTALL</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Target;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Target;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Target;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Target;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\INSTALL_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\INSTALL_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;..\..\include\llvm\Config\AsmPrinters.def.in;..\..\include\llvm\Config\AsmParsers.def.in;..\..\include\llvm\Config\Disassemblers.def.in;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;..\..\include\llvm\Config\AsmPrinters.def.in;..\..\include\llvm\Config\AsmParsers.def.in;..\..\include\llvm\Config\Disassemblers.def.in;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;..\..\include\llvm\Config\AsmPrinters.def.in;..\..\include\llvm\Config\AsmParsers.def.in;..\..\include\llvm\Config\Disassemblers.def.in;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;..\..\include\llvm\Config\AsmPrinters.def.in;..\..\include\llvm\Config\AsmParsers.def.in;..\..\include\llvm\Config\Disassemblers.def.in;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/Target/PACKAGE.vcxproj b/src/LLVM/lib/Target/PACKAGE.vcxproj
deleted file mode 100644
index 750e261..0000000
--- a/src/LLVM/lib/Target/PACKAGE.vcxproj
+++ /dev/null
@@ -1,277 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{1B050569-3318-48D9-8BB0-4DE9EF58B202}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>PACKAGE</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Target;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Target;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Target;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Target;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\PACKAGE_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;..\..\include\llvm\Config\AsmPrinters.def.in;..\..\include\llvm\Config\AsmParsers.def.in;..\..\include\llvm\Config\Disassemblers.def.in;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;..\..\include\llvm\Config\AsmPrinters.def.in;..\..\include\llvm\Config\AsmParsers.def.in;..\..\include\llvm\Config\Disassemblers.def.in;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;..\..\include\llvm\Config\AsmPrinters.def.in;..\..\include\llvm\Config\AsmParsers.def.in;..\..\include\llvm\Config\Disassemblers.def.in;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;..\..\include\llvm\Config\AsmPrinters.def.in;..\..\include\llvm\Config\AsmParsers.def.in;..\..\include\llvm\Config\Disassemblers.def.in;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/Target/X86/AsmParser/INSTALL.vcxproj b/src/LLVM/lib/Target/X86/AsmParser/INSTALL.vcxproj
deleted file mode 100644
index 9ad8d2e..0000000
--- a/src/LLVM/lib/Target/X86/AsmParser/INSTALL.vcxproj
+++ /dev/null
@@ -1,261 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{048BB775-7681-4EE1-AACF-5A067ACEEEA5}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>INSTALL</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\AsmParser;..\..\X86;..\..\..\..\include;..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\AsmParser;..\..\X86;..\..\..\..\include;..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\AsmParser;..\..\X86;..\..\..\..\include;..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\AsmParser;..\..\X86;..\..\..\..\include;..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\INSTALL_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\INSTALL_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../../.. -B../../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../../.. -B../../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../../.. -B../../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../../.. -B../../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/Target/X86/AsmParser/PACKAGE.vcxproj b/src/LLVM/lib/Target/X86/AsmParser/PACKAGE.vcxproj
deleted file mode 100644
index 067a5ba..0000000
--- a/src/LLVM/lib/Target/X86/AsmParser/PACKAGE.vcxproj
+++ /dev/null
@@ -1,277 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{1B050569-3318-48D9-8BB0-4DE9EF58B202}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>PACKAGE</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\AsmParser;..\..\X86;..\..\..\..\include;..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\AsmParser;..\..\X86;..\..\..\..\include;..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\AsmParser;..\..\X86;..\..\..\..\include;..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\AsmParser;..\..\X86;..\..\..\..\include;..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\PACKAGE_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../../.. -B../../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../../.. -B../../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../../.. -B../../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../../.. -B../../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/Target/X86/Disassembler/INSTALL.vcxproj b/src/LLVM/lib/Target/X86/Disassembler/INSTALL.vcxproj
deleted file mode 100644
index 58e0014..0000000
--- a/src/LLVM/lib/Target/X86/Disassembler/INSTALL.vcxproj
+++ /dev/null
@@ -1,261 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{048BB775-7681-4EE1-AACF-5A067ACEEEA5}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>INSTALL</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Disassembler;..\..\X86;..\..\..\..\include;..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Disassembler;..\..\X86;..\..\..\..\include;..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Disassembler;..\..\X86;..\..\..\..\include;..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Disassembler;..\..\X86;..\..\..\..\include;..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\INSTALL_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\INSTALL_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../../.. -B../../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../../.. -B../../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../../.. -B../../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../../.. -B../../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/Target/X86/Disassembler/PACKAGE.vcxproj b/src/LLVM/lib/Target/X86/Disassembler/PACKAGE.vcxproj
deleted file mode 100644
index 09ae1b6..0000000
--- a/src/LLVM/lib/Target/X86/Disassembler/PACKAGE.vcxproj
+++ /dev/null
@@ -1,277 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{1B050569-3318-48D9-8BB0-4DE9EF58B202}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>PACKAGE</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Disassembler;..\..\X86;..\..\..\..\include;..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Disassembler;..\..\X86;..\..\..\..\include;..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Disassembler;..\..\X86;..\..\..\..\include;..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Disassembler;..\..\X86;..\..\..\..\include;..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\PACKAGE_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../../.. -B../../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../../.. -B../../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../../.. -B../../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../../.. -B../../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/Target/X86/INSTALL.vcxproj b/src/LLVM/lib/Target/X86/INSTALL.vcxproj
deleted file mode 100644
index 1a8fdfe..0000000
--- a/src/LLVM/lib/Target/X86/INSTALL.vcxproj
+++ /dev/null
@@ -1,261 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{048BB775-7681-4EE1-AACF-5A067ACEEEA5}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>INSTALL</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\X86;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\X86;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\X86;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\X86;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\INSTALL_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\INSTALL_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/Target/X86/InstPrinter/INSTALL.vcxproj b/src/LLVM/lib/Target/X86/InstPrinter/INSTALL.vcxproj
deleted file mode 100644
index a178273..0000000
--- a/src/LLVM/lib/Target/X86/InstPrinter/INSTALL.vcxproj
+++ /dev/null
@@ -1,261 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{048BB775-7681-4EE1-AACF-5A067ACEEEA5}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>INSTALL</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\InstPrinter;..\..\X86;..\..\..\..\include;..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\InstPrinter;..\..\X86;..\..\..\..\include;..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\InstPrinter;..\..\X86;..\..\..\..\include;..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\InstPrinter;..\..\X86;..\..\..\..\include;..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\INSTALL_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\INSTALL_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../../.. -B../../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../../.. -B../../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../../.. -B../../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../../.. -B../../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/Target/X86/InstPrinter/PACKAGE.vcxproj b/src/LLVM/lib/Target/X86/InstPrinter/PACKAGE.vcxproj
deleted file mode 100644
index 7818dd1..0000000
--- a/src/LLVM/lib/Target/X86/InstPrinter/PACKAGE.vcxproj
+++ /dev/null
@@ -1,277 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{1B050569-3318-48D9-8BB0-4DE9EF58B202}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>PACKAGE</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\InstPrinter;..\..\X86;..\..\..\..\include;..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\InstPrinter;..\..\X86;..\..\..\..\include;..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\InstPrinter;..\..\X86;..\..\..\..\include;..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\InstPrinter;..\..\X86;..\..\..\..\include;..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\PACKAGE_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../../.. -B../../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../../.. -B../../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../../.. -B../../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../../.. -B../../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/Target/X86/MCTargetDesc/INSTALL.vcxproj b/src/LLVM/lib/Target/X86/MCTargetDesc/INSTALL.vcxproj
deleted file mode 100644
index 83078df..0000000
--- a/src/LLVM/lib/Target/X86/MCTargetDesc/INSTALL.vcxproj
+++ /dev/null
@@ -1,261 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{048BB775-7681-4EE1-AACF-5A067ACEEEA5}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>INSTALL</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\MCTargetDesc;..\..\X86;..\..\..\..\include;..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\MCTargetDesc;..\..\X86;..\..\..\..\include;..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\MCTargetDesc;..\..\X86;..\..\..\..\include;..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\MCTargetDesc;..\..\X86;..\..\..\..\include;..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\INSTALL_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\INSTALL_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../../.. -B../../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../../.. -B../../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../../.. -B../../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../../.. -B../../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/Target/X86/MCTargetDesc/PACKAGE.vcxproj b/src/LLVM/lib/Target/X86/MCTargetDesc/PACKAGE.vcxproj
deleted file mode 100644
index 8a3d3c7..0000000
--- a/src/LLVM/lib/Target/X86/MCTargetDesc/PACKAGE.vcxproj
+++ /dev/null
@@ -1,277 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{1B050569-3318-48D9-8BB0-4DE9EF58B202}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>PACKAGE</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\MCTargetDesc;..\..\X86;..\..\..\..\include;..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\MCTargetDesc;..\..\X86;..\..\..\..\include;..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\MCTargetDesc;..\..\X86;..\..\..\..\include;..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\MCTargetDesc;..\..\X86;..\..\..\..\include;..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\PACKAGE_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../../.. -B../../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../../.. -B../../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../../.. -B../../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../../.. -B../../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/Target/X86/PACKAGE.vcxproj b/src/LLVM/lib/Target/X86/PACKAGE.vcxproj
deleted file mode 100644
index b3531fe..0000000
--- a/src/LLVM/lib/Target/X86/PACKAGE.vcxproj
+++ /dev/null
@@ -1,277 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{1B050569-3318-48D9-8BB0-4DE9EF58B202}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>PACKAGE</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\X86;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\X86;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\X86;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\X86;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\PACKAGE_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/Target/X86/TargetInfo/INSTALL.vcxproj b/src/LLVM/lib/Target/X86/TargetInfo/INSTALL.vcxproj
deleted file mode 100644
index 4b24edc..0000000
--- a/src/LLVM/lib/Target/X86/TargetInfo/INSTALL.vcxproj
+++ /dev/null
@@ -1,261 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{048BB775-7681-4EE1-AACF-5A067ACEEEA5}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>INSTALL</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\TargetInfo;..\..\X86;..\..\..\..\include;..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\TargetInfo;..\..\X86;..\..\..\..\include;..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\TargetInfo;..\..\X86;..\..\..\..\include;..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\TargetInfo;..\..\X86;..\..\..\..\include;..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\INSTALL_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\INSTALL_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../../.. -B../../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../../.. -B../../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../../.. -B../../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../../.. -B../../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/Target/X86/TargetInfo/PACKAGE.vcxproj b/src/LLVM/lib/Target/X86/TargetInfo/PACKAGE.vcxproj
deleted file mode 100644
index 4783d22..0000000
--- a/src/LLVM/lib/Target/X86/TargetInfo/PACKAGE.vcxproj
+++ /dev/null
@@ -1,277 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{1B050569-3318-48D9-8BB0-4DE9EF58B202}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>PACKAGE</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\TargetInfo;..\..\X86;..\..\..\..\include;..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\TargetInfo;..\..\X86;..\..\..\..\include;..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\TargetInfo;..\..\X86;..\..\..\..\include;..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\TargetInfo;..\..\X86;..\..\..\..\include;..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\PACKAGE_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../../.. -B../../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../../.. -B../../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../../.. -B../../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../../.. -B../../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/Target/X86/Utils/INSTALL.vcxproj b/src/LLVM/lib/Target/X86/Utils/INSTALL.vcxproj
deleted file mode 100644
index 86cb666..0000000
--- a/src/LLVM/lib/Target/X86/Utils/INSTALL.vcxproj
+++ /dev/null
@@ -1,261 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{048BB775-7681-4EE1-AACF-5A067ACEEEA5}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>INSTALL</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Utils;..\..\X86;..\..\..\..\include;..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Utils;..\..\X86;..\..\..\..\include;..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Utils;..\..\X86;..\..\..\..\include;..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Utils;..\..\X86;..\..\..\..\include;..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\INSTALL_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\INSTALL_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../../.. -B../../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../../.. -B../../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../../.. -B../../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../../.. -B../../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/Target/X86/Utils/PACKAGE.vcxproj b/src/LLVM/lib/Target/X86/Utils/PACKAGE.vcxproj
deleted file mode 100644
index e0f6f30..0000000
--- a/src/LLVM/lib/Target/X86/Utils/PACKAGE.vcxproj
+++ /dev/null
@@ -1,277 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{1B050569-3318-48D9-8BB0-4DE9EF58B202}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>PACKAGE</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Utils;..\..\X86;..\..\..\..\include;..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Utils;..\..\X86;..\..\..\..\include;..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Utils;..\..\X86;..\..\..\..\include;..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Utils;..\..\X86;..\..\..\..\include;..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\PACKAGE_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../../.. -B../../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../../.. -B../../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../../.. -B../../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../../.. -B../../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/Transforms/Hello/INSTALL.vcxproj b/src/LLVM/lib/Transforms/Hello/INSTALL.vcxproj
deleted file mode 100644
index 1b2f4c9..0000000
--- a/src/LLVM/lib/Transforms/Hello/INSTALL.vcxproj
+++ /dev/null
@@ -1,261 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{048BB775-7681-4EE1-AACF-5A067ACEEEA5}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>INSTALL</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Hello;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Hello;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Hello;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Hello;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\INSTALL_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\INSTALL_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/Transforms/Hello/PACKAGE.vcxproj b/src/LLVM/lib/Transforms/Hello/PACKAGE.vcxproj
deleted file mode 100644
index 7cdb79b..0000000
--- a/src/LLVM/lib/Transforms/Hello/PACKAGE.vcxproj
+++ /dev/null
@@ -1,277 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{1B050569-3318-48D9-8BB0-4DE9EF58B202}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>PACKAGE</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Hello;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Hello;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Hello;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Hello;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\PACKAGE_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/Transforms/INSTALL.vcxproj b/src/LLVM/lib/Transforms/INSTALL.vcxproj
deleted file mode 100644
index 00466f3..0000000
--- a/src/LLVM/lib/Transforms/INSTALL.vcxproj
+++ /dev/null
@@ -1,261 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{048BB775-7681-4EE1-AACF-5A067ACEEEA5}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>INSTALL</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Transforms;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Transforms;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Transforms;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Transforms;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\INSTALL_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\INSTALL_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/Transforms/IPO/INSTALL.vcxproj b/src/LLVM/lib/Transforms/IPO/INSTALL.vcxproj
deleted file mode 100644
index 20538d4..0000000
--- a/src/LLVM/lib/Transforms/IPO/INSTALL.vcxproj
+++ /dev/null
@@ -1,261 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{048BB775-7681-4EE1-AACF-5A067ACEEEA5}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>INSTALL</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\IPO;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\IPO;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\IPO;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\IPO;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\INSTALL_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\INSTALL_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/Transforms/IPO/PACKAGE.vcxproj b/src/LLVM/lib/Transforms/IPO/PACKAGE.vcxproj
deleted file mode 100644
index 84f39a5..0000000
--- a/src/LLVM/lib/Transforms/IPO/PACKAGE.vcxproj
+++ /dev/null
@@ -1,277 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{1B050569-3318-48D9-8BB0-4DE9EF58B202}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>PACKAGE</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\IPO;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\IPO;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\IPO;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\IPO;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\PACKAGE_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/Transforms/InstCombine/INSTALL.vcxproj b/src/LLVM/lib/Transforms/InstCombine/INSTALL.vcxproj
deleted file mode 100644
index e64a03c..0000000
--- a/src/LLVM/lib/Transforms/InstCombine/INSTALL.vcxproj
+++ /dev/null
@@ -1,261 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{048BB775-7681-4EE1-AACF-5A067ACEEEA5}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>INSTALL</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\InstCombine;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\InstCombine;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\InstCombine;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\InstCombine;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\INSTALL_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\INSTALL_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/Transforms/InstCombine/PACKAGE.vcxproj b/src/LLVM/lib/Transforms/InstCombine/PACKAGE.vcxproj
deleted file mode 100644
index 62e3273..0000000
--- a/src/LLVM/lib/Transforms/InstCombine/PACKAGE.vcxproj
+++ /dev/null
@@ -1,277 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{1B050569-3318-48D9-8BB0-4DE9EF58B202}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>PACKAGE</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\InstCombine;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\InstCombine;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\InstCombine;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\InstCombine;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\PACKAGE_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/Transforms/Instrumentation/INSTALL.vcxproj b/src/LLVM/lib/Transforms/Instrumentation/INSTALL.vcxproj
deleted file mode 100644
index 168a3b9..0000000
--- a/src/LLVM/lib/Transforms/Instrumentation/INSTALL.vcxproj
+++ /dev/null
@@ -1,261 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{048BB775-7681-4EE1-AACF-5A067ACEEEA5}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>INSTALL</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Instrumentation;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Instrumentation;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Instrumentation;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Instrumentation;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\INSTALL_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\INSTALL_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/Transforms/Instrumentation/PACKAGE.vcxproj b/src/LLVM/lib/Transforms/Instrumentation/PACKAGE.vcxproj
deleted file mode 100644
index af070d0..0000000
--- a/src/LLVM/lib/Transforms/Instrumentation/PACKAGE.vcxproj
+++ /dev/null
@@ -1,277 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{1B050569-3318-48D9-8BB0-4DE9EF58B202}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>PACKAGE</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Instrumentation;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Instrumentation;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Instrumentation;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Instrumentation;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\PACKAGE_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/Transforms/PACKAGE.vcxproj b/src/LLVM/lib/Transforms/PACKAGE.vcxproj
deleted file mode 100644
index 089573d..0000000
--- a/src/LLVM/lib/Transforms/PACKAGE.vcxproj
+++ /dev/null
@@ -1,277 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{1B050569-3318-48D9-8BB0-4DE9EF58B202}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>PACKAGE</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Transforms;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Transforms;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Transforms;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Transforms;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\PACKAGE_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/Transforms/Scalar/INSTALL.vcxproj b/src/LLVM/lib/Transforms/Scalar/INSTALL.vcxproj
deleted file mode 100644
index 20e23b8..0000000
--- a/src/LLVM/lib/Transforms/Scalar/INSTALL.vcxproj
+++ /dev/null
@@ -1,261 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{048BB775-7681-4EE1-AACF-5A067ACEEEA5}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>INSTALL</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Scalar;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Scalar;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Scalar;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Scalar;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\INSTALL_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\INSTALL_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/Transforms/Scalar/PACKAGE.vcxproj b/src/LLVM/lib/Transforms/Scalar/PACKAGE.vcxproj
deleted file mode 100644
index bf77a09..0000000
--- a/src/LLVM/lib/Transforms/Scalar/PACKAGE.vcxproj
+++ /dev/null
@@ -1,277 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{1B050569-3318-48D9-8BB0-4DE9EF58B202}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>PACKAGE</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Scalar;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Scalar;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Scalar;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Scalar;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\PACKAGE_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/Transforms/Utils/INSTALL.vcxproj b/src/LLVM/lib/Transforms/Utils/INSTALL.vcxproj
deleted file mode 100644
index 569e19a..0000000
--- a/src/LLVM/lib/Transforms/Utils/INSTALL.vcxproj
+++ /dev/null
@@ -1,261 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{048BB775-7681-4EE1-AACF-5A067ACEEEA5}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>INSTALL</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Utils;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Utils;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Utils;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Utils;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\INSTALL_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\INSTALL_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/Transforms/Utils/PACKAGE.vcxproj b/src/LLVM/lib/Transforms/Utils/PACKAGE.vcxproj
deleted file mode 100644
index 42be7ab..0000000
--- a/src/LLVM/lib/Transforms/Utils/PACKAGE.vcxproj
+++ /dev/null
@@ -1,277 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{1B050569-3318-48D9-8BB0-4DE9EF58B202}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>PACKAGE</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Utils;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Utils;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Utils;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\Utils;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\PACKAGE_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/VMCore/INSTALL.vcxproj b/src/LLVM/lib/VMCore/INSTALL.vcxproj
deleted file mode 100644
index 36de174..0000000
--- a/src/LLVM/lib/VMCore/INSTALL.vcxproj
+++ /dev/null
@@ -1,261 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{048BB775-7681-4EE1-AACF-5A067ACEEEA5}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>INSTALL</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\VMCore;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\VMCore;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\VMCore;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\VMCore;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\INSTALL_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\INSTALL_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/lib/VMCore/PACKAGE.vcxproj b/src/LLVM/lib/VMCore/PACKAGE.vcxproj
deleted file mode 100644
index bfb1f2d..0000000
--- a/src/LLVM/lib/VMCore/PACKAGE.vcxproj
+++ /dev/null
@@ -1,277 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{1B050569-3318-48D9-8BB0-4DE9EF58B202}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>PACKAGE</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\VMCore;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\VMCore;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\VMCore;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\VMCore;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\PACKAGE_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/projects/INSTALL.vcxproj b/src/LLVM/projects/INSTALL.vcxproj
deleted file mode 100644
index e0a6290..0000000
--- a/src/LLVM/projects/INSTALL.vcxproj
+++ /dev/null
@@ -1,261 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{048BB775-7681-4EE1-AACF-5A067ACEEEA5}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>INSTALL</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\projects;..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\projects;..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\projects;..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\projects;..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\INSTALL_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\INSTALL_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H.. -B.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H.. -B.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H.. -B.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H.. -B.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/projects/PACKAGE.vcxproj b/src/LLVM/projects/PACKAGE.vcxproj
deleted file mode 100644
index f703f7a..0000000
--- a/src/LLVM/projects/PACKAGE.vcxproj
+++ /dev/null
@@ -1,277 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{1B050569-3318-48D9-8BB0-4DE9EF58B202}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>PACKAGE</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\projects;..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\projects;..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\projects;..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\projects;..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\PACKAGE_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H.. -B.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H.. -B.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H.. -B.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H.. -B.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/utils/FileCheck/INSTALL.vcxproj b/src/LLVM/utils/FileCheck/INSTALL.vcxproj
deleted file mode 100644
index f3e6a9d..0000000
--- a/src/LLVM/utils/FileCheck/INSTALL.vcxproj
+++ /dev/null
@@ -1,261 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{048BB775-7681-4EE1-AACF-5A067ACEEEA5}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>INSTALL</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\FileCheck;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\FileCheck;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\FileCheck;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\FileCheck;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\INSTALL_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\INSTALL_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/utils/FileCheck/PACKAGE.vcxproj b/src/LLVM/utils/FileCheck/PACKAGE.vcxproj
deleted file mode 100644
index 6964f51..0000000
--- a/src/LLVM/utils/FileCheck/PACKAGE.vcxproj
+++ /dev/null
@@ -1,277 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{1B050569-3318-48D9-8BB0-4DE9EF58B202}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>PACKAGE</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\FileCheck;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\FileCheck;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\FileCheck;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\FileCheck;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\PACKAGE_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/utils/FileUpdate/INSTALL.vcxproj b/src/LLVM/utils/FileUpdate/INSTALL.vcxproj
deleted file mode 100644
index 4eb24d6..0000000
--- a/src/LLVM/utils/FileUpdate/INSTALL.vcxproj
+++ /dev/null
@@ -1,261 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{048BB775-7681-4EE1-AACF-5A067ACEEEA5}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>INSTALL</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\FileUpdate;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\FileUpdate;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\FileUpdate;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\FileUpdate;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\INSTALL_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\INSTALL_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/utils/FileUpdate/PACKAGE.vcxproj b/src/LLVM/utils/FileUpdate/PACKAGE.vcxproj
deleted file mode 100644
index fd8449c..0000000
--- a/src/LLVM/utils/FileUpdate/PACKAGE.vcxproj
+++ /dev/null
@@ -1,277 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{1B050569-3318-48D9-8BB0-4DE9EF58B202}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>PACKAGE</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\FileUpdate;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\FileUpdate;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\FileUpdate;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\FileUpdate;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\PACKAGE_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/utils/TableGen/INSTALL.vcxproj b/src/LLVM/utils/TableGen/INSTALL.vcxproj
deleted file mode 100644
index 366e1d9..0000000
--- a/src/LLVM/utils/TableGen/INSTALL.vcxproj
+++ /dev/null
@@ -1,261 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{048BB775-7681-4EE1-AACF-5A067ACEEEA5}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>INSTALL</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\TableGen;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\TableGen;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\TableGen;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\TableGen;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\INSTALL_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\INSTALL_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/utils/TableGen/PACKAGE.vcxproj b/src/LLVM/utils/TableGen/PACKAGE.vcxproj
deleted file mode 100644
index 74af67e..0000000
--- a/src/LLVM/utils/TableGen/PACKAGE.vcxproj
+++ /dev/null
@@ -1,277 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{1B050569-3318-48D9-8BB0-4DE9EF58B202}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>PACKAGE</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\TableGen;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\TableGen;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\TableGen;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\TableGen;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\PACKAGE_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/utils/count/INSTALL.vcxproj b/src/LLVM/utils/count/INSTALL.vcxproj
deleted file mode 100644
index af6d5fd..0000000
--- a/src/LLVM/utils/count/INSTALL.vcxproj
+++ /dev/null
@@ -1,261 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{048BB775-7681-4EE1-AACF-5A067ACEEEA5}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>INSTALL</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\count;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\count;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\count;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\count;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\INSTALL_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\INSTALL_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/utils/count/PACKAGE.vcxproj b/src/LLVM/utils/count/PACKAGE.vcxproj
deleted file mode 100644
index cc7a80b..0000000
--- a/src/LLVM/utils/count/PACKAGE.vcxproj
+++ /dev/null
@@ -1,277 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{1B050569-3318-48D9-8BB0-4DE9EF58B202}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>PACKAGE</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\count;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\count;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\count;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\count;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\PACKAGE_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/utils/llvm-lit/INSTALL.vcxproj b/src/LLVM/utils/llvm-lit/INSTALL.vcxproj
deleted file mode 100644
index d24593d..0000000
--- a/src/LLVM/utils/llvm-lit/INSTALL.vcxproj
+++ /dev/null
@@ -1,261 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{048BB775-7681-4EE1-AACF-5A067ACEEEA5}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>INSTALL</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\llvm-lit;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\llvm-lit;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\llvm-lit;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\llvm-lit;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\INSTALL_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\INSTALL_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;llvm-lit.in;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;llvm-lit.in;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;llvm-lit.in;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;llvm-lit.in;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/utils/llvm-lit/PACKAGE.vcxproj b/src/LLVM/utils/llvm-lit/PACKAGE.vcxproj
deleted file mode 100644
index a96e4a4..0000000
--- a/src/LLVM/utils/llvm-lit/PACKAGE.vcxproj
+++ /dev/null
@@ -1,277 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{1B050569-3318-48D9-8BB0-4DE9EF58B202}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>PACKAGE</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\llvm-lit;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\llvm-lit;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\llvm-lit;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\llvm-lit;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\PACKAGE_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;llvm-lit.in;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;llvm-lit.in;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;llvm-lit.in;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;llvm-lit.in;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/utils/not/INSTALL.vcxproj b/src/LLVM/utils/not/INSTALL.vcxproj
deleted file mode 100644
index e678da1..0000000
--- a/src/LLVM/utils/not/INSTALL.vcxproj
+++ /dev/null
@@ -1,261 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{048BB775-7681-4EE1-AACF-5A067ACEEEA5}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>INSTALL</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\not;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\not;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\not;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\not;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\INSTALL_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\INSTALL_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/INSTALL_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\INSTALL_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/LLVM/utils/not/PACKAGE.vcxproj b/src/LLVM/utils/not/PACKAGE.vcxproj
deleted file mode 100644
index 47b87e1..0000000
--- a/src/LLVM/utils/not/PACKAGE.vcxproj
+++ /dev/null
@@ -1,277 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="MinSizeRel|Win32">
- <Configuration>MinSizeRel</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="RelWithDebInfo|Win32">
- <Configuration>RelWithDebInfo</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGUID>{1B050569-3318-48D9-8BB0-4DE9EF58B202}</ProjectGUID>
- <Keyword>Win32Proj</Keyword>
- <Platform>Win32</Platform>
- <ProjectName>PACKAGE</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
- <ConfigurationType></ConfigurationType>
- <UseOfMfc>false</UseOfMfc>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\not;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\not;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\not;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
- <Midl>
- <AdditionalIncludeDirectories>..\not;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <OutputDirectory>$(IntDir)</OutputDirectory>
- <HeaderFileName>%(Filename).h</HeaderFileName>
- <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
- <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
- <ProxyFileName>%(Filename)_p.c</ProxyFileName>
- </Midl>
- <PostBuildEvent>
- <Message></Message>
- <Command>setlocal
-cd ..\..\..\LLVM
-if %errorlevel% neq 0 goto :cmEnd
-D:
-if %errorlevel% neq 0 goto :cmEnd
-"C:\Program Files (x86)\CMake 2.8\bin\cpack.exe" -C $(Configuration) --config ./CPackConfig.cmake
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeFiles\PACKAGE_force.rule">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-cd .
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles/PACKAGE_force.rule;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\PACKAGE_force</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="CMakeLists.txt">
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">CMakeFiles\generate.stamp</Outputs>
- <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule CMakeLists.txt</Message>
- <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
-"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../.. -B../.. --check-stamp-file CMakeFiles\generate.stamp
-if %errorlevel% neq 0 goto :cmEnd
-:cmEnd
-endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
-:cmErrorLevel
-exit /b %1
-:cmDone
-if %errorlevel% neq 0 goto :VCEnd</Command>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeLists.txt;CMakeLists.txt;CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">CMakeFiles\generate.stamp</Outputs>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\ALL_BUILD.vcxproj">
- <Project>17AECBCF-B2AE-4524-9010-9A175A8F6BFE</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
-</Project>
\ No newline at end of file
diff --git a/src/OpenGL/compiler/Android.mk b/src/OpenGL/compiler/Android.mk
index 2c4332f..2e56784 100644
--- a/src/OpenGL/compiler/Android.mk
+++ b/src/OpenGL/compiler/Android.mk
@@ -5,10 +5,9 @@
$(LOCAL_PATH)/../include \
$(LOCAL_PATH)/../ \
$(LOCAL_PATH)/../../ \
- $(LOCAL_PATH)/../../LLVM/include-android \
- $(LOCAL_PATH)/../../LLVM/include-linux \
- $(LOCAL_PATH)/../../LLVM/include \
- $(LOCAL_PATH)/../../LLVM/lib/Target/X86 \
+ $(LOCAL_PATH)/../../../third_party/LLVM/include-android \
+ $(LOCAL_PATH)/../../../third_party/LLVM/include \
+ $(LOCAL_PATH)/../../../third_party/LLVM/lib/Target/X86 \
$(LOCAL_PATH)/../../Renderer/ \
$(LOCAL_PATH)/../../Common/ \
$(LOCAL_PATH)/../../Shader/ \
diff --git a/src/OpenGL/libGLES_CM/Android.mk b/src/OpenGL/libGLES_CM/Android.mk
index 9979173..c2f1c48 100644
--- a/src/OpenGL/libGLES_CM/Android.mk
+++ b/src/OpenGL/libGLES_CM/Android.mk
@@ -40,10 +40,9 @@
$(LOCAL_PATH)/../include \
$(LOCAL_PATH)/../ \
$(LOCAL_PATH)/../../ \
- $(LOCAL_PATH)/../../LLVM/include-android \
- $(LOCAL_PATH)/../../LLVM/include-linux \
- $(LOCAL_PATH)/../../LLVM/include \
- $(LOCAL_PATH)/../../LLVM/lib/Target/X86 \
+ $(LOCAL_PATH)/../../../third_party/LLVM/include-android \
+ $(LOCAL_PATH)/../../../third_party/LLVM/include \
+ $(LOCAL_PATH)/../../../third_party/LLVM/lib/Target/X86 \
$(LOCAL_PATH)/../../Renderer/ \
$(LOCAL_PATH)/../../Common/ \
$(LOCAL_PATH)/../../Shader/ \
diff --git a/src/OpenGL/libGLES_CM/libGLES_CM.cbp b/src/OpenGL/libGLES_CM/libGLES_CM.cbp
index fdc0936..61f0d15 100644
--- a/src/OpenGL/libGLES_CM/libGLES_CM.cbp
+++ b/src/OpenGL/libGLES_CM/libGLES_CM.cbp
@@ -19,7 +19,7 @@
</Compiler>
<Linker>
<Add option="-m32" />
- <Add library="./../../LLVM/bin/x86/Debug/libLLVM.a" />
+ <Add library="./../../../third_party/LLVM/bin/x86/Debug/libLLVM.a" />
</Linker>
<ExtraCommands>
<Add after="ln -s -f ./libGLES_CM.so.1 ./../../../lib/Debug_x86/libGLES_CM.so" />
@@ -48,7 +48,7 @@
<Add option="-s" />
<Add option="-m32" />
<Add option="-Wl,--gc-sections" />
- <Add library="./../../LLVM/bin/x86/Release/libLLVM.a" />
+ <Add library="./../../../third_party/LLVM/bin/x86/Release/libLLVM.a" />
</Linker>
<ExtraCommands>
<Add after="ln -s -f ./libGLES_CM.so.1 ./../../../lib/Release_x86/libGLES_CM.so" />
@@ -70,7 +70,7 @@
</Compiler>
<Linker>
<Add option="-m64" />
- <Add library="./../../LLVM/bin/x64/Debug/libLLVM.a" />
+ <Add library="./../../../third_party/LLVM/bin/x64/Debug/libLLVM.a" />
</Linker>
<ExtraCommands>
<Add after="ln -s -f ./libGLES_CM.so.1 ./../../../lib/Debug_x64/libGLES_CM.so" />
@@ -100,7 +100,7 @@
<Add option="-s" />
<Add option="-m64" />
<Add option="-Wl,--gc-sections" />
- <Add library="./../../LLVM/bin/x64/Release/libLLVM.a" />
+ <Add library="./../../../third_party/LLVM/bin/x64/Release/libLLVM.a" />
</Linker>
<ExtraCommands>
<Add after="ln -s -f ./libGLES_CM.so.1 ./../../../lib/Release_x64/libGLES_CM.so" />
@@ -125,9 +125,9 @@
<Add directory="./../" />
<Add directory="./../include/" />
<Add directory="./../../" />
- <Add directory="./../../LLVM/include-linux/" />
- <Add directory="./../../LLVM/include/" />
- <Add directory="./../../LLVM/lib/Target/X86" />
+ <Add directory="./../../../third_party/LLVM/include-linux/" />
+ <Add directory="./../../../third_party/LLVM/include/" />
+ <Add directory="./../../../third_party/LLVM/lib/Target/X86" />
<Add directory="./../../Renderer/" />
<Add directory="./../../Common/" />
<Add directory="./../../Shader/" />
diff --git a/src/OpenGL/libGLESv2/Android.mk b/src/OpenGL/libGLESv2/Android.mk
index ddaa46f..19f0708 100644
--- a/src/OpenGL/libGLESv2/Android.mk
+++ b/src/OpenGL/libGLESv2/Android.mk
@@ -46,10 +46,9 @@
$(LOCAL_PATH)/../include \
$(LOCAL_PATH)/../ \
$(LOCAL_PATH)/../../ \
- $(LOCAL_PATH)/../../LLVM/include-android \
- $(LOCAL_PATH)/../../LLVM/include-linux \
- $(LOCAL_PATH)/../../LLVM/include \
- $(LOCAL_PATH)/../../LLVM/lib/Target/X86 \
+ $(LOCAL_PATH)/../../../third_party/LLVM/include-android \
+ $(LOCAL_PATH)/../../../third_party/LLVM/include \
+ $(LOCAL_PATH)/../../../third_party/LLVM/lib/Target/X86 \
$(LOCAL_PATH)/../../Renderer/ \
$(LOCAL_PATH)/../../Common/ \
$(LOCAL_PATH)/../../Shader/ \
diff --git a/src/OpenGL/libGLESv2/libGLESv2.cbp b/src/OpenGL/libGLESv2/libGLESv2.cbp
index 4cd90e5..7340fe4 100644
--- a/src/OpenGL/libGLESv2/libGLESv2.cbp
+++ b/src/OpenGL/libGLESv2/libGLESv2.cbp
@@ -19,7 +19,7 @@
</Compiler>
<Linker>
<Add option="-m32" />
- <Add library="./../../LLVM/bin/x86/Debug/libLLVM.a" />
+ <Add library="./../../../third_party/LLVM/bin/x86/Debug/libLLVM.a" />
</Linker>
<ExtraCommands>
<Add after="ln -s -f ./libGLESv2.so.2 ./../../../lib/Debug_x86/libGLESv2.so" />
@@ -48,7 +48,7 @@
<Add option="-s" />
<Add option="-m32" />
<Add option="-Wl,--gc-sections" />
- <Add library="./../../LLVM/bin/x86/Release/libLLVM.a" />
+ <Add library="./../../../third_party/LLVM/bin/x86/Release/libLLVM.a" />
</Linker>
<ExtraCommands>
<Add after="ln -s -f ./libGLESv2.so.2 ./../../../lib/Release_x86/libGLESv2.so" />
@@ -70,7 +70,7 @@
</Compiler>
<Linker>
<Add option="-m64" />
- <Add library="./../../LLVM/bin/x64/Debug/libLLVM.a" />
+ <Add library="./../../../third_party/LLVM/bin/x64/Debug/libLLVM.a" />
</Linker>
<ExtraCommands>
<Add after="ln -s -f ./libGLESv2.so.2 ./../../../lib/Debug_x64/libGLESv2.so" />
@@ -100,7 +100,7 @@
<Add option="-s" />
<Add option="-m64" />
<Add option="-Wl,--gc-sections" />
- <Add library="./../../LLVM/bin/x64/Release/libLLVM.a" />
+ <Add library="./../../../third_party/LLVM/bin/x64/Release/libLLVM.a" />
</Linker>
<ExtraCommands>
<Add after="ln -s -f ./libGLESv2.so.2 ./../../../lib/Release_x64/libGLESv2.so" />
@@ -124,9 +124,9 @@
<Add directory="./../" />
<Add directory="./../include/" />
<Add directory="./../../" />
- <Add directory="./../../LLVM/include-linux/" />
- <Add directory="./../../LLVM/include/" />
- <Add directory="./../../LLVM/lib/Target/X86" />
+ <Add directory="./../../../third_party/LLVM/include-linux/" />
+ <Add directory="./../../../third_party/LLVM/include/" />
+ <Add directory="./../../../third_party/LLVM/lib/Target/X86" />
<Add directory="./../../Renderer/" />
<Add directory="./../../Common/" />
<Add directory="./../../Shader/" />
diff --git a/src/Reactor/Reactor.vcxproj b/src/Reactor/Reactor.vcxproj
index be56c44..8b2bc66 100644
--- a/src/Reactor/Reactor.vcxproj
+++ b/src/Reactor/Reactor.vcxproj
@@ -109,7 +109,7 @@
<ClCompile>
<Optimization>Disabled</Optimization>
<IntrinsicFunctions>true</IntrinsicFunctions>
- <AdditionalIncludeDirectories>..\;..\LLVM\include;..\LLVM\win32;..\Common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <AdditionalIncludeDirectories>..\;..\..\third_party\LLVM\include;..\..\third_party\LLVM\win32;..\Common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB; _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<MinimalRebuild>true</MinimalRebuild>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
@@ -130,7 +130,7 @@
</Midl>
<ClCompile>
<Optimization>Disabled</Optimization>
- <AdditionalIncludeDirectories>..\;..\LLVM\include;..\LLVM\win32;..\Common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <AdditionalIncludeDirectories>..\;..\..\third_party\LLVM\include;..\..\third_party\LLVM\win32;..\Common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB; _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<MinimalRebuild>true</MinimalRebuild>
<ExceptionHandling>
@@ -156,7 +156,7 @@
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
<OmitFramePointers>true</OmitFramePointers>
<WholeProgramOptimization>true</WholeProgramOptimization>
- <AdditionalIncludeDirectories>..\;..\LLVM\include;..\LLVM\win32;..\Common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <AdditionalIncludeDirectories>..\;..\..\third_party\LLVM\include;..\..\third_party\LLVM\win32;..\Common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_SECURE_SCL=0;_HAS_EXCEPTIONS=0; _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ExceptionHandling>false</ExceptionHandling>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
@@ -183,7 +183,7 @@
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
<OmitFramePointers>false</OmitFramePointers>
<WholeProgramOptimization>false</WholeProgramOptimization>
- <AdditionalIncludeDirectories>..\;..\LLVM\include;..\LLVM\win32;..\Common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <AdditionalIncludeDirectories>..\;..\..\third_party\LLVM\include;..\..\third_party\LLVM\win32;..\Common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_SECURE_SCL=0;_HAS_EXCEPTIONS=0; _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ExceptionHandling>false</ExceptionHandling>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
@@ -212,7 +212,7 @@
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
<OmitFramePointers>true</OmitFramePointers>
<WholeProgramOptimization>true</WholeProgramOptimization>
- <AdditionalIncludeDirectories>..\;..\LLVM\include;..\LLVM\win32;..\Common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <AdditionalIncludeDirectories>..\;..\..\third_party\LLVM\include;..\..\third_party\LLVM\win32;..\Common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_SECURE_SCL=0;_HAS_EXCEPTIONS=0; _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ExceptionHandling>false</ExceptionHandling>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
@@ -241,7 +241,7 @@
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
<OmitFramePointers>false</OmitFramePointers>
<WholeProgramOptimization>false</WholeProgramOptimization>
- <AdditionalIncludeDirectories>..\;..\LLVM\include;..\LLVM\win32;..\Common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <AdditionalIncludeDirectories>..\;..\..\third_party\LLVM\include;..\..\third_party\LLVM\win32;..\Common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_SECURE_SCL=0;_HAS_EXCEPTIONS=0; _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ExceptionHandling>false</ExceptionHandling>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
@@ -274,7 +274,7 @@
<ClInclude Include="x86.hpp" />
</ItemGroup>
<ItemGroup>
- <ProjectReference Include="..\LLVM\include\llvm\intrinsics_gen.vcxproj">
+ <ProjectReference Include="..\..\third_party\LLVM\include\llvm\intrinsics_gen.vcxproj">
<Project>{e9b87b46-1eb0-4d95-9049-41b148fbadcd}</Project>
<Private>true</Private>
<ReferenceOutputAssembly>true</ReferenceOutputAssembly>
@@ -282,7 +282,7 @@
<LinkLibraryDependencies>true</LinkLibraryDependencies>
<UseLibraryDependencyInputs>false</UseLibraryDependencyInputs>
</ProjectReference>
- <ProjectReference Include="..\LLVM\lib\Analysis\LLVMAnalysis.vcxproj">
+ <ProjectReference Include="..\..\third_party\LLVM\lib\Analysis\LLVMAnalysis.vcxproj">
<Project>{97edf19c-6360-4770-9255-eba2f1a13e9b}</Project>
<Private>true</Private>
<ReferenceOutputAssembly>true</ReferenceOutputAssembly>
@@ -290,7 +290,7 @@
<LinkLibraryDependencies>true</LinkLibraryDependencies>
<UseLibraryDependencyInputs>false</UseLibraryDependencyInputs>
</ProjectReference>
- <ProjectReference Include="..\LLVM\lib\CodeGen\LLVMCodeGen.vcxproj">
+ <ProjectReference Include="..\..\third_party\LLVM\lib\CodeGen\LLVMCodeGen.vcxproj">
<Project>{7be5f26f-0525-42bb-aaed-56c5b4582b99}</Project>
<Private>true</Private>
<ReferenceOutputAssembly>true</ReferenceOutputAssembly>
@@ -298,7 +298,7 @@
<LinkLibraryDependencies>true</LinkLibraryDependencies>
<UseLibraryDependencyInputs>false</UseLibraryDependencyInputs>
</ProjectReference>
- <ProjectReference Include="..\LLVM\lib\CodeGen\SelectionDAG\LLVMSelectionDAG.vcxproj">
+ <ProjectReference Include="..\..\third_party\LLVM\lib\CodeGen\SelectionDAG\LLVMSelectionDAG.vcxproj">
<Project>{cdc80e5c-954b-4bcb-8c81-58645f5103a5}</Project>
<Private>true</Private>
<ReferenceOutputAssembly>true</ReferenceOutputAssembly>
@@ -306,7 +306,7 @@
<LinkLibraryDependencies>true</LinkLibraryDependencies>
<UseLibraryDependencyInputs>false</UseLibraryDependencyInputs>
</ProjectReference>
- <ProjectReference Include="..\LLVM\lib\ExecutionEngine\JIT\LLVMJIT.vcxproj">
+ <ProjectReference Include="..\..\third_party\LLVM\lib\ExecutionEngine\JIT\LLVMJIT.vcxproj">
<Project>{f03005cf-b4db-46d1-b673-e268c3b0c3f7}</Project>
<Private>true</Private>
<ReferenceOutputAssembly>true</ReferenceOutputAssembly>
@@ -314,7 +314,7 @@
<LinkLibraryDependencies>true</LinkLibraryDependencies>
<UseLibraryDependencyInputs>false</UseLibraryDependencyInputs>
</ProjectReference>
- <ProjectReference Include="..\LLVM\lib\ExecutionEngine\LLVMExecutionEngine.vcxproj">
+ <ProjectReference Include="..\..\third_party\LLVM\lib\ExecutionEngine\LLVMExecutionEngine.vcxproj">
<Project>{75362c64-1b52-4266-b079-22c8e00f53d5}</Project>
<Private>true</Private>
<ReferenceOutputAssembly>true</ReferenceOutputAssembly>
@@ -322,7 +322,7 @@
<LinkLibraryDependencies>true</LinkLibraryDependencies>
<UseLibraryDependencyInputs>false</UseLibraryDependencyInputs>
</ProjectReference>
- <ProjectReference Include="..\LLVM\lib\MC\LLVMMC.vcxproj">
+ <ProjectReference Include="..\..\third_party\LLVM\lib\MC\LLVMMC.vcxproj">
<Project>{8ab70e5d-2814-4682-af9f-3062758baeab}</Project>
<Private>true</Private>
<ReferenceOutputAssembly>true</ReferenceOutputAssembly>
@@ -330,7 +330,7 @@
<LinkLibraryDependencies>true</LinkLibraryDependencies>
<UseLibraryDependencyInputs>false</UseLibraryDependencyInputs>
</ProjectReference>
- <ProjectReference Include="..\LLVM\lib\Support\LLVMSupport.vcxproj">
+ <ProjectReference Include="..\..\third_party\LLVM\lib\Support\LLVMSupport.vcxproj">
<Project>{c688dd59-c6cb-4b33-b56f-a7d6f3761524}</Project>
<Private>true</Private>
<ReferenceOutputAssembly>true</ReferenceOutputAssembly>
@@ -338,7 +338,7 @@
<LinkLibraryDependencies>true</LinkLibraryDependencies>
<UseLibraryDependencyInputs>false</UseLibraryDependencyInputs>
</ProjectReference>
- <ProjectReference Include="..\LLVM\lib\TableGen\LLVMTableGen.vcxproj">
+ <ProjectReference Include="..\..\third_party\LLVM\lib\TableGen\LLVMTableGen.vcxproj">
<Project>{bd8ee868-0d68-4a92-b277-3c9ebdc5ec3c}</Project>
<Private>true</Private>
<ReferenceOutputAssembly>true</ReferenceOutputAssembly>
@@ -346,7 +346,7 @@
<LinkLibraryDependencies>true</LinkLibraryDependencies>
<UseLibraryDependencyInputs>false</UseLibraryDependencyInputs>
</ProjectReference>
- <ProjectReference Include="..\LLVM\lib\Target\LLVMTarget.vcxproj">
+ <ProjectReference Include="..\..\third_party\LLVM\lib\Target\LLVMTarget.vcxproj">
<Project>{76f7b8c2-c825-40dc-bb68-9d987275e320}</Project>
<Private>true</Private>
<ReferenceOutputAssembly>true</ReferenceOutputAssembly>
@@ -354,7 +354,7 @@
<LinkLibraryDependencies>true</LinkLibraryDependencies>
<UseLibraryDependencyInputs>false</UseLibraryDependencyInputs>
</ProjectReference>
- <ProjectReference Include="..\LLVM\lib\Target\X86\InstPrinter\LLVMX86AsmPrinter.vcxproj">
+ <ProjectReference Include="..\..\third_party\LLVM\lib\Target\X86\InstPrinter\LLVMX86AsmPrinter.vcxproj">
<Project>{80fe41df-5232-4fc1-8697-461026a708cf}</Project>
<Private>true</Private>
<ReferenceOutputAssembly>true</ReferenceOutputAssembly>
@@ -362,7 +362,7 @@
<LinkLibraryDependencies>true</LinkLibraryDependencies>
<UseLibraryDependencyInputs>false</UseLibraryDependencyInputs>
</ProjectReference>
- <ProjectReference Include="..\LLVM\lib\Target\X86\LLVMX86CodeGen.vcxproj">
+ <ProjectReference Include="..\..\third_party\LLVM\lib\Target\X86\LLVMX86CodeGen.vcxproj">
<Project>{f513cbef-b281-4b76-9cb5-7d31cecc739a}</Project>
<Private>true</Private>
<ReferenceOutputAssembly>true</ReferenceOutputAssembly>
@@ -370,7 +370,7 @@
<LinkLibraryDependencies>true</LinkLibraryDependencies>
<UseLibraryDependencyInputs>false</UseLibraryDependencyInputs>
</ProjectReference>
- <ProjectReference Include="..\LLVM\lib\Target\X86\MCTargetDesc\LLVMX86Desc.vcxproj">
+ <ProjectReference Include="..\..\third_party\LLVM\lib\Target\X86\MCTargetDesc\LLVMX86Desc.vcxproj">
<Project>{5c3dad88-8163-499d-bb6c-6f44174f87b6}</Project>
<Private>true</Private>
<ReferenceOutputAssembly>true</ReferenceOutputAssembly>
@@ -378,7 +378,7 @@
<LinkLibraryDependencies>true</LinkLibraryDependencies>
<UseLibraryDependencyInputs>false</UseLibraryDependencyInputs>
</ProjectReference>
- <ProjectReference Include="..\LLVM\lib\Target\X86\TargetInfo\LLVMX86Info.vcxproj">
+ <ProjectReference Include="..\..\third_party\LLVM\lib\Target\X86\TargetInfo\LLVMX86Info.vcxproj">
<Project>{180da636-1b92-4dd4-af86-db32bbf7bdac}</Project>
<Private>true</Private>
<ReferenceOutputAssembly>true</ReferenceOutputAssembly>
@@ -386,7 +386,7 @@
<LinkLibraryDependencies>true</LinkLibraryDependencies>
<UseLibraryDependencyInputs>false</UseLibraryDependencyInputs>
</ProjectReference>
- <ProjectReference Include="..\LLVM\lib\Target\X86\Utils\LLVMX86Utils.vcxproj">
+ <ProjectReference Include="..\..\third_party\LLVM\lib\Target\X86\Utils\LLVMX86Utils.vcxproj">
<Project>{9deaa5e7-d432-4770-b96d-221b56d74fcc}</Project>
<Private>true</Private>
<ReferenceOutputAssembly>true</ReferenceOutputAssembly>
@@ -394,7 +394,7 @@
<LinkLibraryDependencies>true</LinkLibraryDependencies>
<UseLibraryDependencyInputs>false</UseLibraryDependencyInputs>
</ProjectReference>
- <ProjectReference Include="..\LLVM\lib\Target\X86\X86CommonTableGen.vcxproj">
+ <ProjectReference Include="..\..\third_party\LLVM\lib\Target\X86\X86CommonTableGen.vcxproj">
<Project>{531b1d71-5ee6-4576-971e-9cc28b0b3868}</Project>
<Private>true</Private>
<ReferenceOutputAssembly>true</ReferenceOutputAssembly>
@@ -402,7 +402,7 @@
<LinkLibraryDependencies>true</LinkLibraryDependencies>
<UseLibraryDependencyInputs>false</UseLibraryDependencyInputs>
</ProjectReference>
- <ProjectReference Include="..\LLVM\lib\Transforms\InstCombine\LLVMInstCombine.vcxproj">
+ <ProjectReference Include="..\..\third_party\LLVM\lib\Transforms\InstCombine\LLVMInstCombine.vcxproj">
<Project>{d35c7204-d4e0-4ee5-8b6d-ba1b589f5d36}</Project>
<Private>true</Private>
<ReferenceOutputAssembly>true</ReferenceOutputAssembly>
@@ -410,7 +410,7 @@
<LinkLibraryDependencies>true</LinkLibraryDependencies>
<UseLibraryDependencyInputs>false</UseLibraryDependencyInputs>
</ProjectReference>
- <ProjectReference Include="..\LLVM\lib\Transforms\Scalar\LLVMScalarOpts.vcxproj">
+ <ProjectReference Include="..\..\third_party\LLVM\lib\Transforms\Scalar\LLVMScalarOpts.vcxproj">
<Project>{a3c67d8f-e19a-46ef-91ab-c7840fe2b97c}</Project>
<Private>true</Private>
<ReferenceOutputAssembly>true</ReferenceOutputAssembly>
@@ -418,7 +418,7 @@
<LinkLibraryDependencies>true</LinkLibraryDependencies>
<UseLibraryDependencyInputs>false</UseLibraryDependencyInputs>
</ProjectReference>
- <ProjectReference Include="..\LLVM\lib\Transforms\Utils\LLVMTransformUtils.vcxproj">
+ <ProjectReference Include="..\..\third_party\LLVM\lib\Transforms\Utils\LLVMTransformUtils.vcxproj">
<Project>{5c514254-58ee-4850-8743-f5d7beaa3e66}</Project>
<Private>true</Private>
<ReferenceOutputAssembly>true</ReferenceOutputAssembly>
@@ -426,7 +426,7 @@
<LinkLibraryDependencies>true</LinkLibraryDependencies>
<UseLibraryDependencyInputs>false</UseLibraryDependencyInputs>
</ProjectReference>
- <ProjectReference Include="..\LLVM\lib\VMCore\LLVMCore.vcxproj">
+ <ProjectReference Include="..\..\third_party\LLVM\lib\VMCore\LLVMCore.vcxproj">
<Project>{00f3295c-f7a0-43d3-bd0b-1bc0515b30e1}</Project>
<Private>true</Private>
<ReferenceOutputAssembly>true</ReferenceOutputAssembly>
@@ -434,7 +434,7 @@
<LinkLibraryDependencies>true</LinkLibraryDependencies>
<UseLibraryDependencyInputs>false</UseLibraryDependencyInputs>
</ProjectReference>
- <ProjectReference Include="..\LLVM\utils\TableGen\llvm-tblgen.vcxproj">
+ <ProjectReference Include="..\..\third_party\LLVM\utils\TableGen\llvm-tblgen.vcxproj">
<Project>{1f8587cb-0779-44bb-afa4-03dd8a036d75}</Project>
<Private>true</Private>
<ReferenceOutputAssembly>true</ReferenceOutputAssembly>
diff --git a/src/SwiftShader.sln b/src/SwiftShader.sln
index 887e91c..89db91c 100644
--- a/src/SwiftShader.sln
+++ b/src/SwiftShader.sln
@@ -26,7 +26,7 @@
{7B02CB19-4CDF-4F79-BC9B-7F3F6164A003} = {7B02CB19-4CDF-4F79-BC9B-7F3F6164A003}
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LLVMAnalysis", "LLVM\lib\Analysis\LLVMAnalysis.vcxproj", "{97EDF19C-6360-4770-9255-EBA2F1A13E9B}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LLVMAnalysis", "..\third_party\LLVM\lib\Analysis\LLVMAnalysis.vcxproj", "{97EDF19C-6360-4770-9255-EBA2F1A13E9B}"
ProjectSection(ProjectDependencies) = postProject
{E9B87B46-1EB0-4D95-9049-41B148FBADCD} = {E9B87B46-1EB0-4D95-9049-41B148FBADCD}
{C688DD59-C6CB-4B33-B56F-A7D6F3761524} = {C688DD59-C6CB-4B33-B56F-A7D6F3761524}
@@ -34,7 +34,7 @@
{76F7B8C2-C825-40DC-BB68-9D987275E320} = {76F7B8C2-C825-40DC-BB68-9D987275E320}
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LLVMCodeGen", "LLVM\lib\CodeGen\LLVMCodeGen.vcxproj", "{7BE5F26F-0525-42BB-AAED-56C5B4582B99}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LLVMCodeGen", "..\third_party\LLVM\lib\CodeGen\LLVMCodeGen.vcxproj", "{7BE5F26F-0525-42BB-AAED-56C5B4582B99}"
ProjectSection(ProjectDependencies) = postProject
{E9B87B46-1EB0-4D95-9049-41B148FBADCD} = {E9B87B46-1EB0-4D95-9049-41B148FBADCD}
{5C514254-58EE-4850-8743-F5D7BEAA3E66} = {5C514254-58EE-4850-8743-F5D7BEAA3E66}
@@ -46,13 +46,13 @@
{76F7B8C2-C825-40DC-BB68-9D987275E320} = {76F7B8C2-C825-40DC-BB68-9D987275E320}
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LLVMCore", "LLVM\lib\VMCore\LLVMCore.vcxproj", "{00F3295C-F7A0-43D3-BD0B-1BC0515B30E1}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LLVMCore", "..\third_party\LLVM\lib\VMCore\LLVMCore.vcxproj", "{00F3295C-F7A0-43D3-BD0B-1BC0515B30E1}"
ProjectSection(ProjectDependencies) = postProject
{E9B87B46-1EB0-4D95-9049-41B148FBADCD} = {E9B87B46-1EB0-4D95-9049-41B148FBADCD}
{C688DD59-C6CB-4B33-B56F-A7D6F3761524} = {C688DD59-C6CB-4B33-B56F-A7D6F3761524}
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LLVMExecutionEngine", "LLVM\lib\ExecutionEngine\LLVMExecutionEngine.vcxproj", "{75362C64-1B52-4266-B079-22C8E00F53D5}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LLVMExecutionEngine", "..\third_party\LLVM\lib\ExecutionEngine\LLVMExecutionEngine.vcxproj", "{75362C64-1B52-4266-B079-22C8E00F53D5}"
ProjectSection(ProjectDependencies) = postProject
{E9B87B46-1EB0-4D95-9049-41B148FBADCD} = {E9B87B46-1EB0-4D95-9049-41B148FBADCD}
{C688DD59-C6CB-4B33-B56F-A7D6F3761524} = {C688DD59-C6CB-4B33-B56F-A7D6F3761524}
@@ -61,7 +61,7 @@
{76F7B8C2-C825-40DC-BB68-9D987275E320} = {76F7B8C2-C825-40DC-BB68-9D987275E320}
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LLVMInstCombine", "LLVM\lib\Transforms\InstCombine\LLVMInstCombine.vcxproj", "{D35C7204-D4E0-4EE5-8B6D-BA1B589F5D36}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LLVMInstCombine", "..\third_party\LLVM\lib\Transforms\InstCombine\LLVMInstCombine.vcxproj", "{D35C7204-D4E0-4EE5-8B6D-BA1B589F5D36}"
ProjectSection(ProjectDependencies) = postProject
{E9B87B46-1EB0-4D95-9049-41B148FBADCD} = {E9B87B46-1EB0-4D95-9049-41B148FBADCD}
{5C514254-58EE-4850-8743-F5D7BEAA3E66} = {5C514254-58EE-4850-8743-F5D7BEAA3E66}
@@ -71,7 +71,7 @@
{76F7B8C2-C825-40DC-BB68-9D987275E320} = {76F7B8C2-C825-40DC-BB68-9D987275E320}
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LLVMJIT", "LLVM\lib\ExecutionEngine\JIT\LLVMJIT.vcxproj", "{F03005CF-B4DB-46D1-B673-E268C3B0C3F7}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LLVMJIT", "..\third_party\LLVM\lib\ExecutionEngine\JIT\LLVMJIT.vcxproj", "{F03005CF-B4DB-46D1-B673-E268C3B0C3F7}"
ProjectSection(ProjectDependencies) = postProject
{E9B87B46-1EB0-4D95-9049-41B148FBADCD} = {E9B87B46-1EB0-4D95-9049-41B148FBADCD}
{C688DD59-C6CB-4B33-B56F-A7D6F3761524} = {C688DD59-C6CB-4B33-B56F-A7D6F3761524}
@@ -80,13 +80,13 @@
{76F7B8C2-C825-40DC-BB68-9D987275E320} = {76F7B8C2-C825-40DC-BB68-9D987275E320}
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LLVMMC", "LLVM\lib\MC\LLVMMC.vcxproj", "{8AB70E5D-2814-4682-AF9F-3062758BAEAB}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LLVMMC", "..\third_party\LLVM\lib\MC\LLVMMC.vcxproj", "{8AB70E5D-2814-4682-AF9F-3062758BAEAB}"
ProjectSection(ProjectDependencies) = postProject
{E9B87B46-1EB0-4D95-9049-41B148FBADCD} = {E9B87B46-1EB0-4D95-9049-41B148FBADCD}
{C688DD59-C6CB-4B33-B56F-A7D6F3761524} = {C688DD59-C6CB-4B33-B56F-A7D6F3761524}
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LLVMScalarOpts", "LLVM\lib\Transforms\Scalar\LLVMScalarOpts.vcxproj", "{A3C67D8F-E19A-46EF-91AB-C7840FE2B97C}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LLVMScalarOpts", "..\third_party\LLVM\lib\Transforms\Scalar\LLVMScalarOpts.vcxproj", "{A3C67D8F-E19A-46EF-91AB-C7840FE2B97C}"
ProjectSection(ProjectDependencies) = postProject
{D35C7204-D4E0-4EE5-8B6D-BA1B589F5D36} = {D35C7204-D4E0-4EE5-8B6D-BA1B589F5D36}
{E9B87B46-1EB0-4D95-9049-41B148FBADCD} = {E9B87B46-1EB0-4D95-9049-41B148FBADCD}
@@ -97,7 +97,7 @@
{76F7B8C2-C825-40DC-BB68-9D987275E320} = {76F7B8C2-C825-40DC-BB68-9D987275E320}
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LLVMSelectionDAG", "LLVM\lib\CodeGen\SelectionDAG\LLVMSelectionDAG.vcxproj", "{CDC80E5C-954B-4BCB-8C81-58645F5103A5}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LLVMSelectionDAG", "..\third_party\LLVM\lib\CodeGen\SelectionDAG\LLVMSelectionDAG.vcxproj", "{CDC80E5C-954B-4BCB-8C81-58645F5103A5}"
ProjectSection(ProjectDependencies) = postProject
{E9B87B46-1EB0-4D95-9049-41B148FBADCD} = {E9B87B46-1EB0-4D95-9049-41B148FBADCD}
{5C514254-58EE-4850-8743-F5D7BEAA3E66} = {5C514254-58EE-4850-8743-F5D7BEAA3E66}
@@ -109,14 +109,14 @@
{76F7B8C2-C825-40DC-BB68-9D987275E320} = {76F7B8C2-C825-40DC-BB68-9D987275E320}
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LLVMSupport", "LLVM\lib\Support\LLVMSupport.vcxproj", "{C688DD59-C6CB-4B33-B56F-A7D6F3761524}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LLVMSupport", "..\third_party\LLVM\lib\Support\LLVMSupport.vcxproj", "{C688DD59-C6CB-4B33-B56F-A7D6F3761524}"
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LLVMTableGen", "LLVM\lib\TableGen\LLVMTableGen.vcxproj", "{BD8EE868-0D68-4A92-B277-3C9EBDC5EC3C}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LLVMTableGen", "..\third_party\LLVM\lib\TableGen\LLVMTableGen.vcxproj", "{BD8EE868-0D68-4A92-B277-3C9EBDC5EC3C}"
ProjectSection(ProjectDependencies) = postProject
{C688DD59-C6CB-4B33-B56F-A7D6F3761524} = {C688DD59-C6CB-4B33-B56F-A7D6F3761524}
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LLVMTarget", "LLVM\lib\Target\LLVMTarget.vcxproj", "{76F7B8C2-C825-40DC-BB68-9D987275E320}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LLVMTarget", "..\third_party\LLVM\lib\Target\LLVMTarget.vcxproj", "{76F7B8C2-C825-40DC-BB68-9D987275E320}"
ProjectSection(ProjectDependencies) = postProject
{E9B87B46-1EB0-4D95-9049-41B148FBADCD} = {E9B87B46-1EB0-4D95-9049-41B148FBADCD}
{C688DD59-C6CB-4B33-B56F-A7D6F3761524} = {C688DD59-C6CB-4B33-B56F-A7D6F3761524}
@@ -124,7 +124,7 @@
{8AB70E5D-2814-4682-AF9F-3062758BAEAB} = {8AB70E5D-2814-4682-AF9F-3062758BAEAB}
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LLVMTransformUtils", "LLVM\lib\Transforms\Utils\LLVMTransformUtils.vcxproj", "{5C514254-58EE-4850-8743-F5D7BEAA3E66}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LLVMTransformUtils", "..\third_party\LLVM\lib\Transforms\Utils\LLVMTransformUtils.vcxproj", "{5C514254-58EE-4850-8743-F5D7BEAA3E66}"
ProjectSection(ProjectDependencies) = postProject
{E9B87B46-1EB0-4D95-9049-41B148FBADCD} = {E9B87B46-1EB0-4D95-9049-41B148FBADCD}
{C688DD59-C6CB-4B33-B56F-A7D6F3761524} = {C688DD59-C6CB-4B33-B56F-A7D6F3761524}
@@ -133,7 +133,7 @@
{76F7B8C2-C825-40DC-BB68-9D987275E320} = {76F7B8C2-C825-40DC-BB68-9D987275E320}
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LLVMX86AsmPrinter", "LLVM\lib\Target\X86\InstPrinter\LLVMX86AsmPrinter.vcxproj", "{80FE41DF-5232-4FC1-8697-461026A708CF}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LLVMX86AsmPrinter", "..\third_party\LLVM\lib\Target\X86\InstPrinter\LLVMX86AsmPrinter.vcxproj", "{80FE41DF-5232-4FC1-8697-461026A708CF}"
ProjectSection(ProjectDependencies) = postProject
{E9B87B46-1EB0-4D95-9049-41B148FBADCD} = {E9B87B46-1EB0-4D95-9049-41B148FBADCD}
{C688DD59-C6CB-4B33-B56F-A7D6F3761524} = {C688DD59-C6CB-4B33-B56F-A7D6F3761524}
@@ -142,7 +142,7 @@
{9DEAA5E7-D432-4770-B96D-221B56D74FCC} = {9DEAA5E7-D432-4770-B96D-221B56D74FCC}
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LLVMX86CodeGen", "LLVM\lib\Target\X86\LLVMX86CodeGen.vcxproj", "{F513CBEF-B281-4B76-9CB5-7D31CECC739A}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LLVMX86CodeGen", "..\third_party\LLVM\lib\Target\X86\LLVMX86CodeGen.vcxproj", "{F513CBEF-B281-4B76-9CB5-7D31CECC739A}"
ProjectSection(ProjectDependencies) = postProject
{E9B87B46-1EB0-4D95-9049-41B148FBADCD} = {E9B87B46-1EB0-4D95-9049-41B148FBADCD}
{C688DD59-C6CB-4B33-B56F-A7D6F3761524} = {C688DD59-C6CB-4B33-B56F-A7D6F3761524}
@@ -157,7 +157,7 @@
{80FE41DF-5232-4FC1-8697-461026A708CF} = {80FE41DF-5232-4FC1-8697-461026A708CF}
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LLVMX86Desc", "LLVM\lib\Target\X86\MCTargetDesc\LLVMX86Desc.vcxproj", "{5C3DAD88-8163-499D-BB6C-6F44174F87B6}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LLVMX86Desc", "..\third_party\LLVM\lib\Target\X86\MCTargetDesc\LLVMX86Desc.vcxproj", "{5C3DAD88-8163-499D-BB6C-6F44174F87B6}"
ProjectSection(ProjectDependencies) = postProject
{180DA636-1B92-4DD4-AF86-DB32BBF7BDAC} = {180DA636-1B92-4DD4-AF86-DB32BBF7BDAC}
{E9B87B46-1EB0-4D95-9049-41B148FBADCD} = {E9B87B46-1EB0-4D95-9049-41B148FBADCD}
@@ -167,7 +167,7 @@
{80FE41DF-5232-4FC1-8697-461026A708CF} = {80FE41DF-5232-4FC1-8697-461026A708CF}
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LLVMX86Info", "LLVM\lib\Target\X86\TargetInfo\LLVMX86Info.vcxproj", "{180DA636-1B92-4DD4-AF86-DB32BBF7BDAC}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LLVMX86Info", "..\third_party\LLVM\lib\Target\X86\TargetInfo\LLVMX86Info.vcxproj", "{180DA636-1B92-4DD4-AF86-DB32BBF7BDAC}"
ProjectSection(ProjectDependencies) = postProject
{E9B87B46-1EB0-4D95-9049-41B148FBADCD} = {E9B87B46-1EB0-4D95-9049-41B148FBADCD}
{C688DD59-C6CB-4B33-B56F-A7D6F3761524} = {C688DD59-C6CB-4B33-B56F-A7D6F3761524}
@@ -176,7 +176,7 @@
{76F7B8C2-C825-40DC-BB68-9D987275E320} = {76F7B8C2-C825-40DC-BB68-9D987275E320}
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LLVMX86Utils", "LLVM\lib\Target\X86\Utils\LLVMX86Utils.vcxproj", "{9DEAA5E7-D432-4770-B96D-221B56D74FCC}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LLVMX86Utils", "..\third_party\LLVM\lib\Target\X86\Utils\LLVMX86Utils.vcxproj", "{9DEAA5E7-D432-4770-B96D-221B56D74FCC}"
ProjectSection(ProjectDependencies) = postProject
{E9B87B46-1EB0-4D95-9049-41B148FBADCD} = {E9B87B46-1EB0-4D95-9049-41B148FBADCD}
{C688DD59-C6CB-4B33-B56F-A7D6F3761524} = {C688DD59-C6CB-4B33-B56F-A7D6F3761524}
@@ -184,18 +184,18 @@
{531B1D71-5EE6-4576-971E-9CC28B0B3868} = {531B1D71-5EE6-4576-971E-9CC28B0B3868}
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "X86CommonTableGen", "LLVM\lib\Target\X86\X86CommonTableGen.vcxproj", "{531B1D71-5EE6-4576-971E-9CC28B0B3868}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "X86CommonTableGen", "..\third_party\LLVM\lib\Target\X86\X86CommonTableGen.vcxproj", "{531B1D71-5EE6-4576-971E-9CC28B0B3868}"
ProjectSection(ProjectDependencies) = postProject
{E9B87B46-1EB0-4D95-9049-41B148FBADCD} = {E9B87B46-1EB0-4D95-9049-41B148FBADCD}
{1F8587CB-0779-44BB-AFA4-03DD8A036D75} = {1F8587CB-0779-44BB-AFA4-03DD8A036D75}
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "intrinsics_gen", "LLVM\include\llvm\intrinsics_gen.vcxproj", "{E9B87B46-1EB0-4D95-9049-41B148FBADCD}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "intrinsics_gen", "..\third_party\LLVM\include\llvm\intrinsics_gen.vcxproj", "{E9B87B46-1EB0-4D95-9049-41B148FBADCD}"
ProjectSection(ProjectDependencies) = postProject
{1F8587CB-0779-44BB-AFA4-03DD8A036D75} = {1F8587CB-0779-44BB-AFA4-03DD8A036D75}
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "llvm-tblgen", "LLVM\utils\TableGen\llvm-tblgen.vcxproj", "{1F8587CB-0779-44BB-AFA4-03DD8A036D75}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "llvm-tblgen", "..\third_party\LLVM\utils\TableGen\llvm-tblgen.vcxproj", "{1F8587CB-0779-44BB-AFA4-03DD8A036D75}"
ProjectSection(ProjectDependencies) = postProject
{C688DD59-C6CB-4B33-B56F-A7D6F3761524} = {C688DD59-C6CB-4B33-B56F-A7D6F3761524}
{BD8EE868-0D68-4A92-B277-3C9EBDC5EC3C} = {BD8EE868-0D68-4A92-B277-3C9EBDC5EC3C}
diff --git a/src/SwiftShader.workspace b/src/SwiftShader.workspace
index 2e3696c..52aa32b 100644
--- a/src/SwiftShader.workspace
+++ b/src/SwiftShader.workspace
@@ -3,12 +3,12 @@
<Workspace title="SwiftShader">
<Project filename="OpenGL/libEGL/libEGL.cbp" />
<Project filename="OpenGL/libGLESv2/libGLESv2.cbp">
- <Depends filename="LLVM/LLVM.cbp" />
+ <Depends filename="../third_party/LLVM/LLVM.cbp" />
</Project>
<Project filename="OpenGL/libGLES_CM/libGLES_CM.cbp">
- <Depends filename="LLVM/LLVM.cbp" />
+ <Depends filename="../third_party/LLVM/LLVM.cbp" />
</Project>
- <Project filename="LLVM/LLVM.cbp" />
+ <Project filename="../third_party/LLVM/LLVM.cbp" />
<Project filename="../third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/Build/OGLES2HelloAPI.cbp">
<Depends filename="OpenGL/libEGL/libEGL.cbp" />
<Depends filename="OpenGL/libGLESv2/libGLESv2.cbp" />
diff --git a/src/SwiftShader/SwiftShader.vcxproj b/src/SwiftShader/SwiftShader.vcxproj
index 01fadb2..c7011f0 100644
--- a/src/SwiftShader/SwiftShader.vcxproj
+++ b/src/SwiftShader/SwiftShader.vcxproj
@@ -117,7 +117,7 @@
<IntrinsicFunctions>true</IntrinsicFunctions>
<FavorSizeOrSpeed>Neither</FavorSizeOrSpeed>
<OmitFramePointers>false</OmitFramePointers>
- <AdditionalIncludeDirectories>..\;..\Main;..\Renderer;..\Shader;..\Common;..\SwiftAsm;..\libjpeg;..\SwiftShader;..\D3D9;..\Reactor;..\LLVM\include;..\LLVM\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <AdditionalIncludeDirectories>..\;..\Main;..\Renderer;..\Shader;..\Common;..\SwiftAsm;..\libjpeg;..\SwiftShader;..\D3D9;..\Reactor;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>DISPLAY_LOGO=0;WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<MinimalRebuild>true</MinimalRebuild>
<ExceptionHandling>
@@ -152,7 +152,7 @@
<IntrinsicFunctions>true</IntrinsicFunctions>
<FavorSizeOrSpeed>Neither</FavorSizeOrSpeed>
<OmitFramePointers>false</OmitFramePointers>
- <AdditionalIncludeDirectories>..\;..\Main;..\Renderer;..\Shader;..\Common;..\SwiftAsm;..\libjpeg;..\SwiftShader;..\D3D9;..\Reactor;..\LLVM\include;..\LLVM\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <AdditionalIncludeDirectories>..\;..\Main;..\Renderer;..\Shader;..\Common;..\SwiftAsm;..\libjpeg;..\SwiftShader;..\D3D9;..\Reactor;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>DISPLAY_LOGO=0;WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<MinimalRebuild>true</MinimalRebuild>
<ExceptionHandling>
@@ -185,7 +185,7 @@
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
<OmitFramePointers>true</OmitFramePointers>
<WholeProgramOptimization>true</WholeProgramOptimization>
- <AdditionalIncludeDirectories>..\;..\Main;..\Renderer;..\Shader;..\Common;..\SwiftAsm;..\libjpeg;..\SwiftShader;..\D3D9;..\Reactor;..\LLVM\include;..\LLVM\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <AdditionalIncludeDirectories>..\;..\Main;..\Renderer;..\Shader;..\Common;..\SwiftAsm;..\libjpeg;..\SwiftShader;..\D3D9;..\Reactor;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>DISPLAY_LOGO=1;WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_SECURE_SCL=0;_HAS_EXCEPTIONS=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ExceptionHandling>false</ExceptionHandling>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
@@ -218,7 +218,7 @@
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
<OmitFramePointers>false</OmitFramePointers>
<WholeProgramOptimization>false</WholeProgramOptimization>
- <AdditionalIncludeDirectories>..\;..\Main;..\Renderer;..\Shader;..\Common;..\SwiftAsm;..\libjpeg;..\SwiftShader;..\D3D9;..\Reactor;..\LLVM\include;..\LLVM\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <AdditionalIncludeDirectories>..\;..\Main;..\Renderer;..\Shader;..\Common;..\SwiftAsm;..\libjpeg;..\SwiftShader;..\D3D9;..\Reactor;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>DISPLAY_LOGO=0;WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_SECURE_SCL=0;_HAS_EXCEPTIONS=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ExceptionHandling>false</ExceptionHandling>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
@@ -253,7 +253,7 @@
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
<OmitFramePointers>true</OmitFramePointers>
<WholeProgramOptimization>true</WholeProgramOptimization>
- <AdditionalIncludeDirectories>..\;..\Main;..\Renderer;..\Shader;..\Common;..\SwiftAsm;..\libjpeg;..\SwiftShader;..\D3D9;..\Reactor;..\LLVM\include;..\LLVM\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <AdditionalIncludeDirectories>..\;..\Main;..\Renderer;..\Shader;..\Common;..\SwiftAsm;..\libjpeg;..\SwiftShader;..\D3D9;..\Reactor;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>DISPLAY_LOGO=1;WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_SECURE_SCL=0;_HAS_EXCEPTIONS=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ExceptionHandling>false</ExceptionHandling>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
@@ -289,7 +289,7 @@
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
<OmitFramePointers>false</OmitFramePointers>
<WholeProgramOptimization>false</WholeProgramOptimization>
- <AdditionalIncludeDirectories>..\;..\Main;..\Renderer;..\Shader;..\Common;..\SwiftAsm;..\libjpeg;..\SwiftShader;..\D3D9;..\Reactor;..\LLVM\include;..\LLVM\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <AdditionalIncludeDirectories>..\;..\Main;..\Renderer;..\Shader;..\Common;..\SwiftAsm;..\libjpeg;..\SwiftShader;..\D3D9;..\Reactor;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>DISPLAY_LOGO=0;WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_SECURE_SCL=0;_HAS_EXCEPTIONS=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ExceptionHandling>false</ExceptionHandling>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
diff --git a/third_party/Android.mk b/third_party/Android.mk
new file mode 100644
index 0000000..3daa3a0
--- /dev/null
+++ b/third_party/Android.mk
@@ -0,0 +1,19 @@
+#
+# Copyright 2015 The Android Open-Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+LOCAL_PATH:= $(call my-dir)
+
+include $(call all-makefiles-under,$(LOCAL_PATH))
diff --git a/src/LLVM/ALL_BUILD.vcxproj.filters b/third_party/LLVM/ALL_BUILD.vcxproj.filters
similarity index 100%
rename from src/LLVM/ALL_BUILD.vcxproj.filters
rename to third_party/LLVM/ALL_BUILD.vcxproj.filters
diff --git a/src/LLVM/Android.mk b/third_party/LLVM/Android.mk
similarity index 100%
rename from src/LLVM/Android.mk
rename to third_party/LLVM/Android.mk
diff --git a/src/LLVM/CREDITS.TXT b/third_party/LLVM/CREDITS.TXT
similarity index 100%
rename from src/LLVM/CREDITS.TXT
rename to third_party/LLVM/CREDITS.TXT
diff --git a/src/LLVM/FastIntrinsicID.patch b/third_party/LLVM/FastIntrinsicID.patch
similarity index 100%
rename from src/LLVM/FastIntrinsicID.patch
rename to third_party/LLVM/FastIntrinsicID.patch
diff --git a/src/LLVM/INSTALL.vcxproj.filters b/third_party/LLVM/INSTALL.vcxproj.filters
similarity index 100%
rename from src/LLVM/INSTALL.vcxproj.filters
rename to third_party/LLVM/INSTALL.vcxproj.filters
diff --git a/src/LLVM/LICENSE.TXT b/third_party/LLVM/LICENSE.TXT
similarity index 100%
rename from src/LLVM/LICENSE.TXT
rename to third_party/LLVM/LICENSE.TXT
diff --git a/src/LLVM/LLVM.cbp b/third_party/LLVM/LLVM.cbp
similarity index 100%
rename from src/LLVM/LLVM.cbp
rename to third_party/LLVM/LLVM.cbp
diff --git a/src/LLVM/Makefile b/third_party/LLVM/Makefile
similarity index 100%
rename from src/LLVM/Makefile
rename to third_party/LLVM/Makefile
diff --git a/src/LLVM/Makefile.common b/third_party/LLVM/Makefile.common
similarity index 100%
rename from src/LLVM/Makefile.common
rename to third_party/LLVM/Makefile.common
diff --git a/src/LLVM/Makefile.config.in b/third_party/LLVM/Makefile.config.in
similarity index 100%
rename from src/LLVM/Makefile.config.in
rename to third_party/LLVM/Makefile.config.in
diff --git a/src/LLVM/Makefile.rules b/third_party/LLVM/Makefile.rules
similarity index 100%
rename from src/LLVM/Makefile.rules
rename to third_party/LLVM/Makefile.rules
diff --git a/src/LLVM/ModuleInfo.txt b/third_party/LLVM/ModuleInfo.txt
similarity index 100%
rename from src/LLVM/ModuleInfo.txt
rename to third_party/LLVM/ModuleInfo.txt
diff --git a/src/LLVM/OnlyX86.patch b/third_party/LLVM/OnlyX86.patch
similarity index 99%
rename from src/LLVM/OnlyX86.patch
rename to third_party/LLVM/OnlyX86.patch
index 11bd429..c837c73 100644
--- a/src/LLVM/OnlyX86.patch
+++ b/third_party/LLVM/OnlyX86.patch
@@ -1,81 +1,81 @@
-Index: include/llvm/Intrinsics.td
-===================================================================
---- include/llvm/Intrinsics.td (revision 3710)
-+++ include/llvm/Intrinsics.td (working copy)
-@@ -439,10 +439,10 @@
- // Target-specific intrinsics
- //===----------------------------------------------------------------------===//
-
--include "llvm/IntrinsicsPowerPC.td"
-+//include "llvm/IntrinsicsPowerPC.td"
- include "llvm/IntrinsicsX86.td"
--include "llvm/IntrinsicsARM.td"
--include "llvm/IntrinsicsCellSPU.td"
--include "llvm/IntrinsicsAlpha.td"
--include "llvm/IntrinsicsXCore.td"
--include "llvm/IntrinsicsPTX.td"
-+//include "llvm/IntrinsicsARM.td"
-+//include "llvm/IntrinsicsCellSPU.td"
-+//include "llvm/IntrinsicsAlpha.td"
-+//include "llvm/IntrinsicsXCore.td"
-+//include "llvm/IntrinsicsPTX.td"
-Index: lib/Analysis/BasicAliasAnalysis.cpp
-===================================================================
---- lib/Analysis/BasicAliasAnalysis.cpp (revision 3710)
-+++ lib/Analysis/BasicAliasAnalysis.cpp (working copy)
-@@ -785,27 +785,27 @@
- return NoModRef;
- break;
- }
-- case Intrinsic::arm_neon_vld1: {
-- // LLVM's vld1 and vst1 intrinsics currently only support a single
-- // vector register.
-- uint64_t Size =
-- TD ? TD->getTypeStoreSize(II->getType()) : UnknownSize;
-- if (isNoAlias(Location(II->getArgOperand(0), Size,
-- II->getMetadata(LLVMContext::MD_tbaa)),
-- Loc))
-- return NoModRef;
-- break;
-+ //case Intrinsic::arm_neon_vld1: {
-+ // // LLVM's vld1 and vst1 intrinsics currently only support a single
-+ // // vector register.
-+ // uint64_t Size =
-+ // TD ? TD->getTypeStoreSize(II->getType()) : UnknownSize;
-+ // if (isNoAlias(Location(II->getArgOperand(0), Size,
-+ // II->getMetadata(LLVMContext::MD_tbaa)),
-+ // Loc))
-+ // return NoModRef;
-+ // break;
-+ //}
-+ //case Intrinsic::arm_neon_vst1: {
-+ // uint64_t Size =
-+ // TD ? TD->getTypeStoreSize(II->getArgOperand(1)->getType()) : UnknownSize;
-+ // if (isNoAlias(Location(II->getArgOperand(0), Size,
-+ // II->getMetadata(LLVMContext::MD_tbaa)),
-+ // Loc))
-+ // return NoModRef;
-+ // break;
-+ //}
- }
-- case Intrinsic::arm_neon_vst1: {
-- uint64_t Size =
-- TD ? TD->getTypeStoreSize(II->getArgOperand(1)->getType()) : UnknownSize;
-- if (isNoAlias(Location(II->getArgOperand(0), Size,
-- II->getMetadata(LLVMContext::MD_tbaa)),
-- Loc))
-- return NoModRef;
-- break;
-- }
-- }
-
- // We can bound the aliasing properties of memset_pattern16 just as we can
- // for memcpy/memset. This is particularly important because the
-Index: lib/Transforms/InstCombine/InstCombineCalls.cpp
-===================================================================
---- lib/Transforms/InstCombine/InstCombineCalls.cpp (revision 3710)
-+++ lib/Transforms/InstCombine/InstCombineCalls.cpp (working copy)
-@@ -544,25 +544,25 @@
+Index: include/llvm/Intrinsics.td
+===================================================================
+--- include/llvm/Intrinsics.td (revision 3710)
++++ include/llvm/Intrinsics.td (working copy)
+@@ -439,10 +439,10 @@
+ // Target-specific intrinsics
+ //===----------------------------------------------------------------------===//
+
+-include "llvm/IntrinsicsPowerPC.td"
++//include "llvm/IntrinsicsPowerPC.td"
+ include "llvm/IntrinsicsX86.td"
+-include "llvm/IntrinsicsARM.td"
+-include "llvm/IntrinsicsCellSPU.td"
+-include "llvm/IntrinsicsAlpha.td"
+-include "llvm/IntrinsicsXCore.td"
+-include "llvm/IntrinsicsPTX.td"
++//include "llvm/IntrinsicsARM.td"
++//include "llvm/IntrinsicsCellSPU.td"
++//include "llvm/IntrinsicsAlpha.td"
++//include "llvm/IntrinsicsXCore.td"
++//include "llvm/IntrinsicsPTX.td"
+Index: lib/Analysis/BasicAliasAnalysis.cpp
+===================================================================
+--- lib/Analysis/BasicAliasAnalysis.cpp (revision 3710)
++++ lib/Analysis/BasicAliasAnalysis.cpp (working copy)
+@@ -785,27 +785,27 @@
+ return NoModRef;
+ break;
+ }
+- case Intrinsic::arm_neon_vld1: {
+- // LLVM's vld1 and vst1 intrinsics currently only support a single
+- // vector register.
+- uint64_t Size =
+- TD ? TD->getTypeStoreSize(II->getType()) : UnknownSize;
+- if (isNoAlias(Location(II->getArgOperand(0), Size,
+- II->getMetadata(LLVMContext::MD_tbaa)),
+- Loc))
+- return NoModRef;
+- break;
++ //case Intrinsic::arm_neon_vld1: {
++ // // LLVM's vld1 and vst1 intrinsics currently only support a single
++ // // vector register.
++ // uint64_t Size =
++ // TD ? TD->getTypeStoreSize(II->getType()) : UnknownSize;
++ // if (isNoAlias(Location(II->getArgOperand(0), Size,
++ // II->getMetadata(LLVMContext::MD_tbaa)),
++ // Loc))
++ // return NoModRef;
++ // break;
++ //}
++ //case Intrinsic::arm_neon_vst1: {
++ // uint64_t Size =
++ // TD ? TD->getTypeStoreSize(II->getArgOperand(1)->getType()) : UnknownSize;
++ // if (isNoAlias(Location(II->getArgOperand(0), Size,
++ // II->getMetadata(LLVMContext::MD_tbaa)),
++ // Loc))
++ // return NoModRef;
++ // break;
++ //}
+ }
+- case Intrinsic::arm_neon_vst1: {
+- uint64_t Size =
+- TD ? TD->getTypeStoreSize(II->getArgOperand(1)->getType()) : UnknownSize;
+- if (isNoAlias(Location(II->getArgOperand(0), Size,
+- II->getMetadata(LLVMContext::MD_tbaa)),
+- Loc))
+- return NoModRef;
+- break;
+- }
+- }
+
+ // We can bound the aliasing properties of memset_pattern16 just as we can
+ // for memcpy/memset. This is particularly important because the
+Index: lib/Transforms/InstCombine/InstCombineCalls.cpp
+===================================================================
+--- lib/Transforms/InstCombine/InstCombineCalls.cpp (revision 3710)
++++ lib/Transforms/InstCombine/InstCombineCalls.cpp (working copy)
+@@ -544,25 +544,25 @@
}
}
break;
@@ -120,7 +120,7 @@
case Intrinsic::x86_sse_storeu_ps:
case Intrinsic::x86_sse2_storeu_pd:
case Intrinsic::x86_sse2_storeu_dq:
-@@ -619,79 +619,79 @@
+@@ -619,79 +619,79 @@
break;
}
diff --git a/src/LLVM/PACKAGE.vcxproj.filters b/third_party/LLVM/PACKAGE.vcxproj.filters
similarity index 100%
rename from src/LLVM/PACKAGE.vcxproj.filters
rename to third_party/LLVM/PACKAGE.vcxproj.filters
diff --git a/src/LLVM/README.txt b/third_party/LLVM/README.txt
similarity index 100%
rename from src/LLVM/README.txt
rename to third_party/LLVM/README.txt
diff --git a/src/LLVM/ZERO_CHECK.vcxproj.filters b/third_party/LLVM/ZERO_CHECK.vcxproj.filters
similarity index 100%
rename from src/LLVM/ZERO_CHECK.vcxproj.filters
rename to third_party/LLVM/ZERO_CHECK.vcxproj.filters
diff --git a/src/LLVM/autoconf/AutoRegen.sh b/third_party/LLVM/autoconf/AutoRegen.sh
similarity index 100%
rename from src/LLVM/autoconf/AutoRegen.sh
rename to third_party/LLVM/autoconf/AutoRegen.sh
diff --git a/src/LLVM/autoconf/ExportMap.map b/third_party/LLVM/autoconf/ExportMap.map
similarity index 100%
rename from src/LLVM/autoconf/ExportMap.map
rename to third_party/LLVM/autoconf/ExportMap.map
diff --git a/src/LLVM/autoconf/LICENSE.TXT b/third_party/LLVM/autoconf/LICENSE.TXT
similarity index 100%
rename from src/LLVM/autoconf/LICENSE.TXT
rename to third_party/LLVM/autoconf/LICENSE.TXT
diff --git a/src/LLVM/autoconf/README.TXT b/third_party/LLVM/autoconf/README.TXT
similarity index 100%
rename from src/LLVM/autoconf/README.TXT
rename to third_party/LLVM/autoconf/README.TXT
diff --git a/src/LLVM/autoconf/config.guess b/third_party/LLVM/autoconf/config.guess
similarity index 100%
rename from src/LLVM/autoconf/config.guess
rename to third_party/LLVM/autoconf/config.guess
diff --git a/src/LLVM/autoconf/config.sub b/third_party/LLVM/autoconf/config.sub
similarity index 100%
rename from src/LLVM/autoconf/config.sub
rename to third_party/LLVM/autoconf/config.sub
diff --git a/src/LLVM/autoconf/configure.ac b/third_party/LLVM/autoconf/configure.ac
similarity index 100%
rename from src/LLVM/autoconf/configure.ac
rename to third_party/LLVM/autoconf/configure.ac
diff --git a/src/LLVM/autoconf/depcomp b/third_party/LLVM/autoconf/depcomp
similarity index 100%
rename from src/LLVM/autoconf/depcomp
rename to third_party/LLVM/autoconf/depcomp
diff --git a/src/LLVM/autoconf/install-sh b/third_party/LLVM/autoconf/install-sh
similarity index 100%
rename from src/LLVM/autoconf/install-sh
rename to third_party/LLVM/autoconf/install-sh
diff --git a/src/LLVM/autoconf/ltmain.sh b/third_party/LLVM/autoconf/ltmain.sh
similarity index 100%
rename from src/LLVM/autoconf/ltmain.sh
rename to third_party/LLVM/autoconf/ltmain.sh
diff --git a/src/LLVM/autoconf/m4/build_exeext.m4 b/third_party/LLVM/autoconf/m4/build_exeext.m4
similarity index 100%
rename from src/LLVM/autoconf/m4/build_exeext.m4
rename to third_party/LLVM/autoconf/m4/build_exeext.m4
diff --git a/src/LLVM/autoconf/m4/c_printf_a.m4 b/third_party/LLVM/autoconf/m4/c_printf_a.m4
similarity index 100%
rename from src/LLVM/autoconf/m4/c_printf_a.m4
rename to third_party/LLVM/autoconf/m4/c_printf_a.m4
diff --git a/src/LLVM/autoconf/m4/check_gnu_make.m4 b/third_party/LLVM/autoconf/m4/check_gnu_make.m4
similarity index 100%
rename from src/LLVM/autoconf/m4/check_gnu_make.m4
rename to third_party/LLVM/autoconf/m4/check_gnu_make.m4
diff --git a/src/LLVM/autoconf/m4/config_makefile.m4 b/third_party/LLVM/autoconf/m4/config_makefile.m4
similarity index 100%
rename from src/LLVM/autoconf/m4/config_makefile.m4
rename to third_party/LLVM/autoconf/m4/config_makefile.m4
diff --git a/src/LLVM/autoconf/m4/config_project.m4 b/third_party/LLVM/autoconf/m4/config_project.m4
similarity index 100%
rename from src/LLVM/autoconf/m4/config_project.m4
rename to third_party/LLVM/autoconf/m4/config_project.m4
diff --git a/src/LLVM/autoconf/m4/cxx_flag_check.m4 b/third_party/LLVM/autoconf/m4/cxx_flag_check.m4
similarity index 100%
rename from src/LLVM/autoconf/m4/cxx_flag_check.m4
rename to third_party/LLVM/autoconf/m4/cxx_flag_check.m4
diff --git a/src/LLVM/autoconf/m4/find_std_program.m4 b/third_party/LLVM/autoconf/m4/find_std_program.m4
similarity index 100%
rename from src/LLVM/autoconf/m4/find_std_program.m4
rename to third_party/LLVM/autoconf/m4/find_std_program.m4
diff --git a/src/LLVM/autoconf/m4/func_isinf.m4 b/third_party/LLVM/autoconf/m4/func_isinf.m4
similarity index 100%
rename from src/LLVM/autoconf/m4/func_isinf.m4
rename to third_party/LLVM/autoconf/m4/func_isinf.m4
diff --git a/src/LLVM/autoconf/m4/func_isnan.m4 b/third_party/LLVM/autoconf/m4/func_isnan.m4
similarity index 100%
rename from src/LLVM/autoconf/m4/func_isnan.m4
rename to third_party/LLVM/autoconf/m4/func_isnan.m4
diff --git a/src/LLVM/autoconf/m4/func_mmap_file.m4 b/third_party/LLVM/autoconf/m4/func_mmap_file.m4
similarity index 100%
rename from src/LLVM/autoconf/m4/func_mmap_file.m4
rename to third_party/LLVM/autoconf/m4/func_mmap_file.m4
diff --git a/src/LLVM/autoconf/m4/header_mmap_anonymous.m4 b/third_party/LLVM/autoconf/m4/header_mmap_anonymous.m4
similarity index 100%
rename from src/LLVM/autoconf/m4/header_mmap_anonymous.m4
rename to third_party/LLVM/autoconf/m4/header_mmap_anonymous.m4
diff --git a/src/LLVM/autoconf/m4/huge_val.m4 b/third_party/LLVM/autoconf/m4/huge_val.m4
similarity index 100%
rename from src/LLVM/autoconf/m4/huge_val.m4
rename to third_party/LLVM/autoconf/m4/huge_val.m4
diff --git a/src/LLVM/autoconf/m4/libtool.m4 b/third_party/LLVM/autoconf/m4/libtool.m4
similarity index 100%
rename from src/LLVM/autoconf/m4/libtool.m4
rename to third_party/LLVM/autoconf/m4/libtool.m4
diff --git a/src/LLVM/autoconf/m4/link_options.m4 b/third_party/LLVM/autoconf/m4/link_options.m4
similarity index 100%
rename from src/LLVM/autoconf/m4/link_options.m4
rename to third_party/LLVM/autoconf/m4/link_options.m4
diff --git a/src/LLVM/autoconf/m4/linux_mixed_64_32.m4 b/third_party/LLVM/autoconf/m4/linux_mixed_64_32.m4
similarity index 100%
rename from src/LLVM/autoconf/m4/linux_mixed_64_32.m4
rename to third_party/LLVM/autoconf/m4/linux_mixed_64_32.m4
diff --git a/src/LLVM/autoconf/m4/ltdl.m4 b/third_party/LLVM/autoconf/m4/ltdl.m4
similarity index 100%
rename from src/LLVM/autoconf/m4/ltdl.m4
rename to third_party/LLVM/autoconf/m4/ltdl.m4
diff --git a/src/LLVM/autoconf/m4/need_dev_zero_for_mmap.m4 b/third_party/LLVM/autoconf/m4/need_dev_zero_for_mmap.m4
similarity index 100%
rename from src/LLVM/autoconf/m4/need_dev_zero_for_mmap.m4
rename to third_party/LLVM/autoconf/m4/need_dev_zero_for_mmap.m4
diff --git a/src/LLVM/autoconf/m4/path_perl.m4 b/third_party/LLVM/autoconf/m4/path_perl.m4
similarity index 100%
rename from src/LLVM/autoconf/m4/path_perl.m4
rename to third_party/LLVM/autoconf/m4/path_perl.m4
diff --git a/src/LLVM/autoconf/m4/path_tclsh.m4 b/third_party/LLVM/autoconf/m4/path_tclsh.m4
similarity index 100%
rename from src/LLVM/autoconf/m4/path_tclsh.m4
rename to third_party/LLVM/autoconf/m4/path_tclsh.m4
diff --git a/src/LLVM/autoconf/m4/rand48.m4 b/third_party/LLVM/autoconf/m4/rand48.m4
similarity index 100%
rename from src/LLVM/autoconf/m4/rand48.m4
rename to third_party/LLVM/autoconf/m4/rand48.m4
diff --git a/src/LLVM/autoconf/m4/sanity_check.m4 b/third_party/LLVM/autoconf/m4/sanity_check.m4
similarity index 100%
rename from src/LLVM/autoconf/m4/sanity_check.m4
rename to third_party/LLVM/autoconf/m4/sanity_check.m4
diff --git a/src/LLVM/autoconf/m4/single_cxx_check.m4 b/third_party/LLVM/autoconf/m4/single_cxx_check.m4
similarity index 100%
rename from src/LLVM/autoconf/m4/single_cxx_check.m4
rename to third_party/LLVM/autoconf/m4/single_cxx_check.m4
diff --git a/src/LLVM/autoconf/m4/visibility_inlines_hidden.m4 b/third_party/LLVM/autoconf/m4/visibility_inlines_hidden.m4
similarity index 100%
rename from src/LLVM/autoconf/m4/visibility_inlines_hidden.m4
rename to third_party/LLVM/autoconf/m4/visibility_inlines_hidden.m4
diff --git a/src/LLVM/autoconf/missing b/third_party/LLVM/autoconf/missing
similarity index 100%
rename from src/LLVM/autoconf/missing
rename to third_party/LLVM/autoconf/missing
diff --git a/src/LLVM/autoconf/mkinstalldirs b/third_party/LLVM/autoconf/mkinstalldirs
similarity index 100%
rename from src/LLVM/autoconf/mkinstalldirs
rename to third_party/LLVM/autoconf/mkinstalldirs
diff --git a/src/LLVM/bindings/Makefile b/third_party/LLVM/bindings/Makefile
similarity index 100%
rename from src/LLVM/bindings/Makefile
rename to third_party/LLVM/bindings/Makefile
diff --git a/src/LLVM/bindings/README.txt b/third_party/LLVM/bindings/README.txt
similarity index 100%
rename from src/LLVM/bindings/README.txt
rename to third_party/LLVM/bindings/README.txt
diff --git a/src/LLVM/bindings/ocaml/Makefile b/third_party/LLVM/bindings/ocaml/Makefile
similarity index 100%
rename from src/LLVM/bindings/ocaml/Makefile
rename to third_party/LLVM/bindings/ocaml/Makefile
diff --git a/src/LLVM/bindings/ocaml/Makefile.ocaml b/third_party/LLVM/bindings/ocaml/Makefile.ocaml
similarity index 100%
rename from src/LLVM/bindings/ocaml/Makefile.ocaml
rename to third_party/LLVM/bindings/ocaml/Makefile.ocaml
diff --git a/src/LLVM/bindings/ocaml/analysis/Makefile b/third_party/LLVM/bindings/ocaml/analysis/Makefile
similarity index 100%
rename from src/LLVM/bindings/ocaml/analysis/Makefile
rename to third_party/LLVM/bindings/ocaml/analysis/Makefile
diff --git a/src/LLVM/bindings/ocaml/analysis/analysis_ocaml.c b/third_party/LLVM/bindings/ocaml/analysis/analysis_ocaml.c
similarity index 100%
rename from src/LLVM/bindings/ocaml/analysis/analysis_ocaml.c
rename to third_party/LLVM/bindings/ocaml/analysis/analysis_ocaml.c
diff --git a/src/LLVM/bindings/ocaml/analysis/llvm_analysis.ml b/third_party/LLVM/bindings/ocaml/analysis/llvm_analysis.ml
similarity index 100%
rename from src/LLVM/bindings/ocaml/analysis/llvm_analysis.ml
rename to third_party/LLVM/bindings/ocaml/analysis/llvm_analysis.ml
diff --git a/src/LLVM/bindings/ocaml/analysis/llvm_analysis.mli b/third_party/LLVM/bindings/ocaml/analysis/llvm_analysis.mli
similarity index 100%
rename from src/LLVM/bindings/ocaml/analysis/llvm_analysis.mli
rename to third_party/LLVM/bindings/ocaml/analysis/llvm_analysis.mli
diff --git a/src/LLVM/bindings/ocaml/bitreader/Makefile b/third_party/LLVM/bindings/ocaml/bitreader/Makefile
similarity index 100%
rename from src/LLVM/bindings/ocaml/bitreader/Makefile
rename to third_party/LLVM/bindings/ocaml/bitreader/Makefile
diff --git a/src/LLVM/bindings/ocaml/bitreader/bitreader_ocaml.c b/third_party/LLVM/bindings/ocaml/bitreader/bitreader_ocaml.c
similarity index 100%
rename from src/LLVM/bindings/ocaml/bitreader/bitreader_ocaml.c
rename to third_party/LLVM/bindings/ocaml/bitreader/bitreader_ocaml.c
diff --git a/src/LLVM/bindings/ocaml/bitreader/llvm_bitreader.ml b/third_party/LLVM/bindings/ocaml/bitreader/llvm_bitreader.ml
similarity index 100%
rename from src/LLVM/bindings/ocaml/bitreader/llvm_bitreader.ml
rename to third_party/LLVM/bindings/ocaml/bitreader/llvm_bitreader.ml
diff --git a/src/LLVM/bindings/ocaml/bitreader/llvm_bitreader.mli b/third_party/LLVM/bindings/ocaml/bitreader/llvm_bitreader.mli
similarity index 100%
rename from src/LLVM/bindings/ocaml/bitreader/llvm_bitreader.mli
rename to third_party/LLVM/bindings/ocaml/bitreader/llvm_bitreader.mli
diff --git a/src/LLVM/bindings/ocaml/bitwriter/Makefile b/third_party/LLVM/bindings/ocaml/bitwriter/Makefile
similarity index 100%
rename from src/LLVM/bindings/ocaml/bitwriter/Makefile
rename to third_party/LLVM/bindings/ocaml/bitwriter/Makefile
diff --git a/src/LLVM/bindings/ocaml/bitwriter/bitwriter_ocaml.c b/third_party/LLVM/bindings/ocaml/bitwriter/bitwriter_ocaml.c
similarity index 100%
rename from src/LLVM/bindings/ocaml/bitwriter/bitwriter_ocaml.c
rename to third_party/LLVM/bindings/ocaml/bitwriter/bitwriter_ocaml.c
diff --git a/src/LLVM/bindings/ocaml/bitwriter/llvm_bitwriter.ml b/third_party/LLVM/bindings/ocaml/bitwriter/llvm_bitwriter.ml
similarity index 100%
rename from src/LLVM/bindings/ocaml/bitwriter/llvm_bitwriter.ml
rename to third_party/LLVM/bindings/ocaml/bitwriter/llvm_bitwriter.ml
diff --git a/src/LLVM/bindings/ocaml/bitwriter/llvm_bitwriter.mli b/third_party/LLVM/bindings/ocaml/bitwriter/llvm_bitwriter.mli
similarity index 100%
rename from src/LLVM/bindings/ocaml/bitwriter/llvm_bitwriter.mli
rename to third_party/LLVM/bindings/ocaml/bitwriter/llvm_bitwriter.mli
diff --git a/src/LLVM/bindings/ocaml/executionengine/Makefile b/third_party/LLVM/bindings/ocaml/executionengine/Makefile
similarity index 100%
rename from src/LLVM/bindings/ocaml/executionengine/Makefile
rename to third_party/LLVM/bindings/ocaml/executionengine/Makefile
diff --git a/src/LLVM/bindings/ocaml/executionengine/executionengine_ocaml.c b/third_party/LLVM/bindings/ocaml/executionengine/executionengine_ocaml.c
similarity index 100%
rename from src/LLVM/bindings/ocaml/executionengine/executionengine_ocaml.c
rename to third_party/LLVM/bindings/ocaml/executionengine/executionengine_ocaml.c
diff --git a/src/LLVM/bindings/ocaml/executionengine/llvm_executionengine.ml b/third_party/LLVM/bindings/ocaml/executionengine/llvm_executionengine.ml
similarity index 100%
rename from src/LLVM/bindings/ocaml/executionengine/llvm_executionengine.ml
rename to third_party/LLVM/bindings/ocaml/executionengine/llvm_executionengine.ml
diff --git a/src/LLVM/bindings/ocaml/executionengine/llvm_executionengine.mli b/third_party/LLVM/bindings/ocaml/executionengine/llvm_executionengine.mli
similarity index 100%
rename from src/LLVM/bindings/ocaml/executionengine/llvm_executionengine.mli
rename to third_party/LLVM/bindings/ocaml/executionengine/llvm_executionengine.mli
diff --git a/src/LLVM/bindings/ocaml/llvm/META.llvm.in b/third_party/LLVM/bindings/ocaml/llvm/META.llvm.in
similarity index 100%
rename from src/LLVM/bindings/ocaml/llvm/META.llvm.in
rename to third_party/LLVM/bindings/ocaml/llvm/META.llvm.in
diff --git a/src/LLVM/bindings/ocaml/llvm/Makefile b/third_party/LLVM/bindings/ocaml/llvm/Makefile
similarity index 100%
rename from src/LLVM/bindings/ocaml/llvm/Makefile
rename to third_party/LLVM/bindings/ocaml/llvm/Makefile
diff --git a/src/LLVM/bindings/ocaml/llvm/llvm.ml b/third_party/LLVM/bindings/ocaml/llvm/llvm.ml
similarity index 100%
rename from src/LLVM/bindings/ocaml/llvm/llvm.ml
rename to third_party/LLVM/bindings/ocaml/llvm/llvm.ml
diff --git a/src/LLVM/bindings/ocaml/llvm/llvm.mli b/third_party/LLVM/bindings/ocaml/llvm/llvm.mli
similarity index 100%
rename from src/LLVM/bindings/ocaml/llvm/llvm.mli
rename to third_party/LLVM/bindings/ocaml/llvm/llvm.mli
diff --git a/src/LLVM/bindings/ocaml/llvm/llvm_ocaml.c b/third_party/LLVM/bindings/ocaml/llvm/llvm_ocaml.c
similarity index 100%
rename from src/LLVM/bindings/ocaml/llvm/llvm_ocaml.c
rename to third_party/LLVM/bindings/ocaml/llvm/llvm_ocaml.c
diff --git a/src/LLVM/bindings/ocaml/target/Makefile b/third_party/LLVM/bindings/ocaml/target/Makefile
similarity index 100%
rename from src/LLVM/bindings/ocaml/target/Makefile
rename to third_party/LLVM/bindings/ocaml/target/Makefile
diff --git a/src/LLVM/bindings/ocaml/target/llvm_target.ml b/third_party/LLVM/bindings/ocaml/target/llvm_target.ml
similarity index 100%
rename from src/LLVM/bindings/ocaml/target/llvm_target.ml
rename to third_party/LLVM/bindings/ocaml/target/llvm_target.ml
diff --git a/src/LLVM/bindings/ocaml/target/llvm_target.mli b/third_party/LLVM/bindings/ocaml/target/llvm_target.mli
similarity index 100%
rename from src/LLVM/bindings/ocaml/target/llvm_target.mli
rename to third_party/LLVM/bindings/ocaml/target/llvm_target.mli
diff --git a/src/LLVM/bindings/ocaml/target/target_ocaml.c b/third_party/LLVM/bindings/ocaml/target/target_ocaml.c
similarity index 100%
rename from src/LLVM/bindings/ocaml/target/target_ocaml.c
rename to third_party/LLVM/bindings/ocaml/target/target_ocaml.c
diff --git a/src/LLVM/bindings/ocaml/transforms/Makefile b/third_party/LLVM/bindings/ocaml/transforms/Makefile
similarity index 100%
rename from src/LLVM/bindings/ocaml/transforms/Makefile
rename to third_party/LLVM/bindings/ocaml/transforms/Makefile
diff --git a/src/LLVM/bindings/ocaml/transforms/ipo/Makefile b/third_party/LLVM/bindings/ocaml/transforms/ipo/Makefile
similarity index 100%
rename from src/LLVM/bindings/ocaml/transforms/ipo/Makefile
rename to third_party/LLVM/bindings/ocaml/transforms/ipo/Makefile
diff --git a/src/LLVM/bindings/ocaml/transforms/ipo/ipo_ocaml.c b/third_party/LLVM/bindings/ocaml/transforms/ipo/ipo_ocaml.c
similarity index 100%
rename from src/LLVM/bindings/ocaml/transforms/ipo/ipo_ocaml.c
rename to third_party/LLVM/bindings/ocaml/transforms/ipo/ipo_ocaml.c
diff --git a/src/LLVM/bindings/ocaml/transforms/ipo/llvm_ipo.ml b/third_party/LLVM/bindings/ocaml/transforms/ipo/llvm_ipo.ml
similarity index 100%
rename from src/LLVM/bindings/ocaml/transforms/ipo/llvm_ipo.ml
rename to third_party/LLVM/bindings/ocaml/transforms/ipo/llvm_ipo.ml
diff --git a/src/LLVM/bindings/ocaml/transforms/ipo/llvm_ipo.mli b/third_party/LLVM/bindings/ocaml/transforms/ipo/llvm_ipo.mli
similarity index 100%
rename from src/LLVM/bindings/ocaml/transforms/ipo/llvm_ipo.mli
rename to third_party/LLVM/bindings/ocaml/transforms/ipo/llvm_ipo.mli
diff --git a/src/LLVM/bindings/ocaml/transforms/scalar/Makefile b/third_party/LLVM/bindings/ocaml/transforms/scalar/Makefile
similarity index 100%
rename from src/LLVM/bindings/ocaml/transforms/scalar/Makefile
rename to third_party/LLVM/bindings/ocaml/transforms/scalar/Makefile
diff --git a/src/LLVM/bindings/ocaml/transforms/scalar/llvm_scalar_opts.ml b/third_party/LLVM/bindings/ocaml/transforms/scalar/llvm_scalar_opts.ml
similarity index 100%
rename from src/LLVM/bindings/ocaml/transforms/scalar/llvm_scalar_opts.ml
rename to third_party/LLVM/bindings/ocaml/transforms/scalar/llvm_scalar_opts.ml
diff --git a/src/LLVM/bindings/ocaml/transforms/scalar/llvm_scalar_opts.mli b/third_party/LLVM/bindings/ocaml/transforms/scalar/llvm_scalar_opts.mli
similarity index 100%
rename from src/LLVM/bindings/ocaml/transforms/scalar/llvm_scalar_opts.mli
rename to third_party/LLVM/bindings/ocaml/transforms/scalar/llvm_scalar_opts.mli
diff --git a/src/LLVM/bindings/ocaml/transforms/scalar/scalar_opts_ocaml.c b/third_party/LLVM/bindings/ocaml/transforms/scalar/scalar_opts_ocaml.c
similarity index 100%
rename from src/LLVM/bindings/ocaml/transforms/scalar/scalar_opts_ocaml.c
rename to third_party/LLVM/bindings/ocaml/transforms/scalar/scalar_opts_ocaml.c
diff --git a/src/LLVM/build-for-llvm-top.sh b/third_party/LLVM/build-for-llvm-top.sh
similarity index 100%
rename from src/LLVM/build-for-llvm-top.sh
rename to third_party/LLVM/build-for-llvm-top.sh
diff --git a/src/LLVM/cmake/README b/third_party/LLVM/cmake/README
similarity index 100%
rename from src/LLVM/cmake/README
rename to third_party/LLVM/cmake/README
diff --git a/src/LLVM/cmake/config-ix.cmake b/third_party/LLVM/cmake/config-ix.cmake
similarity index 100%
rename from src/LLVM/cmake/config-ix.cmake
rename to third_party/LLVM/cmake/config-ix.cmake
diff --git a/src/LLVM/cmake/modules/AddLLVM.cmake b/third_party/LLVM/cmake/modules/AddLLVM.cmake
similarity index 100%
rename from src/LLVM/cmake/modules/AddLLVM.cmake
rename to third_party/LLVM/cmake/modules/AddLLVM.cmake
diff --git a/src/LLVM/cmake/modules/AddLLVMDefinitions.cmake b/third_party/LLVM/cmake/modules/AddLLVMDefinitions.cmake
similarity index 100%
rename from src/LLVM/cmake/modules/AddLLVMDefinitions.cmake
rename to third_party/LLVM/cmake/modules/AddLLVMDefinitions.cmake
diff --git a/src/LLVM/cmake/modules/CheckAtomic.cmake b/third_party/LLVM/cmake/modules/CheckAtomic.cmake
similarity index 100%
rename from src/LLVM/cmake/modules/CheckAtomic.cmake
rename to third_party/LLVM/cmake/modules/CheckAtomic.cmake
diff --git a/src/LLVM/cmake/modules/ChooseMSVCCRT.cmake b/third_party/LLVM/cmake/modules/ChooseMSVCCRT.cmake
similarity index 100%
rename from src/LLVM/cmake/modules/ChooseMSVCCRT.cmake
rename to third_party/LLVM/cmake/modules/ChooseMSVCCRT.cmake
diff --git a/src/LLVM/cmake/modules/GetTargetTriple.cmake b/third_party/LLVM/cmake/modules/GetTargetTriple.cmake
similarity index 100%
rename from src/LLVM/cmake/modules/GetTargetTriple.cmake
rename to third_party/LLVM/cmake/modules/GetTargetTriple.cmake
diff --git a/src/LLVM/cmake/modules/HandleLLVMOptions.cmake b/third_party/LLVM/cmake/modules/HandleLLVMOptions.cmake
similarity index 100%
rename from src/LLVM/cmake/modules/HandleLLVMOptions.cmake
rename to third_party/LLVM/cmake/modules/HandleLLVMOptions.cmake
diff --git a/src/LLVM/cmake/modules/INSTALL.vcxproj.filters b/third_party/LLVM/cmake/modules/INSTALL.vcxproj.filters
similarity index 100%
rename from src/LLVM/cmake/modules/INSTALL.vcxproj.filters
rename to third_party/LLVM/cmake/modules/INSTALL.vcxproj.filters
diff --git a/src/LLVM/cmake/modules/LLVM-Config.cmake b/third_party/LLVM/cmake/modules/LLVM-Config.cmake
similarity index 100%
rename from src/LLVM/cmake/modules/LLVM-Config.cmake
rename to third_party/LLVM/cmake/modules/LLVM-Config.cmake
diff --git a/src/LLVM/cmake/modules/LLVMConfig.cmake.in b/third_party/LLVM/cmake/modules/LLVMConfig.cmake.in
similarity index 100%
rename from src/LLVM/cmake/modules/LLVMConfig.cmake.in
rename to third_party/LLVM/cmake/modules/LLVMConfig.cmake.in
diff --git a/src/LLVM/cmake/modules/LLVMConfigVersion.cmake.in b/third_party/LLVM/cmake/modules/LLVMConfigVersion.cmake.in
similarity index 100%
rename from src/LLVM/cmake/modules/LLVMConfigVersion.cmake.in
rename to third_party/LLVM/cmake/modules/LLVMConfigVersion.cmake.in
diff --git a/src/LLVM/cmake/modules/LLVMParseArguments.cmake b/third_party/LLVM/cmake/modules/LLVMParseArguments.cmake
similarity index 100%
rename from src/LLVM/cmake/modules/LLVMParseArguments.cmake
rename to third_party/LLVM/cmake/modules/LLVMParseArguments.cmake
diff --git a/src/LLVM/cmake/modules/LLVMProcessSources.cmake b/third_party/LLVM/cmake/modules/LLVMProcessSources.cmake
similarity index 100%
rename from src/LLVM/cmake/modules/LLVMProcessSources.cmake
rename to third_party/LLVM/cmake/modules/LLVMProcessSources.cmake
diff --git a/src/LLVM/cmake/modules/PACKAGE.vcxproj.filters b/third_party/LLVM/cmake/modules/PACKAGE.vcxproj.filters
similarity index 100%
rename from src/LLVM/cmake/modules/PACKAGE.vcxproj.filters
rename to third_party/LLVM/cmake/modules/PACKAGE.vcxproj.filters
diff --git a/src/LLVM/cmake/modules/TableGen.cmake b/third_party/LLVM/cmake/modules/TableGen.cmake
similarity index 100%
rename from src/LLVM/cmake/modules/TableGen.cmake
rename to third_party/LLVM/cmake/modules/TableGen.cmake
diff --git a/src/LLVM/cmake/modules/VersionFromVCS.cmake b/third_party/LLVM/cmake/modules/VersionFromVCS.cmake
similarity index 100%
rename from src/LLVM/cmake/modules/VersionFromVCS.cmake
rename to third_party/LLVM/cmake/modules/VersionFromVCS.cmake
diff --git a/src/LLVM/configure b/third_party/LLVM/configure
similarity index 100%
rename from src/LLVM/configure
rename to third_party/LLVM/configure
diff --git a/src/LLVM/docs/AliasAnalysis.html b/third_party/LLVM/docs/AliasAnalysis.html
similarity index 100%
rename from src/LLVM/docs/AliasAnalysis.html
rename to third_party/LLVM/docs/AliasAnalysis.html
diff --git a/src/LLVM/docs/Atomics.html b/third_party/LLVM/docs/Atomics.html
similarity index 100%
rename from src/LLVM/docs/Atomics.html
rename to third_party/LLVM/docs/Atomics.html
diff --git a/src/LLVM/docs/BitCodeFormat.html b/third_party/LLVM/docs/BitCodeFormat.html
similarity index 100%
rename from src/LLVM/docs/BitCodeFormat.html
rename to third_party/LLVM/docs/BitCodeFormat.html
diff --git a/src/LLVM/docs/BranchWeightMetadata.html b/third_party/LLVM/docs/BranchWeightMetadata.html
similarity index 100%
rename from src/LLVM/docs/BranchWeightMetadata.html
rename to third_party/LLVM/docs/BranchWeightMetadata.html
diff --git a/src/LLVM/docs/Bugpoint.html b/third_party/LLVM/docs/Bugpoint.html
similarity index 100%
rename from src/LLVM/docs/Bugpoint.html
rename to third_party/LLVM/docs/Bugpoint.html
diff --git a/src/LLVM/docs/CFEBuildInstrs.html b/third_party/LLVM/docs/CFEBuildInstrs.html
similarity index 100%
rename from src/LLVM/docs/CFEBuildInstrs.html
rename to third_party/LLVM/docs/CFEBuildInstrs.html
diff --git a/src/LLVM/docs/CMake.html b/third_party/LLVM/docs/CMake.html
similarity index 100%
rename from src/LLVM/docs/CMake.html
rename to third_party/LLVM/docs/CMake.html
diff --git a/src/LLVM/docs/CodeGenerator.html b/third_party/LLVM/docs/CodeGenerator.html
similarity index 100%
rename from src/LLVM/docs/CodeGenerator.html
rename to third_party/LLVM/docs/CodeGenerator.html
diff --git a/src/LLVM/docs/CodingStandards.html b/third_party/LLVM/docs/CodingStandards.html
similarity index 100%
rename from src/LLVM/docs/CodingStandards.html
rename to third_party/LLVM/docs/CodingStandards.html
diff --git a/src/LLVM/docs/CommandGuide/FileCheck.pod b/third_party/LLVM/docs/CommandGuide/FileCheck.pod
similarity index 100%
rename from src/LLVM/docs/CommandGuide/FileCheck.pod
rename to third_party/LLVM/docs/CommandGuide/FileCheck.pod
diff --git a/src/LLVM/docs/CommandGuide/Makefile b/third_party/LLVM/docs/CommandGuide/Makefile
similarity index 100%
rename from src/LLVM/docs/CommandGuide/Makefile
rename to third_party/LLVM/docs/CommandGuide/Makefile
diff --git a/src/LLVM/docs/CommandGuide/bugpoint.pod b/third_party/LLVM/docs/CommandGuide/bugpoint.pod
similarity index 100%
rename from src/LLVM/docs/CommandGuide/bugpoint.pod
rename to third_party/LLVM/docs/CommandGuide/bugpoint.pod
diff --git a/src/LLVM/docs/CommandGuide/html/manpage.css b/third_party/LLVM/docs/CommandGuide/html/manpage.css
similarity index 100%
rename from src/LLVM/docs/CommandGuide/html/manpage.css
rename to third_party/LLVM/docs/CommandGuide/html/manpage.css
diff --git a/src/LLVM/docs/CommandGuide/index.html b/third_party/LLVM/docs/CommandGuide/index.html
similarity index 100%
rename from src/LLVM/docs/CommandGuide/index.html
rename to third_party/LLVM/docs/CommandGuide/index.html
diff --git a/src/LLVM/docs/CommandGuide/lit.pod b/third_party/LLVM/docs/CommandGuide/lit.pod
similarity index 100%
rename from src/LLVM/docs/CommandGuide/lit.pod
rename to third_party/LLVM/docs/CommandGuide/lit.pod
diff --git a/src/LLVM/docs/CommandGuide/llc.pod b/third_party/LLVM/docs/CommandGuide/llc.pod
similarity index 100%
rename from src/LLVM/docs/CommandGuide/llc.pod
rename to third_party/LLVM/docs/CommandGuide/llc.pod
diff --git a/src/LLVM/docs/CommandGuide/lli.pod b/third_party/LLVM/docs/CommandGuide/lli.pod
similarity index 100%
rename from src/LLVM/docs/CommandGuide/lli.pod
rename to third_party/LLVM/docs/CommandGuide/lli.pod
diff --git a/src/LLVM/docs/CommandGuide/llvm-ar.pod b/third_party/LLVM/docs/CommandGuide/llvm-ar.pod
similarity index 100%
rename from src/LLVM/docs/CommandGuide/llvm-ar.pod
rename to third_party/LLVM/docs/CommandGuide/llvm-ar.pod
diff --git a/src/LLVM/docs/CommandGuide/llvm-as.pod b/third_party/LLVM/docs/CommandGuide/llvm-as.pod
similarity index 100%
rename from src/LLVM/docs/CommandGuide/llvm-as.pod
rename to third_party/LLVM/docs/CommandGuide/llvm-as.pod
diff --git a/src/LLVM/docs/CommandGuide/llvm-bcanalyzer.pod b/third_party/LLVM/docs/CommandGuide/llvm-bcanalyzer.pod
similarity index 100%
rename from src/LLVM/docs/CommandGuide/llvm-bcanalyzer.pod
rename to third_party/LLVM/docs/CommandGuide/llvm-bcanalyzer.pod
diff --git a/src/LLVM/docs/CommandGuide/llvm-config.pod b/third_party/LLVM/docs/CommandGuide/llvm-config.pod
similarity index 100%
rename from src/LLVM/docs/CommandGuide/llvm-config.pod
rename to third_party/LLVM/docs/CommandGuide/llvm-config.pod
diff --git a/src/LLVM/docs/CommandGuide/llvm-diff.pod b/third_party/LLVM/docs/CommandGuide/llvm-diff.pod
similarity index 100%
rename from src/LLVM/docs/CommandGuide/llvm-diff.pod
rename to third_party/LLVM/docs/CommandGuide/llvm-diff.pod
diff --git a/src/LLVM/docs/CommandGuide/llvm-dis.pod b/third_party/LLVM/docs/CommandGuide/llvm-dis.pod
similarity index 100%
rename from src/LLVM/docs/CommandGuide/llvm-dis.pod
rename to third_party/LLVM/docs/CommandGuide/llvm-dis.pod
diff --git a/src/LLVM/docs/CommandGuide/llvm-extract.pod b/third_party/LLVM/docs/CommandGuide/llvm-extract.pod
similarity index 100%
rename from src/LLVM/docs/CommandGuide/llvm-extract.pod
rename to third_party/LLVM/docs/CommandGuide/llvm-extract.pod
diff --git a/src/LLVM/docs/CommandGuide/llvm-ld.pod b/third_party/LLVM/docs/CommandGuide/llvm-ld.pod
similarity index 100%
rename from src/LLVM/docs/CommandGuide/llvm-ld.pod
rename to third_party/LLVM/docs/CommandGuide/llvm-ld.pod
diff --git a/src/LLVM/docs/CommandGuide/llvm-link.pod b/third_party/LLVM/docs/CommandGuide/llvm-link.pod
similarity index 100%
rename from src/LLVM/docs/CommandGuide/llvm-link.pod
rename to third_party/LLVM/docs/CommandGuide/llvm-link.pod
diff --git a/src/LLVM/docs/CommandGuide/llvm-nm.pod b/third_party/LLVM/docs/CommandGuide/llvm-nm.pod
similarity index 100%
rename from src/LLVM/docs/CommandGuide/llvm-nm.pod
rename to third_party/LLVM/docs/CommandGuide/llvm-nm.pod
diff --git a/src/LLVM/docs/CommandGuide/llvm-prof.pod b/third_party/LLVM/docs/CommandGuide/llvm-prof.pod
similarity index 100%
rename from src/LLVM/docs/CommandGuide/llvm-prof.pod
rename to third_party/LLVM/docs/CommandGuide/llvm-prof.pod
diff --git a/src/LLVM/docs/CommandGuide/llvm-ranlib.pod b/third_party/LLVM/docs/CommandGuide/llvm-ranlib.pod
similarity index 100%
rename from src/LLVM/docs/CommandGuide/llvm-ranlib.pod
rename to third_party/LLVM/docs/CommandGuide/llvm-ranlib.pod
diff --git a/src/LLVM/docs/CommandGuide/manpage.css b/third_party/LLVM/docs/CommandGuide/manpage.css
similarity index 100%
rename from src/LLVM/docs/CommandGuide/manpage.css
rename to third_party/LLVM/docs/CommandGuide/manpage.css
diff --git a/src/LLVM/docs/CommandGuide/opt.pod b/third_party/LLVM/docs/CommandGuide/opt.pod
similarity index 100%
rename from src/LLVM/docs/CommandGuide/opt.pod
rename to third_party/LLVM/docs/CommandGuide/opt.pod
diff --git a/src/LLVM/docs/CommandGuide/tblgen.pod b/third_party/LLVM/docs/CommandGuide/tblgen.pod
similarity index 100%
rename from src/LLVM/docs/CommandGuide/tblgen.pod
rename to third_party/LLVM/docs/CommandGuide/tblgen.pod
diff --git a/src/LLVM/docs/CommandLine.html b/third_party/LLVM/docs/CommandLine.html
similarity index 100%
rename from src/LLVM/docs/CommandLine.html
rename to third_party/LLVM/docs/CommandLine.html
diff --git a/src/LLVM/docs/CompilerWriterInfo.html b/third_party/LLVM/docs/CompilerWriterInfo.html
similarity index 100%
rename from src/LLVM/docs/CompilerWriterInfo.html
rename to third_party/LLVM/docs/CompilerWriterInfo.html
diff --git a/src/LLVM/docs/DebuggingJITedCode.html b/third_party/LLVM/docs/DebuggingJITedCode.html
similarity index 100%
rename from src/LLVM/docs/DebuggingJITedCode.html
rename to third_party/LLVM/docs/DebuggingJITedCode.html
diff --git a/src/LLVM/docs/DeveloperPolicy.html b/third_party/LLVM/docs/DeveloperPolicy.html
similarity index 100%
rename from src/LLVM/docs/DeveloperPolicy.html
rename to third_party/LLVM/docs/DeveloperPolicy.html
diff --git a/src/LLVM/docs/ExceptionHandling.html b/third_party/LLVM/docs/ExceptionHandling.html
similarity index 100%
rename from src/LLVM/docs/ExceptionHandling.html
rename to third_party/LLVM/docs/ExceptionHandling.html
diff --git a/src/LLVM/docs/ExtendedIntegerResults.txt b/third_party/LLVM/docs/ExtendedIntegerResults.txt
similarity index 100%
rename from src/LLVM/docs/ExtendedIntegerResults.txt
rename to third_party/LLVM/docs/ExtendedIntegerResults.txt
diff --git a/src/LLVM/docs/ExtendingLLVM.html b/third_party/LLVM/docs/ExtendingLLVM.html
similarity index 100%
rename from src/LLVM/docs/ExtendingLLVM.html
rename to third_party/LLVM/docs/ExtendingLLVM.html
diff --git a/src/LLVM/docs/FAQ.html b/third_party/LLVM/docs/FAQ.html
similarity index 100%
rename from src/LLVM/docs/FAQ.html
rename to third_party/LLVM/docs/FAQ.html
diff --git a/src/LLVM/docs/GCCFEBuildInstrs.html b/third_party/LLVM/docs/GCCFEBuildInstrs.html
similarity index 100%
rename from src/LLVM/docs/GCCFEBuildInstrs.html
rename to third_party/LLVM/docs/GCCFEBuildInstrs.html
diff --git a/src/LLVM/docs/GarbageCollection.html b/third_party/LLVM/docs/GarbageCollection.html
similarity index 100%
rename from src/LLVM/docs/GarbageCollection.html
rename to third_party/LLVM/docs/GarbageCollection.html
diff --git a/src/LLVM/docs/GetElementPtr.html b/third_party/LLVM/docs/GetElementPtr.html
similarity index 100%
rename from src/LLVM/docs/GetElementPtr.html
rename to third_party/LLVM/docs/GetElementPtr.html
diff --git a/src/LLVM/docs/GettingStarted.html b/third_party/LLVM/docs/GettingStarted.html
similarity index 100%
rename from src/LLVM/docs/GettingStarted.html
rename to third_party/LLVM/docs/GettingStarted.html
diff --git a/src/LLVM/docs/GettingStartedVS.html b/third_party/LLVM/docs/GettingStartedVS.html
similarity index 100%
rename from src/LLVM/docs/GettingStartedVS.html
rename to third_party/LLVM/docs/GettingStartedVS.html
diff --git a/src/LLVM/docs/GoldPlugin.html b/third_party/LLVM/docs/GoldPlugin.html
similarity index 100%
rename from src/LLVM/docs/GoldPlugin.html
rename to third_party/LLVM/docs/GoldPlugin.html
diff --git a/src/LLVM/docs/HistoricalNotes/2000-11-18-EarlyDesignIdeas.txt b/third_party/LLVM/docs/HistoricalNotes/2000-11-18-EarlyDesignIdeas.txt
similarity index 100%
rename from src/LLVM/docs/HistoricalNotes/2000-11-18-EarlyDesignIdeas.txt
rename to third_party/LLVM/docs/HistoricalNotes/2000-11-18-EarlyDesignIdeas.txt
diff --git a/src/LLVM/docs/HistoricalNotes/2000-11-18-EarlyDesignIdeasResp.txt b/third_party/LLVM/docs/HistoricalNotes/2000-11-18-EarlyDesignIdeasResp.txt
similarity index 100%
rename from src/LLVM/docs/HistoricalNotes/2000-11-18-EarlyDesignIdeasResp.txt
rename to third_party/LLVM/docs/HistoricalNotes/2000-11-18-EarlyDesignIdeasResp.txt
diff --git a/src/LLVM/docs/HistoricalNotes/2000-12-06-EncodingIdea.txt b/third_party/LLVM/docs/HistoricalNotes/2000-12-06-EncodingIdea.txt
similarity index 100%
rename from src/LLVM/docs/HistoricalNotes/2000-12-06-EncodingIdea.txt
rename to third_party/LLVM/docs/HistoricalNotes/2000-12-06-EncodingIdea.txt
diff --git a/src/LLVM/docs/HistoricalNotes/2000-12-06-MeetingSummary.txt b/third_party/LLVM/docs/HistoricalNotes/2000-12-06-MeetingSummary.txt
similarity index 100%
rename from src/LLVM/docs/HistoricalNotes/2000-12-06-MeetingSummary.txt
rename to third_party/LLVM/docs/HistoricalNotes/2000-12-06-MeetingSummary.txt
diff --git a/src/LLVM/docs/HistoricalNotes/2001-01-31-UniversalIRIdea.txt b/third_party/LLVM/docs/HistoricalNotes/2001-01-31-UniversalIRIdea.txt
similarity index 100%
rename from src/LLVM/docs/HistoricalNotes/2001-01-31-UniversalIRIdea.txt
rename to third_party/LLVM/docs/HistoricalNotes/2001-01-31-UniversalIRIdea.txt
diff --git a/src/LLVM/docs/HistoricalNotes/2001-02-06-TypeNotationDebate.txt b/third_party/LLVM/docs/HistoricalNotes/2001-02-06-TypeNotationDebate.txt
similarity index 100%
rename from src/LLVM/docs/HistoricalNotes/2001-02-06-TypeNotationDebate.txt
rename to third_party/LLVM/docs/HistoricalNotes/2001-02-06-TypeNotationDebate.txt
diff --git a/src/LLVM/docs/HistoricalNotes/2001-02-06-TypeNotationDebateResp1.txt b/third_party/LLVM/docs/HistoricalNotes/2001-02-06-TypeNotationDebateResp1.txt
similarity index 100%
rename from src/LLVM/docs/HistoricalNotes/2001-02-06-TypeNotationDebateResp1.txt
rename to third_party/LLVM/docs/HistoricalNotes/2001-02-06-TypeNotationDebateResp1.txt
diff --git a/src/LLVM/docs/HistoricalNotes/2001-02-06-TypeNotationDebateResp2.txt b/third_party/LLVM/docs/HistoricalNotes/2001-02-06-TypeNotationDebateResp2.txt
similarity index 100%
rename from src/LLVM/docs/HistoricalNotes/2001-02-06-TypeNotationDebateResp2.txt
rename to third_party/LLVM/docs/HistoricalNotes/2001-02-06-TypeNotationDebateResp2.txt
diff --git a/src/LLVM/docs/HistoricalNotes/2001-02-06-TypeNotationDebateResp4.txt b/third_party/LLVM/docs/HistoricalNotes/2001-02-06-TypeNotationDebateResp4.txt
similarity index 100%
rename from src/LLVM/docs/HistoricalNotes/2001-02-06-TypeNotationDebateResp4.txt
rename to third_party/LLVM/docs/HistoricalNotes/2001-02-06-TypeNotationDebateResp4.txt
diff --git a/src/LLVM/docs/HistoricalNotes/2001-02-09-AdveComments.txt b/third_party/LLVM/docs/HistoricalNotes/2001-02-09-AdveComments.txt
similarity index 100%
rename from src/LLVM/docs/HistoricalNotes/2001-02-09-AdveComments.txt
rename to third_party/LLVM/docs/HistoricalNotes/2001-02-09-AdveComments.txt
diff --git a/src/LLVM/docs/HistoricalNotes/2001-02-09-AdveCommentsResponse.txt b/third_party/LLVM/docs/HistoricalNotes/2001-02-09-AdveCommentsResponse.txt
similarity index 100%
rename from src/LLVM/docs/HistoricalNotes/2001-02-09-AdveCommentsResponse.txt
rename to third_party/LLVM/docs/HistoricalNotes/2001-02-09-AdveCommentsResponse.txt
diff --git a/src/LLVM/docs/HistoricalNotes/2001-02-13-Reference-Memory.txt b/third_party/LLVM/docs/HistoricalNotes/2001-02-13-Reference-Memory.txt
similarity index 100%
rename from src/LLVM/docs/HistoricalNotes/2001-02-13-Reference-Memory.txt
rename to third_party/LLVM/docs/HistoricalNotes/2001-02-13-Reference-Memory.txt
diff --git a/src/LLVM/docs/HistoricalNotes/2001-02-13-Reference-MemoryResponse.txt b/third_party/LLVM/docs/HistoricalNotes/2001-02-13-Reference-MemoryResponse.txt
similarity index 100%
rename from src/LLVM/docs/HistoricalNotes/2001-02-13-Reference-MemoryResponse.txt
rename to third_party/LLVM/docs/HistoricalNotes/2001-02-13-Reference-MemoryResponse.txt
diff --git a/src/LLVM/docs/HistoricalNotes/2001-04-16-DynamicCompilation.txt b/third_party/LLVM/docs/HistoricalNotes/2001-04-16-DynamicCompilation.txt
similarity index 100%
rename from src/LLVM/docs/HistoricalNotes/2001-04-16-DynamicCompilation.txt
rename to third_party/LLVM/docs/HistoricalNotes/2001-04-16-DynamicCompilation.txt
diff --git a/src/LLVM/docs/HistoricalNotes/2001-05-18-ExceptionHandling.txt b/third_party/LLVM/docs/HistoricalNotes/2001-05-18-ExceptionHandling.txt
similarity index 100%
rename from src/LLVM/docs/HistoricalNotes/2001-05-18-ExceptionHandling.txt
rename to third_party/LLVM/docs/HistoricalNotes/2001-05-18-ExceptionHandling.txt
diff --git a/src/LLVM/docs/HistoricalNotes/2001-05-19-ExceptionResponse.txt b/third_party/LLVM/docs/HistoricalNotes/2001-05-19-ExceptionResponse.txt
similarity index 100%
rename from src/LLVM/docs/HistoricalNotes/2001-05-19-ExceptionResponse.txt
rename to third_party/LLVM/docs/HistoricalNotes/2001-05-19-ExceptionResponse.txt
diff --git a/src/LLVM/docs/HistoricalNotes/2001-06-01-GCCOptimizations.txt b/third_party/LLVM/docs/HistoricalNotes/2001-06-01-GCCOptimizations.txt
similarity index 100%
rename from src/LLVM/docs/HistoricalNotes/2001-06-01-GCCOptimizations.txt
rename to third_party/LLVM/docs/HistoricalNotes/2001-06-01-GCCOptimizations.txt
diff --git a/src/LLVM/docs/HistoricalNotes/2001-06-01-GCCOptimizations2.txt b/third_party/LLVM/docs/HistoricalNotes/2001-06-01-GCCOptimizations2.txt
similarity index 100%
rename from src/LLVM/docs/HistoricalNotes/2001-06-01-GCCOptimizations2.txt
rename to third_party/LLVM/docs/HistoricalNotes/2001-06-01-GCCOptimizations2.txt
diff --git a/src/LLVM/docs/HistoricalNotes/2001-06-20-.NET-Differences.txt b/third_party/LLVM/docs/HistoricalNotes/2001-06-20-.NET-Differences.txt
similarity index 100%
rename from src/LLVM/docs/HistoricalNotes/2001-06-20-.NET-Differences.txt
rename to third_party/LLVM/docs/HistoricalNotes/2001-06-20-.NET-Differences.txt
diff --git a/src/LLVM/docs/HistoricalNotes/2001-07-06-LoweringIRForCodeGen.txt b/third_party/LLVM/docs/HistoricalNotes/2001-07-06-LoweringIRForCodeGen.txt
similarity index 100%
rename from src/LLVM/docs/HistoricalNotes/2001-07-06-LoweringIRForCodeGen.txt
rename to third_party/LLVM/docs/HistoricalNotes/2001-07-06-LoweringIRForCodeGen.txt
diff --git a/src/LLVM/docs/HistoricalNotes/2001-09-18-OptimizeExceptions.txt b/third_party/LLVM/docs/HistoricalNotes/2001-09-18-OptimizeExceptions.txt
similarity index 100%
rename from src/LLVM/docs/HistoricalNotes/2001-09-18-OptimizeExceptions.txt
rename to third_party/LLVM/docs/HistoricalNotes/2001-09-18-OptimizeExceptions.txt
diff --git a/src/LLVM/docs/HistoricalNotes/2002-05-12-InstListChange.txt b/third_party/LLVM/docs/HistoricalNotes/2002-05-12-InstListChange.txt
similarity index 100%
rename from src/LLVM/docs/HistoricalNotes/2002-05-12-InstListChange.txt
rename to third_party/LLVM/docs/HistoricalNotes/2002-05-12-InstListChange.txt
diff --git a/src/LLVM/docs/HistoricalNotes/2002-06-25-MegaPatchInfo.txt b/third_party/LLVM/docs/HistoricalNotes/2002-06-25-MegaPatchInfo.txt
similarity index 100%
rename from src/LLVM/docs/HistoricalNotes/2002-06-25-MegaPatchInfo.txt
rename to third_party/LLVM/docs/HistoricalNotes/2002-06-25-MegaPatchInfo.txt
diff --git a/src/LLVM/docs/HistoricalNotes/2003-01-23-CygwinNotes.txt b/third_party/LLVM/docs/HistoricalNotes/2003-01-23-CygwinNotes.txt
similarity index 100%
rename from src/LLVM/docs/HistoricalNotes/2003-01-23-CygwinNotes.txt
rename to third_party/LLVM/docs/HistoricalNotes/2003-01-23-CygwinNotes.txt
diff --git a/src/LLVM/docs/HistoricalNotes/2003-06-25-Reoptimizer1.txt b/third_party/LLVM/docs/HistoricalNotes/2003-06-25-Reoptimizer1.txt
similarity index 100%
rename from src/LLVM/docs/HistoricalNotes/2003-06-25-Reoptimizer1.txt
rename to third_party/LLVM/docs/HistoricalNotes/2003-06-25-Reoptimizer1.txt
diff --git a/src/LLVM/docs/HistoricalNotes/2003-06-26-Reoptimizer2.txt b/third_party/LLVM/docs/HistoricalNotes/2003-06-26-Reoptimizer2.txt
similarity index 100%
rename from src/LLVM/docs/HistoricalNotes/2003-06-26-Reoptimizer2.txt
rename to third_party/LLVM/docs/HistoricalNotes/2003-06-26-Reoptimizer2.txt
diff --git a/src/LLVM/docs/HistoricalNotes/2007-OriginalClangReadme.txt b/third_party/LLVM/docs/HistoricalNotes/2007-OriginalClangReadme.txt
similarity index 100%
rename from src/LLVM/docs/HistoricalNotes/2007-OriginalClangReadme.txt
rename to third_party/LLVM/docs/HistoricalNotes/2007-OriginalClangReadme.txt
diff --git a/src/LLVM/docs/HowToReleaseLLVM.html b/third_party/LLVM/docs/HowToReleaseLLVM.html
similarity index 100%
rename from src/LLVM/docs/HowToReleaseLLVM.html
rename to third_party/LLVM/docs/HowToReleaseLLVM.html
diff --git a/src/LLVM/docs/HowToSubmitABug.html b/third_party/LLVM/docs/HowToSubmitABug.html
similarity index 100%
rename from src/LLVM/docs/HowToSubmitABug.html
rename to third_party/LLVM/docs/HowToSubmitABug.html
diff --git a/src/LLVM/docs/LangRef.html b/third_party/LLVM/docs/LangRef.html
similarity index 100%
rename from src/LLVM/docs/LangRef.html
rename to third_party/LLVM/docs/LangRef.html
diff --git a/src/LLVM/docs/Lexicon.html b/third_party/LLVM/docs/Lexicon.html
similarity index 100%
rename from src/LLVM/docs/Lexicon.html
rename to third_party/LLVM/docs/Lexicon.html
diff --git a/src/LLVM/docs/LinkTimeOptimization.html b/third_party/LLVM/docs/LinkTimeOptimization.html
similarity index 100%
rename from src/LLVM/docs/LinkTimeOptimization.html
rename to third_party/LLVM/docs/LinkTimeOptimization.html
diff --git a/src/LLVM/docs/Makefile b/third_party/LLVM/docs/Makefile
similarity index 100%
rename from src/LLVM/docs/Makefile
rename to third_party/LLVM/docs/Makefile
diff --git a/src/LLVM/docs/MakefileGuide.html b/third_party/LLVM/docs/MakefileGuide.html
similarity index 100%
rename from src/LLVM/docs/MakefileGuide.html
rename to third_party/LLVM/docs/MakefileGuide.html
diff --git a/src/LLVM/docs/Packaging.html b/third_party/LLVM/docs/Packaging.html
similarity index 100%
rename from src/LLVM/docs/Packaging.html
rename to third_party/LLVM/docs/Packaging.html
diff --git a/src/LLVM/docs/Passes.html b/third_party/LLVM/docs/Passes.html
similarity index 100%
rename from src/LLVM/docs/Passes.html
rename to third_party/LLVM/docs/Passes.html
diff --git a/src/LLVM/docs/ProgrammersManual.html b/third_party/LLVM/docs/ProgrammersManual.html
similarity index 100%
rename from src/LLVM/docs/ProgrammersManual.html
rename to third_party/LLVM/docs/ProgrammersManual.html
diff --git a/src/LLVM/docs/Projects.html b/third_party/LLVM/docs/Projects.html
similarity index 100%
rename from src/LLVM/docs/Projects.html
rename to third_party/LLVM/docs/Projects.html
diff --git a/src/LLVM/docs/ReleaseNotes.html b/third_party/LLVM/docs/ReleaseNotes.html
similarity index 100%
rename from src/LLVM/docs/ReleaseNotes.html
rename to third_party/LLVM/docs/ReleaseNotes.html
diff --git a/src/LLVM/docs/SegmentedStacks.html b/third_party/LLVM/docs/SegmentedStacks.html
similarity index 100%
rename from src/LLVM/docs/SegmentedStacks.html
rename to third_party/LLVM/docs/SegmentedStacks.html
diff --git a/src/LLVM/docs/SourceLevelDebugging.html b/third_party/LLVM/docs/SourceLevelDebugging.html
similarity index 100%
rename from src/LLVM/docs/SourceLevelDebugging.html
rename to third_party/LLVM/docs/SourceLevelDebugging.html
diff --git a/src/LLVM/docs/SystemLibrary.html b/third_party/LLVM/docs/SystemLibrary.html
similarity index 100%
rename from src/LLVM/docs/SystemLibrary.html
rename to third_party/LLVM/docs/SystemLibrary.html
diff --git a/src/LLVM/docs/TableGenFundamentals.html b/third_party/LLVM/docs/TableGenFundamentals.html
similarity index 100%
rename from src/LLVM/docs/TableGenFundamentals.html
rename to third_party/LLVM/docs/TableGenFundamentals.html
diff --git a/src/LLVM/docs/TestingGuide.html b/third_party/LLVM/docs/TestingGuide.html
similarity index 100%
rename from src/LLVM/docs/TestingGuide.html
rename to third_party/LLVM/docs/TestingGuide.html
diff --git a/src/LLVM/docs/UsingLibraries.html b/third_party/LLVM/docs/UsingLibraries.html
similarity index 100%
rename from src/LLVM/docs/UsingLibraries.html
rename to third_party/LLVM/docs/UsingLibraries.html
diff --git a/src/LLVM/docs/WritingAnLLVMBackend.html b/third_party/LLVM/docs/WritingAnLLVMBackend.html
similarity index 100%
rename from src/LLVM/docs/WritingAnLLVMBackend.html
rename to third_party/LLVM/docs/WritingAnLLVMBackend.html
diff --git a/src/LLVM/docs/WritingAnLLVMPass.html b/third_party/LLVM/docs/WritingAnLLVMPass.html
similarity index 100%
rename from src/LLVM/docs/WritingAnLLVMPass.html
rename to third_party/LLVM/docs/WritingAnLLVMPass.html
diff --git a/src/LLVM/docs/doxygen.cfg.in b/third_party/LLVM/docs/doxygen.cfg.in
similarity index 100%
rename from src/LLVM/docs/doxygen.cfg.in
rename to third_party/LLVM/docs/doxygen.cfg.in
diff --git a/src/LLVM/docs/doxygen.css b/third_party/LLVM/docs/doxygen.css
similarity index 100%
rename from src/LLVM/docs/doxygen.css
rename to third_party/LLVM/docs/doxygen.css
diff --git a/src/LLVM/docs/doxygen.footer b/third_party/LLVM/docs/doxygen.footer
similarity index 100%
rename from src/LLVM/docs/doxygen.footer
rename to third_party/LLVM/docs/doxygen.footer
diff --git a/src/LLVM/docs/doxygen.header b/third_party/LLVM/docs/doxygen.header
similarity index 100%
rename from src/LLVM/docs/doxygen.header
rename to third_party/LLVM/docs/doxygen.header
diff --git a/src/LLVM/docs/doxygen.intro b/third_party/LLVM/docs/doxygen.intro
similarity index 100%
rename from src/LLVM/docs/doxygen.intro
rename to third_party/LLVM/docs/doxygen.intro
diff --git a/src/LLVM/docs/img/Debugging.gif b/third_party/LLVM/docs/img/Debugging.gif
similarity index 100%
rename from src/LLVM/docs/img/Debugging.gif
rename to third_party/LLVM/docs/img/Debugging.gif
Binary files differ
diff --git a/src/LLVM/docs/img/libdeps.gif b/third_party/LLVM/docs/img/libdeps.gif
similarity index 100%
rename from src/LLVM/docs/img/libdeps.gif
rename to third_party/LLVM/docs/img/libdeps.gif
Binary files differ
diff --git a/src/LLVM/docs/img/lines.gif b/third_party/LLVM/docs/img/lines.gif
similarity index 100%
rename from src/LLVM/docs/img/lines.gif
rename to third_party/LLVM/docs/img/lines.gif
Binary files differ
diff --git a/src/LLVM/docs/img/objdeps.gif b/third_party/LLVM/docs/img/objdeps.gif
similarity index 100%
rename from src/LLVM/docs/img/objdeps.gif
rename to third_party/LLVM/docs/img/objdeps.gif
Binary files differ
diff --git a/src/LLVM/docs/img/venusflytrap.jpg b/third_party/LLVM/docs/img/venusflytrap.jpg
similarity index 100%
rename from src/LLVM/docs/img/venusflytrap.jpg
rename to third_party/LLVM/docs/img/venusflytrap.jpg
Binary files differ
diff --git a/src/LLVM/docs/index.html b/third_party/LLVM/docs/index.html
similarity index 100%
rename from src/LLVM/docs/index.html
rename to third_party/LLVM/docs/index.html
diff --git a/src/LLVM/docs/llvm.css b/third_party/LLVM/docs/llvm.css
similarity index 100%
rename from src/LLVM/docs/llvm.css
rename to third_party/LLVM/docs/llvm.css
diff --git a/src/LLVM/docs/re_format.7 b/third_party/LLVM/docs/re_format.7
similarity index 100%
rename from src/LLVM/docs/re_format.7
rename to third_party/LLVM/docs/re_format.7
diff --git a/src/LLVM/docs/tutorial/LangImpl1.html b/third_party/LLVM/docs/tutorial/LangImpl1.html
similarity index 100%
rename from src/LLVM/docs/tutorial/LangImpl1.html
rename to third_party/LLVM/docs/tutorial/LangImpl1.html
diff --git a/src/LLVM/docs/tutorial/LangImpl2.html b/third_party/LLVM/docs/tutorial/LangImpl2.html
similarity index 100%
rename from src/LLVM/docs/tutorial/LangImpl2.html
rename to third_party/LLVM/docs/tutorial/LangImpl2.html
diff --git a/src/LLVM/docs/tutorial/LangImpl3.html b/third_party/LLVM/docs/tutorial/LangImpl3.html
similarity index 100%
rename from src/LLVM/docs/tutorial/LangImpl3.html
rename to third_party/LLVM/docs/tutorial/LangImpl3.html
diff --git a/src/LLVM/docs/tutorial/LangImpl4.html b/third_party/LLVM/docs/tutorial/LangImpl4.html
similarity index 100%
rename from src/LLVM/docs/tutorial/LangImpl4.html
rename to third_party/LLVM/docs/tutorial/LangImpl4.html
diff --git a/src/LLVM/docs/tutorial/LangImpl5-cfg.png b/third_party/LLVM/docs/tutorial/LangImpl5-cfg.png
similarity index 100%
rename from src/LLVM/docs/tutorial/LangImpl5-cfg.png
rename to third_party/LLVM/docs/tutorial/LangImpl5-cfg.png
Binary files differ
diff --git a/src/LLVM/docs/tutorial/LangImpl5.html b/third_party/LLVM/docs/tutorial/LangImpl5.html
similarity index 100%
rename from src/LLVM/docs/tutorial/LangImpl5.html
rename to third_party/LLVM/docs/tutorial/LangImpl5.html
diff --git a/src/LLVM/docs/tutorial/LangImpl6.html b/third_party/LLVM/docs/tutorial/LangImpl6.html
similarity index 100%
rename from src/LLVM/docs/tutorial/LangImpl6.html
rename to third_party/LLVM/docs/tutorial/LangImpl6.html
diff --git a/src/LLVM/docs/tutorial/LangImpl7.html b/third_party/LLVM/docs/tutorial/LangImpl7.html
similarity index 100%
rename from src/LLVM/docs/tutorial/LangImpl7.html
rename to third_party/LLVM/docs/tutorial/LangImpl7.html
diff --git a/src/LLVM/docs/tutorial/LangImpl8.html b/third_party/LLVM/docs/tutorial/LangImpl8.html
similarity index 100%
rename from src/LLVM/docs/tutorial/LangImpl8.html
rename to third_party/LLVM/docs/tutorial/LangImpl8.html
diff --git a/src/LLVM/docs/tutorial/Makefile b/third_party/LLVM/docs/tutorial/Makefile
similarity index 100%
rename from src/LLVM/docs/tutorial/Makefile
rename to third_party/LLVM/docs/tutorial/Makefile
diff --git a/src/LLVM/docs/tutorial/OCamlLangImpl1.html b/third_party/LLVM/docs/tutorial/OCamlLangImpl1.html
similarity index 100%
rename from src/LLVM/docs/tutorial/OCamlLangImpl1.html
rename to third_party/LLVM/docs/tutorial/OCamlLangImpl1.html
diff --git a/src/LLVM/docs/tutorial/OCamlLangImpl2.html b/third_party/LLVM/docs/tutorial/OCamlLangImpl2.html
similarity index 100%
rename from src/LLVM/docs/tutorial/OCamlLangImpl2.html
rename to third_party/LLVM/docs/tutorial/OCamlLangImpl2.html
diff --git a/src/LLVM/docs/tutorial/OCamlLangImpl3.html b/third_party/LLVM/docs/tutorial/OCamlLangImpl3.html
similarity index 100%
rename from src/LLVM/docs/tutorial/OCamlLangImpl3.html
rename to third_party/LLVM/docs/tutorial/OCamlLangImpl3.html
diff --git a/src/LLVM/docs/tutorial/OCamlLangImpl4.html b/third_party/LLVM/docs/tutorial/OCamlLangImpl4.html
similarity index 100%
rename from src/LLVM/docs/tutorial/OCamlLangImpl4.html
rename to third_party/LLVM/docs/tutorial/OCamlLangImpl4.html
diff --git a/src/LLVM/docs/tutorial/OCamlLangImpl5.html b/third_party/LLVM/docs/tutorial/OCamlLangImpl5.html
similarity index 100%
rename from src/LLVM/docs/tutorial/OCamlLangImpl5.html
rename to third_party/LLVM/docs/tutorial/OCamlLangImpl5.html
diff --git a/src/LLVM/docs/tutorial/OCamlLangImpl6.html b/third_party/LLVM/docs/tutorial/OCamlLangImpl6.html
similarity index 100%
rename from src/LLVM/docs/tutorial/OCamlLangImpl6.html
rename to third_party/LLVM/docs/tutorial/OCamlLangImpl6.html
diff --git a/src/LLVM/docs/tutorial/OCamlLangImpl7.html b/third_party/LLVM/docs/tutorial/OCamlLangImpl7.html
similarity index 100%
rename from src/LLVM/docs/tutorial/OCamlLangImpl7.html
rename to third_party/LLVM/docs/tutorial/OCamlLangImpl7.html
diff --git a/src/LLVM/docs/tutorial/OCamlLangImpl8.html b/third_party/LLVM/docs/tutorial/OCamlLangImpl8.html
similarity index 100%
rename from src/LLVM/docs/tutorial/OCamlLangImpl8.html
rename to third_party/LLVM/docs/tutorial/OCamlLangImpl8.html
diff --git a/src/LLVM/docs/tutorial/index.html b/third_party/LLVM/docs/tutorial/index.html
similarity index 100%
rename from src/LLVM/docs/tutorial/index.html
rename to third_party/LLVM/docs/tutorial/index.html
diff --git a/src/LLVM/examples/BrainF/BrainF.cpp b/third_party/LLVM/examples/BrainF/BrainF.cpp
similarity index 100%
rename from src/LLVM/examples/BrainF/BrainF.cpp
rename to third_party/LLVM/examples/BrainF/BrainF.cpp
diff --git a/src/LLVM/examples/BrainF/BrainF.h b/third_party/LLVM/examples/BrainF/BrainF.h
similarity index 100%
rename from src/LLVM/examples/BrainF/BrainF.h
rename to third_party/LLVM/examples/BrainF/BrainF.h
diff --git a/src/LLVM/examples/BrainF/BrainFDriver.cpp b/third_party/LLVM/examples/BrainF/BrainFDriver.cpp
similarity index 100%
rename from src/LLVM/examples/BrainF/BrainFDriver.cpp
rename to third_party/LLVM/examples/BrainF/BrainFDriver.cpp
diff --git a/src/LLVM/examples/BrainF/Makefile b/third_party/LLVM/examples/BrainF/Makefile
similarity index 100%
rename from src/LLVM/examples/BrainF/Makefile
rename to third_party/LLVM/examples/BrainF/Makefile
diff --git a/src/LLVM/examples/ExceptionDemo/ExceptionDemo.cpp b/third_party/LLVM/examples/ExceptionDemo/ExceptionDemo.cpp
similarity index 100%
rename from src/LLVM/examples/ExceptionDemo/ExceptionDemo.cpp
rename to third_party/LLVM/examples/ExceptionDemo/ExceptionDemo.cpp
diff --git a/src/LLVM/examples/ExceptionDemo/Makefile b/third_party/LLVM/examples/ExceptionDemo/Makefile
similarity index 100%
rename from src/LLVM/examples/ExceptionDemo/Makefile
rename to third_party/LLVM/examples/ExceptionDemo/Makefile
diff --git a/src/LLVM/examples/Fibonacci/Makefile b/third_party/LLVM/examples/Fibonacci/Makefile
similarity index 100%
rename from src/LLVM/examples/Fibonacci/Makefile
rename to third_party/LLVM/examples/Fibonacci/Makefile
diff --git a/src/LLVM/examples/Fibonacci/fibonacci.cpp b/third_party/LLVM/examples/Fibonacci/fibonacci.cpp
similarity index 100%
rename from src/LLVM/examples/Fibonacci/fibonacci.cpp
rename to third_party/LLVM/examples/Fibonacci/fibonacci.cpp
diff --git a/src/LLVM/examples/HowToUseJIT/HowToUseJIT.cpp b/third_party/LLVM/examples/HowToUseJIT/HowToUseJIT.cpp
similarity index 100%
rename from src/LLVM/examples/HowToUseJIT/HowToUseJIT.cpp
rename to third_party/LLVM/examples/HowToUseJIT/HowToUseJIT.cpp
diff --git a/src/LLVM/examples/HowToUseJIT/Makefile b/third_party/LLVM/examples/HowToUseJIT/Makefile
similarity index 100%
rename from src/LLVM/examples/HowToUseJIT/Makefile
rename to third_party/LLVM/examples/HowToUseJIT/Makefile
diff --git a/src/LLVM/examples/Kaleidoscope/Chapter2/Makefile b/third_party/LLVM/examples/Kaleidoscope/Chapter2/Makefile
similarity index 100%
rename from src/LLVM/examples/Kaleidoscope/Chapter2/Makefile
rename to third_party/LLVM/examples/Kaleidoscope/Chapter2/Makefile
diff --git a/src/LLVM/examples/Kaleidoscope/Chapter2/toy.cpp b/third_party/LLVM/examples/Kaleidoscope/Chapter2/toy.cpp
similarity index 100%
rename from src/LLVM/examples/Kaleidoscope/Chapter2/toy.cpp
rename to third_party/LLVM/examples/Kaleidoscope/Chapter2/toy.cpp
diff --git a/src/LLVM/examples/Kaleidoscope/Chapter3/Makefile b/third_party/LLVM/examples/Kaleidoscope/Chapter3/Makefile
similarity index 100%
rename from src/LLVM/examples/Kaleidoscope/Chapter3/Makefile
rename to third_party/LLVM/examples/Kaleidoscope/Chapter3/Makefile
diff --git a/src/LLVM/examples/Kaleidoscope/Chapter3/toy.cpp b/third_party/LLVM/examples/Kaleidoscope/Chapter3/toy.cpp
similarity index 100%
rename from src/LLVM/examples/Kaleidoscope/Chapter3/toy.cpp
rename to third_party/LLVM/examples/Kaleidoscope/Chapter3/toy.cpp
diff --git a/src/LLVM/examples/Kaleidoscope/Chapter4/Makefile b/third_party/LLVM/examples/Kaleidoscope/Chapter4/Makefile
similarity index 100%
rename from src/LLVM/examples/Kaleidoscope/Chapter4/Makefile
rename to third_party/LLVM/examples/Kaleidoscope/Chapter4/Makefile
diff --git a/src/LLVM/examples/Kaleidoscope/Chapter4/toy.cpp b/third_party/LLVM/examples/Kaleidoscope/Chapter4/toy.cpp
similarity index 100%
rename from src/LLVM/examples/Kaleidoscope/Chapter4/toy.cpp
rename to third_party/LLVM/examples/Kaleidoscope/Chapter4/toy.cpp
diff --git a/src/LLVM/examples/Kaleidoscope/Chapter5/Makefile b/third_party/LLVM/examples/Kaleidoscope/Chapter5/Makefile
similarity index 100%
rename from src/LLVM/examples/Kaleidoscope/Chapter5/Makefile
rename to third_party/LLVM/examples/Kaleidoscope/Chapter5/Makefile
diff --git a/src/LLVM/examples/Kaleidoscope/Chapter5/toy.cpp b/third_party/LLVM/examples/Kaleidoscope/Chapter5/toy.cpp
similarity index 100%
rename from src/LLVM/examples/Kaleidoscope/Chapter5/toy.cpp
rename to third_party/LLVM/examples/Kaleidoscope/Chapter5/toy.cpp
diff --git a/src/LLVM/examples/Kaleidoscope/Chapter6/Makefile b/third_party/LLVM/examples/Kaleidoscope/Chapter6/Makefile
similarity index 100%
rename from src/LLVM/examples/Kaleidoscope/Chapter6/Makefile
rename to third_party/LLVM/examples/Kaleidoscope/Chapter6/Makefile
diff --git a/src/LLVM/examples/Kaleidoscope/Chapter6/toy.cpp b/third_party/LLVM/examples/Kaleidoscope/Chapter6/toy.cpp
similarity index 100%
rename from src/LLVM/examples/Kaleidoscope/Chapter6/toy.cpp
rename to third_party/LLVM/examples/Kaleidoscope/Chapter6/toy.cpp
diff --git a/src/LLVM/examples/Kaleidoscope/Chapter7/Makefile b/third_party/LLVM/examples/Kaleidoscope/Chapter7/Makefile
similarity index 100%
rename from src/LLVM/examples/Kaleidoscope/Chapter7/Makefile
rename to third_party/LLVM/examples/Kaleidoscope/Chapter7/Makefile
diff --git a/src/LLVM/examples/Kaleidoscope/Chapter7/toy.cpp b/third_party/LLVM/examples/Kaleidoscope/Chapter7/toy.cpp
similarity index 100%
rename from src/LLVM/examples/Kaleidoscope/Chapter7/toy.cpp
rename to third_party/LLVM/examples/Kaleidoscope/Chapter7/toy.cpp
diff --git a/src/LLVM/examples/Kaleidoscope/Makefile b/third_party/LLVM/examples/Kaleidoscope/Makefile
similarity index 100%
rename from src/LLVM/examples/Kaleidoscope/Makefile
rename to third_party/LLVM/examples/Kaleidoscope/Makefile
diff --git a/src/LLVM/examples/Makefile b/third_party/LLVM/examples/Makefile
similarity index 100%
rename from src/LLVM/examples/Makefile
rename to third_party/LLVM/examples/Makefile
diff --git a/src/LLVM/examples/ModuleMaker/Makefile b/third_party/LLVM/examples/ModuleMaker/Makefile
similarity index 100%
rename from src/LLVM/examples/ModuleMaker/Makefile
rename to third_party/LLVM/examples/ModuleMaker/Makefile
diff --git a/src/LLVM/examples/ModuleMaker/ModuleMaker.cpp b/third_party/LLVM/examples/ModuleMaker/ModuleMaker.cpp
similarity index 100%
rename from src/LLVM/examples/ModuleMaker/ModuleMaker.cpp
rename to third_party/LLVM/examples/ModuleMaker/ModuleMaker.cpp
diff --git a/src/LLVM/examples/ModuleMaker/README.txt b/third_party/LLVM/examples/ModuleMaker/README.txt
similarity index 100%
rename from src/LLVM/examples/ModuleMaker/README.txt
rename to third_party/LLVM/examples/ModuleMaker/README.txt
diff --git a/src/LLVM/examples/OCaml-Kaleidoscope/Chapter2/Makefile b/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter2/Makefile
similarity index 100%
rename from src/LLVM/examples/OCaml-Kaleidoscope/Chapter2/Makefile
rename to third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter2/Makefile
diff --git a/src/LLVM/examples/OCaml-Kaleidoscope/Chapter2/_tags b/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter2/_tags
similarity index 100%
rename from src/LLVM/examples/OCaml-Kaleidoscope/Chapter2/_tags
rename to third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter2/_tags
diff --git a/src/LLVM/examples/OCaml-Kaleidoscope/Chapter2/ast.ml b/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter2/ast.ml
similarity index 100%
rename from src/LLVM/examples/OCaml-Kaleidoscope/Chapter2/ast.ml
rename to third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter2/ast.ml
diff --git a/src/LLVM/examples/OCaml-Kaleidoscope/Chapter2/lexer.ml b/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter2/lexer.ml
similarity index 100%
rename from src/LLVM/examples/OCaml-Kaleidoscope/Chapter2/lexer.ml
rename to third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter2/lexer.ml
diff --git a/src/LLVM/examples/OCaml-Kaleidoscope/Chapter2/parser.ml b/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter2/parser.ml
similarity index 100%
rename from src/LLVM/examples/OCaml-Kaleidoscope/Chapter2/parser.ml
rename to third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter2/parser.ml
diff --git a/src/LLVM/examples/OCaml-Kaleidoscope/Chapter2/token.ml b/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter2/token.ml
similarity index 100%
rename from src/LLVM/examples/OCaml-Kaleidoscope/Chapter2/token.ml
rename to third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter2/token.ml
diff --git a/src/LLVM/examples/OCaml-Kaleidoscope/Chapter2/toplevel.ml b/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter2/toplevel.ml
similarity index 100%
rename from src/LLVM/examples/OCaml-Kaleidoscope/Chapter2/toplevel.ml
rename to third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter2/toplevel.ml
diff --git a/src/LLVM/examples/OCaml-Kaleidoscope/Chapter2/toy.ml b/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter2/toy.ml
similarity index 100%
rename from src/LLVM/examples/OCaml-Kaleidoscope/Chapter2/toy.ml
rename to third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter2/toy.ml
diff --git a/src/LLVM/examples/OCaml-Kaleidoscope/Chapter3/Makefile b/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/Makefile
similarity index 100%
rename from src/LLVM/examples/OCaml-Kaleidoscope/Chapter3/Makefile
rename to third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/Makefile
diff --git a/src/LLVM/examples/OCaml-Kaleidoscope/Chapter3/_tags b/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/_tags
similarity index 100%
rename from src/LLVM/examples/OCaml-Kaleidoscope/Chapter3/_tags
rename to third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/_tags
diff --git a/src/LLVM/examples/OCaml-Kaleidoscope/Chapter3/ast.ml b/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/ast.ml
similarity index 100%
rename from src/LLVM/examples/OCaml-Kaleidoscope/Chapter3/ast.ml
rename to third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/ast.ml
diff --git a/src/LLVM/examples/OCaml-Kaleidoscope/Chapter3/codegen.ml b/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/codegen.ml
similarity index 100%
rename from src/LLVM/examples/OCaml-Kaleidoscope/Chapter3/codegen.ml
rename to third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/codegen.ml
diff --git a/src/LLVM/examples/OCaml-Kaleidoscope/Chapter3/lexer.ml b/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/lexer.ml
similarity index 100%
rename from src/LLVM/examples/OCaml-Kaleidoscope/Chapter3/lexer.ml
rename to third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/lexer.ml
diff --git a/src/LLVM/examples/OCaml-Kaleidoscope/Chapter3/myocamlbuild.ml b/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/myocamlbuild.ml
similarity index 100%
rename from src/LLVM/examples/OCaml-Kaleidoscope/Chapter3/myocamlbuild.ml
rename to third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/myocamlbuild.ml
diff --git a/src/LLVM/examples/OCaml-Kaleidoscope/Chapter3/parser.ml b/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/parser.ml
similarity index 100%
rename from src/LLVM/examples/OCaml-Kaleidoscope/Chapter3/parser.ml
rename to third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/parser.ml
diff --git a/src/LLVM/examples/OCaml-Kaleidoscope/Chapter3/token.ml b/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/token.ml
similarity index 100%
rename from src/LLVM/examples/OCaml-Kaleidoscope/Chapter3/token.ml
rename to third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/token.ml
diff --git a/src/LLVM/examples/OCaml-Kaleidoscope/Chapter3/toplevel.ml b/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/toplevel.ml
similarity index 100%
rename from src/LLVM/examples/OCaml-Kaleidoscope/Chapter3/toplevel.ml
rename to third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/toplevel.ml
diff --git a/src/LLVM/examples/OCaml-Kaleidoscope/Chapter3/toy.ml b/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/toy.ml
similarity index 100%
rename from src/LLVM/examples/OCaml-Kaleidoscope/Chapter3/toy.ml
rename to third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/toy.ml
diff --git a/src/LLVM/examples/OCaml-Kaleidoscope/Chapter4/Makefile b/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/Makefile
similarity index 100%
rename from src/LLVM/examples/OCaml-Kaleidoscope/Chapter4/Makefile
rename to third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/Makefile
diff --git a/src/LLVM/examples/OCaml-Kaleidoscope/Chapter4/_tags b/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/_tags
similarity index 100%
rename from src/LLVM/examples/OCaml-Kaleidoscope/Chapter4/_tags
rename to third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/_tags
diff --git a/src/LLVM/examples/OCaml-Kaleidoscope/Chapter4/ast.ml b/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/ast.ml
similarity index 100%
rename from src/LLVM/examples/OCaml-Kaleidoscope/Chapter4/ast.ml
rename to third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/ast.ml
diff --git a/src/LLVM/examples/OCaml-Kaleidoscope/Chapter4/bindings.c b/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/bindings.c
similarity index 100%
rename from src/LLVM/examples/OCaml-Kaleidoscope/Chapter4/bindings.c
rename to third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/bindings.c
diff --git a/src/LLVM/examples/OCaml-Kaleidoscope/Chapter4/codegen.ml b/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/codegen.ml
similarity index 100%
rename from src/LLVM/examples/OCaml-Kaleidoscope/Chapter4/codegen.ml
rename to third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/codegen.ml
diff --git a/src/LLVM/examples/OCaml-Kaleidoscope/Chapter4/lexer.ml b/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/lexer.ml
similarity index 100%
rename from src/LLVM/examples/OCaml-Kaleidoscope/Chapter4/lexer.ml
rename to third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/lexer.ml
diff --git a/src/LLVM/examples/OCaml-Kaleidoscope/Chapter4/myocamlbuild.ml b/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/myocamlbuild.ml
similarity index 100%
rename from src/LLVM/examples/OCaml-Kaleidoscope/Chapter4/myocamlbuild.ml
rename to third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/myocamlbuild.ml
diff --git a/src/LLVM/examples/OCaml-Kaleidoscope/Chapter4/parser.ml b/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/parser.ml
similarity index 100%
rename from src/LLVM/examples/OCaml-Kaleidoscope/Chapter4/parser.ml
rename to third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/parser.ml
diff --git a/src/LLVM/examples/OCaml-Kaleidoscope/Chapter4/token.ml b/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/token.ml
similarity index 100%
rename from src/LLVM/examples/OCaml-Kaleidoscope/Chapter4/token.ml
rename to third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/token.ml
diff --git a/src/LLVM/examples/OCaml-Kaleidoscope/Chapter4/toplevel.ml b/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/toplevel.ml
similarity index 100%
rename from src/LLVM/examples/OCaml-Kaleidoscope/Chapter4/toplevel.ml
rename to third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/toplevel.ml
diff --git a/src/LLVM/examples/OCaml-Kaleidoscope/Chapter4/toy.ml b/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/toy.ml
similarity index 100%
rename from src/LLVM/examples/OCaml-Kaleidoscope/Chapter4/toy.ml
rename to third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/toy.ml
diff --git a/src/LLVM/examples/OCaml-Kaleidoscope/Chapter5/Makefile b/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/Makefile
similarity index 100%
rename from src/LLVM/examples/OCaml-Kaleidoscope/Chapter5/Makefile
rename to third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/Makefile
diff --git a/src/LLVM/examples/OCaml-Kaleidoscope/Chapter5/_tags b/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/_tags
similarity index 100%
rename from src/LLVM/examples/OCaml-Kaleidoscope/Chapter5/_tags
rename to third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/_tags
diff --git a/src/LLVM/examples/OCaml-Kaleidoscope/Chapter5/ast.ml b/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/ast.ml
similarity index 100%
rename from src/LLVM/examples/OCaml-Kaleidoscope/Chapter5/ast.ml
rename to third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/ast.ml
diff --git a/src/LLVM/examples/OCaml-Kaleidoscope/Chapter5/bindings.c b/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/bindings.c
similarity index 100%
rename from src/LLVM/examples/OCaml-Kaleidoscope/Chapter5/bindings.c
rename to third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/bindings.c
diff --git a/src/LLVM/examples/OCaml-Kaleidoscope/Chapter5/codegen.ml b/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/codegen.ml
similarity index 100%
rename from src/LLVM/examples/OCaml-Kaleidoscope/Chapter5/codegen.ml
rename to third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/codegen.ml
diff --git a/src/LLVM/examples/OCaml-Kaleidoscope/Chapter5/lexer.ml b/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/lexer.ml
similarity index 100%
rename from src/LLVM/examples/OCaml-Kaleidoscope/Chapter5/lexer.ml
rename to third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/lexer.ml
diff --git a/src/LLVM/examples/OCaml-Kaleidoscope/Chapter5/myocamlbuild.ml b/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/myocamlbuild.ml
similarity index 100%
rename from src/LLVM/examples/OCaml-Kaleidoscope/Chapter5/myocamlbuild.ml
rename to third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/myocamlbuild.ml
diff --git a/src/LLVM/examples/OCaml-Kaleidoscope/Chapter5/parser.ml b/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/parser.ml
similarity index 100%
rename from src/LLVM/examples/OCaml-Kaleidoscope/Chapter5/parser.ml
rename to third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/parser.ml
diff --git a/src/LLVM/examples/OCaml-Kaleidoscope/Chapter5/token.ml b/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/token.ml
similarity index 100%
rename from src/LLVM/examples/OCaml-Kaleidoscope/Chapter5/token.ml
rename to third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/token.ml
diff --git a/src/LLVM/examples/OCaml-Kaleidoscope/Chapter5/toplevel.ml b/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/toplevel.ml
similarity index 100%
rename from src/LLVM/examples/OCaml-Kaleidoscope/Chapter5/toplevel.ml
rename to third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/toplevel.ml
diff --git a/src/LLVM/examples/OCaml-Kaleidoscope/Chapter5/toy.ml b/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/toy.ml
similarity index 100%
rename from src/LLVM/examples/OCaml-Kaleidoscope/Chapter5/toy.ml
rename to third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/toy.ml
diff --git a/src/LLVM/examples/OCaml-Kaleidoscope/Chapter6/Makefile b/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/Makefile
similarity index 100%
rename from src/LLVM/examples/OCaml-Kaleidoscope/Chapter6/Makefile
rename to third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/Makefile
diff --git a/src/LLVM/examples/OCaml-Kaleidoscope/Chapter6/_tags b/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/_tags
similarity index 100%
rename from src/LLVM/examples/OCaml-Kaleidoscope/Chapter6/_tags
rename to third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/_tags
diff --git a/src/LLVM/examples/OCaml-Kaleidoscope/Chapter6/ast.ml b/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/ast.ml
similarity index 100%
rename from src/LLVM/examples/OCaml-Kaleidoscope/Chapter6/ast.ml
rename to third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/ast.ml
diff --git a/src/LLVM/examples/OCaml-Kaleidoscope/Chapter6/bindings.c b/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/bindings.c
similarity index 100%
rename from src/LLVM/examples/OCaml-Kaleidoscope/Chapter6/bindings.c
rename to third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/bindings.c
diff --git a/src/LLVM/examples/OCaml-Kaleidoscope/Chapter6/codegen.ml b/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/codegen.ml
similarity index 100%
rename from src/LLVM/examples/OCaml-Kaleidoscope/Chapter6/codegen.ml
rename to third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/codegen.ml
diff --git a/src/LLVM/examples/OCaml-Kaleidoscope/Chapter6/lexer.ml b/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/lexer.ml
similarity index 100%
rename from src/LLVM/examples/OCaml-Kaleidoscope/Chapter6/lexer.ml
rename to third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/lexer.ml
diff --git a/src/LLVM/examples/OCaml-Kaleidoscope/Chapter6/myocamlbuild.ml b/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/myocamlbuild.ml
similarity index 100%
rename from src/LLVM/examples/OCaml-Kaleidoscope/Chapter6/myocamlbuild.ml
rename to third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/myocamlbuild.ml
diff --git a/src/LLVM/examples/OCaml-Kaleidoscope/Chapter6/parser.ml b/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/parser.ml
similarity index 100%
rename from src/LLVM/examples/OCaml-Kaleidoscope/Chapter6/parser.ml
rename to third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/parser.ml
diff --git a/src/LLVM/examples/OCaml-Kaleidoscope/Chapter6/token.ml b/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/token.ml
similarity index 100%
rename from src/LLVM/examples/OCaml-Kaleidoscope/Chapter6/token.ml
rename to third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/token.ml
diff --git a/src/LLVM/examples/OCaml-Kaleidoscope/Chapter6/toplevel.ml b/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/toplevel.ml
similarity index 100%
rename from src/LLVM/examples/OCaml-Kaleidoscope/Chapter6/toplevel.ml
rename to third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/toplevel.ml
diff --git a/src/LLVM/examples/OCaml-Kaleidoscope/Chapter6/toy.ml b/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/toy.ml
similarity index 100%
rename from src/LLVM/examples/OCaml-Kaleidoscope/Chapter6/toy.ml
rename to third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/toy.ml
diff --git a/src/LLVM/examples/OCaml-Kaleidoscope/Chapter7/Makefile b/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/Makefile
similarity index 100%
rename from src/LLVM/examples/OCaml-Kaleidoscope/Chapter7/Makefile
rename to third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/Makefile
diff --git a/src/LLVM/examples/OCaml-Kaleidoscope/Chapter7/_tags b/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/_tags
similarity index 100%
rename from src/LLVM/examples/OCaml-Kaleidoscope/Chapter7/_tags
rename to third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/_tags
diff --git a/src/LLVM/examples/OCaml-Kaleidoscope/Chapter7/ast.ml b/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/ast.ml
similarity index 100%
rename from src/LLVM/examples/OCaml-Kaleidoscope/Chapter7/ast.ml
rename to third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/ast.ml
diff --git a/src/LLVM/examples/OCaml-Kaleidoscope/Chapter7/bindings.c b/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/bindings.c
similarity index 100%
rename from src/LLVM/examples/OCaml-Kaleidoscope/Chapter7/bindings.c
rename to third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/bindings.c
diff --git a/src/LLVM/examples/OCaml-Kaleidoscope/Chapter7/codegen.ml b/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/codegen.ml
similarity index 100%
rename from src/LLVM/examples/OCaml-Kaleidoscope/Chapter7/codegen.ml
rename to third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/codegen.ml
diff --git a/src/LLVM/examples/OCaml-Kaleidoscope/Chapter7/lexer.ml b/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/lexer.ml
similarity index 100%
rename from src/LLVM/examples/OCaml-Kaleidoscope/Chapter7/lexer.ml
rename to third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/lexer.ml
diff --git a/src/LLVM/examples/OCaml-Kaleidoscope/Chapter7/myocamlbuild.ml b/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/myocamlbuild.ml
similarity index 100%
rename from src/LLVM/examples/OCaml-Kaleidoscope/Chapter7/myocamlbuild.ml
rename to third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/myocamlbuild.ml
diff --git a/src/LLVM/examples/OCaml-Kaleidoscope/Chapter7/parser.ml b/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/parser.ml
similarity index 100%
rename from src/LLVM/examples/OCaml-Kaleidoscope/Chapter7/parser.ml
rename to third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/parser.ml
diff --git a/src/LLVM/examples/OCaml-Kaleidoscope/Chapter7/token.ml b/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/token.ml
similarity index 100%
rename from src/LLVM/examples/OCaml-Kaleidoscope/Chapter7/token.ml
rename to third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/token.ml
diff --git a/src/LLVM/examples/OCaml-Kaleidoscope/Chapter7/toplevel.ml b/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/toplevel.ml
similarity index 100%
rename from src/LLVM/examples/OCaml-Kaleidoscope/Chapter7/toplevel.ml
rename to third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/toplevel.ml
diff --git a/src/LLVM/examples/OCaml-Kaleidoscope/Chapter7/toy.ml b/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/toy.ml
similarity index 100%
rename from src/LLVM/examples/OCaml-Kaleidoscope/Chapter7/toy.ml
rename to third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/toy.ml
diff --git a/src/LLVM/examples/OCaml-Kaleidoscope/Makefile b/third_party/LLVM/examples/OCaml-Kaleidoscope/Makefile
similarity index 100%
rename from src/LLVM/examples/OCaml-Kaleidoscope/Makefile
rename to third_party/LLVM/examples/OCaml-Kaleidoscope/Makefile
diff --git a/src/LLVM/examples/ParallelJIT/Makefile b/third_party/LLVM/examples/ParallelJIT/Makefile
similarity index 100%
rename from src/LLVM/examples/ParallelJIT/Makefile
rename to third_party/LLVM/examples/ParallelJIT/Makefile
diff --git a/src/LLVM/examples/ParallelJIT/ParallelJIT.cpp b/third_party/LLVM/examples/ParallelJIT/ParallelJIT.cpp
similarity index 100%
rename from src/LLVM/examples/ParallelJIT/ParallelJIT.cpp
rename to third_party/LLVM/examples/ParallelJIT/ParallelJIT.cpp
diff --git a/src/LLVM/include-android/llvm/Config/config.h b/third_party/LLVM/include-android/llvm/Config/config.h
similarity index 100%
rename from src/LLVM/include-android/llvm/Config/config.h
rename to third_party/LLVM/include-android/llvm/Config/config.h
diff --git a/src/LLVM/include-android/llvm/Config/llvm-config.h b/third_party/LLVM/include-android/llvm/Config/llvm-config.h
similarity index 100%
rename from src/LLVM/include-android/llvm/Config/llvm-config.h
rename to third_party/LLVM/include-android/llvm/Config/llvm-config.h
diff --git a/src/LLVM/include-android/llvm/Support/DataTypes.h b/third_party/LLVM/include-android/llvm/Support/DataTypes.h
similarity index 100%
rename from src/LLVM/include-android/llvm/Support/DataTypes.h
rename to third_party/LLVM/include-android/llvm/Support/DataTypes.h
diff --git a/src/LLVM/include-linux/llvm/Config/config.h b/third_party/LLVM/include-linux/llvm/Config/config.h
similarity index 100%
rename from src/LLVM/include-linux/llvm/Config/config.h
rename to third_party/LLVM/include-linux/llvm/Config/config.h
diff --git a/src/LLVM/include-linux/llvm/Config/llvm-config.h b/third_party/LLVM/include-linux/llvm/Config/llvm-config.h
similarity index 100%
rename from src/LLVM/include-linux/llvm/Config/llvm-config.h
rename to third_party/LLVM/include-linux/llvm/Config/llvm-config.h
diff --git a/src/LLVM/include-linux/llvm/Support/DataTypes.h b/third_party/LLVM/include-linux/llvm/Support/DataTypes.h
similarity index 100%
rename from src/LLVM/include-linux/llvm/Support/DataTypes.h
rename to third_party/LLVM/include-linux/llvm/Support/DataTypes.h
diff --git a/src/LLVM/include-osx/llvm/Config/config.h b/third_party/LLVM/include-osx/llvm/Config/config.h
similarity index 100%
rename from src/LLVM/include-osx/llvm/Config/config.h
rename to third_party/LLVM/include-osx/llvm/Config/config.h
diff --git a/src/LLVM/include-osx/llvm/Config/llvm-config.h b/third_party/LLVM/include-osx/llvm/Config/llvm-config.h
similarity index 100%
rename from src/LLVM/include-osx/llvm/Config/llvm-config.h
rename to third_party/LLVM/include-osx/llvm/Config/llvm-config.h
diff --git a/src/LLVM/include-osx/llvm/Support/DataTypes.h b/third_party/LLVM/include-osx/llvm/Support/DataTypes.h
similarity index 100%
rename from src/LLVM/include-osx/llvm/Support/DataTypes.h
rename to third_party/LLVM/include-osx/llvm/Support/DataTypes.h
diff --git a/src/LLVM/include/llvm-c/Analysis.h b/third_party/LLVM/include/llvm-c/Analysis.h
similarity index 100%
rename from src/LLVM/include/llvm-c/Analysis.h
rename to third_party/LLVM/include/llvm-c/Analysis.h
diff --git a/src/LLVM/include/llvm-c/BitReader.h b/third_party/LLVM/include/llvm-c/BitReader.h
similarity index 100%
rename from src/LLVM/include/llvm-c/BitReader.h
rename to third_party/LLVM/include/llvm-c/BitReader.h
diff --git a/src/LLVM/include/llvm-c/BitWriter.h b/third_party/LLVM/include/llvm-c/BitWriter.h
similarity index 100%
rename from src/LLVM/include/llvm-c/BitWriter.h
rename to third_party/LLVM/include/llvm-c/BitWriter.h
diff --git a/src/LLVM/include/llvm-c/Core.h b/third_party/LLVM/include/llvm-c/Core.h
similarity index 100%
rename from src/LLVM/include/llvm-c/Core.h
rename to third_party/LLVM/include/llvm-c/Core.h
diff --git a/src/LLVM/include/llvm-c/Disassembler.h b/third_party/LLVM/include/llvm-c/Disassembler.h
similarity index 100%
rename from src/LLVM/include/llvm-c/Disassembler.h
rename to third_party/LLVM/include/llvm-c/Disassembler.h
diff --git a/src/LLVM/include/llvm-c/EnhancedDisassembly.h b/third_party/LLVM/include/llvm-c/EnhancedDisassembly.h
similarity index 100%
rename from src/LLVM/include/llvm-c/EnhancedDisassembly.h
rename to third_party/LLVM/include/llvm-c/EnhancedDisassembly.h
diff --git a/src/LLVM/include/llvm-c/ExecutionEngine.h b/third_party/LLVM/include/llvm-c/ExecutionEngine.h
similarity index 100%
rename from src/LLVM/include/llvm-c/ExecutionEngine.h
rename to third_party/LLVM/include/llvm-c/ExecutionEngine.h
diff --git a/src/LLVM/include/llvm-c/Initialization.h b/third_party/LLVM/include/llvm-c/Initialization.h
similarity index 100%
rename from src/LLVM/include/llvm-c/Initialization.h
rename to third_party/LLVM/include/llvm-c/Initialization.h
diff --git a/src/LLVM/include/llvm-c/LinkTimeOptimizer.h b/third_party/LLVM/include/llvm-c/LinkTimeOptimizer.h
similarity index 100%
rename from src/LLVM/include/llvm-c/LinkTimeOptimizer.h
rename to third_party/LLVM/include/llvm-c/LinkTimeOptimizer.h
diff --git a/src/LLVM/include/llvm-c/Object.h b/third_party/LLVM/include/llvm-c/Object.h
similarity index 100%
rename from src/LLVM/include/llvm-c/Object.h
rename to third_party/LLVM/include/llvm-c/Object.h
diff --git a/src/LLVM/include/llvm-c/Target.h b/third_party/LLVM/include/llvm-c/Target.h
similarity index 100%
rename from src/LLVM/include/llvm-c/Target.h
rename to third_party/LLVM/include/llvm-c/Target.h
diff --git a/src/LLVM/include/llvm-c/Transforms/IPO.h b/third_party/LLVM/include/llvm-c/Transforms/IPO.h
similarity index 100%
rename from src/LLVM/include/llvm-c/Transforms/IPO.h
rename to third_party/LLVM/include/llvm-c/Transforms/IPO.h
diff --git a/src/LLVM/include/llvm-c/Transforms/PassManagerBuilder.h b/third_party/LLVM/include/llvm-c/Transforms/PassManagerBuilder.h
similarity index 100%
rename from src/LLVM/include/llvm-c/Transforms/PassManagerBuilder.h
rename to third_party/LLVM/include/llvm-c/Transforms/PassManagerBuilder.h
diff --git a/src/LLVM/include/llvm-c/Transforms/Scalar.h b/third_party/LLVM/include/llvm-c/Transforms/Scalar.h
similarity index 100%
rename from src/LLVM/include/llvm-c/Transforms/Scalar.h
rename to third_party/LLVM/include/llvm-c/Transforms/Scalar.h
diff --git a/src/LLVM/include/llvm-c/lto.h b/third_party/LLVM/include/llvm-c/lto.h
similarity index 100%
rename from src/LLVM/include/llvm-c/lto.h
rename to third_party/LLVM/include/llvm-c/lto.h
diff --git a/src/LLVM/include/llvm/ADT/APFloat.h b/third_party/LLVM/include/llvm/ADT/APFloat.h
similarity index 100%
rename from src/LLVM/include/llvm/ADT/APFloat.h
rename to third_party/LLVM/include/llvm/ADT/APFloat.h
diff --git a/src/LLVM/include/llvm/ADT/APInt.h b/third_party/LLVM/include/llvm/ADT/APInt.h
similarity index 100%
rename from src/LLVM/include/llvm/ADT/APInt.h
rename to third_party/LLVM/include/llvm/ADT/APInt.h
diff --git a/src/LLVM/include/llvm/ADT/APSInt.h b/third_party/LLVM/include/llvm/ADT/APSInt.h
similarity index 100%
rename from src/LLVM/include/llvm/ADT/APSInt.h
rename to third_party/LLVM/include/llvm/ADT/APSInt.h
diff --git a/src/LLVM/include/llvm/ADT/ArrayRef.h b/third_party/LLVM/include/llvm/ADT/ArrayRef.h
similarity index 100%
rename from src/LLVM/include/llvm/ADT/ArrayRef.h
rename to third_party/LLVM/include/llvm/ADT/ArrayRef.h
diff --git a/src/LLVM/include/llvm/ADT/BitVector.h b/third_party/LLVM/include/llvm/ADT/BitVector.h
similarity index 100%
rename from src/LLVM/include/llvm/ADT/BitVector.h
rename to third_party/LLVM/include/llvm/ADT/BitVector.h
diff --git a/src/LLVM/include/llvm/ADT/DAGDeltaAlgorithm.h b/third_party/LLVM/include/llvm/ADT/DAGDeltaAlgorithm.h
similarity index 100%
rename from src/LLVM/include/llvm/ADT/DAGDeltaAlgorithm.h
rename to third_party/LLVM/include/llvm/ADT/DAGDeltaAlgorithm.h
diff --git a/src/LLVM/include/llvm/ADT/DeltaAlgorithm.h b/third_party/LLVM/include/llvm/ADT/DeltaAlgorithm.h
similarity index 100%
rename from src/LLVM/include/llvm/ADT/DeltaAlgorithm.h
rename to third_party/LLVM/include/llvm/ADT/DeltaAlgorithm.h
diff --git a/src/LLVM/include/llvm/ADT/DenseMap.h b/third_party/LLVM/include/llvm/ADT/DenseMap.h
similarity index 100%
rename from src/LLVM/include/llvm/ADT/DenseMap.h
rename to third_party/LLVM/include/llvm/ADT/DenseMap.h
diff --git a/src/LLVM/include/llvm/ADT/DenseMapInfo.h b/third_party/LLVM/include/llvm/ADT/DenseMapInfo.h
similarity index 100%
rename from src/LLVM/include/llvm/ADT/DenseMapInfo.h
rename to third_party/LLVM/include/llvm/ADT/DenseMapInfo.h
diff --git a/src/LLVM/include/llvm/ADT/DenseSet.h b/third_party/LLVM/include/llvm/ADT/DenseSet.h
similarity index 100%
rename from src/LLVM/include/llvm/ADT/DenseSet.h
rename to third_party/LLVM/include/llvm/ADT/DenseSet.h
diff --git a/src/LLVM/include/llvm/ADT/DepthFirstIterator.h b/third_party/LLVM/include/llvm/ADT/DepthFirstIterator.h
similarity index 100%
rename from src/LLVM/include/llvm/ADT/DepthFirstIterator.h
rename to third_party/LLVM/include/llvm/ADT/DepthFirstIterator.h
diff --git a/src/LLVM/include/llvm/ADT/EquivalenceClasses.h b/third_party/LLVM/include/llvm/ADT/EquivalenceClasses.h
similarity index 100%
rename from src/LLVM/include/llvm/ADT/EquivalenceClasses.h
rename to third_party/LLVM/include/llvm/ADT/EquivalenceClasses.h
diff --git a/src/LLVM/include/llvm/ADT/FoldingSet.h b/third_party/LLVM/include/llvm/ADT/FoldingSet.h
similarity index 100%
rename from src/LLVM/include/llvm/ADT/FoldingSet.h
rename to third_party/LLVM/include/llvm/ADT/FoldingSet.h
diff --git a/src/LLVM/include/llvm/ADT/GraphTraits.h b/third_party/LLVM/include/llvm/ADT/GraphTraits.h
similarity index 100%
rename from src/LLVM/include/llvm/ADT/GraphTraits.h
rename to third_party/LLVM/include/llvm/ADT/GraphTraits.h
diff --git a/src/LLVM/include/llvm/ADT/ImmutableIntervalMap.h b/third_party/LLVM/include/llvm/ADT/ImmutableIntervalMap.h
similarity index 100%
rename from src/LLVM/include/llvm/ADT/ImmutableIntervalMap.h
rename to third_party/LLVM/include/llvm/ADT/ImmutableIntervalMap.h
diff --git a/src/LLVM/include/llvm/ADT/ImmutableList.h b/third_party/LLVM/include/llvm/ADT/ImmutableList.h
similarity index 100%
rename from src/LLVM/include/llvm/ADT/ImmutableList.h
rename to third_party/LLVM/include/llvm/ADT/ImmutableList.h
diff --git a/src/LLVM/include/llvm/ADT/ImmutableMap.h b/third_party/LLVM/include/llvm/ADT/ImmutableMap.h
similarity index 100%
rename from src/LLVM/include/llvm/ADT/ImmutableMap.h
rename to third_party/LLVM/include/llvm/ADT/ImmutableMap.h
diff --git a/src/LLVM/include/llvm/ADT/ImmutableSet.h b/third_party/LLVM/include/llvm/ADT/ImmutableSet.h
similarity index 100%
rename from src/LLVM/include/llvm/ADT/ImmutableSet.h
rename to third_party/LLVM/include/llvm/ADT/ImmutableSet.h
diff --git a/src/LLVM/include/llvm/ADT/InMemoryStruct.h b/third_party/LLVM/include/llvm/ADT/InMemoryStruct.h
similarity index 100%
rename from src/LLVM/include/llvm/ADT/InMemoryStruct.h
rename to third_party/LLVM/include/llvm/ADT/InMemoryStruct.h
diff --git a/src/LLVM/include/llvm/ADT/IndexedMap.h b/third_party/LLVM/include/llvm/ADT/IndexedMap.h
similarity index 100%
rename from src/LLVM/include/llvm/ADT/IndexedMap.h
rename to third_party/LLVM/include/llvm/ADT/IndexedMap.h
diff --git a/src/LLVM/include/llvm/ADT/IntEqClasses.h b/third_party/LLVM/include/llvm/ADT/IntEqClasses.h
similarity index 100%
rename from src/LLVM/include/llvm/ADT/IntEqClasses.h
rename to third_party/LLVM/include/llvm/ADT/IntEqClasses.h
diff --git a/src/LLVM/include/llvm/ADT/IntervalMap.h b/third_party/LLVM/include/llvm/ADT/IntervalMap.h
similarity index 100%
rename from src/LLVM/include/llvm/ADT/IntervalMap.h
rename to third_party/LLVM/include/llvm/ADT/IntervalMap.h
diff --git a/src/LLVM/include/llvm/ADT/IntrusiveRefCntPtr.h b/third_party/LLVM/include/llvm/ADT/IntrusiveRefCntPtr.h
similarity index 100%
rename from src/LLVM/include/llvm/ADT/IntrusiveRefCntPtr.h
rename to third_party/LLVM/include/llvm/ADT/IntrusiveRefCntPtr.h
diff --git a/src/LLVM/include/llvm/ADT/NullablePtr.h b/third_party/LLVM/include/llvm/ADT/NullablePtr.h
similarity index 100%
rename from src/LLVM/include/llvm/ADT/NullablePtr.h
rename to third_party/LLVM/include/llvm/ADT/NullablePtr.h
diff --git a/src/LLVM/include/llvm/ADT/Optional.h b/third_party/LLVM/include/llvm/ADT/Optional.h
similarity index 100%
rename from src/LLVM/include/llvm/ADT/Optional.h
rename to third_party/LLVM/include/llvm/ADT/Optional.h
diff --git a/src/LLVM/include/llvm/ADT/OwningPtr.h b/third_party/LLVM/include/llvm/ADT/OwningPtr.h
similarity index 100%
rename from src/LLVM/include/llvm/ADT/OwningPtr.h
rename to third_party/LLVM/include/llvm/ADT/OwningPtr.h
diff --git a/src/LLVM/include/llvm/ADT/PackedVector.h b/third_party/LLVM/include/llvm/ADT/PackedVector.h
similarity index 100%
rename from src/LLVM/include/llvm/ADT/PackedVector.h
rename to third_party/LLVM/include/llvm/ADT/PackedVector.h
diff --git a/src/LLVM/include/llvm/ADT/PointerIntPair.h b/third_party/LLVM/include/llvm/ADT/PointerIntPair.h
similarity index 100%
rename from src/LLVM/include/llvm/ADT/PointerIntPair.h
rename to third_party/LLVM/include/llvm/ADT/PointerIntPair.h
diff --git a/src/LLVM/include/llvm/ADT/PointerUnion.h b/third_party/LLVM/include/llvm/ADT/PointerUnion.h
similarity index 100%
rename from src/LLVM/include/llvm/ADT/PointerUnion.h
rename to third_party/LLVM/include/llvm/ADT/PointerUnion.h
diff --git a/src/LLVM/include/llvm/ADT/PostOrderIterator.h b/third_party/LLVM/include/llvm/ADT/PostOrderIterator.h
similarity index 100%
rename from src/LLVM/include/llvm/ADT/PostOrderIterator.h
rename to third_party/LLVM/include/llvm/ADT/PostOrderIterator.h
diff --git a/src/LLVM/include/llvm/ADT/PriorityQueue.h b/third_party/LLVM/include/llvm/ADT/PriorityQueue.h
similarity index 100%
rename from src/LLVM/include/llvm/ADT/PriorityQueue.h
rename to third_party/LLVM/include/llvm/ADT/PriorityQueue.h
diff --git a/src/LLVM/include/llvm/ADT/SCCIterator.h b/third_party/LLVM/include/llvm/ADT/SCCIterator.h
similarity index 100%
rename from src/LLVM/include/llvm/ADT/SCCIterator.h
rename to third_party/LLVM/include/llvm/ADT/SCCIterator.h
diff --git a/src/LLVM/include/llvm/ADT/STLExtras.h b/third_party/LLVM/include/llvm/ADT/STLExtras.h
similarity index 100%
rename from src/LLVM/include/llvm/ADT/STLExtras.h
rename to third_party/LLVM/include/llvm/ADT/STLExtras.h
diff --git a/src/LLVM/include/llvm/ADT/ScopedHashTable.h b/third_party/LLVM/include/llvm/ADT/ScopedHashTable.h
similarity index 100%
rename from src/LLVM/include/llvm/ADT/ScopedHashTable.h
rename to third_party/LLVM/include/llvm/ADT/ScopedHashTable.h
diff --git a/src/LLVM/include/llvm/ADT/SetOperations.h b/third_party/LLVM/include/llvm/ADT/SetOperations.h
similarity index 100%
rename from src/LLVM/include/llvm/ADT/SetOperations.h
rename to third_party/LLVM/include/llvm/ADT/SetOperations.h
diff --git a/src/LLVM/include/llvm/ADT/SetVector.h b/third_party/LLVM/include/llvm/ADT/SetVector.h
similarity index 100%
rename from src/LLVM/include/llvm/ADT/SetVector.h
rename to third_party/LLVM/include/llvm/ADT/SetVector.h
diff --git a/src/LLVM/include/llvm/ADT/SmallBitVector.h b/third_party/LLVM/include/llvm/ADT/SmallBitVector.h
similarity index 100%
rename from src/LLVM/include/llvm/ADT/SmallBitVector.h
rename to third_party/LLVM/include/llvm/ADT/SmallBitVector.h
diff --git a/src/LLVM/include/llvm/ADT/SmallPtrSet.h b/third_party/LLVM/include/llvm/ADT/SmallPtrSet.h
similarity index 100%
rename from src/LLVM/include/llvm/ADT/SmallPtrSet.h
rename to third_party/LLVM/include/llvm/ADT/SmallPtrSet.h
diff --git a/src/LLVM/include/llvm/ADT/SmallSet.h b/third_party/LLVM/include/llvm/ADT/SmallSet.h
similarity index 100%
rename from src/LLVM/include/llvm/ADT/SmallSet.h
rename to third_party/LLVM/include/llvm/ADT/SmallSet.h
diff --git a/src/LLVM/include/llvm/ADT/SmallString.h b/third_party/LLVM/include/llvm/ADT/SmallString.h
similarity index 100%
rename from src/LLVM/include/llvm/ADT/SmallString.h
rename to third_party/LLVM/include/llvm/ADT/SmallString.h
diff --git a/src/LLVM/include/llvm/ADT/SmallVector.h b/third_party/LLVM/include/llvm/ADT/SmallVector.h
similarity index 100%
rename from src/LLVM/include/llvm/ADT/SmallVector.h
rename to third_party/LLVM/include/llvm/ADT/SmallVector.h
diff --git a/src/LLVM/include/llvm/ADT/SparseBitVector.h b/third_party/LLVM/include/llvm/ADT/SparseBitVector.h
similarity index 100%
rename from src/LLVM/include/llvm/ADT/SparseBitVector.h
rename to third_party/LLVM/include/llvm/ADT/SparseBitVector.h
diff --git a/src/LLVM/include/llvm/ADT/Statistic.h b/third_party/LLVM/include/llvm/ADT/Statistic.h
similarity index 100%
rename from src/LLVM/include/llvm/ADT/Statistic.h
rename to third_party/LLVM/include/llvm/ADT/Statistic.h
diff --git a/src/LLVM/include/llvm/ADT/StringExtras.h b/third_party/LLVM/include/llvm/ADT/StringExtras.h
similarity index 100%
rename from src/LLVM/include/llvm/ADT/StringExtras.h
rename to third_party/LLVM/include/llvm/ADT/StringExtras.h
diff --git a/src/LLVM/include/llvm/ADT/StringMap.h b/third_party/LLVM/include/llvm/ADT/StringMap.h
similarity index 100%
rename from src/LLVM/include/llvm/ADT/StringMap.h
rename to third_party/LLVM/include/llvm/ADT/StringMap.h
diff --git a/src/LLVM/include/llvm/ADT/StringRef.h b/third_party/LLVM/include/llvm/ADT/StringRef.h
similarity index 100%
rename from src/LLVM/include/llvm/ADT/StringRef.h
rename to third_party/LLVM/include/llvm/ADT/StringRef.h
diff --git a/src/LLVM/include/llvm/ADT/StringSet.h b/third_party/LLVM/include/llvm/ADT/StringSet.h
similarity index 100%
rename from src/LLVM/include/llvm/ADT/StringSet.h
rename to third_party/LLVM/include/llvm/ADT/StringSet.h
diff --git a/src/LLVM/include/llvm/ADT/StringSwitch.h b/third_party/LLVM/include/llvm/ADT/StringSwitch.h
similarity index 100%
rename from src/LLVM/include/llvm/ADT/StringSwitch.h
rename to third_party/LLVM/include/llvm/ADT/StringSwitch.h
diff --git a/src/LLVM/include/llvm/ADT/TinyPtrVector.h b/third_party/LLVM/include/llvm/ADT/TinyPtrVector.h
similarity index 100%
rename from src/LLVM/include/llvm/ADT/TinyPtrVector.h
rename to third_party/LLVM/include/llvm/ADT/TinyPtrVector.h
diff --git a/src/LLVM/include/llvm/ADT/Trie.h b/third_party/LLVM/include/llvm/ADT/Trie.h
similarity index 100%
rename from src/LLVM/include/llvm/ADT/Trie.h
rename to third_party/LLVM/include/llvm/ADT/Trie.h
diff --git a/src/LLVM/include/llvm/ADT/Triple.h b/third_party/LLVM/include/llvm/ADT/Triple.h
similarity index 100%
rename from src/LLVM/include/llvm/ADT/Triple.h
rename to third_party/LLVM/include/llvm/ADT/Triple.h
diff --git a/src/LLVM/include/llvm/ADT/Twine.h b/third_party/LLVM/include/llvm/ADT/Twine.h
similarity index 100%
rename from src/LLVM/include/llvm/ADT/Twine.h
rename to third_party/LLVM/include/llvm/ADT/Twine.h
diff --git a/src/LLVM/include/llvm/ADT/UniqueVector.h b/third_party/LLVM/include/llvm/ADT/UniqueVector.h
similarity index 100%
rename from src/LLVM/include/llvm/ADT/UniqueVector.h
rename to third_party/LLVM/include/llvm/ADT/UniqueVector.h
diff --git a/src/LLVM/include/llvm/ADT/ValueMap.h b/third_party/LLVM/include/llvm/ADT/ValueMap.h
similarity index 100%
rename from src/LLVM/include/llvm/ADT/ValueMap.h
rename to third_party/LLVM/include/llvm/ADT/ValueMap.h
diff --git a/src/LLVM/include/llvm/ADT/VectorExtras.h b/third_party/LLVM/include/llvm/ADT/VectorExtras.h
similarity index 100%
rename from src/LLVM/include/llvm/ADT/VectorExtras.h
rename to third_party/LLVM/include/llvm/ADT/VectorExtras.h
diff --git a/src/LLVM/include/llvm/ADT/ilist.h b/third_party/LLVM/include/llvm/ADT/ilist.h
similarity index 100%
rename from src/LLVM/include/llvm/ADT/ilist.h
rename to third_party/LLVM/include/llvm/ADT/ilist.h
diff --git a/src/LLVM/include/llvm/ADT/ilist_node.h b/third_party/LLVM/include/llvm/ADT/ilist_node.h
similarity index 100%
rename from src/LLVM/include/llvm/ADT/ilist_node.h
rename to third_party/LLVM/include/llvm/ADT/ilist_node.h
diff --git a/src/LLVM/include/llvm/Analysis/AliasAnalysis.h b/third_party/LLVM/include/llvm/Analysis/AliasAnalysis.h
similarity index 100%
rename from src/LLVM/include/llvm/Analysis/AliasAnalysis.h
rename to third_party/LLVM/include/llvm/Analysis/AliasAnalysis.h
diff --git a/src/LLVM/include/llvm/Analysis/AliasSetTracker.h b/third_party/LLVM/include/llvm/Analysis/AliasSetTracker.h
similarity index 100%
rename from src/LLVM/include/llvm/Analysis/AliasSetTracker.h
rename to third_party/LLVM/include/llvm/Analysis/AliasSetTracker.h
diff --git a/src/LLVM/include/llvm/Analysis/BlockFrequencyImpl.h b/third_party/LLVM/include/llvm/Analysis/BlockFrequencyImpl.h
similarity index 100%
rename from src/LLVM/include/llvm/Analysis/BlockFrequencyImpl.h
rename to third_party/LLVM/include/llvm/Analysis/BlockFrequencyImpl.h
diff --git a/src/LLVM/include/llvm/Analysis/BlockFrequencyInfo.h b/third_party/LLVM/include/llvm/Analysis/BlockFrequencyInfo.h
similarity index 100%
rename from src/LLVM/include/llvm/Analysis/BlockFrequencyInfo.h
rename to third_party/LLVM/include/llvm/Analysis/BlockFrequencyInfo.h
diff --git a/src/LLVM/include/llvm/Analysis/BranchProbabilityInfo.h b/third_party/LLVM/include/llvm/Analysis/BranchProbabilityInfo.h
similarity index 100%
rename from src/LLVM/include/llvm/Analysis/BranchProbabilityInfo.h
rename to third_party/LLVM/include/llvm/Analysis/BranchProbabilityInfo.h
diff --git a/src/LLVM/include/llvm/Analysis/CFGPrinter.h b/third_party/LLVM/include/llvm/Analysis/CFGPrinter.h
similarity index 100%
rename from src/LLVM/include/llvm/Analysis/CFGPrinter.h
rename to third_party/LLVM/include/llvm/Analysis/CFGPrinter.h
diff --git a/src/LLVM/include/llvm/Analysis/CallGraph.h b/third_party/LLVM/include/llvm/Analysis/CallGraph.h
similarity index 100%
rename from src/LLVM/include/llvm/Analysis/CallGraph.h
rename to third_party/LLVM/include/llvm/Analysis/CallGraph.h
diff --git a/src/LLVM/include/llvm/Analysis/CaptureTracking.h b/third_party/LLVM/include/llvm/Analysis/CaptureTracking.h
similarity index 100%
rename from src/LLVM/include/llvm/Analysis/CaptureTracking.h
rename to third_party/LLVM/include/llvm/Analysis/CaptureTracking.h
diff --git a/src/LLVM/include/llvm/Analysis/CodeMetrics.h b/third_party/LLVM/include/llvm/Analysis/CodeMetrics.h
similarity index 100%
rename from src/LLVM/include/llvm/Analysis/CodeMetrics.h
rename to third_party/LLVM/include/llvm/Analysis/CodeMetrics.h
diff --git a/src/LLVM/include/llvm/Analysis/ConstantFolding.h b/third_party/LLVM/include/llvm/Analysis/ConstantFolding.h
similarity index 100%
rename from src/LLVM/include/llvm/Analysis/ConstantFolding.h
rename to third_party/LLVM/include/llvm/Analysis/ConstantFolding.h
diff --git a/src/LLVM/include/llvm/Analysis/ConstantsScanner.h b/third_party/LLVM/include/llvm/Analysis/ConstantsScanner.h
similarity index 100%
rename from src/LLVM/include/llvm/Analysis/ConstantsScanner.h
rename to third_party/LLVM/include/llvm/Analysis/ConstantsScanner.h
diff --git a/src/LLVM/include/llvm/Analysis/DIBuilder.h b/third_party/LLVM/include/llvm/Analysis/DIBuilder.h
similarity index 100%
rename from src/LLVM/include/llvm/Analysis/DIBuilder.h
rename to third_party/LLVM/include/llvm/Analysis/DIBuilder.h
diff --git a/src/LLVM/include/llvm/Analysis/DOTGraphTraitsPass.h b/third_party/LLVM/include/llvm/Analysis/DOTGraphTraitsPass.h
similarity index 100%
rename from src/LLVM/include/llvm/Analysis/DOTGraphTraitsPass.h
rename to third_party/LLVM/include/llvm/Analysis/DOTGraphTraitsPass.h
diff --git a/src/LLVM/include/llvm/Analysis/DebugInfo.h b/third_party/LLVM/include/llvm/Analysis/DebugInfo.h
similarity index 100%
rename from src/LLVM/include/llvm/Analysis/DebugInfo.h
rename to third_party/LLVM/include/llvm/Analysis/DebugInfo.h
diff --git a/src/LLVM/include/llvm/Analysis/DomPrinter.h b/third_party/LLVM/include/llvm/Analysis/DomPrinter.h
similarity index 100%
rename from src/LLVM/include/llvm/Analysis/DomPrinter.h
rename to third_party/LLVM/include/llvm/Analysis/DomPrinter.h
diff --git a/src/LLVM/include/llvm/Analysis/DominanceFrontier.h b/third_party/LLVM/include/llvm/Analysis/DominanceFrontier.h
similarity index 100%
rename from src/LLVM/include/llvm/Analysis/DominanceFrontier.h
rename to third_party/LLVM/include/llvm/Analysis/DominanceFrontier.h
diff --git a/src/LLVM/include/llvm/Analysis/DominatorInternals.h b/third_party/LLVM/include/llvm/Analysis/DominatorInternals.h
similarity index 100%
rename from src/LLVM/include/llvm/Analysis/DominatorInternals.h
rename to third_party/LLVM/include/llvm/Analysis/DominatorInternals.h
diff --git a/src/LLVM/include/llvm/Analysis/Dominators.h b/third_party/LLVM/include/llvm/Analysis/Dominators.h
similarity index 100%
rename from src/LLVM/include/llvm/Analysis/Dominators.h
rename to third_party/LLVM/include/llvm/Analysis/Dominators.h
diff --git a/src/LLVM/include/llvm/Analysis/FindUsedTypes.h b/third_party/LLVM/include/llvm/Analysis/FindUsedTypes.h
similarity index 100%
rename from src/LLVM/include/llvm/Analysis/FindUsedTypes.h
rename to third_party/LLVM/include/llvm/Analysis/FindUsedTypes.h
diff --git a/src/LLVM/include/llvm/Analysis/IVUsers.h b/third_party/LLVM/include/llvm/Analysis/IVUsers.h
similarity index 100%
rename from src/LLVM/include/llvm/Analysis/IVUsers.h
rename to third_party/LLVM/include/llvm/Analysis/IVUsers.h
diff --git a/src/LLVM/include/llvm/Analysis/InlineCost.h b/third_party/LLVM/include/llvm/Analysis/InlineCost.h
similarity index 100%
rename from src/LLVM/include/llvm/Analysis/InlineCost.h
rename to third_party/LLVM/include/llvm/Analysis/InlineCost.h
diff --git a/src/LLVM/include/llvm/Analysis/InstructionSimplify.h b/third_party/LLVM/include/llvm/Analysis/InstructionSimplify.h
similarity index 100%
rename from src/LLVM/include/llvm/Analysis/InstructionSimplify.h
rename to third_party/LLVM/include/llvm/Analysis/InstructionSimplify.h
diff --git a/src/LLVM/include/llvm/Analysis/Interval.h b/third_party/LLVM/include/llvm/Analysis/Interval.h
similarity index 100%
rename from src/LLVM/include/llvm/Analysis/Interval.h
rename to third_party/LLVM/include/llvm/Analysis/Interval.h
diff --git a/src/LLVM/include/llvm/Analysis/IntervalIterator.h b/third_party/LLVM/include/llvm/Analysis/IntervalIterator.h
similarity index 100%
rename from src/LLVM/include/llvm/Analysis/IntervalIterator.h
rename to third_party/LLVM/include/llvm/Analysis/IntervalIterator.h
diff --git a/src/LLVM/include/llvm/Analysis/IntervalPartition.h b/third_party/LLVM/include/llvm/Analysis/IntervalPartition.h
similarity index 100%
rename from src/LLVM/include/llvm/Analysis/IntervalPartition.h
rename to third_party/LLVM/include/llvm/Analysis/IntervalPartition.h
diff --git a/src/LLVM/include/llvm/Analysis/LazyValueInfo.h b/third_party/LLVM/include/llvm/Analysis/LazyValueInfo.h
similarity index 100%
rename from src/LLVM/include/llvm/Analysis/LazyValueInfo.h
rename to third_party/LLVM/include/llvm/Analysis/LazyValueInfo.h
diff --git a/src/LLVM/include/llvm/Analysis/LibCallAliasAnalysis.h b/third_party/LLVM/include/llvm/Analysis/LibCallAliasAnalysis.h
similarity index 100%
rename from src/LLVM/include/llvm/Analysis/LibCallAliasAnalysis.h
rename to third_party/LLVM/include/llvm/Analysis/LibCallAliasAnalysis.h
diff --git a/src/LLVM/include/llvm/Analysis/LibCallSemantics.h b/third_party/LLVM/include/llvm/Analysis/LibCallSemantics.h
similarity index 100%
rename from src/LLVM/include/llvm/Analysis/LibCallSemantics.h
rename to third_party/LLVM/include/llvm/Analysis/LibCallSemantics.h
diff --git a/src/LLVM/include/llvm/Analysis/Lint.h b/third_party/LLVM/include/llvm/Analysis/Lint.h
similarity index 100%
rename from src/LLVM/include/llvm/Analysis/Lint.h
rename to third_party/LLVM/include/llvm/Analysis/Lint.h
diff --git a/src/LLVM/include/llvm/Analysis/Loads.h b/third_party/LLVM/include/llvm/Analysis/Loads.h
similarity index 100%
rename from src/LLVM/include/llvm/Analysis/Loads.h
rename to third_party/LLVM/include/llvm/Analysis/Loads.h
diff --git a/src/LLVM/include/llvm/Analysis/LoopDependenceAnalysis.h b/third_party/LLVM/include/llvm/Analysis/LoopDependenceAnalysis.h
similarity index 100%
rename from src/LLVM/include/llvm/Analysis/LoopDependenceAnalysis.h
rename to third_party/LLVM/include/llvm/Analysis/LoopDependenceAnalysis.h
diff --git a/src/LLVM/include/llvm/Analysis/LoopInfo.h b/third_party/LLVM/include/llvm/Analysis/LoopInfo.h
similarity index 100%
rename from src/LLVM/include/llvm/Analysis/LoopInfo.h
rename to third_party/LLVM/include/llvm/Analysis/LoopInfo.h
diff --git a/src/LLVM/include/llvm/Analysis/LoopIterator.h b/third_party/LLVM/include/llvm/Analysis/LoopIterator.h
similarity index 100%
rename from src/LLVM/include/llvm/Analysis/LoopIterator.h
rename to third_party/LLVM/include/llvm/Analysis/LoopIterator.h
diff --git a/src/LLVM/include/llvm/Analysis/LoopPass.h b/third_party/LLVM/include/llvm/Analysis/LoopPass.h
similarity index 100%
rename from src/LLVM/include/llvm/Analysis/LoopPass.h
rename to third_party/LLVM/include/llvm/Analysis/LoopPass.h
diff --git a/src/LLVM/include/llvm/Analysis/MemoryBuiltins.h b/third_party/LLVM/include/llvm/Analysis/MemoryBuiltins.h
similarity index 100%
rename from src/LLVM/include/llvm/Analysis/MemoryBuiltins.h
rename to third_party/LLVM/include/llvm/Analysis/MemoryBuiltins.h
diff --git a/src/LLVM/include/llvm/Analysis/MemoryDependenceAnalysis.h b/third_party/LLVM/include/llvm/Analysis/MemoryDependenceAnalysis.h
similarity index 100%
rename from src/LLVM/include/llvm/Analysis/MemoryDependenceAnalysis.h
rename to third_party/LLVM/include/llvm/Analysis/MemoryDependenceAnalysis.h
diff --git a/src/LLVM/include/llvm/Analysis/PHITransAddr.h b/third_party/LLVM/include/llvm/Analysis/PHITransAddr.h
similarity index 100%
rename from src/LLVM/include/llvm/Analysis/PHITransAddr.h
rename to third_party/LLVM/include/llvm/Analysis/PHITransAddr.h
diff --git a/src/LLVM/include/llvm/Analysis/Passes.h b/third_party/LLVM/include/llvm/Analysis/Passes.h
similarity index 100%
rename from src/LLVM/include/llvm/Analysis/Passes.h
rename to third_party/LLVM/include/llvm/Analysis/Passes.h
diff --git a/src/LLVM/include/llvm/Analysis/PathNumbering.h b/third_party/LLVM/include/llvm/Analysis/PathNumbering.h
similarity index 100%
rename from src/LLVM/include/llvm/Analysis/PathNumbering.h
rename to third_party/LLVM/include/llvm/Analysis/PathNumbering.h
diff --git a/src/LLVM/include/llvm/Analysis/PathProfileInfo.h b/third_party/LLVM/include/llvm/Analysis/PathProfileInfo.h
similarity index 100%
rename from src/LLVM/include/llvm/Analysis/PathProfileInfo.h
rename to third_party/LLVM/include/llvm/Analysis/PathProfileInfo.h
diff --git a/src/LLVM/include/llvm/Analysis/PostDominators.h b/third_party/LLVM/include/llvm/Analysis/PostDominators.h
similarity index 100%
rename from src/LLVM/include/llvm/Analysis/PostDominators.h
rename to third_party/LLVM/include/llvm/Analysis/PostDominators.h
diff --git a/src/LLVM/include/llvm/Analysis/ProfileInfo.h b/third_party/LLVM/include/llvm/Analysis/ProfileInfo.h
similarity index 100%
rename from src/LLVM/include/llvm/Analysis/ProfileInfo.h
rename to third_party/LLVM/include/llvm/Analysis/ProfileInfo.h
diff --git a/src/LLVM/include/llvm/Analysis/ProfileInfoLoader.h b/third_party/LLVM/include/llvm/Analysis/ProfileInfoLoader.h
similarity index 100%
rename from src/LLVM/include/llvm/Analysis/ProfileInfoLoader.h
rename to third_party/LLVM/include/llvm/Analysis/ProfileInfoLoader.h
diff --git a/src/LLVM/include/llvm/Analysis/ProfileInfoTypes.h b/third_party/LLVM/include/llvm/Analysis/ProfileInfoTypes.h
similarity index 100%
rename from src/LLVM/include/llvm/Analysis/ProfileInfoTypes.h
rename to third_party/LLVM/include/llvm/Analysis/ProfileInfoTypes.h
diff --git a/src/LLVM/include/llvm/Analysis/RegionInfo.h b/third_party/LLVM/include/llvm/Analysis/RegionInfo.h
similarity index 100%
rename from src/LLVM/include/llvm/Analysis/RegionInfo.h
rename to third_party/LLVM/include/llvm/Analysis/RegionInfo.h
diff --git a/src/LLVM/include/llvm/Analysis/RegionIterator.h b/third_party/LLVM/include/llvm/Analysis/RegionIterator.h
similarity index 100%
rename from src/LLVM/include/llvm/Analysis/RegionIterator.h
rename to third_party/LLVM/include/llvm/Analysis/RegionIterator.h
diff --git a/src/LLVM/include/llvm/Analysis/RegionPass.h b/third_party/LLVM/include/llvm/Analysis/RegionPass.h
similarity index 100%
rename from src/LLVM/include/llvm/Analysis/RegionPass.h
rename to third_party/LLVM/include/llvm/Analysis/RegionPass.h
diff --git a/src/LLVM/include/llvm/Analysis/RegionPrinter.h b/third_party/LLVM/include/llvm/Analysis/RegionPrinter.h
similarity index 100%
rename from src/LLVM/include/llvm/Analysis/RegionPrinter.h
rename to third_party/LLVM/include/llvm/Analysis/RegionPrinter.h
diff --git a/src/LLVM/include/llvm/Analysis/ScalarEvolution.h b/third_party/LLVM/include/llvm/Analysis/ScalarEvolution.h
similarity index 100%
rename from src/LLVM/include/llvm/Analysis/ScalarEvolution.h
rename to third_party/LLVM/include/llvm/Analysis/ScalarEvolution.h
diff --git a/src/LLVM/include/llvm/Analysis/ScalarEvolutionExpander.h b/third_party/LLVM/include/llvm/Analysis/ScalarEvolutionExpander.h
similarity index 100%
rename from src/LLVM/include/llvm/Analysis/ScalarEvolutionExpander.h
rename to third_party/LLVM/include/llvm/Analysis/ScalarEvolutionExpander.h
diff --git a/src/LLVM/include/llvm/Analysis/ScalarEvolutionExpressions.h b/third_party/LLVM/include/llvm/Analysis/ScalarEvolutionExpressions.h
similarity index 100%
rename from src/LLVM/include/llvm/Analysis/ScalarEvolutionExpressions.h
rename to third_party/LLVM/include/llvm/Analysis/ScalarEvolutionExpressions.h
diff --git a/src/LLVM/include/llvm/Analysis/ScalarEvolutionNormalization.h b/third_party/LLVM/include/llvm/Analysis/ScalarEvolutionNormalization.h
similarity index 100%
rename from src/LLVM/include/llvm/Analysis/ScalarEvolutionNormalization.h
rename to third_party/LLVM/include/llvm/Analysis/ScalarEvolutionNormalization.h
diff --git a/src/LLVM/include/llvm/Analysis/SparsePropagation.h b/third_party/LLVM/include/llvm/Analysis/SparsePropagation.h
similarity index 100%
rename from src/LLVM/include/llvm/Analysis/SparsePropagation.h
rename to third_party/LLVM/include/llvm/Analysis/SparsePropagation.h
diff --git a/src/LLVM/include/llvm/Analysis/Trace.h b/third_party/LLVM/include/llvm/Analysis/Trace.h
similarity index 100%
rename from src/LLVM/include/llvm/Analysis/Trace.h
rename to third_party/LLVM/include/llvm/Analysis/Trace.h
diff --git a/src/LLVM/include/llvm/Analysis/ValueTracking.h b/third_party/LLVM/include/llvm/Analysis/ValueTracking.h
similarity index 100%
rename from src/LLVM/include/llvm/Analysis/ValueTracking.h
rename to third_party/LLVM/include/llvm/Analysis/ValueTracking.h
diff --git a/src/LLVM/include/llvm/Analysis/Verifier.h b/third_party/LLVM/include/llvm/Analysis/Verifier.h
similarity index 100%
rename from src/LLVM/include/llvm/Analysis/Verifier.h
rename to third_party/LLVM/include/llvm/Analysis/Verifier.h
diff --git a/src/LLVM/include/llvm/Argument.h b/third_party/LLVM/include/llvm/Argument.h
similarity index 100%
rename from src/LLVM/include/llvm/Argument.h
rename to third_party/LLVM/include/llvm/Argument.h
diff --git a/src/LLVM/include/llvm/Assembly/AssemblyAnnotationWriter.h b/third_party/LLVM/include/llvm/Assembly/AssemblyAnnotationWriter.h
similarity index 100%
rename from src/LLVM/include/llvm/Assembly/AssemblyAnnotationWriter.h
rename to third_party/LLVM/include/llvm/Assembly/AssemblyAnnotationWriter.h
diff --git a/src/LLVM/include/llvm/Assembly/Parser.h b/third_party/LLVM/include/llvm/Assembly/Parser.h
similarity index 100%
rename from src/LLVM/include/llvm/Assembly/Parser.h
rename to third_party/LLVM/include/llvm/Assembly/Parser.h
diff --git a/src/LLVM/include/llvm/Assembly/PrintModulePass.h b/third_party/LLVM/include/llvm/Assembly/PrintModulePass.h
similarity index 100%
rename from src/LLVM/include/llvm/Assembly/PrintModulePass.h
rename to third_party/LLVM/include/llvm/Assembly/PrintModulePass.h
diff --git a/src/LLVM/include/llvm/Assembly/Writer.h b/third_party/LLVM/include/llvm/Assembly/Writer.h
similarity index 100%
rename from src/LLVM/include/llvm/Assembly/Writer.h
rename to third_party/LLVM/include/llvm/Assembly/Writer.h
diff --git a/src/LLVM/include/llvm/Attributes.h b/third_party/LLVM/include/llvm/Attributes.h
similarity index 100%
rename from src/LLVM/include/llvm/Attributes.h
rename to third_party/LLVM/include/llvm/Attributes.h
diff --git a/src/LLVM/include/llvm/AutoUpgrade.h b/third_party/LLVM/include/llvm/AutoUpgrade.h
similarity index 100%
rename from src/LLVM/include/llvm/AutoUpgrade.h
rename to third_party/LLVM/include/llvm/AutoUpgrade.h
diff --git a/src/LLVM/include/llvm/BasicBlock.h b/third_party/LLVM/include/llvm/BasicBlock.h
similarity index 100%
rename from src/LLVM/include/llvm/BasicBlock.h
rename to third_party/LLVM/include/llvm/BasicBlock.h
diff --git a/src/LLVM/include/llvm/Bitcode/Archive.h b/third_party/LLVM/include/llvm/Bitcode/Archive.h
similarity index 100%
rename from src/LLVM/include/llvm/Bitcode/Archive.h
rename to third_party/LLVM/include/llvm/Bitcode/Archive.h
diff --git a/src/LLVM/include/llvm/Bitcode/BitCodes.h b/third_party/LLVM/include/llvm/Bitcode/BitCodes.h
similarity index 100%
rename from src/LLVM/include/llvm/Bitcode/BitCodes.h
rename to third_party/LLVM/include/llvm/Bitcode/BitCodes.h
diff --git a/src/LLVM/include/llvm/Bitcode/BitstreamReader.h b/third_party/LLVM/include/llvm/Bitcode/BitstreamReader.h
similarity index 100%
rename from src/LLVM/include/llvm/Bitcode/BitstreamReader.h
rename to third_party/LLVM/include/llvm/Bitcode/BitstreamReader.h
diff --git a/src/LLVM/include/llvm/Bitcode/BitstreamWriter.h b/third_party/LLVM/include/llvm/Bitcode/BitstreamWriter.h
similarity index 100%
rename from src/LLVM/include/llvm/Bitcode/BitstreamWriter.h
rename to third_party/LLVM/include/llvm/Bitcode/BitstreamWriter.h
diff --git a/src/LLVM/include/llvm/Bitcode/LLVMBitCodes.h b/third_party/LLVM/include/llvm/Bitcode/LLVMBitCodes.h
similarity index 100%
rename from src/LLVM/include/llvm/Bitcode/LLVMBitCodes.h
rename to third_party/LLVM/include/llvm/Bitcode/LLVMBitCodes.h
diff --git a/src/LLVM/include/llvm/Bitcode/ReaderWriter.h b/third_party/LLVM/include/llvm/Bitcode/ReaderWriter.h
similarity index 100%
rename from src/LLVM/include/llvm/Bitcode/ReaderWriter.h
rename to third_party/LLVM/include/llvm/Bitcode/ReaderWriter.h
diff --git a/src/LLVM/include/llvm/CallGraphSCCPass.h b/third_party/LLVM/include/llvm/CallGraphSCCPass.h
similarity index 100%
rename from src/LLVM/include/llvm/CallGraphSCCPass.h
rename to third_party/LLVM/include/llvm/CallGraphSCCPass.h
diff --git a/src/LLVM/include/llvm/CallingConv.h b/third_party/LLVM/include/llvm/CallingConv.h
similarity index 100%
rename from src/LLVM/include/llvm/CallingConv.h
rename to third_party/LLVM/include/llvm/CallingConv.h
diff --git a/src/LLVM/include/llvm/CodeGen/Analysis.h b/third_party/LLVM/include/llvm/CodeGen/Analysis.h
similarity index 100%
rename from src/LLVM/include/llvm/CodeGen/Analysis.h
rename to third_party/LLVM/include/llvm/CodeGen/Analysis.h
diff --git a/src/LLVM/include/llvm/CodeGen/AsmPrinter.h b/third_party/LLVM/include/llvm/CodeGen/AsmPrinter.h
similarity index 100%
rename from src/LLVM/include/llvm/CodeGen/AsmPrinter.h
rename to third_party/LLVM/include/llvm/CodeGen/AsmPrinter.h
diff --git a/src/LLVM/include/llvm/CodeGen/BinaryObject.h b/third_party/LLVM/include/llvm/CodeGen/BinaryObject.h
similarity index 100%
rename from src/LLVM/include/llvm/CodeGen/BinaryObject.h
rename to third_party/LLVM/include/llvm/CodeGen/BinaryObject.h
diff --git a/src/LLVM/include/llvm/CodeGen/CalcSpillWeights.h b/third_party/LLVM/include/llvm/CodeGen/CalcSpillWeights.h
similarity index 100%
rename from src/LLVM/include/llvm/CodeGen/CalcSpillWeights.h
rename to third_party/LLVM/include/llvm/CodeGen/CalcSpillWeights.h
diff --git a/src/LLVM/include/llvm/CodeGen/CallingConvLower.h b/third_party/LLVM/include/llvm/CodeGen/CallingConvLower.h
similarity index 100%
rename from src/LLVM/include/llvm/CodeGen/CallingConvLower.h
rename to third_party/LLVM/include/llvm/CodeGen/CallingConvLower.h
diff --git a/src/LLVM/include/llvm/CodeGen/EdgeBundles.h b/third_party/LLVM/include/llvm/CodeGen/EdgeBundles.h
similarity index 100%
rename from src/LLVM/include/llvm/CodeGen/EdgeBundles.h
rename to third_party/LLVM/include/llvm/CodeGen/EdgeBundles.h
diff --git a/src/LLVM/include/llvm/CodeGen/FastISel.h b/third_party/LLVM/include/llvm/CodeGen/FastISel.h
similarity index 100%
rename from src/LLVM/include/llvm/CodeGen/FastISel.h
rename to third_party/LLVM/include/llvm/CodeGen/FastISel.h
diff --git a/src/LLVM/include/llvm/CodeGen/FunctionLoweringInfo.h b/third_party/LLVM/include/llvm/CodeGen/FunctionLoweringInfo.h
similarity index 100%
rename from src/LLVM/include/llvm/CodeGen/FunctionLoweringInfo.h
rename to third_party/LLVM/include/llvm/CodeGen/FunctionLoweringInfo.h
diff --git a/src/LLVM/include/llvm/CodeGen/GCMetadata.h b/third_party/LLVM/include/llvm/CodeGen/GCMetadata.h
similarity index 100%
rename from src/LLVM/include/llvm/CodeGen/GCMetadata.h
rename to third_party/LLVM/include/llvm/CodeGen/GCMetadata.h
diff --git a/src/LLVM/include/llvm/CodeGen/GCMetadataPrinter.h b/third_party/LLVM/include/llvm/CodeGen/GCMetadataPrinter.h
similarity index 100%
rename from src/LLVM/include/llvm/CodeGen/GCMetadataPrinter.h
rename to third_party/LLVM/include/llvm/CodeGen/GCMetadataPrinter.h
diff --git a/src/LLVM/include/llvm/CodeGen/GCStrategy.h b/third_party/LLVM/include/llvm/CodeGen/GCStrategy.h
similarity index 100%
rename from src/LLVM/include/llvm/CodeGen/GCStrategy.h
rename to third_party/LLVM/include/llvm/CodeGen/GCStrategy.h
diff --git a/src/LLVM/include/llvm/CodeGen/GCs.h b/third_party/LLVM/include/llvm/CodeGen/GCs.h
similarity index 100%
rename from src/LLVM/include/llvm/CodeGen/GCs.h
rename to third_party/LLVM/include/llvm/CodeGen/GCs.h
diff --git a/src/LLVM/include/llvm/CodeGen/ISDOpcodes.h b/third_party/LLVM/include/llvm/CodeGen/ISDOpcodes.h
similarity index 100%
rename from src/LLVM/include/llvm/CodeGen/ISDOpcodes.h
rename to third_party/LLVM/include/llvm/CodeGen/ISDOpcodes.h
diff --git a/src/LLVM/include/llvm/CodeGen/IntrinsicLowering.h b/third_party/LLVM/include/llvm/CodeGen/IntrinsicLowering.h
similarity index 100%
rename from src/LLVM/include/llvm/CodeGen/IntrinsicLowering.h
rename to third_party/LLVM/include/llvm/CodeGen/IntrinsicLowering.h
diff --git a/src/LLVM/include/llvm/CodeGen/JITCodeEmitter.h b/third_party/LLVM/include/llvm/CodeGen/JITCodeEmitter.h
similarity index 100%
rename from src/LLVM/include/llvm/CodeGen/JITCodeEmitter.h
rename to third_party/LLVM/include/llvm/CodeGen/JITCodeEmitter.h
diff --git a/src/LLVM/include/llvm/CodeGen/LatencyPriorityQueue.h b/third_party/LLVM/include/llvm/CodeGen/LatencyPriorityQueue.h
similarity index 100%
rename from src/LLVM/include/llvm/CodeGen/LatencyPriorityQueue.h
rename to third_party/LLVM/include/llvm/CodeGen/LatencyPriorityQueue.h
diff --git a/src/LLVM/include/llvm/CodeGen/LexicalScopes.h b/third_party/LLVM/include/llvm/CodeGen/LexicalScopes.h
similarity index 100%
rename from src/LLVM/include/llvm/CodeGen/LexicalScopes.h
rename to third_party/LLVM/include/llvm/CodeGen/LexicalScopes.h
diff --git a/src/LLVM/include/llvm/CodeGen/LinkAllAsmWriterComponents.h b/third_party/LLVM/include/llvm/CodeGen/LinkAllAsmWriterComponents.h
similarity index 100%
rename from src/LLVM/include/llvm/CodeGen/LinkAllAsmWriterComponents.h
rename to third_party/LLVM/include/llvm/CodeGen/LinkAllAsmWriterComponents.h
diff --git a/src/LLVM/include/llvm/CodeGen/LinkAllCodegenComponents.h b/third_party/LLVM/include/llvm/CodeGen/LinkAllCodegenComponents.h
similarity index 100%
rename from src/LLVM/include/llvm/CodeGen/LinkAllCodegenComponents.h
rename to third_party/LLVM/include/llvm/CodeGen/LinkAllCodegenComponents.h
diff --git a/src/LLVM/include/llvm/CodeGen/LiveInterval.h b/third_party/LLVM/include/llvm/CodeGen/LiveInterval.h
similarity index 100%
rename from src/LLVM/include/llvm/CodeGen/LiveInterval.h
rename to third_party/LLVM/include/llvm/CodeGen/LiveInterval.h
diff --git a/src/LLVM/include/llvm/CodeGen/LiveIntervalAnalysis.h b/third_party/LLVM/include/llvm/CodeGen/LiveIntervalAnalysis.h
similarity index 100%
rename from src/LLVM/include/llvm/CodeGen/LiveIntervalAnalysis.h
rename to third_party/LLVM/include/llvm/CodeGen/LiveIntervalAnalysis.h
diff --git a/src/LLVM/include/llvm/CodeGen/LiveStackAnalysis.h b/third_party/LLVM/include/llvm/CodeGen/LiveStackAnalysis.h
similarity index 100%
rename from src/LLVM/include/llvm/CodeGen/LiveStackAnalysis.h
rename to third_party/LLVM/include/llvm/CodeGen/LiveStackAnalysis.h
diff --git a/src/LLVM/include/llvm/CodeGen/LiveVariables.h b/third_party/LLVM/include/llvm/CodeGen/LiveVariables.h
similarity index 100%
rename from src/LLVM/include/llvm/CodeGen/LiveVariables.h
rename to third_party/LLVM/include/llvm/CodeGen/LiveVariables.h
diff --git a/src/LLVM/include/llvm/CodeGen/MachORelocation.h b/third_party/LLVM/include/llvm/CodeGen/MachORelocation.h
similarity index 100%
rename from src/LLVM/include/llvm/CodeGen/MachORelocation.h
rename to third_party/LLVM/include/llvm/CodeGen/MachORelocation.h
diff --git a/src/LLVM/include/llvm/CodeGen/MachineBasicBlock.h b/third_party/LLVM/include/llvm/CodeGen/MachineBasicBlock.h
similarity index 100%
rename from src/LLVM/include/llvm/CodeGen/MachineBasicBlock.h
rename to third_party/LLVM/include/llvm/CodeGen/MachineBasicBlock.h
diff --git a/src/LLVM/include/llvm/CodeGen/MachineBlockFrequencyInfo.h b/third_party/LLVM/include/llvm/CodeGen/MachineBlockFrequencyInfo.h
similarity index 100%
rename from src/LLVM/include/llvm/CodeGen/MachineBlockFrequencyInfo.h
rename to third_party/LLVM/include/llvm/CodeGen/MachineBlockFrequencyInfo.h
diff --git a/src/LLVM/include/llvm/CodeGen/MachineBranchProbabilityInfo.h b/third_party/LLVM/include/llvm/CodeGen/MachineBranchProbabilityInfo.h
similarity index 100%
rename from src/LLVM/include/llvm/CodeGen/MachineBranchProbabilityInfo.h
rename to third_party/LLVM/include/llvm/CodeGen/MachineBranchProbabilityInfo.h
diff --git a/src/LLVM/include/llvm/CodeGen/MachineCodeEmitter.h b/third_party/LLVM/include/llvm/CodeGen/MachineCodeEmitter.h
similarity index 100%
rename from src/LLVM/include/llvm/CodeGen/MachineCodeEmitter.h
rename to third_party/LLVM/include/llvm/CodeGen/MachineCodeEmitter.h
diff --git a/src/LLVM/include/llvm/CodeGen/MachineCodeInfo.h b/third_party/LLVM/include/llvm/CodeGen/MachineCodeInfo.h
similarity index 100%
rename from src/LLVM/include/llvm/CodeGen/MachineCodeInfo.h
rename to third_party/LLVM/include/llvm/CodeGen/MachineCodeInfo.h
diff --git a/src/LLVM/include/llvm/CodeGen/MachineConstantPool.h b/third_party/LLVM/include/llvm/CodeGen/MachineConstantPool.h
similarity index 100%
rename from src/LLVM/include/llvm/CodeGen/MachineConstantPool.h
rename to third_party/LLVM/include/llvm/CodeGen/MachineConstantPool.h
diff --git a/src/LLVM/include/llvm/CodeGen/MachineDominators.h b/third_party/LLVM/include/llvm/CodeGen/MachineDominators.h
similarity index 100%
rename from src/LLVM/include/llvm/CodeGen/MachineDominators.h
rename to third_party/LLVM/include/llvm/CodeGen/MachineDominators.h
diff --git a/src/LLVM/include/llvm/CodeGen/MachineFrameInfo.h b/third_party/LLVM/include/llvm/CodeGen/MachineFrameInfo.h
similarity index 100%
rename from src/LLVM/include/llvm/CodeGen/MachineFrameInfo.h
rename to third_party/LLVM/include/llvm/CodeGen/MachineFrameInfo.h
diff --git a/src/LLVM/include/llvm/CodeGen/MachineFunction.h b/third_party/LLVM/include/llvm/CodeGen/MachineFunction.h
similarity index 100%
rename from src/LLVM/include/llvm/CodeGen/MachineFunction.h
rename to third_party/LLVM/include/llvm/CodeGen/MachineFunction.h
diff --git a/src/LLVM/include/llvm/CodeGen/MachineFunctionAnalysis.h b/third_party/LLVM/include/llvm/CodeGen/MachineFunctionAnalysis.h
similarity index 100%
rename from src/LLVM/include/llvm/CodeGen/MachineFunctionAnalysis.h
rename to third_party/LLVM/include/llvm/CodeGen/MachineFunctionAnalysis.h
diff --git a/src/LLVM/include/llvm/CodeGen/MachineFunctionPass.h b/third_party/LLVM/include/llvm/CodeGen/MachineFunctionPass.h
similarity index 100%
rename from src/LLVM/include/llvm/CodeGen/MachineFunctionPass.h
rename to third_party/LLVM/include/llvm/CodeGen/MachineFunctionPass.h
diff --git a/src/LLVM/include/llvm/CodeGen/MachineInstr.h b/third_party/LLVM/include/llvm/CodeGen/MachineInstr.h
similarity index 100%
rename from src/LLVM/include/llvm/CodeGen/MachineInstr.h
rename to third_party/LLVM/include/llvm/CodeGen/MachineInstr.h
diff --git a/src/LLVM/include/llvm/CodeGen/MachineInstrBuilder.h b/third_party/LLVM/include/llvm/CodeGen/MachineInstrBuilder.h
similarity index 100%
rename from src/LLVM/include/llvm/CodeGen/MachineInstrBuilder.h
rename to third_party/LLVM/include/llvm/CodeGen/MachineInstrBuilder.h
diff --git a/src/LLVM/include/llvm/CodeGen/MachineJumpTableInfo.h b/third_party/LLVM/include/llvm/CodeGen/MachineJumpTableInfo.h
similarity index 100%
rename from src/LLVM/include/llvm/CodeGen/MachineJumpTableInfo.h
rename to third_party/LLVM/include/llvm/CodeGen/MachineJumpTableInfo.h
diff --git a/src/LLVM/include/llvm/CodeGen/MachineLoopInfo.h b/third_party/LLVM/include/llvm/CodeGen/MachineLoopInfo.h
similarity index 100%
rename from src/LLVM/include/llvm/CodeGen/MachineLoopInfo.h
rename to third_party/LLVM/include/llvm/CodeGen/MachineLoopInfo.h
diff --git a/src/LLVM/include/llvm/CodeGen/MachineLoopRanges.h b/third_party/LLVM/include/llvm/CodeGen/MachineLoopRanges.h
similarity index 100%
rename from src/LLVM/include/llvm/CodeGen/MachineLoopRanges.h
rename to third_party/LLVM/include/llvm/CodeGen/MachineLoopRanges.h
diff --git a/src/LLVM/include/llvm/CodeGen/MachineMemOperand.h b/third_party/LLVM/include/llvm/CodeGen/MachineMemOperand.h
similarity index 100%
rename from src/LLVM/include/llvm/CodeGen/MachineMemOperand.h
rename to third_party/LLVM/include/llvm/CodeGen/MachineMemOperand.h
diff --git a/src/LLVM/include/llvm/CodeGen/MachineModuleInfo.h b/third_party/LLVM/include/llvm/CodeGen/MachineModuleInfo.h
similarity index 100%
rename from src/LLVM/include/llvm/CodeGen/MachineModuleInfo.h
rename to third_party/LLVM/include/llvm/CodeGen/MachineModuleInfo.h
diff --git a/src/LLVM/include/llvm/CodeGen/MachineModuleInfoImpls.h b/third_party/LLVM/include/llvm/CodeGen/MachineModuleInfoImpls.h
similarity index 100%
rename from src/LLVM/include/llvm/CodeGen/MachineModuleInfoImpls.h
rename to third_party/LLVM/include/llvm/CodeGen/MachineModuleInfoImpls.h
diff --git a/src/LLVM/include/llvm/CodeGen/MachineOperand.h b/third_party/LLVM/include/llvm/CodeGen/MachineOperand.h
similarity index 100%
rename from src/LLVM/include/llvm/CodeGen/MachineOperand.h
rename to third_party/LLVM/include/llvm/CodeGen/MachineOperand.h
diff --git a/src/LLVM/include/llvm/CodeGen/MachinePassRegistry.h b/third_party/LLVM/include/llvm/CodeGen/MachinePassRegistry.h
similarity index 100%
rename from src/LLVM/include/llvm/CodeGen/MachinePassRegistry.h
rename to third_party/LLVM/include/llvm/CodeGen/MachinePassRegistry.h
diff --git a/src/LLVM/include/llvm/CodeGen/MachineRegisterInfo.h b/third_party/LLVM/include/llvm/CodeGen/MachineRegisterInfo.h
similarity index 100%
rename from src/LLVM/include/llvm/CodeGen/MachineRegisterInfo.h
rename to third_party/LLVM/include/llvm/CodeGen/MachineRegisterInfo.h
diff --git a/src/LLVM/include/llvm/CodeGen/MachineRelocation.h b/third_party/LLVM/include/llvm/CodeGen/MachineRelocation.h
similarity index 100%
rename from src/LLVM/include/llvm/CodeGen/MachineRelocation.h
rename to third_party/LLVM/include/llvm/CodeGen/MachineRelocation.h
diff --git a/src/LLVM/include/llvm/CodeGen/MachineSSAUpdater.h b/third_party/LLVM/include/llvm/CodeGen/MachineSSAUpdater.h
similarity index 100%
rename from src/LLVM/include/llvm/CodeGen/MachineSSAUpdater.h
rename to third_party/LLVM/include/llvm/CodeGen/MachineSSAUpdater.h
diff --git a/src/LLVM/include/llvm/CodeGen/ObjectCodeEmitter.h b/third_party/LLVM/include/llvm/CodeGen/ObjectCodeEmitter.h
similarity index 100%
rename from src/LLVM/include/llvm/CodeGen/ObjectCodeEmitter.h
rename to third_party/LLVM/include/llvm/CodeGen/ObjectCodeEmitter.h
diff --git a/src/LLVM/include/llvm/CodeGen/PBQP/Graph.h b/third_party/LLVM/include/llvm/CodeGen/PBQP/Graph.h
similarity index 100%
rename from src/LLVM/include/llvm/CodeGen/PBQP/Graph.h
rename to third_party/LLVM/include/llvm/CodeGen/PBQP/Graph.h
diff --git a/src/LLVM/include/llvm/CodeGen/PBQP/HeuristicBase.h b/third_party/LLVM/include/llvm/CodeGen/PBQP/HeuristicBase.h
similarity index 100%
rename from src/LLVM/include/llvm/CodeGen/PBQP/HeuristicBase.h
rename to third_party/LLVM/include/llvm/CodeGen/PBQP/HeuristicBase.h
diff --git a/src/LLVM/include/llvm/CodeGen/PBQP/HeuristicSolver.h b/third_party/LLVM/include/llvm/CodeGen/PBQP/HeuristicSolver.h
similarity index 100%
rename from src/LLVM/include/llvm/CodeGen/PBQP/HeuristicSolver.h
rename to third_party/LLVM/include/llvm/CodeGen/PBQP/HeuristicSolver.h
diff --git a/src/LLVM/include/llvm/CodeGen/PBQP/Heuristics/Briggs.h b/third_party/LLVM/include/llvm/CodeGen/PBQP/Heuristics/Briggs.h
similarity index 100%
rename from src/LLVM/include/llvm/CodeGen/PBQP/Heuristics/Briggs.h
rename to third_party/LLVM/include/llvm/CodeGen/PBQP/Heuristics/Briggs.h
diff --git a/src/LLVM/include/llvm/CodeGen/PBQP/Math.h b/third_party/LLVM/include/llvm/CodeGen/PBQP/Math.h
similarity index 100%
rename from src/LLVM/include/llvm/CodeGen/PBQP/Math.h
rename to third_party/LLVM/include/llvm/CodeGen/PBQP/Math.h
diff --git a/src/LLVM/include/llvm/CodeGen/PBQP/Solution.h b/third_party/LLVM/include/llvm/CodeGen/PBQP/Solution.h
similarity index 100%
rename from src/LLVM/include/llvm/CodeGen/PBQP/Solution.h
rename to third_party/LLVM/include/llvm/CodeGen/PBQP/Solution.h
diff --git a/src/LLVM/include/llvm/CodeGen/Passes.h b/third_party/LLVM/include/llvm/CodeGen/Passes.h
similarity index 100%
rename from src/LLVM/include/llvm/CodeGen/Passes.h
rename to third_party/LLVM/include/llvm/CodeGen/Passes.h
diff --git a/src/LLVM/include/llvm/CodeGen/ProcessImplicitDefs.h b/third_party/LLVM/include/llvm/CodeGen/ProcessImplicitDefs.h
similarity index 100%
rename from src/LLVM/include/llvm/CodeGen/ProcessImplicitDefs.h
rename to third_party/LLVM/include/llvm/CodeGen/ProcessImplicitDefs.h
diff --git a/src/LLVM/include/llvm/CodeGen/PseudoSourceValue.h b/third_party/LLVM/include/llvm/CodeGen/PseudoSourceValue.h
similarity index 100%
rename from src/LLVM/include/llvm/CodeGen/PseudoSourceValue.h
rename to third_party/LLVM/include/llvm/CodeGen/PseudoSourceValue.h
diff --git a/src/LLVM/include/llvm/CodeGen/RegAllocPBQP.h b/third_party/LLVM/include/llvm/CodeGen/RegAllocPBQP.h
similarity index 100%
rename from src/LLVM/include/llvm/CodeGen/RegAllocPBQP.h
rename to third_party/LLVM/include/llvm/CodeGen/RegAllocPBQP.h
diff --git a/src/LLVM/include/llvm/CodeGen/RegAllocRegistry.h b/third_party/LLVM/include/llvm/CodeGen/RegAllocRegistry.h
similarity index 100%
rename from src/LLVM/include/llvm/CodeGen/RegAllocRegistry.h
rename to third_party/LLVM/include/llvm/CodeGen/RegAllocRegistry.h
diff --git a/src/LLVM/include/llvm/CodeGen/RegisterScavenging.h b/third_party/LLVM/include/llvm/CodeGen/RegisterScavenging.h
similarity index 100%
rename from src/LLVM/include/llvm/CodeGen/RegisterScavenging.h
rename to third_party/LLVM/include/llvm/CodeGen/RegisterScavenging.h
diff --git a/src/LLVM/include/llvm/CodeGen/RuntimeLibcalls.h b/third_party/LLVM/include/llvm/CodeGen/RuntimeLibcalls.h
similarity index 100%
rename from src/LLVM/include/llvm/CodeGen/RuntimeLibcalls.h
rename to third_party/LLVM/include/llvm/CodeGen/RuntimeLibcalls.h
diff --git a/src/LLVM/include/llvm/CodeGen/ScheduleDAG.h b/third_party/LLVM/include/llvm/CodeGen/ScheduleDAG.h
similarity index 100%
rename from src/LLVM/include/llvm/CodeGen/ScheduleDAG.h
rename to third_party/LLVM/include/llvm/CodeGen/ScheduleDAG.h
diff --git a/src/LLVM/include/llvm/CodeGen/ScheduleHazardRecognizer.h b/third_party/LLVM/include/llvm/CodeGen/ScheduleHazardRecognizer.h
similarity index 100%
rename from src/LLVM/include/llvm/CodeGen/ScheduleHazardRecognizer.h
rename to third_party/LLVM/include/llvm/CodeGen/ScheduleHazardRecognizer.h
diff --git a/src/LLVM/include/llvm/CodeGen/SchedulerRegistry.h b/third_party/LLVM/include/llvm/CodeGen/SchedulerRegistry.h
similarity index 100%
rename from src/LLVM/include/llvm/CodeGen/SchedulerRegistry.h
rename to third_party/LLVM/include/llvm/CodeGen/SchedulerRegistry.h
diff --git a/src/LLVM/include/llvm/CodeGen/ScoreboardHazardRecognizer.h b/third_party/LLVM/include/llvm/CodeGen/ScoreboardHazardRecognizer.h
similarity index 100%
rename from src/LLVM/include/llvm/CodeGen/ScoreboardHazardRecognizer.h
rename to third_party/LLVM/include/llvm/CodeGen/ScoreboardHazardRecognizer.h
diff --git a/src/LLVM/include/llvm/CodeGen/SelectionDAG.h b/third_party/LLVM/include/llvm/CodeGen/SelectionDAG.h
similarity index 100%
rename from src/LLVM/include/llvm/CodeGen/SelectionDAG.h
rename to third_party/LLVM/include/llvm/CodeGen/SelectionDAG.h
diff --git a/src/LLVM/include/llvm/CodeGen/SelectionDAGISel.h b/third_party/LLVM/include/llvm/CodeGen/SelectionDAGISel.h
similarity index 100%
rename from src/LLVM/include/llvm/CodeGen/SelectionDAGISel.h
rename to third_party/LLVM/include/llvm/CodeGen/SelectionDAGISel.h
diff --git a/src/LLVM/include/llvm/CodeGen/SelectionDAGNodes.h b/third_party/LLVM/include/llvm/CodeGen/SelectionDAGNodes.h
similarity index 100%
rename from src/LLVM/include/llvm/CodeGen/SelectionDAGNodes.h
rename to third_party/LLVM/include/llvm/CodeGen/SelectionDAGNodes.h
diff --git a/src/LLVM/include/llvm/CodeGen/SlotIndexes.h b/third_party/LLVM/include/llvm/CodeGen/SlotIndexes.h
similarity index 100%
rename from src/LLVM/include/llvm/CodeGen/SlotIndexes.h
rename to third_party/LLVM/include/llvm/CodeGen/SlotIndexes.h
diff --git a/src/LLVM/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h b/third_party/LLVM/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
similarity index 100%
rename from src/LLVM/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
rename to third_party/LLVM/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
diff --git a/src/LLVM/include/llvm/CodeGen/ValueTypes.h b/third_party/LLVM/include/llvm/CodeGen/ValueTypes.h
similarity index 100%
rename from src/LLVM/include/llvm/CodeGen/ValueTypes.h
rename to third_party/LLVM/include/llvm/CodeGen/ValueTypes.h
diff --git a/src/LLVM/include/llvm/CodeGen/ValueTypes.td b/third_party/LLVM/include/llvm/CodeGen/ValueTypes.td
similarity index 100%
rename from src/LLVM/include/llvm/CodeGen/ValueTypes.td
rename to third_party/LLVM/include/llvm/CodeGen/ValueTypes.td
diff --git a/src/LLVM/include/llvm/Config/AsmParsers.def b/third_party/LLVM/include/llvm/Config/AsmParsers.def
similarity index 100%
rename from src/LLVM/include/llvm/Config/AsmParsers.def
rename to third_party/LLVM/include/llvm/Config/AsmParsers.def
diff --git a/src/LLVM/include/llvm/Config/AsmParsers.def.in b/third_party/LLVM/include/llvm/Config/AsmParsers.def.in
similarity index 100%
rename from src/LLVM/include/llvm/Config/AsmParsers.def.in
rename to third_party/LLVM/include/llvm/Config/AsmParsers.def.in
diff --git a/src/LLVM/include/llvm/Config/AsmPrinters.def b/third_party/LLVM/include/llvm/Config/AsmPrinters.def
similarity index 100%
rename from src/LLVM/include/llvm/Config/AsmPrinters.def
rename to third_party/LLVM/include/llvm/Config/AsmPrinters.def
diff --git a/src/LLVM/include/llvm/Config/AsmPrinters.def.in b/third_party/LLVM/include/llvm/Config/AsmPrinters.def.in
similarity index 100%
rename from src/LLVM/include/llvm/Config/AsmPrinters.def.in
rename to third_party/LLVM/include/llvm/Config/AsmPrinters.def.in
diff --git a/src/LLVM/include/llvm/Config/Disassemblers.def b/third_party/LLVM/include/llvm/Config/Disassemblers.def
similarity index 100%
rename from src/LLVM/include/llvm/Config/Disassemblers.def
rename to third_party/LLVM/include/llvm/Config/Disassemblers.def
diff --git a/src/LLVM/include/llvm/Config/Disassemblers.def.in b/third_party/LLVM/include/llvm/Config/Disassemblers.def.in
similarity index 100%
rename from src/LLVM/include/llvm/Config/Disassemblers.def.in
rename to third_party/LLVM/include/llvm/Config/Disassemblers.def.in
diff --git a/src/LLVM/include/llvm/Config/Targets.def b/third_party/LLVM/include/llvm/Config/Targets.def
similarity index 100%
rename from src/LLVM/include/llvm/Config/Targets.def
rename to third_party/LLVM/include/llvm/Config/Targets.def
diff --git a/src/LLVM/include/llvm/Config/Targets.def.in b/third_party/LLVM/include/llvm/Config/Targets.def.in
similarity index 100%
rename from src/LLVM/include/llvm/Config/Targets.def.in
rename to third_party/LLVM/include/llvm/Config/Targets.def.in
diff --git a/src/LLVM/include/llvm/Config/config.h b/third_party/LLVM/include/llvm/Config/config.h
similarity index 100%
rename from src/LLVM/include/llvm/Config/config.h
rename to third_party/LLVM/include/llvm/Config/config.h
diff --git a/src/LLVM/include/llvm/Config/config.h.cmake b/third_party/LLVM/include/llvm/Config/config.h.cmake
similarity index 100%
rename from src/LLVM/include/llvm/Config/config.h.cmake
rename to third_party/LLVM/include/llvm/Config/config.h.cmake
diff --git a/src/LLVM/include/llvm/Config/config.h.in b/third_party/LLVM/include/llvm/Config/config.h.in
similarity index 100%
rename from src/LLVM/include/llvm/Config/config.h.in
rename to third_party/LLVM/include/llvm/Config/config.h.in
diff --git a/src/LLVM/include/llvm/Config/llvm-config.h b/third_party/LLVM/include/llvm/Config/llvm-config.h
similarity index 100%
rename from src/LLVM/include/llvm/Config/llvm-config.h
rename to third_party/LLVM/include/llvm/Config/llvm-config.h
diff --git a/src/LLVM/include/llvm/Config/llvm-config.h.cmake b/third_party/LLVM/include/llvm/Config/llvm-config.h.cmake
similarity index 100%
rename from src/LLVM/include/llvm/Config/llvm-config.h.cmake
rename to third_party/LLVM/include/llvm/Config/llvm-config.h.cmake
diff --git a/src/LLVM/include/llvm/Config/llvm-config.h.in b/third_party/LLVM/include/llvm/Config/llvm-config.h.in
similarity index 100%
rename from src/LLVM/include/llvm/Config/llvm-config.h.in
rename to third_party/LLVM/include/llvm/Config/llvm-config.h.in
diff --git a/src/LLVM/include/llvm/Constant.h b/third_party/LLVM/include/llvm/Constant.h
similarity index 100%
rename from src/LLVM/include/llvm/Constant.h
rename to third_party/LLVM/include/llvm/Constant.h
diff --git a/src/LLVM/include/llvm/Constants.h b/third_party/LLVM/include/llvm/Constants.h
similarity index 100%
rename from src/LLVM/include/llvm/Constants.h
rename to third_party/LLVM/include/llvm/Constants.h
diff --git a/src/LLVM/include/llvm/DebugInfo/DIContext.h b/third_party/LLVM/include/llvm/DebugInfo/DIContext.h
similarity index 100%
rename from src/LLVM/include/llvm/DebugInfo/DIContext.h
rename to third_party/LLVM/include/llvm/DebugInfo/DIContext.h
diff --git a/src/LLVM/include/llvm/DebugInfoProbe.h b/third_party/LLVM/include/llvm/DebugInfoProbe.h
similarity index 100%
rename from src/LLVM/include/llvm/DebugInfoProbe.h
rename to third_party/LLVM/include/llvm/DebugInfoProbe.h
diff --git a/src/LLVM/include/llvm/DefaultPasses.h b/third_party/LLVM/include/llvm/DefaultPasses.h
similarity index 100%
rename from src/LLVM/include/llvm/DefaultPasses.h
rename to third_party/LLVM/include/llvm/DefaultPasses.h
diff --git a/src/LLVM/include/llvm/DerivedTypes.h b/third_party/LLVM/include/llvm/DerivedTypes.h
similarity index 100%
rename from src/LLVM/include/llvm/DerivedTypes.h
rename to third_party/LLVM/include/llvm/DerivedTypes.h
diff --git a/src/LLVM/include/llvm/ExecutionEngine/ExecutionEngine.h b/third_party/LLVM/include/llvm/ExecutionEngine/ExecutionEngine.h
similarity index 100%
rename from src/LLVM/include/llvm/ExecutionEngine/ExecutionEngine.h
rename to third_party/LLVM/include/llvm/ExecutionEngine/ExecutionEngine.h
diff --git a/src/LLVM/include/llvm/ExecutionEngine/GenericValue.h b/third_party/LLVM/include/llvm/ExecutionEngine/GenericValue.h
similarity index 100%
rename from src/LLVM/include/llvm/ExecutionEngine/GenericValue.h
rename to third_party/LLVM/include/llvm/ExecutionEngine/GenericValue.h
diff --git a/src/LLVM/include/llvm/ExecutionEngine/Interpreter.h b/third_party/LLVM/include/llvm/ExecutionEngine/Interpreter.h
similarity index 100%
rename from src/LLVM/include/llvm/ExecutionEngine/Interpreter.h
rename to third_party/LLVM/include/llvm/ExecutionEngine/Interpreter.h
diff --git a/src/LLVM/include/llvm/ExecutionEngine/JIT.h b/third_party/LLVM/include/llvm/ExecutionEngine/JIT.h
similarity index 100%
rename from src/LLVM/include/llvm/ExecutionEngine/JIT.h
rename to third_party/LLVM/include/llvm/ExecutionEngine/JIT.h
diff --git a/src/LLVM/include/llvm/ExecutionEngine/JITEventListener.h b/third_party/LLVM/include/llvm/ExecutionEngine/JITEventListener.h
similarity index 100%
rename from src/LLVM/include/llvm/ExecutionEngine/JITEventListener.h
rename to third_party/LLVM/include/llvm/ExecutionEngine/JITEventListener.h
diff --git a/src/LLVM/include/llvm/ExecutionEngine/JITMemoryManager.h b/third_party/LLVM/include/llvm/ExecutionEngine/JITMemoryManager.h
similarity index 100%
rename from src/LLVM/include/llvm/ExecutionEngine/JITMemoryManager.h
rename to third_party/LLVM/include/llvm/ExecutionEngine/JITMemoryManager.h
diff --git a/src/LLVM/include/llvm/ExecutionEngine/MCJIT.h b/third_party/LLVM/include/llvm/ExecutionEngine/MCJIT.h
similarity index 100%
rename from src/LLVM/include/llvm/ExecutionEngine/MCJIT.h
rename to third_party/LLVM/include/llvm/ExecutionEngine/MCJIT.h
diff --git a/src/LLVM/include/llvm/ExecutionEngine/RuntimeDyld.h b/third_party/LLVM/include/llvm/ExecutionEngine/RuntimeDyld.h
similarity index 100%
rename from src/LLVM/include/llvm/ExecutionEngine/RuntimeDyld.h
rename to third_party/LLVM/include/llvm/ExecutionEngine/RuntimeDyld.h
diff --git a/src/LLVM/include/llvm/Function.h b/third_party/LLVM/include/llvm/Function.h
similarity index 100%
rename from src/LLVM/include/llvm/Function.h
rename to third_party/LLVM/include/llvm/Function.h
diff --git a/src/LLVM/include/llvm/GVMaterializer.h b/third_party/LLVM/include/llvm/GVMaterializer.h
similarity index 100%
rename from src/LLVM/include/llvm/GVMaterializer.h
rename to third_party/LLVM/include/llvm/GVMaterializer.h
diff --git a/src/LLVM/include/llvm/GlobalAlias.h b/third_party/LLVM/include/llvm/GlobalAlias.h
similarity index 100%
rename from src/LLVM/include/llvm/GlobalAlias.h
rename to third_party/LLVM/include/llvm/GlobalAlias.h
diff --git a/src/LLVM/include/llvm/GlobalValue.h b/third_party/LLVM/include/llvm/GlobalValue.h
similarity index 100%
rename from src/LLVM/include/llvm/GlobalValue.h
rename to third_party/LLVM/include/llvm/GlobalValue.h
diff --git a/src/LLVM/include/llvm/GlobalVariable.h b/third_party/LLVM/include/llvm/GlobalVariable.h
similarity index 100%
rename from src/LLVM/include/llvm/GlobalVariable.h
rename to third_party/LLVM/include/llvm/GlobalVariable.h
diff --git a/src/LLVM/include/llvm/INSTALL.vcxproj.filters b/third_party/LLVM/include/llvm/INSTALL.vcxproj.filters
similarity index 100%
rename from src/LLVM/include/llvm/INSTALL.vcxproj.filters
rename to third_party/LLVM/include/llvm/INSTALL.vcxproj.filters
diff --git a/src/LLVM/include/llvm/InitializePasses.h b/third_party/LLVM/include/llvm/InitializePasses.h
similarity index 100%
rename from src/LLVM/include/llvm/InitializePasses.h
rename to third_party/LLVM/include/llvm/InitializePasses.h
diff --git a/src/LLVM/include/llvm/InlineAsm.h b/third_party/LLVM/include/llvm/InlineAsm.h
similarity index 100%
rename from src/LLVM/include/llvm/InlineAsm.h
rename to third_party/LLVM/include/llvm/InlineAsm.h
diff --git a/src/LLVM/include/llvm/InstrTypes.h b/third_party/LLVM/include/llvm/InstrTypes.h
similarity index 100%
rename from src/LLVM/include/llvm/InstrTypes.h
rename to third_party/LLVM/include/llvm/InstrTypes.h
diff --git a/src/LLVM/include/llvm/Instruction.def b/third_party/LLVM/include/llvm/Instruction.def
similarity index 100%
rename from src/LLVM/include/llvm/Instruction.def
rename to third_party/LLVM/include/llvm/Instruction.def
diff --git a/src/LLVM/include/llvm/Instruction.h b/third_party/LLVM/include/llvm/Instruction.h
similarity index 100%
rename from src/LLVM/include/llvm/Instruction.h
rename to third_party/LLVM/include/llvm/Instruction.h
diff --git a/src/LLVM/include/llvm/Instructions.h b/third_party/LLVM/include/llvm/Instructions.h
similarity index 100%
rename from src/LLVM/include/llvm/Instructions.h
rename to third_party/LLVM/include/llvm/Instructions.h
diff --git a/src/LLVM/include/llvm/IntrinsicInst.h b/third_party/LLVM/include/llvm/IntrinsicInst.h
similarity index 100%
rename from src/LLVM/include/llvm/IntrinsicInst.h
rename to third_party/LLVM/include/llvm/IntrinsicInst.h
diff --git a/src/LLVM/include/llvm/Intrinsics.gen b/third_party/LLVM/include/llvm/Intrinsics.gen
similarity index 100%
rename from src/LLVM/include/llvm/Intrinsics.gen
rename to third_party/LLVM/include/llvm/Intrinsics.gen
diff --git a/src/LLVM/include/llvm/Intrinsics.h b/third_party/LLVM/include/llvm/Intrinsics.h
similarity index 100%
rename from src/LLVM/include/llvm/Intrinsics.h
rename to third_party/LLVM/include/llvm/Intrinsics.h
diff --git a/src/LLVM/include/llvm/Intrinsics.td b/third_party/LLVM/include/llvm/Intrinsics.td
similarity index 100%
rename from src/LLVM/include/llvm/Intrinsics.td
rename to third_party/LLVM/include/llvm/Intrinsics.td
diff --git a/src/LLVM/include/llvm/IntrinsicsARM.td b/third_party/LLVM/include/llvm/IntrinsicsARM.td
similarity index 100%
rename from src/LLVM/include/llvm/IntrinsicsARM.td
rename to third_party/LLVM/include/llvm/IntrinsicsARM.td
diff --git a/src/LLVM/include/llvm/IntrinsicsAlpha.td b/third_party/LLVM/include/llvm/IntrinsicsAlpha.td
similarity index 100%
rename from src/LLVM/include/llvm/IntrinsicsAlpha.td
rename to third_party/LLVM/include/llvm/IntrinsicsAlpha.td
diff --git a/src/LLVM/include/llvm/IntrinsicsCellSPU.td b/third_party/LLVM/include/llvm/IntrinsicsCellSPU.td
similarity index 100%
rename from src/LLVM/include/llvm/IntrinsicsCellSPU.td
rename to third_party/LLVM/include/llvm/IntrinsicsCellSPU.td
diff --git a/src/LLVM/include/llvm/IntrinsicsPTX.td b/third_party/LLVM/include/llvm/IntrinsicsPTX.td
similarity index 100%
rename from src/LLVM/include/llvm/IntrinsicsPTX.td
rename to third_party/LLVM/include/llvm/IntrinsicsPTX.td
diff --git a/src/LLVM/include/llvm/IntrinsicsPowerPC.td b/third_party/LLVM/include/llvm/IntrinsicsPowerPC.td
similarity index 100%
rename from src/LLVM/include/llvm/IntrinsicsPowerPC.td
rename to third_party/LLVM/include/llvm/IntrinsicsPowerPC.td
diff --git a/src/LLVM/include/llvm/IntrinsicsX86.td b/third_party/LLVM/include/llvm/IntrinsicsX86.td
similarity index 100%
rename from src/LLVM/include/llvm/IntrinsicsX86.td
rename to third_party/LLVM/include/llvm/IntrinsicsX86.td
diff --git a/src/LLVM/include/llvm/IntrinsicsXCore.td b/third_party/LLVM/include/llvm/IntrinsicsXCore.td
similarity index 100%
rename from src/LLVM/include/llvm/IntrinsicsXCore.td
rename to third_party/LLVM/include/llvm/IntrinsicsXCore.td
diff --git a/src/LLVM/include/llvm/LLVMContext.h b/third_party/LLVM/include/llvm/LLVMContext.h
similarity index 100%
rename from src/LLVM/include/llvm/LLVMContext.h
rename to third_party/LLVM/include/llvm/LLVMContext.h
diff --git a/src/LLVM/include/llvm/LinkAllPasses.h b/third_party/LLVM/include/llvm/LinkAllPasses.h
similarity index 100%
rename from src/LLVM/include/llvm/LinkAllPasses.h
rename to third_party/LLVM/include/llvm/LinkAllPasses.h
diff --git a/src/LLVM/include/llvm/LinkAllVMCore.h b/third_party/LLVM/include/llvm/LinkAllVMCore.h
similarity index 100%
rename from src/LLVM/include/llvm/LinkAllVMCore.h
rename to third_party/LLVM/include/llvm/LinkAllVMCore.h
diff --git a/src/LLVM/include/llvm/Linker.h b/third_party/LLVM/include/llvm/Linker.h
similarity index 100%
rename from src/LLVM/include/llvm/Linker.h
rename to third_party/LLVM/include/llvm/Linker.h
diff --git a/src/LLVM/include/llvm/MC/EDInstInfo.h b/third_party/LLVM/include/llvm/MC/EDInstInfo.h
similarity index 100%
rename from src/LLVM/include/llvm/MC/EDInstInfo.h
rename to third_party/LLVM/include/llvm/MC/EDInstInfo.h
diff --git a/src/LLVM/include/llvm/MC/MCAsmBackend.h b/third_party/LLVM/include/llvm/MC/MCAsmBackend.h
similarity index 100%
rename from src/LLVM/include/llvm/MC/MCAsmBackend.h
rename to third_party/LLVM/include/llvm/MC/MCAsmBackend.h
diff --git a/src/LLVM/include/llvm/MC/MCAsmInfo.h b/third_party/LLVM/include/llvm/MC/MCAsmInfo.h
similarity index 100%
rename from src/LLVM/include/llvm/MC/MCAsmInfo.h
rename to third_party/LLVM/include/llvm/MC/MCAsmInfo.h
diff --git a/src/LLVM/include/llvm/MC/MCAsmInfoCOFF.h b/third_party/LLVM/include/llvm/MC/MCAsmInfoCOFF.h
similarity index 100%
rename from src/LLVM/include/llvm/MC/MCAsmInfoCOFF.h
rename to third_party/LLVM/include/llvm/MC/MCAsmInfoCOFF.h
diff --git a/src/LLVM/include/llvm/MC/MCAsmInfoDarwin.h b/third_party/LLVM/include/llvm/MC/MCAsmInfoDarwin.h
similarity index 100%
rename from src/LLVM/include/llvm/MC/MCAsmInfoDarwin.h
rename to third_party/LLVM/include/llvm/MC/MCAsmInfoDarwin.h
diff --git a/src/LLVM/include/llvm/MC/MCAsmLayout.h b/third_party/LLVM/include/llvm/MC/MCAsmLayout.h
similarity index 100%
rename from src/LLVM/include/llvm/MC/MCAsmLayout.h
rename to third_party/LLVM/include/llvm/MC/MCAsmLayout.h
diff --git a/src/LLVM/include/llvm/MC/MCAssembler.h b/third_party/LLVM/include/llvm/MC/MCAssembler.h
similarity index 100%
rename from src/LLVM/include/llvm/MC/MCAssembler.h
rename to third_party/LLVM/include/llvm/MC/MCAssembler.h
diff --git a/src/LLVM/include/llvm/MC/MCAtom.h b/third_party/LLVM/include/llvm/MC/MCAtom.h
similarity index 100%
rename from src/LLVM/include/llvm/MC/MCAtom.h
rename to third_party/LLVM/include/llvm/MC/MCAtom.h
diff --git a/src/LLVM/include/llvm/MC/MCCodeEmitter.h b/third_party/LLVM/include/llvm/MC/MCCodeEmitter.h
similarity index 100%
rename from src/LLVM/include/llvm/MC/MCCodeEmitter.h
rename to third_party/LLVM/include/llvm/MC/MCCodeEmitter.h
diff --git a/src/LLVM/include/llvm/MC/MCCodeGenInfo.h b/third_party/LLVM/include/llvm/MC/MCCodeGenInfo.h
similarity index 100%
rename from src/LLVM/include/llvm/MC/MCCodeGenInfo.h
rename to third_party/LLVM/include/llvm/MC/MCCodeGenInfo.h
diff --git a/src/LLVM/include/llvm/MC/MCContext.h b/third_party/LLVM/include/llvm/MC/MCContext.h
similarity index 100%
rename from src/LLVM/include/llvm/MC/MCContext.h
rename to third_party/LLVM/include/llvm/MC/MCContext.h
diff --git a/src/LLVM/include/llvm/MC/MCDirectives.h b/third_party/LLVM/include/llvm/MC/MCDirectives.h
similarity index 100%
rename from src/LLVM/include/llvm/MC/MCDirectives.h
rename to third_party/LLVM/include/llvm/MC/MCDirectives.h
diff --git a/src/LLVM/include/llvm/MC/MCDisassembler.h b/third_party/LLVM/include/llvm/MC/MCDisassembler.h
similarity index 100%
rename from src/LLVM/include/llvm/MC/MCDisassembler.h
rename to third_party/LLVM/include/llvm/MC/MCDisassembler.h
diff --git a/src/LLVM/include/llvm/MC/MCDwarf.h b/third_party/LLVM/include/llvm/MC/MCDwarf.h
similarity index 100%
rename from src/LLVM/include/llvm/MC/MCDwarf.h
rename to third_party/LLVM/include/llvm/MC/MCDwarf.h
diff --git a/src/LLVM/include/llvm/MC/MCELFObjectWriter.h b/third_party/LLVM/include/llvm/MC/MCELFObjectWriter.h
similarity index 100%
rename from src/LLVM/include/llvm/MC/MCELFObjectWriter.h
rename to third_party/LLVM/include/llvm/MC/MCELFObjectWriter.h
diff --git a/src/LLVM/include/llvm/MC/MCELFSymbolFlags.h b/third_party/LLVM/include/llvm/MC/MCELFSymbolFlags.h
similarity index 100%
rename from src/LLVM/include/llvm/MC/MCELFSymbolFlags.h
rename to third_party/LLVM/include/llvm/MC/MCELFSymbolFlags.h
diff --git a/src/LLVM/include/llvm/MC/MCExpr.h b/third_party/LLVM/include/llvm/MC/MCExpr.h
similarity index 100%
rename from src/LLVM/include/llvm/MC/MCExpr.h
rename to third_party/LLVM/include/llvm/MC/MCExpr.h
diff --git a/src/LLVM/include/llvm/MC/MCFixup.h b/third_party/LLVM/include/llvm/MC/MCFixup.h
similarity index 100%
rename from src/LLVM/include/llvm/MC/MCFixup.h
rename to third_party/LLVM/include/llvm/MC/MCFixup.h
diff --git a/src/LLVM/include/llvm/MC/MCFixupKindInfo.h b/third_party/LLVM/include/llvm/MC/MCFixupKindInfo.h
similarity index 100%
rename from src/LLVM/include/llvm/MC/MCFixupKindInfo.h
rename to third_party/LLVM/include/llvm/MC/MCFixupKindInfo.h
diff --git a/src/LLVM/include/llvm/MC/MCInst.h b/third_party/LLVM/include/llvm/MC/MCInst.h
similarity index 100%
rename from src/LLVM/include/llvm/MC/MCInst.h
rename to third_party/LLVM/include/llvm/MC/MCInst.h
diff --git a/src/LLVM/include/llvm/MC/MCInstPrinter.h b/third_party/LLVM/include/llvm/MC/MCInstPrinter.h
similarity index 100%
rename from src/LLVM/include/llvm/MC/MCInstPrinter.h
rename to third_party/LLVM/include/llvm/MC/MCInstPrinter.h
diff --git a/src/LLVM/include/llvm/MC/MCInstrAnalysis.h b/third_party/LLVM/include/llvm/MC/MCInstrAnalysis.h
similarity index 100%
rename from src/LLVM/include/llvm/MC/MCInstrAnalysis.h
rename to third_party/LLVM/include/llvm/MC/MCInstrAnalysis.h
diff --git a/src/LLVM/include/llvm/MC/MCInstrDesc.h b/third_party/LLVM/include/llvm/MC/MCInstrDesc.h
similarity index 100%
rename from src/LLVM/include/llvm/MC/MCInstrDesc.h
rename to third_party/LLVM/include/llvm/MC/MCInstrDesc.h
diff --git a/src/LLVM/include/llvm/MC/MCInstrInfo.h b/third_party/LLVM/include/llvm/MC/MCInstrInfo.h
similarity index 100%
rename from src/LLVM/include/llvm/MC/MCInstrInfo.h
rename to third_party/LLVM/include/llvm/MC/MCInstrInfo.h
diff --git a/src/LLVM/include/llvm/MC/MCInstrItineraries.h b/third_party/LLVM/include/llvm/MC/MCInstrItineraries.h
similarity index 100%
rename from src/LLVM/include/llvm/MC/MCInstrItineraries.h
rename to third_party/LLVM/include/llvm/MC/MCInstrItineraries.h
diff --git a/src/LLVM/include/llvm/MC/MCLabel.h b/third_party/LLVM/include/llvm/MC/MCLabel.h
similarity index 100%
rename from src/LLVM/include/llvm/MC/MCLabel.h
rename to third_party/LLVM/include/llvm/MC/MCLabel.h
diff --git a/src/LLVM/include/llvm/MC/MCMachOSymbolFlags.h b/third_party/LLVM/include/llvm/MC/MCMachOSymbolFlags.h
similarity index 100%
rename from src/LLVM/include/llvm/MC/MCMachOSymbolFlags.h
rename to third_party/LLVM/include/llvm/MC/MCMachOSymbolFlags.h
diff --git a/src/LLVM/include/llvm/MC/MCMachObjectWriter.h b/third_party/LLVM/include/llvm/MC/MCMachObjectWriter.h
similarity index 100%
rename from src/LLVM/include/llvm/MC/MCMachObjectWriter.h
rename to third_party/LLVM/include/llvm/MC/MCMachObjectWriter.h
diff --git a/src/LLVM/include/llvm/MC/MCModule.h b/third_party/LLVM/include/llvm/MC/MCModule.h
similarity index 100%
rename from src/LLVM/include/llvm/MC/MCModule.h
rename to third_party/LLVM/include/llvm/MC/MCModule.h
diff --git a/src/LLVM/include/llvm/MC/MCObjectFileInfo.h b/third_party/LLVM/include/llvm/MC/MCObjectFileInfo.h
similarity index 100%
rename from src/LLVM/include/llvm/MC/MCObjectFileInfo.h
rename to third_party/LLVM/include/llvm/MC/MCObjectFileInfo.h
diff --git a/src/LLVM/include/llvm/MC/MCObjectStreamer.h b/third_party/LLVM/include/llvm/MC/MCObjectStreamer.h
similarity index 100%
rename from src/LLVM/include/llvm/MC/MCObjectStreamer.h
rename to third_party/LLVM/include/llvm/MC/MCObjectStreamer.h
diff --git a/src/LLVM/include/llvm/MC/MCObjectWriter.h b/third_party/LLVM/include/llvm/MC/MCObjectWriter.h
similarity index 100%
rename from src/LLVM/include/llvm/MC/MCObjectWriter.h
rename to third_party/LLVM/include/llvm/MC/MCObjectWriter.h
diff --git a/src/LLVM/include/llvm/MC/MCParser/AsmCond.h b/third_party/LLVM/include/llvm/MC/MCParser/AsmCond.h
similarity index 100%
rename from src/LLVM/include/llvm/MC/MCParser/AsmCond.h
rename to third_party/LLVM/include/llvm/MC/MCParser/AsmCond.h
diff --git a/src/LLVM/include/llvm/MC/MCParser/AsmLexer.h b/third_party/LLVM/include/llvm/MC/MCParser/AsmLexer.h
similarity index 100%
rename from src/LLVM/include/llvm/MC/MCParser/AsmLexer.h
rename to third_party/LLVM/include/llvm/MC/MCParser/AsmLexer.h
diff --git a/src/LLVM/include/llvm/MC/MCParser/MCAsmLexer.h b/third_party/LLVM/include/llvm/MC/MCParser/MCAsmLexer.h
similarity index 100%
rename from src/LLVM/include/llvm/MC/MCParser/MCAsmLexer.h
rename to third_party/LLVM/include/llvm/MC/MCParser/MCAsmLexer.h
diff --git a/src/LLVM/include/llvm/MC/MCParser/MCAsmParser.h b/third_party/LLVM/include/llvm/MC/MCParser/MCAsmParser.h
similarity index 100%
rename from src/LLVM/include/llvm/MC/MCParser/MCAsmParser.h
rename to third_party/LLVM/include/llvm/MC/MCParser/MCAsmParser.h
diff --git a/src/LLVM/include/llvm/MC/MCParser/MCAsmParserExtension.h b/third_party/LLVM/include/llvm/MC/MCParser/MCAsmParserExtension.h
similarity index 100%
rename from src/LLVM/include/llvm/MC/MCParser/MCAsmParserExtension.h
rename to third_party/LLVM/include/llvm/MC/MCParser/MCAsmParserExtension.h
diff --git a/src/LLVM/include/llvm/MC/MCParser/MCParsedAsmOperand.h b/third_party/LLVM/include/llvm/MC/MCParser/MCParsedAsmOperand.h
similarity index 100%
rename from src/LLVM/include/llvm/MC/MCParser/MCParsedAsmOperand.h
rename to third_party/LLVM/include/llvm/MC/MCParser/MCParsedAsmOperand.h
diff --git a/src/LLVM/include/llvm/MC/MCRegisterInfo.h b/third_party/LLVM/include/llvm/MC/MCRegisterInfo.h
similarity index 100%
rename from src/LLVM/include/llvm/MC/MCRegisterInfo.h
rename to third_party/LLVM/include/llvm/MC/MCRegisterInfo.h
diff --git a/src/LLVM/include/llvm/MC/MCSection.h b/third_party/LLVM/include/llvm/MC/MCSection.h
similarity index 100%
rename from src/LLVM/include/llvm/MC/MCSection.h
rename to third_party/LLVM/include/llvm/MC/MCSection.h
diff --git a/src/LLVM/include/llvm/MC/MCSectionCOFF.h b/third_party/LLVM/include/llvm/MC/MCSectionCOFF.h
similarity index 100%
rename from src/LLVM/include/llvm/MC/MCSectionCOFF.h
rename to third_party/LLVM/include/llvm/MC/MCSectionCOFF.h
diff --git a/src/LLVM/include/llvm/MC/MCSectionELF.h b/third_party/LLVM/include/llvm/MC/MCSectionELF.h
similarity index 100%
rename from src/LLVM/include/llvm/MC/MCSectionELF.h
rename to third_party/LLVM/include/llvm/MC/MCSectionELF.h
diff --git a/src/LLVM/include/llvm/MC/MCSectionMachO.h b/third_party/LLVM/include/llvm/MC/MCSectionMachO.h
similarity index 100%
rename from src/LLVM/include/llvm/MC/MCSectionMachO.h
rename to third_party/LLVM/include/llvm/MC/MCSectionMachO.h
diff --git a/src/LLVM/include/llvm/MC/MCStreamer.h b/third_party/LLVM/include/llvm/MC/MCStreamer.h
similarity index 100%
rename from src/LLVM/include/llvm/MC/MCStreamer.h
rename to third_party/LLVM/include/llvm/MC/MCStreamer.h
diff --git a/src/LLVM/include/llvm/MC/MCSubtargetInfo.h b/third_party/LLVM/include/llvm/MC/MCSubtargetInfo.h
similarity index 100%
rename from src/LLVM/include/llvm/MC/MCSubtargetInfo.h
rename to third_party/LLVM/include/llvm/MC/MCSubtargetInfo.h
diff --git a/src/LLVM/include/llvm/MC/MCSymbol.h b/third_party/LLVM/include/llvm/MC/MCSymbol.h
similarity index 100%
rename from src/LLVM/include/llvm/MC/MCSymbol.h
rename to third_party/LLVM/include/llvm/MC/MCSymbol.h
diff --git a/src/LLVM/include/llvm/MC/MCTargetAsmLexer.h b/third_party/LLVM/include/llvm/MC/MCTargetAsmLexer.h
similarity index 100%
rename from src/LLVM/include/llvm/MC/MCTargetAsmLexer.h
rename to third_party/LLVM/include/llvm/MC/MCTargetAsmLexer.h
diff --git a/src/LLVM/include/llvm/MC/MCTargetAsmParser.h b/third_party/LLVM/include/llvm/MC/MCTargetAsmParser.h
similarity index 100%
rename from src/LLVM/include/llvm/MC/MCTargetAsmParser.h
rename to third_party/LLVM/include/llvm/MC/MCTargetAsmParser.h
diff --git a/src/LLVM/include/llvm/MC/MCValue.h b/third_party/LLVM/include/llvm/MC/MCValue.h
similarity index 100%
rename from src/LLVM/include/llvm/MC/MCValue.h
rename to third_party/LLVM/include/llvm/MC/MCValue.h
diff --git a/src/LLVM/include/llvm/MC/MCWin64EH.h b/third_party/LLVM/include/llvm/MC/MCWin64EH.h
similarity index 100%
rename from src/LLVM/include/llvm/MC/MCWin64EH.h
rename to third_party/LLVM/include/llvm/MC/MCWin64EH.h
diff --git a/src/LLVM/include/llvm/MC/MachineLocation.h b/third_party/LLVM/include/llvm/MC/MachineLocation.h
similarity index 100%
rename from src/LLVM/include/llvm/MC/MachineLocation.h
rename to third_party/LLVM/include/llvm/MC/MachineLocation.h
diff --git a/src/LLVM/include/llvm/MC/SectionKind.h b/third_party/LLVM/include/llvm/MC/SectionKind.h
similarity index 100%
rename from src/LLVM/include/llvm/MC/SectionKind.h
rename to third_party/LLVM/include/llvm/MC/SectionKind.h
diff --git a/src/LLVM/include/llvm/MC/SubtargetFeature.h b/third_party/LLVM/include/llvm/MC/SubtargetFeature.h
similarity index 100%
rename from src/LLVM/include/llvm/MC/SubtargetFeature.h
rename to third_party/LLVM/include/llvm/MC/SubtargetFeature.h
diff --git a/src/LLVM/include/llvm/Metadata.h b/third_party/LLVM/include/llvm/Metadata.h
similarity index 100%
rename from src/LLVM/include/llvm/Metadata.h
rename to third_party/LLVM/include/llvm/Metadata.h
diff --git a/src/LLVM/include/llvm/Module.h b/third_party/LLVM/include/llvm/Module.h
similarity index 100%
rename from src/LLVM/include/llvm/Module.h
rename to third_party/LLVM/include/llvm/Module.h
diff --git a/src/LLVM/include/llvm/Object/Archive.h b/third_party/LLVM/include/llvm/Object/Archive.h
similarity index 100%
rename from src/LLVM/include/llvm/Object/Archive.h
rename to third_party/LLVM/include/llvm/Object/Archive.h
diff --git a/src/LLVM/include/llvm/Object/Binary.h b/third_party/LLVM/include/llvm/Object/Binary.h
similarity index 100%
rename from src/LLVM/include/llvm/Object/Binary.h
rename to third_party/LLVM/include/llvm/Object/Binary.h
diff --git a/src/LLVM/include/llvm/Object/COFF.h b/third_party/LLVM/include/llvm/Object/COFF.h
similarity index 100%
rename from src/LLVM/include/llvm/Object/COFF.h
rename to third_party/LLVM/include/llvm/Object/COFF.h
diff --git a/src/LLVM/include/llvm/Object/Error.h b/third_party/LLVM/include/llvm/Object/Error.h
similarity index 100%
rename from src/LLVM/include/llvm/Object/Error.h
rename to third_party/LLVM/include/llvm/Object/Error.h
diff --git a/src/LLVM/include/llvm/Object/MachO.h b/third_party/LLVM/include/llvm/Object/MachO.h
similarity index 100%
rename from src/LLVM/include/llvm/Object/MachO.h
rename to third_party/LLVM/include/llvm/Object/MachO.h
diff --git a/src/LLVM/include/llvm/Object/MachOFormat.h b/third_party/LLVM/include/llvm/Object/MachOFormat.h
similarity index 100%
rename from src/LLVM/include/llvm/Object/MachOFormat.h
rename to third_party/LLVM/include/llvm/Object/MachOFormat.h
diff --git a/src/LLVM/include/llvm/Object/MachOObject.h b/third_party/LLVM/include/llvm/Object/MachOObject.h
similarity index 100%
rename from src/LLVM/include/llvm/Object/MachOObject.h
rename to third_party/LLVM/include/llvm/Object/MachOObject.h
diff --git a/src/LLVM/include/llvm/Object/ObjectFile.h b/third_party/LLVM/include/llvm/Object/ObjectFile.h
similarity index 100%
rename from src/LLVM/include/llvm/Object/ObjectFile.h
rename to third_party/LLVM/include/llvm/Object/ObjectFile.h
diff --git a/src/LLVM/include/llvm/OperandTraits.h b/third_party/LLVM/include/llvm/OperandTraits.h
similarity index 100%
rename from src/LLVM/include/llvm/OperandTraits.h
rename to third_party/LLVM/include/llvm/OperandTraits.h
diff --git a/src/LLVM/include/llvm/Operator.h b/third_party/LLVM/include/llvm/Operator.h
similarity index 100%
rename from src/LLVM/include/llvm/Operator.h
rename to third_party/LLVM/include/llvm/Operator.h
diff --git a/src/LLVM/include/llvm/PACKAGE.vcxproj.filters b/third_party/LLVM/include/llvm/PACKAGE.vcxproj.filters
similarity index 100%
rename from src/LLVM/include/llvm/PACKAGE.vcxproj.filters
rename to third_party/LLVM/include/llvm/PACKAGE.vcxproj.filters
diff --git a/src/LLVM/include/llvm/Pass.h b/third_party/LLVM/include/llvm/Pass.h
similarity index 100%
rename from src/LLVM/include/llvm/Pass.h
rename to third_party/LLVM/include/llvm/Pass.h
diff --git a/src/LLVM/include/llvm/PassAnalysisSupport.h b/third_party/LLVM/include/llvm/PassAnalysisSupport.h
similarity index 100%
rename from src/LLVM/include/llvm/PassAnalysisSupport.h
rename to third_party/LLVM/include/llvm/PassAnalysisSupport.h
diff --git a/src/LLVM/include/llvm/PassManager.h b/third_party/LLVM/include/llvm/PassManager.h
similarity index 100%
rename from src/LLVM/include/llvm/PassManager.h
rename to third_party/LLVM/include/llvm/PassManager.h
diff --git a/src/LLVM/include/llvm/PassManagers.h b/third_party/LLVM/include/llvm/PassManagers.h
similarity index 100%
rename from src/LLVM/include/llvm/PassManagers.h
rename to third_party/LLVM/include/llvm/PassManagers.h
diff --git a/src/LLVM/include/llvm/PassRegistry.h b/third_party/LLVM/include/llvm/PassRegistry.h
similarity index 100%
rename from src/LLVM/include/llvm/PassRegistry.h
rename to third_party/LLVM/include/llvm/PassRegistry.h
diff --git a/src/LLVM/include/llvm/PassSupport.h b/third_party/LLVM/include/llvm/PassSupport.h
similarity index 100%
rename from src/LLVM/include/llvm/PassSupport.h
rename to third_party/LLVM/include/llvm/PassSupport.h
diff --git a/src/LLVM/include/llvm/Support/AIXDataTypesFix.h b/third_party/LLVM/include/llvm/Support/AIXDataTypesFix.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/AIXDataTypesFix.h
rename to third_party/LLVM/include/llvm/Support/AIXDataTypesFix.h
diff --git a/src/LLVM/include/llvm/Support/AlignOf.h b/third_party/LLVM/include/llvm/Support/AlignOf.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/AlignOf.h
rename to third_party/LLVM/include/llvm/Support/AlignOf.h
diff --git a/src/LLVM/include/llvm/Support/Allocator.h b/third_party/LLVM/include/llvm/Support/Allocator.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/Allocator.h
rename to third_party/LLVM/include/llvm/Support/Allocator.h
diff --git a/src/LLVM/include/llvm/Support/Atomic.h b/third_party/LLVM/include/llvm/Support/Atomic.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/Atomic.h
rename to third_party/LLVM/include/llvm/Support/Atomic.h
diff --git a/src/LLVM/include/llvm/Support/BlockFrequency.h b/third_party/LLVM/include/llvm/Support/BlockFrequency.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/BlockFrequency.h
rename to third_party/LLVM/include/llvm/Support/BlockFrequency.h
diff --git a/src/LLVM/include/llvm/Support/BranchProbability.h b/third_party/LLVM/include/llvm/Support/BranchProbability.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/BranchProbability.h
rename to third_party/LLVM/include/llvm/Support/BranchProbability.h
diff --git a/src/LLVM/include/llvm/Support/CFG.h b/third_party/LLVM/include/llvm/Support/CFG.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/CFG.h
rename to third_party/LLVM/include/llvm/Support/CFG.h
diff --git a/src/LLVM/include/llvm/Support/COFF.h b/third_party/LLVM/include/llvm/Support/COFF.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/COFF.h
rename to third_party/LLVM/include/llvm/Support/COFF.h
diff --git a/src/LLVM/include/llvm/Support/CallSite.h b/third_party/LLVM/include/llvm/Support/CallSite.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/CallSite.h
rename to third_party/LLVM/include/llvm/Support/CallSite.h
diff --git a/src/LLVM/include/llvm/Support/Capacity.h b/third_party/LLVM/include/llvm/Support/Capacity.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/Capacity.h
rename to third_party/LLVM/include/llvm/Support/Capacity.h
diff --git a/src/LLVM/include/llvm/Support/Casting.h b/third_party/LLVM/include/llvm/Support/Casting.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/Casting.h
rename to third_party/LLVM/include/llvm/Support/Casting.h
diff --git a/src/LLVM/include/llvm/Support/CodeGen.h b/third_party/LLVM/include/llvm/Support/CodeGen.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/CodeGen.h
rename to third_party/LLVM/include/llvm/Support/CodeGen.h
diff --git a/src/LLVM/include/llvm/Support/CommandLine.h b/third_party/LLVM/include/llvm/Support/CommandLine.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/CommandLine.h
rename to third_party/LLVM/include/llvm/Support/CommandLine.h
diff --git a/src/LLVM/include/llvm/Support/Compiler.h b/third_party/LLVM/include/llvm/Support/Compiler.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/Compiler.h
rename to third_party/LLVM/include/llvm/Support/Compiler.h
diff --git a/src/LLVM/include/llvm/Support/ConstantFolder.h b/third_party/LLVM/include/llvm/Support/ConstantFolder.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/ConstantFolder.h
rename to third_party/LLVM/include/llvm/Support/ConstantFolder.h
diff --git a/src/LLVM/include/llvm/Support/ConstantRange.h b/third_party/LLVM/include/llvm/Support/ConstantRange.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/ConstantRange.h
rename to third_party/LLVM/include/llvm/Support/ConstantRange.h
diff --git a/src/LLVM/include/llvm/Support/CrashRecoveryContext.h b/third_party/LLVM/include/llvm/Support/CrashRecoveryContext.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/CrashRecoveryContext.h
rename to third_party/LLVM/include/llvm/Support/CrashRecoveryContext.h
diff --git a/src/LLVM/include/llvm/Support/DOTGraphTraits.h b/third_party/LLVM/include/llvm/Support/DOTGraphTraits.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/DOTGraphTraits.h
rename to third_party/LLVM/include/llvm/Support/DOTGraphTraits.h
diff --git a/src/LLVM/include/llvm/Support/DataExtractor.h b/third_party/LLVM/include/llvm/Support/DataExtractor.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/DataExtractor.h
rename to third_party/LLVM/include/llvm/Support/DataExtractor.h
diff --git a/src/LLVM/include/llvm/Support/DataFlow.h b/third_party/LLVM/include/llvm/Support/DataFlow.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/DataFlow.h
rename to third_party/LLVM/include/llvm/Support/DataFlow.h
diff --git a/src/LLVM/include/llvm/Support/DataTypes.h b/third_party/LLVM/include/llvm/Support/DataTypes.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/DataTypes.h
rename to third_party/LLVM/include/llvm/Support/DataTypes.h
diff --git a/src/LLVM/include/llvm/Support/DataTypes.h.cmake b/third_party/LLVM/include/llvm/Support/DataTypes.h.cmake
similarity index 100%
rename from src/LLVM/include/llvm/Support/DataTypes.h.cmake
rename to third_party/LLVM/include/llvm/Support/DataTypes.h.cmake
diff --git a/src/LLVM/include/llvm/Support/DataTypes.h.in b/third_party/LLVM/include/llvm/Support/DataTypes.h.in
similarity index 100%
rename from src/LLVM/include/llvm/Support/DataTypes.h.in
rename to third_party/LLVM/include/llvm/Support/DataTypes.h.in
diff --git a/src/LLVM/include/llvm/Support/Debug.h b/third_party/LLVM/include/llvm/Support/Debug.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/Debug.h
rename to third_party/LLVM/include/llvm/Support/Debug.h
diff --git a/src/LLVM/include/llvm/Support/DebugLoc.h b/third_party/LLVM/include/llvm/Support/DebugLoc.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/DebugLoc.h
rename to third_party/LLVM/include/llvm/Support/DebugLoc.h
diff --git a/src/LLVM/include/llvm/Support/Disassembler.h b/third_party/LLVM/include/llvm/Support/Disassembler.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/Disassembler.h
rename to third_party/LLVM/include/llvm/Support/Disassembler.h
diff --git a/src/LLVM/include/llvm/Support/Dwarf.h b/third_party/LLVM/include/llvm/Support/Dwarf.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/Dwarf.h
rename to third_party/LLVM/include/llvm/Support/Dwarf.h
diff --git a/src/LLVM/include/llvm/Support/DynamicLibrary.h b/third_party/LLVM/include/llvm/Support/DynamicLibrary.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/DynamicLibrary.h
rename to third_party/LLVM/include/llvm/Support/DynamicLibrary.h
diff --git a/src/LLVM/include/llvm/Support/ELF.h b/third_party/LLVM/include/llvm/Support/ELF.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/ELF.h
rename to third_party/LLVM/include/llvm/Support/ELF.h
diff --git a/src/LLVM/include/llvm/Support/Endian.h b/third_party/LLVM/include/llvm/Support/Endian.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/Endian.h
rename to third_party/LLVM/include/llvm/Support/Endian.h
diff --git a/src/LLVM/include/llvm/Support/Errno.h b/third_party/LLVM/include/llvm/Support/Errno.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/Errno.h
rename to third_party/LLVM/include/llvm/Support/Errno.h
diff --git a/src/LLVM/include/llvm/Support/ErrorHandling.h b/third_party/LLVM/include/llvm/Support/ErrorHandling.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/ErrorHandling.h
rename to third_party/LLVM/include/llvm/Support/ErrorHandling.h
diff --git a/src/LLVM/include/llvm/Support/FEnv.h b/third_party/LLVM/include/llvm/Support/FEnv.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/FEnv.h
rename to third_party/LLVM/include/llvm/Support/FEnv.h
diff --git a/src/LLVM/include/llvm/Support/FileSystem.h b/third_party/LLVM/include/llvm/Support/FileSystem.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/FileSystem.h
rename to third_party/LLVM/include/llvm/Support/FileSystem.h
diff --git a/src/LLVM/include/llvm/Support/FileUtilities.h b/third_party/LLVM/include/llvm/Support/FileUtilities.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/FileUtilities.h
rename to third_party/LLVM/include/llvm/Support/FileUtilities.h
diff --git a/src/LLVM/include/llvm/Support/Format.h b/third_party/LLVM/include/llvm/Support/Format.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/Format.h
rename to third_party/LLVM/include/llvm/Support/Format.h
diff --git a/src/LLVM/include/llvm/Support/FormattedStream.h b/third_party/LLVM/include/llvm/Support/FormattedStream.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/FormattedStream.h
rename to third_party/LLVM/include/llvm/Support/FormattedStream.h
diff --git a/src/LLVM/include/llvm/Support/GCOV.h b/third_party/LLVM/include/llvm/Support/GCOV.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/GCOV.h
rename to third_party/LLVM/include/llvm/Support/GCOV.h
diff --git a/src/LLVM/include/llvm/Support/GetElementPtrTypeIterator.h b/third_party/LLVM/include/llvm/Support/GetElementPtrTypeIterator.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/GetElementPtrTypeIterator.h
rename to third_party/LLVM/include/llvm/Support/GetElementPtrTypeIterator.h
diff --git a/src/LLVM/include/llvm/Support/GraphWriter.h b/third_party/LLVM/include/llvm/Support/GraphWriter.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/GraphWriter.h
rename to third_party/LLVM/include/llvm/Support/GraphWriter.h
diff --git a/src/LLVM/include/llvm/Support/Host.h b/third_party/LLVM/include/llvm/Support/Host.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/Host.h
rename to third_party/LLVM/include/llvm/Support/Host.h
diff --git a/src/LLVM/include/llvm/Support/IRBuilder.h b/third_party/LLVM/include/llvm/Support/IRBuilder.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/IRBuilder.h
rename to third_party/LLVM/include/llvm/Support/IRBuilder.h
diff --git a/src/LLVM/include/llvm/Support/IRReader.h b/third_party/LLVM/include/llvm/Support/IRReader.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/IRReader.h
rename to third_party/LLVM/include/llvm/Support/IRReader.h
diff --git a/src/LLVM/include/llvm/Support/IncludeFile.h b/third_party/LLVM/include/llvm/Support/IncludeFile.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/IncludeFile.h
rename to third_party/LLVM/include/llvm/Support/IncludeFile.h
diff --git a/src/LLVM/include/llvm/Support/InstIterator.h b/third_party/LLVM/include/llvm/Support/InstIterator.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/InstIterator.h
rename to third_party/LLVM/include/llvm/Support/InstIterator.h
diff --git a/src/LLVM/include/llvm/Support/InstVisitor.h b/third_party/LLVM/include/llvm/Support/InstVisitor.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/InstVisitor.h
rename to third_party/LLVM/include/llvm/Support/InstVisitor.h
diff --git a/src/LLVM/include/llvm/Support/LICENSE.TXT b/third_party/LLVM/include/llvm/Support/LICENSE.TXT
similarity index 100%
rename from src/LLVM/include/llvm/Support/LICENSE.TXT
rename to third_party/LLVM/include/llvm/Support/LICENSE.TXT
diff --git a/src/LLVM/include/llvm/Support/LeakDetector.h b/third_party/LLVM/include/llvm/Support/LeakDetector.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/LeakDetector.h
rename to third_party/LLVM/include/llvm/Support/LeakDetector.h
diff --git a/src/LLVM/include/llvm/Support/MachO.h b/third_party/LLVM/include/llvm/Support/MachO.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/MachO.h
rename to third_party/LLVM/include/llvm/Support/MachO.h
diff --git a/src/LLVM/include/llvm/Support/ManagedStatic.h b/third_party/LLVM/include/llvm/Support/ManagedStatic.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/ManagedStatic.h
rename to third_party/LLVM/include/llvm/Support/ManagedStatic.h
diff --git a/src/LLVM/include/llvm/Support/MathExtras.h b/third_party/LLVM/include/llvm/Support/MathExtras.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/MathExtras.h
rename to third_party/LLVM/include/llvm/Support/MathExtras.h
diff --git a/src/LLVM/include/llvm/Support/Memory.h b/third_party/LLVM/include/llvm/Support/Memory.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/Memory.h
rename to third_party/LLVM/include/llvm/Support/Memory.h
diff --git a/src/LLVM/include/llvm/Support/MemoryBuffer.h b/third_party/LLVM/include/llvm/Support/MemoryBuffer.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/MemoryBuffer.h
rename to third_party/LLVM/include/llvm/Support/MemoryBuffer.h
diff --git a/src/LLVM/include/llvm/Support/MemoryObject.h b/third_party/LLVM/include/llvm/Support/MemoryObject.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/MemoryObject.h
rename to third_party/LLVM/include/llvm/Support/MemoryObject.h
diff --git a/src/LLVM/include/llvm/Support/Mutex.h b/third_party/LLVM/include/llvm/Support/Mutex.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/Mutex.h
rename to third_party/LLVM/include/llvm/Support/Mutex.h
diff --git a/src/LLVM/include/llvm/Support/MutexGuard.h b/third_party/LLVM/include/llvm/Support/MutexGuard.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/MutexGuard.h
rename to third_party/LLVM/include/llvm/Support/MutexGuard.h
diff --git a/src/LLVM/include/llvm/Support/NoFolder.h b/third_party/LLVM/include/llvm/Support/NoFolder.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/NoFolder.h
rename to third_party/LLVM/include/llvm/Support/NoFolder.h
diff --git a/src/LLVM/include/llvm/Support/OutputBuffer.h b/third_party/LLVM/include/llvm/Support/OutputBuffer.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/OutputBuffer.h
rename to third_party/LLVM/include/llvm/Support/OutputBuffer.h
diff --git a/src/LLVM/include/llvm/Support/PassNameParser.h b/third_party/LLVM/include/llvm/Support/PassNameParser.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/PassNameParser.h
rename to third_party/LLVM/include/llvm/Support/PassNameParser.h
diff --git a/src/LLVM/include/llvm/Support/Path.h b/third_party/LLVM/include/llvm/Support/Path.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/Path.h
rename to third_party/LLVM/include/llvm/Support/Path.h
diff --git a/src/LLVM/include/llvm/Support/PathV1.h b/third_party/LLVM/include/llvm/Support/PathV1.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/PathV1.h
rename to third_party/LLVM/include/llvm/Support/PathV1.h
diff --git a/src/LLVM/include/llvm/Support/PathV2.h b/third_party/LLVM/include/llvm/Support/PathV2.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/PathV2.h
rename to third_party/LLVM/include/llvm/Support/PathV2.h
diff --git a/src/LLVM/include/llvm/Support/PatternMatch.h b/third_party/LLVM/include/llvm/Support/PatternMatch.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/PatternMatch.h
rename to third_party/LLVM/include/llvm/Support/PatternMatch.h
diff --git a/src/LLVM/include/llvm/Support/PluginLoader.h b/third_party/LLVM/include/llvm/Support/PluginLoader.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/PluginLoader.h
rename to third_party/LLVM/include/llvm/Support/PluginLoader.h
diff --git a/src/LLVM/include/llvm/Support/PointerLikeTypeTraits.h b/third_party/LLVM/include/llvm/Support/PointerLikeTypeTraits.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/PointerLikeTypeTraits.h
rename to third_party/LLVM/include/llvm/Support/PointerLikeTypeTraits.h
diff --git a/src/LLVM/include/llvm/Support/PredIteratorCache.h b/third_party/LLVM/include/llvm/Support/PredIteratorCache.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/PredIteratorCache.h
rename to third_party/LLVM/include/llvm/Support/PredIteratorCache.h
diff --git a/src/LLVM/include/llvm/Support/PrettyStackTrace.h b/third_party/LLVM/include/llvm/Support/PrettyStackTrace.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/PrettyStackTrace.h
rename to third_party/LLVM/include/llvm/Support/PrettyStackTrace.h
diff --git a/src/LLVM/include/llvm/Support/Process.h b/third_party/LLVM/include/llvm/Support/Process.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/Process.h
rename to third_party/LLVM/include/llvm/Support/Process.h
diff --git a/src/LLVM/include/llvm/Support/Program.h b/third_party/LLVM/include/llvm/Support/Program.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/Program.h
rename to third_party/LLVM/include/llvm/Support/Program.h
diff --git a/src/LLVM/include/llvm/Support/RWMutex.h b/third_party/LLVM/include/llvm/Support/RWMutex.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/RWMutex.h
rename to third_party/LLVM/include/llvm/Support/RWMutex.h
diff --git a/src/LLVM/include/llvm/Support/Recycler.h b/third_party/LLVM/include/llvm/Support/Recycler.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/Recycler.h
rename to third_party/LLVM/include/llvm/Support/Recycler.h
diff --git a/src/LLVM/include/llvm/Support/RecyclingAllocator.h b/third_party/LLVM/include/llvm/Support/RecyclingAllocator.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/RecyclingAllocator.h
rename to third_party/LLVM/include/llvm/Support/RecyclingAllocator.h
diff --git a/src/LLVM/include/llvm/Support/Regex.h b/third_party/LLVM/include/llvm/Support/Regex.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/Regex.h
rename to third_party/LLVM/include/llvm/Support/Regex.h
diff --git a/src/LLVM/include/llvm/Support/Registry.h b/third_party/LLVM/include/llvm/Support/Registry.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/Registry.h
rename to third_party/LLVM/include/llvm/Support/Registry.h
diff --git a/src/LLVM/include/llvm/Support/RegistryParser.h b/third_party/LLVM/include/llvm/Support/RegistryParser.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/RegistryParser.h
rename to third_party/LLVM/include/llvm/Support/RegistryParser.h
diff --git a/src/LLVM/include/llvm/Support/SMLoc.h b/third_party/LLVM/include/llvm/Support/SMLoc.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/SMLoc.h
rename to third_party/LLVM/include/llvm/Support/SMLoc.h
diff --git a/src/LLVM/include/llvm/Support/Signals.h b/third_party/LLVM/include/llvm/Support/Signals.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/Signals.h
rename to third_party/LLVM/include/llvm/Support/Signals.h
diff --git a/src/LLVM/include/llvm/Support/Solaris.h b/third_party/LLVM/include/llvm/Support/Solaris.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/Solaris.h
rename to third_party/LLVM/include/llvm/Support/Solaris.h
diff --git a/src/LLVM/include/llvm/Support/SourceMgr.h b/third_party/LLVM/include/llvm/Support/SourceMgr.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/SourceMgr.h
rename to third_party/LLVM/include/llvm/Support/SourceMgr.h
diff --git a/src/LLVM/include/llvm/Support/StringPool.h b/third_party/LLVM/include/llvm/Support/StringPool.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/StringPool.h
rename to third_party/LLVM/include/llvm/Support/StringPool.h
diff --git a/src/LLVM/include/llvm/Support/SwapByteOrder.h b/third_party/LLVM/include/llvm/Support/SwapByteOrder.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/SwapByteOrder.h
rename to third_party/LLVM/include/llvm/Support/SwapByteOrder.h
diff --git a/src/LLVM/include/llvm/Support/SystemUtils.h b/third_party/LLVM/include/llvm/Support/SystemUtils.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/SystemUtils.h
rename to third_party/LLVM/include/llvm/Support/SystemUtils.h
diff --git a/src/LLVM/include/llvm/Support/TargetFolder.h b/third_party/LLVM/include/llvm/Support/TargetFolder.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/TargetFolder.h
rename to third_party/LLVM/include/llvm/Support/TargetFolder.h
diff --git a/src/LLVM/include/llvm/Support/TargetRegistry.h b/third_party/LLVM/include/llvm/Support/TargetRegistry.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/TargetRegistry.h
rename to third_party/LLVM/include/llvm/Support/TargetRegistry.h
diff --git a/src/LLVM/include/llvm/Support/TargetSelect.h b/third_party/LLVM/include/llvm/Support/TargetSelect.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/TargetSelect.h
rename to third_party/LLVM/include/llvm/Support/TargetSelect.h
diff --git a/src/LLVM/include/llvm/Support/ThreadLocal.h b/third_party/LLVM/include/llvm/Support/ThreadLocal.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/ThreadLocal.h
rename to third_party/LLVM/include/llvm/Support/ThreadLocal.h
diff --git a/src/LLVM/include/llvm/Support/Threading.h b/third_party/LLVM/include/llvm/Support/Threading.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/Threading.h
rename to third_party/LLVM/include/llvm/Support/Threading.h
diff --git a/src/LLVM/include/llvm/Support/TimeValue.h b/third_party/LLVM/include/llvm/Support/TimeValue.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/TimeValue.h
rename to third_party/LLVM/include/llvm/Support/TimeValue.h
diff --git a/src/LLVM/include/llvm/Support/Timer.h b/third_party/LLVM/include/llvm/Support/Timer.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/Timer.h
rename to third_party/LLVM/include/llvm/Support/Timer.h
diff --git a/src/LLVM/include/llvm/Support/ToolOutputFile.h b/third_party/LLVM/include/llvm/Support/ToolOutputFile.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/ToolOutputFile.h
rename to third_party/LLVM/include/llvm/Support/ToolOutputFile.h
diff --git a/src/LLVM/include/llvm/Support/TypeBuilder.h b/third_party/LLVM/include/llvm/Support/TypeBuilder.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/TypeBuilder.h
rename to third_party/LLVM/include/llvm/Support/TypeBuilder.h
diff --git a/src/LLVM/include/llvm/Support/Valgrind.h b/third_party/LLVM/include/llvm/Support/Valgrind.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/Valgrind.h
rename to third_party/LLVM/include/llvm/Support/Valgrind.h
diff --git a/src/LLVM/include/llvm/Support/ValueHandle.h b/third_party/LLVM/include/llvm/Support/ValueHandle.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/ValueHandle.h
rename to third_party/LLVM/include/llvm/Support/ValueHandle.h
diff --git a/src/LLVM/include/llvm/Support/Win64EH.h b/third_party/LLVM/include/llvm/Support/Win64EH.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/Win64EH.h
rename to third_party/LLVM/include/llvm/Support/Win64EH.h
diff --git a/src/LLVM/include/llvm/Support/circular_raw_ostream.h b/third_party/LLVM/include/llvm/Support/circular_raw_ostream.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/circular_raw_ostream.h
rename to third_party/LLVM/include/llvm/Support/circular_raw_ostream.h
diff --git a/src/LLVM/include/llvm/Support/raw_os_ostream.h b/third_party/LLVM/include/llvm/Support/raw_os_ostream.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/raw_os_ostream.h
rename to third_party/LLVM/include/llvm/Support/raw_os_ostream.h
diff --git a/src/LLVM/include/llvm/Support/raw_ostream.h b/third_party/LLVM/include/llvm/Support/raw_ostream.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/raw_ostream.h
rename to third_party/LLVM/include/llvm/Support/raw_ostream.h
diff --git a/src/LLVM/include/llvm/Support/system_error.h b/third_party/LLVM/include/llvm/Support/system_error.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/system_error.h
rename to third_party/LLVM/include/llvm/Support/system_error.h
diff --git a/src/LLVM/include/llvm/Support/type_traits.h b/third_party/LLVM/include/llvm/Support/type_traits.h
similarity index 100%
rename from src/LLVM/include/llvm/Support/type_traits.h
rename to third_party/LLVM/include/llvm/Support/type_traits.h
diff --git a/src/LLVM/include/llvm/SymbolTableListTraits.h b/third_party/LLVM/include/llvm/SymbolTableListTraits.h
similarity index 100%
rename from src/LLVM/include/llvm/SymbolTableListTraits.h
rename to third_party/LLVM/include/llvm/SymbolTableListTraits.h
diff --git a/src/LLVM/include/llvm/TableGen/Error.h b/third_party/LLVM/include/llvm/TableGen/Error.h
similarity index 100%
rename from src/LLVM/include/llvm/TableGen/Error.h
rename to third_party/LLVM/include/llvm/TableGen/Error.h
diff --git a/src/LLVM/include/llvm/TableGen/Main.h b/third_party/LLVM/include/llvm/TableGen/Main.h
similarity index 100%
rename from src/LLVM/include/llvm/TableGen/Main.h
rename to third_party/LLVM/include/llvm/TableGen/Main.h
diff --git a/src/LLVM/include/llvm/TableGen/Record.h b/third_party/LLVM/include/llvm/TableGen/Record.h
similarity index 100%
rename from src/LLVM/include/llvm/TableGen/Record.h
rename to third_party/LLVM/include/llvm/TableGen/Record.h
diff --git a/src/LLVM/include/llvm/TableGen/TableGenAction.h b/third_party/LLVM/include/llvm/TableGen/TableGenAction.h
similarity index 100%
rename from src/LLVM/include/llvm/TableGen/TableGenAction.h
rename to third_party/LLVM/include/llvm/TableGen/TableGenAction.h
diff --git a/src/LLVM/include/llvm/TableGen/TableGenBackend.h b/third_party/LLVM/include/llvm/TableGen/TableGenBackend.h
similarity index 100%
rename from src/LLVM/include/llvm/TableGen/TableGenBackend.h
rename to third_party/LLVM/include/llvm/TableGen/TableGenBackend.h
diff --git a/src/LLVM/include/llvm/Target/Mangler.h b/third_party/LLVM/include/llvm/Target/Mangler.h
similarity index 100%
rename from src/LLVM/include/llvm/Target/Mangler.h
rename to third_party/LLVM/include/llvm/Target/Mangler.h
diff --git a/src/LLVM/include/llvm/Target/Target.td b/third_party/LLVM/include/llvm/Target/Target.td
similarity index 100%
rename from src/LLVM/include/llvm/Target/Target.td
rename to third_party/LLVM/include/llvm/Target/Target.td
diff --git a/src/LLVM/include/llvm/Target/TargetCallingConv.h b/third_party/LLVM/include/llvm/Target/TargetCallingConv.h
similarity index 100%
rename from src/LLVM/include/llvm/Target/TargetCallingConv.h
rename to third_party/LLVM/include/llvm/Target/TargetCallingConv.h
diff --git a/src/LLVM/include/llvm/Target/TargetCallingConv.td b/third_party/LLVM/include/llvm/Target/TargetCallingConv.td
similarity index 100%
rename from src/LLVM/include/llvm/Target/TargetCallingConv.td
rename to third_party/LLVM/include/llvm/Target/TargetCallingConv.td
diff --git a/src/LLVM/include/llvm/Target/TargetData.h b/third_party/LLVM/include/llvm/Target/TargetData.h
similarity index 100%
rename from src/LLVM/include/llvm/Target/TargetData.h
rename to third_party/LLVM/include/llvm/Target/TargetData.h
diff --git a/src/LLVM/include/llvm/Target/TargetELFWriterInfo.h b/third_party/LLVM/include/llvm/Target/TargetELFWriterInfo.h
similarity index 100%
rename from src/LLVM/include/llvm/Target/TargetELFWriterInfo.h
rename to third_party/LLVM/include/llvm/Target/TargetELFWriterInfo.h
diff --git a/src/LLVM/include/llvm/Target/TargetFrameLowering.h b/third_party/LLVM/include/llvm/Target/TargetFrameLowering.h
similarity index 100%
rename from src/LLVM/include/llvm/Target/TargetFrameLowering.h
rename to third_party/LLVM/include/llvm/Target/TargetFrameLowering.h
diff --git a/src/LLVM/include/llvm/Target/TargetInstrInfo.h b/third_party/LLVM/include/llvm/Target/TargetInstrInfo.h
similarity index 100%
rename from src/LLVM/include/llvm/Target/TargetInstrInfo.h
rename to third_party/LLVM/include/llvm/Target/TargetInstrInfo.h
diff --git a/src/LLVM/include/llvm/Target/TargetIntrinsicInfo.h b/third_party/LLVM/include/llvm/Target/TargetIntrinsicInfo.h
similarity index 100%
rename from src/LLVM/include/llvm/Target/TargetIntrinsicInfo.h
rename to third_party/LLVM/include/llvm/Target/TargetIntrinsicInfo.h
diff --git a/src/LLVM/include/llvm/Target/TargetJITInfo.h b/third_party/LLVM/include/llvm/Target/TargetJITInfo.h
similarity index 100%
rename from src/LLVM/include/llvm/Target/TargetJITInfo.h
rename to third_party/LLVM/include/llvm/Target/TargetJITInfo.h
diff --git a/src/LLVM/include/llvm/Target/TargetLibraryInfo.h b/third_party/LLVM/include/llvm/Target/TargetLibraryInfo.h
similarity index 100%
rename from src/LLVM/include/llvm/Target/TargetLibraryInfo.h
rename to third_party/LLVM/include/llvm/Target/TargetLibraryInfo.h
diff --git a/src/LLVM/include/llvm/Target/TargetLowering.h b/third_party/LLVM/include/llvm/Target/TargetLowering.h
similarity index 100%
rename from src/LLVM/include/llvm/Target/TargetLowering.h
rename to third_party/LLVM/include/llvm/Target/TargetLowering.h
diff --git a/src/LLVM/include/llvm/Target/TargetLoweringObjectFile.h b/third_party/LLVM/include/llvm/Target/TargetLoweringObjectFile.h
similarity index 100%
rename from src/LLVM/include/llvm/Target/TargetLoweringObjectFile.h
rename to third_party/LLVM/include/llvm/Target/TargetLoweringObjectFile.h
diff --git a/src/LLVM/include/llvm/Target/TargetMachine.h b/third_party/LLVM/include/llvm/Target/TargetMachine.h
similarity index 100%
rename from src/LLVM/include/llvm/Target/TargetMachine.h
rename to third_party/LLVM/include/llvm/Target/TargetMachine.h
diff --git a/src/LLVM/include/llvm/Target/TargetOpcodes.h b/third_party/LLVM/include/llvm/Target/TargetOpcodes.h
similarity index 100%
rename from src/LLVM/include/llvm/Target/TargetOpcodes.h
rename to third_party/LLVM/include/llvm/Target/TargetOpcodes.h
diff --git a/src/LLVM/include/llvm/Target/TargetOptions.h b/third_party/LLVM/include/llvm/Target/TargetOptions.h
similarity index 100%
rename from src/LLVM/include/llvm/Target/TargetOptions.h
rename to third_party/LLVM/include/llvm/Target/TargetOptions.h
diff --git a/src/LLVM/include/llvm/Target/TargetRegisterInfo.h b/third_party/LLVM/include/llvm/Target/TargetRegisterInfo.h
similarity index 100%
rename from src/LLVM/include/llvm/Target/TargetRegisterInfo.h
rename to third_party/LLVM/include/llvm/Target/TargetRegisterInfo.h
diff --git a/src/LLVM/include/llvm/Target/TargetSchedule.td b/third_party/LLVM/include/llvm/Target/TargetSchedule.td
similarity index 100%
rename from src/LLVM/include/llvm/Target/TargetSchedule.td
rename to third_party/LLVM/include/llvm/Target/TargetSchedule.td
diff --git a/src/LLVM/include/llvm/Target/TargetSelectionDAG.td b/third_party/LLVM/include/llvm/Target/TargetSelectionDAG.td
similarity index 100%
rename from src/LLVM/include/llvm/Target/TargetSelectionDAG.td
rename to third_party/LLVM/include/llvm/Target/TargetSelectionDAG.td
diff --git a/src/LLVM/include/llvm/Target/TargetSelectionDAGInfo.h b/third_party/LLVM/include/llvm/Target/TargetSelectionDAGInfo.h
similarity index 100%
rename from src/LLVM/include/llvm/Target/TargetSelectionDAGInfo.h
rename to third_party/LLVM/include/llvm/Target/TargetSelectionDAGInfo.h
diff --git a/src/LLVM/include/llvm/Target/TargetSubtargetInfo.h b/third_party/LLVM/include/llvm/Target/TargetSubtargetInfo.h
similarity index 100%
rename from src/LLVM/include/llvm/Target/TargetSubtargetInfo.h
rename to third_party/LLVM/include/llvm/Target/TargetSubtargetInfo.h
diff --git a/src/LLVM/include/llvm/Transforms/IPO.h b/third_party/LLVM/include/llvm/Transforms/IPO.h
similarity index 100%
rename from src/LLVM/include/llvm/Transforms/IPO.h
rename to third_party/LLVM/include/llvm/Transforms/IPO.h
diff --git a/src/LLVM/include/llvm/Transforms/IPO/InlinerPass.h b/third_party/LLVM/include/llvm/Transforms/IPO/InlinerPass.h
similarity index 100%
rename from src/LLVM/include/llvm/Transforms/IPO/InlinerPass.h
rename to third_party/LLVM/include/llvm/Transforms/IPO/InlinerPass.h
diff --git a/src/LLVM/include/llvm/Transforms/IPO/PassManagerBuilder.h b/third_party/LLVM/include/llvm/Transforms/IPO/PassManagerBuilder.h
similarity index 100%
rename from src/LLVM/include/llvm/Transforms/IPO/PassManagerBuilder.h
rename to third_party/LLVM/include/llvm/Transforms/IPO/PassManagerBuilder.h
diff --git a/src/LLVM/include/llvm/Transforms/Instrumentation.h b/third_party/LLVM/include/llvm/Transforms/Instrumentation.h
similarity index 100%
rename from src/LLVM/include/llvm/Transforms/Instrumentation.h
rename to third_party/LLVM/include/llvm/Transforms/Instrumentation.h
diff --git a/src/LLVM/include/llvm/Transforms/Scalar.h b/third_party/LLVM/include/llvm/Transforms/Scalar.h
similarity index 100%
rename from src/LLVM/include/llvm/Transforms/Scalar.h
rename to third_party/LLVM/include/llvm/Transforms/Scalar.h
diff --git a/src/LLVM/include/llvm/Transforms/Utils/AddrModeMatcher.h b/third_party/LLVM/include/llvm/Transforms/Utils/AddrModeMatcher.h
similarity index 100%
rename from src/LLVM/include/llvm/Transforms/Utils/AddrModeMatcher.h
rename to third_party/LLVM/include/llvm/Transforms/Utils/AddrModeMatcher.h
diff --git a/src/LLVM/include/llvm/Transforms/Utils/BasicBlockUtils.h b/third_party/LLVM/include/llvm/Transforms/Utils/BasicBlockUtils.h
similarity index 100%
rename from src/LLVM/include/llvm/Transforms/Utils/BasicBlockUtils.h
rename to third_party/LLVM/include/llvm/Transforms/Utils/BasicBlockUtils.h
diff --git a/src/LLVM/include/llvm/Transforms/Utils/BasicInliner.h b/third_party/LLVM/include/llvm/Transforms/Utils/BasicInliner.h
similarity index 100%
rename from src/LLVM/include/llvm/Transforms/Utils/BasicInliner.h
rename to third_party/LLVM/include/llvm/Transforms/Utils/BasicInliner.h
diff --git a/src/LLVM/include/llvm/Transforms/Utils/BuildLibCalls.h b/third_party/LLVM/include/llvm/Transforms/Utils/BuildLibCalls.h
similarity index 100%
rename from src/LLVM/include/llvm/Transforms/Utils/BuildLibCalls.h
rename to third_party/LLVM/include/llvm/Transforms/Utils/BuildLibCalls.h
diff --git a/src/LLVM/include/llvm/Transforms/Utils/Cloning.h b/third_party/LLVM/include/llvm/Transforms/Utils/Cloning.h
similarity index 100%
rename from src/LLVM/include/llvm/Transforms/Utils/Cloning.h
rename to third_party/LLVM/include/llvm/Transforms/Utils/Cloning.h
diff --git a/src/LLVM/include/llvm/Transforms/Utils/FunctionUtils.h b/third_party/LLVM/include/llvm/Transforms/Utils/FunctionUtils.h
similarity index 100%
rename from src/LLVM/include/llvm/Transforms/Utils/FunctionUtils.h
rename to third_party/LLVM/include/llvm/Transforms/Utils/FunctionUtils.h
diff --git a/src/LLVM/include/llvm/Transforms/Utils/Local.h b/third_party/LLVM/include/llvm/Transforms/Utils/Local.h
similarity index 100%
rename from src/LLVM/include/llvm/Transforms/Utils/Local.h
rename to third_party/LLVM/include/llvm/Transforms/Utils/Local.h
diff --git a/src/LLVM/include/llvm/Transforms/Utils/PromoteMemToReg.h b/third_party/LLVM/include/llvm/Transforms/Utils/PromoteMemToReg.h
similarity index 100%
rename from src/LLVM/include/llvm/Transforms/Utils/PromoteMemToReg.h
rename to third_party/LLVM/include/llvm/Transforms/Utils/PromoteMemToReg.h
diff --git a/src/LLVM/include/llvm/Transforms/Utils/SSAUpdater.h b/third_party/LLVM/include/llvm/Transforms/Utils/SSAUpdater.h
similarity index 100%
rename from src/LLVM/include/llvm/Transforms/Utils/SSAUpdater.h
rename to third_party/LLVM/include/llvm/Transforms/Utils/SSAUpdater.h
diff --git a/src/LLVM/include/llvm/Transforms/Utils/SSAUpdaterImpl.h b/third_party/LLVM/include/llvm/Transforms/Utils/SSAUpdaterImpl.h
similarity index 100%
rename from src/LLVM/include/llvm/Transforms/Utils/SSAUpdaterImpl.h
rename to third_party/LLVM/include/llvm/Transforms/Utils/SSAUpdaterImpl.h
diff --git a/src/LLVM/include/llvm/Transforms/Utils/SimplifyIndVar.h b/third_party/LLVM/include/llvm/Transforms/Utils/SimplifyIndVar.h
similarity index 100%
rename from src/LLVM/include/llvm/Transforms/Utils/SimplifyIndVar.h
rename to third_party/LLVM/include/llvm/Transforms/Utils/SimplifyIndVar.h
diff --git a/src/LLVM/include/llvm/Transforms/Utils/UnifyFunctionExitNodes.h b/third_party/LLVM/include/llvm/Transforms/Utils/UnifyFunctionExitNodes.h
similarity index 100%
rename from src/LLVM/include/llvm/Transforms/Utils/UnifyFunctionExitNodes.h
rename to third_party/LLVM/include/llvm/Transforms/Utils/UnifyFunctionExitNodes.h
diff --git a/src/LLVM/include/llvm/Transforms/Utils/UnrollLoop.h b/third_party/LLVM/include/llvm/Transforms/Utils/UnrollLoop.h
similarity index 100%
rename from src/LLVM/include/llvm/Transforms/Utils/UnrollLoop.h
rename to third_party/LLVM/include/llvm/Transforms/Utils/UnrollLoop.h
diff --git a/src/LLVM/include/llvm/Transforms/Utils/ValueMapper.h b/third_party/LLVM/include/llvm/Transforms/Utils/ValueMapper.h
similarity index 100%
rename from src/LLVM/include/llvm/Transforms/Utils/ValueMapper.h
rename to third_party/LLVM/include/llvm/Transforms/Utils/ValueMapper.h
diff --git a/src/LLVM/include/llvm/Type.h b/third_party/LLVM/include/llvm/Type.h
similarity index 100%
rename from src/LLVM/include/llvm/Type.h
rename to third_party/LLVM/include/llvm/Type.h
diff --git a/src/LLVM/include/llvm/Use.h b/third_party/LLVM/include/llvm/Use.h
similarity index 100%
rename from src/LLVM/include/llvm/Use.h
rename to third_party/LLVM/include/llvm/Use.h
diff --git a/src/LLVM/include/llvm/User.h b/third_party/LLVM/include/llvm/User.h
similarity index 100%
rename from src/LLVM/include/llvm/User.h
rename to third_party/LLVM/include/llvm/User.h
diff --git a/src/LLVM/include/llvm/Value.h b/third_party/LLVM/include/llvm/Value.h
similarity index 100%
rename from src/LLVM/include/llvm/Value.h
rename to third_party/LLVM/include/llvm/Value.h
diff --git a/src/LLVM/include/llvm/ValueSymbolTable.h b/third_party/LLVM/include/llvm/ValueSymbolTable.h
similarity index 100%
rename from src/LLVM/include/llvm/ValueSymbolTable.h
rename to third_party/LLVM/include/llvm/ValueSymbolTable.h
diff --git a/src/LLVM/include/llvm/intrinsics_gen.vcxproj b/third_party/LLVM/include/llvm/intrinsics_gen.vcxproj
similarity index 100%
rename from src/LLVM/include/llvm/intrinsics_gen.vcxproj
rename to third_party/LLVM/include/llvm/intrinsics_gen.vcxproj
diff --git a/src/LLVM/include/llvm/intrinsics_gen.vcxproj.filters b/third_party/LLVM/include/llvm/intrinsics_gen.vcxproj.filters
similarity index 100%
rename from src/LLVM/include/llvm/intrinsics_gen.vcxproj.filters
rename to third_party/LLVM/include/llvm/intrinsics_gen.vcxproj.filters
diff --git a/src/LLVM/include/llvm/llvm_headers_do_not_build.vcxproj b/third_party/LLVM/include/llvm/llvm_headers_do_not_build.vcxproj
similarity index 100%
rename from src/LLVM/include/llvm/llvm_headers_do_not_build.vcxproj
rename to third_party/LLVM/include/llvm/llvm_headers_do_not_build.vcxproj
diff --git a/src/LLVM/include/llvm/llvm_headers_do_not_build.vcxproj.filters b/third_party/LLVM/include/llvm/llvm_headers_do_not_build.vcxproj.filters
similarity index 100%
rename from src/LLVM/include/llvm/llvm_headers_do_not_build.vcxproj.filters
rename to third_party/LLVM/include/llvm/llvm_headers_do_not_build.vcxproj.filters
diff --git a/src/LLVM/lib/Analysis/AliasAnalysis.cpp b/third_party/LLVM/lib/Analysis/AliasAnalysis.cpp
similarity index 100%
rename from src/LLVM/lib/Analysis/AliasAnalysis.cpp
rename to third_party/LLVM/lib/Analysis/AliasAnalysis.cpp
diff --git a/src/LLVM/lib/Analysis/AliasAnalysisCounter.cpp b/third_party/LLVM/lib/Analysis/AliasAnalysisCounter.cpp
similarity index 100%
rename from src/LLVM/lib/Analysis/AliasAnalysisCounter.cpp
rename to third_party/LLVM/lib/Analysis/AliasAnalysisCounter.cpp
diff --git a/src/LLVM/lib/Analysis/AliasAnalysisEvaluator.cpp b/third_party/LLVM/lib/Analysis/AliasAnalysisEvaluator.cpp
similarity index 100%
rename from src/LLVM/lib/Analysis/AliasAnalysisEvaluator.cpp
rename to third_party/LLVM/lib/Analysis/AliasAnalysisEvaluator.cpp
diff --git a/src/LLVM/lib/Analysis/AliasDebugger.cpp b/third_party/LLVM/lib/Analysis/AliasDebugger.cpp
similarity index 100%
rename from src/LLVM/lib/Analysis/AliasDebugger.cpp
rename to third_party/LLVM/lib/Analysis/AliasDebugger.cpp
diff --git a/src/LLVM/lib/Analysis/AliasSetTracker.cpp b/third_party/LLVM/lib/Analysis/AliasSetTracker.cpp
similarity index 100%
rename from src/LLVM/lib/Analysis/AliasSetTracker.cpp
rename to third_party/LLVM/lib/Analysis/AliasSetTracker.cpp
diff --git a/src/LLVM/lib/Analysis/Analysis.cpp b/third_party/LLVM/lib/Analysis/Analysis.cpp
similarity index 100%
rename from src/LLVM/lib/Analysis/Analysis.cpp
rename to third_party/LLVM/lib/Analysis/Analysis.cpp
diff --git a/src/LLVM/lib/Analysis/BasicAliasAnalysis.cpp b/third_party/LLVM/lib/Analysis/BasicAliasAnalysis.cpp
similarity index 100%
rename from src/LLVM/lib/Analysis/BasicAliasAnalysis.cpp
rename to third_party/LLVM/lib/Analysis/BasicAliasAnalysis.cpp
diff --git a/src/LLVM/lib/Analysis/BlockFrequencyInfo.cpp b/third_party/LLVM/lib/Analysis/BlockFrequencyInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Analysis/BlockFrequencyInfo.cpp
rename to third_party/LLVM/lib/Analysis/BlockFrequencyInfo.cpp
diff --git a/src/LLVM/lib/Analysis/BranchProbabilityInfo.cpp b/third_party/LLVM/lib/Analysis/BranchProbabilityInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Analysis/BranchProbabilityInfo.cpp
rename to third_party/LLVM/lib/Analysis/BranchProbabilityInfo.cpp
diff --git a/src/LLVM/lib/Analysis/CFGPrinter.cpp b/third_party/LLVM/lib/Analysis/CFGPrinter.cpp
similarity index 100%
rename from src/LLVM/lib/Analysis/CFGPrinter.cpp
rename to third_party/LLVM/lib/Analysis/CFGPrinter.cpp
diff --git a/src/LLVM/lib/Analysis/CaptureTracking.cpp b/third_party/LLVM/lib/Analysis/CaptureTracking.cpp
similarity index 100%
rename from src/LLVM/lib/Analysis/CaptureTracking.cpp
rename to third_party/LLVM/lib/Analysis/CaptureTracking.cpp
diff --git a/src/LLVM/lib/Analysis/ConstantFolding.cpp b/third_party/LLVM/lib/Analysis/ConstantFolding.cpp
similarity index 100%
rename from src/LLVM/lib/Analysis/ConstantFolding.cpp
rename to third_party/LLVM/lib/Analysis/ConstantFolding.cpp
diff --git a/src/LLVM/lib/Analysis/DIBuilder.cpp b/third_party/LLVM/lib/Analysis/DIBuilder.cpp
similarity index 100%
rename from src/LLVM/lib/Analysis/DIBuilder.cpp
rename to third_party/LLVM/lib/Analysis/DIBuilder.cpp
diff --git a/src/LLVM/lib/Analysis/DbgInfoPrinter.cpp b/third_party/LLVM/lib/Analysis/DbgInfoPrinter.cpp
similarity index 100%
rename from src/LLVM/lib/Analysis/DbgInfoPrinter.cpp
rename to third_party/LLVM/lib/Analysis/DbgInfoPrinter.cpp
diff --git a/src/LLVM/lib/Analysis/DebugInfo.cpp b/third_party/LLVM/lib/Analysis/DebugInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Analysis/DebugInfo.cpp
rename to third_party/LLVM/lib/Analysis/DebugInfo.cpp
diff --git a/src/LLVM/lib/Analysis/DomPrinter.cpp b/third_party/LLVM/lib/Analysis/DomPrinter.cpp
similarity index 100%
rename from src/LLVM/lib/Analysis/DomPrinter.cpp
rename to third_party/LLVM/lib/Analysis/DomPrinter.cpp
diff --git a/src/LLVM/lib/Analysis/DominanceFrontier.cpp b/third_party/LLVM/lib/Analysis/DominanceFrontier.cpp
similarity index 100%
rename from src/LLVM/lib/Analysis/DominanceFrontier.cpp
rename to third_party/LLVM/lib/Analysis/DominanceFrontier.cpp
diff --git a/src/LLVM/lib/Analysis/INSTALL.vcxproj.filters b/third_party/LLVM/lib/Analysis/INSTALL.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/Analysis/INSTALL.vcxproj.filters
rename to third_party/LLVM/lib/Analysis/INSTALL.vcxproj.filters
diff --git a/src/LLVM/lib/Analysis/IPA/CallGraph.cpp b/third_party/LLVM/lib/Analysis/IPA/CallGraph.cpp
similarity index 100%
rename from src/LLVM/lib/Analysis/IPA/CallGraph.cpp
rename to third_party/LLVM/lib/Analysis/IPA/CallGraph.cpp
diff --git a/src/LLVM/lib/Analysis/IPA/CallGraphSCCPass.cpp b/third_party/LLVM/lib/Analysis/IPA/CallGraphSCCPass.cpp
similarity index 100%
rename from src/LLVM/lib/Analysis/IPA/CallGraphSCCPass.cpp
rename to third_party/LLVM/lib/Analysis/IPA/CallGraphSCCPass.cpp
diff --git a/src/LLVM/lib/Analysis/IPA/FindUsedTypes.cpp b/third_party/LLVM/lib/Analysis/IPA/FindUsedTypes.cpp
similarity index 100%
rename from src/LLVM/lib/Analysis/IPA/FindUsedTypes.cpp
rename to third_party/LLVM/lib/Analysis/IPA/FindUsedTypes.cpp
diff --git a/src/LLVM/lib/Analysis/IPA/GlobalsModRef.cpp b/third_party/LLVM/lib/Analysis/IPA/GlobalsModRef.cpp
similarity index 100%
rename from src/LLVM/lib/Analysis/IPA/GlobalsModRef.cpp
rename to third_party/LLVM/lib/Analysis/IPA/GlobalsModRef.cpp
diff --git a/src/LLVM/lib/Analysis/IPA/INSTALL.vcxproj.filters b/third_party/LLVM/lib/Analysis/IPA/INSTALL.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/Analysis/IPA/INSTALL.vcxproj.filters
rename to third_party/LLVM/lib/Analysis/IPA/INSTALL.vcxproj.filters
diff --git a/src/LLVM/lib/Analysis/IPA/IPA.cpp b/third_party/LLVM/lib/Analysis/IPA/IPA.cpp
similarity index 100%
rename from src/LLVM/lib/Analysis/IPA/IPA.cpp
rename to third_party/LLVM/lib/Analysis/IPA/IPA.cpp
diff --git a/src/LLVM/lib/Analysis/IPA/LLVMipa.vcxproj b/third_party/LLVM/lib/Analysis/IPA/LLVMipa.vcxproj
similarity index 100%
rename from src/LLVM/lib/Analysis/IPA/LLVMipa.vcxproj
rename to third_party/LLVM/lib/Analysis/IPA/LLVMipa.vcxproj
diff --git a/src/LLVM/lib/Analysis/IPA/LLVMipa.vcxproj.filters b/third_party/LLVM/lib/Analysis/IPA/LLVMipa.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/Analysis/IPA/LLVMipa.vcxproj.filters
rename to third_party/LLVM/lib/Analysis/IPA/LLVMipa.vcxproj.filters
diff --git a/src/LLVM/lib/Analysis/IPA/Makefile b/third_party/LLVM/lib/Analysis/IPA/Makefile
similarity index 100%
rename from src/LLVM/lib/Analysis/IPA/Makefile
rename to third_party/LLVM/lib/Analysis/IPA/Makefile
diff --git a/src/LLVM/lib/Analysis/IPA/PACKAGE.vcxproj.filters b/third_party/LLVM/lib/Analysis/IPA/PACKAGE.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/Analysis/IPA/PACKAGE.vcxproj.filters
rename to third_party/LLVM/lib/Analysis/IPA/PACKAGE.vcxproj.filters
diff --git a/src/LLVM/lib/Analysis/IVUsers.cpp b/third_party/LLVM/lib/Analysis/IVUsers.cpp
similarity index 100%
rename from src/LLVM/lib/Analysis/IVUsers.cpp
rename to third_party/LLVM/lib/Analysis/IVUsers.cpp
diff --git a/src/LLVM/lib/Analysis/InlineCost.cpp b/third_party/LLVM/lib/Analysis/InlineCost.cpp
similarity index 100%
rename from src/LLVM/lib/Analysis/InlineCost.cpp
rename to third_party/LLVM/lib/Analysis/InlineCost.cpp
diff --git a/src/LLVM/lib/Analysis/InstCount.cpp b/third_party/LLVM/lib/Analysis/InstCount.cpp
similarity index 100%
rename from src/LLVM/lib/Analysis/InstCount.cpp
rename to third_party/LLVM/lib/Analysis/InstCount.cpp
diff --git a/src/LLVM/lib/Analysis/InstructionSimplify.cpp b/third_party/LLVM/lib/Analysis/InstructionSimplify.cpp
similarity index 100%
rename from src/LLVM/lib/Analysis/InstructionSimplify.cpp
rename to third_party/LLVM/lib/Analysis/InstructionSimplify.cpp
diff --git a/src/LLVM/lib/Analysis/Interval.cpp b/third_party/LLVM/lib/Analysis/Interval.cpp
similarity index 100%
rename from src/LLVM/lib/Analysis/Interval.cpp
rename to third_party/LLVM/lib/Analysis/Interval.cpp
diff --git a/src/LLVM/lib/Analysis/IntervalPartition.cpp b/third_party/LLVM/lib/Analysis/IntervalPartition.cpp
similarity index 100%
rename from src/LLVM/lib/Analysis/IntervalPartition.cpp
rename to third_party/LLVM/lib/Analysis/IntervalPartition.cpp
diff --git a/src/LLVM/lib/Analysis/LLVMAnalysis.vcxproj b/third_party/LLVM/lib/Analysis/LLVMAnalysis.vcxproj
similarity index 100%
rename from src/LLVM/lib/Analysis/LLVMAnalysis.vcxproj
rename to third_party/LLVM/lib/Analysis/LLVMAnalysis.vcxproj
diff --git a/src/LLVM/lib/Analysis/LLVMAnalysis.vcxproj.filters b/third_party/LLVM/lib/Analysis/LLVMAnalysis.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/Analysis/LLVMAnalysis.vcxproj.filters
rename to third_party/LLVM/lib/Analysis/LLVMAnalysis.vcxproj.filters
diff --git a/src/LLVM/lib/Analysis/LazyValueInfo.cpp b/third_party/LLVM/lib/Analysis/LazyValueInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Analysis/LazyValueInfo.cpp
rename to third_party/LLVM/lib/Analysis/LazyValueInfo.cpp
diff --git a/src/LLVM/lib/Analysis/LibCallAliasAnalysis.cpp b/third_party/LLVM/lib/Analysis/LibCallAliasAnalysis.cpp
similarity index 100%
rename from src/LLVM/lib/Analysis/LibCallAliasAnalysis.cpp
rename to third_party/LLVM/lib/Analysis/LibCallAliasAnalysis.cpp
diff --git a/src/LLVM/lib/Analysis/LibCallSemantics.cpp b/third_party/LLVM/lib/Analysis/LibCallSemantics.cpp
similarity index 100%
rename from src/LLVM/lib/Analysis/LibCallSemantics.cpp
rename to third_party/LLVM/lib/Analysis/LibCallSemantics.cpp
diff --git a/src/LLVM/lib/Analysis/Lint.cpp b/third_party/LLVM/lib/Analysis/Lint.cpp
similarity index 100%
rename from src/LLVM/lib/Analysis/Lint.cpp
rename to third_party/LLVM/lib/Analysis/Lint.cpp
diff --git a/src/LLVM/lib/Analysis/Loads.cpp b/third_party/LLVM/lib/Analysis/Loads.cpp
similarity index 100%
rename from src/LLVM/lib/Analysis/Loads.cpp
rename to third_party/LLVM/lib/Analysis/Loads.cpp
diff --git a/src/LLVM/lib/Analysis/LoopDependenceAnalysis.cpp b/third_party/LLVM/lib/Analysis/LoopDependenceAnalysis.cpp
similarity index 100%
rename from src/LLVM/lib/Analysis/LoopDependenceAnalysis.cpp
rename to third_party/LLVM/lib/Analysis/LoopDependenceAnalysis.cpp
diff --git a/src/LLVM/lib/Analysis/LoopInfo.cpp b/third_party/LLVM/lib/Analysis/LoopInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Analysis/LoopInfo.cpp
rename to third_party/LLVM/lib/Analysis/LoopInfo.cpp
diff --git a/src/LLVM/lib/Analysis/LoopPass.cpp b/third_party/LLVM/lib/Analysis/LoopPass.cpp
similarity index 100%
rename from src/LLVM/lib/Analysis/LoopPass.cpp
rename to third_party/LLVM/lib/Analysis/LoopPass.cpp
diff --git a/src/LLVM/lib/Analysis/Makefile b/third_party/LLVM/lib/Analysis/Makefile
similarity index 100%
rename from src/LLVM/lib/Analysis/Makefile
rename to third_party/LLVM/lib/Analysis/Makefile
diff --git a/src/LLVM/lib/Analysis/MemDepPrinter.cpp b/third_party/LLVM/lib/Analysis/MemDepPrinter.cpp
similarity index 100%
rename from src/LLVM/lib/Analysis/MemDepPrinter.cpp
rename to third_party/LLVM/lib/Analysis/MemDepPrinter.cpp
diff --git a/src/LLVM/lib/Analysis/MemoryBuiltins.cpp b/third_party/LLVM/lib/Analysis/MemoryBuiltins.cpp
similarity index 100%
rename from src/LLVM/lib/Analysis/MemoryBuiltins.cpp
rename to third_party/LLVM/lib/Analysis/MemoryBuiltins.cpp
diff --git a/src/LLVM/lib/Analysis/MemoryDependenceAnalysis.cpp b/third_party/LLVM/lib/Analysis/MemoryDependenceAnalysis.cpp
similarity index 100%
rename from src/LLVM/lib/Analysis/MemoryDependenceAnalysis.cpp
rename to third_party/LLVM/lib/Analysis/MemoryDependenceAnalysis.cpp
diff --git a/src/LLVM/lib/Analysis/ModuleDebugInfoPrinter.cpp b/third_party/LLVM/lib/Analysis/ModuleDebugInfoPrinter.cpp
similarity index 100%
rename from src/LLVM/lib/Analysis/ModuleDebugInfoPrinter.cpp
rename to third_party/LLVM/lib/Analysis/ModuleDebugInfoPrinter.cpp
diff --git a/src/LLVM/lib/Analysis/NoAliasAnalysis.cpp b/third_party/LLVM/lib/Analysis/NoAliasAnalysis.cpp
similarity index 100%
rename from src/LLVM/lib/Analysis/NoAliasAnalysis.cpp
rename to third_party/LLVM/lib/Analysis/NoAliasAnalysis.cpp
diff --git a/src/LLVM/lib/Analysis/PACKAGE.vcxproj.filters b/third_party/LLVM/lib/Analysis/PACKAGE.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/Analysis/PACKAGE.vcxproj.filters
rename to third_party/LLVM/lib/Analysis/PACKAGE.vcxproj.filters
diff --git a/src/LLVM/lib/Analysis/PHITransAddr.cpp b/third_party/LLVM/lib/Analysis/PHITransAddr.cpp
similarity index 100%
rename from src/LLVM/lib/Analysis/PHITransAddr.cpp
rename to third_party/LLVM/lib/Analysis/PHITransAddr.cpp
diff --git a/src/LLVM/lib/Analysis/PathNumbering.cpp b/third_party/LLVM/lib/Analysis/PathNumbering.cpp
similarity index 100%
rename from src/LLVM/lib/Analysis/PathNumbering.cpp
rename to third_party/LLVM/lib/Analysis/PathNumbering.cpp
diff --git a/src/LLVM/lib/Analysis/PathProfileInfo.cpp b/third_party/LLVM/lib/Analysis/PathProfileInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Analysis/PathProfileInfo.cpp
rename to third_party/LLVM/lib/Analysis/PathProfileInfo.cpp
diff --git a/src/LLVM/lib/Analysis/PathProfileVerifier.cpp b/third_party/LLVM/lib/Analysis/PathProfileVerifier.cpp
similarity index 100%
rename from src/LLVM/lib/Analysis/PathProfileVerifier.cpp
rename to third_party/LLVM/lib/Analysis/PathProfileVerifier.cpp
diff --git a/src/LLVM/lib/Analysis/PostDominators.cpp b/third_party/LLVM/lib/Analysis/PostDominators.cpp
similarity index 100%
rename from src/LLVM/lib/Analysis/PostDominators.cpp
rename to third_party/LLVM/lib/Analysis/PostDominators.cpp
diff --git a/src/LLVM/lib/Analysis/ProfileEstimatorPass.cpp b/third_party/LLVM/lib/Analysis/ProfileEstimatorPass.cpp
similarity index 100%
rename from src/LLVM/lib/Analysis/ProfileEstimatorPass.cpp
rename to third_party/LLVM/lib/Analysis/ProfileEstimatorPass.cpp
diff --git a/src/LLVM/lib/Analysis/ProfileInfo.cpp b/third_party/LLVM/lib/Analysis/ProfileInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Analysis/ProfileInfo.cpp
rename to third_party/LLVM/lib/Analysis/ProfileInfo.cpp
diff --git a/src/LLVM/lib/Analysis/ProfileInfoLoader.cpp b/third_party/LLVM/lib/Analysis/ProfileInfoLoader.cpp
similarity index 100%
rename from src/LLVM/lib/Analysis/ProfileInfoLoader.cpp
rename to third_party/LLVM/lib/Analysis/ProfileInfoLoader.cpp
diff --git a/src/LLVM/lib/Analysis/ProfileInfoLoaderPass.cpp b/third_party/LLVM/lib/Analysis/ProfileInfoLoaderPass.cpp
similarity index 100%
rename from src/LLVM/lib/Analysis/ProfileInfoLoaderPass.cpp
rename to third_party/LLVM/lib/Analysis/ProfileInfoLoaderPass.cpp
diff --git a/src/LLVM/lib/Analysis/ProfileVerifierPass.cpp b/third_party/LLVM/lib/Analysis/ProfileVerifierPass.cpp
similarity index 100%
rename from src/LLVM/lib/Analysis/ProfileVerifierPass.cpp
rename to third_party/LLVM/lib/Analysis/ProfileVerifierPass.cpp
diff --git a/src/LLVM/lib/Analysis/README.txt b/third_party/LLVM/lib/Analysis/README.txt
similarity index 100%
rename from src/LLVM/lib/Analysis/README.txt
rename to third_party/LLVM/lib/Analysis/README.txt
diff --git a/src/LLVM/lib/Analysis/RegionInfo.cpp b/third_party/LLVM/lib/Analysis/RegionInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Analysis/RegionInfo.cpp
rename to third_party/LLVM/lib/Analysis/RegionInfo.cpp
diff --git a/src/LLVM/lib/Analysis/RegionPass.cpp b/third_party/LLVM/lib/Analysis/RegionPass.cpp
similarity index 100%
rename from src/LLVM/lib/Analysis/RegionPass.cpp
rename to third_party/LLVM/lib/Analysis/RegionPass.cpp
diff --git a/src/LLVM/lib/Analysis/RegionPrinter.cpp b/third_party/LLVM/lib/Analysis/RegionPrinter.cpp
similarity index 100%
rename from src/LLVM/lib/Analysis/RegionPrinter.cpp
rename to third_party/LLVM/lib/Analysis/RegionPrinter.cpp
diff --git a/src/LLVM/lib/Analysis/ScalarEvolution.cpp b/third_party/LLVM/lib/Analysis/ScalarEvolution.cpp
similarity index 100%
rename from src/LLVM/lib/Analysis/ScalarEvolution.cpp
rename to third_party/LLVM/lib/Analysis/ScalarEvolution.cpp
diff --git a/src/LLVM/lib/Analysis/ScalarEvolutionAliasAnalysis.cpp b/third_party/LLVM/lib/Analysis/ScalarEvolutionAliasAnalysis.cpp
similarity index 100%
rename from src/LLVM/lib/Analysis/ScalarEvolutionAliasAnalysis.cpp
rename to third_party/LLVM/lib/Analysis/ScalarEvolutionAliasAnalysis.cpp
diff --git a/src/LLVM/lib/Analysis/ScalarEvolutionExpander.cpp b/third_party/LLVM/lib/Analysis/ScalarEvolutionExpander.cpp
similarity index 100%
rename from src/LLVM/lib/Analysis/ScalarEvolutionExpander.cpp
rename to third_party/LLVM/lib/Analysis/ScalarEvolutionExpander.cpp
diff --git a/src/LLVM/lib/Analysis/ScalarEvolutionNormalization.cpp b/third_party/LLVM/lib/Analysis/ScalarEvolutionNormalization.cpp
similarity index 100%
rename from src/LLVM/lib/Analysis/ScalarEvolutionNormalization.cpp
rename to third_party/LLVM/lib/Analysis/ScalarEvolutionNormalization.cpp
diff --git a/src/LLVM/lib/Analysis/SparsePropagation.cpp b/third_party/LLVM/lib/Analysis/SparsePropagation.cpp
similarity index 100%
rename from src/LLVM/lib/Analysis/SparsePropagation.cpp
rename to third_party/LLVM/lib/Analysis/SparsePropagation.cpp
diff --git a/src/LLVM/lib/Analysis/Trace.cpp b/third_party/LLVM/lib/Analysis/Trace.cpp
similarity index 100%
rename from src/LLVM/lib/Analysis/Trace.cpp
rename to third_party/LLVM/lib/Analysis/Trace.cpp
diff --git a/src/LLVM/lib/Analysis/TypeBasedAliasAnalysis.cpp b/third_party/LLVM/lib/Analysis/TypeBasedAliasAnalysis.cpp
similarity index 100%
rename from src/LLVM/lib/Analysis/TypeBasedAliasAnalysis.cpp
rename to third_party/LLVM/lib/Analysis/TypeBasedAliasAnalysis.cpp
diff --git a/src/LLVM/lib/Analysis/ValueTracking.cpp b/third_party/LLVM/lib/Analysis/ValueTracking.cpp
similarity index 100%
rename from src/LLVM/lib/Analysis/ValueTracking.cpp
rename to third_party/LLVM/lib/Analysis/ValueTracking.cpp
diff --git a/src/LLVM/lib/Archive/Archive.cpp b/third_party/LLVM/lib/Archive/Archive.cpp
similarity index 100%
rename from src/LLVM/lib/Archive/Archive.cpp
rename to third_party/LLVM/lib/Archive/Archive.cpp
diff --git a/src/LLVM/lib/Archive/ArchiveInternals.h b/third_party/LLVM/lib/Archive/ArchiveInternals.h
similarity index 100%
rename from src/LLVM/lib/Archive/ArchiveInternals.h
rename to third_party/LLVM/lib/Archive/ArchiveInternals.h
diff --git a/src/LLVM/lib/Archive/ArchiveReader.cpp b/third_party/LLVM/lib/Archive/ArchiveReader.cpp
similarity index 100%
rename from src/LLVM/lib/Archive/ArchiveReader.cpp
rename to third_party/LLVM/lib/Archive/ArchiveReader.cpp
diff --git a/src/LLVM/lib/Archive/ArchiveWriter.cpp b/third_party/LLVM/lib/Archive/ArchiveWriter.cpp
similarity index 100%
rename from src/LLVM/lib/Archive/ArchiveWriter.cpp
rename to third_party/LLVM/lib/Archive/ArchiveWriter.cpp
diff --git a/src/LLVM/lib/Archive/INSTALL.vcxproj.filters b/third_party/LLVM/lib/Archive/INSTALL.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/Archive/INSTALL.vcxproj.filters
rename to third_party/LLVM/lib/Archive/INSTALL.vcxproj.filters
diff --git a/src/LLVM/lib/Archive/LLVMArchive.vcxproj b/third_party/LLVM/lib/Archive/LLVMArchive.vcxproj
similarity index 100%
rename from src/LLVM/lib/Archive/LLVMArchive.vcxproj
rename to third_party/LLVM/lib/Archive/LLVMArchive.vcxproj
diff --git a/src/LLVM/lib/Archive/LLVMArchive.vcxproj.filters b/third_party/LLVM/lib/Archive/LLVMArchive.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/Archive/LLVMArchive.vcxproj.filters
rename to third_party/LLVM/lib/Archive/LLVMArchive.vcxproj.filters
diff --git a/src/LLVM/lib/Archive/Makefile b/third_party/LLVM/lib/Archive/Makefile
similarity index 100%
rename from src/LLVM/lib/Archive/Makefile
rename to third_party/LLVM/lib/Archive/Makefile
diff --git a/src/LLVM/lib/Archive/PACKAGE.vcxproj.filters b/third_party/LLVM/lib/Archive/PACKAGE.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/Archive/PACKAGE.vcxproj.filters
rename to third_party/LLVM/lib/Archive/PACKAGE.vcxproj.filters
diff --git a/src/LLVM/lib/AsmParser/INSTALL.vcxproj.filters b/third_party/LLVM/lib/AsmParser/INSTALL.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/AsmParser/INSTALL.vcxproj.filters
rename to third_party/LLVM/lib/AsmParser/INSTALL.vcxproj.filters
diff --git a/src/LLVM/lib/AsmParser/LLLexer.cpp b/third_party/LLVM/lib/AsmParser/LLLexer.cpp
similarity index 100%
rename from src/LLVM/lib/AsmParser/LLLexer.cpp
rename to third_party/LLVM/lib/AsmParser/LLLexer.cpp
diff --git a/src/LLVM/lib/AsmParser/LLLexer.h b/third_party/LLVM/lib/AsmParser/LLLexer.h
similarity index 100%
rename from src/LLVM/lib/AsmParser/LLLexer.h
rename to third_party/LLVM/lib/AsmParser/LLLexer.h
diff --git a/src/LLVM/lib/AsmParser/LLParser.cpp b/third_party/LLVM/lib/AsmParser/LLParser.cpp
similarity index 100%
rename from src/LLVM/lib/AsmParser/LLParser.cpp
rename to third_party/LLVM/lib/AsmParser/LLParser.cpp
diff --git a/src/LLVM/lib/AsmParser/LLParser.h b/third_party/LLVM/lib/AsmParser/LLParser.h
similarity index 100%
rename from src/LLVM/lib/AsmParser/LLParser.h
rename to third_party/LLVM/lib/AsmParser/LLParser.h
diff --git a/src/LLVM/lib/AsmParser/LLToken.h b/third_party/LLVM/lib/AsmParser/LLToken.h
similarity index 100%
rename from src/LLVM/lib/AsmParser/LLToken.h
rename to third_party/LLVM/lib/AsmParser/LLToken.h
diff --git a/src/LLVM/lib/AsmParser/LLVMAsmParser.vcxproj b/third_party/LLVM/lib/AsmParser/LLVMAsmParser.vcxproj
similarity index 100%
rename from src/LLVM/lib/AsmParser/LLVMAsmParser.vcxproj
rename to third_party/LLVM/lib/AsmParser/LLVMAsmParser.vcxproj
diff --git a/src/LLVM/lib/AsmParser/LLVMAsmParser.vcxproj.filters b/third_party/LLVM/lib/AsmParser/LLVMAsmParser.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/AsmParser/LLVMAsmParser.vcxproj.filters
rename to third_party/LLVM/lib/AsmParser/LLVMAsmParser.vcxproj.filters
diff --git a/src/LLVM/lib/AsmParser/Makefile b/third_party/LLVM/lib/AsmParser/Makefile
similarity index 100%
rename from src/LLVM/lib/AsmParser/Makefile
rename to third_party/LLVM/lib/AsmParser/Makefile
diff --git a/src/LLVM/lib/AsmParser/PACKAGE.vcxproj.filters b/third_party/LLVM/lib/AsmParser/PACKAGE.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/AsmParser/PACKAGE.vcxproj.filters
rename to third_party/LLVM/lib/AsmParser/PACKAGE.vcxproj.filters
diff --git a/src/LLVM/lib/AsmParser/Parser.cpp b/third_party/LLVM/lib/AsmParser/Parser.cpp
similarity index 100%
rename from src/LLVM/lib/AsmParser/Parser.cpp
rename to third_party/LLVM/lib/AsmParser/Parser.cpp
diff --git a/src/LLVM/lib/Bitcode/INSTALL.vcxproj.filters b/third_party/LLVM/lib/Bitcode/INSTALL.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/Bitcode/INSTALL.vcxproj.filters
rename to third_party/LLVM/lib/Bitcode/INSTALL.vcxproj.filters
diff --git a/src/LLVM/lib/Bitcode/Makefile b/third_party/LLVM/lib/Bitcode/Makefile
similarity index 100%
rename from src/LLVM/lib/Bitcode/Makefile
rename to third_party/LLVM/lib/Bitcode/Makefile
diff --git a/src/LLVM/lib/Bitcode/PACKAGE.vcxproj.filters b/third_party/LLVM/lib/Bitcode/PACKAGE.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/Bitcode/PACKAGE.vcxproj.filters
rename to third_party/LLVM/lib/Bitcode/PACKAGE.vcxproj.filters
diff --git a/src/LLVM/lib/Bitcode/Reader/BitReader.cpp b/third_party/LLVM/lib/Bitcode/Reader/BitReader.cpp
similarity index 100%
rename from src/LLVM/lib/Bitcode/Reader/BitReader.cpp
rename to third_party/LLVM/lib/Bitcode/Reader/BitReader.cpp
diff --git a/src/LLVM/lib/Bitcode/Reader/BitcodeReader.cpp b/third_party/LLVM/lib/Bitcode/Reader/BitcodeReader.cpp
similarity index 100%
rename from src/LLVM/lib/Bitcode/Reader/BitcodeReader.cpp
rename to third_party/LLVM/lib/Bitcode/Reader/BitcodeReader.cpp
diff --git a/src/LLVM/lib/Bitcode/Reader/BitcodeReader.h b/third_party/LLVM/lib/Bitcode/Reader/BitcodeReader.h
similarity index 100%
rename from src/LLVM/lib/Bitcode/Reader/BitcodeReader.h
rename to third_party/LLVM/lib/Bitcode/Reader/BitcodeReader.h
diff --git a/src/LLVM/lib/Bitcode/Reader/INSTALL.vcxproj.filters b/third_party/LLVM/lib/Bitcode/Reader/INSTALL.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/Bitcode/Reader/INSTALL.vcxproj.filters
rename to third_party/LLVM/lib/Bitcode/Reader/INSTALL.vcxproj.filters
diff --git a/src/LLVM/lib/Bitcode/Reader/LLVMBitReader.vcxproj b/third_party/LLVM/lib/Bitcode/Reader/LLVMBitReader.vcxproj
similarity index 100%
rename from src/LLVM/lib/Bitcode/Reader/LLVMBitReader.vcxproj
rename to third_party/LLVM/lib/Bitcode/Reader/LLVMBitReader.vcxproj
diff --git a/src/LLVM/lib/Bitcode/Reader/LLVMBitReader.vcxproj.filters b/third_party/LLVM/lib/Bitcode/Reader/LLVMBitReader.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/Bitcode/Reader/LLVMBitReader.vcxproj.filters
rename to third_party/LLVM/lib/Bitcode/Reader/LLVMBitReader.vcxproj.filters
diff --git a/src/LLVM/lib/Bitcode/Reader/Makefile b/third_party/LLVM/lib/Bitcode/Reader/Makefile
similarity index 100%
rename from src/LLVM/lib/Bitcode/Reader/Makefile
rename to third_party/LLVM/lib/Bitcode/Reader/Makefile
diff --git a/src/LLVM/lib/Bitcode/Reader/PACKAGE.vcxproj.filters b/third_party/LLVM/lib/Bitcode/Reader/PACKAGE.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/Bitcode/Reader/PACKAGE.vcxproj.filters
rename to third_party/LLVM/lib/Bitcode/Reader/PACKAGE.vcxproj.filters
diff --git a/src/LLVM/lib/Bitcode/Writer/BitWriter.cpp b/third_party/LLVM/lib/Bitcode/Writer/BitWriter.cpp
similarity index 100%
rename from src/LLVM/lib/Bitcode/Writer/BitWriter.cpp
rename to third_party/LLVM/lib/Bitcode/Writer/BitWriter.cpp
diff --git a/src/LLVM/lib/Bitcode/Writer/BitcodeWriter.cpp b/third_party/LLVM/lib/Bitcode/Writer/BitcodeWriter.cpp
similarity index 100%
rename from src/LLVM/lib/Bitcode/Writer/BitcodeWriter.cpp
rename to third_party/LLVM/lib/Bitcode/Writer/BitcodeWriter.cpp
diff --git a/src/LLVM/lib/Bitcode/Writer/BitcodeWriterPass.cpp b/third_party/LLVM/lib/Bitcode/Writer/BitcodeWriterPass.cpp
similarity index 100%
rename from src/LLVM/lib/Bitcode/Writer/BitcodeWriterPass.cpp
rename to third_party/LLVM/lib/Bitcode/Writer/BitcodeWriterPass.cpp
diff --git a/src/LLVM/lib/Bitcode/Writer/INSTALL.vcxproj.filters b/third_party/LLVM/lib/Bitcode/Writer/INSTALL.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/Bitcode/Writer/INSTALL.vcxproj.filters
rename to third_party/LLVM/lib/Bitcode/Writer/INSTALL.vcxproj.filters
diff --git a/src/LLVM/lib/Bitcode/Writer/LLVMBitWriter.vcxproj b/third_party/LLVM/lib/Bitcode/Writer/LLVMBitWriter.vcxproj
similarity index 100%
rename from src/LLVM/lib/Bitcode/Writer/LLVMBitWriter.vcxproj
rename to third_party/LLVM/lib/Bitcode/Writer/LLVMBitWriter.vcxproj
diff --git a/src/LLVM/lib/Bitcode/Writer/LLVMBitWriter.vcxproj.filters b/third_party/LLVM/lib/Bitcode/Writer/LLVMBitWriter.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/Bitcode/Writer/LLVMBitWriter.vcxproj.filters
rename to third_party/LLVM/lib/Bitcode/Writer/LLVMBitWriter.vcxproj.filters
diff --git a/src/LLVM/lib/Bitcode/Writer/Makefile b/third_party/LLVM/lib/Bitcode/Writer/Makefile
similarity index 100%
rename from src/LLVM/lib/Bitcode/Writer/Makefile
rename to third_party/LLVM/lib/Bitcode/Writer/Makefile
diff --git a/src/LLVM/lib/Bitcode/Writer/PACKAGE.vcxproj.filters b/third_party/LLVM/lib/Bitcode/Writer/PACKAGE.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/Bitcode/Writer/PACKAGE.vcxproj.filters
rename to third_party/LLVM/lib/Bitcode/Writer/PACKAGE.vcxproj.filters
diff --git a/src/LLVM/lib/Bitcode/Writer/ValueEnumerator.cpp b/third_party/LLVM/lib/Bitcode/Writer/ValueEnumerator.cpp
similarity index 100%
rename from src/LLVM/lib/Bitcode/Writer/ValueEnumerator.cpp
rename to third_party/LLVM/lib/Bitcode/Writer/ValueEnumerator.cpp
diff --git a/src/LLVM/lib/Bitcode/Writer/ValueEnumerator.h b/third_party/LLVM/lib/Bitcode/Writer/ValueEnumerator.h
similarity index 100%
rename from src/LLVM/lib/Bitcode/Writer/ValueEnumerator.h
rename to third_party/LLVM/lib/Bitcode/Writer/ValueEnumerator.h
diff --git a/src/LLVM/lib/CodeGen/AggressiveAntiDepBreaker.cpp b/third_party/LLVM/lib/CodeGen/AggressiveAntiDepBreaker.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/AggressiveAntiDepBreaker.cpp
rename to third_party/LLVM/lib/CodeGen/AggressiveAntiDepBreaker.cpp
diff --git a/src/LLVM/lib/CodeGen/AggressiveAntiDepBreaker.h b/third_party/LLVM/lib/CodeGen/AggressiveAntiDepBreaker.h
similarity index 100%
rename from src/LLVM/lib/CodeGen/AggressiveAntiDepBreaker.h
rename to third_party/LLVM/lib/CodeGen/AggressiveAntiDepBreaker.h
diff --git a/src/LLVM/lib/CodeGen/AllocationOrder.cpp b/third_party/LLVM/lib/CodeGen/AllocationOrder.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/AllocationOrder.cpp
rename to third_party/LLVM/lib/CodeGen/AllocationOrder.cpp
diff --git a/src/LLVM/lib/CodeGen/AllocationOrder.h b/third_party/LLVM/lib/CodeGen/AllocationOrder.h
similarity index 100%
rename from src/LLVM/lib/CodeGen/AllocationOrder.h
rename to third_party/LLVM/lib/CodeGen/AllocationOrder.h
diff --git a/src/LLVM/lib/CodeGen/Analysis.cpp b/third_party/LLVM/lib/CodeGen/Analysis.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/Analysis.cpp
rename to third_party/LLVM/lib/CodeGen/Analysis.cpp
diff --git a/src/LLVM/lib/CodeGen/AntiDepBreaker.h b/third_party/LLVM/lib/CodeGen/AntiDepBreaker.h
similarity index 100%
rename from src/LLVM/lib/CodeGen/AntiDepBreaker.h
rename to third_party/LLVM/lib/CodeGen/AntiDepBreaker.h
diff --git a/src/LLVM/lib/CodeGen/AsmPrinter/ARMException.cpp b/third_party/LLVM/lib/CodeGen/AsmPrinter/ARMException.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/AsmPrinter/ARMException.cpp
rename to third_party/LLVM/lib/CodeGen/AsmPrinter/ARMException.cpp
diff --git a/src/LLVM/lib/CodeGen/AsmPrinter/AsmPrinter.cpp b/third_party/LLVM/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
rename to third_party/LLVM/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
diff --git a/src/LLVM/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp b/third_party/LLVM/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
rename to third_party/LLVM/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
diff --git a/src/LLVM/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp b/third_party/LLVM/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp
rename to third_party/LLVM/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp
diff --git a/src/LLVM/lib/CodeGen/AsmPrinter/DIE.cpp b/third_party/LLVM/lib/CodeGen/AsmPrinter/DIE.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/AsmPrinter/DIE.cpp
rename to third_party/LLVM/lib/CodeGen/AsmPrinter/DIE.cpp
diff --git a/src/LLVM/lib/CodeGen/AsmPrinter/DIE.h b/third_party/LLVM/lib/CodeGen/AsmPrinter/DIE.h
similarity index 100%
rename from src/LLVM/lib/CodeGen/AsmPrinter/DIE.h
rename to third_party/LLVM/lib/CodeGen/AsmPrinter/DIE.h
diff --git a/src/LLVM/lib/CodeGen/AsmPrinter/DwarfCFIException.cpp b/third_party/LLVM/lib/CodeGen/AsmPrinter/DwarfCFIException.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/AsmPrinter/DwarfCFIException.cpp
rename to third_party/LLVM/lib/CodeGen/AsmPrinter/DwarfCFIException.cpp
diff --git a/src/LLVM/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp b/third_party/LLVM/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
rename to third_party/LLVM/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
diff --git a/src/LLVM/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h b/third_party/LLVM/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
similarity index 100%
rename from src/LLVM/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
rename to third_party/LLVM/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
diff --git a/src/LLVM/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/third_party/LLVM/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
rename to third_party/LLVM/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
diff --git a/src/LLVM/lib/CodeGen/AsmPrinter/DwarfDebug.h b/third_party/LLVM/lib/CodeGen/AsmPrinter/DwarfDebug.h
similarity index 100%
rename from src/LLVM/lib/CodeGen/AsmPrinter/DwarfDebug.h
rename to third_party/LLVM/lib/CodeGen/AsmPrinter/DwarfDebug.h
diff --git a/src/LLVM/lib/CodeGen/AsmPrinter/DwarfException.cpp b/third_party/LLVM/lib/CodeGen/AsmPrinter/DwarfException.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/AsmPrinter/DwarfException.cpp
rename to third_party/LLVM/lib/CodeGen/AsmPrinter/DwarfException.cpp
diff --git a/src/LLVM/lib/CodeGen/AsmPrinter/DwarfException.h b/third_party/LLVM/lib/CodeGen/AsmPrinter/DwarfException.h
similarity index 100%
rename from src/LLVM/lib/CodeGen/AsmPrinter/DwarfException.h
rename to third_party/LLVM/lib/CodeGen/AsmPrinter/DwarfException.h
diff --git a/src/LLVM/lib/CodeGen/AsmPrinter/INSTALL.vcxproj.filters b/third_party/LLVM/lib/CodeGen/AsmPrinter/INSTALL.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/CodeGen/AsmPrinter/INSTALL.vcxproj.filters
rename to third_party/LLVM/lib/CodeGen/AsmPrinter/INSTALL.vcxproj.filters
diff --git a/src/LLVM/lib/CodeGen/AsmPrinter/LLVMAsmPrinter.vcxproj b/third_party/LLVM/lib/CodeGen/AsmPrinter/LLVMAsmPrinter.vcxproj
similarity index 100%
rename from src/LLVM/lib/CodeGen/AsmPrinter/LLVMAsmPrinter.vcxproj
rename to third_party/LLVM/lib/CodeGen/AsmPrinter/LLVMAsmPrinter.vcxproj
diff --git a/src/LLVM/lib/CodeGen/AsmPrinter/LLVMAsmPrinter.vcxproj.filters b/third_party/LLVM/lib/CodeGen/AsmPrinter/LLVMAsmPrinter.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/CodeGen/AsmPrinter/LLVMAsmPrinter.vcxproj.filters
rename to third_party/LLVM/lib/CodeGen/AsmPrinter/LLVMAsmPrinter.vcxproj.filters
diff --git a/src/LLVM/lib/CodeGen/AsmPrinter/Makefile b/third_party/LLVM/lib/CodeGen/AsmPrinter/Makefile
similarity index 100%
rename from src/LLVM/lib/CodeGen/AsmPrinter/Makefile
rename to third_party/LLVM/lib/CodeGen/AsmPrinter/Makefile
diff --git a/src/LLVM/lib/CodeGen/AsmPrinter/OcamlGCPrinter.cpp b/third_party/LLVM/lib/CodeGen/AsmPrinter/OcamlGCPrinter.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/AsmPrinter/OcamlGCPrinter.cpp
rename to third_party/LLVM/lib/CodeGen/AsmPrinter/OcamlGCPrinter.cpp
diff --git a/src/LLVM/lib/CodeGen/AsmPrinter/PACKAGE.vcxproj.filters b/third_party/LLVM/lib/CodeGen/AsmPrinter/PACKAGE.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/CodeGen/AsmPrinter/PACKAGE.vcxproj.filters
rename to third_party/LLVM/lib/CodeGen/AsmPrinter/PACKAGE.vcxproj.filters
diff --git a/src/LLVM/lib/CodeGen/AsmPrinter/Win64Exception.cpp b/third_party/LLVM/lib/CodeGen/AsmPrinter/Win64Exception.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/AsmPrinter/Win64Exception.cpp
rename to third_party/LLVM/lib/CodeGen/AsmPrinter/Win64Exception.cpp
diff --git a/src/LLVM/lib/CodeGen/BranchFolding.cpp b/third_party/LLVM/lib/CodeGen/BranchFolding.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/BranchFolding.cpp
rename to third_party/LLVM/lib/CodeGen/BranchFolding.cpp
diff --git a/src/LLVM/lib/CodeGen/BranchFolding.h b/third_party/LLVM/lib/CodeGen/BranchFolding.h
similarity index 100%
rename from src/LLVM/lib/CodeGen/BranchFolding.h
rename to third_party/LLVM/lib/CodeGen/BranchFolding.h
diff --git a/src/LLVM/lib/CodeGen/CalcSpillWeights.cpp b/third_party/LLVM/lib/CodeGen/CalcSpillWeights.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/CalcSpillWeights.cpp
rename to third_party/LLVM/lib/CodeGen/CalcSpillWeights.cpp
diff --git a/src/LLVM/lib/CodeGen/CallingConvLower.cpp b/third_party/LLVM/lib/CodeGen/CallingConvLower.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/CallingConvLower.cpp
rename to third_party/LLVM/lib/CodeGen/CallingConvLower.cpp
diff --git a/src/LLVM/lib/CodeGen/CodeGen.cpp b/third_party/LLVM/lib/CodeGen/CodeGen.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/CodeGen.cpp
rename to third_party/LLVM/lib/CodeGen/CodeGen.cpp
diff --git a/src/LLVM/lib/CodeGen/CodePlacementOpt.cpp b/third_party/LLVM/lib/CodeGen/CodePlacementOpt.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/CodePlacementOpt.cpp
rename to third_party/LLVM/lib/CodeGen/CodePlacementOpt.cpp
diff --git a/src/LLVM/lib/CodeGen/CriticalAntiDepBreaker.cpp b/third_party/LLVM/lib/CodeGen/CriticalAntiDepBreaker.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/CriticalAntiDepBreaker.cpp
rename to third_party/LLVM/lib/CodeGen/CriticalAntiDepBreaker.cpp
diff --git a/src/LLVM/lib/CodeGen/CriticalAntiDepBreaker.h b/third_party/LLVM/lib/CodeGen/CriticalAntiDepBreaker.h
similarity index 100%
rename from src/LLVM/lib/CodeGen/CriticalAntiDepBreaker.h
rename to third_party/LLVM/lib/CodeGen/CriticalAntiDepBreaker.h
diff --git a/src/LLVM/lib/CodeGen/DeadMachineInstructionElim.cpp b/third_party/LLVM/lib/CodeGen/DeadMachineInstructionElim.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/DeadMachineInstructionElim.cpp
rename to third_party/LLVM/lib/CodeGen/DeadMachineInstructionElim.cpp
diff --git a/src/LLVM/lib/CodeGen/DwarfEHPrepare.cpp b/third_party/LLVM/lib/CodeGen/DwarfEHPrepare.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/DwarfEHPrepare.cpp
rename to third_party/LLVM/lib/CodeGen/DwarfEHPrepare.cpp
diff --git a/src/LLVM/lib/CodeGen/ELF.h b/third_party/LLVM/lib/CodeGen/ELF.h
similarity index 100%
rename from src/LLVM/lib/CodeGen/ELF.h
rename to third_party/LLVM/lib/CodeGen/ELF.h
diff --git a/src/LLVM/lib/CodeGen/ELFCodeEmitter.cpp b/third_party/LLVM/lib/CodeGen/ELFCodeEmitter.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/ELFCodeEmitter.cpp
rename to third_party/LLVM/lib/CodeGen/ELFCodeEmitter.cpp
diff --git a/src/LLVM/lib/CodeGen/ELFCodeEmitter.h b/third_party/LLVM/lib/CodeGen/ELFCodeEmitter.h
similarity index 100%
rename from src/LLVM/lib/CodeGen/ELFCodeEmitter.h
rename to third_party/LLVM/lib/CodeGen/ELFCodeEmitter.h
diff --git a/src/LLVM/lib/CodeGen/ELFWriter.cpp b/third_party/LLVM/lib/CodeGen/ELFWriter.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/ELFWriter.cpp
rename to third_party/LLVM/lib/CodeGen/ELFWriter.cpp
diff --git a/src/LLVM/lib/CodeGen/ELFWriter.h b/third_party/LLVM/lib/CodeGen/ELFWriter.h
similarity index 100%
rename from src/LLVM/lib/CodeGen/ELFWriter.h
rename to third_party/LLVM/lib/CodeGen/ELFWriter.h
diff --git a/src/LLVM/lib/CodeGen/EdgeBundles.cpp b/third_party/LLVM/lib/CodeGen/EdgeBundles.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/EdgeBundles.cpp
rename to third_party/LLVM/lib/CodeGen/EdgeBundles.cpp
diff --git a/src/LLVM/lib/CodeGen/ExecutionDepsFix.cpp b/third_party/LLVM/lib/CodeGen/ExecutionDepsFix.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/ExecutionDepsFix.cpp
rename to third_party/LLVM/lib/CodeGen/ExecutionDepsFix.cpp
diff --git a/src/LLVM/lib/CodeGen/ExpandISelPseudos.cpp b/third_party/LLVM/lib/CodeGen/ExpandISelPseudos.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/ExpandISelPseudos.cpp
rename to third_party/LLVM/lib/CodeGen/ExpandISelPseudos.cpp
diff --git a/src/LLVM/lib/CodeGen/ExpandPostRAPseudos.cpp b/third_party/LLVM/lib/CodeGen/ExpandPostRAPseudos.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/ExpandPostRAPseudos.cpp
rename to third_party/LLVM/lib/CodeGen/ExpandPostRAPseudos.cpp
diff --git a/src/LLVM/lib/CodeGen/GCMetadata.cpp b/third_party/LLVM/lib/CodeGen/GCMetadata.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/GCMetadata.cpp
rename to third_party/LLVM/lib/CodeGen/GCMetadata.cpp
diff --git a/src/LLVM/lib/CodeGen/GCMetadataPrinter.cpp b/third_party/LLVM/lib/CodeGen/GCMetadataPrinter.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/GCMetadataPrinter.cpp
rename to third_party/LLVM/lib/CodeGen/GCMetadataPrinter.cpp
diff --git a/src/LLVM/lib/CodeGen/GCStrategy.cpp b/third_party/LLVM/lib/CodeGen/GCStrategy.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/GCStrategy.cpp
rename to third_party/LLVM/lib/CodeGen/GCStrategy.cpp
diff --git a/src/LLVM/lib/CodeGen/INSTALL.vcxproj.filters b/third_party/LLVM/lib/CodeGen/INSTALL.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/CodeGen/INSTALL.vcxproj.filters
rename to third_party/LLVM/lib/CodeGen/INSTALL.vcxproj.filters
diff --git a/src/LLVM/lib/CodeGen/IfConversion.cpp b/third_party/LLVM/lib/CodeGen/IfConversion.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/IfConversion.cpp
rename to third_party/LLVM/lib/CodeGen/IfConversion.cpp
diff --git a/src/LLVM/lib/CodeGen/InlineSpiller.cpp b/third_party/LLVM/lib/CodeGen/InlineSpiller.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/InlineSpiller.cpp
rename to third_party/LLVM/lib/CodeGen/InlineSpiller.cpp
diff --git a/src/LLVM/lib/CodeGen/InterferenceCache.cpp b/third_party/LLVM/lib/CodeGen/InterferenceCache.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/InterferenceCache.cpp
rename to third_party/LLVM/lib/CodeGen/InterferenceCache.cpp
diff --git a/src/LLVM/lib/CodeGen/InterferenceCache.h b/third_party/LLVM/lib/CodeGen/InterferenceCache.h
similarity index 100%
rename from src/LLVM/lib/CodeGen/InterferenceCache.h
rename to third_party/LLVM/lib/CodeGen/InterferenceCache.h
diff --git a/src/LLVM/lib/CodeGen/IntrinsicLowering.cpp b/third_party/LLVM/lib/CodeGen/IntrinsicLowering.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/IntrinsicLowering.cpp
rename to third_party/LLVM/lib/CodeGen/IntrinsicLowering.cpp
diff --git a/src/LLVM/lib/CodeGen/LLVMCodeGen.vcxproj b/third_party/LLVM/lib/CodeGen/LLVMCodeGen.vcxproj
similarity index 100%
rename from src/LLVM/lib/CodeGen/LLVMCodeGen.vcxproj
rename to third_party/LLVM/lib/CodeGen/LLVMCodeGen.vcxproj
diff --git a/src/LLVM/lib/CodeGen/LLVMCodeGen.vcxproj.filters b/third_party/LLVM/lib/CodeGen/LLVMCodeGen.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/CodeGen/LLVMCodeGen.vcxproj.filters
rename to third_party/LLVM/lib/CodeGen/LLVMCodeGen.vcxproj.filters
diff --git a/src/LLVM/lib/CodeGen/LLVMTargetMachine.cpp b/third_party/LLVM/lib/CodeGen/LLVMTargetMachine.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/LLVMTargetMachine.cpp
rename to third_party/LLVM/lib/CodeGen/LLVMTargetMachine.cpp
diff --git a/src/LLVM/lib/CodeGen/LatencyPriorityQueue.cpp b/third_party/LLVM/lib/CodeGen/LatencyPriorityQueue.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/LatencyPriorityQueue.cpp
rename to third_party/LLVM/lib/CodeGen/LatencyPriorityQueue.cpp
diff --git a/src/LLVM/lib/CodeGen/LexicalScopes.cpp b/third_party/LLVM/lib/CodeGen/LexicalScopes.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/LexicalScopes.cpp
rename to third_party/LLVM/lib/CodeGen/LexicalScopes.cpp
diff --git a/src/LLVM/lib/CodeGen/LiveDebugVariables.cpp b/third_party/LLVM/lib/CodeGen/LiveDebugVariables.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/LiveDebugVariables.cpp
rename to third_party/LLVM/lib/CodeGen/LiveDebugVariables.cpp
diff --git a/src/LLVM/lib/CodeGen/LiveDebugVariables.h b/third_party/LLVM/lib/CodeGen/LiveDebugVariables.h
similarity index 100%
rename from src/LLVM/lib/CodeGen/LiveDebugVariables.h
rename to third_party/LLVM/lib/CodeGen/LiveDebugVariables.h
diff --git a/src/LLVM/lib/CodeGen/LiveInterval.cpp b/third_party/LLVM/lib/CodeGen/LiveInterval.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/LiveInterval.cpp
rename to third_party/LLVM/lib/CodeGen/LiveInterval.cpp
diff --git a/src/LLVM/lib/CodeGen/LiveIntervalAnalysis.cpp b/third_party/LLVM/lib/CodeGen/LiveIntervalAnalysis.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/LiveIntervalAnalysis.cpp
rename to third_party/LLVM/lib/CodeGen/LiveIntervalAnalysis.cpp
diff --git a/src/LLVM/lib/CodeGen/LiveIntervalUnion.cpp b/third_party/LLVM/lib/CodeGen/LiveIntervalUnion.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/LiveIntervalUnion.cpp
rename to third_party/LLVM/lib/CodeGen/LiveIntervalUnion.cpp
diff --git a/src/LLVM/lib/CodeGen/LiveIntervalUnion.h b/third_party/LLVM/lib/CodeGen/LiveIntervalUnion.h
similarity index 100%
rename from src/LLVM/lib/CodeGen/LiveIntervalUnion.h
rename to third_party/LLVM/lib/CodeGen/LiveIntervalUnion.h
diff --git a/src/LLVM/lib/CodeGen/LiveRangeCalc.cpp b/third_party/LLVM/lib/CodeGen/LiveRangeCalc.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/LiveRangeCalc.cpp
rename to third_party/LLVM/lib/CodeGen/LiveRangeCalc.cpp
diff --git a/src/LLVM/lib/CodeGen/LiveRangeCalc.h b/third_party/LLVM/lib/CodeGen/LiveRangeCalc.h
similarity index 100%
rename from src/LLVM/lib/CodeGen/LiveRangeCalc.h
rename to third_party/LLVM/lib/CodeGen/LiveRangeCalc.h
diff --git a/src/LLVM/lib/CodeGen/LiveRangeEdit.cpp b/third_party/LLVM/lib/CodeGen/LiveRangeEdit.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/LiveRangeEdit.cpp
rename to third_party/LLVM/lib/CodeGen/LiveRangeEdit.cpp
diff --git a/src/LLVM/lib/CodeGen/LiveRangeEdit.h b/third_party/LLVM/lib/CodeGen/LiveRangeEdit.h
similarity index 100%
rename from src/LLVM/lib/CodeGen/LiveRangeEdit.h
rename to third_party/LLVM/lib/CodeGen/LiveRangeEdit.h
diff --git a/src/LLVM/lib/CodeGen/LiveStackAnalysis.cpp b/third_party/LLVM/lib/CodeGen/LiveStackAnalysis.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/LiveStackAnalysis.cpp
rename to third_party/LLVM/lib/CodeGen/LiveStackAnalysis.cpp
diff --git a/src/LLVM/lib/CodeGen/LiveVariables.cpp b/third_party/LLVM/lib/CodeGen/LiveVariables.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/LiveVariables.cpp
rename to third_party/LLVM/lib/CodeGen/LiveVariables.cpp
diff --git a/src/LLVM/lib/CodeGen/LocalStackSlotAllocation.cpp b/third_party/LLVM/lib/CodeGen/LocalStackSlotAllocation.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/LocalStackSlotAllocation.cpp
rename to third_party/LLVM/lib/CodeGen/LocalStackSlotAllocation.cpp
diff --git a/src/LLVM/lib/CodeGen/MachineBasicBlock.cpp b/third_party/LLVM/lib/CodeGen/MachineBasicBlock.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/MachineBasicBlock.cpp
rename to third_party/LLVM/lib/CodeGen/MachineBasicBlock.cpp
diff --git a/src/LLVM/lib/CodeGen/MachineBlockFrequencyInfo.cpp b/third_party/LLVM/lib/CodeGen/MachineBlockFrequencyInfo.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/MachineBlockFrequencyInfo.cpp
rename to third_party/LLVM/lib/CodeGen/MachineBlockFrequencyInfo.cpp
diff --git a/src/LLVM/lib/CodeGen/MachineBranchProbabilityInfo.cpp b/third_party/LLVM/lib/CodeGen/MachineBranchProbabilityInfo.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/MachineBranchProbabilityInfo.cpp
rename to third_party/LLVM/lib/CodeGen/MachineBranchProbabilityInfo.cpp
diff --git a/src/LLVM/lib/CodeGen/MachineCSE.cpp b/third_party/LLVM/lib/CodeGen/MachineCSE.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/MachineCSE.cpp
rename to third_party/LLVM/lib/CodeGen/MachineCSE.cpp
diff --git a/src/LLVM/lib/CodeGen/MachineDominators.cpp b/third_party/LLVM/lib/CodeGen/MachineDominators.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/MachineDominators.cpp
rename to third_party/LLVM/lib/CodeGen/MachineDominators.cpp
diff --git a/src/LLVM/lib/CodeGen/MachineFunction.cpp b/third_party/LLVM/lib/CodeGen/MachineFunction.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/MachineFunction.cpp
rename to third_party/LLVM/lib/CodeGen/MachineFunction.cpp
diff --git a/src/LLVM/lib/CodeGen/MachineFunctionAnalysis.cpp b/third_party/LLVM/lib/CodeGen/MachineFunctionAnalysis.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/MachineFunctionAnalysis.cpp
rename to third_party/LLVM/lib/CodeGen/MachineFunctionAnalysis.cpp
diff --git a/src/LLVM/lib/CodeGen/MachineFunctionPass.cpp b/third_party/LLVM/lib/CodeGen/MachineFunctionPass.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/MachineFunctionPass.cpp
rename to third_party/LLVM/lib/CodeGen/MachineFunctionPass.cpp
diff --git a/src/LLVM/lib/CodeGen/MachineFunctionPrinterPass.cpp b/third_party/LLVM/lib/CodeGen/MachineFunctionPrinterPass.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/MachineFunctionPrinterPass.cpp
rename to third_party/LLVM/lib/CodeGen/MachineFunctionPrinterPass.cpp
diff --git a/src/LLVM/lib/CodeGen/MachineInstr.cpp b/third_party/LLVM/lib/CodeGen/MachineInstr.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/MachineInstr.cpp
rename to third_party/LLVM/lib/CodeGen/MachineInstr.cpp
diff --git a/src/LLVM/lib/CodeGen/MachineLICM.cpp b/third_party/LLVM/lib/CodeGen/MachineLICM.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/MachineLICM.cpp
rename to third_party/LLVM/lib/CodeGen/MachineLICM.cpp
diff --git a/src/LLVM/lib/CodeGen/MachineLoopInfo.cpp b/third_party/LLVM/lib/CodeGen/MachineLoopInfo.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/MachineLoopInfo.cpp
rename to third_party/LLVM/lib/CodeGen/MachineLoopInfo.cpp
diff --git a/src/LLVM/lib/CodeGen/MachineLoopRanges.cpp b/third_party/LLVM/lib/CodeGen/MachineLoopRanges.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/MachineLoopRanges.cpp
rename to third_party/LLVM/lib/CodeGen/MachineLoopRanges.cpp
diff --git a/src/LLVM/lib/CodeGen/MachineModuleInfo.cpp b/third_party/LLVM/lib/CodeGen/MachineModuleInfo.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/MachineModuleInfo.cpp
rename to third_party/LLVM/lib/CodeGen/MachineModuleInfo.cpp
diff --git a/src/LLVM/lib/CodeGen/MachineModuleInfoImpls.cpp b/third_party/LLVM/lib/CodeGen/MachineModuleInfoImpls.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/MachineModuleInfoImpls.cpp
rename to third_party/LLVM/lib/CodeGen/MachineModuleInfoImpls.cpp
diff --git a/src/LLVM/lib/CodeGen/MachinePassRegistry.cpp b/third_party/LLVM/lib/CodeGen/MachinePassRegistry.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/MachinePassRegistry.cpp
rename to third_party/LLVM/lib/CodeGen/MachinePassRegistry.cpp
diff --git a/src/LLVM/lib/CodeGen/MachineRegisterInfo.cpp b/third_party/LLVM/lib/CodeGen/MachineRegisterInfo.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/MachineRegisterInfo.cpp
rename to third_party/LLVM/lib/CodeGen/MachineRegisterInfo.cpp
diff --git a/src/LLVM/lib/CodeGen/MachineSSAUpdater.cpp b/third_party/LLVM/lib/CodeGen/MachineSSAUpdater.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/MachineSSAUpdater.cpp
rename to third_party/LLVM/lib/CodeGen/MachineSSAUpdater.cpp
diff --git a/src/LLVM/lib/CodeGen/MachineSink.cpp b/third_party/LLVM/lib/CodeGen/MachineSink.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/MachineSink.cpp
rename to third_party/LLVM/lib/CodeGen/MachineSink.cpp
diff --git a/src/LLVM/lib/CodeGen/MachineVerifier.cpp b/third_party/LLVM/lib/CodeGen/MachineVerifier.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/MachineVerifier.cpp
rename to third_party/LLVM/lib/CodeGen/MachineVerifier.cpp
diff --git a/src/LLVM/lib/CodeGen/Makefile b/third_party/LLVM/lib/CodeGen/Makefile
similarity index 100%
rename from src/LLVM/lib/CodeGen/Makefile
rename to third_party/LLVM/lib/CodeGen/Makefile
diff --git a/src/LLVM/lib/CodeGen/ObjectCodeEmitter.cpp b/third_party/LLVM/lib/CodeGen/ObjectCodeEmitter.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/ObjectCodeEmitter.cpp
rename to third_party/LLVM/lib/CodeGen/ObjectCodeEmitter.cpp
diff --git a/src/LLVM/lib/CodeGen/OcamlGC.cpp b/third_party/LLVM/lib/CodeGen/OcamlGC.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/OcamlGC.cpp
rename to third_party/LLVM/lib/CodeGen/OcamlGC.cpp
diff --git a/src/LLVM/lib/CodeGen/OptimizePHIs.cpp b/third_party/LLVM/lib/CodeGen/OptimizePHIs.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/OptimizePHIs.cpp
rename to third_party/LLVM/lib/CodeGen/OptimizePHIs.cpp
diff --git a/src/LLVM/lib/CodeGen/PACKAGE.vcxproj.filters b/third_party/LLVM/lib/CodeGen/PACKAGE.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/CodeGen/PACKAGE.vcxproj.filters
rename to third_party/LLVM/lib/CodeGen/PACKAGE.vcxproj.filters
diff --git a/src/LLVM/lib/CodeGen/PHIElimination.cpp b/third_party/LLVM/lib/CodeGen/PHIElimination.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/PHIElimination.cpp
rename to third_party/LLVM/lib/CodeGen/PHIElimination.cpp
diff --git a/src/LLVM/lib/CodeGen/PHIEliminationUtils.cpp b/third_party/LLVM/lib/CodeGen/PHIEliminationUtils.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/PHIEliminationUtils.cpp
rename to third_party/LLVM/lib/CodeGen/PHIEliminationUtils.cpp
diff --git a/src/LLVM/lib/CodeGen/PHIEliminationUtils.h b/third_party/LLVM/lib/CodeGen/PHIEliminationUtils.h
similarity index 100%
rename from src/LLVM/lib/CodeGen/PHIEliminationUtils.h
rename to third_party/LLVM/lib/CodeGen/PHIEliminationUtils.h
diff --git a/src/LLVM/lib/CodeGen/Passes.cpp b/third_party/LLVM/lib/CodeGen/Passes.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/Passes.cpp
rename to third_party/LLVM/lib/CodeGen/Passes.cpp
diff --git a/src/LLVM/lib/CodeGen/PeepholeOptimizer.cpp b/third_party/LLVM/lib/CodeGen/PeepholeOptimizer.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/PeepholeOptimizer.cpp
rename to third_party/LLVM/lib/CodeGen/PeepholeOptimizer.cpp
diff --git a/src/LLVM/lib/CodeGen/PostRASchedulerList.cpp b/third_party/LLVM/lib/CodeGen/PostRASchedulerList.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/PostRASchedulerList.cpp
rename to third_party/LLVM/lib/CodeGen/PostRASchedulerList.cpp
diff --git a/src/LLVM/lib/CodeGen/ProcessImplicitDefs.cpp b/third_party/LLVM/lib/CodeGen/ProcessImplicitDefs.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/ProcessImplicitDefs.cpp
rename to third_party/LLVM/lib/CodeGen/ProcessImplicitDefs.cpp
diff --git a/src/LLVM/lib/CodeGen/PrologEpilogInserter.cpp b/third_party/LLVM/lib/CodeGen/PrologEpilogInserter.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/PrologEpilogInserter.cpp
rename to third_party/LLVM/lib/CodeGen/PrologEpilogInserter.cpp
diff --git a/src/LLVM/lib/CodeGen/PrologEpilogInserter.h b/third_party/LLVM/lib/CodeGen/PrologEpilogInserter.h
similarity index 100%
rename from src/LLVM/lib/CodeGen/PrologEpilogInserter.h
rename to third_party/LLVM/lib/CodeGen/PrologEpilogInserter.h
diff --git a/src/LLVM/lib/CodeGen/PseudoSourceValue.cpp b/third_party/LLVM/lib/CodeGen/PseudoSourceValue.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/PseudoSourceValue.cpp
rename to third_party/LLVM/lib/CodeGen/PseudoSourceValue.cpp
diff --git a/src/LLVM/lib/CodeGen/README.txt b/third_party/LLVM/lib/CodeGen/README.txt
similarity index 100%
rename from src/LLVM/lib/CodeGen/README.txt
rename to third_party/LLVM/lib/CodeGen/README.txt
diff --git a/src/LLVM/lib/CodeGen/RegAllocBase.h b/third_party/LLVM/lib/CodeGen/RegAllocBase.h
similarity index 100%
rename from src/LLVM/lib/CodeGen/RegAllocBase.h
rename to third_party/LLVM/lib/CodeGen/RegAllocBase.h
diff --git a/src/LLVM/lib/CodeGen/RegAllocBasic.cpp b/third_party/LLVM/lib/CodeGen/RegAllocBasic.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/RegAllocBasic.cpp
rename to third_party/LLVM/lib/CodeGen/RegAllocBasic.cpp
diff --git a/src/LLVM/lib/CodeGen/RegAllocFast.cpp b/third_party/LLVM/lib/CodeGen/RegAllocFast.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/RegAllocFast.cpp
rename to third_party/LLVM/lib/CodeGen/RegAllocFast.cpp
diff --git a/src/LLVM/lib/CodeGen/RegAllocGreedy.cpp b/third_party/LLVM/lib/CodeGen/RegAllocGreedy.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/RegAllocGreedy.cpp
rename to third_party/LLVM/lib/CodeGen/RegAllocGreedy.cpp
diff --git a/src/LLVM/lib/CodeGen/RegAllocLinearScan.cpp b/third_party/LLVM/lib/CodeGen/RegAllocLinearScan.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/RegAllocLinearScan.cpp
rename to third_party/LLVM/lib/CodeGen/RegAllocLinearScan.cpp
diff --git a/src/LLVM/lib/CodeGen/RegAllocPBQP.cpp b/third_party/LLVM/lib/CodeGen/RegAllocPBQP.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/RegAllocPBQP.cpp
rename to third_party/LLVM/lib/CodeGen/RegAllocPBQP.cpp
diff --git a/src/LLVM/lib/CodeGen/RegisterClassInfo.cpp b/third_party/LLVM/lib/CodeGen/RegisterClassInfo.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/RegisterClassInfo.cpp
rename to third_party/LLVM/lib/CodeGen/RegisterClassInfo.cpp
diff --git a/src/LLVM/lib/CodeGen/RegisterClassInfo.h b/third_party/LLVM/lib/CodeGen/RegisterClassInfo.h
similarity index 100%
rename from src/LLVM/lib/CodeGen/RegisterClassInfo.h
rename to third_party/LLVM/lib/CodeGen/RegisterClassInfo.h
diff --git a/src/LLVM/lib/CodeGen/RegisterCoalescer.cpp b/third_party/LLVM/lib/CodeGen/RegisterCoalescer.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/RegisterCoalescer.cpp
rename to third_party/LLVM/lib/CodeGen/RegisterCoalescer.cpp
diff --git a/src/LLVM/lib/CodeGen/RegisterCoalescer.h b/third_party/LLVM/lib/CodeGen/RegisterCoalescer.h
similarity index 100%
rename from src/LLVM/lib/CodeGen/RegisterCoalescer.h
rename to third_party/LLVM/lib/CodeGen/RegisterCoalescer.h
diff --git a/src/LLVM/lib/CodeGen/RegisterScavenging.cpp b/third_party/LLVM/lib/CodeGen/RegisterScavenging.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/RegisterScavenging.cpp
rename to third_party/LLVM/lib/CodeGen/RegisterScavenging.cpp
diff --git a/src/LLVM/lib/CodeGen/RenderMachineFunction.cpp b/third_party/LLVM/lib/CodeGen/RenderMachineFunction.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/RenderMachineFunction.cpp
rename to third_party/LLVM/lib/CodeGen/RenderMachineFunction.cpp
diff --git a/src/LLVM/lib/CodeGen/RenderMachineFunction.h b/third_party/LLVM/lib/CodeGen/RenderMachineFunction.h
similarity index 100%
rename from src/LLVM/lib/CodeGen/RenderMachineFunction.h
rename to third_party/LLVM/lib/CodeGen/RenderMachineFunction.h
diff --git a/src/LLVM/lib/CodeGen/ScheduleDAG.cpp b/third_party/LLVM/lib/CodeGen/ScheduleDAG.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/ScheduleDAG.cpp
rename to third_party/LLVM/lib/CodeGen/ScheduleDAG.cpp
diff --git a/src/LLVM/lib/CodeGen/ScheduleDAGEmit.cpp b/third_party/LLVM/lib/CodeGen/ScheduleDAGEmit.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/ScheduleDAGEmit.cpp
rename to third_party/LLVM/lib/CodeGen/ScheduleDAGEmit.cpp
diff --git a/src/LLVM/lib/CodeGen/ScheduleDAGInstrs.cpp b/third_party/LLVM/lib/CodeGen/ScheduleDAGInstrs.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/ScheduleDAGInstrs.cpp
rename to third_party/LLVM/lib/CodeGen/ScheduleDAGInstrs.cpp
diff --git a/src/LLVM/lib/CodeGen/ScheduleDAGInstrs.h b/third_party/LLVM/lib/CodeGen/ScheduleDAGInstrs.h
similarity index 100%
rename from src/LLVM/lib/CodeGen/ScheduleDAGInstrs.h
rename to third_party/LLVM/lib/CodeGen/ScheduleDAGInstrs.h
diff --git a/src/LLVM/lib/CodeGen/ScheduleDAGPrinter.cpp b/third_party/LLVM/lib/CodeGen/ScheduleDAGPrinter.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/ScheduleDAGPrinter.cpp
rename to third_party/LLVM/lib/CodeGen/ScheduleDAGPrinter.cpp
diff --git a/src/LLVM/lib/CodeGen/ScoreboardHazardRecognizer.cpp b/third_party/LLVM/lib/CodeGen/ScoreboardHazardRecognizer.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/ScoreboardHazardRecognizer.cpp
rename to third_party/LLVM/lib/CodeGen/ScoreboardHazardRecognizer.cpp
diff --git a/src/LLVM/lib/CodeGen/SelectionDAG/DAGCombiner.cpp b/third_party/LLVM/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
rename to third_party/LLVM/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
diff --git a/src/LLVM/lib/CodeGen/SelectionDAG/FastISel.cpp b/third_party/LLVM/lib/CodeGen/SelectionDAG/FastISel.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/SelectionDAG/FastISel.cpp
rename to third_party/LLVM/lib/CodeGen/SelectionDAG/FastISel.cpp
diff --git a/src/LLVM/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp b/third_party/LLVM/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
rename to third_party/LLVM/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
diff --git a/src/LLVM/lib/CodeGen/SelectionDAG/INSTALL.vcxproj.filters b/third_party/LLVM/lib/CodeGen/SelectionDAG/INSTALL.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/CodeGen/SelectionDAG/INSTALL.vcxproj.filters
rename to third_party/LLVM/lib/CodeGen/SelectionDAG/INSTALL.vcxproj.filters
diff --git a/src/LLVM/lib/CodeGen/SelectionDAG/InstrEmitter.cpp b/third_party/LLVM/lib/CodeGen/SelectionDAG/InstrEmitter.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/SelectionDAG/InstrEmitter.cpp
rename to third_party/LLVM/lib/CodeGen/SelectionDAG/InstrEmitter.cpp
diff --git a/src/LLVM/lib/CodeGen/SelectionDAG/InstrEmitter.h b/third_party/LLVM/lib/CodeGen/SelectionDAG/InstrEmitter.h
similarity index 100%
rename from src/LLVM/lib/CodeGen/SelectionDAG/InstrEmitter.h
rename to third_party/LLVM/lib/CodeGen/SelectionDAG/InstrEmitter.h
diff --git a/src/LLVM/lib/CodeGen/SelectionDAG/LLVMSelectionDAG.vcxproj b/third_party/LLVM/lib/CodeGen/SelectionDAG/LLVMSelectionDAG.vcxproj
similarity index 100%
rename from src/LLVM/lib/CodeGen/SelectionDAG/LLVMSelectionDAG.vcxproj
rename to third_party/LLVM/lib/CodeGen/SelectionDAG/LLVMSelectionDAG.vcxproj
diff --git a/src/LLVM/lib/CodeGen/SelectionDAG/LLVMSelectionDAG.vcxproj.filters b/third_party/LLVM/lib/CodeGen/SelectionDAG/LLVMSelectionDAG.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/CodeGen/SelectionDAG/LLVMSelectionDAG.vcxproj.filters
rename to third_party/LLVM/lib/CodeGen/SelectionDAG/LLVMSelectionDAG.vcxproj.filters
diff --git a/src/LLVM/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp b/third_party/LLVM/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
rename to third_party/LLVM/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
diff --git a/src/LLVM/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp b/third_party/LLVM/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
rename to third_party/LLVM/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
diff --git a/src/LLVM/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp b/third_party/LLVM/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
rename to third_party/LLVM/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
diff --git a/src/LLVM/lib/CodeGen/SelectionDAG/LegalizeTypes.cpp b/third_party/LLVM/lib/CodeGen/SelectionDAG/LegalizeTypes.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/SelectionDAG/LegalizeTypes.cpp
rename to third_party/LLVM/lib/CodeGen/SelectionDAG/LegalizeTypes.cpp
diff --git a/src/LLVM/lib/CodeGen/SelectionDAG/LegalizeTypes.h b/third_party/LLVM/lib/CodeGen/SelectionDAG/LegalizeTypes.h
similarity index 100%
rename from src/LLVM/lib/CodeGen/SelectionDAG/LegalizeTypes.h
rename to third_party/LLVM/lib/CodeGen/SelectionDAG/LegalizeTypes.h
diff --git a/src/LLVM/lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp b/third_party/LLVM/lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp
rename to third_party/LLVM/lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp
diff --git a/src/LLVM/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp b/third_party/LLVM/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
rename to third_party/LLVM/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
diff --git a/src/LLVM/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp b/third_party/LLVM/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
rename to third_party/LLVM/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
diff --git a/src/LLVM/lib/CodeGen/SelectionDAG/Makefile b/third_party/LLVM/lib/CodeGen/SelectionDAG/Makefile
similarity index 100%
rename from src/LLVM/lib/CodeGen/SelectionDAG/Makefile
rename to third_party/LLVM/lib/CodeGen/SelectionDAG/Makefile
diff --git a/src/LLVM/lib/CodeGen/SelectionDAG/PACKAGE.vcxproj.filters b/third_party/LLVM/lib/CodeGen/SelectionDAG/PACKAGE.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/CodeGen/SelectionDAG/PACKAGE.vcxproj.filters
rename to third_party/LLVM/lib/CodeGen/SelectionDAG/PACKAGE.vcxproj.filters
diff --git a/src/LLVM/lib/CodeGen/SelectionDAG/SDNodeDbgValue.h b/third_party/LLVM/lib/CodeGen/SelectionDAG/SDNodeDbgValue.h
similarity index 100%
rename from src/LLVM/lib/CodeGen/SelectionDAG/SDNodeDbgValue.h
rename to third_party/LLVM/lib/CodeGen/SelectionDAG/SDNodeDbgValue.h
diff --git a/src/LLVM/lib/CodeGen/SelectionDAG/SDNodeOrdering.h b/third_party/LLVM/lib/CodeGen/SelectionDAG/SDNodeOrdering.h
similarity index 100%
rename from src/LLVM/lib/CodeGen/SelectionDAG/SDNodeOrdering.h
rename to third_party/LLVM/lib/CodeGen/SelectionDAG/SDNodeOrdering.h
diff --git a/src/LLVM/lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp b/third_party/LLVM/lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp
rename to third_party/LLVM/lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp
diff --git a/src/LLVM/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp b/third_party/LLVM/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp
rename to third_party/LLVM/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp
diff --git a/src/LLVM/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp b/third_party/LLVM/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
rename to third_party/LLVM/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
diff --git a/src/LLVM/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp b/third_party/LLVM/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp
rename to third_party/LLVM/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp
diff --git a/src/LLVM/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.h b/third_party/LLVM/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.h
similarity index 100%
rename from src/LLVM/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.h
rename to third_party/LLVM/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.h
diff --git a/src/LLVM/lib/CodeGen/SelectionDAG/SelectionDAG.cpp b/third_party/LLVM/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
rename to third_party/LLVM/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
diff --git a/src/LLVM/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp b/third_party/LLVM/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
rename to third_party/LLVM/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
diff --git a/src/LLVM/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h b/third_party/LLVM/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
similarity index 100%
rename from src/LLVM/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
rename to third_party/LLVM/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
diff --git a/src/LLVM/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/third_party/LLVM/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
rename to third_party/LLVM/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
diff --git a/src/LLVM/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp b/third_party/LLVM/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp
rename to third_party/LLVM/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp
diff --git a/src/LLVM/lib/CodeGen/SelectionDAG/TargetLowering.cpp b/third_party/LLVM/lib/CodeGen/SelectionDAG/TargetLowering.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/SelectionDAG/TargetLowering.cpp
rename to third_party/LLVM/lib/CodeGen/SelectionDAG/TargetLowering.cpp
diff --git a/src/LLVM/lib/CodeGen/SelectionDAG/TargetSelectionDAGInfo.cpp b/third_party/LLVM/lib/CodeGen/SelectionDAG/TargetSelectionDAGInfo.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/SelectionDAG/TargetSelectionDAGInfo.cpp
rename to third_party/LLVM/lib/CodeGen/SelectionDAG/TargetSelectionDAGInfo.cpp
diff --git a/src/LLVM/lib/CodeGen/ShadowStackGC.cpp b/third_party/LLVM/lib/CodeGen/ShadowStackGC.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/ShadowStackGC.cpp
rename to third_party/LLVM/lib/CodeGen/ShadowStackGC.cpp
diff --git a/src/LLVM/lib/CodeGen/ShrinkWrapping.cpp b/third_party/LLVM/lib/CodeGen/ShrinkWrapping.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/ShrinkWrapping.cpp
rename to third_party/LLVM/lib/CodeGen/ShrinkWrapping.cpp
diff --git a/src/LLVM/lib/CodeGen/SjLjEHPrepare.cpp b/third_party/LLVM/lib/CodeGen/SjLjEHPrepare.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/SjLjEHPrepare.cpp
rename to third_party/LLVM/lib/CodeGen/SjLjEHPrepare.cpp
diff --git a/src/LLVM/lib/CodeGen/SlotIndexes.cpp b/third_party/LLVM/lib/CodeGen/SlotIndexes.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/SlotIndexes.cpp
rename to third_party/LLVM/lib/CodeGen/SlotIndexes.cpp
diff --git a/src/LLVM/lib/CodeGen/SpillPlacement.cpp b/third_party/LLVM/lib/CodeGen/SpillPlacement.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/SpillPlacement.cpp
rename to third_party/LLVM/lib/CodeGen/SpillPlacement.cpp
diff --git a/src/LLVM/lib/CodeGen/SpillPlacement.h b/third_party/LLVM/lib/CodeGen/SpillPlacement.h
similarity index 100%
rename from src/LLVM/lib/CodeGen/SpillPlacement.h
rename to third_party/LLVM/lib/CodeGen/SpillPlacement.h
diff --git a/src/LLVM/lib/CodeGen/Spiller.cpp b/third_party/LLVM/lib/CodeGen/Spiller.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/Spiller.cpp
rename to third_party/LLVM/lib/CodeGen/Spiller.cpp
diff --git a/src/LLVM/lib/CodeGen/Spiller.h b/third_party/LLVM/lib/CodeGen/Spiller.h
similarity index 100%
rename from src/LLVM/lib/CodeGen/Spiller.h
rename to third_party/LLVM/lib/CodeGen/Spiller.h
diff --git a/src/LLVM/lib/CodeGen/SplitKit.cpp b/third_party/LLVM/lib/CodeGen/SplitKit.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/SplitKit.cpp
rename to third_party/LLVM/lib/CodeGen/SplitKit.cpp
diff --git a/src/LLVM/lib/CodeGen/SplitKit.h b/third_party/LLVM/lib/CodeGen/SplitKit.h
similarity index 100%
rename from src/LLVM/lib/CodeGen/SplitKit.h
rename to third_party/LLVM/lib/CodeGen/SplitKit.h
diff --git a/src/LLVM/lib/CodeGen/Splitter.cpp b/third_party/LLVM/lib/CodeGen/Splitter.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/Splitter.cpp
rename to third_party/LLVM/lib/CodeGen/Splitter.cpp
diff --git a/src/LLVM/lib/CodeGen/Splitter.h b/third_party/LLVM/lib/CodeGen/Splitter.h
similarity index 100%
rename from src/LLVM/lib/CodeGen/Splitter.h
rename to third_party/LLVM/lib/CodeGen/Splitter.h
diff --git a/src/LLVM/lib/CodeGen/StackProtector.cpp b/third_party/LLVM/lib/CodeGen/StackProtector.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/StackProtector.cpp
rename to third_party/LLVM/lib/CodeGen/StackProtector.cpp
diff --git a/src/LLVM/lib/CodeGen/StackSlotColoring.cpp b/third_party/LLVM/lib/CodeGen/StackSlotColoring.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/StackSlotColoring.cpp
rename to third_party/LLVM/lib/CodeGen/StackSlotColoring.cpp
diff --git a/src/LLVM/lib/CodeGen/StrongPHIElimination.cpp b/third_party/LLVM/lib/CodeGen/StrongPHIElimination.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/StrongPHIElimination.cpp
rename to third_party/LLVM/lib/CodeGen/StrongPHIElimination.cpp
diff --git a/src/LLVM/lib/CodeGen/TailDuplication.cpp b/third_party/LLVM/lib/CodeGen/TailDuplication.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/TailDuplication.cpp
rename to third_party/LLVM/lib/CodeGen/TailDuplication.cpp
diff --git a/src/LLVM/lib/CodeGen/TargetInstrInfoImpl.cpp b/third_party/LLVM/lib/CodeGen/TargetInstrInfoImpl.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/TargetInstrInfoImpl.cpp
rename to third_party/LLVM/lib/CodeGen/TargetInstrInfoImpl.cpp
diff --git a/src/LLVM/lib/CodeGen/TargetLoweringObjectFileImpl.cpp b/third_party/LLVM/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
rename to third_party/LLVM/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
diff --git a/src/LLVM/lib/CodeGen/TwoAddressInstructionPass.cpp b/third_party/LLVM/lib/CodeGen/TwoAddressInstructionPass.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/TwoAddressInstructionPass.cpp
rename to third_party/LLVM/lib/CodeGen/TwoAddressInstructionPass.cpp
diff --git a/src/LLVM/lib/CodeGen/UnreachableBlockElim.cpp b/third_party/LLVM/lib/CodeGen/UnreachableBlockElim.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/UnreachableBlockElim.cpp
rename to third_party/LLVM/lib/CodeGen/UnreachableBlockElim.cpp
diff --git a/src/LLVM/lib/CodeGen/VirtRegMap.cpp b/third_party/LLVM/lib/CodeGen/VirtRegMap.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/VirtRegMap.cpp
rename to third_party/LLVM/lib/CodeGen/VirtRegMap.cpp
diff --git a/src/LLVM/lib/CodeGen/VirtRegMap.h b/third_party/LLVM/lib/CodeGen/VirtRegMap.h
similarity index 100%
rename from src/LLVM/lib/CodeGen/VirtRegMap.h
rename to third_party/LLVM/lib/CodeGen/VirtRegMap.h
diff --git a/src/LLVM/lib/CodeGen/VirtRegRewriter.cpp b/third_party/LLVM/lib/CodeGen/VirtRegRewriter.cpp
similarity index 100%
rename from src/LLVM/lib/CodeGen/VirtRegRewriter.cpp
rename to third_party/LLVM/lib/CodeGen/VirtRegRewriter.cpp
diff --git a/src/LLVM/lib/CodeGen/VirtRegRewriter.h b/third_party/LLVM/lib/CodeGen/VirtRegRewriter.h
similarity index 100%
rename from src/LLVM/lib/CodeGen/VirtRegRewriter.h
rename to third_party/LLVM/lib/CodeGen/VirtRegRewriter.h
diff --git a/src/LLVM/lib/DebugInfo/DIContext.cpp b/third_party/LLVM/lib/DebugInfo/DIContext.cpp
similarity index 100%
rename from src/LLVM/lib/DebugInfo/DIContext.cpp
rename to third_party/LLVM/lib/DebugInfo/DIContext.cpp
diff --git a/src/LLVM/lib/DebugInfo/DWARFAbbreviationDeclaration.cpp b/third_party/LLVM/lib/DebugInfo/DWARFAbbreviationDeclaration.cpp
similarity index 100%
rename from src/LLVM/lib/DebugInfo/DWARFAbbreviationDeclaration.cpp
rename to third_party/LLVM/lib/DebugInfo/DWARFAbbreviationDeclaration.cpp
diff --git a/src/LLVM/lib/DebugInfo/DWARFAbbreviationDeclaration.h b/third_party/LLVM/lib/DebugInfo/DWARFAbbreviationDeclaration.h
similarity index 100%
rename from src/LLVM/lib/DebugInfo/DWARFAbbreviationDeclaration.h
rename to third_party/LLVM/lib/DebugInfo/DWARFAbbreviationDeclaration.h
diff --git a/src/LLVM/lib/DebugInfo/DWARFAttribute.h b/third_party/LLVM/lib/DebugInfo/DWARFAttribute.h
similarity index 100%
rename from src/LLVM/lib/DebugInfo/DWARFAttribute.h
rename to third_party/LLVM/lib/DebugInfo/DWARFAttribute.h
diff --git a/src/LLVM/lib/DebugInfo/DWARFCompileUnit.cpp b/third_party/LLVM/lib/DebugInfo/DWARFCompileUnit.cpp
similarity index 100%
rename from src/LLVM/lib/DebugInfo/DWARFCompileUnit.cpp
rename to third_party/LLVM/lib/DebugInfo/DWARFCompileUnit.cpp
diff --git a/src/LLVM/lib/DebugInfo/DWARFCompileUnit.h b/third_party/LLVM/lib/DebugInfo/DWARFCompileUnit.h
similarity index 100%
rename from src/LLVM/lib/DebugInfo/DWARFCompileUnit.h
rename to third_party/LLVM/lib/DebugInfo/DWARFCompileUnit.h
diff --git a/src/LLVM/lib/DebugInfo/DWARFContext.cpp b/third_party/LLVM/lib/DebugInfo/DWARFContext.cpp
similarity index 100%
rename from src/LLVM/lib/DebugInfo/DWARFContext.cpp
rename to third_party/LLVM/lib/DebugInfo/DWARFContext.cpp
diff --git a/src/LLVM/lib/DebugInfo/DWARFContext.h b/third_party/LLVM/lib/DebugInfo/DWARFContext.h
similarity index 100%
rename from src/LLVM/lib/DebugInfo/DWARFContext.h
rename to third_party/LLVM/lib/DebugInfo/DWARFContext.h
diff --git a/src/LLVM/lib/DebugInfo/DWARFDebugAbbrev.cpp b/third_party/LLVM/lib/DebugInfo/DWARFDebugAbbrev.cpp
similarity index 100%
rename from src/LLVM/lib/DebugInfo/DWARFDebugAbbrev.cpp
rename to third_party/LLVM/lib/DebugInfo/DWARFDebugAbbrev.cpp
diff --git a/src/LLVM/lib/DebugInfo/DWARFDebugAbbrev.h b/third_party/LLVM/lib/DebugInfo/DWARFDebugAbbrev.h
similarity index 100%
rename from src/LLVM/lib/DebugInfo/DWARFDebugAbbrev.h
rename to third_party/LLVM/lib/DebugInfo/DWARFDebugAbbrev.h
diff --git a/src/LLVM/lib/DebugInfo/DWARFDebugArangeSet.cpp b/third_party/LLVM/lib/DebugInfo/DWARFDebugArangeSet.cpp
similarity index 100%
rename from src/LLVM/lib/DebugInfo/DWARFDebugArangeSet.cpp
rename to third_party/LLVM/lib/DebugInfo/DWARFDebugArangeSet.cpp
diff --git a/src/LLVM/lib/DebugInfo/DWARFDebugArangeSet.h b/third_party/LLVM/lib/DebugInfo/DWARFDebugArangeSet.h
similarity index 100%
rename from src/LLVM/lib/DebugInfo/DWARFDebugArangeSet.h
rename to third_party/LLVM/lib/DebugInfo/DWARFDebugArangeSet.h
diff --git a/src/LLVM/lib/DebugInfo/DWARFDebugAranges.cpp b/third_party/LLVM/lib/DebugInfo/DWARFDebugAranges.cpp
similarity index 100%
rename from src/LLVM/lib/DebugInfo/DWARFDebugAranges.cpp
rename to third_party/LLVM/lib/DebugInfo/DWARFDebugAranges.cpp
diff --git a/src/LLVM/lib/DebugInfo/DWARFDebugAranges.h b/third_party/LLVM/lib/DebugInfo/DWARFDebugAranges.h
similarity index 100%
rename from src/LLVM/lib/DebugInfo/DWARFDebugAranges.h
rename to third_party/LLVM/lib/DebugInfo/DWARFDebugAranges.h
diff --git a/src/LLVM/lib/DebugInfo/DWARFDebugInfoEntry.cpp b/third_party/LLVM/lib/DebugInfo/DWARFDebugInfoEntry.cpp
similarity index 100%
rename from src/LLVM/lib/DebugInfo/DWARFDebugInfoEntry.cpp
rename to third_party/LLVM/lib/DebugInfo/DWARFDebugInfoEntry.cpp
diff --git a/src/LLVM/lib/DebugInfo/DWARFDebugInfoEntry.h b/third_party/LLVM/lib/DebugInfo/DWARFDebugInfoEntry.h
similarity index 100%
rename from src/LLVM/lib/DebugInfo/DWARFDebugInfoEntry.h
rename to third_party/LLVM/lib/DebugInfo/DWARFDebugInfoEntry.h
diff --git a/src/LLVM/lib/DebugInfo/DWARFDebugLine.cpp b/third_party/LLVM/lib/DebugInfo/DWARFDebugLine.cpp
similarity index 100%
rename from src/LLVM/lib/DebugInfo/DWARFDebugLine.cpp
rename to third_party/LLVM/lib/DebugInfo/DWARFDebugLine.cpp
diff --git a/src/LLVM/lib/DebugInfo/DWARFDebugLine.h b/third_party/LLVM/lib/DebugInfo/DWARFDebugLine.h
similarity index 100%
rename from src/LLVM/lib/DebugInfo/DWARFDebugLine.h
rename to third_party/LLVM/lib/DebugInfo/DWARFDebugLine.h
diff --git a/src/LLVM/lib/DebugInfo/DWARFFormValue.cpp b/third_party/LLVM/lib/DebugInfo/DWARFFormValue.cpp
similarity index 100%
rename from src/LLVM/lib/DebugInfo/DWARFFormValue.cpp
rename to third_party/LLVM/lib/DebugInfo/DWARFFormValue.cpp
diff --git a/src/LLVM/lib/DebugInfo/DWARFFormValue.h b/third_party/LLVM/lib/DebugInfo/DWARFFormValue.h
similarity index 100%
rename from src/LLVM/lib/DebugInfo/DWARFFormValue.h
rename to third_party/LLVM/lib/DebugInfo/DWARFFormValue.h
diff --git a/src/LLVM/lib/DebugInfo/INSTALL.vcxproj.filters b/third_party/LLVM/lib/DebugInfo/INSTALL.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/DebugInfo/INSTALL.vcxproj.filters
rename to third_party/LLVM/lib/DebugInfo/INSTALL.vcxproj.filters
diff --git a/src/LLVM/lib/DebugInfo/LLVMDebugInfo.vcxproj b/third_party/LLVM/lib/DebugInfo/LLVMDebugInfo.vcxproj
similarity index 100%
rename from src/LLVM/lib/DebugInfo/LLVMDebugInfo.vcxproj
rename to third_party/LLVM/lib/DebugInfo/LLVMDebugInfo.vcxproj
diff --git a/src/LLVM/lib/DebugInfo/LLVMDebugInfo.vcxproj.filters b/third_party/LLVM/lib/DebugInfo/LLVMDebugInfo.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/DebugInfo/LLVMDebugInfo.vcxproj.filters
rename to third_party/LLVM/lib/DebugInfo/LLVMDebugInfo.vcxproj.filters
diff --git a/src/LLVM/lib/DebugInfo/Makefile b/third_party/LLVM/lib/DebugInfo/Makefile
similarity index 100%
rename from src/LLVM/lib/DebugInfo/Makefile
rename to third_party/LLVM/lib/DebugInfo/Makefile
diff --git a/src/LLVM/lib/DebugInfo/PACKAGE.vcxproj.filters b/third_party/LLVM/lib/DebugInfo/PACKAGE.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/DebugInfo/PACKAGE.vcxproj.filters
rename to third_party/LLVM/lib/DebugInfo/PACKAGE.vcxproj.filters
diff --git a/src/LLVM/lib/ExecutionEngine/ExecutionEngine.cpp b/third_party/LLVM/lib/ExecutionEngine/ExecutionEngine.cpp
similarity index 100%
rename from src/LLVM/lib/ExecutionEngine/ExecutionEngine.cpp
rename to third_party/LLVM/lib/ExecutionEngine/ExecutionEngine.cpp
diff --git a/src/LLVM/lib/ExecutionEngine/ExecutionEngineBindings.cpp b/third_party/LLVM/lib/ExecutionEngine/ExecutionEngineBindings.cpp
similarity index 100%
rename from src/LLVM/lib/ExecutionEngine/ExecutionEngineBindings.cpp
rename to third_party/LLVM/lib/ExecutionEngine/ExecutionEngineBindings.cpp
diff --git a/src/LLVM/lib/ExecutionEngine/INSTALL.vcxproj.filters b/third_party/LLVM/lib/ExecutionEngine/INSTALL.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/ExecutionEngine/INSTALL.vcxproj.filters
rename to third_party/LLVM/lib/ExecutionEngine/INSTALL.vcxproj.filters
diff --git a/src/LLVM/lib/ExecutionEngine/Interpreter/Execution.cpp b/third_party/LLVM/lib/ExecutionEngine/Interpreter/Execution.cpp
similarity index 100%
rename from src/LLVM/lib/ExecutionEngine/Interpreter/Execution.cpp
rename to third_party/LLVM/lib/ExecutionEngine/Interpreter/Execution.cpp
diff --git a/src/LLVM/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp b/third_party/LLVM/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp
similarity index 100%
rename from src/LLVM/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp
rename to third_party/LLVM/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp
diff --git a/src/LLVM/lib/ExecutionEngine/Interpreter/INSTALL.vcxproj.filters b/third_party/LLVM/lib/ExecutionEngine/Interpreter/INSTALL.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/ExecutionEngine/Interpreter/INSTALL.vcxproj.filters
rename to third_party/LLVM/lib/ExecutionEngine/Interpreter/INSTALL.vcxproj.filters
diff --git a/src/LLVM/lib/ExecutionEngine/Interpreter/Interpreter.cpp b/third_party/LLVM/lib/ExecutionEngine/Interpreter/Interpreter.cpp
similarity index 100%
rename from src/LLVM/lib/ExecutionEngine/Interpreter/Interpreter.cpp
rename to third_party/LLVM/lib/ExecutionEngine/Interpreter/Interpreter.cpp
diff --git a/src/LLVM/lib/ExecutionEngine/Interpreter/Interpreter.h b/third_party/LLVM/lib/ExecutionEngine/Interpreter/Interpreter.h
similarity index 100%
rename from src/LLVM/lib/ExecutionEngine/Interpreter/Interpreter.h
rename to third_party/LLVM/lib/ExecutionEngine/Interpreter/Interpreter.h
diff --git a/src/LLVM/lib/ExecutionEngine/Interpreter/LLVMInterpreter.vcxproj b/third_party/LLVM/lib/ExecutionEngine/Interpreter/LLVMInterpreter.vcxproj
similarity index 100%
rename from src/LLVM/lib/ExecutionEngine/Interpreter/LLVMInterpreter.vcxproj
rename to third_party/LLVM/lib/ExecutionEngine/Interpreter/LLVMInterpreter.vcxproj
diff --git a/src/LLVM/lib/ExecutionEngine/Interpreter/LLVMInterpreter.vcxproj.filters b/third_party/LLVM/lib/ExecutionEngine/Interpreter/LLVMInterpreter.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/ExecutionEngine/Interpreter/LLVMInterpreter.vcxproj.filters
rename to third_party/LLVM/lib/ExecutionEngine/Interpreter/LLVMInterpreter.vcxproj.filters
diff --git a/src/LLVM/lib/ExecutionEngine/Interpreter/Makefile b/third_party/LLVM/lib/ExecutionEngine/Interpreter/Makefile
similarity index 100%
rename from src/LLVM/lib/ExecutionEngine/Interpreter/Makefile
rename to third_party/LLVM/lib/ExecutionEngine/Interpreter/Makefile
diff --git a/src/LLVM/lib/ExecutionEngine/Interpreter/PACKAGE.vcxproj.filters b/third_party/LLVM/lib/ExecutionEngine/Interpreter/PACKAGE.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/ExecutionEngine/Interpreter/PACKAGE.vcxproj.filters
rename to third_party/LLVM/lib/ExecutionEngine/Interpreter/PACKAGE.vcxproj.filters
diff --git a/src/LLVM/lib/ExecutionEngine/JIT/INSTALL.vcxproj.filters b/third_party/LLVM/lib/ExecutionEngine/JIT/INSTALL.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/ExecutionEngine/JIT/INSTALL.vcxproj.filters
rename to third_party/LLVM/lib/ExecutionEngine/JIT/INSTALL.vcxproj.filters
diff --git a/src/LLVM/lib/ExecutionEngine/JIT/Intercept.cpp b/third_party/LLVM/lib/ExecutionEngine/JIT/Intercept.cpp
similarity index 100%
rename from src/LLVM/lib/ExecutionEngine/JIT/Intercept.cpp
rename to third_party/LLVM/lib/ExecutionEngine/JIT/Intercept.cpp
diff --git a/src/LLVM/lib/ExecutionEngine/JIT/JIT.cpp b/third_party/LLVM/lib/ExecutionEngine/JIT/JIT.cpp
similarity index 100%
rename from src/LLVM/lib/ExecutionEngine/JIT/JIT.cpp
rename to third_party/LLVM/lib/ExecutionEngine/JIT/JIT.cpp
diff --git a/src/LLVM/lib/ExecutionEngine/JIT/JIT.h b/third_party/LLVM/lib/ExecutionEngine/JIT/JIT.h
similarity index 100%
rename from src/LLVM/lib/ExecutionEngine/JIT/JIT.h
rename to third_party/LLVM/lib/ExecutionEngine/JIT/JIT.h
diff --git a/src/LLVM/lib/ExecutionEngine/JIT/JITDebugRegisterer.cpp b/third_party/LLVM/lib/ExecutionEngine/JIT/JITDebugRegisterer.cpp
similarity index 100%
rename from src/LLVM/lib/ExecutionEngine/JIT/JITDebugRegisterer.cpp
rename to third_party/LLVM/lib/ExecutionEngine/JIT/JITDebugRegisterer.cpp
diff --git a/src/LLVM/lib/ExecutionEngine/JIT/JITDebugRegisterer.h b/third_party/LLVM/lib/ExecutionEngine/JIT/JITDebugRegisterer.h
similarity index 100%
rename from src/LLVM/lib/ExecutionEngine/JIT/JITDebugRegisterer.h
rename to third_party/LLVM/lib/ExecutionEngine/JIT/JITDebugRegisterer.h
diff --git a/src/LLVM/lib/ExecutionEngine/JIT/JITDwarfEmitter.cpp b/third_party/LLVM/lib/ExecutionEngine/JIT/JITDwarfEmitter.cpp
similarity index 100%
rename from src/LLVM/lib/ExecutionEngine/JIT/JITDwarfEmitter.cpp
rename to third_party/LLVM/lib/ExecutionEngine/JIT/JITDwarfEmitter.cpp
diff --git a/src/LLVM/lib/ExecutionEngine/JIT/JITDwarfEmitter.h b/third_party/LLVM/lib/ExecutionEngine/JIT/JITDwarfEmitter.h
similarity index 100%
rename from src/LLVM/lib/ExecutionEngine/JIT/JITDwarfEmitter.h
rename to third_party/LLVM/lib/ExecutionEngine/JIT/JITDwarfEmitter.h
diff --git a/src/LLVM/lib/ExecutionEngine/JIT/JITEmitter.cpp b/third_party/LLVM/lib/ExecutionEngine/JIT/JITEmitter.cpp
similarity index 100%
rename from src/LLVM/lib/ExecutionEngine/JIT/JITEmitter.cpp
rename to third_party/LLVM/lib/ExecutionEngine/JIT/JITEmitter.cpp
diff --git a/src/LLVM/lib/ExecutionEngine/JIT/JITMemoryManager.cpp b/third_party/LLVM/lib/ExecutionEngine/JIT/JITMemoryManager.cpp
similarity index 100%
rename from src/LLVM/lib/ExecutionEngine/JIT/JITMemoryManager.cpp
rename to third_party/LLVM/lib/ExecutionEngine/JIT/JITMemoryManager.cpp
diff --git a/src/LLVM/lib/ExecutionEngine/JIT/LLVMJIT.vcxproj b/third_party/LLVM/lib/ExecutionEngine/JIT/LLVMJIT.vcxproj
similarity index 100%
rename from src/LLVM/lib/ExecutionEngine/JIT/LLVMJIT.vcxproj
rename to third_party/LLVM/lib/ExecutionEngine/JIT/LLVMJIT.vcxproj
diff --git a/src/LLVM/lib/ExecutionEngine/JIT/LLVMJIT.vcxproj.filters b/third_party/LLVM/lib/ExecutionEngine/JIT/LLVMJIT.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/ExecutionEngine/JIT/LLVMJIT.vcxproj.filters
rename to third_party/LLVM/lib/ExecutionEngine/JIT/LLVMJIT.vcxproj.filters
diff --git a/src/LLVM/lib/ExecutionEngine/JIT/Makefile b/third_party/LLVM/lib/ExecutionEngine/JIT/Makefile
similarity index 100%
rename from src/LLVM/lib/ExecutionEngine/JIT/Makefile
rename to third_party/LLVM/lib/ExecutionEngine/JIT/Makefile
diff --git a/src/LLVM/lib/ExecutionEngine/JIT/OProfileJITEventListener.cpp b/third_party/LLVM/lib/ExecutionEngine/JIT/OProfileJITEventListener.cpp
similarity index 100%
rename from src/LLVM/lib/ExecutionEngine/JIT/OProfileJITEventListener.cpp
rename to third_party/LLVM/lib/ExecutionEngine/JIT/OProfileJITEventListener.cpp
diff --git a/src/LLVM/lib/ExecutionEngine/JIT/PACKAGE.vcxproj.filters b/third_party/LLVM/lib/ExecutionEngine/JIT/PACKAGE.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/ExecutionEngine/JIT/PACKAGE.vcxproj.filters
rename to third_party/LLVM/lib/ExecutionEngine/JIT/PACKAGE.vcxproj.filters
diff --git a/src/LLVM/lib/ExecutionEngine/LLVMExecutionEngine.vcxproj b/third_party/LLVM/lib/ExecutionEngine/LLVMExecutionEngine.vcxproj
similarity index 100%
rename from src/LLVM/lib/ExecutionEngine/LLVMExecutionEngine.vcxproj
rename to third_party/LLVM/lib/ExecutionEngine/LLVMExecutionEngine.vcxproj
diff --git a/src/LLVM/lib/ExecutionEngine/LLVMExecutionEngine.vcxproj.filters b/third_party/LLVM/lib/ExecutionEngine/LLVMExecutionEngine.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/ExecutionEngine/LLVMExecutionEngine.vcxproj.filters
rename to third_party/LLVM/lib/ExecutionEngine/LLVMExecutionEngine.vcxproj.filters
diff --git a/src/LLVM/lib/ExecutionEngine/MCJIT/INSTALL.vcxproj.filters b/third_party/LLVM/lib/ExecutionEngine/MCJIT/INSTALL.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/ExecutionEngine/MCJIT/INSTALL.vcxproj.filters
rename to third_party/LLVM/lib/ExecutionEngine/MCJIT/INSTALL.vcxproj.filters
diff --git a/src/LLVM/lib/ExecutionEngine/MCJIT/Intercept.cpp b/third_party/LLVM/lib/ExecutionEngine/MCJIT/Intercept.cpp
similarity index 100%
rename from src/LLVM/lib/ExecutionEngine/MCJIT/Intercept.cpp
rename to third_party/LLVM/lib/ExecutionEngine/MCJIT/Intercept.cpp
diff --git a/src/LLVM/lib/ExecutionEngine/MCJIT/LLVMMCJIT.vcxproj b/third_party/LLVM/lib/ExecutionEngine/MCJIT/LLVMMCJIT.vcxproj
similarity index 100%
rename from src/LLVM/lib/ExecutionEngine/MCJIT/LLVMMCJIT.vcxproj
rename to third_party/LLVM/lib/ExecutionEngine/MCJIT/LLVMMCJIT.vcxproj
diff --git a/src/LLVM/lib/ExecutionEngine/MCJIT/LLVMMCJIT.vcxproj.filters b/third_party/LLVM/lib/ExecutionEngine/MCJIT/LLVMMCJIT.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/ExecutionEngine/MCJIT/LLVMMCJIT.vcxproj.filters
rename to third_party/LLVM/lib/ExecutionEngine/MCJIT/LLVMMCJIT.vcxproj.filters
diff --git a/src/LLVM/lib/ExecutionEngine/MCJIT/MCJIT.cpp b/third_party/LLVM/lib/ExecutionEngine/MCJIT/MCJIT.cpp
similarity index 100%
rename from src/LLVM/lib/ExecutionEngine/MCJIT/MCJIT.cpp
rename to third_party/LLVM/lib/ExecutionEngine/MCJIT/MCJIT.cpp
diff --git a/src/LLVM/lib/ExecutionEngine/MCJIT/MCJIT.h b/third_party/LLVM/lib/ExecutionEngine/MCJIT/MCJIT.h
similarity index 100%
rename from src/LLVM/lib/ExecutionEngine/MCJIT/MCJIT.h
rename to third_party/LLVM/lib/ExecutionEngine/MCJIT/MCJIT.h
diff --git a/src/LLVM/lib/ExecutionEngine/MCJIT/MCJITMemoryManager.h b/third_party/LLVM/lib/ExecutionEngine/MCJIT/MCJITMemoryManager.h
similarity index 100%
rename from src/LLVM/lib/ExecutionEngine/MCJIT/MCJITMemoryManager.h
rename to third_party/LLVM/lib/ExecutionEngine/MCJIT/MCJITMemoryManager.h
diff --git a/src/LLVM/lib/ExecutionEngine/MCJIT/Makefile b/third_party/LLVM/lib/ExecutionEngine/MCJIT/Makefile
similarity index 100%
rename from src/LLVM/lib/ExecutionEngine/MCJIT/Makefile
rename to third_party/LLVM/lib/ExecutionEngine/MCJIT/Makefile
diff --git a/src/LLVM/lib/ExecutionEngine/MCJIT/PACKAGE.vcxproj.filters b/third_party/LLVM/lib/ExecutionEngine/MCJIT/PACKAGE.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/ExecutionEngine/MCJIT/PACKAGE.vcxproj.filters
rename to third_party/LLVM/lib/ExecutionEngine/MCJIT/PACKAGE.vcxproj.filters
diff --git a/src/LLVM/lib/ExecutionEngine/Makefile b/third_party/LLVM/lib/ExecutionEngine/Makefile
similarity index 100%
rename from src/LLVM/lib/ExecutionEngine/Makefile
rename to third_party/LLVM/lib/ExecutionEngine/Makefile
diff --git a/src/LLVM/lib/ExecutionEngine/PACKAGE.vcxproj.filters b/third_party/LLVM/lib/ExecutionEngine/PACKAGE.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/ExecutionEngine/PACKAGE.vcxproj.filters
rename to third_party/LLVM/lib/ExecutionEngine/PACKAGE.vcxproj.filters
diff --git a/src/LLVM/lib/ExecutionEngine/RuntimeDyld/INSTALL.vcxproj.filters b/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/INSTALL.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/ExecutionEngine/RuntimeDyld/INSTALL.vcxproj.filters
rename to third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/INSTALL.vcxproj.filters
diff --git a/src/LLVM/lib/ExecutionEngine/RuntimeDyld/LLVMRuntimeDyld.vcxproj b/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/LLVMRuntimeDyld.vcxproj
similarity index 100%
rename from src/LLVM/lib/ExecutionEngine/RuntimeDyld/LLVMRuntimeDyld.vcxproj
rename to third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/LLVMRuntimeDyld.vcxproj
diff --git a/src/LLVM/lib/ExecutionEngine/RuntimeDyld/LLVMRuntimeDyld.vcxproj.filters b/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/LLVMRuntimeDyld.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/ExecutionEngine/RuntimeDyld/LLVMRuntimeDyld.vcxproj.filters
rename to third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/LLVMRuntimeDyld.vcxproj.filters
diff --git a/src/LLVM/lib/ExecutionEngine/RuntimeDyld/Makefile b/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/Makefile
similarity index 100%
rename from src/LLVM/lib/ExecutionEngine/RuntimeDyld/Makefile
rename to third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/Makefile
diff --git a/src/LLVM/lib/ExecutionEngine/RuntimeDyld/PACKAGE.vcxproj.filters b/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/PACKAGE.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/ExecutionEngine/RuntimeDyld/PACKAGE.vcxproj.filters
rename to third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/PACKAGE.vcxproj.filters
diff --git a/src/LLVM/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp b/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
similarity index 100%
rename from src/LLVM/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
rename to third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
diff --git a/src/LLVM/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h b/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h
similarity index 100%
rename from src/LLVM/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h
rename to third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h
diff --git a/src/LLVM/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp b/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp
similarity index 100%
rename from src/LLVM/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp
rename to third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp
diff --git a/src/LLVM/lib/ExecutionEngine/TargetSelect.cpp b/third_party/LLVM/lib/ExecutionEngine/TargetSelect.cpp
similarity index 100%
rename from src/LLVM/lib/ExecutionEngine/TargetSelect.cpp
rename to third_party/LLVM/lib/ExecutionEngine/TargetSelect.cpp
diff --git a/src/LLVM/lib/INSTALL.vcxproj.filters b/third_party/LLVM/lib/INSTALL.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/INSTALL.vcxproj.filters
rename to third_party/LLVM/lib/INSTALL.vcxproj.filters
diff --git a/src/LLVM/lib/Linker/INSTALL.vcxproj.filters b/third_party/LLVM/lib/Linker/INSTALL.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/Linker/INSTALL.vcxproj.filters
rename to third_party/LLVM/lib/Linker/INSTALL.vcxproj.filters
diff --git a/src/LLVM/lib/Linker/LLVMLinker.vcxproj b/third_party/LLVM/lib/Linker/LLVMLinker.vcxproj
similarity index 100%
rename from src/LLVM/lib/Linker/LLVMLinker.vcxproj
rename to third_party/LLVM/lib/Linker/LLVMLinker.vcxproj
diff --git a/src/LLVM/lib/Linker/LLVMLinker.vcxproj.filters b/third_party/LLVM/lib/Linker/LLVMLinker.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/Linker/LLVMLinker.vcxproj.filters
rename to third_party/LLVM/lib/Linker/LLVMLinker.vcxproj.filters
diff --git a/src/LLVM/lib/Linker/LinkArchives.cpp b/third_party/LLVM/lib/Linker/LinkArchives.cpp
similarity index 100%
rename from src/LLVM/lib/Linker/LinkArchives.cpp
rename to third_party/LLVM/lib/Linker/LinkArchives.cpp
diff --git a/src/LLVM/lib/Linker/LinkItems.cpp b/third_party/LLVM/lib/Linker/LinkItems.cpp
similarity index 100%
rename from src/LLVM/lib/Linker/LinkItems.cpp
rename to third_party/LLVM/lib/Linker/LinkItems.cpp
diff --git a/src/LLVM/lib/Linker/LinkModules.cpp b/third_party/LLVM/lib/Linker/LinkModules.cpp
similarity index 100%
rename from src/LLVM/lib/Linker/LinkModules.cpp
rename to third_party/LLVM/lib/Linker/LinkModules.cpp
diff --git a/src/LLVM/lib/Linker/Linker.cpp b/third_party/LLVM/lib/Linker/Linker.cpp
similarity index 100%
rename from src/LLVM/lib/Linker/Linker.cpp
rename to third_party/LLVM/lib/Linker/Linker.cpp
diff --git a/src/LLVM/lib/Linker/Makefile b/third_party/LLVM/lib/Linker/Makefile
similarity index 100%
rename from src/LLVM/lib/Linker/Makefile
rename to third_party/LLVM/lib/Linker/Makefile
diff --git a/src/LLVM/lib/Linker/PACKAGE.vcxproj.filters b/third_party/LLVM/lib/Linker/PACKAGE.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/Linker/PACKAGE.vcxproj.filters
rename to third_party/LLVM/lib/Linker/PACKAGE.vcxproj.filters
diff --git a/src/LLVM/lib/MC/ELFObjectWriter.cpp b/third_party/LLVM/lib/MC/ELFObjectWriter.cpp
similarity index 100%
rename from src/LLVM/lib/MC/ELFObjectWriter.cpp
rename to third_party/LLVM/lib/MC/ELFObjectWriter.cpp
diff --git a/src/LLVM/lib/MC/ELFObjectWriter.h b/third_party/LLVM/lib/MC/ELFObjectWriter.h
similarity index 100%
rename from src/LLVM/lib/MC/ELFObjectWriter.h
rename to third_party/LLVM/lib/MC/ELFObjectWriter.h
diff --git a/src/LLVM/lib/MC/INSTALL.vcxproj.filters b/third_party/LLVM/lib/MC/INSTALL.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/MC/INSTALL.vcxproj.filters
rename to third_party/LLVM/lib/MC/INSTALL.vcxproj.filters
diff --git a/src/LLVM/lib/MC/LLVMMC.vcxproj b/third_party/LLVM/lib/MC/LLVMMC.vcxproj
similarity index 100%
rename from src/LLVM/lib/MC/LLVMMC.vcxproj
rename to third_party/LLVM/lib/MC/LLVMMC.vcxproj
diff --git a/src/LLVM/lib/MC/LLVMMC.vcxproj.filters b/third_party/LLVM/lib/MC/LLVMMC.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/MC/LLVMMC.vcxproj.filters
rename to third_party/LLVM/lib/MC/LLVMMC.vcxproj.filters
diff --git a/src/LLVM/lib/MC/MCAsmBackend.cpp b/third_party/LLVM/lib/MC/MCAsmBackend.cpp
similarity index 100%
rename from src/LLVM/lib/MC/MCAsmBackend.cpp
rename to third_party/LLVM/lib/MC/MCAsmBackend.cpp
diff --git a/src/LLVM/lib/MC/MCAsmInfo.cpp b/third_party/LLVM/lib/MC/MCAsmInfo.cpp
similarity index 100%
rename from src/LLVM/lib/MC/MCAsmInfo.cpp
rename to third_party/LLVM/lib/MC/MCAsmInfo.cpp
diff --git a/src/LLVM/lib/MC/MCAsmInfoCOFF.cpp b/third_party/LLVM/lib/MC/MCAsmInfoCOFF.cpp
similarity index 100%
rename from src/LLVM/lib/MC/MCAsmInfoCOFF.cpp
rename to third_party/LLVM/lib/MC/MCAsmInfoCOFF.cpp
diff --git a/src/LLVM/lib/MC/MCAsmInfoDarwin.cpp b/third_party/LLVM/lib/MC/MCAsmInfoDarwin.cpp
similarity index 100%
rename from src/LLVM/lib/MC/MCAsmInfoDarwin.cpp
rename to third_party/LLVM/lib/MC/MCAsmInfoDarwin.cpp
diff --git a/src/LLVM/lib/MC/MCAsmStreamer.cpp b/third_party/LLVM/lib/MC/MCAsmStreamer.cpp
similarity index 100%
rename from src/LLVM/lib/MC/MCAsmStreamer.cpp
rename to third_party/LLVM/lib/MC/MCAsmStreamer.cpp
diff --git a/src/LLVM/lib/MC/MCAssembler.cpp b/third_party/LLVM/lib/MC/MCAssembler.cpp
similarity index 100%
rename from src/LLVM/lib/MC/MCAssembler.cpp
rename to third_party/LLVM/lib/MC/MCAssembler.cpp
diff --git a/src/LLVM/lib/MC/MCAtom.cpp b/third_party/LLVM/lib/MC/MCAtom.cpp
similarity index 100%
rename from src/LLVM/lib/MC/MCAtom.cpp
rename to third_party/LLVM/lib/MC/MCAtom.cpp
diff --git a/src/LLVM/lib/MC/MCCodeEmitter.cpp b/third_party/LLVM/lib/MC/MCCodeEmitter.cpp
similarity index 100%
rename from src/LLVM/lib/MC/MCCodeEmitter.cpp
rename to third_party/LLVM/lib/MC/MCCodeEmitter.cpp
diff --git a/src/LLVM/lib/MC/MCCodeGenInfo.cpp b/third_party/LLVM/lib/MC/MCCodeGenInfo.cpp
similarity index 100%
rename from src/LLVM/lib/MC/MCCodeGenInfo.cpp
rename to third_party/LLVM/lib/MC/MCCodeGenInfo.cpp
diff --git a/src/LLVM/lib/MC/MCContext.cpp b/third_party/LLVM/lib/MC/MCContext.cpp
similarity index 100%
rename from src/LLVM/lib/MC/MCContext.cpp
rename to third_party/LLVM/lib/MC/MCContext.cpp
diff --git a/src/LLVM/lib/MC/MCDisassembler.cpp b/third_party/LLVM/lib/MC/MCDisassembler.cpp
similarity index 100%
rename from src/LLVM/lib/MC/MCDisassembler.cpp
rename to third_party/LLVM/lib/MC/MCDisassembler.cpp
diff --git a/src/LLVM/lib/MC/MCDisassembler/Disassembler.cpp b/third_party/LLVM/lib/MC/MCDisassembler/Disassembler.cpp
similarity index 100%
rename from src/LLVM/lib/MC/MCDisassembler/Disassembler.cpp
rename to third_party/LLVM/lib/MC/MCDisassembler/Disassembler.cpp
diff --git a/src/LLVM/lib/MC/MCDisassembler/Disassembler.h b/third_party/LLVM/lib/MC/MCDisassembler/Disassembler.h
similarity index 100%
rename from src/LLVM/lib/MC/MCDisassembler/Disassembler.h
rename to third_party/LLVM/lib/MC/MCDisassembler/Disassembler.h
diff --git a/src/LLVM/lib/MC/MCDisassembler/EDDisassembler.cpp b/third_party/LLVM/lib/MC/MCDisassembler/EDDisassembler.cpp
similarity index 100%
rename from src/LLVM/lib/MC/MCDisassembler/EDDisassembler.cpp
rename to third_party/LLVM/lib/MC/MCDisassembler/EDDisassembler.cpp
diff --git a/src/LLVM/lib/MC/MCDisassembler/EDDisassembler.h b/third_party/LLVM/lib/MC/MCDisassembler/EDDisassembler.h
similarity index 100%
rename from src/LLVM/lib/MC/MCDisassembler/EDDisassembler.h
rename to third_party/LLVM/lib/MC/MCDisassembler/EDDisassembler.h
diff --git a/src/LLVM/lib/MC/MCDisassembler/EDInfo.h b/third_party/LLVM/lib/MC/MCDisassembler/EDInfo.h
similarity index 100%
rename from src/LLVM/lib/MC/MCDisassembler/EDInfo.h
rename to third_party/LLVM/lib/MC/MCDisassembler/EDInfo.h
diff --git a/src/LLVM/lib/MC/MCDisassembler/EDInst.cpp b/third_party/LLVM/lib/MC/MCDisassembler/EDInst.cpp
similarity index 100%
rename from src/LLVM/lib/MC/MCDisassembler/EDInst.cpp
rename to third_party/LLVM/lib/MC/MCDisassembler/EDInst.cpp
diff --git a/src/LLVM/lib/MC/MCDisassembler/EDInst.h b/third_party/LLVM/lib/MC/MCDisassembler/EDInst.h
similarity index 100%
rename from src/LLVM/lib/MC/MCDisassembler/EDInst.h
rename to third_party/LLVM/lib/MC/MCDisassembler/EDInst.h
diff --git a/src/LLVM/lib/MC/MCDisassembler/EDOperand.cpp b/third_party/LLVM/lib/MC/MCDisassembler/EDOperand.cpp
similarity index 100%
rename from src/LLVM/lib/MC/MCDisassembler/EDOperand.cpp
rename to third_party/LLVM/lib/MC/MCDisassembler/EDOperand.cpp
diff --git a/src/LLVM/lib/MC/MCDisassembler/EDOperand.h b/third_party/LLVM/lib/MC/MCDisassembler/EDOperand.h
similarity index 100%
rename from src/LLVM/lib/MC/MCDisassembler/EDOperand.h
rename to third_party/LLVM/lib/MC/MCDisassembler/EDOperand.h
diff --git a/src/LLVM/lib/MC/MCDisassembler/EDToken.cpp b/third_party/LLVM/lib/MC/MCDisassembler/EDToken.cpp
similarity index 100%
rename from src/LLVM/lib/MC/MCDisassembler/EDToken.cpp
rename to third_party/LLVM/lib/MC/MCDisassembler/EDToken.cpp
diff --git a/src/LLVM/lib/MC/MCDisassembler/EDToken.h b/third_party/LLVM/lib/MC/MCDisassembler/EDToken.h
similarity index 100%
rename from src/LLVM/lib/MC/MCDisassembler/EDToken.h
rename to third_party/LLVM/lib/MC/MCDisassembler/EDToken.h
diff --git a/src/LLVM/lib/MC/MCDisassembler/INSTALL.vcxproj.filters b/third_party/LLVM/lib/MC/MCDisassembler/INSTALL.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/MC/MCDisassembler/INSTALL.vcxproj.filters
rename to third_party/LLVM/lib/MC/MCDisassembler/INSTALL.vcxproj.filters
diff --git a/src/LLVM/lib/MC/MCDisassembler/LLVMMCDisassembler.vcxproj b/third_party/LLVM/lib/MC/MCDisassembler/LLVMMCDisassembler.vcxproj
similarity index 100%
rename from src/LLVM/lib/MC/MCDisassembler/LLVMMCDisassembler.vcxproj
rename to third_party/LLVM/lib/MC/MCDisassembler/LLVMMCDisassembler.vcxproj
diff --git a/src/LLVM/lib/MC/MCDisassembler/LLVMMCDisassembler.vcxproj.filters b/third_party/LLVM/lib/MC/MCDisassembler/LLVMMCDisassembler.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/MC/MCDisassembler/LLVMMCDisassembler.vcxproj.filters
rename to third_party/LLVM/lib/MC/MCDisassembler/LLVMMCDisassembler.vcxproj.filters
diff --git a/src/LLVM/lib/MC/MCDisassembler/Makefile b/third_party/LLVM/lib/MC/MCDisassembler/Makefile
similarity index 100%
rename from src/LLVM/lib/MC/MCDisassembler/Makefile
rename to third_party/LLVM/lib/MC/MCDisassembler/Makefile
diff --git a/src/LLVM/lib/MC/MCDisassembler/PACKAGE.vcxproj.filters b/third_party/LLVM/lib/MC/MCDisassembler/PACKAGE.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/MC/MCDisassembler/PACKAGE.vcxproj.filters
rename to third_party/LLVM/lib/MC/MCDisassembler/PACKAGE.vcxproj.filters
diff --git a/src/LLVM/lib/MC/MCDwarf.cpp b/third_party/LLVM/lib/MC/MCDwarf.cpp
similarity index 100%
rename from src/LLVM/lib/MC/MCDwarf.cpp
rename to third_party/LLVM/lib/MC/MCDwarf.cpp
diff --git a/src/LLVM/lib/MC/MCELF.cpp b/third_party/LLVM/lib/MC/MCELF.cpp
similarity index 100%
rename from src/LLVM/lib/MC/MCELF.cpp
rename to third_party/LLVM/lib/MC/MCELF.cpp
diff --git a/src/LLVM/lib/MC/MCELF.h b/third_party/LLVM/lib/MC/MCELF.h
similarity index 100%
rename from src/LLVM/lib/MC/MCELF.h
rename to third_party/LLVM/lib/MC/MCELF.h
diff --git a/src/LLVM/lib/MC/MCELFObjectTargetWriter.cpp b/third_party/LLVM/lib/MC/MCELFObjectTargetWriter.cpp
similarity index 100%
rename from src/LLVM/lib/MC/MCELFObjectTargetWriter.cpp
rename to third_party/LLVM/lib/MC/MCELFObjectTargetWriter.cpp
diff --git a/src/LLVM/lib/MC/MCELFStreamer.cpp b/third_party/LLVM/lib/MC/MCELFStreamer.cpp
similarity index 100%
rename from src/LLVM/lib/MC/MCELFStreamer.cpp
rename to third_party/LLVM/lib/MC/MCELFStreamer.cpp
diff --git a/src/LLVM/lib/MC/MCELFStreamer.h b/third_party/LLVM/lib/MC/MCELFStreamer.h
similarity index 100%
rename from src/LLVM/lib/MC/MCELFStreamer.h
rename to third_party/LLVM/lib/MC/MCELFStreamer.h
diff --git a/src/LLVM/lib/MC/MCExpr.cpp b/third_party/LLVM/lib/MC/MCExpr.cpp
similarity index 100%
rename from src/LLVM/lib/MC/MCExpr.cpp
rename to third_party/LLVM/lib/MC/MCExpr.cpp
diff --git a/src/LLVM/lib/MC/MCInst.cpp b/third_party/LLVM/lib/MC/MCInst.cpp
similarity index 100%
rename from src/LLVM/lib/MC/MCInst.cpp
rename to third_party/LLVM/lib/MC/MCInst.cpp
diff --git a/src/LLVM/lib/MC/MCInstPrinter.cpp b/third_party/LLVM/lib/MC/MCInstPrinter.cpp
similarity index 100%
rename from src/LLVM/lib/MC/MCInstPrinter.cpp
rename to third_party/LLVM/lib/MC/MCInstPrinter.cpp
diff --git a/src/LLVM/lib/MC/MCInstrAnalysis.cpp b/third_party/LLVM/lib/MC/MCInstrAnalysis.cpp
similarity index 100%
rename from src/LLVM/lib/MC/MCInstrAnalysis.cpp
rename to third_party/LLVM/lib/MC/MCInstrAnalysis.cpp
diff --git a/src/LLVM/lib/MC/MCLabel.cpp b/third_party/LLVM/lib/MC/MCLabel.cpp
similarity index 100%
rename from src/LLVM/lib/MC/MCLabel.cpp
rename to third_party/LLVM/lib/MC/MCLabel.cpp
diff --git a/src/LLVM/lib/MC/MCLoggingStreamer.cpp b/third_party/LLVM/lib/MC/MCLoggingStreamer.cpp
similarity index 100%
rename from src/LLVM/lib/MC/MCLoggingStreamer.cpp
rename to third_party/LLVM/lib/MC/MCLoggingStreamer.cpp
diff --git a/src/LLVM/lib/MC/MCMachOStreamer.cpp b/third_party/LLVM/lib/MC/MCMachOStreamer.cpp
similarity index 100%
rename from src/LLVM/lib/MC/MCMachOStreamer.cpp
rename to third_party/LLVM/lib/MC/MCMachOStreamer.cpp
diff --git a/src/LLVM/lib/MC/MCMachObjectTargetWriter.cpp b/third_party/LLVM/lib/MC/MCMachObjectTargetWriter.cpp
similarity index 100%
rename from src/LLVM/lib/MC/MCMachObjectTargetWriter.cpp
rename to third_party/LLVM/lib/MC/MCMachObjectTargetWriter.cpp
diff --git a/src/LLVM/lib/MC/MCModule.cpp b/third_party/LLVM/lib/MC/MCModule.cpp
similarity index 100%
rename from src/LLVM/lib/MC/MCModule.cpp
rename to third_party/LLVM/lib/MC/MCModule.cpp
diff --git a/src/LLVM/lib/MC/MCNullStreamer.cpp b/third_party/LLVM/lib/MC/MCNullStreamer.cpp
similarity index 100%
rename from src/LLVM/lib/MC/MCNullStreamer.cpp
rename to third_party/LLVM/lib/MC/MCNullStreamer.cpp
diff --git a/src/LLVM/lib/MC/MCObjectFileInfo.cpp b/third_party/LLVM/lib/MC/MCObjectFileInfo.cpp
similarity index 100%
rename from src/LLVM/lib/MC/MCObjectFileInfo.cpp
rename to third_party/LLVM/lib/MC/MCObjectFileInfo.cpp
diff --git a/src/LLVM/lib/MC/MCObjectStreamer.cpp b/third_party/LLVM/lib/MC/MCObjectStreamer.cpp
similarity index 100%
rename from src/LLVM/lib/MC/MCObjectStreamer.cpp
rename to third_party/LLVM/lib/MC/MCObjectStreamer.cpp
diff --git a/src/LLVM/lib/MC/MCObjectWriter.cpp b/third_party/LLVM/lib/MC/MCObjectWriter.cpp
similarity index 100%
rename from src/LLVM/lib/MC/MCObjectWriter.cpp
rename to third_party/LLVM/lib/MC/MCObjectWriter.cpp
diff --git a/src/LLVM/lib/MC/MCParser/AsmLexer.cpp b/third_party/LLVM/lib/MC/MCParser/AsmLexer.cpp
similarity index 100%
rename from src/LLVM/lib/MC/MCParser/AsmLexer.cpp
rename to third_party/LLVM/lib/MC/MCParser/AsmLexer.cpp
diff --git a/src/LLVM/lib/MC/MCParser/AsmParser.cpp b/third_party/LLVM/lib/MC/MCParser/AsmParser.cpp
similarity index 100%
rename from src/LLVM/lib/MC/MCParser/AsmParser.cpp
rename to third_party/LLVM/lib/MC/MCParser/AsmParser.cpp
diff --git a/src/LLVM/lib/MC/MCParser/COFFAsmParser.cpp b/third_party/LLVM/lib/MC/MCParser/COFFAsmParser.cpp
similarity index 100%
rename from src/LLVM/lib/MC/MCParser/COFFAsmParser.cpp
rename to third_party/LLVM/lib/MC/MCParser/COFFAsmParser.cpp
diff --git a/src/LLVM/lib/MC/MCParser/DarwinAsmParser.cpp b/third_party/LLVM/lib/MC/MCParser/DarwinAsmParser.cpp
similarity index 100%
rename from src/LLVM/lib/MC/MCParser/DarwinAsmParser.cpp
rename to third_party/LLVM/lib/MC/MCParser/DarwinAsmParser.cpp
diff --git a/src/LLVM/lib/MC/MCParser/ELFAsmParser.cpp b/third_party/LLVM/lib/MC/MCParser/ELFAsmParser.cpp
similarity index 100%
rename from src/LLVM/lib/MC/MCParser/ELFAsmParser.cpp
rename to third_party/LLVM/lib/MC/MCParser/ELFAsmParser.cpp
diff --git a/src/LLVM/lib/MC/MCParser/INSTALL.vcxproj.filters b/third_party/LLVM/lib/MC/MCParser/INSTALL.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/MC/MCParser/INSTALL.vcxproj.filters
rename to third_party/LLVM/lib/MC/MCParser/INSTALL.vcxproj.filters
diff --git a/src/LLVM/lib/MC/MCParser/LLVMMCParser.vcxproj b/third_party/LLVM/lib/MC/MCParser/LLVMMCParser.vcxproj
similarity index 100%
rename from src/LLVM/lib/MC/MCParser/LLVMMCParser.vcxproj
rename to third_party/LLVM/lib/MC/MCParser/LLVMMCParser.vcxproj
diff --git a/src/LLVM/lib/MC/MCParser/LLVMMCParser.vcxproj.filters b/third_party/LLVM/lib/MC/MCParser/LLVMMCParser.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/MC/MCParser/LLVMMCParser.vcxproj.filters
rename to third_party/LLVM/lib/MC/MCParser/LLVMMCParser.vcxproj.filters
diff --git a/src/LLVM/lib/MC/MCParser/MCAsmLexer.cpp b/third_party/LLVM/lib/MC/MCParser/MCAsmLexer.cpp
similarity index 100%
rename from src/LLVM/lib/MC/MCParser/MCAsmLexer.cpp
rename to third_party/LLVM/lib/MC/MCParser/MCAsmLexer.cpp
diff --git a/src/LLVM/lib/MC/MCParser/MCAsmParser.cpp b/third_party/LLVM/lib/MC/MCParser/MCAsmParser.cpp
similarity index 100%
rename from src/LLVM/lib/MC/MCParser/MCAsmParser.cpp
rename to third_party/LLVM/lib/MC/MCParser/MCAsmParser.cpp
diff --git a/src/LLVM/lib/MC/MCParser/MCAsmParserExtension.cpp b/third_party/LLVM/lib/MC/MCParser/MCAsmParserExtension.cpp
similarity index 100%
rename from src/LLVM/lib/MC/MCParser/MCAsmParserExtension.cpp
rename to third_party/LLVM/lib/MC/MCParser/MCAsmParserExtension.cpp
diff --git a/src/LLVM/lib/MC/MCParser/MCTargetAsmParser.cpp b/third_party/LLVM/lib/MC/MCParser/MCTargetAsmParser.cpp
similarity index 100%
rename from src/LLVM/lib/MC/MCParser/MCTargetAsmParser.cpp
rename to third_party/LLVM/lib/MC/MCParser/MCTargetAsmParser.cpp
diff --git a/src/LLVM/lib/MC/MCParser/Makefile b/third_party/LLVM/lib/MC/MCParser/Makefile
similarity index 100%
rename from src/LLVM/lib/MC/MCParser/Makefile
rename to third_party/LLVM/lib/MC/MCParser/Makefile
diff --git a/src/LLVM/lib/MC/MCParser/PACKAGE.vcxproj.filters b/third_party/LLVM/lib/MC/MCParser/PACKAGE.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/MC/MCParser/PACKAGE.vcxproj.filters
rename to third_party/LLVM/lib/MC/MCParser/PACKAGE.vcxproj.filters
diff --git a/src/LLVM/lib/MC/MCPureStreamer.cpp b/third_party/LLVM/lib/MC/MCPureStreamer.cpp
similarity index 100%
rename from src/LLVM/lib/MC/MCPureStreamer.cpp
rename to third_party/LLVM/lib/MC/MCPureStreamer.cpp
diff --git a/src/LLVM/lib/MC/MCSection.cpp b/third_party/LLVM/lib/MC/MCSection.cpp
similarity index 100%
rename from src/LLVM/lib/MC/MCSection.cpp
rename to third_party/LLVM/lib/MC/MCSection.cpp
diff --git a/src/LLVM/lib/MC/MCSectionCOFF.cpp b/third_party/LLVM/lib/MC/MCSectionCOFF.cpp
similarity index 100%
rename from src/LLVM/lib/MC/MCSectionCOFF.cpp
rename to third_party/LLVM/lib/MC/MCSectionCOFF.cpp
diff --git a/src/LLVM/lib/MC/MCSectionELF.cpp b/third_party/LLVM/lib/MC/MCSectionELF.cpp
similarity index 100%
rename from src/LLVM/lib/MC/MCSectionELF.cpp
rename to third_party/LLVM/lib/MC/MCSectionELF.cpp
diff --git a/src/LLVM/lib/MC/MCSectionMachO.cpp b/third_party/LLVM/lib/MC/MCSectionMachO.cpp
similarity index 100%
rename from src/LLVM/lib/MC/MCSectionMachO.cpp
rename to third_party/LLVM/lib/MC/MCSectionMachO.cpp
diff --git a/src/LLVM/lib/MC/MCStreamer.cpp b/third_party/LLVM/lib/MC/MCStreamer.cpp
similarity index 100%
rename from src/LLVM/lib/MC/MCStreamer.cpp
rename to third_party/LLVM/lib/MC/MCStreamer.cpp
diff --git a/src/LLVM/lib/MC/MCSubtargetInfo.cpp b/third_party/LLVM/lib/MC/MCSubtargetInfo.cpp
similarity index 100%
rename from src/LLVM/lib/MC/MCSubtargetInfo.cpp
rename to third_party/LLVM/lib/MC/MCSubtargetInfo.cpp
diff --git a/src/LLVM/lib/MC/MCSymbol.cpp b/third_party/LLVM/lib/MC/MCSymbol.cpp
similarity index 100%
rename from src/LLVM/lib/MC/MCSymbol.cpp
rename to third_party/LLVM/lib/MC/MCSymbol.cpp
diff --git a/src/LLVM/lib/MC/MCTargetAsmLexer.cpp b/third_party/LLVM/lib/MC/MCTargetAsmLexer.cpp
similarity index 100%
rename from src/LLVM/lib/MC/MCTargetAsmLexer.cpp
rename to third_party/LLVM/lib/MC/MCTargetAsmLexer.cpp
diff --git a/src/LLVM/lib/MC/MCValue.cpp b/third_party/LLVM/lib/MC/MCValue.cpp
similarity index 100%
rename from src/LLVM/lib/MC/MCValue.cpp
rename to third_party/LLVM/lib/MC/MCValue.cpp
diff --git a/src/LLVM/lib/MC/MCWin64EH.cpp b/third_party/LLVM/lib/MC/MCWin64EH.cpp
similarity index 100%
rename from src/LLVM/lib/MC/MCWin64EH.cpp
rename to third_party/LLVM/lib/MC/MCWin64EH.cpp
diff --git a/src/LLVM/lib/MC/MachObjectWriter.cpp b/third_party/LLVM/lib/MC/MachObjectWriter.cpp
similarity index 100%
rename from src/LLVM/lib/MC/MachObjectWriter.cpp
rename to third_party/LLVM/lib/MC/MachObjectWriter.cpp
diff --git a/src/LLVM/lib/MC/Makefile b/third_party/LLVM/lib/MC/Makefile
similarity index 100%
rename from src/LLVM/lib/MC/Makefile
rename to third_party/LLVM/lib/MC/Makefile
diff --git a/src/LLVM/lib/MC/PACKAGE.vcxproj.filters b/third_party/LLVM/lib/MC/PACKAGE.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/MC/PACKAGE.vcxproj.filters
rename to third_party/LLVM/lib/MC/PACKAGE.vcxproj.filters
diff --git a/src/LLVM/lib/MC/SubtargetFeature.cpp b/third_party/LLVM/lib/MC/SubtargetFeature.cpp
similarity index 100%
rename from src/LLVM/lib/MC/SubtargetFeature.cpp
rename to third_party/LLVM/lib/MC/SubtargetFeature.cpp
diff --git a/src/LLVM/lib/MC/WinCOFFObjectWriter.cpp b/third_party/LLVM/lib/MC/WinCOFFObjectWriter.cpp
similarity index 100%
rename from src/LLVM/lib/MC/WinCOFFObjectWriter.cpp
rename to third_party/LLVM/lib/MC/WinCOFFObjectWriter.cpp
diff --git a/src/LLVM/lib/MC/WinCOFFStreamer.cpp b/third_party/LLVM/lib/MC/WinCOFFStreamer.cpp
similarity index 100%
rename from src/LLVM/lib/MC/WinCOFFStreamer.cpp
rename to third_party/LLVM/lib/MC/WinCOFFStreamer.cpp
diff --git a/src/LLVM/lib/Makefile b/third_party/LLVM/lib/Makefile
similarity index 100%
rename from src/LLVM/lib/Makefile
rename to third_party/LLVM/lib/Makefile
diff --git a/src/LLVM/lib/Object/Archive.cpp b/third_party/LLVM/lib/Object/Archive.cpp
similarity index 100%
rename from src/LLVM/lib/Object/Archive.cpp
rename to third_party/LLVM/lib/Object/Archive.cpp
diff --git a/src/LLVM/lib/Object/Binary.cpp b/third_party/LLVM/lib/Object/Binary.cpp
similarity index 100%
rename from src/LLVM/lib/Object/Binary.cpp
rename to third_party/LLVM/lib/Object/Binary.cpp
diff --git a/src/LLVM/lib/Object/COFFObjectFile.cpp b/third_party/LLVM/lib/Object/COFFObjectFile.cpp
similarity index 100%
rename from src/LLVM/lib/Object/COFFObjectFile.cpp
rename to third_party/LLVM/lib/Object/COFFObjectFile.cpp
diff --git a/src/LLVM/lib/Object/ELFObjectFile.cpp b/third_party/LLVM/lib/Object/ELFObjectFile.cpp
similarity index 100%
rename from src/LLVM/lib/Object/ELFObjectFile.cpp
rename to third_party/LLVM/lib/Object/ELFObjectFile.cpp
diff --git a/src/LLVM/lib/Object/Error.cpp b/third_party/LLVM/lib/Object/Error.cpp
similarity index 100%
rename from src/LLVM/lib/Object/Error.cpp
rename to third_party/LLVM/lib/Object/Error.cpp
diff --git a/src/LLVM/lib/Object/INSTALL.vcxproj.filters b/third_party/LLVM/lib/Object/INSTALL.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/Object/INSTALL.vcxproj.filters
rename to third_party/LLVM/lib/Object/INSTALL.vcxproj.filters
diff --git a/src/LLVM/lib/Object/LLVMObject.vcxproj b/third_party/LLVM/lib/Object/LLVMObject.vcxproj
similarity index 100%
rename from src/LLVM/lib/Object/LLVMObject.vcxproj
rename to third_party/LLVM/lib/Object/LLVMObject.vcxproj
diff --git a/src/LLVM/lib/Object/LLVMObject.vcxproj.filters b/third_party/LLVM/lib/Object/LLVMObject.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/Object/LLVMObject.vcxproj.filters
rename to third_party/LLVM/lib/Object/LLVMObject.vcxproj.filters
diff --git a/src/LLVM/lib/Object/MachOObject.cpp b/third_party/LLVM/lib/Object/MachOObject.cpp
similarity index 100%
rename from src/LLVM/lib/Object/MachOObject.cpp
rename to third_party/LLVM/lib/Object/MachOObject.cpp
diff --git a/src/LLVM/lib/Object/MachOObjectFile.cpp b/third_party/LLVM/lib/Object/MachOObjectFile.cpp
similarity index 100%
rename from src/LLVM/lib/Object/MachOObjectFile.cpp
rename to third_party/LLVM/lib/Object/MachOObjectFile.cpp
diff --git a/src/LLVM/lib/Object/Makefile b/third_party/LLVM/lib/Object/Makefile
similarity index 100%
rename from src/LLVM/lib/Object/Makefile
rename to third_party/LLVM/lib/Object/Makefile
diff --git a/src/LLVM/lib/Object/Object.cpp b/third_party/LLVM/lib/Object/Object.cpp
similarity index 100%
rename from src/LLVM/lib/Object/Object.cpp
rename to third_party/LLVM/lib/Object/Object.cpp
diff --git a/src/LLVM/lib/Object/ObjectFile.cpp b/third_party/LLVM/lib/Object/ObjectFile.cpp
similarity index 100%
rename from src/LLVM/lib/Object/ObjectFile.cpp
rename to third_party/LLVM/lib/Object/ObjectFile.cpp
diff --git a/src/LLVM/lib/Object/PACKAGE.vcxproj.filters b/third_party/LLVM/lib/Object/PACKAGE.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/Object/PACKAGE.vcxproj.filters
rename to third_party/LLVM/lib/Object/PACKAGE.vcxproj.filters
diff --git a/src/LLVM/lib/PACKAGE.vcxproj.filters b/third_party/LLVM/lib/PACKAGE.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/PACKAGE.vcxproj.filters
rename to third_party/LLVM/lib/PACKAGE.vcxproj.filters
diff --git a/src/LLVM/lib/Support/APFloat.cpp b/third_party/LLVM/lib/Support/APFloat.cpp
similarity index 100%
rename from src/LLVM/lib/Support/APFloat.cpp
rename to third_party/LLVM/lib/Support/APFloat.cpp
diff --git a/src/LLVM/lib/Support/APInt.cpp b/third_party/LLVM/lib/Support/APInt.cpp
similarity index 100%
rename from src/LLVM/lib/Support/APInt.cpp
rename to third_party/LLVM/lib/Support/APInt.cpp
diff --git a/src/LLVM/lib/Support/APSInt.cpp b/third_party/LLVM/lib/Support/APSInt.cpp
similarity index 100%
rename from src/LLVM/lib/Support/APSInt.cpp
rename to third_party/LLVM/lib/Support/APSInt.cpp
diff --git a/src/LLVM/lib/Support/Allocator.cpp b/third_party/LLVM/lib/Support/Allocator.cpp
similarity index 100%
rename from src/LLVM/lib/Support/Allocator.cpp
rename to third_party/LLVM/lib/Support/Allocator.cpp
diff --git a/src/LLVM/lib/Support/Atomic.cpp b/third_party/LLVM/lib/Support/Atomic.cpp
similarity index 100%
rename from src/LLVM/lib/Support/Atomic.cpp
rename to third_party/LLVM/lib/Support/Atomic.cpp
diff --git a/src/LLVM/lib/Support/BlockFrequency.cpp b/third_party/LLVM/lib/Support/BlockFrequency.cpp
similarity index 100%
rename from src/LLVM/lib/Support/BlockFrequency.cpp
rename to third_party/LLVM/lib/Support/BlockFrequency.cpp
diff --git a/src/LLVM/lib/Support/BranchProbability.cpp b/third_party/LLVM/lib/Support/BranchProbability.cpp
similarity index 100%
rename from src/LLVM/lib/Support/BranchProbability.cpp
rename to third_party/LLVM/lib/Support/BranchProbability.cpp
diff --git a/src/LLVM/lib/Support/COPYRIGHT.regex b/third_party/LLVM/lib/Support/COPYRIGHT.regex
similarity index 100%
rename from src/LLVM/lib/Support/COPYRIGHT.regex
rename to third_party/LLVM/lib/Support/COPYRIGHT.regex
diff --git a/src/LLVM/lib/Support/CommandLine.cpp b/third_party/LLVM/lib/Support/CommandLine.cpp
similarity index 100%
rename from src/LLVM/lib/Support/CommandLine.cpp
rename to third_party/LLVM/lib/Support/CommandLine.cpp
diff --git a/src/LLVM/lib/Support/ConstantRange.cpp b/third_party/LLVM/lib/Support/ConstantRange.cpp
similarity index 100%
rename from src/LLVM/lib/Support/ConstantRange.cpp
rename to third_party/LLVM/lib/Support/ConstantRange.cpp
diff --git a/src/LLVM/lib/Support/CrashRecoveryContext.cpp b/third_party/LLVM/lib/Support/CrashRecoveryContext.cpp
similarity index 100%
rename from src/LLVM/lib/Support/CrashRecoveryContext.cpp
rename to third_party/LLVM/lib/Support/CrashRecoveryContext.cpp
diff --git a/src/LLVM/lib/Support/DAGDeltaAlgorithm.cpp b/third_party/LLVM/lib/Support/DAGDeltaAlgorithm.cpp
similarity index 100%
rename from src/LLVM/lib/Support/DAGDeltaAlgorithm.cpp
rename to third_party/LLVM/lib/Support/DAGDeltaAlgorithm.cpp
diff --git a/src/LLVM/lib/Support/DataExtractor.cpp b/third_party/LLVM/lib/Support/DataExtractor.cpp
similarity index 100%
rename from src/LLVM/lib/Support/DataExtractor.cpp
rename to third_party/LLVM/lib/Support/DataExtractor.cpp
diff --git a/src/LLVM/lib/Support/Debug.cpp b/third_party/LLVM/lib/Support/Debug.cpp
similarity index 100%
rename from src/LLVM/lib/Support/Debug.cpp
rename to third_party/LLVM/lib/Support/Debug.cpp
diff --git a/src/LLVM/lib/Support/DeltaAlgorithm.cpp b/third_party/LLVM/lib/Support/DeltaAlgorithm.cpp
similarity index 100%
rename from src/LLVM/lib/Support/DeltaAlgorithm.cpp
rename to third_party/LLVM/lib/Support/DeltaAlgorithm.cpp
diff --git a/src/LLVM/lib/Support/Disassembler.cpp b/third_party/LLVM/lib/Support/Disassembler.cpp
similarity index 100%
rename from src/LLVM/lib/Support/Disassembler.cpp
rename to third_party/LLVM/lib/Support/Disassembler.cpp
diff --git a/src/LLVM/lib/Support/Dwarf.cpp b/third_party/LLVM/lib/Support/Dwarf.cpp
similarity index 100%
rename from src/LLVM/lib/Support/Dwarf.cpp
rename to third_party/LLVM/lib/Support/Dwarf.cpp
diff --git a/src/LLVM/lib/Support/DynamicLibrary.cpp b/third_party/LLVM/lib/Support/DynamicLibrary.cpp
similarity index 100%
rename from src/LLVM/lib/Support/DynamicLibrary.cpp
rename to third_party/LLVM/lib/Support/DynamicLibrary.cpp
diff --git a/src/LLVM/lib/Support/Errno.cpp b/third_party/LLVM/lib/Support/Errno.cpp
similarity index 100%
rename from src/LLVM/lib/Support/Errno.cpp
rename to third_party/LLVM/lib/Support/Errno.cpp
diff --git a/src/LLVM/lib/Support/ErrorHandling.cpp b/third_party/LLVM/lib/Support/ErrorHandling.cpp
similarity index 100%
rename from src/LLVM/lib/Support/ErrorHandling.cpp
rename to third_party/LLVM/lib/Support/ErrorHandling.cpp
diff --git a/src/LLVM/lib/Support/FileUtilities.cpp b/third_party/LLVM/lib/Support/FileUtilities.cpp
similarity index 100%
rename from src/LLVM/lib/Support/FileUtilities.cpp
rename to third_party/LLVM/lib/Support/FileUtilities.cpp
diff --git a/src/LLVM/lib/Support/FoldingSet.cpp b/third_party/LLVM/lib/Support/FoldingSet.cpp
similarity index 100%
rename from src/LLVM/lib/Support/FoldingSet.cpp
rename to third_party/LLVM/lib/Support/FoldingSet.cpp
diff --git a/src/LLVM/lib/Support/FormattedStream.cpp b/third_party/LLVM/lib/Support/FormattedStream.cpp
similarity index 100%
rename from src/LLVM/lib/Support/FormattedStream.cpp
rename to third_party/LLVM/lib/Support/FormattedStream.cpp
diff --git a/src/LLVM/lib/Support/GraphWriter.cpp b/third_party/LLVM/lib/Support/GraphWriter.cpp
similarity index 100%
rename from src/LLVM/lib/Support/GraphWriter.cpp
rename to third_party/LLVM/lib/Support/GraphWriter.cpp
diff --git a/src/LLVM/lib/Support/Host.cpp b/third_party/LLVM/lib/Support/Host.cpp
similarity index 100%
rename from src/LLVM/lib/Support/Host.cpp
rename to third_party/LLVM/lib/Support/Host.cpp
diff --git a/src/LLVM/lib/Support/INSTALL.vcxproj.filters b/third_party/LLVM/lib/Support/INSTALL.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/Support/INSTALL.vcxproj.filters
rename to third_party/LLVM/lib/Support/INSTALL.vcxproj.filters
diff --git a/src/LLVM/lib/Support/IncludeFile.cpp b/third_party/LLVM/lib/Support/IncludeFile.cpp
similarity index 100%
rename from src/LLVM/lib/Support/IncludeFile.cpp
rename to third_party/LLVM/lib/Support/IncludeFile.cpp
diff --git a/src/LLVM/lib/Support/IntEqClasses.cpp b/third_party/LLVM/lib/Support/IntEqClasses.cpp
similarity index 100%
rename from src/LLVM/lib/Support/IntEqClasses.cpp
rename to third_party/LLVM/lib/Support/IntEqClasses.cpp
diff --git a/src/LLVM/lib/Support/IntervalMap.cpp b/third_party/LLVM/lib/Support/IntervalMap.cpp
similarity index 100%
rename from src/LLVM/lib/Support/IntervalMap.cpp
rename to third_party/LLVM/lib/Support/IntervalMap.cpp
diff --git a/src/LLVM/lib/Support/IsInf.cpp b/third_party/LLVM/lib/Support/IsInf.cpp
similarity index 100%
rename from src/LLVM/lib/Support/IsInf.cpp
rename to third_party/LLVM/lib/Support/IsInf.cpp
diff --git a/src/LLVM/lib/Support/IsNAN.cpp b/third_party/LLVM/lib/Support/IsNAN.cpp
similarity index 100%
rename from src/LLVM/lib/Support/IsNAN.cpp
rename to third_party/LLVM/lib/Support/IsNAN.cpp
diff --git a/src/LLVM/lib/Support/LLVMSupport.vcxproj b/third_party/LLVM/lib/Support/LLVMSupport.vcxproj
similarity index 100%
rename from src/LLVM/lib/Support/LLVMSupport.vcxproj
rename to third_party/LLVM/lib/Support/LLVMSupport.vcxproj
diff --git a/src/LLVM/lib/Support/LLVMSupport.vcxproj.filters b/third_party/LLVM/lib/Support/LLVMSupport.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/Support/LLVMSupport.vcxproj.filters
rename to third_party/LLVM/lib/Support/LLVMSupport.vcxproj.filters
diff --git a/src/LLVM/lib/Support/Makefile b/third_party/LLVM/lib/Support/Makefile
similarity index 100%
rename from src/LLVM/lib/Support/Makefile
rename to third_party/LLVM/lib/Support/Makefile
diff --git a/src/LLVM/lib/Support/ManagedStatic.cpp b/third_party/LLVM/lib/Support/ManagedStatic.cpp
similarity index 100%
rename from src/LLVM/lib/Support/ManagedStatic.cpp
rename to third_party/LLVM/lib/Support/ManagedStatic.cpp
diff --git a/src/LLVM/lib/Support/Memory.cpp b/third_party/LLVM/lib/Support/Memory.cpp
similarity index 100%
rename from src/LLVM/lib/Support/Memory.cpp
rename to third_party/LLVM/lib/Support/Memory.cpp
diff --git a/src/LLVM/lib/Support/MemoryBuffer.cpp b/third_party/LLVM/lib/Support/MemoryBuffer.cpp
similarity index 100%
rename from src/LLVM/lib/Support/MemoryBuffer.cpp
rename to third_party/LLVM/lib/Support/MemoryBuffer.cpp
diff --git a/src/LLVM/lib/Support/MemoryObject.cpp b/third_party/LLVM/lib/Support/MemoryObject.cpp
similarity index 100%
rename from src/LLVM/lib/Support/MemoryObject.cpp
rename to third_party/LLVM/lib/Support/MemoryObject.cpp
diff --git a/src/LLVM/lib/Support/Mutex.cpp b/third_party/LLVM/lib/Support/Mutex.cpp
similarity index 100%
rename from src/LLVM/lib/Support/Mutex.cpp
rename to third_party/LLVM/lib/Support/Mutex.cpp
diff --git a/src/LLVM/lib/Support/PACKAGE.vcxproj.filters b/third_party/LLVM/lib/Support/PACKAGE.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/Support/PACKAGE.vcxproj.filters
rename to third_party/LLVM/lib/Support/PACKAGE.vcxproj.filters
diff --git a/src/LLVM/lib/Support/Path.cpp b/third_party/LLVM/lib/Support/Path.cpp
similarity index 100%
rename from src/LLVM/lib/Support/Path.cpp
rename to third_party/LLVM/lib/Support/Path.cpp
diff --git a/src/LLVM/lib/Support/PathV2.cpp b/third_party/LLVM/lib/Support/PathV2.cpp
similarity index 100%
rename from src/LLVM/lib/Support/PathV2.cpp
rename to third_party/LLVM/lib/Support/PathV2.cpp
diff --git a/src/LLVM/lib/Support/PluginLoader.cpp b/third_party/LLVM/lib/Support/PluginLoader.cpp
similarity index 100%
rename from src/LLVM/lib/Support/PluginLoader.cpp
rename to third_party/LLVM/lib/Support/PluginLoader.cpp
diff --git a/src/LLVM/lib/Support/PrettyStackTrace.cpp b/third_party/LLVM/lib/Support/PrettyStackTrace.cpp
similarity index 100%
rename from src/LLVM/lib/Support/PrettyStackTrace.cpp
rename to third_party/LLVM/lib/Support/PrettyStackTrace.cpp
diff --git a/src/LLVM/lib/Support/Process.cpp b/third_party/LLVM/lib/Support/Process.cpp
similarity index 100%
rename from src/LLVM/lib/Support/Process.cpp
rename to third_party/LLVM/lib/Support/Process.cpp
diff --git a/src/LLVM/lib/Support/Program.cpp b/third_party/LLVM/lib/Support/Program.cpp
similarity index 100%
rename from src/LLVM/lib/Support/Program.cpp
rename to third_party/LLVM/lib/Support/Program.cpp
diff --git a/src/LLVM/lib/Support/README.txt.system b/third_party/LLVM/lib/Support/README.txt.system
similarity index 100%
rename from src/LLVM/lib/Support/README.txt.system
rename to third_party/LLVM/lib/Support/README.txt.system
diff --git a/src/LLVM/lib/Support/RWMutex.cpp b/third_party/LLVM/lib/Support/RWMutex.cpp
similarity index 100%
rename from src/LLVM/lib/Support/RWMutex.cpp
rename to third_party/LLVM/lib/Support/RWMutex.cpp
diff --git a/src/LLVM/lib/Support/Regex.cpp b/third_party/LLVM/lib/Support/Regex.cpp
similarity index 100%
rename from src/LLVM/lib/Support/Regex.cpp
rename to third_party/LLVM/lib/Support/Regex.cpp
diff --git a/src/LLVM/lib/Support/SearchForAddressOfSpecialSymbol.cpp b/third_party/LLVM/lib/Support/SearchForAddressOfSpecialSymbol.cpp
similarity index 100%
rename from src/LLVM/lib/Support/SearchForAddressOfSpecialSymbol.cpp
rename to third_party/LLVM/lib/Support/SearchForAddressOfSpecialSymbol.cpp
diff --git a/src/LLVM/lib/Support/Signals.cpp b/third_party/LLVM/lib/Support/Signals.cpp
similarity index 100%
rename from src/LLVM/lib/Support/Signals.cpp
rename to third_party/LLVM/lib/Support/Signals.cpp
diff --git a/src/LLVM/lib/Support/SmallPtrSet.cpp b/third_party/LLVM/lib/Support/SmallPtrSet.cpp
similarity index 100%
rename from src/LLVM/lib/Support/SmallPtrSet.cpp
rename to third_party/LLVM/lib/Support/SmallPtrSet.cpp
diff --git a/src/LLVM/lib/Support/SmallVector.cpp b/third_party/LLVM/lib/Support/SmallVector.cpp
similarity index 100%
rename from src/LLVM/lib/Support/SmallVector.cpp
rename to third_party/LLVM/lib/Support/SmallVector.cpp
diff --git a/src/LLVM/lib/Support/SourceMgr.cpp b/third_party/LLVM/lib/Support/SourceMgr.cpp
similarity index 100%
rename from src/LLVM/lib/Support/SourceMgr.cpp
rename to third_party/LLVM/lib/Support/SourceMgr.cpp
diff --git a/src/LLVM/lib/Support/Statistic.cpp b/third_party/LLVM/lib/Support/Statistic.cpp
similarity index 100%
rename from src/LLVM/lib/Support/Statistic.cpp
rename to third_party/LLVM/lib/Support/Statistic.cpp
diff --git a/src/LLVM/lib/Support/StringExtras.cpp b/third_party/LLVM/lib/Support/StringExtras.cpp
similarity index 100%
rename from src/LLVM/lib/Support/StringExtras.cpp
rename to third_party/LLVM/lib/Support/StringExtras.cpp
diff --git a/src/LLVM/lib/Support/StringMap.cpp b/third_party/LLVM/lib/Support/StringMap.cpp
similarity index 100%
rename from src/LLVM/lib/Support/StringMap.cpp
rename to third_party/LLVM/lib/Support/StringMap.cpp
diff --git a/src/LLVM/lib/Support/StringPool.cpp b/third_party/LLVM/lib/Support/StringPool.cpp
similarity index 100%
rename from src/LLVM/lib/Support/StringPool.cpp
rename to third_party/LLVM/lib/Support/StringPool.cpp
diff --git a/src/LLVM/lib/Support/StringRef.cpp b/third_party/LLVM/lib/Support/StringRef.cpp
similarity index 100%
rename from src/LLVM/lib/Support/StringRef.cpp
rename to third_party/LLVM/lib/Support/StringRef.cpp
diff --git a/src/LLVM/lib/Support/SystemUtils.cpp b/third_party/LLVM/lib/Support/SystemUtils.cpp
similarity index 100%
rename from src/LLVM/lib/Support/SystemUtils.cpp
rename to third_party/LLVM/lib/Support/SystemUtils.cpp
diff --git a/src/LLVM/lib/Support/TargetRegistry.cpp b/third_party/LLVM/lib/Support/TargetRegistry.cpp
similarity index 100%
rename from src/LLVM/lib/Support/TargetRegistry.cpp
rename to third_party/LLVM/lib/Support/TargetRegistry.cpp
diff --git a/src/LLVM/lib/Support/ThreadLocal.cpp b/third_party/LLVM/lib/Support/ThreadLocal.cpp
similarity index 100%
rename from src/LLVM/lib/Support/ThreadLocal.cpp
rename to third_party/LLVM/lib/Support/ThreadLocal.cpp
diff --git a/src/LLVM/lib/Support/Threading.cpp b/third_party/LLVM/lib/Support/Threading.cpp
similarity index 100%
rename from src/LLVM/lib/Support/Threading.cpp
rename to third_party/LLVM/lib/Support/Threading.cpp
diff --git a/src/LLVM/lib/Support/TimeValue.cpp b/third_party/LLVM/lib/Support/TimeValue.cpp
similarity index 100%
rename from src/LLVM/lib/Support/TimeValue.cpp
rename to third_party/LLVM/lib/Support/TimeValue.cpp
diff --git a/src/LLVM/lib/Support/Timer.cpp b/third_party/LLVM/lib/Support/Timer.cpp
similarity index 100%
rename from src/LLVM/lib/Support/Timer.cpp
rename to third_party/LLVM/lib/Support/Timer.cpp
diff --git a/src/LLVM/lib/Support/ToolOutputFile.cpp b/third_party/LLVM/lib/Support/ToolOutputFile.cpp
similarity index 100%
rename from src/LLVM/lib/Support/ToolOutputFile.cpp
rename to third_party/LLVM/lib/Support/ToolOutputFile.cpp
diff --git a/src/LLVM/lib/Support/Triple.cpp b/third_party/LLVM/lib/Support/Triple.cpp
similarity index 100%
rename from src/LLVM/lib/Support/Triple.cpp
rename to third_party/LLVM/lib/Support/Triple.cpp
diff --git a/src/LLVM/lib/Support/Twine.cpp b/third_party/LLVM/lib/Support/Twine.cpp
similarity index 100%
rename from src/LLVM/lib/Support/Twine.cpp
rename to third_party/LLVM/lib/Support/Twine.cpp
diff --git a/src/LLVM/lib/Support/Unix/Host.inc b/third_party/LLVM/lib/Support/Unix/Host.inc
similarity index 100%
rename from src/LLVM/lib/Support/Unix/Host.inc
rename to third_party/LLVM/lib/Support/Unix/Host.inc
diff --git a/src/LLVM/lib/Support/Unix/Memory.inc b/third_party/LLVM/lib/Support/Unix/Memory.inc
similarity index 100%
rename from src/LLVM/lib/Support/Unix/Memory.inc
rename to third_party/LLVM/lib/Support/Unix/Memory.inc
diff --git a/src/LLVM/lib/Support/Unix/Mutex.inc b/third_party/LLVM/lib/Support/Unix/Mutex.inc
similarity index 100%
rename from src/LLVM/lib/Support/Unix/Mutex.inc
rename to third_party/LLVM/lib/Support/Unix/Mutex.inc
diff --git a/src/LLVM/lib/Support/Unix/Path.inc b/third_party/LLVM/lib/Support/Unix/Path.inc
similarity index 100%
rename from src/LLVM/lib/Support/Unix/Path.inc
rename to third_party/LLVM/lib/Support/Unix/Path.inc
diff --git a/src/LLVM/lib/Support/Unix/PathV2.inc b/third_party/LLVM/lib/Support/Unix/PathV2.inc
similarity index 100%
rename from src/LLVM/lib/Support/Unix/PathV2.inc
rename to third_party/LLVM/lib/Support/Unix/PathV2.inc
diff --git a/src/LLVM/lib/Support/Unix/Process.inc b/third_party/LLVM/lib/Support/Unix/Process.inc
similarity index 100%
rename from src/LLVM/lib/Support/Unix/Process.inc
rename to third_party/LLVM/lib/Support/Unix/Process.inc
diff --git a/src/LLVM/lib/Support/Unix/Program.inc b/third_party/LLVM/lib/Support/Unix/Program.inc
similarity index 100%
rename from src/LLVM/lib/Support/Unix/Program.inc
rename to third_party/LLVM/lib/Support/Unix/Program.inc
diff --git a/src/LLVM/lib/Support/Unix/README.txt b/third_party/LLVM/lib/Support/Unix/README.txt
similarity index 100%
rename from src/LLVM/lib/Support/Unix/README.txt
rename to third_party/LLVM/lib/Support/Unix/README.txt
diff --git a/src/LLVM/lib/Support/Unix/RWMutex.inc b/third_party/LLVM/lib/Support/Unix/RWMutex.inc
similarity index 100%
rename from src/LLVM/lib/Support/Unix/RWMutex.inc
rename to third_party/LLVM/lib/Support/Unix/RWMutex.inc
diff --git a/src/LLVM/lib/Support/Unix/Signals.inc b/third_party/LLVM/lib/Support/Unix/Signals.inc
similarity index 100%
rename from src/LLVM/lib/Support/Unix/Signals.inc
rename to third_party/LLVM/lib/Support/Unix/Signals.inc
diff --git a/src/LLVM/lib/Support/Unix/ThreadLocal.inc b/third_party/LLVM/lib/Support/Unix/ThreadLocal.inc
similarity index 100%
rename from src/LLVM/lib/Support/Unix/ThreadLocal.inc
rename to third_party/LLVM/lib/Support/Unix/ThreadLocal.inc
diff --git a/src/LLVM/lib/Support/Unix/TimeValue.inc b/third_party/LLVM/lib/Support/Unix/TimeValue.inc
similarity index 100%
rename from src/LLVM/lib/Support/Unix/TimeValue.inc
rename to third_party/LLVM/lib/Support/Unix/TimeValue.inc
diff --git a/src/LLVM/lib/Support/Unix/Unix.h b/third_party/LLVM/lib/Support/Unix/Unix.h
similarity index 100%
rename from src/LLVM/lib/Support/Unix/Unix.h
rename to third_party/LLVM/lib/Support/Unix/Unix.h
diff --git a/src/LLVM/lib/Support/Unix/system_error.inc b/third_party/LLVM/lib/Support/Unix/system_error.inc
similarity index 100%
rename from src/LLVM/lib/Support/Unix/system_error.inc
rename to third_party/LLVM/lib/Support/Unix/system_error.inc
diff --git a/src/LLVM/lib/Support/Valgrind.cpp b/third_party/LLVM/lib/Support/Valgrind.cpp
similarity index 100%
rename from src/LLVM/lib/Support/Valgrind.cpp
rename to third_party/LLVM/lib/Support/Valgrind.cpp
diff --git a/src/LLVM/lib/Support/Windows/DynamicLibrary.inc b/third_party/LLVM/lib/Support/Windows/DynamicLibrary.inc
similarity index 100%
rename from src/LLVM/lib/Support/Windows/DynamicLibrary.inc
rename to third_party/LLVM/lib/Support/Windows/DynamicLibrary.inc
diff --git a/src/LLVM/lib/Support/Windows/Host.inc b/third_party/LLVM/lib/Support/Windows/Host.inc
similarity index 100%
rename from src/LLVM/lib/Support/Windows/Host.inc
rename to third_party/LLVM/lib/Support/Windows/Host.inc
diff --git a/src/LLVM/lib/Support/Windows/Memory.inc b/third_party/LLVM/lib/Support/Windows/Memory.inc
similarity index 100%
rename from src/LLVM/lib/Support/Windows/Memory.inc
rename to third_party/LLVM/lib/Support/Windows/Memory.inc
diff --git a/src/LLVM/lib/Support/Windows/Mutex.inc b/third_party/LLVM/lib/Support/Windows/Mutex.inc
similarity index 100%
rename from src/LLVM/lib/Support/Windows/Mutex.inc
rename to third_party/LLVM/lib/Support/Windows/Mutex.inc
diff --git a/src/LLVM/lib/Support/Windows/Path.inc b/third_party/LLVM/lib/Support/Windows/Path.inc
similarity index 100%
rename from src/LLVM/lib/Support/Windows/Path.inc
rename to third_party/LLVM/lib/Support/Windows/Path.inc
diff --git a/src/LLVM/lib/Support/Windows/PathV2.inc b/third_party/LLVM/lib/Support/Windows/PathV2.inc
similarity index 100%
rename from src/LLVM/lib/Support/Windows/PathV2.inc
rename to third_party/LLVM/lib/Support/Windows/PathV2.inc
diff --git a/src/LLVM/lib/Support/Windows/Process.inc b/third_party/LLVM/lib/Support/Windows/Process.inc
similarity index 100%
rename from src/LLVM/lib/Support/Windows/Process.inc
rename to third_party/LLVM/lib/Support/Windows/Process.inc
diff --git a/src/LLVM/lib/Support/Windows/Program.inc b/third_party/LLVM/lib/Support/Windows/Program.inc
similarity index 100%
rename from src/LLVM/lib/Support/Windows/Program.inc
rename to third_party/LLVM/lib/Support/Windows/Program.inc
diff --git a/src/LLVM/lib/Support/Windows/RWMutex.inc b/third_party/LLVM/lib/Support/Windows/RWMutex.inc
similarity index 100%
rename from src/LLVM/lib/Support/Windows/RWMutex.inc
rename to third_party/LLVM/lib/Support/Windows/RWMutex.inc
diff --git a/src/LLVM/lib/Support/Windows/Signals.inc b/third_party/LLVM/lib/Support/Windows/Signals.inc
similarity index 100%
rename from src/LLVM/lib/Support/Windows/Signals.inc
rename to third_party/LLVM/lib/Support/Windows/Signals.inc
diff --git a/src/LLVM/lib/Support/Windows/ThreadLocal.inc b/third_party/LLVM/lib/Support/Windows/ThreadLocal.inc
similarity index 100%
rename from src/LLVM/lib/Support/Windows/ThreadLocal.inc
rename to third_party/LLVM/lib/Support/Windows/ThreadLocal.inc
diff --git a/src/LLVM/lib/Support/Windows/TimeValue.inc b/third_party/LLVM/lib/Support/Windows/TimeValue.inc
similarity index 100%
rename from src/LLVM/lib/Support/Windows/TimeValue.inc
rename to third_party/LLVM/lib/Support/Windows/TimeValue.inc
diff --git a/src/LLVM/lib/Support/Windows/Windows.h b/third_party/LLVM/lib/Support/Windows/Windows.h
similarity index 100%
rename from src/LLVM/lib/Support/Windows/Windows.h
rename to third_party/LLVM/lib/Support/Windows/Windows.h
diff --git a/src/LLVM/lib/Support/Windows/explicit_symbols.inc b/third_party/LLVM/lib/Support/Windows/explicit_symbols.inc
similarity index 100%
rename from src/LLVM/lib/Support/Windows/explicit_symbols.inc
rename to third_party/LLVM/lib/Support/Windows/explicit_symbols.inc
diff --git a/src/LLVM/lib/Support/Windows/system_error.inc b/third_party/LLVM/lib/Support/Windows/system_error.inc
similarity index 100%
rename from src/LLVM/lib/Support/Windows/system_error.inc
rename to third_party/LLVM/lib/Support/Windows/system_error.inc
diff --git a/src/LLVM/lib/Support/circular_raw_ostream.cpp b/third_party/LLVM/lib/Support/circular_raw_ostream.cpp
similarity index 100%
rename from src/LLVM/lib/Support/circular_raw_ostream.cpp
rename to third_party/LLVM/lib/Support/circular_raw_ostream.cpp
diff --git a/src/LLVM/lib/Support/raw_os_ostream.cpp b/third_party/LLVM/lib/Support/raw_os_ostream.cpp
similarity index 100%
rename from src/LLVM/lib/Support/raw_os_ostream.cpp
rename to third_party/LLVM/lib/Support/raw_os_ostream.cpp
diff --git a/src/LLVM/lib/Support/raw_ostream.cpp b/third_party/LLVM/lib/Support/raw_ostream.cpp
similarity index 100%
rename from src/LLVM/lib/Support/raw_ostream.cpp
rename to third_party/LLVM/lib/Support/raw_ostream.cpp
diff --git a/src/LLVM/lib/Support/regcclass.h b/third_party/LLVM/lib/Support/regcclass.h
similarity index 100%
rename from src/LLVM/lib/Support/regcclass.h
rename to third_party/LLVM/lib/Support/regcclass.h
diff --git a/src/LLVM/lib/Support/regcname.h b/third_party/LLVM/lib/Support/regcname.h
similarity index 100%
rename from src/LLVM/lib/Support/regcname.h
rename to third_party/LLVM/lib/Support/regcname.h
diff --git a/src/LLVM/lib/Support/regcomp.c b/third_party/LLVM/lib/Support/regcomp.c
similarity index 100%
rename from src/LLVM/lib/Support/regcomp.c
rename to third_party/LLVM/lib/Support/regcomp.c
diff --git a/src/LLVM/lib/Support/regengine.inc b/third_party/LLVM/lib/Support/regengine.inc
similarity index 100%
rename from src/LLVM/lib/Support/regengine.inc
rename to third_party/LLVM/lib/Support/regengine.inc
diff --git a/src/LLVM/lib/Support/regerror.c b/third_party/LLVM/lib/Support/regerror.c
similarity index 100%
rename from src/LLVM/lib/Support/regerror.c
rename to third_party/LLVM/lib/Support/regerror.c
diff --git a/src/LLVM/lib/Support/regex2.h b/third_party/LLVM/lib/Support/regex2.h
similarity index 100%
rename from src/LLVM/lib/Support/regex2.h
rename to third_party/LLVM/lib/Support/regex2.h
diff --git a/src/LLVM/lib/Support/regex_impl.h b/third_party/LLVM/lib/Support/regex_impl.h
similarity index 100%
rename from src/LLVM/lib/Support/regex_impl.h
rename to third_party/LLVM/lib/Support/regex_impl.h
diff --git a/src/LLVM/lib/Support/regexec.c b/third_party/LLVM/lib/Support/regexec.c
similarity index 100%
rename from src/LLVM/lib/Support/regexec.c
rename to third_party/LLVM/lib/Support/regexec.c
diff --git a/src/LLVM/lib/Support/regfree.c b/third_party/LLVM/lib/Support/regfree.c
similarity index 100%
rename from src/LLVM/lib/Support/regfree.c
rename to third_party/LLVM/lib/Support/regfree.c
diff --git a/src/LLVM/lib/Support/regstrlcpy.c b/third_party/LLVM/lib/Support/regstrlcpy.c
similarity index 100%
rename from src/LLVM/lib/Support/regstrlcpy.c
rename to third_party/LLVM/lib/Support/regstrlcpy.c
diff --git a/src/LLVM/lib/Support/regutils.h b/third_party/LLVM/lib/Support/regutils.h
similarity index 100%
rename from src/LLVM/lib/Support/regutils.h
rename to third_party/LLVM/lib/Support/regutils.h
diff --git a/src/LLVM/lib/Support/system_error.cpp b/third_party/LLVM/lib/Support/system_error.cpp
similarity index 100%
rename from src/LLVM/lib/Support/system_error.cpp
rename to third_party/LLVM/lib/Support/system_error.cpp
diff --git a/src/LLVM/lib/TableGen/Error.cpp b/third_party/LLVM/lib/TableGen/Error.cpp
similarity index 100%
rename from src/LLVM/lib/TableGen/Error.cpp
rename to third_party/LLVM/lib/TableGen/Error.cpp
diff --git a/src/LLVM/lib/TableGen/INSTALL.vcxproj.filters b/third_party/LLVM/lib/TableGen/INSTALL.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/TableGen/INSTALL.vcxproj.filters
rename to third_party/LLVM/lib/TableGen/INSTALL.vcxproj.filters
diff --git a/src/LLVM/lib/TableGen/LLVMTableGen.vcxproj b/third_party/LLVM/lib/TableGen/LLVMTableGen.vcxproj
similarity index 100%
rename from src/LLVM/lib/TableGen/LLVMTableGen.vcxproj
rename to third_party/LLVM/lib/TableGen/LLVMTableGen.vcxproj
diff --git a/src/LLVM/lib/TableGen/LLVMTableGen.vcxproj.filters b/third_party/LLVM/lib/TableGen/LLVMTableGen.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/TableGen/LLVMTableGen.vcxproj.filters
rename to third_party/LLVM/lib/TableGen/LLVMTableGen.vcxproj.filters
diff --git a/src/LLVM/lib/TableGen/Main.cpp b/third_party/LLVM/lib/TableGen/Main.cpp
similarity index 100%
rename from src/LLVM/lib/TableGen/Main.cpp
rename to third_party/LLVM/lib/TableGen/Main.cpp
diff --git a/src/LLVM/lib/TableGen/Makefile b/third_party/LLVM/lib/TableGen/Makefile
similarity index 100%
rename from src/LLVM/lib/TableGen/Makefile
rename to third_party/LLVM/lib/TableGen/Makefile
diff --git a/src/LLVM/lib/TableGen/PACKAGE.vcxproj.filters b/third_party/LLVM/lib/TableGen/PACKAGE.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/TableGen/PACKAGE.vcxproj.filters
rename to third_party/LLVM/lib/TableGen/PACKAGE.vcxproj.filters
diff --git a/src/LLVM/lib/TableGen/Record.cpp b/third_party/LLVM/lib/TableGen/Record.cpp
similarity index 100%
rename from src/LLVM/lib/TableGen/Record.cpp
rename to third_party/LLVM/lib/TableGen/Record.cpp
diff --git a/src/LLVM/lib/TableGen/TGLexer.cpp b/third_party/LLVM/lib/TableGen/TGLexer.cpp
similarity index 100%
rename from src/LLVM/lib/TableGen/TGLexer.cpp
rename to third_party/LLVM/lib/TableGen/TGLexer.cpp
diff --git a/src/LLVM/lib/TableGen/TGLexer.h b/third_party/LLVM/lib/TableGen/TGLexer.h
similarity index 100%
rename from src/LLVM/lib/TableGen/TGLexer.h
rename to third_party/LLVM/lib/TableGen/TGLexer.h
diff --git a/src/LLVM/lib/TableGen/TGParser.cpp b/third_party/LLVM/lib/TableGen/TGParser.cpp
similarity index 100%
rename from src/LLVM/lib/TableGen/TGParser.cpp
rename to third_party/LLVM/lib/TableGen/TGParser.cpp
diff --git a/src/LLVM/lib/TableGen/TGParser.h b/third_party/LLVM/lib/TableGen/TGParser.h
similarity index 100%
rename from src/LLVM/lib/TableGen/TGParser.h
rename to third_party/LLVM/lib/TableGen/TGParser.h
diff --git a/src/LLVM/lib/TableGen/TableGenBackend.cpp b/third_party/LLVM/lib/TableGen/TableGenBackend.cpp
similarity index 100%
rename from src/LLVM/lib/TableGen/TableGenBackend.cpp
rename to third_party/LLVM/lib/TableGen/TableGenBackend.cpp
diff --git a/src/LLVM/lib/Target/ARM/ARM.h b/third_party/LLVM/lib/Target/ARM/ARM.h
similarity index 100%
rename from src/LLVM/lib/Target/ARM/ARM.h
rename to third_party/LLVM/lib/Target/ARM/ARM.h
diff --git a/src/LLVM/lib/Target/ARM/ARM.td b/third_party/LLVM/lib/Target/ARM/ARM.td
similarity index 100%
rename from src/LLVM/lib/Target/ARM/ARM.td
rename to third_party/LLVM/lib/Target/ARM/ARM.td
diff --git a/src/LLVM/lib/Target/ARM/ARMAsmPrinter.cpp b/third_party/LLVM/lib/Target/ARM/ARMAsmPrinter.cpp
similarity index 100%
rename from src/LLVM/lib/Target/ARM/ARMAsmPrinter.cpp
rename to third_party/LLVM/lib/Target/ARM/ARMAsmPrinter.cpp
diff --git a/src/LLVM/lib/Target/ARM/ARMAsmPrinter.h b/third_party/LLVM/lib/Target/ARM/ARMAsmPrinter.h
similarity index 100%
rename from src/LLVM/lib/Target/ARM/ARMAsmPrinter.h
rename to third_party/LLVM/lib/Target/ARM/ARMAsmPrinter.h
diff --git a/src/LLVM/lib/Target/ARM/ARMBaseInstrInfo.cpp b/third_party/LLVM/lib/Target/ARM/ARMBaseInstrInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/ARM/ARMBaseInstrInfo.cpp
rename to third_party/LLVM/lib/Target/ARM/ARMBaseInstrInfo.cpp
diff --git a/src/LLVM/lib/Target/ARM/ARMBaseInstrInfo.h b/third_party/LLVM/lib/Target/ARM/ARMBaseInstrInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/ARM/ARMBaseInstrInfo.h
rename to third_party/LLVM/lib/Target/ARM/ARMBaseInstrInfo.h
diff --git a/src/LLVM/lib/Target/ARM/ARMBaseRegisterInfo.cpp b/third_party/LLVM/lib/Target/ARM/ARMBaseRegisterInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/ARM/ARMBaseRegisterInfo.cpp
rename to third_party/LLVM/lib/Target/ARM/ARMBaseRegisterInfo.cpp
diff --git a/src/LLVM/lib/Target/ARM/ARMBaseRegisterInfo.h b/third_party/LLVM/lib/Target/ARM/ARMBaseRegisterInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/ARM/ARMBaseRegisterInfo.h
rename to third_party/LLVM/lib/Target/ARM/ARMBaseRegisterInfo.h
diff --git a/src/LLVM/lib/Target/ARM/ARMBuildAttrs.h b/third_party/LLVM/lib/Target/ARM/ARMBuildAttrs.h
similarity index 100%
rename from src/LLVM/lib/Target/ARM/ARMBuildAttrs.h
rename to third_party/LLVM/lib/Target/ARM/ARMBuildAttrs.h
diff --git a/src/LLVM/lib/Target/ARM/ARMCallingConv.h b/third_party/LLVM/lib/Target/ARM/ARMCallingConv.h
similarity index 100%
rename from src/LLVM/lib/Target/ARM/ARMCallingConv.h
rename to third_party/LLVM/lib/Target/ARM/ARMCallingConv.h
diff --git a/src/LLVM/lib/Target/ARM/ARMCallingConv.td b/third_party/LLVM/lib/Target/ARM/ARMCallingConv.td
similarity index 100%
rename from src/LLVM/lib/Target/ARM/ARMCallingConv.td
rename to third_party/LLVM/lib/Target/ARM/ARMCallingConv.td
diff --git a/src/LLVM/lib/Target/ARM/ARMCodeEmitter.cpp b/third_party/LLVM/lib/Target/ARM/ARMCodeEmitter.cpp
similarity index 100%
rename from src/LLVM/lib/Target/ARM/ARMCodeEmitter.cpp
rename to third_party/LLVM/lib/Target/ARM/ARMCodeEmitter.cpp
diff --git a/src/LLVM/lib/Target/ARM/ARMConstantIslandPass.cpp b/third_party/LLVM/lib/Target/ARM/ARMConstantIslandPass.cpp
similarity index 100%
rename from src/LLVM/lib/Target/ARM/ARMConstantIslandPass.cpp
rename to third_party/LLVM/lib/Target/ARM/ARMConstantIslandPass.cpp
diff --git a/src/LLVM/lib/Target/ARM/ARMConstantPoolValue.cpp b/third_party/LLVM/lib/Target/ARM/ARMConstantPoolValue.cpp
similarity index 100%
rename from src/LLVM/lib/Target/ARM/ARMConstantPoolValue.cpp
rename to third_party/LLVM/lib/Target/ARM/ARMConstantPoolValue.cpp
diff --git a/src/LLVM/lib/Target/ARM/ARMConstantPoolValue.h b/third_party/LLVM/lib/Target/ARM/ARMConstantPoolValue.h
similarity index 100%
rename from src/LLVM/lib/Target/ARM/ARMConstantPoolValue.h
rename to third_party/LLVM/lib/Target/ARM/ARMConstantPoolValue.h
diff --git a/src/LLVM/lib/Target/ARM/ARMELFWriterInfo.cpp b/third_party/LLVM/lib/Target/ARM/ARMELFWriterInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/ARM/ARMELFWriterInfo.cpp
rename to third_party/LLVM/lib/Target/ARM/ARMELFWriterInfo.cpp
diff --git a/src/LLVM/lib/Target/ARM/ARMELFWriterInfo.h b/third_party/LLVM/lib/Target/ARM/ARMELFWriterInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/ARM/ARMELFWriterInfo.h
rename to third_party/LLVM/lib/Target/ARM/ARMELFWriterInfo.h
diff --git a/src/LLVM/lib/Target/ARM/ARMExpandPseudoInsts.cpp b/third_party/LLVM/lib/Target/ARM/ARMExpandPseudoInsts.cpp
similarity index 100%
rename from src/LLVM/lib/Target/ARM/ARMExpandPseudoInsts.cpp
rename to third_party/LLVM/lib/Target/ARM/ARMExpandPseudoInsts.cpp
diff --git a/src/LLVM/lib/Target/ARM/ARMFastISel.cpp b/third_party/LLVM/lib/Target/ARM/ARMFastISel.cpp
similarity index 100%
rename from src/LLVM/lib/Target/ARM/ARMFastISel.cpp
rename to third_party/LLVM/lib/Target/ARM/ARMFastISel.cpp
diff --git a/src/LLVM/lib/Target/ARM/ARMFrameLowering.cpp b/third_party/LLVM/lib/Target/ARM/ARMFrameLowering.cpp
similarity index 100%
rename from src/LLVM/lib/Target/ARM/ARMFrameLowering.cpp
rename to third_party/LLVM/lib/Target/ARM/ARMFrameLowering.cpp
diff --git a/src/LLVM/lib/Target/ARM/ARMFrameLowering.h b/third_party/LLVM/lib/Target/ARM/ARMFrameLowering.h
similarity index 100%
rename from src/LLVM/lib/Target/ARM/ARMFrameLowering.h
rename to third_party/LLVM/lib/Target/ARM/ARMFrameLowering.h
diff --git a/src/LLVM/lib/Target/ARM/ARMGlobalMerge.cpp b/third_party/LLVM/lib/Target/ARM/ARMGlobalMerge.cpp
similarity index 100%
rename from src/LLVM/lib/Target/ARM/ARMGlobalMerge.cpp
rename to third_party/LLVM/lib/Target/ARM/ARMGlobalMerge.cpp
diff --git a/src/LLVM/lib/Target/ARM/ARMHazardRecognizer.cpp b/third_party/LLVM/lib/Target/ARM/ARMHazardRecognizer.cpp
similarity index 100%
rename from src/LLVM/lib/Target/ARM/ARMHazardRecognizer.cpp
rename to third_party/LLVM/lib/Target/ARM/ARMHazardRecognizer.cpp
diff --git a/src/LLVM/lib/Target/ARM/ARMHazardRecognizer.h b/third_party/LLVM/lib/Target/ARM/ARMHazardRecognizer.h
similarity index 100%
rename from src/LLVM/lib/Target/ARM/ARMHazardRecognizer.h
rename to third_party/LLVM/lib/Target/ARM/ARMHazardRecognizer.h
diff --git a/src/LLVM/lib/Target/ARM/ARMISelDAGToDAG.cpp b/third_party/LLVM/lib/Target/ARM/ARMISelDAGToDAG.cpp
similarity index 100%
rename from src/LLVM/lib/Target/ARM/ARMISelDAGToDAG.cpp
rename to third_party/LLVM/lib/Target/ARM/ARMISelDAGToDAG.cpp
diff --git a/src/LLVM/lib/Target/ARM/ARMISelLowering.cpp b/third_party/LLVM/lib/Target/ARM/ARMISelLowering.cpp
similarity index 100%
rename from src/LLVM/lib/Target/ARM/ARMISelLowering.cpp
rename to third_party/LLVM/lib/Target/ARM/ARMISelLowering.cpp
diff --git a/src/LLVM/lib/Target/ARM/ARMISelLowering.h b/third_party/LLVM/lib/Target/ARM/ARMISelLowering.h
similarity index 100%
rename from src/LLVM/lib/Target/ARM/ARMISelLowering.h
rename to third_party/LLVM/lib/Target/ARM/ARMISelLowering.h
diff --git a/src/LLVM/lib/Target/ARM/ARMInstrFormats.td b/third_party/LLVM/lib/Target/ARM/ARMInstrFormats.td
similarity index 100%
rename from src/LLVM/lib/Target/ARM/ARMInstrFormats.td
rename to third_party/LLVM/lib/Target/ARM/ARMInstrFormats.td
diff --git a/src/LLVM/lib/Target/ARM/ARMInstrInfo.cpp b/third_party/LLVM/lib/Target/ARM/ARMInstrInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/ARM/ARMInstrInfo.cpp
rename to third_party/LLVM/lib/Target/ARM/ARMInstrInfo.cpp
diff --git a/src/LLVM/lib/Target/ARM/ARMInstrInfo.h b/third_party/LLVM/lib/Target/ARM/ARMInstrInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/ARM/ARMInstrInfo.h
rename to third_party/LLVM/lib/Target/ARM/ARMInstrInfo.h
diff --git a/src/LLVM/lib/Target/ARM/ARMInstrInfo.td b/third_party/LLVM/lib/Target/ARM/ARMInstrInfo.td
similarity index 100%
rename from src/LLVM/lib/Target/ARM/ARMInstrInfo.td
rename to third_party/LLVM/lib/Target/ARM/ARMInstrInfo.td
diff --git a/src/LLVM/lib/Target/ARM/ARMInstrNEON.td b/third_party/LLVM/lib/Target/ARM/ARMInstrNEON.td
similarity index 100%
rename from src/LLVM/lib/Target/ARM/ARMInstrNEON.td
rename to third_party/LLVM/lib/Target/ARM/ARMInstrNEON.td
diff --git a/src/LLVM/lib/Target/ARM/ARMInstrThumb.td b/third_party/LLVM/lib/Target/ARM/ARMInstrThumb.td
similarity index 100%
rename from src/LLVM/lib/Target/ARM/ARMInstrThumb.td
rename to third_party/LLVM/lib/Target/ARM/ARMInstrThumb.td
diff --git a/src/LLVM/lib/Target/ARM/ARMInstrThumb2.td b/third_party/LLVM/lib/Target/ARM/ARMInstrThumb2.td
similarity index 100%
rename from src/LLVM/lib/Target/ARM/ARMInstrThumb2.td
rename to third_party/LLVM/lib/Target/ARM/ARMInstrThumb2.td
diff --git a/src/LLVM/lib/Target/ARM/ARMInstrVFP.td b/third_party/LLVM/lib/Target/ARM/ARMInstrVFP.td
similarity index 100%
rename from src/LLVM/lib/Target/ARM/ARMInstrVFP.td
rename to third_party/LLVM/lib/Target/ARM/ARMInstrVFP.td
diff --git a/src/LLVM/lib/Target/ARM/ARMJITInfo.cpp b/third_party/LLVM/lib/Target/ARM/ARMJITInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/ARM/ARMJITInfo.cpp
rename to third_party/LLVM/lib/Target/ARM/ARMJITInfo.cpp
diff --git a/src/LLVM/lib/Target/ARM/ARMJITInfo.h b/third_party/LLVM/lib/Target/ARM/ARMJITInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/ARM/ARMJITInfo.h
rename to third_party/LLVM/lib/Target/ARM/ARMJITInfo.h
diff --git a/src/LLVM/lib/Target/ARM/ARMLoadStoreOptimizer.cpp b/third_party/LLVM/lib/Target/ARM/ARMLoadStoreOptimizer.cpp
similarity index 100%
rename from src/LLVM/lib/Target/ARM/ARMLoadStoreOptimizer.cpp
rename to third_party/LLVM/lib/Target/ARM/ARMLoadStoreOptimizer.cpp
diff --git a/src/LLVM/lib/Target/ARM/ARMMCInstLower.cpp b/third_party/LLVM/lib/Target/ARM/ARMMCInstLower.cpp
similarity index 100%
rename from src/LLVM/lib/Target/ARM/ARMMCInstLower.cpp
rename to third_party/LLVM/lib/Target/ARM/ARMMCInstLower.cpp
diff --git a/src/LLVM/lib/Target/ARM/ARMMachineFunctionInfo.h b/third_party/LLVM/lib/Target/ARM/ARMMachineFunctionInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/ARM/ARMMachineFunctionInfo.h
rename to third_party/LLVM/lib/Target/ARM/ARMMachineFunctionInfo.h
diff --git a/src/LLVM/lib/Target/ARM/ARMPerfectShuffle.h b/third_party/LLVM/lib/Target/ARM/ARMPerfectShuffle.h
similarity index 100%
rename from src/LLVM/lib/Target/ARM/ARMPerfectShuffle.h
rename to third_party/LLVM/lib/Target/ARM/ARMPerfectShuffle.h
diff --git a/src/LLVM/lib/Target/ARM/ARMRegisterInfo.cpp b/third_party/LLVM/lib/Target/ARM/ARMRegisterInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/ARM/ARMRegisterInfo.cpp
rename to third_party/LLVM/lib/Target/ARM/ARMRegisterInfo.cpp
diff --git a/src/LLVM/lib/Target/ARM/ARMRegisterInfo.h b/third_party/LLVM/lib/Target/ARM/ARMRegisterInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/ARM/ARMRegisterInfo.h
rename to third_party/LLVM/lib/Target/ARM/ARMRegisterInfo.h
diff --git a/src/LLVM/lib/Target/ARM/ARMRegisterInfo.td b/third_party/LLVM/lib/Target/ARM/ARMRegisterInfo.td
similarity index 100%
rename from src/LLVM/lib/Target/ARM/ARMRegisterInfo.td
rename to third_party/LLVM/lib/Target/ARM/ARMRegisterInfo.td
diff --git a/src/LLVM/lib/Target/ARM/ARMRelocations.h b/third_party/LLVM/lib/Target/ARM/ARMRelocations.h
similarity index 100%
rename from src/LLVM/lib/Target/ARM/ARMRelocations.h
rename to third_party/LLVM/lib/Target/ARM/ARMRelocations.h
diff --git a/src/LLVM/lib/Target/ARM/ARMSchedule.td b/third_party/LLVM/lib/Target/ARM/ARMSchedule.td
similarity index 100%
rename from src/LLVM/lib/Target/ARM/ARMSchedule.td
rename to third_party/LLVM/lib/Target/ARM/ARMSchedule.td
diff --git a/src/LLVM/lib/Target/ARM/ARMScheduleA8.td b/third_party/LLVM/lib/Target/ARM/ARMScheduleA8.td
similarity index 100%
rename from src/LLVM/lib/Target/ARM/ARMScheduleA8.td
rename to third_party/LLVM/lib/Target/ARM/ARMScheduleA8.td
diff --git a/src/LLVM/lib/Target/ARM/ARMScheduleA9.td b/third_party/LLVM/lib/Target/ARM/ARMScheduleA9.td
similarity index 100%
rename from src/LLVM/lib/Target/ARM/ARMScheduleA9.td
rename to third_party/LLVM/lib/Target/ARM/ARMScheduleA9.td
diff --git a/src/LLVM/lib/Target/ARM/ARMScheduleV6.td b/third_party/LLVM/lib/Target/ARM/ARMScheduleV6.td
similarity index 100%
rename from src/LLVM/lib/Target/ARM/ARMScheduleV6.td
rename to third_party/LLVM/lib/Target/ARM/ARMScheduleV6.td
diff --git a/src/LLVM/lib/Target/ARM/ARMSelectionDAGInfo.cpp b/third_party/LLVM/lib/Target/ARM/ARMSelectionDAGInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/ARM/ARMSelectionDAGInfo.cpp
rename to third_party/LLVM/lib/Target/ARM/ARMSelectionDAGInfo.cpp
diff --git a/src/LLVM/lib/Target/ARM/ARMSelectionDAGInfo.h b/third_party/LLVM/lib/Target/ARM/ARMSelectionDAGInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/ARM/ARMSelectionDAGInfo.h
rename to third_party/LLVM/lib/Target/ARM/ARMSelectionDAGInfo.h
diff --git a/src/LLVM/lib/Target/ARM/ARMSubtarget.cpp b/third_party/LLVM/lib/Target/ARM/ARMSubtarget.cpp
similarity index 100%
rename from src/LLVM/lib/Target/ARM/ARMSubtarget.cpp
rename to third_party/LLVM/lib/Target/ARM/ARMSubtarget.cpp
diff --git a/src/LLVM/lib/Target/ARM/ARMSubtarget.h b/third_party/LLVM/lib/Target/ARM/ARMSubtarget.h
similarity index 100%
rename from src/LLVM/lib/Target/ARM/ARMSubtarget.h
rename to third_party/LLVM/lib/Target/ARM/ARMSubtarget.h
diff --git a/src/LLVM/lib/Target/ARM/ARMTargetMachine.cpp b/third_party/LLVM/lib/Target/ARM/ARMTargetMachine.cpp
similarity index 100%
rename from src/LLVM/lib/Target/ARM/ARMTargetMachine.cpp
rename to third_party/LLVM/lib/Target/ARM/ARMTargetMachine.cpp
diff --git a/src/LLVM/lib/Target/ARM/ARMTargetMachine.h b/third_party/LLVM/lib/Target/ARM/ARMTargetMachine.h
similarity index 100%
rename from src/LLVM/lib/Target/ARM/ARMTargetMachine.h
rename to third_party/LLVM/lib/Target/ARM/ARMTargetMachine.h
diff --git a/src/LLVM/lib/Target/ARM/ARMTargetObjectFile.cpp b/third_party/LLVM/lib/Target/ARM/ARMTargetObjectFile.cpp
similarity index 100%
rename from src/LLVM/lib/Target/ARM/ARMTargetObjectFile.cpp
rename to third_party/LLVM/lib/Target/ARM/ARMTargetObjectFile.cpp
diff --git a/src/LLVM/lib/Target/ARM/ARMTargetObjectFile.h b/third_party/LLVM/lib/Target/ARM/ARMTargetObjectFile.h
similarity index 100%
rename from src/LLVM/lib/Target/ARM/ARMTargetObjectFile.h
rename to third_party/LLVM/lib/Target/ARM/ARMTargetObjectFile.h
diff --git a/src/LLVM/lib/Target/ARM/AsmParser/ARMAsmLexer.cpp b/third_party/LLVM/lib/Target/ARM/AsmParser/ARMAsmLexer.cpp
similarity index 100%
rename from src/LLVM/lib/Target/ARM/AsmParser/ARMAsmLexer.cpp
rename to third_party/LLVM/lib/Target/ARM/AsmParser/ARMAsmLexer.cpp
diff --git a/src/LLVM/lib/Target/ARM/AsmParser/ARMAsmParser.cpp b/third_party/LLVM/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
similarity index 100%
rename from src/LLVM/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
rename to third_party/LLVM/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
diff --git a/src/LLVM/lib/Target/ARM/AsmParser/Makefile b/third_party/LLVM/lib/Target/ARM/AsmParser/Makefile
similarity index 100%
rename from src/LLVM/lib/Target/ARM/AsmParser/Makefile
rename to third_party/LLVM/lib/Target/ARM/AsmParser/Makefile
diff --git a/src/LLVM/lib/Target/ARM/Disassembler/ARMDisassembler.cpp b/third_party/LLVM/lib/Target/ARM/Disassembler/ARMDisassembler.cpp
similarity index 100%
rename from src/LLVM/lib/Target/ARM/Disassembler/ARMDisassembler.cpp
rename to third_party/LLVM/lib/Target/ARM/Disassembler/ARMDisassembler.cpp
diff --git a/src/LLVM/lib/Target/ARM/Disassembler/Makefile b/third_party/LLVM/lib/Target/ARM/Disassembler/Makefile
similarity index 100%
rename from src/LLVM/lib/Target/ARM/Disassembler/Makefile
rename to third_party/LLVM/lib/Target/ARM/Disassembler/Makefile
diff --git a/src/LLVM/lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp b/third_party/LLVM/lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp
similarity index 100%
rename from src/LLVM/lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp
rename to third_party/LLVM/lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp
diff --git a/src/LLVM/lib/Target/ARM/InstPrinter/ARMInstPrinter.h b/third_party/LLVM/lib/Target/ARM/InstPrinter/ARMInstPrinter.h
similarity index 100%
rename from src/LLVM/lib/Target/ARM/InstPrinter/ARMInstPrinter.h
rename to third_party/LLVM/lib/Target/ARM/InstPrinter/ARMInstPrinter.h
diff --git a/src/LLVM/lib/Target/ARM/InstPrinter/Makefile b/third_party/LLVM/lib/Target/ARM/InstPrinter/Makefile
similarity index 100%
rename from src/LLVM/lib/Target/ARM/InstPrinter/Makefile
rename to third_party/LLVM/lib/Target/ARM/InstPrinter/Makefile
diff --git a/src/LLVM/lib/Target/ARM/MCTargetDesc/ARMAddressingModes.h b/third_party/LLVM/lib/Target/ARM/MCTargetDesc/ARMAddressingModes.h
similarity index 100%
rename from src/LLVM/lib/Target/ARM/MCTargetDesc/ARMAddressingModes.h
rename to third_party/LLVM/lib/Target/ARM/MCTargetDesc/ARMAddressingModes.h
diff --git a/src/LLVM/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp b/third_party/LLVM/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp
similarity index 100%
rename from src/LLVM/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp
rename to third_party/LLVM/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp
diff --git a/src/LLVM/lib/Target/ARM/MCTargetDesc/ARMBaseInfo.h b/third_party/LLVM/lib/Target/ARM/MCTargetDesc/ARMBaseInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/ARM/MCTargetDesc/ARMBaseInfo.h
rename to third_party/LLVM/lib/Target/ARM/MCTargetDesc/ARMBaseInfo.h
diff --git a/src/LLVM/lib/Target/ARM/MCTargetDesc/ARMFixupKinds.h b/third_party/LLVM/lib/Target/ARM/MCTargetDesc/ARMFixupKinds.h
similarity index 100%
rename from src/LLVM/lib/Target/ARM/MCTargetDesc/ARMFixupKinds.h
rename to third_party/LLVM/lib/Target/ARM/MCTargetDesc/ARMFixupKinds.h
diff --git a/src/LLVM/lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.cpp b/third_party/LLVM/lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.cpp
rename to third_party/LLVM/lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.cpp
diff --git a/src/LLVM/lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.h b/third_party/LLVM/lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.h
rename to third_party/LLVM/lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.h
diff --git a/src/LLVM/lib/Target/ARM/MCTargetDesc/ARMMCCodeEmitter.cpp b/third_party/LLVM/lib/Target/ARM/MCTargetDesc/ARMMCCodeEmitter.cpp
similarity index 100%
rename from src/LLVM/lib/Target/ARM/MCTargetDesc/ARMMCCodeEmitter.cpp
rename to third_party/LLVM/lib/Target/ARM/MCTargetDesc/ARMMCCodeEmitter.cpp
diff --git a/src/LLVM/lib/Target/ARM/MCTargetDesc/ARMMCExpr.cpp b/third_party/LLVM/lib/Target/ARM/MCTargetDesc/ARMMCExpr.cpp
similarity index 100%
rename from src/LLVM/lib/Target/ARM/MCTargetDesc/ARMMCExpr.cpp
rename to third_party/LLVM/lib/Target/ARM/MCTargetDesc/ARMMCExpr.cpp
diff --git a/src/LLVM/lib/Target/ARM/MCTargetDesc/ARMMCExpr.h b/third_party/LLVM/lib/Target/ARM/MCTargetDesc/ARMMCExpr.h
similarity index 100%
rename from src/LLVM/lib/Target/ARM/MCTargetDesc/ARMMCExpr.h
rename to third_party/LLVM/lib/Target/ARM/MCTargetDesc/ARMMCExpr.h
diff --git a/src/LLVM/lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp b/third_party/LLVM/lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp
similarity index 100%
rename from src/LLVM/lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp
rename to third_party/LLVM/lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp
diff --git a/src/LLVM/lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.h b/third_party/LLVM/lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.h
similarity index 100%
rename from src/LLVM/lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.h
rename to third_party/LLVM/lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.h
diff --git a/src/LLVM/lib/Target/ARM/MCTargetDesc/ARMMachObjectWriter.cpp b/third_party/LLVM/lib/Target/ARM/MCTargetDesc/ARMMachObjectWriter.cpp
similarity index 100%
rename from src/LLVM/lib/Target/ARM/MCTargetDesc/ARMMachObjectWriter.cpp
rename to third_party/LLVM/lib/Target/ARM/MCTargetDesc/ARMMachObjectWriter.cpp
diff --git a/src/LLVM/lib/Target/ARM/MCTargetDesc/Makefile b/third_party/LLVM/lib/Target/ARM/MCTargetDesc/Makefile
similarity index 100%
rename from src/LLVM/lib/Target/ARM/MCTargetDesc/Makefile
rename to third_party/LLVM/lib/Target/ARM/MCTargetDesc/Makefile
diff --git a/src/LLVM/lib/Target/ARM/MLxExpansionPass.cpp b/third_party/LLVM/lib/Target/ARM/MLxExpansionPass.cpp
similarity index 100%
rename from src/LLVM/lib/Target/ARM/MLxExpansionPass.cpp
rename to third_party/LLVM/lib/Target/ARM/MLxExpansionPass.cpp
diff --git a/src/LLVM/lib/Target/ARM/Makefile b/third_party/LLVM/lib/Target/ARM/Makefile
similarity index 100%
rename from src/LLVM/lib/Target/ARM/Makefile
rename to third_party/LLVM/lib/Target/ARM/Makefile
diff --git a/src/LLVM/lib/Target/ARM/README-Thumb.txt b/third_party/LLVM/lib/Target/ARM/README-Thumb.txt
similarity index 100%
rename from src/LLVM/lib/Target/ARM/README-Thumb.txt
rename to third_party/LLVM/lib/Target/ARM/README-Thumb.txt
diff --git a/src/LLVM/lib/Target/ARM/README-Thumb2.txt b/third_party/LLVM/lib/Target/ARM/README-Thumb2.txt
similarity index 100%
rename from src/LLVM/lib/Target/ARM/README-Thumb2.txt
rename to third_party/LLVM/lib/Target/ARM/README-Thumb2.txt
diff --git a/src/LLVM/lib/Target/ARM/README.txt b/third_party/LLVM/lib/Target/ARM/README.txt
similarity index 100%
rename from src/LLVM/lib/Target/ARM/README.txt
rename to third_party/LLVM/lib/Target/ARM/README.txt
diff --git a/src/LLVM/lib/Target/ARM/TargetInfo/ARMTargetInfo.cpp b/third_party/LLVM/lib/Target/ARM/TargetInfo/ARMTargetInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/ARM/TargetInfo/ARMTargetInfo.cpp
rename to third_party/LLVM/lib/Target/ARM/TargetInfo/ARMTargetInfo.cpp
diff --git a/src/LLVM/lib/Target/ARM/TargetInfo/Makefile b/third_party/LLVM/lib/Target/ARM/TargetInfo/Makefile
similarity index 100%
rename from src/LLVM/lib/Target/ARM/TargetInfo/Makefile
rename to third_party/LLVM/lib/Target/ARM/TargetInfo/Makefile
diff --git a/src/LLVM/lib/Target/ARM/Thumb1FrameLowering.cpp b/third_party/LLVM/lib/Target/ARM/Thumb1FrameLowering.cpp
similarity index 100%
rename from src/LLVM/lib/Target/ARM/Thumb1FrameLowering.cpp
rename to third_party/LLVM/lib/Target/ARM/Thumb1FrameLowering.cpp
diff --git a/src/LLVM/lib/Target/ARM/Thumb1FrameLowering.h b/third_party/LLVM/lib/Target/ARM/Thumb1FrameLowering.h
similarity index 100%
rename from src/LLVM/lib/Target/ARM/Thumb1FrameLowering.h
rename to third_party/LLVM/lib/Target/ARM/Thumb1FrameLowering.h
diff --git a/src/LLVM/lib/Target/ARM/Thumb1InstrInfo.cpp b/third_party/LLVM/lib/Target/ARM/Thumb1InstrInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/ARM/Thumb1InstrInfo.cpp
rename to third_party/LLVM/lib/Target/ARM/Thumb1InstrInfo.cpp
diff --git a/src/LLVM/lib/Target/ARM/Thumb1InstrInfo.h b/third_party/LLVM/lib/Target/ARM/Thumb1InstrInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/ARM/Thumb1InstrInfo.h
rename to third_party/LLVM/lib/Target/ARM/Thumb1InstrInfo.h
diff --git a/src/LLVM/lib/Target/ARM/Thumb1RegisterInfo.cpp b/third_party/LLVM/lib/Target/ARM/Thumb1RegisterInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/ARM/Thumb1RegisterInfo.cpp
rename to third_party/LLVM/lib/Target/ARM/Thumb1RegisterInfo.cpp
diff --git a/src/LLVM/lib/Target/ARM/Thumb1RegisterInfo.h b/third_party/LLVM/lib/Target/ARM/Thumb1RegisterInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/ARM/Thumb1RegisterInfo.h
rename to third_party/LLVM/lib/Target/ARM/Thumb1RegisterInfo.h
diff --git a/src/LLVM/lib/Target/ARM/Thumb2ITBlockPass.cpp b/third_party/LLVM/lib/Target/ARM/Thumb2ITBlockPass.cpp
similarity index 100%
rename from src/LLVM/lib/Target/ARM/Thumb2ITBlockPass.cpp
rename to third_party/LLVM/lib/Target/ARM/Thumb2ITBlockPass.cpp
diff --git a/src/LLVM/lib/Target/ARM/Thumb2InstrInfo.cpp b/third_party/LLVM/lib/Target/ARM/Thumb2InstrInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/ARM/Thumb2InstrInfo.cpp
rename to third_party/LLVM/lib/Target/ARM/Thumb2InstrInfo.cpp
diff --git a/src/LLVM/lib/Target/ARM/Thumb2InstrInfo.h b/third_party/LLVM/lib/Target/ARM/Thumb2InstrInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/ARM/Thumb2InstrInfo.h
rename to third_party/LLVM/lib/Target/ARM/Thumb2InstrInfo.h
diff --git a/src/LLVM/lib/Target/ARM/Thumb2RegisterInfo.cpp b/third_party/LLVM/lib/Target/ARM/Thumb2RegisterInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/ARM/Thumb2RegisterInfo.cpp
rename to third_party/LLVM/lib/Target/ARM/Thumb2RegisterInfo.cpp
diff --git a/src/LLVM/lib/Target/ARM/Thumb2RegisterInfo.h b/third_party/LLVM/lib/Target/ARM/Thumb2RegisterInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/ARM/Thumb2RegisterInfo.h
rename to third_party/LLVM/lib/Target/ARM/Thumb2RegisterInfo.h
diff --git a/src/LLVM/lib/Target/ARM/Thumb2SizeReduction.cpp b/third_party/LLVM/lib/Target/ARM/Thumb2SizeReduction.cpp
similarity index 100%
rename from src/LLVM/lib/Target/ARM/Thumb2SizeReduction.cpp
rename to third_party/LLVM/lib/Target/ARM/Thumb2SizeReduction.cpp
diff --git a/src/LLVM/lib/Target/Alpha/Alpha.h b/third_party/LLVM/lib/Target/Alpha/Alpha.h
similarity index 100%
rename from src/LLVM/lib/Target/Alpha/Alpha.h
rename to third_party/LLVM/lib/Target/Alpha/Alpha.h
diff --git a/src/LLVM/lib/Target/Alpha/Alpha.td b/third_party/LLVM/lib/Target/Alpha/Alpha.td
similarity index 100%
rename from src/LLVM/lib/Target/Alpha/Alpha.td
rename to third_party/LLVM/lib/Target/Alpha/Alpha.td
diff --git a/src/LLVM/lib/Target/Alpha/AlphaAsmPrinter.cpp b/third_party/LLVM/lib/Target/Alpha/AlphaAsmPrinter.cpp
similarity index 100%
rename from src/LLVM/lib/Target/Alpha/AlphaAsmPrinter.cpp
rename to third_party/LLVM/lib/Target/Alpha/AlphaAsmPrinter.cpp
diff --git a/src/LLVM/lib/Target/Alpha/AlphaBranchSelector.cpp b/third_party/LLVM/lib/Target/Alpha/AlphaBranchSelector.cpp
similarity index 100%
rename from src/LLVM/lib/Target/Alpha/AlphaBranchSelector.cpp
rename to third_party/LLVM/lib/Target/Alpha/AlphaBranchSelector.cpp
diff --git a/src/LLVM/lib/Target/Alpha/AlphaCallingConv.td b/third_party/LLVM/lib/Target/Alpha/AlphaCallingConv.td
similarity index 100%
rename from src/LLVM/lib/Target/Alpha/AlphaCallingConv.td
rename to third_party/LLVM/lib/Target/Alpha/AlphaCallingConv.td
diff --git a/src/LLVM/lib/Target/Alpha/AlphaFrameLowering.cpp b/third_party/LLVM/lib/Target/Alpha/AlphaFrameLowering.cpp
similarity index 100%
rename from src/LLVM/lib/Target/Alpha/AlphaFrameLowering.cpp
rename to third_party/LLVM/lib/Target/Alpha/AlphaFrameLowering.cpp
diff --git a/src/LLVM/lib/Target/Alpha/AlphaFrameLowering.h b/third_party/LLVM/lib/Target/Alpha/AlphaFrameLowering.h
similarity index 100%
rename from src/LLVM/lib/Target/Alpha/AlphaFrameLowering.h
rename to third_party/LLVM/lib/Target/Alpha/AlphaFrameLowering.h
diff --git a/src/LLVM/lib/Target/Alpha/AlphaISelDAGToDAG.cpp b/third_party/LLVM/lib/Target/Alpha/AlphaISelDAGToDAG.cpp
similarity index 100%
rename from src/LLVM/lib/Target/Alpha/AlphaISelDAGToDAG.cpp
rename to third_party/LLVM/lib/Target/Alpha/AlphaISelDAGToDAG.cpp
diff --git a/src/LLVM/lib/Target/Alpha/AlphaISelLowering.cpp b/third_party/LLVM/lib/Target/Alpha/AlphaISelLowering.cpp
similarity index 100%
rename from src/LLVM/lib/Target/Alpha/AlphaISelLowering.cpp
rename to third_party/LLVM/lib/Target/Alpha/AlphaISelLowering.cpp
diff --git a/src/LLVM/lib/Target/Alpha/AlphaISelLowering.h b/third_party/LLVM/lib/Target/Alpha/AlphaISelLowering.h
similarity index 100%
rename from src/LLVM/lib/Target/Alpha/AlphaISelLowering.h
rename to third_party/LLVM/lib/Target/Alpha/AlphaISelLowering.h
diff --git a/src/LLVM/lib/Target/Alpha/AlphaInstrFormats.td b/third_party/LLVM/lib/Target/Alpha/AlphaInstrFormats.td
similarity index 100%
rename from src/LLVM/lib/Target/Alpha/AlphaInstrFormats.td
rename to third_party/LLVM/lib/Target/Alpha/AlphaInstrFormats.td
diff --git a/src/LLVM/lib/Target/Alpha/AlphaInstrInfo.cpp b/third_party/LLVM/lib/Target/Alpha/AlphaInstrInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/Alpha/AlphaInstrInfo.cpp
rename to third_party/LLVM/lib/Target/Alpha/AlphaInstrInfo.cpp
diff --git a/src/LLVM/lib/Target/Alpha/AlphaInstrInfo.h b/third_party/LLVM/lib/Target/Alpha/AlphaInstrInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/Alpha/AlphaInstrInfo.h
rename to third_party/LLVM/lib/Target/Alpha/AlphaInstrInfo.h
diff --git a/src/LLVM/lib/Target/Alpha/AlphaInstrInfo.td b/third_party/LLVM/lib/Target/Alpha/AlphaInstrInfo.td
similarity index 100%
rename from src/LLVM/lib/Target/Alpha/AlphaInstrInfo.td
rename to third_party/LLVM/lib/Target/Alpha/AlphaInstrInfo.td
diff --git a/src/LLVM/lib/Target/Alpha/AlphaLLRP.cpp b/third_party/LLVM/lib/Target/Alpha/AlphaLLRP.cpp
similarity index 100%
rename from src/LLVM/lib/Target/Alpha/AlphaLLRP.cpp
rename to third_party/LLVM/lib/Target/Alpha/AlphaLLRP.cpp
diff --git a/src/LLVM/lib/Target/Alpha/AlphaMachineFunctionInfo.h b/third_party/LLVM/lib/Target/Alpha/AlphaMachineFunctionInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/Alpha/AlphaMachineFunctionInfo.h
rename to third_party/LLVM/lib/Target/Alpha/AlphaMachineFunctionInfo.h
diff --git a/src/LLVM/lib/Target/Alpha/AlphaRegisterInfo.cpp b/third_party/LLVM/lib/Target/Alpha/AlphaRegisterInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/Alpha/AlphaRegisterInfo.cpp
rename to third_party/LLVM/lib/Target/Alpha/AlphaRegisterInfo.cpp
diff --git a/src/LLVM/lib/Target/Alpha/AlphaRegisterInfo.h b/third_party/LLVM/lib/Target/Alpha/AlphaRegisterInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/Alpha/AlphaRegisterInfo.h
rename to third_party/LLVM/lib/Target/Alpha/AlphaRegisterInfo.h
diff --git a/src/LLVM/lib/Target/Alpha/AlphaRegisterInfo.td b/third_party/LLVM/lib/Target/Alpha/AlphaRegisterInfo.td
similarity index 100%
rename from src/LLVM/lib/Target/Alpha/AlphaRegisterInfo.td
rename to third_party/LLVM/lib/Target/Alpha/AlphaRegisterInfo.td
diff --git a/src/LLVM/lib/Target/Alpha/AlphaRelocations.h b/third_party/LLVM/lib/Target/Alpha/AlphaRelocations.h
similarity index 100%
rename from src/LLVM/lib/Target/Alpha/AlphaRelocations.h
rename to third_party/LLVM/lib/Target/Alpha/AlphaRelocations.h
diff --git a/src/LLVM/lib/Target/Alpha/AlphaSchedule.td b/third_party/LLVM/lib/Target/Alpha/AlphaSchedule.td
similarity index 100%
rename from src/LLVM/lib/Target/Alpha/AlphaSchedule.td
rename to third_party/LLVM/lib/Target/Alpha/AlphaSchedule.td
diff --git a/src/LLVM/lib/Target/Alpha/AlphaSelectionDAGInfo.cpp b/third_party/LLVM/lib/Target/Alpha/AlphaSelectionDAGInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/Alpha/AlphaSelectionDAGInfo.cpp
rename to third_party/LLVM/lib/Target/Alpha/AlphaSelectionDAGInfo.cpp
diff --git a/src/LLVM/lib/Target/Alpha/AlphaSelectionDAGInfo.h b/third_party/LLVM/lib/Target/Alpha/AlphaSelectionDAGInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/Alpha/AlphaSelectionDAGInfo.h
rename to third_party/LLVM/lib/Target/Alpha/AlphaSelectionDAGInfo.h
diff --git a/src/LLVM/lib/Target/Alpha/AlphaSubtarget.cpp b/third_party/LLVM/lib/Target/Alpha/AlphaSubtarget.cpp
similarity index 100%
rename from src/LLVM/lib/Target/Alpha/AlphaSubtarget.cpp
rename to third_party/LLVM/lib/Target/Alpha/AlphaSubtarget.cpp
diff --git a/src/LLVM/lib/Target/Alpha/AlphaSubtarget.h b/third_party/LLVM/lib/Target/Alpha/AlphaSubtarget.h
similarity index 100%
rename from src/LLVM/lib/Target/Alpha/AlphaSubtarget.h
rename to third_party/LLVM/lib/Target/Alpha/AlphaSubtarget.h
diff --git a/src/LLVM/lib/Target/Alpha/AlphaTargetMachine.cpp b/third_party/LLVM/lib/Target/Alpha/AlphaTargetMachine.cpp
similarity index 100%
rename from src/LLVM/lib/Target/Alpha/AlphaTargetMachine.cpp
rename to third_party/LLVM/lib/Target/Alpha/AlphaTargetMachine.cpp
diff --git a/src/LLVM/lib/Target/Alpha/AlphaTargetMachine.h b/third_party/LLVM/lib/Target/Alpha/AlphaTargetMachine.h
similarity index 100%
rename from src/LLVM/lib/Target/Alpha/AlphaTargetMachine.h
rename to third_party/LLVM/lib/Target/Alpha/AlphaTargetMachine.h
diff --git a/src/LLVM/lib/Target/Alpha/MCTargetDesc/AlphaMCAsmInfo.cpp b/third_party/LLVM/lib/Target/Alpha/MCTargetDesc/AlphaMCAsmInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/Alpha/MCTargetDesc/AlphaMCAsmInfo.cpp
rename to third_party/LLVM/lib/Target/Alpha/MCTargetDesc/AlphaMCAsmInfo.cpp
diff --git a/src/LLVM/lib/Target/Alpha/MCTargetDesc/AlphaMCAsmInfo.h b/third_party/LLVM/lib/Target/Alpha/MCTargetDesc/AlphaMCAsmInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/Alpha/MCTargetDesc/AlphaMCAsmInfo.h
rename to third_party/LLVM/lib/Target/Alpha/MCTargetDesc/AlphaMCAsmInfo.h
diff --git a/src/LLVM/lib/Target/Alpha/MCTargetDesc/AlphaMCTargetDesc.cpp b/third_party/LLVM/lib/Target/Alpha/MCTargetDesc/AlphaMCTargetDesc.cpp
similarity index 100%
rename from src/LLVM/lib/Target/Alpha/MCTargetDesc/AlphaMCTargetDesc.cpp
rename to third_party/LLVM/lib/Target/Alpha/MCTargetDesc/AlphaMCTargetDesc.cpp
diff --git a/src/LLVM/lib/Target/Alpha/MCTargetDesc/AlphaMCTargetDesc.h b/third_party/LLVM/lib/Target/Alpha/MCTargetDesc/AlphaMCTargetDesc.h
similarity index 100%
rename from src/LLVM/lib/Target/Alpha/MCTargetDesc/AlphaMCTargetDesc.h
rename to third_party/LLVM/lib/Target/Alpha/MCTargetDesc/AlphaMCTargetDesc.h
diff --git a/src/LLVM/lib/Target/Alpha/MCTargetDesc/Makefile b/third_party/LLVM/lib/Target/Alpha/MCTargetDesc/Makefile
similarity index 100%
rename from src/LLVM/lib/Target/Alpha/MCTargetDesc/Makefile
rename to third_party/LLVM/lib/Target/Alpha/MCTargetDesc/Makefile
diff --git a/src/LLVM/lib/Target/Alpha/Makefile b/third_party/LLVM/lib/Target/Alpha/Makefile
similarity index 100%
rename from src/LLVM/lib/Target/Alpha/Makefile
rename to third_party/LLVM/lib/Target/Alpha/Makefile
diff --git a/src/LLVM/lib/Target/Alpha/README.txt b/third_party/LLVM/lib/Target/Alpha/README.txt
similarity index 100%
rename from src/LLVM/lib/Target/Alpha/README.txt
rename to third_party/LLVM/lib/Target/Alpha/README.txt
diff --git a/src/LLVM/lib/Target/Alpha/TargetInfo/AlphaTargetInfo.cpp b/third_party/LLVM/lib/Target/Alpha/TargetInfo/AlphaTargetInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/Alpha/TargetInfo/AlphaTargetInfo.cpp
rename to third_party/LLVM/lib/Target/Alpha/TargetInfo/AlphaTargetInfo.cpp
diff --git a/src/LLVM/lib/Target/Alpha/TargetInfo/Makefile b/third_party/LLVM/lib/Target/Alpha/TargetInfo/Makefile
similarity index 100%
rename from src/LLVM/lib/Target/Alpha/TargetInfo/Makefile
rename to third_party/LLVM/lib/Target/Alpha/TargetInfo/Makefile
diff --git a/src/LLVM/lib/Target/Blackfin/Blackfin.h b/third_party/LLVM/lib/Target/Blackfin/Blackfin.h
similarity index 100%
rename from src/LLVM/lib/Target/Blackfin/Blackfin.h
rename to third_party/LLVM/lib/Target/Blackfin/Blackfin.h
diff --git a/src/LLVM/lib/Target/Blackfin/Blackfin.td b/third_party/LLVM/lib/Target/Blackfin/Blackfin.td
similarity index 100%
rename from src/LLVM/lib/Target/Blackfin/Blackfin.td
rename to third_party/LLVM/lib/Target/Blackfin/Blackfin.td
diff --git a/src/LLVM/lib/Target/Blackfin/BlackfinAsmPrinter.cpp b/third_party/LLVM/lib/Target/Blackfin/BlackfinAsmPrinter.cpp
similarity index 100%
rename from src/LLVM/lib/Target/Blackfin/BlackfinAsmPrinter.cpp
rename to third_party/LLVM/lib/Target/Blackfin/BlackfinAsmPrinter.cpp
diff --git a/src/LLVM/lib/Target/Blackfin/BlackfinCallingConv.td b/third_party/LLVM/lib/Target/Blackfin/BlackfinCallingConv.td
similarity index 100%
rename from src/LLVM/lib/Target/Blackfin/BlackfinCallingConv.td
rename to third_party/LLVM/lib/Target/Blackfin/BlackfinCallingConv.td
diff --git a/src/LLVM/lib/Target/Blackfin/BlackfinFrameLowering.cpp b/third_party/LLVM/lib/Target/Blackfin/BlackfinFrameLowering.cpp
similarity index 100%
rename from src/LLVM/lib/Target/Blackfin/BlackfinFrameLowering.cpp
rename to third_party/LLVM/lib/Target/Blackfin/BlackfinFrameLowering.cpp
diff --git a/src/LLVM/lib/Target/Blackfin/BlackfinFrameLowering.h b/third_party/LLVM/lib/Target/Blackfin/BlackfinFrameLowering.h
similarity index 100%
rename from src/LLVM/lib/Target/Blackfin/BlackfinFrameLowering.h
rename to third_party/LLVM/lib/Target/Blackfin/BlackfinFrameLowering.h
diff --git a/src/LLVM/lib/Target/Blackfin/BlackfinISelDAGToDAG.cpp b/third_party/LLVM/lib/Target/Blackfin/BlackfinISelDAGToDAG.cpp
similarity index 100%
rename from src/LLVM/lib/Target/Blackfin/BlackfinISelDAGToDAG.cpp
rename to third_party/LLVM/lib/Target/Blackfin/BlackfinISelDAGToDAG.cpp
diff --git a/src/LLVM/lib/Target/Blackfin/BlackfinISelLowering.cpp b/third_party/LLVM/lib/Target/Blackfin/BlackfinISelLowering.cpp
similarity index 100%
rename from src/LLVM/lib/Target/Blackfin/BlackfinISelLowering.cpp
rename to third_party/LLVM/lib/Target/Blackfin/BlackfinISelLowering.cpp
diff --git a/src/LLVM/lib/Target/Blackfin/BlackfinISelLowering.h b/third_party/LLVM/lib/Target/Blackfin/BlackfinISelLowering.h
similarity index 100%
rename from src/LLVM/lib/Target/Blackfin/BlackfinISelLowering.h
rename to third_party/LLVM/lib/Target/Blackfin/BlackfinISelLowering.h
diff --git a/src/LLVM/lib/Target/Blackfin/BlackfinInstrFormats.td b/third_party/LLVM/lib/Target/Blackfin/BlackfinInstrFormats.td
similarity index 100%
rename from src/LLVM/lib/Target/Blackfin/BlackfinInstrFormats.td
rename to third_party/LLVM/lib/Target/Blackfin/BlackfinInstrFormats.td
diff --git a/src/LLVM/lib/Target/Blackfin/BlackfinInstrInfo.cpp b/third_party/LLVM/lib/Target/Blackfin/BlackfinInstrInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/Blackfin/BlackfinInstrInfo.cpp
rename to third_party/LLVM/lib/Target/Blackfin/BlackfinInstrInfo.cpp
diff --git a/src/LLVM/lib/Target/Blackfin/BlackfinInstrInfo.h b/third_party/LLVM/lib/Target/Blackfin/BlackfinInstrInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/Blackfin/BlackfinInstrInfo.h
rename to third_party/LLVM/lib/Target/Blackfin/BlackfinInstrInfo.h
diff --git a/src/LLVM/lib/Target/Blackfin/BlackfinInstrInfo.td b/third_party/LLVM/lib/Target/Blackfin/BlackfinInstrInfo.td
similarity index 100%
rename from src/LLVM/lib/Target/Blackfin/BlackfinInstrInfo.td
rename to third_party/LLVM/lib/Target/Blackfin/BlackfinInstrInfo.td
diff --git a/src/LLVM/lib/Target/Blackfin/BlackfinIntrinsicInfo.cpp b/third_party/LLVM/lib/Target/Blackfin/BlackfinIntrinsicInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/Blackfin/BlackfinIntrinsicInfo.cpp
rename to third_party/LLVM/lib/Target/Blackfin/BlackfinIntrinsicInfo.cpp
diff --git a/src/LLVM/lib/Target/Blackfin/BlackfinIntrinsicInfo.h b/third_party/LLVM/lib/Target/Blackfin/BlackfinIntrinsicInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/Blackfin/BlackfinIntrinsicInfo.h
rename to third_party/LLVM/lib/Target/Blackfin/BlackfinIntrinsicInfo.h
diff --git a/src/LLVM/lib/Target/Blackfin/BlackfinIntrinsics.td b/third_party/LLVM/lib/Target/Blackfin/BlackfinIntrinsics.td
similarity index 100%
rename from src/LLVM/lib/Target/Blackfin/BlackfinIntrinsics.td
rename to third_party/LLVM/lib/Target/Blackfin/BlackfinIntrinsics.td
diff --git a/src/LLVM/lib/Target/Blackfin/BlackfinRegisterInfo.cpp b/third_party/LLVM/lib/Target/Blackfin/BlackfinRegisterInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/Blackfin/BlackfinRegisterInfo.cpp
rename to third_party/LLVM/lib/Target/Blackfin/BlackfinRegisterInfo.cpp
diff --git a/src/LLVM/lib/Target/Blackfin/BlackfinRegisterInfo.h b/third_party/LLVM/lib/Target/Blackfin/BlackfinRegisterInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/Blackfin/BlackfinRegisterInfo.h
rename to third_party/LLVM/lib/Target/Blackfin/BlackfinRegisterInfo.h
diff --git a/src/LLVM/lib/Target/Blackfin/BlackfinRegisterInfo.td b/third_party/LLVM/lib/Target/Blackfin/BlackfinRegisterInfo.td
similarity index 100%
rename from src/LLVM/lib/Target/Blackfin/BlackfinRegisterInfo.td
rename to third_party/LLVM/lib/Target/Blackfin/BlackfinRegisterInfo.td
diff --git a/src/LLVM/lib/Target/Blackfin/BlackfinSelectionDAGInfo.cpp b/third_party/LLVM/lib/Target/Blackfin/BlackfinSelectionDAGInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/Blackfin/BlackfinSelectionDAGInfo.cpp
rename to third_party/LLVM/lib/Target/Blackfin/BlackfinSelectionDAGInfo.cpp
diff --git a/src/LLVM/lib/Target/Blackfin/BlackfinSelectionDAGInfo.h b/third_party/LLVM/lib/Target/Blackfin/BlackfinSelectionDAGInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/Blackfin/BlackfinSelectionDAGInfo.h
rename to third_party/LLVM/lib/Target/Blackfin/BlackfinSelectionDAGInfo.h
diff --git a/src/LLVM/lib/Target/Blackfin/BlackfinSubtarget.cpp b/third_party/LLVM/lib/Target/Blackfin/BlackfinSubtarget.cpp
similarity index 100%
rename from src/LLVM/lib/Target/Blackfin/BlackfinSubtarget.cpp
rename to third_party/LLVM/lib/Target/Blackfin/BlackfinSubtarget.cpp
diff --git a/src/LLVM/lib/Target/Blackfin/BlackfinSubtarget.h b/third_party/LLVM/lib/Target/Blackfin/BlackfinSubtarget.h
similarity index 100%
rename from src/LLVM/lib/Target/Blackfin/BlackfinSubtarget.h
rename to third_party/LLVM/lib/Target/Blackfin/BlackfinSubtarget.h
diff --git a/src/LLVM/lib/Target/Blackfin/BlackfinTargetMachine.cpp b/third_party/LLVM/lib/Target/Blackfin/BlackfinTargetMachine.cpp
similarity index 100%
rename from src/LLVM/lib/Target/Blackfin/BlackfinTargetMachine.cpp
rename to third_party/LLVM/lib/Target/Blackfin/BlackfinTargetMachine.cpp
diff --git a/src/LLVM/lib/Target/Blackfin/BlackfinTargetMachine.h b/third_party/LLVM/lib/Target/Blackfin/BlackfinTargetMachine.h
similarity index 100%
rename from src/LLVM/lib/Target/Blackfin/BlackfinTargetMachine.h
rename to third_party/LLVM/lib/Target/Blackfin/BlackfinTargetMachine.h
diff --git a/src/LLVM/lib/Target/Blackfin/MCTargetDesc/BlackfinMCAsmInfo.cpp b/third_party/LLVM/lib/Target/Blackfin/MCTargetDesc/BlackfinMCAsmInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/Blackfin/MCTargetDesc/BlackfinMCAsmInfo.cpp
rename to third_party/LLVM/lib/Target/Blackfin/MCTargetDesc/BlackfinMCAsmInfo.cpp
diff --git a/src/LLVM/lib/Target/Blackfin/MCTargetDesc/BlackfinMCAsmInfo.h b/third_party/LLVM/lib/Target/Blackfin/MCTargetDesc/BlackfinMCAsmInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/Blackfin/MCTargetDesc/BlackfinMCAsmInfo.h
rename to third_party/LLVM/lib/Target/Blackfin/MCTargetDesc/BlackfinMCAsmInfo.h
diff --git a/src/LLVM/lib/Target/Blackfin/MCTargetDesc/BlackfinMCTargetDesc.cpp b/third_party/LLVM/lib/Target/Blackfin/MCTargetDesc/BlackfinMCTargetDesc.cpp
similarity index 100%
rename from src/LLVM/lib/Target/Blackfin/MCTargetDesc/BlackfinMCTargetDesc.cpp
rename to third_party/LLVM/lib/Target/Blackfin/MCTargetDesc/BlackfinMCTargetDesc.cpp
diff --git a/src/LLVM/lib/Target/Blackfin/MCTargetDesc/BlackfinMCTargetDesc.h b/third_party/LLVM/lib/Target/Blackfin/MCTargetDesc/BlackfinMCTargetDesc.h
similarity index 100%
rename from src/LLVM/lib/Target/Blackfin/MCTargetDesc/BlackfinMCTargetDesc.h
rename to third_party/LLVM/lib/Target/Blackfin/MCTargetDesc/BlackfinMCTargetDesc.h
diff --git a/src/LLVM/lib/Target/Blackfin/MCTargetDesc/Makefile b/third_party/LLVM/lib/Target/Blackfin/MCTargetDesc/Makefile
similarity index 100%
rename from src/LLVM/lib/Target/Blackfin/MCTargetDesc/Makefile
rename to third_party/LLVM/lib/Target/Blackfin/MCTargetDesc/Makefile
diff --git a/src/LLVM/lib/Target/Blackfin/Makefile b/third_party/LLVM/lib/Target/Blackfin/Makefile
similarity index 100%
rename from src/LLVM/lib/Target/Blackfin/Makefile
rename to third_party/LLVM/lib/Target/Blackfin/Makefile
diff --git a/src/LLVM/lib/Target/Blackfin/README.txt b/third_party/LLVM/lib/Target/Blackfin/README.txt
similarity index 100%
rename from src/LLVM/lib/Target/Blackfin/README.txt
rename to third_party/LLVM/lib/Target/Blackfin/README.txt
diff --git a/src/LLVM/lib/Target/Blackfin/TargetInfo/BlackfinTargetInfo.cpp b/third_party/LLVM/lib/Target/Blackfin/TargetInfo/BlackfinTargetInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/Blackfin/TargetInfo/BlackfinTargetInfo.cpp
rename to third_party/LLVM/lib/Target/Blackfin/TargetInfo/BlackfinTargetInfo.cpp
diff --git a/src/LLVM/lib/Target/Blackfin/TargetInfo/Makefile b/third_party/LLVM/lib/Target/Blackfin/TargetInfo/Makefile
similarity index 100%
rename from src/LLVM/lib/Target/Blackfin/TargetInfo/Makefile
rename to third_party/LLVM/lib/Target/Blackfin/TargetInfo/Makefile
diff --git a/src/LLVM/lib/Target/CBackend/CBackend.cpp b/third_party/LLVM/lib/Target/CBackend/CBackend.cpp
similarity index 100%
rename from src/LLVM/lib/Target/CBackend/CBackend.cpp
rename to third_party/LLVM/lib/Target/CBackend/CBackend.cpp
diff --git a/src/LLVM/lib/Target/CBackend/CTargetMachine.h b/third_party/LLVM/lib/Target/CBackend/CTargetMachine.h
similarity index 100%
rename from src/LLVM/lib/Target/CBackend/CTargetMachine.h
rename to third_party/LLVM/lib/Target/CBackend/CTargetMachine.h
diff --git a/src/LLVM/lib/Target/CBackend/Makefile b/third_party/LLVM/lib/Target/CBackend/Makefile
similarity index 100%
rename from src/LLVM/lib/Target/CBackend/Makefile
rename to third_party/LLVM/lib/Target/CBackend/Makefile
diff --git a/src/LLVM/lib/Target/CBackend/TargetInfo/CBackendTargetInfo.cpp b/third_party/LLVM/lib/Target/CBackend/TargetInfo/CBackendTargetInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/CBackend/TargetInfo/CBackendTargetInfo.cpp
rename to third_party/LLVM/lib/Target/CBackend/TargetInfo/CBackendTargetInfo.cpp
diff --git a/src/LLVM/lib/Target/CBackend/TargetInfo/Makefile b/third_party/LLVM/lib/Target/CBackend/TargetInfo/Makefile
similarity index 100%
rename from src/LLVM/lib/Target/CBackend/TargetInfo/Makefile
rename to third_party/LLVM/lib/Target/CBackend/TargetInfo/Makefile
diff --git a/src/LLVM/lib/Target/CellSPU/CellSDKIntrinsics.td b/third_party/LLVM/lib/Target/CellSPU/CellSDKIntrinsics.td
similarity index 100%
rename from src/LLVM/lib/Target/CellSPU/CellSDKIntrinsics.td
rename to third_party/LLVM/lib/Target/CellSPU/CellSDKIntrinsics.td
diff --git a/src/LLVM/lib/Target/CellSPU/MCTargetDesc/Makefile b/third_party/LLVM/lib/Target/CellSPU/MCTargetDesc/Makefile
similarity index 100%
rename from src/LLVM/lib/Target/CellSPU/MCTargetDesc/Makefile
rename to third_party/LLVM/lib/Target/CellSPU/MCTargetDesc/Makefile
diff --git a/src/LLVM/lib/Target/CellSPU/MCTargetDesc/SPUMCAsmInfo.cpp b/third_party/LLVM/lib/Target/CellSPU/MCTargetDesc/SPUMCAsmInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/CellSPU/MCTargetDesc/SPUMCAsmInfo.cpp
rename to third_party/LLVM/lib/Target/CellSPU/MCTargetDesc/SPUMCAsmInfo.cpp
diff --git a/src/LLVM/lib/Target/CellSPU/MCTargetDesc/SPUMCAsmInfo.h b/third_party/LLVM/lib/Target/CellSPU/MCTargetDesc/SPUMCAsmInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/CellSPU/MCTargetDesc/SPUMCAsmInfo.h
rename to third_party/LLVM/lib/Target/CellSPU/MCTargetDesc/SPUMCAsmInfo.h
diff --git a/src/LLVM/lib/Target/CellSPU/MCTargetDesc/SPUMCTargetDesc.cpp b/third_party/LLVM/lib/Target/CellSPU/MCTargetDesc/SPUMCTargetDesc.cpp
similarity index 100%
rename from src/LLVM/lib/Target/CellSPU/MCTargetDesc/SPUMCTargetDesc.cpp
rename to third_party/LLVM/lib/Target/CellSPU/MCTargetDesc/SPUMCTargetDesc.cpp
diff --git a/src/LLVM/lib/Target/CellSPU/MCTargetDesc/SPUMCTargetDesc.h b/third_party/LLVM/lib/Target/CellSPU/MCTargetDesc/SPUMCTargetDesc.h
similarity index 100%
rename from src/LLVM/lib/Target/CellSPU/MCTargetDesc/SPUMCTargetDesc.h
rename to third_party/LLVM/lib/Target/CellSPU/MCTargetDesc/SPUMCTargetDesc.h
diff --git a/src/LLVM/lib/Target/CellSPU/Makefile b/third_party/LLVM/lib/Target/CellSPU/Makefile
similarity index 100%
rename from src/LLVM/lib/Target/CellSPU/Makefile
rename to third_party/LLVM/lib/Target/CellSPU/Makefile
diff --git a/src/LLVM/lib/Target/CellSPU/README.txt b/third_party/LLVM/lib/Target/CellSPU/README.txt
similarity index 100%
rename from src/LLVM/lib/Target/CellSPU/README.txt
rename to third_party/LLVM/lib/Target/CellSPU/README.txt
diff --git a/src/LLVM/lib/Target/CellSPU/SPU.h b/third_party/LLVM/lib/Target/CellSPU/SPU.h
similarity index 100%
rename from src/LLVM/lib/Target/CellSPU/SPU.h
rename to third_party/LLVM/lib/Target/CellSPU/SPU.h
diff --git a/src/LLVM/lib/Target/CellSPU/SPU.td b/third_party/LLVM/lib/Target/CellSPU/SPU.td
similarity index 100%
rename from src/LLVM/lib/Target/CellSPU/SPU.td
rename to third_party/LLVM/lib/Target/CellSPU/SPU.td
diff --git a/src/LLVM/lib/Target/CellSPU/SPU128InstrInfo.td b/third_party/LLVM/lib/Target/CellSPU/SPU128InstrInfo.td
similarity index 100%
rename from src/LLVM/lib/Target/CellSPU/SPU128InstrInfo.td
rename to third_party/LLVM/lib/Target/CellSPU/SPU128InstrInfo.td
diff --git a/src/LLVM/lib/Target/CellSPU/SPU64InstrInfo.td b/third_party/LLVM/lib/Target/CellSPU/SPU64InstrInfo.td
similarity index 100%
rename from src/LLVM/lib/Target/CellSPU/SPU64InstrInfo.td
rename to third_party/LLVM/lib/Target/CellSPU/SPU64InstrInfo.td
diff --git a/src/LLVM/lib/Target/CellSPU/SPUAsmPrinter.cpp b/third_party/LLVM/lib/Target/CellSPU/SPUAsmPrinter.cpp
similarity index 100%
rename from src/LLVM/lib/Target/CellSPU/SPUAsmPrinter.cpp
rename to third_party/LLVM/lib/Target/CellSPU/SPUAsmPrinter.cpp
diff --git a/src/LLVM/lib/Target/CellSPU/SPUCallingConv.td b/third_party/LLVM/lib/Target/CellSPU/SPUCallingConv.td
similarity index 100%
rename from src/LLVM/lib/Target/CellSPU/SPUCallingConv.td
rename to third_party/LLVM/lib/Target/CellSPU/SPUCallingConv.td
diff --git a/src/LLVM/lib/Target/CellSPU/SPUFrameLowering.cpp b/third_party/LLVM/lib/Target/CellSPU/SPUFrameLowering.cpp
similarity index 100%
rename from src/LLVM/lib/Target/CellSPU/SPUFrameLowering.cpp
rename to third_party/LLVM/lib/Target/CellSPU/SPUFrameLowering.cpp
diff --git a/src/LLVM/lib/Target/CellSPU/SPUFrameLowering.h b/third_party/LLVM/lib/Target/CellSPU/SPUFrameLowering.h
similarity index 100%
rename from src/LLVM/lib/Target/CellSPU/SPUFrameLowering.h
rename to third_party/LLVM/lib/Target/CellSPU/SPUFrameLowering.h
diff --git a/src/LLVM/lib/Target/CellSPU/SPUHazardRecognizers.cpp b/third_party/LLVM/lib/Target/CellSPU/SPUHazardRecognizers.cpp
similarity index 100%
rename from src/LLVM/lib/Target/CellSPU/SPUHazardRecognizers.cpp
rename to third_party/LLVM/lib/Target/CellSPU/SPUHazardRecognizers.cpp
diff --git a/src/LLVM/lib/Target/CellSPU/SPUHazardRecognizers.h b/third_party/LLVM/lib/Target/CellSPU/SPUHazardRecognizers.h
similarity index 100%
rename from src/LLVM/lib/Target/CellSPU/SPUHazardRecognizers.h
rename to third_party/LLVM/lib/Target/CellSPU/SPUHazardRecognizers.h
diff --git a/src/LLVM/lib/Target/CellSPU/SPUISelDAGToDAG.cpp b/third_party/LLVM/lib/Target/CellSPU/SPUISelDAGToDAG.cpp
similarity index 100%
rename from src/LLVM/lib/Target/CellSPU/SPUISelDAGToDAG.cpp
rename to third_party/LLVM/lib/Target/CellSPU/SPUISelDAGToDAG.cpp
diff --git a/src/LLVM/lib/Target/CellSPU/SPUISelLowering.cpp b/third_party/LLVM/lib/Target/CellSPU/SPUISelLowering.cpp
similarity index 100%
rename from src/LLVM/lib/Target/CellSPU/SPUISelLowering.cpp
rename to third_party/LLVM/lib/Target/CellSPU/SPUISelLowering.cpp
diff --git a/src/LLVM/lib/Target/CellSPU/SPUISelLowering.h b/third_party/LLVM/lib/Target/CellSPU/SPUISelLowering.h
similarity index 100%
rename from src/LLVM/lib/Target/CellSPU/SPUISelLowering.h
rename to third_party/LLVM/lib/Target/CellSPU/SPUISelLowering.h
diff --git a/src/LLVM/lib/Target/CellSPU/SPUInstrBuilder.h b/third_party/LLVM/lib/Target/CellSPU/SPUInstrBuilder.h
similarity index 100%
rename from src/LLVM/lib/Target/CellSPU/SPUInstrBuilder.h
rename to third_party/LLVM/lib/Target/CellSPU/SPUInstrBuilder.h
diff --git a/src/LLVM/lib/Target/CellSPU/SPUInstrFormats.td b/third_party/LLVM/lib/Target/CellSPU/SPUInstrFormats.td
similarity index 100%
rename from src/LLVM/lib/Target/CellSPU/SPUInstrFormats.td
rename to third_party/LLVM/lib/Target/CellSPU/SPUInstrFormats.td
diff --git a/src/LLVM/lib/Target/CellSPU/SPUInstrInfo.cpp b/third_party/LLVM/lib/Target/CellSPU/SPUInstrInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/CellSPU/SPUInstrInfo.cpp
rename to third_party/LLVM/lib/Target/CellSPU/SPUInstrInfo.cpp
diff --git a/src/LLVM/lib/Target/CellSPU/SPUInstrInfo.h b/third_party/LLVM/lib/Target/CellSPU/SPUInstrInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/CellSPU/SPUInstrInfo.h
rename to third_party/LLVM/lib/Target/CellSPU/SPUInstrInfo.h
diff --git a/src/LLVM/lib/Target/CellSPU/SPUInstrInfo.td b/third_party/LLVM/lib/Target/CellSPU/SPUInstrInfo.td
similarity index 100%
rename from src/LLVM/lib/Target/CellSPU/SPUInstrInfo.td
rename to third_party/LLVM/lib/Target/CellSPU/SPUInstrInfo.td
diff --git a/src/LLVM/lib/Target/CellSPU/SPUMachineFunction.h b/third_party/LLVM/lib/Target/CellSPU/SPUMachineFunction.h
similarity index 100%
rename from src/LLVM/lib/Target/CellSPU/SPUMachineFunction.h
rename to third_party/LLVM/lib/Target/CellSPU/SPUMachineFunction.h
diff --git a/src/LLVM/lib/Target/CellSPU/SPUMathInstr.td b/third_party/LLVM/lib/Target/CellSPU/SPUMathInstr.td
similarity index 100%
rename from src/LLVM/lib/Target/CellSPU/SPUMathInstr.td
rename to third_party/LLVM/lib/Target/CellSPU/SPUMathInstr.td
diff --git a/src/LLVM/lib/Target/CellSPU/SPUNodes.td b/third_party/LLVM/lib/Target/CellSPU/SPUNodes.td
similarity index 100%
rename from src/LLVM/lib/Target/CellSPU/SPUNodes.td
rename to third_party/LLVM/lib/Target/CellSPU/SPUNodes.td
diff --git a/src/LLVM/lib/Target/CellSPU/SPUNopFiller.cpp b/third_party/LLVM/lib/Target/CellSPU/SPUNopFiller.cpp
similarity index 100%
rename from src/LLVM/lib/Target/CellSPU/SPUNopFiller.cpp
rename to third_party/LLVM/lib/Target/CellSPU/SPUNopFiller.cpp
diff --git a/src/LLVM/lib/Target/CellSPU/SPUOperands.td b/third_party/LLVM/lib/Target/CellSPU/SPUOperands.td
similarity index 100%
rename from src/LLVM/lib/Target/CellSPU/SPUOperands.td
rename to third_party/LLVM/lib/Target/CellSPU/SPUOperands.td
diff --git a/src/LLVM/lib/Target/CellSPU/SPURegisterInfo.cpp b/third_party/LLVM/lib/Target/CellSPU/SPURegisterInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/CellSPU/SPURegisterInfo.cpp
rename to third_party/LLVM/lib/Target/CellSPU/SPURegisterInfo.cpp
diff --git a/src/LLVM/lib/Target/CellSPU/SPURegisterInfo.h b/third_party/LLVM/lib/Target/CellSPU/SPURegisterInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/CellSPU/SPURegisterInfo.h
rename to third_party/LLVM/lib/Target/CellSPU/SPURegisterInfo.h
diff --git a/src/LLVM/lib/Target/CellSPU/SPURegisterInfo.td b/third_party/LLVM/lib/Target/CellSPU/SPURegisterInfo.td
similarity index 100%
rename from src/LLVM/lib/Target/CellSPU/SPURegisterInfo.td
rename to third_party/LLVM/lib/Target/CellSPU/SPURegisterInfo.td
diff --git a/src/LLVM/lib/Target/CellSPU/SPURegisterNames.h b/third_party/LLVM/lib/Target/CellSPU/SPURegisterNames.h
similarity index 100%
rename from src/LLVM/lib/Target/CellSPU/SPURegisterNames.h
rename to third_party/LLVM/lib/Target/CellSPU/SPURegisterNames.h
diff --git a/src/LLVM/lib/Target/CellSPU/SPUSchedule.td b/third_party/LLVM/lib/Target/CellSPU/SPUSchedule.td
similarity index 100%
rename from src/LLVM/lib/Target/CellSPU/SPUSchedule.td
rename to third_party/LLVM/lib/Target/CellSPU/SPUSchedule.td
diff --git a/src/LLVM/lib/Target/CellSPU/SPUSelectionDAGInfo.cpp b/third_party/LLVM/lib/Target/CellSPU/SPUSelectionDAGInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/CellSPU/SPUSelectionDAGInfo.cpp
rename to third_party/LLVM/lib/Target/CellSPU/SPUSelectionDAGInfo.cpp
diff --git a/src/LLVM/lib/Target/CellSPU/SPUSelectionDAGInfo.h b/third_party/LLVM/lib/Target/CellSPU/SPUSelectionDAGInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/CellSPU/SPUSelectionDAGInfo.h
rename to third_party/LLVM/lib/Target/CellSPU/SPUSelectionDAGInfo.h
diff --git a/src/LLVM/lib/Target/CellSPU/SPUSubtarget.cpp b/third_party/LLVM/lib/Target/CellSPU/SPUSubtarget.cpp
similarity index 100%
rename from src/LLVM/lib/Target/CellSPU/SPUSubtarget.cpp
rename to third_party/LLVM/lib/Target/CellSPU/SPUSubtarget.cpp
diff --git a/src/LLVM/lib/Target/CellSPU/SPUSubtarget.h b/third_party/LLVM/lib/Target/CellSPU/SPUSubtarget.h
similarity index 100%
rename from src/LLVM/lib/Target/CellSPU/SPUSubtarget.h
rename to third_party/LLVM/lib/Target/CellSPU/SPUSubtarget.h
diff --git a/src/LLVM/lib/Target/CellSPU/SPUTargetMachine.cpp b/third_party/LLVM/lib/Target/CellSPU/SPUTargetMachine.cpp
similarity index 100%
rename from src/LLVM/lib/Target/CellSPU/SPUTargetMachine.cpp
rename to third_party/LLVM/lib/Target/CellSPU/SPUTargetMachine.cpp
diff --git a/src/LLVM/lib/Target/CellSPU/SPUTargetMachine.h b/third_party/LLVM/lib/Target/CellSPU/SPUTargetMachine.h
similarity index 100%
rename from src/LLVM/lib/Target/CellSPU/SPUTargetMachine.h
rename to third_party/LLVM/lib/Target/CellSPU/SPUTargetMachine.h
diff --git a/src/LLVM/lib/Target/CellSPU/TargetInfo/CellSPUTargetInfo.cpp b/third_party/LLVM/lib/Target/CellSPU/TargetInfo/CellSPUTargetInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/CellSPU/TargetInfo/CellSPUTargetInfo.cpp
rename to third_party/LLVM/lib/Target/CellSPU/TargetInfo/CellSPUTargetInfo.cpp
diff --git a/src/LLVM/lib/Target/CellSPU/TargetInfo/Makefile b/third_party/LLVM/lib/Target/CellSPU/TargetInfo/Makefile
similarity index 100%
rename from src/LLVM/lib/Target/CellSPU/TargetInfo/Makefile
rename to third_party/LLVM/lib/Target/CellSPU/TargetInfo/Makefile
diff --git a/src/LLVM/lib/Target/CppBackend/CPPBackend.cpp b/third_party/LLVM/lib/Target/CppBackend/CPPBackend.cpp
similarity index 100%
rename from src/LLVM/lib/Target/CppBackend/CPPBackend.cpp
rename to third_party/LLVM/lib/Target/CppBackend/CPPBackend.cpp
diff --git a/src/LLVM/lib/Target/CppBackend/CPPTargetMachine.h b/third_party/LLVM/lib/Target/CppBackend/CPPTargetMachine.h
similarity index 100%
rename from src/LLVM/lib/Target/CppBackend/CPPTargetMachine.h
rename to third_party/LLVM/lib/Target/CppBackend/CPPTargetMachine.h
diff --git a/src/LLVM/lib/Target/CppBackend/Makefile b/third_party/LLVM/lib/Target/CppBackend/Makefile
similarity index 100%
rename from src/LLVM/lib/Target/CppBackend/Makefile
rename to third_party/LLVM/lib/Target/CppBackend/Makefile
diff --git a/src/LLVM/lib/Target/CppBackend/TargetInfo/CppBackendTargetInfo.cpp b/third_party/LLVM/lib/Target/CppBackend/TargetInfo/CppBackendTargetInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/CppBackend/TargetInfo/CppBackendTargetInfo.cpp
rename to third_party/LLVM/lib/Target/CppBackend/TargetInfo/CppBackendTargetInfo.cpp
diff --git a/src/LLVM/lib/Target/CppBackend/TargetInfo/Makefile b/third_party/LLVM/lib/Target/CppBackend/TargetInfo/Makefile
similarity index 100%
rename from src/LLVM/lib/Target/CppBackend/TargetInfo/Makefile
rename to third_party/LLVM/lib/Target/CppBackend/TargetInfo/Makefile
diff --git a/src/LLVM/lib/Target/INSTALL.vcxproj.filters b/third_party/LLVM/lib/Target/INSTALL.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/Target/INSTALL.vcxproj.filters
rename to third_party/LLVM/lib/Target/INSTALL.vcxproj.filters
diff --git a/src/LLVM/lib/Target/LLVMTarget.vcxproj b/third_party/LLVM/lib/Target/LLVMTarget.vcxproj
similarity index 100%
rename from src/LLVM/lib/Target/LLVMTarget.vcxproj
rename to third_party/LLVM/lib/Target/LLVMTarget.vcxproj
diff --git a/src/LLVM/lib/Target/LLVMTarget.vcxproj.filters b/third_party/LLVM/lib/Target/LLVMTarget.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/Target/LLVMTarget.vcxproj.filters
rename to third_party/LLVM/lib/Target/LLVMTarget.vcxproj.filters
diff --git a/src/LLVM/lib/Target/MBlaze/AsmParser/MBlazeAsmLexer.cpp b/third_party/LLVM/lib/Target/MBlaze/AsmParser/MBlazeAsmLexer.cpp
similarity index 100%
rename from src/LLVM/lib/Target/MBlaze/AsmParser/MBlazeAsmLexer.cpp
rename to third_party/LLVM/lib/Target/MBlaze/AsmParser/MBlazeAsmLexer.cpp
diff --git a/src/LLVM/lib/Target/MBlaze/AsmParser/MBlazeAsmParser.cpp b/third_party/LLVM/lib/Target/MBlaze/AsmParser/MBlazeAsmParser.cpp
similarity index 100%
rename from src/LLVM/lib/Target/MBlaze/AsmParser/MBlazeAsmParser.cpp
rename to third_party/LLVM/lib/Target/MBlaze/AsmParser/MBlazeAsmParser.cpp
diff --git a/src/LLVM/lib/Target/MBlaze/AsmParser/Makefile b/third_party/LLVM/lib/Target/MBlaze/AsmParser/Makefile
similarity index 100%
rename from src/LLVM/lib/Target/MBlaze/AsmParser/Makefile
rename to third_party/LLVM/lib/Target/MBlaze/AsmParser/Makefile
diff --git a/src/LLVM/lib/Target/MBlaze/Disassembler/MBlazeDisassembler.cpp b/third_party/LLVM/lib/Target/MBlaze/Disassembler/MBlazeDisassembler.cpp
similarity index 100%
rename from src/LLVM/lib/Target/MBlaze/Disassembler/MBlazeDisassembler.cpp
rename to third_party/LLVM/lib/Target/MBlaze/Disassembler/MBlazeDisassembler.cpp
diff --git a/src/LLVM/lib/Target/MBlaze/Disassembler/MBlazeDisassembler.h b/third_party/LLVM/lib/Target/MBlaze/Disassembler/MBlazeDisassembler.h
similarity index 100%
rename from src/LLVM/lib/Target/MBlaze/Disassembler/MBlazeDisassembler.h
rename to third_party/LLVM/lib/Target/MBlaze/Disassembler/MBlazeDisassembler.h
diff --git a/src/LLVM/lib/Target/MBlaze/Disassembler/Makefile b/third_party/LLVM/lib/Target/MBlaze/Disassembler/Makefile
similarity index 100%
rename from src/LLVM/lib/Target/MBlaze/Disassembler/Makefile
rename to third_party/LLVM/lib/Target/MBlaze/Disassembler/Makefile
diff --git a/src/LLVM/lib/Target/MBlaze/InstPrinter/MBlazeInstPrinter.cpp b/third_party/LLVM/lib/Target/MBlaze/InstPrinter/MBlazeInstPrinter.cpp
similarity index 100%
rename from src/LLVM/lib/Target/MBlaze/InstPrinter/MBlazeInstPrinter.cpp
rename to third_party/LLVM/lib/Target/MBlaze/InstPrinter/MBlazeInstPrinter.cpp
diff --git a/src/LLVM/lib/Target/MBlaze/InstPrinter/MBlazeInstPrinter.h b/third_party/LLVM/lib/Target/MBlaze/InstPrinter/MBlazeInstPrinter.h
similarity index 100%
rename from src/LLVM/lib/Target/MBlaze/InstPrinter/MBlazeInstPrinter.h
rename to third_party/LLVM/lib/Target/MBlaze/InstPrinter/MBlazeInstPrinter.h
diff --git a/src/LLVM/lib/Target/MBlaze/InstPrinter/Makefile b/third_party/LLVM/lib/Target/MBlaze/InstPrinter/Makefile
similarity index 100%
rename from src/LLVM/lib/Target/MBlaze/InstPrinter/Makefile
rename to third_party/LLVM/lib/Target/MBlaze/InstPrinter/Makefile
diff --git a/src/LLVM/lib/Target/MBlaze/MBlaze.h b/third_party/LLVM/lib/Target/MBlaze/MBlaze.h
similarity index 100%
rename from src/LLVM/lib/Target/MBlaze/MBlaze.h
rename to third_party/LLVM/lib/Target/MBlaze/MBlaze.h
diff --git a/src/LLVM/lib/Target/MBlaze/MBlaze.td b/third_party/LLVM/lib/Target/MBlaze/MBlaze.td
similarity index 100%
rename from src/LLVM/lib/Target/MBlaze/MBlaze.td
rename to third_party/LLVM/lib/Target/MBlaze/MBlaze.td
diff --git a/src/LLVM/lib/Target/MBlaze/MBlazeAsmPrinter.cpp b/third_party/LLVM/lib/Target/MBlaze/MBlazeAsmPrinter.cpp
similarity index 100%
rename from src/LLVM/lib/Target/MBlaze/MBlazeAsmPrinter.cpp
rename to third_party/LLVM/lib/Target/MBlaze/MBlazeAsmPrinter.cpp
diff --git a/src/LLVM/lib/Target/MBlaze/MBlazeCallingConv.td b/third_party/LLVM/lib/Target/MBlaze/MBlazeCallingConv.td
similarity index 100%
rename from src/LLVM/lib/Target/MBlaze/MBlazeCallingConv.td
rename to third_party/LLVM/lib/Target/MBlaze/MBlazeCallingConv.td
diff --git a/src/LLVM/lib/Target/MBlaze/MBlazeDelaySlotFiller.cpp b/third_party/LLVM/lib/Target/MBlaze/MBlazeDelaySlotFiller.cpp
similarity index 100%
rename from src/LLVM/lib/Target/MBlaze/MBlazeDelaySlotFiller.cpp
rename to third_party/LLVM/lib/Target/MBlaze/MBlazeDelaySlotFiller.cpp
diff --git a/src/LLVM/lib/Target/MBlaze/MBlazeELFWriterInfo.cpp b/third_party/LLVM/lib/Target/MBlaze/MBlazeELFWriterInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/MBlaze/MBlazeELFWriterInfo.cpp
rename to third_party/LLVM/lib/Target/MBlaze/MBlazeELFWriterInfo.cpp
diff --git a/src/LLVM/lib/Target/MBlaze/MBlazeELFWriterInfo.h b/third_party/LLVM/lib/Target/MBlaze/MBlazeELFWriterInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/MBlaze/MBlazeELFWriterInfo.h
rename to third_party/LLVM/lib/Target/MBlaze/MBlazeELFWriterInfo.h
diff --git a/src/LLVM/lib/Target/MBlaze/MBlazeFrameLowering.cpp b/third_party/LLVM/lib/Target/MBlaze/MBlazeFrameLowering.cpp
similarity index 100%
rename from src/LLVM/lib/Target/MBlaze/MBlazeFrameLowering.cpp
rename to third_party/LLVM/lib/Target/MBlaze/MBlazeFrameLowering.cpp
diff --git a/src/LLVM/lib/Target/MBlaze/MBlazeFrameLowering.h b/third_party/LLVM/lib/Target/MBlaze/MBlazeFrameLowering.h
similarity index 100%
rename from src/LLVM/lib/Target/MBlaze/MBlazeFrameLowering.h
rename to third_party/LLVM/lib/Target/MBlaze/MBlazeFrameLowering.h
diff --git a/src/LLVM/lib/Target/MBlaze/MBlazeISelDAGToDAG.cpp b/third_party/LLVM/lib/Target/MBlaze/MBlazeISelDAGToDAG.cpp
similarity index 100%
rename from src/LLVM/lib/Target/MBlaze/MBlazeISelDAGToDAG.cpp
rename to third_party/LLVM/lib/Target/MBlaze/MBlazeISelDAGToDAG.cpp
diff --git a/src/LLVM/lib/Target/MBlaze/MBlazeISelLowering.cpp b/third_party/LLVM/lib/Target/MBlaze/MBlazeISelLowering.cpp
similarity index 100%
rename from src/LLVM/lib/Target/MBlaze/MBlazeISelLowering.cpp
rename to third_party/LLVM/lib/Target/MBlaze/MBlazeISelLowering.cpp
diff --git a/src/LLVM/lib/Target/MBlaze/MBlazeISelLowering.h b/third_party/LLVM/lib/Target/MBlaze/MBlazeISelLowering.h
similarity index 100%
rename from src/LLVM/lib/Target/MBlaze/MBlazeISelLowering.h
rename to third_party/LLVM/lib/Target/MBlaze/MBlazeISelLowering.h
diff --git a/src/LLVM/lib/Target/MBlaze/MBlazeInstrFPU.td b/third_party/LLVM/lib/Target/MBlaze/MBlazeInstrFPU.td
similarity index 100%
rename from src/LLVM/lib/Target/MBlaze/MBlazeInstrFPU.td
rename to third_party/LLVM/lib/Target/MBlaze/MBlazeInstrFPU.td
diff --git a/src/LLVM/lib/Target/MBlaze/MBlazeInstrFSL.td b/third_party/LLVM/lib/Target/MBlaze/MBlazeInstrFSL.td
similarity index 100%
rename from src/LLVM/lib/Target/MBlaze/MBlazeInstrFSL.td
rename to third_party/LLVM/lib/Target/MBlaze/MBlazeInstrFSL.td
diff --git a/src/LLVM/lib/Target/MBlaze/MBlazeInstrFormats.td b/third_party/LLVM/lib/Target/MBlaze/MBlazeInstrFormats.td
similarity index 100%
rename from src/LLVM/lib/Target/MBlaze/MBlazeInstrFormats.td
rename to third_party/LLVM/lib/Target/MBlaze/MBlazeInstrFormats.td
diff --git a/src/LLVM/lib/Target/MBlaze/MBlazeInstrInfo.cpp b/third_party/LLVM/lib/Target/MBlaze/MBlazeInstrInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/MBlaze/MBlazeInstrInfo.cpp
rename to third_party/LLVM/lib/Target/MBlaze/MBlazeInstrInfo.cpp
diff --git a/src/LLVM/lib/Target/MBlaze/MBlazeInstrInfo.h b/third_party/LLVM/lib/Target/MBlaze/MBlazeInstrInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/MBlaze/MBlazeInstrInfo.h
rename to third_party/LLVM/lib/Target/MBlaze/MBlazeInstrInfo.h
diff --git a/src/LLVM/lib/Target/MBlaze/MBlazeInstrInfo.td b/third_party/LLVM/lib/Target/MBlaze/MBlazeInstrInfo.td
similarity index 100%
rename from src/LLVM/lib/Target/MBlaze/MBlazeInstrInfo.td
rename to third_party/LLVM/lib/Target/MBlaze/MBlazeInstrInfo.td
diff --git a/src/LLVM/lib/Target/MBlaze/MBlazeIntrinsicInfo.cpp b/third_party/LLVM/lib/Target/MBlaze/MBlazeIntrinsicInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/MBlaze/MBlazeIntrinsicInfo.cpp
rename to third_party/LLVM/lib/Target/MBlaze/MBlazeIntrinsicInfo.cpp
diff --git a/src/LLVM/lib/Target/MBlaze/MBlazeIntrinsicInfo.h b/third_party/LLVM/lib/Target/MBlaze/MBlazeIntrinsicInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/MBlaze/MBlazeIntrinsicInfo.h
rename to third_party/LLVM/lib/Target/MBlaze/MBlazeIntrinsicInfo.h
diff --git a/src/LLVM/lib/Target/MBlaze/MBlazeIntrinsics.td b/third_party/LLVM/lib/Target/MBlaze/MBlazeIntrinsics.td
similarity index 100%
rename from src/LLVM/lib/Target/MBlaze/MBlazeIntrinsics.td
rename to third_party/LLVM/lib/Target/MBlaze/MBlazeIntrinsics.td
diff --git a/src/LLVM/lib/Target/MBlaze/MBlazeMCInstLower.cpp b/third_party/LLVM/lib/Target/MBlaze/MBlazeMCInstLower.cpp
similarity index 100%
rename from src/LLVM/lib/Target/MBlaze/MBlazeMCInstLower.cpp
rename to third_party/LLVM/lib/Target/MBlaze/MBlazeMCInstLower.cpp
diff --git a/src/LLVM/lib/Target/MBlaze/MBlazeMCInstLower.h b/third_party/LLVM/lib/Target/MBlaze/MBlazeMCInstLower.h
similarity index 100%
rename from src/LLVM/lib/Target/MBlaze/MBlazeMCInstLower.h
rename to third_party/LLVM/lib/Target/MBlaze/MBlazeMCInstLower.h
diff --git a/src/LLVM/lib/Target/MBlaze/MBlazeMachineFunction.h b/third_party/LLVM/lib/Target/MBlaze/MBlazeMachineFunction.h
similarity index 100%
rename from src/LLVM/lib/Target/MBlaze/MBlazeMachineFunction.h
rename to third_party/LLVM/lib/Target/MBlaze/MBlazeMachineFunction.h
diff --git a/src/LLVM/lib/Target/MBlaze/MBlazeRegisterInfo.cpp b/third_party/LLVM/lib/Target/MBlaze/MBlazeRegisterInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/MBlaze/MBlazeRegisterInfo.cpp
rename to third_party/LLVM/lib/Target/MBlaze/MBlazeRegisterInfo.cpp
diff --git a/src/LLVM/lib/Target/MBlaze/MBlazeRegisterInfo.h b/third_party/LLVM/lib/Target/MBlaze/MBlazeRegisterInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/MBlaze/MBlazeRegisterInfo.h
rename to third_party/LLVM/lib/Target/MBlaze/MBlazeRegisterInfo.h
diff --git a/src/LLVM/lib/Target/MBlaze/MBlazeRegisterInfo.td b/third_party/LLVM/lib/Target/MBlaze/MBlazeRegisterInfo.td
similarity index 100%
rename from src/LLVM/lib/Target/MBlaze/MBlazeRegisterInfo.td
rename to third_party/LLVM/lib/Target/MBlaze/MBlazeRegisterInfo.td
diff --git a/src/LLVM/lib/Target/MBlaze/MBlazeRelocations.h b/third_party/LLVM/lib/Target/MBlaze/MBlazeRelocations.h
similarity index 100%
rename from src/LLVM/lib/Target/MBlaze/MBlazeRelocations.h
rename to third_party/LLVM/lib/Target/MBlaze/MBlazeRelocations.h
diff --git a/src/LLVM/lib/Target/MBlaze/MBlazeSchedule.td b/third_party/LLVM/lib/Target/MBlaze/MBlazeSchedule.td
similarity index 100%
rename from src/LLVM/lib/Target/MBlaze/MBlazeSchedule.td
rename to third_party/LLVM/lib/Target/MBlaze/MBlazeSchedule.td
diff --git a/src/LLVM/lib/Target/MBlaze/MBlazeSchedule3.td b/third_party/LLVM/lib/Target/MBlaze/MBlazeSchedule3.td
similarity index 100%
rename from src/LLVM/lib/Target/MBlaze/MBlazeSchedule3.td
rename to third_party/LLVM/lib/Target/MBlaze/MBlazeSchedule3.td
diff --git a/src/LLVM/lib/Target/MBlaze/MBlazeSchedule5.td b/third_party/LLVM/lib/Target/MBlaze/MBlazeSchedule5.td
similarity index 100%
rename from src/LLVM/lib/Target/MBlaze/MBlazeSchedule5.td
rename to third_party/LLVM/lib/Target/MBlaze/MBlazeSchedule5.td
diff --git a/src/LLVM/lib/Target/MBlaze/MBlazeSelectionDAGInfo.cpp b/third_party/LLVM/lib/Target/MBlaze/MBlazeSelectionDAGInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/MBlaze/MBlazeSelectionDAGInfo.cpp
rename to third_party/LLVM/lib/Target/MBlaze/MBlazeSelectionDAGInfo.cpp
diff --git a/src/LLVM/lib/Target/MBlaze/MBlazeSelectionDAGInfo.h b/third_party/LLVM/lib/Target/MBlaze/MBlazeSelectionDAGInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/MBlaze/MBlazeSelectionDAGInfo.h
rename to third_party/LLVM/lib/Target/MBlaze/MBlazeSelectionDAGInfo.h
diff --git a/src/LLVM/lib/Target/MBlaze/MBlazeSubtarget.cpp b/third_party/LLVM/lib/Target/MBlaze/MBlazeSubtarget.cpp
similarity index 100%
rename from src/LLVM/lib/Target/MBlaze/MBlazeSubtarget.cpp
rename to third_party/LLVM/lib/Target/MBlaze/MBlazeSubtarget.cpp
diff --git a/src/LLVM/lib/Target/MBlaze/MBlazeSubtarget.h b/third_party/LLVM/lib/Target/MBlaze/MBlazeSubtarget.h
similarity index 100%
rename from src/LLVM/lib/Target/MBlaze/MBlazeSubtarget.h
rename to third_party/LLVM/lib/Target/MBlaze/MBlazeSubtarget.h
diff --git a/src/LLVM/lib/Target/MBlaze/MBlazeTargetMachine.cpp b/third_party/LLVM/lib/Target/MBlaze/MBlazeTargetMachine.cpp
similarity index 100%
rename from src/LLVM/lib/Target/MBlaze/MBlazeTargetMachine.cpp
rename to third_party/LLVM/lib/Target/MBlaze/MBlazeTargetMachine.cpp
diff --git a/src/LLVM/lib/Target/MBlaze/MBlazeTargetMachine.h b/third_party/LLVM/lib/Target/MBlaze/MBlazeTargetMachine.h
similarity index 100%
rename from src/LLVM/lib/Target/MBlaze/MBlazeTargetMachine.h
rename to third_party/LLVM/lib/Target/MBlaze/MBlazeTargetMachine.h
diff --git a/src/LLVM/lib/Target/MBlaze/MBlazeTargetObjectFile.cpp b/third_party/LLVM/lib/Target/MBlaze/MBlazeTargetObjectFile.cpp
similarity index 100%
rename from src/LLVM/lib/Target/MBlaze/MBlazeTargetObjectFile.cpp
rename to third_party/LLVM/lib/Target/MBlaze/MBlazeTargetObjectFile.cpp
diff --git a/src/LLVM/lib/Target/MBlaze/MBlazeTargetObjectFile.h b/third_party/LLVM/lib/Target/MBlaze/MBlazeTargetObjectFile.h
similarity index 100%
rename from src/LLVM/lib/Target/MBlaze/MBlazeTargetObjectFile.h
rename to third_party/LLVM/lib/Target/MBlaze/MBlazeTargetObjectFile.h
diff --git a/src/LLVM/lib/Target/MBlaze/MCTargetDesc/MBlazeAsmBackend.cpp b/third_party/LLVM/lib/Target/MBlaze/MCTargetDesc/MBlazeAsmBackend.cpp
similarity index 100%
rename from src/LLVM/lib/Target/MBlaze/MCTargetDesc/MBlazeAsmBackend.cpp
rename to third_party/LLVM/lib/Target/MBlaze/MCTargetDesc/MBlazeAsmBackend.cpp
diff --git a/src/LLVM/lib/Target/MBlaze/MCTargetDesc/MBlazeBaseInfo.h b/third_party/LLVM/lib/Target/MBlaze/MCTargetDesc/MBlazeBaseInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/MBlaze/MCTargetDesc/MBlazeBaseInfo.h
rename to third_party/LLVM/lib/Target/MBlaze/MCTargetDesc/MBlazeBaseInfo.h
diff --git a/src/LLVM/lib/Target/MBlaze/MCTargetDesc/MBlazeMCAsmInfo.cpp b/third_party/LLVM/lib/Target/MBlaze/MCTargetDesc/MBlazeMCAsmInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/MBlaze/MCTargetDesc/MBlazeMCAsmInfo.cpp
rename to third_party/LLVM/lib/Target/MBlaze/MCTargetDesc/MBlazeMCAsmInfo.cpp
diff --git a/src/LLVM/lib/Target/MBlaze/MCTargetDesc/MBlazeMCAsmInfo.h b/third_party/LLVM/lib/Target/MBlaze/MCTargetDesc/MBlazeMCAsmInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/MBlaze/MCTargetDesc/MBlazeMCAsmInfo.h
rename to third_party/LLVM/lib/Target/MBlaze/MCTargetDesc/MBlazeMCAsmInfo.h
diff --git a/src/LLVM/lib/Target/MBlaze/MCTargetDesc/MBlazeMCCodeEmitter.cpp b/third_party/LLVM/lib/Target/MBlaze/MCTargetDesc/MBlazeMCCodeEmitter.cpp
similarity index 100%
rename from src/LLVM/lib/Target/MBlaze/MCTargetDesc/MBlazeMCCodeEmitter.cpp
rename to third_party/LLVM/lib/Target/MBlaze/MCTargetDesc/MBlazeMCCodeEmitter.cpp
diff --git a/src/LLVM/lib/Target/MBlaze/MCTargetDesc/MBlazeMCTargetDesc.cpp b/third_party/LLVM/lib/Target/MBlaze/MCTargetDesc/MBlazeMCTargetDesc.cpp
similarity index 100%
rename from src/LLVM/lib/Target/MBlaze/MCTargetDesc/MBlazeMCTargetDesc.cpp
rename to third_party/LLVM/lib/Target/MBlaze/MCTargetDesc/MBlazeMCTargetDesc.cpp
diff --git a/src/LLVM/lib/Target/MBlaze/MCTargetDesc/MBlazeMCTargetDesc.h b/third_party/LLVM/lib/Target/MBlaze/MCTargetDesc/MBlazeMCTargetDesc.h
similarity index 100%
rename from src/LLVM/lib/Target/MBlaze/MCTargetDesc/MBlazeMCTargetDesc.h
rename to third_party/LLVM/lib/Target/MBlaze/MCTargetDesc/MBlazeMCTargetDesc.h
diff --git a/src/LLVM/lib/Target/MBlaze/MCTargetDesc/Makefile b/third_party/LLVM/lib/Target/MBlaze/MCTargetDesc/Makefile
similarity index 100%
rename from src/LLVM/lib/Target/MBlaze/MCTargetDesc/Makefile
rename to third_party/LLVM/lib/Target/MBlaze/MCTargetDesc/Makefile
diff --git a/src/LLVM/lib/Target/MBlaze/Makefile b/third_party/LLVM/lib/Target/MBlaze/Makefile
similarity index 100%
rename from src/LLVM/lib/Target/MBlaze/Makefile
rename to third_party/LLVM/lib/Target/MBlaze/Makefile
diff --git a/src/LLVM/lib/Target/MBlaze/TODO b/third_party/LLVM/lib/Target/MBlaze/TODO
similarity index 100%
rename from src/LLVM/lib/Target/MBlaze/TODO
rename to third_party/LLVM/lib/Target/MBlaze/TODO
diff --git a/src/LLVM/lib/Target/MBlaze/TargetInfo/MBlazeTargetInfo.cpp b/third_party/LLVM/lib/Target/MBlaze/TargetInfo/MBlazeTargetInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/MBlaze/TargetInfo/MBlazeTargetInfo.cpp
rename to third_party/LLVM/lib/Target/MBlaze/TargetInfo/MBlazeTargetInfo.cpp
diff --git a/src/LLVM/lib/Target/MBlaze/TargetInfo/Makefile b/third_party/LLVM/lib/Target/MBlaze/TargetInfo/Makefile
similarity index 100%
rename from src/LLVM/lib/Target/MBlaze/TargetInfo/Makefile
rename to third_party/LLVM/lib/Target/MBlaze/TargetInfo/Makefile
diff --git a/src/LLVM/lib/Target/MSP430/InstPrinter/MSP430InstPrinter.cpp b/third_party/LLVM/lib/Target/MSP430/InstPrinter/MSP430InstPrinter.cpp
similarity index 100%
rename from src/LLVM/lib/Target/MSP430/InstPrinter/MSP430InstPrinter.cpp
rename to third_party/LLVM/lib/Target/MSP430/InstPrinter/MSP430InstPrinter.cpp
diff --git a/src/LLVM/lib/Target/MSP430/InstPrinter/MSP430InstPrinter.h b/third_party/LLVM/lib/Target/MSP430/InstPrinter/MSP430InstPrinter.h
similarity index 100%
rename from src/LLVM/lib/Target/MSP430/InstPrinter/MSP430InstPrinter.h
rename to third_party/LLVM/lib/Target/MSP430/InstPrinter/MSP430InstPrinter.h
diff --git a/src/LLVM/lib/Target/MSP430/InstPrinter/Makefile b/third_party/LLVM/lib/Target/MSP430/InstPrinter/Makefile
similarity index 100%
rename from src/LLVM/lib/Target/MSP430/InstPrinter/Makefile
rename to third_party/LLVM/lib/Target/MSP430/InstPrinter/Makefile
diff --git a/src/LLVM/lib/Target/MSP430/MCTargetDesc/MSP430MCAsmInfo.cpp b/third_party/LLVM/lib/Target/MSP430/MCTargetDesc/MSP430MCAsmInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/MSP430/MCTargetDesc/MSP430MCAsmInfo.cpp
rename to third_party/LLVM/lib/Target/MSP430/MCTargetDesc/MSP430MCAsmInfo.cpp
diff --git a/src/LLVM/lib/Target/MSP430/MCTargetDesc/MSP430MCAsmInfo.h b/third_party/LLVM/lib/Target/MSP430/MCTargetDesc/MSP430MCAsmInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/MSP430/MCTargetDesc/MSP430MCAsmInfo.h
rename to third_party/LLVM/lib/Target/MSP430/MCTargetDesc/MSP430MCAsmInfo.h
diff --git a/src/LLVM/lib/Target/MSP430/MCTargetDesc/MSP430MCTargetDesc.cpp b/third_party/LLVM/lib/Target/MSP430/MCTargetDesc/MSP430MCTargetDesc.cpp
similarity index 100%
rename from src/LLVM/lib/Target/MSP430/MCTargetDesc/MSP430MCTargetDesc.cpp
rename to third_party/LLVM/lib/Target/MSP430/MCTargetDesc/MSP430MCTargetDesc.cpp
diff --git a/src/LLVM/lib/Target/MSP430/MCTargetDesc/MSP430MCTargetDesc.h b/third_party/LLVM/lib/Target/MSP430/MCTargetDesc/MSP430MCTargetDesc.h
similarity index 100%
rename from src/LLVM/lib/Target/MSP430/MCTargetDesc/MSP430MCTargetDesc.h
rename to third_party/LLVM/lib/Target/MSP430/MCTargetDesc/MSP430MCTargetDesc.h
diff --git a/src/LLVM/lib/Target/MSP430/MCTargetDesc/Makefile b/third_party/LLVM/lib/Target/MSP430/MCTargetDesc/Makefile
similarity index 100%
rename from src/LLVM/lib/Target/MSP430/MCTargetDesc/Makefile
rename to third_party/LLVM/lib/Target/MSP430/MCTargetDesc/Makefile
diff --git a/src/LLVM/lib/Target/MSP430/MSP430.h b/third_party/LLVM/lib/Target/MSP430/MSP430.h
similarity index 100%
rename from src/LLVM/lib/Target/MSP430/MSP430.h
rename to third_party/LLVM/lib/Target/MSP430/MSP430.h
diff --git a/src/LLVM/lib/Target/MSP430/MSP430.td b/third_party/LLVM/lib/Target/MSP430/MSP430.td
similarity index 100%
rename from src/LLVM/lib/Target/MSP430/MSP430.td
rename to third_party/LLVM/lib/Target/MSP430/MSP430.td
diff --git a/src/LLVM/lib/Target/MSP430/MSP430AsmPrinter.cpp b/third_party/LLVM/lib/Target/MSP430/MSP430AsmPrinter.cpp
similarity index 100%
rename from src/LLVM/lib/Target/MSP430/MSP430AsmPrinter.cpp
rename to third_party/LLVM/lib/Target/MSP430/MSP430AsmPrinter.cpp
diff --git a/src/LLVM/lib/Target/MSP430/MSP430BranchSelector.cpp b/third_party/LLVM/lib/Target/MSP430/MSP430BranchSelector.cpp
similarity index 100%
rename from src/LLVM/lib/Target/MSP430/MSP430BranchSelector.cpp
rename to third_party/LLVM/lib/Target/MSP430/MSP430BranchSelector.cpp
diff --git a/src/LLVM/lib/Target/MSP430/MSP430CallingConv.td b/third_party/LLVM/lib/Target/MSP430/MSP430CallingConv.td
similarity index 100%
rename from src/LLVM/lib/Target/MSP430/MSP430CallingConv.td
rename to third_party/LLVM/lib/Target/MSP430/MSP430CallingConv.td
diff --git a/src/LLVM/lib/Target/MSP430/MSP430FrameLowering.cpp b/third_party/LLVM/lib/Target/MSP430/MSP430FrameLowering.cpp
similarity index 100%
rename from src/LLVM/lib/Target/MSP430/MSP430FrameLowering.cpp
rename to third_party/LLVM/lib/Target/MSP430/MSP430FrameLowering.cpp
diff --git a/src/LLVM/lib/Target/MSP430/MSP430FrameLowering.h b/third_party/LLVM/lib/Target/MSP430/MSP430FrameLowering.h
similarity index 100%
rename from src/LLVM/lib/Target/MSP430/MSP430FrameLowering.h
rename to third_party/LLVM/lib/Target/MSP430/MSP430FrameLowering.h
diff --git a/src/LLVM/lib/Target/MSP430/MSP430ISelDAGToDAG.cpp b/third_party/LLVM/lib/Target/MSP430/MSP430ISelDAGToDAG.cpp
similarity index 100%
rename from src/LLVM/lib/Target/MSP430/MSP430ISelDAGToDAG.cpp
rename to third_party/LLVM/lib/Target/MSP430/MSP430ISelDAGToDAG.cpp
diff --git a/src/LLVM/lib/Target/MSP430/MSP430ISelLowering.cpp b/third_party/LLVM/lib/Target/MSP430/MSP430ISelLowering.cpp
similarity index 100%
rename from src/LLVM/lib/Target/MSP430/MSP430ISelLowering.cpp
rename to third_party/LLVM/lib/Target/MSP430/MSP430ISelLowering.cpp
diff --git a/src/LLVM/lib/Target/MSP430/MSP430ISelLowering.h b/third_party/LLVM/lib/Target/MSP430/MSP430ISelLowering.h
similarity index 100%
rename from src/LLVM/lib/Target/MSP430/MSP430ISelLowering.h
rename to third_party/LLVM/lib/Target/MSP430/MSP430ISelLowering.h
diff --git a/src/LLVM/lib/Target/MSP430/MSP430InstrFormats.td b/third_party/LLVM/lib/Target/MSP430/MSP430InstrFormats.td
similarity index 100%
rename from src/LLVM/lib/Target/MSP430/MSP430InstrFormats.td
rename to third_party/LLVM/lib/Target/MSP430/MSP430InstrFormats.td
diff --git a/src/LLVM/lib/Target/MSP430/MSP430InstrInfo.cpp b/third_party/LLVM/lib/Target/MSP430/MSP430InstrInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/MSP430/MSP430InstrInfo.cpp
rename to third_party/LLVM/lib/Target/MSP430/MSP430InstrInfo.cpp
diff --git a/src/LLVM/lib/Target/MSP430/MSP430InstrInfo.h b/third_party/LLVM/lib/Target/MSP430/MSP430InstrInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/MSP430/MSP430InstrInfo.h
rename to third_party/LLVM/lib/Target/MSP430/MSP430InstrInfo.h
diff --git a/src/LLVM/lib/Target/MSP430/MSP430InstrInfo.td b/third_party/LLVM/lib/Target/MSP430/MSP430InstrInfo.td
similarity index 100%
rename from src/LLVM/lib/Target/MSP430/MSP430InstrInfo.td
rename to third_party/LLVM/lib/Target/MSP430/MSP430InstrInfo.td
diff --git a/src/LLVM/lib/Target/MSP430/MSP430MCInstLower.cpp b/third_party/LLVM/lib/Target/MSP430/MSP430MCInstLower.cpp
similarity index 100%
rename from src/LLVM/lib/Target/MSP430/MSP430MCInstLower.cpp
rename to third_party/LLVM/lib/Target/MSP430/MSP430MCInstLower.cpp
diff --git a/src/LLVM/lib/Target/MSP430/MSP430MCInstLower.h b/third_party/LLVM/lib/Target/MSP430/MSP430MCInstLower.h
similarity index 100%
rename from src/LLVM/lib/Target/MSP430/MSP430MCInstLower.h
rename to third_party/LLVM/lib/Target/MSP430/MSP430MCInstLower.h
diff --git a/src/LLVM/lib/Target/MSP430/MSP430MachineFunctionInfo.h b/third_party/LLVM/lib/Target/MSP430/MSP430MachineFunctionInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/MSP430/MSP430MachineFunctionInfo.h
rename to third_party/LLVM/lib/Target/MSP430/MSP430MachineFunctionInfo.h
diff --git a/src/LLVM/lib/Target/MSP430/MSP430RegisterInfo.cpp b/third_party/LLVM/lib/Target/MSP430/MSP430RegisterInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/MSP430/MSP430RegisterInfo.cpp
rename to third_party/LLVM/lib/Target/MSP430/MSP430RegisterInfo.cpp
diff --git a/src/LLVM/lib/Target/MSP430/MSP430RegisterInfo.h b/third_party/LLVM/lib/Target/MSP430/MSP430RegisterInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/MSP430/MSP430RegisterInfo.h
rename to third_party/LLVM/lib/Target/MSP430/MSP430RegisterInfo.h
diff --git a/src/LLVM/lib/Target/MSP430/MSP430RegisterInfo.td b/third_party/LLVM/lib/Target/MSP430/MSP430RegisterInfo.td
similarity index 100%
rename from src/LLVM/lib/Target/MSP430/MSP430RegisterInfo.td
rename to third_party/LLVM/lib/Target/MSP430/MSP430RegisterInfo.td
diff --git a/src/LLVM/lib/Target/MSP430/MSP430SelectionDAGInfo.cpp b/third_party/LLVM/lib/Target/MSP430/MSP430SelectionDAGInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/MSP430/MSP430SelectionDAGInfo.cpp
rename to third_party/LLVM/lib/Target/MSP430/MSP430SelectionDAGInfo.cpp
diff --git a/src/LLVM/lib/Target/MSP430/MSP430SelectionDAGInfo.h b/third_party/LLVM/lib/Target/MSP430/MSP430SelectionDAGInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/MSP430/MSP430SelectionDAGInfo.h
rename to third_party/LLVM/lib/Target/MSP430/MSP430SelectionDAGInfo.h
diff --git a/src/LLVM/lib/Target/MSP430/MSP430Subtarget.cpp b/third_party/LLVM/lib/Target/MSP430/MSP430Subtarget.cpp
similarity index 100%
rename from src/LLVM/lib/Target/MSP430/MSP430Subtarget.cpp
rename to third_party/LLVM/lib/Target/MSP430/MSP430Subtarget.cpp
diff --git a/src/LLVM/lib/Target/MSP430/MSP430Subtarget.h b/third_party/LLVM/lib/Target/MSP430/MSP430Subtarget.h
similarity index 100%
rename from src/LLVM/lib/Target/MSP430/MSP430Subtarget.h
rename to third_party/LLVM/lib/Target/MSP430/MSP430Subtarget.h
diff --git a/src/LLVM/lib/Target/MSP430/MSP430TargetMachine.cpp b/third_party/LLVM/lib/Target/MSP430/MSP430TargetMachine.cpp
similarity index 100%
rename from src/LLVM/lib/Target/MSP430/MSP430TargetMachine.cpp
rename to third_party/LLVM/lib/Target/MSP430/MSP430TargetMachine.cpp
diff --git a/src/LLVM/lib/Target/MSP430/MSP430TargetMachine.h b/third_party/LLVM/lib/Target/MSP430/MSP430TargetMachine.h
similarity index 100%
rename from src/LLVM/lib/Target/MSP430/MSP430TargetMachine.h
rename to third_party/LLVM/lib/Target/MSP430/MSP430TargetMachine.h
diff --git a/src/LLVM/lib/Target/MSP430/Makefile b/third_party/LLVM/lib/Target/MSP430/Makefile
similarity index 100%
rename from src/LLVM/lib/Target/MSP430/Makefile
rename to third_party/LLVM/lib/Target/MSP430/Makefile
diff --git a/src/LLVM/lib/Target/MSP430/README.txt b/third_party/LLVM/lib/Target/MSP430/README.txt
similarity index 100%
rename from src/LLVM/lib/Target/MSP430/README.txt
rename to third_party/LLVM/lib/Target/MSP430/README.txt
diff --git a/src/LLVM/lib/Target/MSP430/TargetInfo/MSP430TargetInfo.cpp b/third_party/LLVM/lib/Target/MSP430/TargetInfo/MSP430TargetInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/MSP430/TargetInfo/MSP430TargetInfo.cpp
rename to third_party/LLVM/lib/Target/MSP430/TargetInfo/MSP430TargetInfo.cpp
diff --git a/src/LLVM/lib/Target/MSP430/TargetInfo/Makefile b/third_party/LLVM/lib/Target/MSP430/TargetInfo/Makefile
similarity index 100%
rename from src/LLVM/lib/Target/MSP430/TargetInfo/Makefile
rename to third_party/LLVM/lib/Target/MSP430/TargetInfo/Makefile
diff --git a/src/LLVM/lib/Target/Makefile b/third_party/LLVM/lib/Target/Makefile
similarity index 100%
rename from src/LLVM/lib/Target/Makefile
rename to third_party/LLVM/lib/Target/Makefile
diff --git a/src/LLVM/lib/Target/Mangler.cpp b/third_party/LLVM/lib/Target/Mangler.cpp
similarity index 100%
rename from src/LLVM/lib/Target/Mangler.cpp
rename to third_party/LLVM/lib/Target/Mangler.cpp
diff --git a/src/LLVM/lib/Target/Mips/InstPrinter/Makefile b/third_party/LLVM/lib/Target/Mips/InstPrinter/Makefile
similarity index 100%
rename from src/LLVM/lib/Target/Mips/InstPrinter/Makefile
rename to third_party/LLVM/lib/Target/Mips/InstPrinter/Makefile
diff --git a/src/LLVM/lib/Target/Mips/InstPrinter/MipsInstPrinter.cpp b/third_party/LLVM/lib/Target/Mips/InstPrinter/MipsInstPrinter.cpp
similarity index 100%
rename from src/LLVM/lib/Target/Mips/InstPrinter/MipsInstPrinter.cpp
rename to third_party/LLVM/lib/Target/Mips/InstPrinter/MipsInstPrinter.cpp
diff --git a/src/LLVM/lib/Target/Mips/InstPrinter/MipsInstPrinter.h b/third_party/LLVM/lib/Target/Mips/InstPrinter/MipsInstPrinter.h
similarity index 100%
rename from src/LLVM/lib/Target/Mips/InstPrinter/MipsInstPrinter.h
rename to third_party/LLVM/lib/Target/Mips/InstPrinter/MipsInstPrinter.h
diff --git a/src/LLVM/lib/Target/Mips/MCTargetDesc/Makefile b/third_party/LLVM/lib/Target/Mips/MCTargetDesc/Makefile
similarity index 100%
rename from src/LLVM/lib/Target/Mips/MCTargetDesc/Makefile
rename to third_party/LLVM/lib/Target/Mips/MCTargetDesc/Makefile
diff --git a/src/LLVM/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp b/third_party/LLVM/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp
similarity index 100%
rename from src/LLVM/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp
rename to third_party/LLVM/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp
diff --git a/src/LLVM/lib/Target/Mips/MCTargetDesc/MipsBaseInfo.h b/third_party/LLVM/lib/Target/Mips/MCTargetDesc/MipsBaseInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/Mips/MCTargetDesc/MipsBaseInfo.h
rename to third_party/LLVM/lib/Target/Mips/MCTargetDesc/MipsBaseInfo.h
diff --git a/src/LLVM/lib/Target/Mips/MCTargetDesc/MipsFixupKinds.h b/third_party/LLVM/lib/Target/Mips/MCTargetDesc/MipsFixupKinds.h
similarity index 100%
rename from src/LLVM/lib/Target/Mips/MCTargetDesc/MipsFixupKinds.h
rename to third_party/LLVM/lib/Target/Mips/MCTargetDesc/MipsFixupKinds.h
diff --git a/src/LLVM/lib/Target/Mips/MCTargetDesc/MipsMCAsmInfo.cpp b/third_party/LLVM/lib/Target/Mips/MCTargetDesc/MipsMCAsmInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/Mips/MCTargetDesc/MipsMCAsmInfo.cpp
rename to third_party/LLVM/lib/Target/Mips/MCTargetDesc/MipsMCAsmInfo.cpp
diff --git a/src/LLVM/lib/Target/Mips/MCTargetDesc/MipsMCAsmInfo.h b/third_party/LLVM/lib/Target/Mips/MCTargetDesc/MipsMCAsmInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/Mips/MCTargetDesc/MipsMCAsmInfo.h
rename to third_party/LLVM/lib/Target/Mips/MCTargetDesc/MipsMCAsmInfo.h
diff --git a/src/LLVM/lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp b/third_party/LLVM/lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp
similarity index 100%
rename from src/LLVM/lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp
rename to third_party/LLVM/lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp
diff --git a/src/LLVM/lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.cpp b/third_party/LLVM/lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.cpp
similarity index 100%
rename from src/LLVM/lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.cpp
rename to third_party/LLVM/lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.cpp
diff --git a/src/LLVM/lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.h b/third_party/LLVM/lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.h
similarity index 100%
rename from src/LLVM/lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.h
rename to third_party/LLVM/lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.h
diff --git a/src/LLVM/lib/Target/Mips/Makefile b/third_party/LLVM/lib/Target/Mips/Makefile
similarity index 100%
rename from src/LLVM/lib/Target/Mips/Makefile
rename to third_party/LLVM/lib/Target/Mips/Makefile
diff --git a/src/LLVM/lib/Target/Mips/Mips.h b/third_party/LLVM/lib/Target/Mips/Mips.h
similarity index 100%
rename from src/LLVM/lib/Target/Mips/Mips.h
rename to third_party/LLVM/lib/Target/Mips/Mips.h
diff --git a/src/LLVM/lib/Target/Mips/Mips.td b/third_party/LLVM/lib/Target/Mips/Mips.td
similarity index 100%
rename from src/LLVM/lib/Target/Mips/Mips.td
rename to third_party/LLVM/lib/Target/Mips/Mips.td
diff --git a/src/LLVM/lib/Target/Mips/Mips64InstrInfo.td b/third_party/LLVM/lib/Target/Mips/Mips64InstrInfo.td
similarity index 100%
rename from src/LLVM/lib/Target/Mips/Mips64InstrInfo.td
rename to third_party/LLVM/lib/Target/Mips/Mips64InstrInfo.td
diff --git a/src/LLVM/lib/Target/Mips/MipsAsmPrinter.cpp b/third_party/LLVM/lib/Target/Mips/MipsAsmPrinter.cpp
similarity index 100%
rename from src/LLVM/lib/Target/Mips/MipsAsmPrinter.cpp
rename to third_party/LLVM/lib/Target/Mips/MipsAsmPrinter.cpp
diff --git a/src/LLVM/lib/Target/Mips/MipsAsmPrinter.h b/third_party/LLVM/lib/Target/Mips/MipsAsmPrinter.h
similarity index 100%
rename from src/LLVM/lib/Target/Mips/MipsAsmPrinter.h
rename to third_party/LLVM/lib/Target/Mips/MipsAsmPrinter.h
diff --git a/src/LLVM/lib/Target/Mips/MipsCallingConv.td b/third_party/LLVM/lib/Target/Mips/MipsCallingConv.td
similarity index 100%
rename from src/LLVM/lib/Target/Mips/MipsCallingConv.td
rename to third_party/LLVM/lib/Target/Mips/MipsCallingConv.td
diff --git a/src/LLVM/lib/Target/Mips/MipsCodeEmitter.cpp b/third_party/LLVM/lib/Target/Mips/MipsCodeEmitter.cpp
similarity index 100%
rename from src/LLVM/lib/Target/Mips/MipsCodeEmitter.cpp
rename to third_party/LLVM/lib/Target/Mips/MipsCodeEmitter.cpp
diff --git a/src/LLVM/lib/Target/Mips/MipsDelaySlotFiller.cpp b/third_party/LLVM/lib/Target/Mips/MipsDelaySlotFiller.cpp
similarity index 100%
rename from src/LLVM/lib/Target/Mips/MipsDelaySlotFiller.cpp
rename to third_party/LLVM/lib/Target/Mips/MipsDelaySlotFiller.cpp
diff --git a/src/LLVM/lib/Target/Mips/MipsEmitGPRestore.cpp b/third_party/LLVM/lib/Target/Mips/MipsEmitGPRestore.cpp
similarity index 100%
rename from src/LLVM/lib/Target/Mips/MipsEmitGPRestore.cpp
rename to third_party/LLVM/lib/Target/Mips/MipsEmitGPRestore.cpp
diff --git a/src/LLVM/lib/Target/Mips/MipsExpandPseudo.cpp b/third_party/LLVM/lib/Target/Mips/MipsExpandPseudo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/Mips/MipsExpandPseudo.cpp
rename to third_party/LLVM/lib/Target/Mips/MipsExpandPseudo.cpp
diff --git a/src/LLVM/lib/Target/Mips/MipsFrameLowering.cpp b/third_party/LLVM/lib/Target/Mips/MipsFrameLowering.cpp
similarity index 100%
rename from src/LLVM/lib/Target/Mips/MipsFrameLowering.cpp
rename to third_party/LLVM/lib/Target/Mips/MipsFrameLowering.cpp
diff --git a/src/LLVM/lib/Target/Mips/MipsFrameLowering.h b/third_party/LLVM/lib/Target/Mips/MipsFrameLowering.h
similarity index 100%
rename from src/LLVM/lib/Target/Mips/MipsFrameLowering.h
rename to third_party/LLVM/lib/Target/Mips/MipsFrameLowering.h
diff --git a/src/LLVM/lib/Target/Mips/MipsISelDAGToDAG.cpp b/third_party/LLVM/lib/Target/Mips/MipsISelDAGToDAG.cpp
similarity index 100%
rename from src/LLVM/lib/Target/Mips/MipsISelDAGToDAG.cpp
rename to third_party/LLVM/lib/Target/Mips/MipsISelDAGToDAG.cpp
diff --git a/src/LLVM/lib/Target/Mips/MipsISelLowering.cpp b/third_party/LLVM/lib/Target/Mips/MipsISelLowering.cpp
similarity index 100%
rename from src/LLVM/lib/Target/Mips/MipsISelLowering.cpp
rename to third_party/LLVM/lib/Target/Mips/MipsISelLowering.cpp
diff --git a/src/LLVM/lib/Target/Mips/MipsISelLowering.h b/third_party/LLVM/lib/Target/Mips/MipsISelLowering.h
similarity index 100%
rename from src/LLVM/lib/Target/Mips/MipsISelLowering.h
rename to third_party/LLVM/lib/Target/Mips/MipsISelLowering.h
diff --git a/src/LLVM/lib/Target/Mips/MipsInstrFPU.td b/third_party/LLVM/lib/Target/Mips/MipsInstrFPU.td
similarity index 100%
rename from src/LLVM/lib/Target/Mips/MipsInstrFPU.td
rename to third_party/LLVM/lib/Target/Mips/MipsInstrFPU.td
diff --git a/src/LLVM/lib/Target/Mips/MipsInstrFormats.td b/third_party/LLVM/lib/Target/Mips/MipsInstrFormats.td
similarity index 100%
rename from src/LLVM/lib/Target/Mips/MipsInstrFormats.td
rename to third_party/LLVM/lib/Target/Mips/MipsInstrFormats.td
diff --git a/src/LLVM/lib/Target/Mips/MipsInstrInfo.cpp b/third_party/LLVM/lib/Target/Mips/MipsInstrInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/Mips/MipsInstrInfo.cpp
rename to third_party/LLVM/lib/Target/Mips/MipsInstrInfo.cpp
diff --git a/src/LLVM/lib/Target/Mips/MipsInstrInfo.h b/third_party/LLVM/lib/Target/Mips/MipsInstrInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/Mips/MipsInstrInfo.h
rename to third_party/LLVM/lib/Target/Mips/MipsInstrInfo.h
diff --git a/src/LLVM/lib/Target/Mips/MipsInstrInfo.td b/third_party/LLVM/lib/Target/Mips/MipsInstrInfo.td
similarity index 100%
rename from src/LLVM/lib/Target/Mips/MipsInstrInfo.td
rename to third_party/LLVM/lib/Target/Mips/MipsInstrInfo.td
diff --git a/src/LLVM/lib/Target/Mips/MipsJITInfo.cpp b/third_party/LLVM/lib/Target/Mips/MipsJITInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/Mips/MipsJITInfo.cpp
rename to third_party/LLVM/lib/Target/Mips/MipsJITInfo.cpp
diff --git a/src/LLVM/lib/Target/Mips/MipsJITInfo.h b/third_party/LLVM/lib/Target/Mips/MipsJITInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/Mips/MipsJITInfo.h
rename to third_party/LLVM/lib/Target/Mips/MipsJITInfo.h
diff --git a/src/LLVM/lib/Target/Mips/MipsMCInstLower.cpp b/third_party/LLVM/lib/Target/Mips/MipsMCInstLower.cpp
similarity index 100%
rename from src/LLVM/lib/Target/Mips/MipsMCInstLower.cpp
rename to third_party/LLVM/lib/Target/Mips/MipsMCInstLower.cpp
diff --git a/src/LLVM/lib/Target/Mips/MipsMCInstLower.h b/third_party/LLVM/lib/Target/Mips/MipsMCInstLower.h
similarity index 100%
rename from src/LLVM/lib/Target/Mips/MipsMCInstLower.h
rename to third_party/LLVM/lib/Target/Mips/MipsMCInstLower.h
diff --git a/src/LLVM/lib/Target/Mips/MipsMCSymbolRefExpr.cpp b/third_party/LLVM/lib/Target/Mips/MipsMCSymbolRefExpr.cpp
similarity index 100%
rename from src/LLVM/lib/Target/Mips/MipsMCSymbolRefExpr.cpp
rename to third_party/LLVM/lib/Target/Mips/MipsMCSymbolRefExpr.cpp
diff --git a/src/LLVM/lib/Target/Mips/MipsMCSymbolRefExpr.h b/third_party/LLVM/lib/Target/Mips/MipsMCSymbolRefExpr.h
similarity index 100%
rename from src/LLVM/lib/Target/Mips/MipsMCSymbolRefExpr.h
rename to third_party/LLVM/lib/Target/Mips/MipsMCSymbolRefExpr.h
diff --git a/src/LLVM/lib/Target/Mips/MipsMachineFunction.h b/third_party/LLVM/lib/Target/Mips/MipsMachineFunction.h
similarity index 100%
rename from src/LLVM/lib/Target/Mips/MipsMachineFunction.h
rename to third_party/LLVM/lib/Target/Mips/MipsMachineFunction.h
diff --git a/src/LLVM/lib/Target/Mips/MipsRegisterInfo.cpp b/third_party/LLVM/lib/Target/Mips/MipsRegisterInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/Mips/MipsRegisterInfo.cpp
rename to third_party/LLVM/lib/Target/Mips/MipsRegisterInfo.cpp
diff --git a/src/LLVM/lib/Target/Mips/MipsRegisterInfo.h b/third_party/LLVM/lib/Target/Mips/MipsRegisterInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/Mips/MipsRegisterInfo.h
rename to third_party/LLVM/lib/Target/Mips/MipsRegisterInfo.h
diff --git a/src/LLVM/lib/Target/Mips/MipsRegisterInfo.td b/third_party/LLVM/lib/Target/Mips/MipsRegisterInfo.td
similarity index 100%
rename from src/LLVM/lib/Target/Mips/MipsRegisterInfo.td
rename to third_party/LLVM/lib/Target/Mips/MipsRegisterInfo.td
diff --git a/src/LLVM/lib/Target/Mips/MipsRelocations.h b/third_party/LLVM/lib/Target/Mips/MipsRelocations.h
similarity index 100%
rename from src/LLVM/lib/Target/Mips/MipsRelocations.h
rename to third_party/LLVM/lib/Target/Mips/MipsRelocations.h
diff --git a/src/LLVM/lib/Target/Mips/MipsSchedule.td b/third_party/LLVM/lib/Target/Mips/MipsSchedule.td
similarity index 100%
rename from src/LLVM/lib/Target/Mips/MipsSchedule.td
rename to third_party/LLVM/lib/Target/Mips/MipsSchedule.td
diff --git a/src/LLVM/lib/Target/Mips/MipsSelectionDAGInfo.cpp b/third_party/LLVM/lib/Target/Mips/MipsSelectionDAGInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/Mips/MipsSelectionDAGInfo.cpp
rename to third_party/LLVM/lib/Target/Mips/MipsSelectionDAGInfo.cpp
diff --git a/src/LLVM/lib/Target/Mips/MipsSelectionDAGInfo.h b/third_party/LLVM/lib/Target/Mips/MipsSelectionDAGInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/Mips/MipsSelectionDAGInfo.h
rename to third_party/LLVM/lib/Target/Mips/MipsSelectionDAGInfo.h
diff --git a/src/LLVM/lib/Target/Mips/MipsSubtarget.cpp b/third_party/LLVM/lib/Target/Mips/MipsSubtarget.cpp
similarity index 100%
rename from src/LLVM/lib/Target/Mips/MipsSubtarget.cpp
rename to third_party/LLVM/lib/Target/Mips/MipsSubtarget.cpp
diff --git a/src/LLVM/lib/Target/Mips/MipsSubtarget.h b/third_party/LLVM/lib/Target/Mips/MipsSubtarget.h
similarity index 100%
rename from src/LLVM/lib/Target/Mips/MipsSubtarget.h
rename to third_party/LLVM/lib/Target/Mips/MipsSubtarget.h
diff --git a/src/LLVM/lib/Target/Mips/MipsTargetMachine.cpp b/third_party/LLVM/lib/Target/Mips/MipsTargetMachine.cpp
similarity index 100%
rename from src/LLVM/lib/Target/Mips/MipsTargetMachine.cpp
rename to third_party/LLVM/lib/Target/Mips/MipsTargetMachine.cpp
diff --git a/src/LLVM/lib/Target/Mips/MipsTargetMachine.h b/third_party/LLVM/lib/Target/Mips/MipsTargetMachine.h
similarity index 100%
rename from src/LLVM/lib/Target/Mips/MipsTargetMachine.h
rename to third_party/LLVM/lib/Target/Mips/MipsTargetMachine.h
diff --git a/src/LLVM/lib/Target/Mips/MipsTargetObjectFile.cpp b/third_party/LLVM/lib/Target/Mips/MipsTargetObjectFile.cpp
similarity index 100%
rename from src/LLVM/lib/Target/Mips/MipsTargetObjectFile.cpp
rename to third_party/LLVM/lib/Target/Mips/MipsTargetObjectFile.cpp
diff --git a/src/LLVM/lib/Target/Mips/MipsTargetObjectFile.h b/third_party/LLVM/lib/Target/Mips/MipsTargetObjectFile.h
similarity index 100%
rename from src/LLVM/lib/Target/Mips/MipsTargetObjectFile.h
rename to third_party/LLVM/lib/Target/Mips/MipsTargetObjectFile.h
diff --git a/src/LLVM/lib/Target/Mips/TargetInfo/Makefile b/third_party/LLVM/lib/Target/Mips/TargetInfo/Makefile
similarity index 100%
rename from src/LLVM/lib/Target/Mips/TargetInfo/Makefile
rename to third_party/LLVM/lib/Target/Mips/TargetInfo/Makefile
diff --git a/src/LLVM/lib/Target/Mips/TargetInfo/MipsTargetInfo.cpp b/third_party/LLVM/lib/Target/Mips/TargetInfo/MipsTargetInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/Mips/TargetInfo/MipsTargetInfo.cpp
rename to third_party/LLVM/lib/Target/Mips/TargetInfo/MipsTargetInfo.cpp
diff --git a/src/LLVM/lib/Target/PACKAGE.vcxproj.filters b/third_party/LLVM/lib/Target/PACKAGE.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/Target/PACKAGE.vcxproj.filters
rename to third_party/LLVM/lib/Target/PACKAGE.vcxproj.filters
diff --git a/src/LLVM/lib/Target/PTX/InstPrinter/Makefile b/third_party/LLVM/lib/Target/PTX/InstPrinter/Makefile
similarity index 100%
rename from src/LLVM/lib/Target/PTX/InstPrinter/Makefile
rename to third_party/LLVM/lib/Target/PTX/InstPrinter/Makefile
diff --git a/src/LLVM/lib/Target/PTX/InstPrinter/PTXInstPrinter.cpp b/third_party/LLVM/lib/Target/PTX/InstPrinter/PTXInstPrinter.cpp
similarity index 100%
rename from src/LLVM/lib/Target/PTX/InstPrinter/PTXInstPrinter.cpp
rename to third_party/LLVM/lib/Target/PTX/InstPrinter/PTXInstPrinter.cpp
diff --git a/src/LLVM/lib/Target/PTX/InstPrinter/PTXInstPrinter.h b/third_party/LLVM/lib/Target/PTX/InstPrinter/PTXInstPrinter.h
similarity index 100%
rename from src/LLVM/lib/Target/PTX/InstPrinter/PTXInstPrinter.h
rename to third_party/LLVM/lib/Target/PTX/InstPrinter/PTXInstPrinter.h
diff --git a/src/LLVM/lib/Target/PTX/MCTargetDesc/Makefile b/third_party/LLVM/lib/Target/PTX/MCTargetDesc/Makefile
similarity index 100%
rename from src/LLVM/lib/Target/PTX/MCTargetDesc/Makefile
rename to third_party/LLVM/lib/Target/PTX/MCTargetDesc/Makefile
diff --git a/src/LLVM/lib/Target/PTX/MCTargetDesc/PTXBaseInfo.h b/third_party/LLVM/lib/Target/PTX/MCTargetDesc/PTXBaseInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/PTX/MCTargetDesc/PTXBaseInfo.h
rename to third_party/LLVM/lib/Target/PTX/MCTargetDesc/PTXBaseInfo.h
diff --git a/src/LLVM/lib/Target/PTX/MCTargetDesc/PTXMCAsmInfo.cpp b/third_party/LLVM/lib/Target/PTX/MCTargetDesc/PTXMCAsmInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/PTX/MCTargetDesc/PTXMCAsmInfo.cpp
rename to third_party/LLVM/lib/Target/PTX/MCTargetDesc/PTXMCAsmInfo.cpp
diff --git a/src/LLVM/lib/Target/PTX/MCTargetDesc/PTXMCAsmInfo.h b/third_party/LLVM/lib/Target/PTX/MCTargetDesc/PTXMCAsmInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/PTX/MCTargetDesc/PTXMCAsmInfo.h
rename to third_party/LLVM/lib/Target/PTX/MCTargetDesc/PTXMCAsmInfo.h
diff --git a/src/LLVM/lib/Target/PTX/MCTargetDesc/PTXMCTargetDesc.cpp b/third_party/LLVM/lib/Target/PTX/MCTargetDesc/PTXMCTargetDesc.cpp
similarity index 100%
rename from src/LLVM/lib/Target/PTX/MCTargetDesc/PTXMCTargetDesc.cpp
rename to third_party/LLVM/lib/Target/PTX/MCTargetDesc/PTXMCTargetDesc.cpp
diff --git a/src/LLVM/lib/Target/PTX/MCTargetDesc/PTXMCTargetDesc.h b/third_party/LLVM/lib/Target/PTX/MCTargetDesc/PTXMCTargetDesc.h
similarity index 100%
rename from src/LLVM/lib/Target/PTX/MCTargetDesc/PTXMCTargetDesc.h
rename to third_party/LLVM/lib/Target/PTX/MCTargetDesc/PTXMCTargetDesc.h
diff --git a/src/LLVM/lib/Target/PTX/Makefile b/third_party/LLVM/lib/Target/PTX/Makefile
similarity index 100%
rename from src/LLVM/lib/Target/PTX/Makefile
rename to third_party/LLVM/lib/Target/PTX/Makefile
diff --git a/src/LLVM/lib/Target/PTX/PTX.h b/third_party/LLVM/lib/Target/PTX/PTX.h
similarity index 100%
rename from src/LLVM/lib/Target/PTX/PTX.h
rename to third_party/LLVM/lib/Target/PTX/PTX.h
diff --git a/src/LLVM/lib/Target/PTX/PTX.td b/third_party/LLVM/lib/Target/PTX/PTX.td
similarity index 100%
rename from src/LLVM/lib/Target/PTX/PTX.td
rename to third_party/LLVM/lib/Target/PTX/PTX.td
diff --git a/src/LLVM/lib/Target/PTX/PTXAsmPrinter.cpp b/third_party/LLVM/lib/Target/PTX/PTXAsmPrinter.cpp
similarity index 100%
rename from src/LLVM/lib/Target/PTX/PTXAsmPrinter.cpp
rename to third_party/LLVM/lib/Target/PTX/PTXAsmPrinter.cpp
diff --git a/src/LLVM/lib/Target/PTX/PTXAsmPrinter.h b/third_party/LLVM/lib/Target/PTX/PTXAsmPrinter.h
similarity index 100%
rename from src/LLVM/lib/Target/PTX/PTXAsmPrinter.h
rename to third_party/LLVM/lib/Target/PTX/PTXAsmPrinter.h
diff --git a/src/LLVM/lib/Target/PTX/PTXFPRoundingModePass.cpp b/third_party/LLVM/lib/Target/PTX/PTXFPRoundingModePass.cpp
similarity index 100%
rename from src/LLVM/lib/Target/PTX/PTXFPRoundingModePass.cpp
rename to third_party/LLVM/lib/Target/PTX/PTXFPRoundingModePass.cpp
diff --git a/src/LLVM/lib/Target/PTX/PTXFrameLowering.cpp b/third_party/LLVM/lib/Target/PTX/PTXFrameLowering.cpp
similarity index 100%
rename from src/LLVM/lib/Target/PTX/PTXFrameLowering.cpp
rename to third_party/LLVM/lib/Target/PTX/PTXFrameLowering.cpp
diff --git a/src/LLVM/lib/Target/PTX/PTXFrameLowering.h b/third_party/LLVM/lib/Target/PTX/PTXFrameLowering.h
similarity index 100%
rename from src/LLVM/lib/Target/PTX/PTXFrameLowering.h
rename to third_party/LLVM/lib/Target/PTX/PTXFrameLowering.h
diff --git a/src/LLVM/lib/Target/PTX/PTXISelDAGToDAG.cpp b/third_party/LLVM/lib/Target/PTX/PTXISelDAGToDAG.cpp
similarity index 100%
rename from src/LLVM/lib/Target/PTX/PTXISelDAGToDAG.cpp
rename to third_party/LLVM/lib/Target/PTX/PTXISelDAGToDAG.cpp
diff --git a/src/LLVM/lib/Target/PTX/PTXISelLowering.cpp b/third_party/LLVM/lib/Target/PTX/PTXISelLowering.cpp
similarity index 100%
rename from src/LLVM/lib/Target/PTX/PTXISelLowering.cpp
rename to third_party/LLVM/lib/Target/PTX/PTXISelLowering.cpp
diff --git a/src/LLVM/lib/Target/PTX/PTXISelLowering.h b/third_party/LLVM/lib/Target/PTX/PTXISelLowering.h
similarity index 100%
rename from src/LLVM/lib/Target/PTX/PTXISelLowering.h
rename to third_party/LLVM/lib/Target/PTX/PTXISelLowering.h
diff --git a/src/LLVM/lib/Target/PTX/PTXInstrFormats.td b/third_party/LLVM/lib/Target/PTX/PTXInstrFormats.td
similarity index 100%
rename from src/LLVM/lib/Target/PTX/PTXInstrFormats.td
rename to third_party/LLVM/lib/Target/PTX/PTXInstrFormats.td
diff --git a/src/LLVM/lib/Target/PTX/PTXInstrInfo.cpp b/third_party/LLVM/lib/Target/PTX/PTXInstrInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/PTX/PTXInstrInfo.cpp
rename to third_party/LLVM/lib/Target/PTX/PTXInstrInfo.cpp
diff --git a/src/LLVM/lib/Target/PTX/PTXInstrInfo.h b/third_party/LLVM/lib/Target/PTX/PTXInstrInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/PTX/PTXInstrInfo.h
rename to third_party/LLVM/lib/Target/PTX/PTXInstrInfo.h
diff --git a/src/LLVM/lib/Target/PTX/PTXInstrInfo.td b/third_party/LLVM/lib/Target/PTX/PTXInstrInfo.td
similarity index 100%
rename from src/LLVM/lib/Target/PTX/PTXInstrInfo.td
rename to third_party/LLVM/lib/Target/PTX/PTXInstrInfo.td
diff --git a/src/LLVM/lib/Target/PTX/PTXInstrLoadStore.td b/third_party/LLVM/lib/Target/PTX/PTXInstrLoadStore.td
similarity index 100%
rename from src/LLVM/lib/Target/PTX/PTXInstrLoadStore.td
rename to third_party/LLVM/lib/Target/PTX/PTXInstrLoadStore.td
diff --git a/src/LLVM/lib/Target/PTX/PTXIntrinsicInstrInfo.td b/third_party/LLVM/lib/Target/PTX/PTXIntrinsicInstrInfo.td
similarity index 100%
rename from src/LLVM/lib/Target/PTX/PTXIntrinsicInstrInfo.td
rename to third_party/LLVM/lib/Target/PTX/PTXIntrinsicInstrInfo.td
diff --git a/src/LLVM/lib/Target/PTX/PTXMCAsmStreamer.cpp b/third_party/LLVM/lib/Target/PTX/PTXMCAsmStreamer.cpp
similarity index 100%
rename from src/LLVM/lib/Target/PTX/PTXMCAsmStreamer.cpp
rename to third_party/LLVM/lib/Target/PTX/PTXMCAsmStreamer.cpp
diff --git a/src/LLVM/lib/Target/PTX/PTXMCInstLower.cpp b/third_party/LLVM/lib/Target/PTX/PTXMCInstLower.cpp
similarity index 100%
rename from src/LLVM/lib/Target/PTX/PTXMCInstLower.cpp
rename to third_party/LLVM/lib/Target/PTX/PTXMCInstLower.cpp
diff --git a/src/LLVM/lib/Target/PTX/PTXMFInfoExtract.cpp b/third_party/LLVM/lib/Target/PTX/PTXMFInfoExtract.cpp
similarity index 100%
rename from src/LLVM/lib/Target/PTX/PTXMFInfoExtract.cpp
rename to third_party/LLVM/lib/Target/PTX/PTXMFInfoExtract.cpp
diff --git a/src/LLVM/lib/Target/PTX/PTXMachineFunctionInfo.h b/third_party/LLVM/lib/Target/PTX/PTXMachineFunctionInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/PTX/PTXMachineFunctionInfo.h
rename to third_party/LLVM/lib/Target/PTX/PTXMachineFunctionInfo.h
diff --git a/src/LLVM/lib/Target/PTX/PTXParamManager.cpp b/third_party/LLVM/lib/Target/PTX/PTXParamManager.cpp
similarity index 100%
rename from src/LLVM/lib/Target/PTX/PTXParamManager.cpp
rename to third_party/LLVM/lib/Target/PTX/PTXParamManager.cpp
diff --git a/src/LLVM/lib/Target/PTX/PTXParamManager.h b/third_party/LLVM/lib/Target/PTX/PTXParamManager.h
similarity index 100%
rename from src/LLVM/lib/Target/PTX/PTXParamManager.h
rename to third_party/LLVM/lib/Target/PTX/PTXParamManager.h
diff --git a/src/LLVM/lib/Target/PTX/PTXRegAlloc.cpp b/third_party/LLVM/lib/Target/PTX/PTXRegAlloc.cpp
similarity index 100%
rename from src/LLVM/lib/Target/PTX/PTXRegAlloc.cpp
rename to third_party/LLVM/lib/Target/PTX/PTXRegAlloc.cpp
diff --git a/src/LLVM/lib/Target/PTX/PTXRegisterInfo.cpp b/third_party/LLVM/lib/Target/PTX/PTXRegisterInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/PTX/PTXRegisterInfo.cpp
rename to third_party/LLVM/lib/Target/PTX/PTXRegisterInfo.cpp
diff --git a/src/LLVM/lib/Target/PTX/PTXRegisterInfo.h b/third_party/LLVM/lib/Target/PTX/PTXRegisterInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/PTX/PTXRegisterInfo.h
rename to third_party/LLVM/lib/Target/PTX/PTXRegisterInfo.h
diff --git a/src/LLVM/lib/Target/PTX/PTXRegisterInfo.td b/third_party/LLVM/lib/Target/PTX/PTXRegisterInfo.td
similarity index 100%
rename from src/LLVM/lib/Target/PTX/PTXRegisterInfo.td
rename to third_party/LLVM/lib/Target/PTX/PTXRegisterInfo.td
diff --git a/src/LLVM/lib/Target/PTX/PTXSelectionDAGInfo.cpp b/third_party/LLVM/lib/Target/PTX/PTXSelectionDAGInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/PTX/PTXSelectionDAGInfo.cpp
rename to third_party/LLVM/lib/Target/PTX/PTXSelectionDAGInfo.cpp
diff --git a/src/LLVM/lib/Target/PTX/PTXSelectionDAGInfo.h b/third_party/LLVM/lib/Target/PTX/PTXSelectionDAGInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/PTX/PTXSelectionDAGInfo.h
rename to third_party/LLVM/lib/Target/PTX/PTXSelectionDAGInfo.h
diff --git a/src/LLVM/lib/Target/PTX/PTXSubtarget.cpp b/third_party/LLVM/lib/Target/PTX/PTXSubtarget.cpp
similarity index 100%
rename from src/LLVM/lib/Target/PTX/PTXSubtarget.cpp
rename to third_party/LLVM/lib/Target/PTX/PTXSubtarget.cpp
diff --git a/src/LLVM/lib/Target/PTX/PTXSubtarget.h b/third_party/LLVM/lib/Target/PTX/PTXSubtarget.h
similarity index 100%
rename from src/LLVM/lib/Target/PTX/PTXSubtarget.h
rename to third_party/LLVM/lib/Target/PTX/PTXSubtarget.h
diff --git a/src/LLVM/lib/Target/PTX/PTXTargetMachine.cpp b/third_party/LLVM/lib/Target/PTX/PTXTargetMachine.cpp
similarity index 100%
rename from src/LLVM/lib/Target/PTX/PTXTargetMachine.cpp
rename to third_party/LLVM/lib/Target/PTX/PTXTargetMachine.cpp
diff --git a/src/LLVM/lib/Target/PTX/PTXTargetMachine.h b/third_party/LLVM/lib/Target/PTX/PTXTargetMachine.h
similarity index 100%
rename from src/LLVM/lib/Target/PTX/PTXTargetMachine.h
rename to third_party/LLVM/lib/Target/PTX/PTXTargetMachine.h
diff --git a/src/LLVM/lib/Target/PTX/TargetInfo/Makefile b/third_party/LLVM/lib/Target/PTX/TargetInfo/Makefile
similarity index 100%
rename from src/LLVM/lib/Target/PTX/TargetInfo/Makefile
rename to third_party/LLVM/lib/Target/PTX/TargetInfo/Makefile
diff --git a/src/LLVM/lib/Target/PTX/TargetInfo/PTXTargetInfo.cpp b/third_party/LLVM/lib/Target/PTX/TargetInfo/PTXTargetInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/PTX/TargetInfo/PTXTargetInfo.cpp
rename to third_party/LLVM/lib/Target/PTX/TargetInfo/PTXTargetInfo.cpp
diff --git a/src/LLVM/lib/Target/PowerPC/InstPrinter/Makefile b/third_party/LLVM/lib/Target/PowerPC/InstPrinter/Makefile
similarity index 100%
rename from src/LLVM/lib/Target/PowerPC/InstPrinter/Makefile
rename to third_party/LLVM/lib/Target/PowerPC/InstPrinter/Makefile
diff --git a/src/LLVM/lib/Target/PowerPC/InstPrinter/PPCInstPrinter.cpp b/third_party/LLVM/lib/Target/PowerPC/InstPrinter/PPCInstPrinter.cpp
similarity index 100%
rename from src/LLVM/lib/Target/PowerPC/InstPrinter/PPCInstPrinter.cpp
rename to third_party/LLVM/lib/Target/PowerPC/InstPrinter/PPCInstPrinter.cpp
diff --git a/src/LLVM/lib/Target/PowerPC/InstPrinter/PPCInstPrinter.h b/third_party/LLVM/lib/Target/PowerPC/InstPrinter/PPCInstPrinter.h
similarity index 100%
rename from src/LLVM/lib/Target/PowerPC/InstPrinter/PPCInstPrinter.h
rename to third_party/LLVM/lib/Target/PowerPC/InstPrinter/PPCInstPrinter.h
diff --git a/src/LLVM/lib/Target/PowerPC/MCTargetDesc/Makefile b/third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/Makefile
similarity index 100%
rename from src/LLVM/lib/Target/PowerPC/MCTargetDesc/Makefile
rename to third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/Makefile
diff --git a/src/LLVM/lib/Target/PowerPC/MCTargetDesc/PPCAsmBackend.cpp b/third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/PPCAsmBackend.cpp
similarity index 100%
rename from src/LLVM/lib/Target/PowerPC/MCTargetDesc/PPCAsmBackend.cpp
rename to third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/PPCAsmBackend.cpp
diff --git a/src/LLVM/lib/Target/PowerPC/MCTargetDesc/PPCBaseInfo.h b/third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/PPCBaseInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/PowerPC/MCTargetDesc/PPCBaseInfo.h
rename to third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/PPCBaseInfo.h
diff --git a/src/LLVM/lib/Target/PowerPC/MCTargetDesc/PPCFixupKinds.h b/third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/PPCFixupKinds.h
similarity index 100%
rename from src/LLVM/lib/Target/PowerPC/MCTargetDesc/PPCFixupKinds.h
rename to third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/PPCFixupKinds.h
diff --git a/src/LLVM/lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.cpp b/third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.cpp
rename to third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.cpp
diff --git a/src/LLVM/lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.h b/third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.h
rename to third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.h
diff --git a/src/LLVM/lib/Target/PowerPC/MCTargetDesc/PPCMCCodeEmitter.cpp b/third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/PPCMCCodeEmitter.cpp
similarity index 100%
rename from src/LLVM/lib/Target/PowerPC/MCTargetDesc/PPCMCCodeEmitter.cpp
rename to third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/PPCMCCodeEmitter.cpp
diff --git a/src/LLVM/lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.cpp b/third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.cpp
similarity index 100%
rename from src/LLVM/lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.cpp
rename to third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.cpp
diff --git a/src/LLVM/lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.h b/third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.h
similarity index 100%
rename from src/LLVM/lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.h
rename to third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.h
diff --git a/src/LLVM/lib/Target/PowerPC/MCTargetDesc/PPCPredicates.cpp b/third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/PPCPredicates.cpp
similarity index 100%
rename from src/LLVM/lib/Target/PowerPC/MCTargetDesc/PPCPredicates.cpp
rename to third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/PPCPredicates.cpp
diff --git a/src/LLVM/lib/Target/PowerPC/MCTargetDesc/PPCPredicates.h b/third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/PPCPredicates.h
similarity index 100%
rename from src/LLVM/lib/Target/PowerPC/MCTargetDesc/PPCPredicates.h
rename to third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/PPCPredicates.h
diff --git a/src/LLVM/lib/Target/PowerPC/Makefile b/third_party/LLVM/lib/Target/PowerPC/Makefile
similarity index 100%
rename from src/LLVM/lib/Target/PowerPC/Makefile
rename to third_party/LLVM/lib/Target/PowerPC/Makefile
diff --git a/src/LLVM/lib/Target/PowerPC/PPC.h b/third_party/LLVM/lib/Target/PowerPC/PPC.h
similarity index 100%
rename from src/LLVM/lib/Target/PowerPC/PPC.h
rename to third_party/LLVM/lib/Target/PowerPC/PPC.h
diff --git a/src/LLVM/lib/Target/PowerPC/PPC.td b/third_party/LLVM/lib/Target/PowerPC/PPC.td
similarity index 100%
rename from src/LLVM/lib/Target/PowerPC/PPC.td
rename to third_party/LLVM/lib/Target/PowerPC/PPC.td
diff --git a/src/LLVM/lib/Target/PowerPC/PPCAsmPrinter.cpp b/third_party/LLVM/lib/Target/PowerPC/PPCAsmPrinter.cpp
similarity index 100%
rename from src/LLVM/lib/Target/PowerPC/PPCAsmPrinter.cpp
rename to third_party/LLVM/lib/Target/PowerPC/PPCAsmPrinter.cpp
diff --git a/src/LLVM/lib/Target/PowerPC/PPCBranchSelector.cpp b/third_party/LLVM/lib/Target/PowerPC/PPCBranchSelector.cpp
similarity index 100%
rename from src/LLVM/lib/Target/PowerPC/PPCBranchSelector.cpp
rename to third_party/LLVM/lib/Target/PowerPC/PPCBranchSelector.cpp
diff --git a/src/LLVM/lib/Target/PowerPC/PPCCallingConv.td b/third_party/LLVM/lib/Target/PowerPC/PPCCallingConv.td
similarity index 100%
rename from src/LLVM/lib/Target/PowerPC/PPCCallingConv.td
rename to third_party/LLVM/lib/Target/PowerPC/PPCCallingConv.td
diff --git a/src/LLVM/lib/Target/PowerPC/PPCCodeEmitter.cpp b/third_party/LLVM/lib/Target/PowerPC/PPCCodeEmitter.cpp
similarity index 100%
rename from src/LLVM/lib/Target/PowerPC/PPCCodeEmitter.cpp
rename to third_party/LLVM/lib/Target/PowerPC/PPCCodeEmitter.cpp
diff --git a/src/LLVM/lib/Target/PowerPC/PPCFrameLowering.cpp b/third_party/LLVM/lib/Target/PowerPC/PPCFrameLowering.cpp
similarity index 100%
rename from src/LLVM/lib/Target/PowerPC/PPCFrameLowering.cpp
rename to third_party/LLVM/lib/Target/PowerPC/PPCFrameLowering.cpp
diff --git a/src/LLVM/lib/Target/PowerPC/PPCFrameLowering.h b/third_party/LLVM/lib/Target/PowerPC/PPCFrameLowering.h
similarity index 100%
rename from src/LLVM/lib/Target/PowerPC/PPCFrameLowering.h
rename to third_party/LLVM/lib/Target/PowerPC/PPCFrameLowering.h
diff --git a/src/LLVM/lib/Target/PowerPC/PPCHazardRecognizers.cpp b/third_party/LLVM/lib/Target/PowerPC/PPCHazardRecognizers.cpp
similarity index 100%
rename from src/LLVM/lib/Target/PowerPC/PPCHazardRecognizers.cpp
rename to third_party/LLVM/lib/Target/PowerPC/PPCHazardRecognizers.cpp
diff --git a/src/LLVM/lib/Target/PowerPC/PPCHazardRecognizers.h b/third_party/LLVM/lib/Target/PowerPC/PPCHazardRecognizers.h
similarity index 100%
rename from src/LLVM/lib/Target/PowerPC/PPCHazardRecognizers.h
rename to third_party/LLVM/lib/Target/PowerPC/PPCHazardRecognizers.h
diff --git a/src/LLVM/lib/Target/PowerPC/PPCISelDAGToDAG.cpp b/third_party/LLVM/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
similarity index 100%
rename from src/LLVM/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
rename to third_party/LLVM/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
diff --git a/src/LLVM/lib/Target/PowerPC/PPCISelLowering.cpp b/third_party/LLVM/lib/Target/PowerPC/PPCISelLowering.cpp
similarity index 100%
rename from src/LLVM/lib/Target/PowerPC/PPCISelLowering.cpp
rename to third_party/LLVM/lib/Target/PowerPC/PPCISelLowering.cpp
diff --git a/src/LLVM/lib/Target/PowerPC/PPCISelLowering.h b/third_party/LLVM/lib/Target/PowerPC/PPCISelLowering.h
similarity index 100%
rename from src/LLVM/lib/Target/PowerPC/PPCISelLowering.h
rename to third_party/LLVM/lib/Target/PowerPC/PPCISelLowering.h
diff --git a/src/LLVM/lib/Target/PowerPC/PPCInstr64Bit.td b/third_party/LLVM/lib/Target/PowerPC/PPCInstr64Bit.td
similarity index 100%
rename from src/LLVM/lib/Target/PowerPC/PPCInstr64Bit.td
rename to third_party/LLVM/lib/Target/PowerPC/PPCInstr64Bit.td
diff --git a/src/LLVM/lib/Target/PowerPC/PPCInstrAltivec.td b/third_party/LLVM/lib/Target/PowerPC/PPCInstrAltivec.td
similarity index 100%
rename from src/LLVM/lib/Target/PowerPC/PPCInstrAltivec.td
rename to third_party/LLVM/lib/Target/PowerPC/PPCInstrAltivec.td
diff --git a/src/LLVM/lib/Target/PowerPC/PPCInstrBuilder.h b/third_party/LLVM/lib/Target/PowerPC/PPCInstrBuilder.h
similarity index 100%
rename from src/LLVM/lib/Target/PowerPC/PPCInstrBuilder.h
rename to third_party/LLVM/lib/Target/PowerPC/PPCInstrBuilder.h
diff --git a/src/LLVM/lib/Target/PowerPC/PPCInstrFormats.td b/third_party/LLVM/lib/Target/PowerPC/PPCInstrFormats.td
similarity index 100%
rename from src/LLVM/lib/Target/PowerPC/PPCInstrFormats.td
rename to third_party/LLVM/lib/Target/PowerPC/PPCInstrFormats.td
diff --git a/src/LLVM/lib/Target/PowerPC/PPCInstrInfo.cpp b/third_party/LLVM/lib/Target/PowerPC/PPCInstrInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/PowerPC/PPCInstrInfo.cpp
rename to third_party/LLVM/lib/Target/PowerPC/PPCInstrInfo.cpp
diff --git a/src/LLVM/lib/Target/PowerPC/PPCInstrInfo.h b/third_party/LLVM/lib/Target/PowerPC/PPCInstrInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/PowerPC/PPCInstrInfo.h
rename to third_party/LLVM/lib/Target/PowerPC/PPCInstrInfo.h
diff --git a/src/LLVM/lib/Target/PowerPC/PPCInstrInfo.td b/third_party/LLVM/lib/Target/PowerPC/PPCInstrInfo.td
similarity index 100%
rename from src/LLVM/lib/Target/PowerPC/PPCInstrInfo.td
rename to third_party/LLVM/lib/Target/PowerPC/PPCInstrInfo.td
diff --git a/src/LLVM/lib/Target/PowerPC/PPCJITInfo.cpp b/third_party/LLVM/lib/Target/PowerPC/PPCJITInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/PowerPC/PPCJITInfo.cpp
rename to third_party/LLVM/lib/Target/PowerPC/PPCJITInfo.cpp
diff --git a/src/LLVM/lib/Target/PowerPC/PPCJITInfo.h b/third_party/LLVM/lib/Target/PowerPC/PPCJITInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/PowerPC/PPCJITInfo.h
rename to third_party/LLVM/lib/Target/PowerPC/PPCJITInfo.h
diff --git a/src/LLVM/lib/Target/PowerPC/PPCMCInstLower.cpp b/third_party/LLVM/lib/Target/PowerPC/PPCMCInstLower.cpp
similarity index 100%
rename from src/LLVM/lib/Target/PowerPC/PPCMCInstLower.cpp
rename to third_party/LLVM/lib/Target/PowerPC/PPCMCInstLower.cpp
diff --git a/src/LLVM/lib/Target/PowerPC/PPCMachineFunctionInfo.h b/third_party/LLVM/lib/Target/PowerPC/PPCMachineFunctionInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/PowerPC/PPCMachineFunctionInfo.h
rename to third_party/LLVM/lib/Target/PowerPC/PPCMachineFunctionInfo.h
diff --git a/src/LLVM/lib/Target/PowerPC/PPCPerfectShuffle.h b/third_party/LLVM/lib/Target/PowerPC/PPCPerfectShuffle.h
similarity index 100%
rename from src/LLVM/lib/Target/PowerPC/PPCPerfectShuffle.h
rename to third_party/LLVM/lib/Target/PowerPC/PPCPerfectShuffle.h
diff --git a/src/LLVM/lib/Target/PowerPC/PPCRegisterInfo.cpp b/third_party/LLVM/lib/Target/PowerPC/PPCRegisterInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/PowerPC/PPCRegisterInfo.cpp
rename to third_party/LLVM/lib/Target/PowerPC/PPCRegisterInfo.cpp
diff --git a/src/LLVM/lib/Target/PowerPC/PPCRegisterInfo.h b/third_party/LLVM/lib/Target/PowerPC/PPCRegisterInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/PowerPC/PPCRegisterInfo.h
rename to third_party/LLVM/lib/Target/PowerPC/PPCRegisterInfo.h
diff --git a/src/LLVM/lib/Target/PowerPC/PPCRegisterInfo.td b/third_party/LLVM/lib/Target/PowerPC/PPCRegisterInfo.td
similarity index 100%
rename from src/LLVM/lib/Target/PowerPC/PPCRegisterInfo.td
rename to third_party/LLVM/lib/Target/PowerPC/PPCRegisterInfo.td
diff --git a/src/LLVM/lib/Target/PowerPC/PPCRelocations.h b/third_party/LLVM/lib/Target/PowerPC/PPCRelocations.h
similarity index 100%
rename from src/LLVM/lib/Target/PowerPC/PPCRelocations.h
rename to third_party/LLVM/lib/Target/PowerPC/PPCRelocations.h
diff --git a/src/LLVM/lib/Target/PowerPC/PPCSchedule.td b/third_party/LLVM/lib/Target/PowerPC/PPCSchedule.td
similarity index 100%
rename from src/LLVM/lib/Target/PowerPC/PPCSchedule.td
rename to third_party/LLVM/lib/Target/PowerPC/PPCSchedule.td
diff --git a/src/LLVM/lib/Target/PowerPC/PPCScheduleG3.td b/third_party/LLVM/lib/Target/PowerPC/PPCScheduleG3.td
similarity index 100%
rename from src/LLVM/lib/Target/PowerPC/PPCScheduleG3.td
rename to third_party/LLVM/lib/Target/PowerPC/PPCScheduleG3.td
diff --git a/src/LLVM/lib/Target/PowerPC/PPCScheduleG4.td b/third_party/LLVM/lib/Target/PowerPC/PPCScheduleG4.td
similarity index 100%
rename from src/LLVM/lib/Target/PowerPC/PPCScheduleG4.td
rename to third_party/LLVM/lib/Target/PowerPC/PPCScheduleG4.td
diff --git a/src/LLVM/lib/Target/PowerPC/PPCScheduleG4Plus.td b/third_party/LLVM/lib/Target/PowerPC/PPCScheduleG4Plus.td
similarity index 100%
rename from src/LLVM/lib/Target/PowerPC/PPCScheduleG4Plus.td
rename to third_party/LLVM/lib/Target/PowerPC/PPCScheduleG4Plus.td
diff --git a/src/LLVM/lib/Target/PowerPC/PPCScheduleG5.td b/third_party/LLVM/lib/Target/PowerPC/PPCScheduleG5.td
similarity index 100%
rename from src/LLVM/lib/Target/PowerPC/PPCScheduleG5.td
rename to third_party/LLVM/lib/Target/PowerPC/PPCScheduleG5.td
diff --git a/src/LLVM/lib/Target/PowerPC/PPCSelectionDAGInfo.cpp b/third_party/LLVM/lib/Target/PowerPC/PPCSelectionDAGInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/PowerPC/PPCSelectionDAGInfo.cpp
rename to third_party/LLVM/lib/Target/PowerPC/PPCSelectionDAGInfo.cpp
diff --git a/src/LLVM/lib/Target/PowerPC/PPCSelectionDAGInfo.h b/third_party/LLVM/lib/Target/PowerPC/PPCSelectionDAGInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/PowerPC/PPCSelectionDAGInfo.h
rename to third_party/LLVM/lib/Target/PowerPC/PPCSelectionDAGInfo.h
diff --git a/src/LLVM/lib/Target/PowerPC/PPCSubtarget.cpp b/third_party/LLVM/lib/Target/PowerPC/PPCSubtarget.cpp
similarity index 100%
rename from src/LLVM/lib/Target/PowerPC/PPCSubtarget.cpp
rename to third_party/LLVM/lib/Target/PowerPC/PPCSubtarget.cpp
diff --git a/src/LLVM/lib/Target/PowerPC/PPCSubtarget.h b/third_party/LLVM/lib/Target/PowerPC/PPCSubtarget.h
similarity index 100%
rename from src/LLVM/lib/Target/PowerPC/PPCSubtarget.h
rename to third_party/LLVM/lib/Target/PowerPC/PPCSubtarget.h
diff --git a/src/LLVM/lib/Target/PowerPC/PPCTargetMachine.cpp b/third_party/LLVM/lib/Target/PowerPC/PPCTargetMachine.cpp
similarity index 100%
rename from src/LLVM/lib/Target/PowerPC/PPCTargetMachine.cpp
rename to third_party/LLVM/lib/Target/PowerPC/PPCTargetMachine.cpp
diff --git a/src/LLVM/lib/Target/PowerPC/PPCTargetMachine.h b/third_party/LLVM/lib/Target/PowerPC/PPCTargetMachine.h
similarity index 100%
rename from src/LLVM/lib/Target/PowerPC/PPCTargetMachine.h
rename to third_party/LLVM/lib/Target/PowerPC/PPCTargetMachine.h
diff --git a/src/LLVM/lib/Target/PowerPC/README.txt b/third_party/LLVM/lib/Target/PowerPC/README.txt
similarity index 100%
rename from src/LLVM/lib/Target/PowerPC/README.txt
rename to third_party/LLVM/lib/Target/PowerPC/README.txt
diff --git a/src/LLVM/lib/Target/PowerPC/README_ALTIVEC.txt b/third_party/LLVM/lib/Target/PowerPC/README_ALTIVEC.txt
similarity index 100%
rename from src/LLVM/lib/Target/PowerPC/README_ALTIVEC.txt
rename to third_party/LLVM/lib/Target/PowerPC/README_ALTIVEC.txt
diff --git a/src/LLVM/lib/Target/PowerPC/TargetInfo/Makefile b/third_party/LLVM/lib/Target/PowerPC/TargetInfo/Makefile
similarity index 100%
rename from src/LLVM/lib/Target/PowerPC/TargetInfo/Makefile
rename to third_party/LLVM/lib/Target/PowerPC/TargetInfo/Makefile
diff --git a/src/LLVM/lib/Target/PowerPC/TargetInfo/PowerPCTargetInfo.cpp b/third_party/LLVM/lib/Target/PowerPC/TargetInfo/PowerPCTargetInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/PowerPC/TargetInfo/PowerPCTargetInfo.cpp
rename to third_party/LLVM/lib/Target/PowerPC/TargetInfo/PowerPCTargetInfo.cpp
diff --git a/src/LLVM/lib/Target/README.txt b/third_party/LLVM/lib/Target/README.txt
similarity index 100%
rename from src/LLVM/lib/Target/README.txt
rename to third_party/LLVM/lib/Target/README.txt
diff --git a/src/LLVM/lib/Target/Sparc/DelaySlotFiller.cpp b/third_party/LLVM/lib/Target/Sparc/DelaySlotFiller.cpp
similarity index 100%
rename from src/LLVM/lib/Target/Sparc/DelaySlotFiller.cpp
rename to third_party/LLVM/lib/Target/Sparc/DelaySlotFiller.cpp
diff --git a/src/LLVM/lib/Target/Sparc/FPMover.cpp b/third_party/LLVM/lib/Target/Sparc/FPMover.cpp
similarity index 100%
rename from src/LLVM/lib/Target/Sparc/FPMover.cpp
rename to third_party/LLVM/lib/Target/Sparc/FPMover.cpp
diff --git a/src/LLVM/lib/Target/Sparc/MCTargetDesc/Makefile b/third_party/LLVM/lib/Target/Sparc/MCTargetDesc/Makefile
similarity index 100%
rename from src/LLVM/lib/Target/Sparc/MCTargetDesc/Makefile
rename to third_party/LLVM/lib/Target/Sparc/MCTargetDesc/Makefile
diff --git a/src/LLVM/lib/Target/Sparc/MCTargetDesc/SparcMCAsmInfo.cpp b/third_party/LLVM/lib/Target/Sparc/MCTargetDesc/SparcMCAsmInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/Sparc/MCTargetDesc/SparcMCAsmInfo.cpp
rename to third_party/LLVM/lib/Target/Sparc/MCTargetDesc/SparcMCAsmInfo.cpp
diff --git a/src/LLVM/lib/Target/Sparc/MCTargetDesc/SparcMCAsmInfo.h b/third_party/LLVM/lib/Target/Sparc/MCTargetDesc/SparcMCAsmInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/Sparc/MCTargetDesc/SparcMCAsmInfo.h
rename to third_party/LLVM/lib/Target/Sparc/MCTargetDesc/SparcMCAsmInfo.h
diff --git a/src/LLVM/lib/Target/Sparc/MCTargetDesc/SparcMCTargetDesc.cpp b/third_party/LLVM/lib/Target/Sparc/MCTargetDesc/SparcMCTargetDesc.cpp
similarity index 100%
rename from src/LLVM/lib/Target/Sparc/MCTargetDesc/SparcMCTargetDesc.cpp
rename to third_party/LLVM/lib/Target/Sparc/MCTargetDesc/SparcMCTargetDesc.cpp
diff --git a/src/LLVM/lib/Target/Sparc/MCTargetDesc/SparcMCTargetDesc.h b/third_party/LLVM/lib/Target/Sparc/MCTargetDesc/SparcMCTargetDesc.h
similarity index 100%
rename from src/LLVM/lib/Target/Sparc/MCTargetDesc/SparcMCTargetDesc.h
rename to third_party/LLVM/lib/Target/Sparc/MCTargetDesc/SparcMCTargetDesc.h
diff --git a/src/LLVM/lib/Target/Sparc/Makefile b/third_party/LLVM/lib/Target/Sparc/Makefile
similarity index 100%
rename from src/LLVM/lib/Target/Sparc/Makefile
rename to third_party/LLVM/lib/Target/Sparc/Makefile
diff --git a/src/LLVM/lib/Target/Sparc/README.txt b/third_party/LLVM/lib/Target/Sparc/README.txt
similarity index 100%
rename from src/LLVM/lib/Target/Sparc/README.txt
rename to third_party/LLVM/lib/Target/Sparc/README.txt
diff --git a/src/LLVM/lib/Target/Sparc/Sparc.h b/third_party/LLVM/lib/Target/Sparc/Sparc.h
similarity index 100%
rename from src/LLVM/lib/Target/Sparc/Sparc.h
rename to third_party/LLVM/lib/Target/Sparc/Sparc.h
diff --git a/src/LLVM/lib/Target/Sparc/Sparc.td b/third_party/LLVM/lib/Target/Sparc/Sparc.td
similarity index 100%
rename from src/LLVM/lib/Target/Sparc/Sparc.td
rename to third_party/LLVM/lib/Target/Sparc/Sparc.td
diff --git a/src/LLVM/lib/Target/Sparc/SparcAsmPrinter.cpp b/third_party/LLVM/lib/Target/Sparc/SparcAsmPrinter.cpp
similarity index 100%
rename from src/LLVM/lib/Target/Sparc/SparcAsmPrinter.cpp
rename to third_party/LLVM/lib/Target/Sparc/SparcAsmPrinter.cpp
diff --git a/src/LLVM/lib/Target/Sparc/SparcCallingConv.td b/third_party/LLVM/lib/Target/Sparc/SparcCallingConv.td
similarity index 100%
rename from src/LLVM/lib/Target/Sparc/SparcCallingConv.td
rename to third_party/LLVM/lib/Target/Sparc/SparcCallingConv.td
diff --git a/src/LLVM/lib/Target/Sparc/SparcFrameLowering.cpp b/third_party/LLVM/lib/Target/Sparc/SparcFrameLowering.cpp
similarity index 100%
rename from src/LLVM/lib/Target/Sparc/SparcFrameLowering.cpp
rename to third_party/LLVM/lib/Target/Sparc/SparcFrameLowering.cpp
diff --git a/src/LLVM/lib/Target/Sparc/SparcFrameLowering.h b/third_party/LLVM/lib/Target/Sparc/SparcFrameLowering.h
similarity index 100%
rename from src/LLVM/lib/Target/Sparc/SparcFrameLowering.h
rename to third_party/LLVM/lib/Target/Sparc/SparcFrameLowering.h
diff --git a/src/LLVM/lib/Target/Sparc/SparcISelDAGToDAG.cpp b/third_party/LLVM/lib/Target/Sparc/SparcISelDAGToDAG.cpp
similarity index 100%
rename from src/LLVM/lib/Target/Sparc/SparcISelDAGToDAG.cpp
rename to third_party/LLVM/lib/Target/Sparc/SparcISelDAGToDAG.cpp
diff --git a/src/LLVM/lib/Target/Sparc/SparcISelLowering.cpp b/third_party/LLVM/lib/Target/Sparc/SparcISelLowering.cpp
similarity index 100%
rename from src/LLVM/lib/Target/Sparc/SparcISelLowering.cpp
rename to third_party/LLVM/lib/Target/Sparc/SparcISelLowering.cpp
diff --git a/src/LLVM/lib/Target/Sparc/SparcISelLowering.h b/third_party/LLVM/lib/Target/Sparc/SparcISelLowering.h
similarity index 100%
rename from src/LLVM/lib/Target/Sparc/SparcISelLowering.h
rename to third_party/LLVM/lib/Target/Sparc/SparcISelLowering.h
diff --git a/src/LLVM/lib/Target/Sparc/SparcInstrFormats.td b/third_party/LLVM/lib/Target/Sparc/SparcInstrFormats.td
similarity index 100%
rename from src/LLVM/lib/Target/Sparc/SparcInstrFormats.td
rename to third_party/LLVM/lib/Target/Sparc/SparcInstrFormats.td
diff --git a/src/LLVM/lib/Target/Sparc/SparcInstrInfo.cpp b/third_party/LLVM/lib/Target/Sparc/SparcInstrInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/Sparc/SparcInstrInfo.cpp
rename to third_party/LLVM/lib/Target/Sparc/SparcInstrInfo.cpp
diff --git a/src/LLVM/lib/Target/Sparc/SparcInstrInfo.h b/third_party/LLVM/lib/Target/Sparc/SparcInstrInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/Sparc/SparcInstrInfo.h
rename to third_party/LLVM/lib/Target/Sparc/SparcInstrInfo.h
diff --git a/src/LLVM/lib/Target/Sparc/SparcInstrInfo.td b/third_party/LLVM/lib/Target/Sparc/SparcInstrInfo.td
similarity index 100%
rename from src/LLVM/lib/Target/Sparc/SparcInstrInfo.td
rename to third_party/LLVM/lib/Target/Sparc/SparcInstrInfo.td
diff --git a/src/LLVM/lib/Target/Sparc/SparcMachineFunctionInfo.h b/third_party/LLVM/lib/Target/Sparc/SparcMachineFunctionInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/Sparc/SparcMachineFunctionInfo.h
rename to third_party/LLVM/lib/Target/Sparc/SparcMachineFunctionInfo.h
diff --git a/src/LLVM/lib/Target/Sparc/SparcRegisterInfo.cpp b/third_party/LLVM/lib/Target/Sparc/SparcRegisterInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/Sparc/SparcRegisterInfo.cpp
rename to third_party/LLVM/lib/Target/Sparc/SparcRegisterInfo.cpp
diff --git a/src/LLVM/lib/Target/Sparc/SparcRegisterInfo.h b/third_party/LLVM/lib/Target/Sparc/SparcRegisterInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/Sparc/SparcRegisterInfo.h
rename to third_party/LLVM/lib/Target/Sparc/SparcRegisterInfo.h
diff --git a/src/LLVM/lib/Target/Sparc/SparcRegisterInfo.td b/third_party/LLVM/lib/Target/Sparc/SparcRegisterInfo.td
similarity index 100%
rename from src/LLVM/lib/Target/Sparc/SparcRegisterInfo.td
rename to third_party/LLVM/lib/Target/Sparc/SparcRegisterInfo.td
diff --git a/src/LLVM/lib/Target/Sparc/SparcSelectionDAGInfo.cpp b/third_party/LLVM/lib/Target/Sparc/SparcSelectionDAGInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/Sparc/SparcSelectionDAGInfo.cpp
rename to third_party/LLVM/lib/Target/Sparc/SparcSelectionDAGInfo.cpp
diff --git a/src/LLVM/lib/Target/Sparc/SparcSelectionDAGInfo.h b/third_party/LLVM/lib/Target/Sparc/SparcSelectionDAGInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/Sparc/SparcSelectionDAGInfo.h
rename to third_party/LLVM/lib/Target/Sparc/SparcSelectionDAGInfo.h
diff --git a/src/LLVM/lib/Target/Sparc/SparcSubtarget.cpp b/third_party/LLVM/lib/Target/Sparc/SparcSubtarget.cpp
similarity index 100%
rename from src/LLVM/lib/Target/Sparc/SparcSubtarget.cpp
rename to third_party/LLVM/lib/Target/Sparc/SparcSubtarget.cpp
diff --git a/src/LLVM/lib/Target/Sparc/SparcSubtarget.h b/third_party/LLVM/lib/Target/Sparc/SparcSubtarget.h
similarity index 100%
rename from src/LLVM/lib/Target/Sparc/SparcSubtarget.h
rename to third_party/LLVM/lib/Target/Sparc/SparcSubtarget.h
diff --git a/src/LLVM/lib/Target/Sparc/SparcTargetMachine.cpp b/third_party/LLVM/lib/Target/Sparc/SparcTargetMachine.cpp
similarity index 100%
rename from src/LLVM/lib/Target/Sparc/SparcTargetMachine.cpp
rename to third_party/LLVM/lib/Target/Sparc/SparcTargetMachine.cpp
diff --git a/src/LLVM/lib/Target/Sparc/SparcTargetMachine.h b/third_party/LLVM/lib/Target/Sparc/SparcTargetMachine.h
similarity index 100%
rename from src/LLVM/lib/Target/Sparc/SparcTargetMachine.h
rename to third_party/LLVM/lib/Target/Sparc/SparcTargetMachine.h
diff --git a/src/LLVM/lib/Target/Sparc/TargetInfo/Makefile b/third_party/LLVM/lib/Target/Sparc/TargetInfo/Makefile
similarity index 100%
rename from src/LLVM/lib/Target/Sparc/TargetInfo/Makefile
rename to third_party/LLVM/lib/Target/Sparc/TargetInfo/Makefile
diff --git a/src/LLVM/lib/Target/Sparc/TargetInfo/SparcTargetInfo.cpp b/third_party/LLVM/lib/Target/Sparc/TargetInfo/SparcTargetInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/Sparc/TargetInfo/SparcTargetInfo.cpp
rename to third_party/LLVM/lib/Target/Sparc/TargetInfo/SparcTargetInfo.cpp
diff --git a/src/LLVM/lib/Target/SystemZ/MCTargetDesc/Makefile b/third_party/LLVM/lib/Target/SystemZ/MCTargetDesc/Makefile
similarity index 100%
rename from src/LLVM/lib/Target/SystemZ/MCTargetDesc/Makefile
rename to third_party/LLVM/lib/Target/SystemZ/MCTargetDesc/Makefile
diff --git a/src/LLVM/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.cpp b/third_party/LLVM/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.cpp
rename to third_party/LLVM/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.cpp
diff --git a/src/LLVM/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.h b/third_party/LLVM/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.h
rename to third_party/LLVM/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.h
diff --git a/src/LLVM/lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.cpp b/third_party/LLVM/lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.cpp
similarity index 100%
rename from src/LLVM/lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.cpp
rename to third_party/LLVM/lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.cpp
diff --git a/src/LLVM/lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.h b/third_party/LLVM/lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.h
similarity index 100%
rename from src/LLVM/lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.h
rename to third_party/LLVM/lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.h
diff --git a/src/LLVM/lib/Target/SystemZ/Makefile b/third_party/LLVM/lib/Target/SystemZ/Makefile
similarity index 100%
rename from src/LLVM/lib/Target/SystemZ/Makefile
rename to third_party/LLVM/lib/Target/SystemZ/Makefile
diff --git a/src/LLVM/lib/Target/SystemZ/SystemZ.h b/third_party/LLVM/lib/Target/SystemZ/SystemZ.h
similarity index 100%
rename from src/LLVM/lib/Target/SystemZ/SystemZ.h
rename to third_party/LLVM/lib/Target/SystemZ/SystemZ.h
diff --git a/src/LLVM/lib/Target/SystemZ/SystemZ.td b/third_party/LLVM/lib/Target/SystemZ/SystemZ.td
similarity index 100%
rename from src/LLVM/lib/Target/SystemZ/SystemZ.td
rename to third_party/LLVM/lib/Target/SystemZ/SystemZ.td
diff --git a/src/LLVM/lib/Target/SystemZ/SystemZAsmPrinter.cpp b/third_party/LLVM/lib/Target/SystemZ/SystemZAsmPrinter.cpp
similarity index 100%
rename from src/LLVM/lib/Target/SystemZ/SystemZAsmPrinter.cpp
rename to third_party/LLVM/lib/Target/SystemZ/SystemZAsmPrinter.cpp
diff --git a/src/LLVM/lib/Target/SystemZ/SystemZCallingConv.td b/third_party/LLVM/lib/Target/SystemZ/SystemZCallingConv.td
similarity index 100%
rename from src/LLVM/lib/Target/SystemZ/SystemZCallingConv.td
rename to third_party/LLVM/lib/Target/SystemZ/SystemZCallingConv.td
diff --git a/src/LLVM/lib/Target/SystemZ/SystemZFrameLowering.cpp b/third_party/LLVM/lib/Target/SystemZ/SystemZFrameLowering.cpp
similarity index 100%
rename from src/LLVM/lib/Target/SystemZ/SystemZFrameLowering.cpp
rename to third_party/LLVM/lib/Target/SystemZ/SystemZFrameLowering.cpp
diff --git a/src/LLVM/lib/Target/SystemZ/SystemZFrameLowering.h b/third_party/LLVM/lib/Target/SystemZ/SystemZFrameLowering.h
similarity index 100%
rename from src/LLVM/lib/Target/SystemZ/SystemZFrameLowering.h
rename to third_party/LLVM/lib/Target/SystemZ/SystemZFrameLowering.h
diff --git a/src/LLVM/lib/Target/SystemZ/SystemZISelDAGToDAG.cpp b/third_party/LLVM/lib/Target/SystemZ/SystemZISelDAGToDAG.cpp
similarity index 100%
rename from src/LLVM/lib/Target/SystemZ/SystemZISelDAGToDAG.cpp
rename to third_party/LLVM/lib/Target/SystemZ/SystemZISelDAGToDAG.cpp
diff --git a/src/LLVM/lib/Target/SystemZ/SystemZISelLowering.cpp b/third_party/LLVM/lib/Target/SystemZ/SystemZISelLowering.cpp
similarity index 100%
rename from src/LLVM/lib/Target/SystemZ/SystemZISelLowering.cpp
rename to third_party/LLVM/lib/Target/SystemZ/SystemZISelLowering.cpp
diff --git a/src/LLVM/lib/Target/SystemZ/SystemZISelLowering.h b/third_party/LLVM/lib/Target/SystemZ/SystemZISelLowering.h
similarity index 100%
rename from src/LLVM/lib/Target/SystemZ/SystemZISelLowering.h
rename to third_party/LLVM/lib/Target/SystemZ/SystemZISelLowering.h
diff --git a/src/LLVM/lib/Target/SystemZ/SystemZInstrBuilder.h b/third_party/LLVM/lib/Target/SystemZ/SystemZInstrBuilder.h
similarity index 100%
rename from src/LLVM/lib/Target/SystemZ/SystemZInstrBuilder.h
rename to third_party/LLVM/lib/Target/SystemZ/SystemZInstrBuilder.h
diff --git a/src/LLVM/lib/Target/SystemZ/SystemZInstrFP.td b/third_party/LLVM/lib/Target/SystemZ/SystemZInstrFP.td
similarity index 100%
rename from src/LLVM/lib/Target/SystemZ/SystemZInstrFP.td
rename to third_party/LLVM/lib/Target/SystemZ/SystemZInstrFP.td
diff --git a/src/LLVM/lib/Target/SystemZ/SystemZInstrFormats.td b/third_party/LLVM/lib/Target/SystemZ/SystemZInstrFormats.td
similarity index 100%
rename from src/LLVM/lib/Target/SystemZ/SystemZInstrFormats.td
rename to third_party/LLVM/lib/Target/SystemZ/SystemZInstrFormats.td
diff --git a/src/LLVM/lib/Target/SystemZ/SystemZInstrInfo.cpp b/third_party/LLVM/lib/Target/SystemZ/SystemZInstrInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/SystemZ/SystemZInstrInfo.cpp
rename to third_party/LLVM/lib/Target/SystemZ/SystemZInstrInfo.cpp
diff --git a/src/LLVM/lib/Target/SystemZ/SystemZInstrInfo.h b/third_party/LLVM/lib/Target/SystemZ/SystemZInstrInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/SystemZ/SystemZInstrInfo.h
rename to third_party/LLVM/lib/Target/SystemZ/SystemZInstrInfo.h
diff --git a/src/LLVM/lib/Target/SystemZ/SystemZInstrInfo.td b/third_party/LLVM/lib/Target/SystemZ/SystemZInstrInfo.td
similarity index 100%
rename from src/LLVM/lib/Target/SystemZ/SystemZInstrInfo.td
rename to third_party/LLVM/lib/Target/SystemZ/SystemZInstrInfo.td
diff --git a/src/LLVM/lib/Target/SystemZ/SystemZMachineFunctionInfo.h b/third_party/LLVM/lib/Target/SystemZ/SystemZMachineFunctionInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/SystemZ/SystemZMachineFunctionInfo.h
rename to third_party/LLVM/lib/Target/SystemZ/SystemZMachineFunctionInfo.h
diff --git a/src/LLVM/lib/Target/SystemZ/SystemZOperands.td b/third_party/LLVM/lib/Target/SystemZ/SystemZOperands.td
similarity index 100%
rename from src/LLVM/lib/Target/SystemZ/SystemZOperands.td
rename to third_party/LLVM/lib/Target/SystemZ/SystemZOperands.td
diff --git a/src/LLVM/lib/Target/SystemZ/SystemZRegisterInfo.cpp b/third_party/LLVM/lib/Target/SystemZ/SystemZRegisterInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/SystemZ/SystemZRegisterInfo.cpp
rename to third_party/LLVM/lib/Target/SystemZ/SystemZRegisterInfo.cpp
diff --git a/src/LLVM/lib/Target/SystemZ/SystemZRegisterInfo.h b/third_party/LLVM/lib/Target/SystemZ/SystemZRegisterInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/SystemZ/SystemZRegisterInfo.h
rename to third_party/LLVM/lib/Target/SystemZ/SystemZRegisterInfo.h
diff --git a/src/LLVM/lib/Target/SystemZ/SystemZRegisterInfo.td b/third_party/LLVM/lib/Target/SystemZ/SystemZRegisterInfo.td
similarity index 100%
rename from src/LLVM/lib/Target/SystemZ/SystemZRegisterInfo.td
rename to third_party/LLVM/lib/Target/SystemZ/SystemZRegisterInfo.td
diff --git a/src/LLVM/lib/Target/SystemZ/SystemZSelectionDAGInfo.cpp b/third_party/LLVM/lib/Target/SystemZ/SystemZSelectionDAGInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/SystemZ/SystemZSelectionDAGInfo.cpp
rename to third_party/LLVM/lib/Target/SystemZ/SystemZSelectionDAGInfo.cpp
diff --git a/src/LLVM/lib/Target/SystemZ/SystemZSelectionDAGInfo.h b/third_party/LLVM/lib/Target/SystemZ/SystemZSelectionDAGInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/SystemZ/SystemZSelectionDAGInfo.h
rename to third_party/LLVM/lib/Target/SystemZ/SystemZSelectionDAGInfo.h
diff --git a/src/LLVM/lib/Target/SystemZ/SystemZSubtarget.cpp b/third_party/LLVM/lib/Target/SystemZ/SystemZSubtarget.cpp
similarity index 100%
rename from src/LLVM/lib/Target/SystemZ/SystemZSubtarget.cpp
rename to third_party/LLVM/lib/Target/SystemZ/SystemZSubtarget.cpp
diff --git a/src/LLVM/lib/Target/SystemZ/SystemZSubtarget.h b/third_party/LLVM/lib/Target/SystemZ/SystemZSubtarget.h
similarity index 100%
rename from src/LLVM/lib/Target/SystemZ/SystemZSubtarget.h
rename to third_party/LLVM/lib/Target/SystemZ/SystemZSubtarget.h
diff --git a/src/LLVM/lib/Target/SystemZ/SystemZTargetMachine.cpp b/third_party/LLVM/lib/Target/SystemZ/SystemZTargetMachine.cpp
similarity index 100%
rename from src/LLVM/lib/Target/SystemZ/SystemZTargetMachine.cpp
rename to third_party/LLVM/lib/Target/SystemZ/SystemZTargetMachine.cpp
diff --git a/src/LLVM/lib/Target/SystemZ/SystemZTargetMachine.h b/third_party/LLVM/lib/Target/SystemZ/SystemZTargetMachine.h
similarity index 100%
rename from src/LLVM/lib/Target/SystemZ/SystemZTargetMachine.h
rename to third_party/LLVM/lib/Target/SystemZ/SystemZTargetMachine.h
diff --git a/src/LLVM/lib/Target/SystemZ/TargetInfo/Makefile b/third_party/LLVM/lib/Target/SystemZ/TargetInfo/Makefile
similarity index 100%
rename from src/LLVM/lib/Target/SystemZ/TargetInfo/Makefile
rename to third_party/LLVM/lib/Target/SystemZ/TargetInfo/Makefile
diff --git a/src/LLVM/lib/Target/SystemZ/TargetInfo/SystemZTargetInfo.cpp b/third_party/LLVM/lib/Target/SystemZ/TargetInfo/SystemZTargetInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/SystemZ/TargetInfo/SystemZTargetInfo.cpp
rename to third_party/LLVM/lib/Target/SystemZ/TargetInfo/SystemZTargetInfo.cpp
diff --git a/src/LLVM/lib/Target/Target.cpp b/third_party/LLVM/lib/Target/Target.cpp
similarity index 100%
rename from src/LLVM/lib/Target/Target.cpp
rename to third_party/LLVM/lib/Target/Target.cpp
diff --git a/src/LLVM/lib/Target/TargetData.cpp b/third_party/LLVM/lib/Target/TargetData.cpp
similarity index 100%
rename from src/LLVM/lib/Target/TargetData.cpp
rename to third_party/LLVM/lib/Target/TargetData.cpp
diff --git a/src/LLVM/lib/Target/TargetELFWriterInfo.cpp b/third_party/LLVM/lib/Target/TargetELFWriterInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/TargetELFWriterInfo.cpp
rename to third_party/LLVM/lib/Target/TargetELFWriterInfo.cpp
diff --git a/src/LLVM/lib/Target/TargetFrameLowering.cpp b/third_party/LLVM/lib/Target/TargetFrameLowering.cpp
similarity index 100%
rename from src/LLVM/lib/Target/TargetFrameLowering.cpp
rename to third_party/LLVM/lib/Target/TargetFrameLowering.cpp
diff --git a/src/LLVM/lib/Target/TargetInstrInfo.cpp b/third_party/LLVM/lib/Target/TargetInstrInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/TargetInstrInfo.cpp
rename to third_party/LLVM/lib/Target/TargetInstrInfo.cpp
diff --git a/src/LLVM/lib/Target/TargetIntrinsicInfo.cpp b/third_party/LLVM/lib/Target/TargetIntrinsicInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/TargetIntrinsicInfo.cpp
rename to third_party/LLVM/lib/Target/TargetIntrinsicInfo.cpp
diff --git a/src/LLVM/lib/Target/TargetLibraryInfo.cpp b/third_party/LLVM/lib/Target/TargetLibraryInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/TargetLibraryInfo.cpp
rename to third_party/LLVM/lib/Target/TargetLibraryInfo.cpp
diff --git a/src/LLVM/lib/Target/TargetLoweringObjectFile.cpp b/third_party/LLVM/lib/Target/TargetLoweringObjectFile.cpp
similarity index 100%
rename from src/LLVM/lib/Target/TargetLoweringObjectFile.cpp
rename to third_party/LLVM/lib/Target/TargetLoweringObjectFile.cpp
diff --git a/src/LLVM/lib/Target/TargetMachine.cpp b/third_party/LLVM/lib/Target/TargetMachine.cpp
similarity index 100%
rename from src/LLVM/lib/Target/TargetMachine.cpp
rename to third_party/LLVM/lib/Target/TargetMachine.cpp
diff --git a/src/LLVM/lib/Target/TargetRegisterInfo.cpp b/third_party/LLVM/lib/Target/TargetRegisterInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/TargetRegisterInfo.cpp
rename to third_party/LLVM/lib/Target/TargetRegisterInfo.cpp
diff --git a/src/LLVM/lib/Target/TargetSubtargetInfo.cpp b/third_party/LLVM/lib/Target/TargetSubtargetInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/TargetSubtargetInfo.cpp
rename to third_party/LLVM/lib/Target/TargetSubtargetInfo.cpp
diff --git a/src/LLVM/lib/Target/X86/AsmParser/INSTALL.vcxproj.filters b/third_party/LLVM/lib/Target/X86/AsmParser/INSTALL.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/Target/X86/AsmParser/INSTALL.vcxproj.filters
rename to third_party/LLVM/lib/Target/X86/AsmParser/INSTALL.vcxproj.filters
diff --git a/src/LLVM/lib/Target/X86/AsmParser/LLVMX86AsmParser.vcxproj b/third_party/LLVM/lib/Target/X86/AsmParser/LLVMX86AsmParser.vcxproj
similarity index 100%
rename from src/LLVM/lib/Target/X86/AsmParser/LLVMX86AsmParser.vcxproj
rename to third_party/LLVM/lib/Target/X86/AsmParser/LLVMX86AsmParser.vcxproj
diff --git a/src/LLVM/lib/Target/X86/AsmParser/LLVMX86AsmParser.vcxproj.filters b/third_party/LLVM/lib/Target/X86/AsmParser/LLVMX86AsmParser.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/Target/X86/AsmParser/LLVMX86AsmParser.vcxproj.filters
rename to third_party/LLVM/lib/Target/X86/AsmParser/LLVMX86AsmParser.vcxproj.filters
diff --git a/src/LLVM/lib/Target/X86/AsmParser/Makefile b/third_party/LLVM/lib/Target/X86/AsmParser/Makefile
similarity index 100%
rename from src/LLVM/lib/Target/X86/AsmParser/Makefile
rename to third_party/LLVM/lib/Target/X86/AsmParser/Makefile
diff --git a/src/LLVM/lib/Target/X86/AsmParser/PACKAGE.vcxproj.filters b/third_party/LLVM/lib/Target/X86/AsmParser/PACKAGE.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/Target/X86/AsmParser/PACKAGE.vcxproj.filters
rename to third_party/LLVM/lib/Target/X86/AsmParser/PACKAGE.vcxproj.filters
diff --git a/src/LLVM/lib/Target/X86/AsmParser/X86AsmLexer.cpp b/third_party/LLVM/lib/Target/X86/AsmParser/X86AsmLexer.cpp
similarity index 100%
rename from src/LLVM/lib/Target/X86/AsmParser/X86AsmLexer.cpp
rename to third_party/LLVM/lib/Target/X86/AsmParser/X86AsmLexer.cpp
diff --git a/src/LLVM/lib/Target/X86/AsmParser/X86AsmParser.cpp b/third_party/LLVM/lib/Target/X86/AsmParser/X86AsmParser.cpp
similarity index 100%
rename from src/LLVM/lib/Target/X86/AsmParser/X86AsmParser.cpp
rename to third_party/LLVM/lib/Target/X86/AsmParser/X86AsmParser.cpp
diff --git a/src/LLVM/lib/Target/X86/Disassembler/INSTALL.vcxproj.filters b/third_party/LLVM/lib/Target/X86/Disassembler/INSTALL.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/Target/X86/Disassembler/INSTALL.vcxproj.filters
rename to third_party/LLVM/lib/Target/X86/Disassembler/INSTALL.vcxproj.filters
diff --git a/src/LLVM/lib/Target/X86/Disassembler/LLVMX86Disassembler.vcxproj b/third_party/LLVM/lib/Target/X86/Disassembler/LLVMX86Disassembler.vcxproj
similarity index 100%
rename from src/LLVM/lib/Target/X86/Disassembler/LLVMX86Disassembler.vcxproj
rename to third_party/LLVM/lib/Target/X86/Disassembler/LLVMX86Disassembler.vcxproj
diff --git a/src/LLVM/lib/Target/X86/Disassembler/LLVMX86Disassembler.vcxproj.filters b/third_party/LLVM/lib/Target/X86/Disassembler/LLVMX86Disassembler.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/Target/X86/Disassembler/LLVMX86Disassembler.vcxproj.filters
rename to third_party/LLVM/lib/Target/X86/Disassembler/LLVMX86Disassembler.vcxproj.filters
diff --git a/src/LLVM/lib/Target/X86/Disassembler/Makefile b/third_party/LLVM/lib/Target/X86/Disassembler/Makefile
similarity index 100%
rename from src/LLVM/lib/Target/X86/Disassembler/Makefile
rename to third_party/LLVM/lib/Target/X86/Disassembler/Makefile
diff --git a/src/LLVM/lib/Target/X86/Disassembler/PACKAGE.vcxproj.filters b/third_party/LLVM/lib/Target/X86/Disassembler/PACKAGE.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/Target/X86/Disassembler/PACKAGE.vcxproj.filters
rename to third_party/LLVM/lib/Target/X86/Disassembler/PACKAGE.vcxproj.filters
diff --git a/src/LLVM/lib/Target/X86/Disassembler/X86Disassembler.cpp b/third_party/LLVM/lib/Target/X86/Disassembler/X86Disassembler.cpp
similarity index 100%
rename from src/LLVM/lib/Target/X86/Disassembler/X86Disassembler.cpp
rename to third_party/LLVM/lib/Target/X86/Disassembler/X86Disassembler.cpp
diff --git a/src/LLVM/lib/Target/X86/Disassembler/X86Disassembler.h b/third_party/LLVM/lib/Target/X86/Disassembler/X86Disassembler.h
similarity index 100%
rename from src/LLVM/lib/Target/X86/Disassembler/X86Disassembler.h
rename to third_party/LLVM/lib/Target/X86/Disassembler/X86Disassembler.h
diff --git a/src/LLVM/lib/Target/X86/Disassembler/X86DisassemblerDecoder.c b/third_party/LLVM/lib/Target/X86/Disassembler/X86DisassemblerDecoder.c
similarity index 100%
rename from src/LLVM/lib/Target/X86/Disassembler/X86DisassemblerDecoder.c
rename to third_party/LLVM/lib/Target/X86/Disassembler/X86DisassemblerDecoder.c
diff --git a/src/LLVM/lib/Target/X86/Disassembler/X86DisassemblerDecoder.h b/third_party/LLVM/lib/Target/X86/Disassembler/X86DisassemblerDecoder.h
similarity index 100%
rename from src/LLVM/lib/Target/X86/Disassembler/X86DisassemblerDecoder.h
rename to third_party/LLVM/lib/Target/X86/Disassembler/X86DisassemblerDecoder.h
diff --git a/src/LLVM/lib/Target/X86/Disassembler/X86DisassemblerDecoderCommon.h b/third_party/LLVM/lib/Target/X86/Disassembler/X86DisassemblerDecoderCommon.h
similarity index 100%
rename from src/LLVM/lib/Target/X86/Disassembler/X86DisassemblerDecoderCommon.h
rename to third_party/LLVM/lib/Target/X86/Disassembler/X86DisassemblerDecoderCommon.h
diff --git a/src/LLVM/lib/Target/X86/INSTALL.vcxproj.filters b/third_party/LLVM/lib/Target/X86/INSTALL.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/Target/X86/INSTALL.vcxproj.filters
rename to third_party/LLVM/lib/Target/X86/INSTALL.vcxproj.filters
diff --git a/src/LLVM/lib/Target/X86/InstPrinter/INSTALL.vcxproj.filters b/third_party/LLVM/lib/Target/X86/InstPrinter/INSTALL.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/Target/X86/InstPrinter/INSTALL.vcxproj.filters
rename to third_party/LLVM/lib/Target/X86/InstPrinter/INSTALL.vcxproj.filters
diff --git a/src/LLVM/lib/Target/X86/InstPrinter/LLVMX86AsmPrinter.vcxproj b/third_party/LLVM/lib/Target/X86/InstPrinter/LLVMX86AsmPrinter.vcxproj
similarity index 100%
rename from src/LLVM/lib/Target/X86/InstPrinter/LLVMX86AsmPrinter.vcxproj
rename to third_party/LLVM/lib/Target/X86/InstPrinter/LLVMX86AsmPrinter.vcxproj
diff --git a/src/LLVM/lib/Target/X86/InstPrinter/LLVMX86AsmPrinter.vcxproj.filters b/third_party/LLVM/lib/Target/X86/InstPrinter/LLVMX86AsmPrinter.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/Target/X86/InstPrinter/LLVMX86AsmPrinter.vcxproj.filters
rename to third_party/LLVM/lib/Target/X86/InstPrinter/LLVMX86AsmPrinter.vcxproj.filters
diff --git a/src/LLVM/lib/Target/X86/InstPrinter/Makefile b/third_party/LLVM/lib/Target/X86/InstPrinter/Makefile
similarity index 100%
rename from src/LLVM/lib/Target/X86/InstPrinter/Makefile
rename to third_party/LLVM/lib/Target/X86/InstPrinter/Makefile
diff --git a/src/LLVM/lib/Target/X86/InstPrinter/PACKAGE.vcxproj.filters b/third_party/LLVM/lib/Target/X86/InstPrinter/PACKAGE.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/Target/X86/InstPrinter/PACKAGE.vcxproj.filters
rename to third_party/LLVM/lib/Target/X86/InstPrinter/PACKAGE.vcxproj.filters
diff --git a/src/LLVM/lib/Target/X86/InstPrinter/X86ATTInstPrinter.cpp b/third_party/LLVM/lib/Target/X86/InstPrinter/X86ATTInstPrinter.cpp
similarity index 100%
rename from src/LLVM/lib/Target/X86/InstPrinter/X86ATTInstPrinter.cpp
rename to third_party/LLVM/lib/Target/X86/InstPrinter/X86ATTInstPrinter.cpp
diff --git a/src/LLVM/lib/Target/X86/InstPrinter/X86ATTInstPrinter.h b/third_party/LLVM/lib/Target/X86/InstPrinter/X86ATTInstPrinter.h
similarity index 100%
rename from src/LLVM/lib/Target/X86/InstPrinter/X86ATTInstPrinter.h
rename to third_party/LLVM/lib/Target/X86/InstPrinter/X86ATTInstPrinter.h
diff --git a/src/LLVM/lib/Target/X86/InstPrinter/X86InstComments.cpp b/third_party/LLVM/lib/Target/X86/InstPrinter/X86InstComments.cpp
similarity index 100%
rename from src/LLVM/lib/Target/X86/InstPrinter/X86InstComments.cpp
rename to third_party/LLVM/lib/Target/X86/InstPrinter/X86InstComments.cpp
diff --git a/src/LLVM/lib/Target/X86/InstPrinter/X86InstComments.h b/third_party/LLVM/lib/Target/X86/InstPrinter/X86InstComments.h
similarity index 100%
rename from src/LLVM/lib/Target/X86/InstPrinter/X86InstComments.h
rename to third_party/LLVM/lib/Target/X86/InstPrinter/X86InstComments.h
diff --git a/src/LLVM/lib/Target/X86/InstPrinter/X86IntelInstPrinter.cpp b/third_party/LLVM/lib/Target/X86/InstPrinter/X86IntelInstPrinter.cpp
similarity index 100%
rename from src/LLVM/lib/Target/X86/InstPrinter/X86IntelInstPrinter.cpp
rename to third_party/LLVM/lib/Target/X86/InstPrinter/X86IntelInstPrinter.cpp
diff --git a/src/LLVM/lib/Target/X86/InstPrinter/X86IntelInstPrinter.h b/third_party/LLVM/lib/Target/X86/InstPrinter/X86IntelInstPrinter.h
similarity index 100%
rename from src/LLVM/lib/Target/X86/InstPrinter/X86IntelInstPrinter.h
rename to third_party/LLVM/lib/Target/X86/InstPrinter/X86IntelInstPrinter.h
diff --git a/src/LLVM/lib/Target/X86/LLVMX86CodeGen.vcxproj b/third_party/LLVM/lib/Target/X86/LLVMX86CodeGen.vcxproj
similarity index 100%
rename from src/LLVM/lib/Target/X86/LLVMX86CodeGen.vcxproj
rename to third_party/LLVM/lib/Target/X86/LLVMX86CodeGen.vcxproj
diff --git a/src/LLVM/lib/Target/X86/LLVMX86CodeGen.vcxproj.filters b/third_party/LLVM/lib/Target/X86/LLVMX86CodeGen.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/Target/X86/LLVMX86CodeGen.vcxproj.filters
rename to third_party/LLVM/lib/Target/X86/LLVMX86CodeGen.vcxproj.filters
diff --git a/src/LLVM/lib/Target/X86/MCTargetDesc/INSTALL.vcxproj.filters b/third_party/LLVM/lib/Target/X86/MCTargetDesc/INSTALL.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/Target/X86/MCTargetDesc/INSTALL.vcxproj.filters
rename to third_party/LLVM/lib/Target/X86/MCTargetDesc/INSTALL.vcxproj.filters
diff --git a/src/LLVM/lib/Target/X86/MCTargetDesc/LLVMX86Desc.vcxproj b/third_party/LLVM/lib/Target/X86/MCTargetDesc/LLVMX86Desc.vcxproj
similarity index 100%
rename from src/LLVM/lib/Target/X86/MCTargetDesc/LLVMX86Desc.vcxproj
rename to third_party/LLVM/lib/Target/X86/MCTargetDesc/LLVMX86Desc.vcxproj
diff --git a/src/LLVM/lib/Target/X86/MCTargetDesc/LLVMX86Desc.vcxproj.filters b/third_party/LLVM/lib/Target/X86/MCTargetDesc/LLVMX86Desc.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/Target/X86/MCTargetDesc/LLVMX86Desc.vcxproj.filters
rename to third_party/LLVM/lib/Target/X86/MCTargetDesc/LLVMX86Desc.vcxproj.filters
diff --git a/src/LLVM/lib/Target/X86/MCTargetDesc/Makefile b/third_party/LLVM/lib/Target/X86/MCTargetDesc/Makefile
similarity index 100%
rename from src/LLVM/lib/Target/X86/MCTargetDesc/Makefile
rename to third_party/LLVM/lib/Target/X86/MCTargetDesc/Makefile
diff --git a/src/LLVM/lib/Target/X86/MCTargetDesc/PACKAGE.vcxproj.filters b/third_party/LLVM/lib/Target/X86/MCTargetDesc/PACKAGE.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/Target/X86/MCTargetDesc/PACKAGE.vcxproj.filters
rename to third_party/LLVM/lib/Target/X86/MCTargetDesc/PACKAGE.vcxproj.filters
diff --git a/src/LLVM/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp b/third_party/LLVM/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp
similarity index 100%
rename from src/LLVM/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp
rename to third_party/LLVM/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp
diff --git a/src/LLVM/lib/Target/X86/MCTargetDesc/X86BaseInfo.h b/third_party/LLVM/lib/Target/X86/MCTargetDesc/X86BaseInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/X86/MCTargetDesc/X86BaseInfo.h
rename to third_party/LLVM/lib/Target/X86/MCTargetDesc/X86BaseInfo.h
diff --git a/src/LLVM/lib/Target/X86/MCTargetDesc/X86FixupKinds.h b/third_party/LLVM/lib/Target/X86/MCTargetDesc/X86FixupKinds.h
similarity index 100%
rename from src/LLVM/lib/Target/X86/MCTargetDesc/X86FixupKinds.h
rename to third_party/LLVM/lib/Target/X86/MCTargetDesc/X86FixupKinds.h
diff --git a/src/LLVM/lib/Target/X86/MCTargetDesc/X86MCAsmInfo.cpp b/third_party/LLVM/lib/Target/X86/MCTargetDesc/X86MCAsmInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/X86/MCTargetDesc/X86MCAsmInfo.cpp
rename to third_party/LLVM/lib/Target/X86/MCTargetDesc/X86MCAsmInfo.cpp
diff --git a/src/LLVM/lib/Target/X86/MCTargetDesc/X86MCAsmInfo.h b/third_party/LLVM/lib/Target/X86/MCTargetDesc/X86MCAsmInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/X86/MCTargetDesc/X86MCAsmInfo.h
rename to third_party/LLVM/lib/Target/X86/MCTargetDesc/X86MCAsmInfo.h
diff --git a/src/LLVM/lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp b/third_party/LLVM/lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp
similarity index 100%
rename from src/LLVM/lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp
rename to third_party/LLVM/lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp
diff --git a/src/LLVM/lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp b/third_party/LLVM/lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp
similarity index 100%
rename from src/LLVM/lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp
rename to third_party/LLVM/lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp
diff --git a/src/LLVM/lib/Target/X86/MCTargetDesc/X86MCTargetDesc.h b/third_party/LLVM/lib/Target/X86/MCTargetDesc/X86MCTargetDesc.h
similarity index 100%
rename from src/LLVM/lib/Target/X86/MCTargetDesc/X86MCTargetDesc.h
rename to third_party/LLVM/lib/Target/X86/MCTargetDesc/X86MCTargetDesc.h
diff --git a/src/LLVM/lib/Target/X86/MCTargetDesc/X86MachObjectWriter.cpp b/third_party/LLVM/lib/Target/X86/MCTargetDesc/X86MachObjectWriter.cpp
similarity index 100%
rename from src/LLVM/lib/Target/X86/MCTargetDesc/X86MachObjectWriter.cpp
rename to third_party/LLVM/lib/Target/X86/MCTargetDesc/X86MachObjectWriter.cpp
diff --git a/src/LLVM/lib/Target/X86/Makefile b/third_party/LLVM/lib/Target/X86/Makefile
similarity index 100%
rename from src/LLVM/lib/Target/X86/Makefile
rename to third_party/LLVM/lib/Target/X86/Makefile
diff --git a/src/LLVM/lib/Target/X86/PACKAGE.vcxproj.filters b/third_party/LLVM/lib/Target/X86/PACKAGE.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/Target/X86/PACKAGE.vcxproj.filters
rename to third_party/LLVM/lib/Target/X86/PACKAGE.vcxproj.filters
diff --git a/src/LLVM/lib/Target/X86/README-FPStack.txt b/third_party/LLVM/lib/Target/X86/README-FPStack.txt
similarity index 100%
rename from src/LLVM/lib/Target/X86/README-FPStack.txt
rename to third_party/LLVM/lib/Target/X86/README-FPStack.txt
diff --git a/src/LLVM/lib/Target/X86/README-MMX.txt b/third_party/LLVM/lib/Target/X86/README-MMX.txt
similarity index 100%
rename from src/LLVM/lib/Target/X86/README-MMX.txt
rename to third_party/LLVM/lib/Target/X86/README-MMX.txt
diff --git a/src/LLVM/lib/Target/X86/README-SSE.txt b/third_party/LLVM/lib/Target/X86/README-SSE.txt
similarity index 100%
rename from src/LLVM/lib/Target/X86/README-SSE.txt
rename to third_party/LLVM/lib/Target/X86/README-SSE.txt
diff --git a/src/LLVM/lib/Target/X86/README-UNIMPLEMENTED.txt b/third_party/LLVM/lib/Target/X86/README-UNIMPLEMENTED.txt
similarity index 100%
rename from src/LLVM/lib/Target/X86/README-UNIMPLEMENTED.txt
rename to third_party/LLVM/lib/Target/X86/README-UNIMPLEMENTED.txt
diff --git a/src/LLVM/lib/Target/X86/README-X86-64.txt b/third_party/LLVM/lib/Target/X86/README-X86-64.txt
similarity index 100%
rename from src/LLVM/lib/Target/X86/README-X86-64.txt
rename to third_party/LLVM/lib/Target/X86/README-X86-64.txt
diff --git a/src/LLVM/lib/Target/X86/README.txt b/third_party/LLVM/lib/Target/X86/README.txt
similarity index 100%
rename from src/LLVM/lib/Target/X86/README.txt
rename to third_party/LLVM/lib/Target/X86/README.txt
diff --git a/src/LLVM/lib/Target/X86/TargetInfo/INSTALL.vcxproj.filters b/third_party/LLVM/lib/Target/X86/TargetInfo/INSTALL.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/Target/X86/TargetInfo/INSTALL.vcxproj.filters
rename to third_party/LLVM/lib/Target/X86/TargetInfo/INSTALL.vcxproj.filters
diff --git a/src/LLVM/lib/Target/X86/TargetInfo/LLVMX86Info.vcxproj b/third_party/LLVM/lib/Target/X86/TargetInfo/LLVMX86Info.vcxproj
similarity index 100%
rename from src/LLVM/lib/Target/X86/TargetInfo/LLVMX86Info.vcxproj
rename to third_party/LLVM/lib/Target/X86/TargetInfo/LLVMX86Info.vcxproj
diff --git a/src/LLVM/lib/Target/X86/TargetInfo/LLVMX86Info.vcxproj.filters b/third_party/LLVM/lib/Target/X86/TargetInfo/LLVMX86Info.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/Target/X86/TargetInfo/LLVMX86Info.vcxproj.filters
rename to third_party/LLVM/lib/Target/X86/TargetInfo/LLVMX86Info.vcxproj.filters
diff --git a/src/LLVM/lib/Target/X86/TargetInfo/Makefile b/third_party/LLVM/lib/Target/X86/TargetInfo/Makefile
similarity index 100%
rename from src/LLVM/lib/Target/X86/TargetInfo/Makefile
rename to third_party/LLVM/lib/Target/X86/TargetInfo/Makefile
diff --git a/src/LLVM/lib/Target/X86/TargetInfo/PACKAGE.vcxproj.filters b/third_party/LLVM/lib/Target/X86/TargetInfo/PACKAGE.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/Target/X86/TargetInfo/PACKAGE.vcxproj.filters
rename to third_party/LLVM/lib/Target/X86/TargetInfo/PACKAGE.vcxproj.filters
diff --git a/src/LLVM/lib/Target/X86/TargetInfo/X86TargetInfo.cpp b/third_party/LLVM/lib/Target/X86/TargetInfo/X86TargetInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/X86/TargetInfo/X86TargetInfo.cpp
rename to third_party/LLVM/lib/Target/X86/TargetInfo/X86TargetInfo.cpp
diff --git a/src/LLVM/lib/Target/X86/Utils/INSTALL.vcxproj.filters b/third_party/LLVM/lib/Target/X86/Utils/INSTALL.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/Target/X86/Utils/INSTALL.vcxproj.filters
rename to third_party/LLVM/lib/Target/X86/Utils/INSTALL.vcxproj.filters
diff --git a/src/LLVM/lib/Target/X86/Utils/LLVMX86Utils.vcxproj b/third_party/LLVM/lib/Target/X86/Utils/LLVMX86Utils.vcxproj
similarity index 100%
rename from src/LLVM/lib/Target/X86/Utils/LLVMX86Utils.vcxproj
rename to third_party/LLVM/lib/Target/X86/Utils/LLVMX86Utils.vcxproj
diff --git a/src/LLVM/lib/Target/X86/Utils/LLVMX86Utils.vcxproj.filters b/third_party/LLVM/lib/Target/X86/Utils/LLVMX86Utils.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/Target/X86/Utils/LLVMX86Utils.vcxproj.filters
rename to third_party/LLVM/lib/Target/X86/Utils/LLVMX86Utils.vcxproj.filters
diff --git a/src/LLVM/lib/Target/X86/Utils/Makefile b/third_party/LLVM/lib/Target/X86/Utils/Makefile
similarity index 100%
rename from src/LLVM/lib/Target/X86/Utils/Makefile
rename to third_party/LLVM/lib/Target/X86/Utils/Makefile
diff --git a/src/LLVM/lib/Target/X86/Utils/PACKAGE.vcxproj.filters b/third_party/LLVM/lib/Target/X86/Utils/PACKAGE.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/Target/X86/Utils/PACKAGE.vcxproj.filters
rename to third_party/LLVM/lib/Target/X86/Utils/PACKAGE.vcxproj.filters
diff --git a/src/LLVM/lib/Target/X86/Utils/X86ShuffleDecode.cpp b/third_party/LLVM/lib/Target/X86/Utils/X86ShuffleDecode.cpp
similarity index 100%
rename from src/LLVM/lib/Target/X86/Utils/X86ShuffleDecode.cpp
rename to third_party/LLVM/lib/Target/X86/Utils/X86ShuffleDecode.cpp
diff --git a/src/LLVM/lib/Target/X86/Utils/X86ShuffleDecode.h b/third_party/LLVM/lib/Target/X86/Utils/X86ShuffleDecode.h
similarity index 100%
rename from src/LLVM/lib/Target/X86/Utils/X86ShuffleDecode.h
rename to third_party/LLVM/lib/Target/X86/Utils/X86ShuffleDecode.h
diff --git a/src/LLVM/lib/Target/X86/X86.h b/third_party/LLVM/lib/Target/X86/X86.h
similarity index 100%
rename from src/LLVM/lib/Target/X86/X86.h
rename to third_party/LLVM/lib/Target/X86/X86.h
diff --git a/src/LLVM/lib/Target/X86/X86.td b/third_party/LLVM/lib/Target/X86/X86.td
similarity index 100%
rename from src/LLVM/lib/Target/X86/X86.td
rename to third_party/LLVM/lib/Target/X86/X86.td
diff --git a/src/LLVM/lib/Target/X86/X86AsmPrinter.cpp b/third_party/LLVM/lib/Target/X86/X86AsmPrinter.cpp
similarity index 100%
rename from src/LLVM/lib/Target/X86/X86AsmPrinter.cpp
rename to third_party/LLVM/lib/Target/X86/X86AsmPrinter.cpp
diff --git a/src/LLVM/lib/Target/X86/X86AsmPrinter.h b/third_party/LLVM/lib/Target/X86/X86AsmPrinter.h
similarity index 100%
rename from src/LLVM/lib/Target/X86/X86AsmPrinter.h
rename to third_party/LLVM/lib/Target/X86/X86AsmPrinter.h
diff --git a/src/LLVM/lib/Target/X86/X86COFFMachineModuleInfo.cpp b/third_party/LLVM/lib/Target/X86/X86COFFMachineModuleInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/X86/X86COFFMachineModuleInfo.cpp
rename to third_party/LLVM/lib/Target/X86/X86COFFMachineModuleInfo.cpp
diff --git a/src/LLVM/lib/Target/X86/X86COFFMachineModuleInfo.h b/third_party/LLVM/lib/Target/X86/X86COFFMachineModuleInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/X86/X86COFFMachineModuleInfo.h
rename to third_party/LLVM/lib/Target/X86/X86COFFMachineModuleInfo.h
diff --git a/src/LLVM/lib/Target/X86/X86CallingConv.td b/third_party/LLVM/lib/Target/X86/X86CallingConv.td
similarity index 100%
rename from src/LLVM/lib/Target/X86/X86CallingConv.td
rename to third_party/LLVM/lib/Target/X86/X86CallingConv.td
diff --git a/src/LLVM/lib/Target/X86/X86CodeEmitter.cpp b/third_party/LLVM/lib/Target/X86/X86CodeEmitter.cpp
similarity index 100%
rename from src/LLVM/lib/Target/X86/X86CodeEmitter.cpp
rename to third_party/LLVM/lib/Target/X86/X86CodeEmitter.cpp
diff --git a/src/LLVM/lib/Target/X86/X86CommonTableGen.vcxproj b/third_party/LLVM/lib/Target/X86/X86CommonTableGen.vcxproj
similarity index 100%
rename from src/LLVM/lib/Target/X86/X86CommonTableGen.vcxproj
rename to third_party/LLVM/lib/Target/X86/X86CommonTableGen.vcxproj
diff --git a/src/LLVM/lib/Target/X86/X86CommonTableGen.vcxproj.filters b/third_party/LLVM/lib/Target/X86/X86CommonTableGen.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/Target/X86/X86CommonTableGen.vcxproj.filters
rename to third_party/LLVM/lib/Target/X86/X86CommonTableGen.vcxproj.filters
diff --git a/src/LLVM/lib/Target/X86/X86CompilationCallback_Win64.asm b/third_party/LLVM/lib/Target/X86/X86CompilationCallback_Win64.asm
similarity index 100%
rename from src/LLVM/lib/Target/X86/X86CompilationCallback_Win64.asm
rename to third_party/LLVM/lib/Target/X86/X86CompilationCallback_Win64.asm
diff --git a/src/LLVM/lib/Target/X86/X86ELFWriterInfo.cpp b/third_party/LLVM/lib/Target/X86/X86ELFWriterInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/X86/X86ELFWriterInfo.cpp
rename to third_party/LLVM/lib/Target/X86/X86ELFWriterInfo.cpp
diff --git a/src/LLVM/lib/Target/X86/X86ELFWriterInfo.h b/third_party/LLVM/lib/Target/X86/X86ELFWriterInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/X86/X86ELFWriterInfo.h
rename to third_party/LLVM/lib/Target/X86/X86ELFWriterInfo.h
diff --git a/src/LLVM/lib/Target/X86/X86FastISel.cpp b/third_party/LLVM/lib/Target/X86/X86FastISel.cpp
similarity index 100%
rename from src/LLVM/lib/Target/X86/X86FastISel.cpp
rename to third_party/LLVM/lib/Target/X86/X86FastISel.cpp
diff --git a/src/LLVM/lib/Target/X86/X86FloatingPoint.cpp b/third_party/LLVM/lib/Target/X86/X86FloatingPoint.cpp
similarity index 100%
rename from src/LLVM/lib/Target/X86/X86FloatingPoint.cpp
rename to third_party/LLVM/lib/Target/X86/X86FloatingPoint.cpp
diff --git a/src/LLVM/lib/Target/X86/X86FrameLowering.cpp b/third_party/LLVM/lib/Target/X86/X86FrameLowering.cpp
similarity index 100%
rename from src/LLVM/lib/Target/X86/X86FrameLowering.cpp
rename to third_party/LLVM/lib/Target/X86/X86FrameLowering.cpp
diff --git a/src/LLVM/lib/Target/X86/X86FrameLowering.h b/third_party/LLVM/lib/Target/X86/X86FrameLowering.h
similarity index 100%
rename from src/LLVM/lib/Target/X86/X86FrameLowering.h
rename to third_party/LLVM/lib/Target/X86/X86FrameLowering.h
diff --git a/src/LLVM/lib/Target/X86/X86GenAsmMatcher.inc b/third_party/LLVM/lib/Target/X86/X86GenAsmMatcher.inc
similarity index 100%
rename from src/LLVM/lib/Target/X86/X86GenAsmMatcher.inc
rename to third_party/LLVM/lib/Target/X86/X86GenAsmMatcher.inc
diff --git a/src/LLVM/lib/Target/X86/X86GenAsmWriter.inc b/third_party/LLVM/lib/Target/X86/X86GenAsmWriter.inc
similarity index 100%
rename from src/LLVM/lib/Target/X86/X86GenAsmWriter.inc
rename to third_party/LLVM/lib/Target/X86/X86GenAsmWriter.inc
diff --git a/src/LLVM/lib/Target/X86/X86GenAsmWriter1.inc b/third_party/LLVM/lib/Target/X86/X86GenAsmWriter1.inc
similarity index 100%
rename from src/LLVM/lib/Target/X86/X86GenAsmWriter1.inc
rename to third_party/LLVM/lib/Target/X86/X86GenAsmWriter1.inc
diff --git a/src/LLVM/lib/Target/X86/X86GenCallingConv.inc b/third_party/LLVM/lib/Target/X86/X86GenCallingConv.inc
similarity index 100%
rename from src/LLVM/lib/Target/X86/X86GenCallingConv.inc
rename to third_party/LLVM/lib/Target/X86/X86GenCallingConv.inc
diff --git a/src/LLVM/lib/Target/X86/X86GenDAGISel.inc b/third_party/LLVM/lib/Target/X86/X86GenDAGISel.inc
similarity index 100%
rename from src/LLVM/lib/Target/X86/X86GenDAGISel.inc
rename to third_party/LLVM/lib/Target/X86/X86GenDAGISel.inc
Binary files differ
diff --git a/src/LLVM/lib/Target/X86/X86GenDisassemblerTables.inc b/third_party/LLVM/lib/Target/X86/X86GenDisassemblerTables.inc
similarity index 100%
rename from src/LLVM/lib/Target/X86/X86GenDisassemblerTables.inc
rename to third_party/LLVM/lib/Target/X86/X86GenDisassemblerTables.inc
diff --git a/src/LLVM/lib/Target/X86/X86GenEDInfo.inc b/third_party/LLVM/lib/Target/X86/X86GenEDInfo.inc
similarity index 100%
rename from src/LLVM/lib/Target/X86/X86GenEDInfo.inc
rename to third_party/LLVM/lib/Target/X86/X86GenEDInfo.inc
diff --git a/src/LLVM/lib/Target/X86/X86GenFastISel.inc b/third_party/LLVM/lib/Target/X86/X86GenFastISel.inc
similarity index 100%
rename from src/LLVM/lib/Target/X86/X86GenFastISel.inc
rename to third_party/LLVM/lib/Target/X86/X86GenFastISel.inc
diff --git a/src/LLVM/lib/Target/X86/X86GenInstrInfo.inc b/third_party/LLVM/lib/Target/X86/X86GenInstrInfo.inc
similarity index 100%
rename from src/LLVM/lib/Target/X86/X86GenInstrInfo.inc
rename to third_party/LLVM/lib/Target/X86/X86GenInstrInfo.inc
diff --git a/src/LLVM/lib/Target/X86/X86GenRegisterInfo.inc b/third_party/LLVM/lib/Target/X86/X86GenRegisterInfo.inc
similarity index 100%
rename from src/LLVM/lib/Target/X86/X86GenRegisterInfo.inc
rename to third_party/LLVM/lib/Target/X86/X86GenRegisterInfo.inc
Binary files differ
diff --git a/src/LLVM/lib/Target/X86/X86GenSubtargetInfo.inc b/third_party/LLVM/lib/Target/X86/X86GenSubtargetInfo.inc
similarity index 100%
rename from src/LLVM/lib/Target/X86/X86GenSubtargetInfo.inc
rename to third_party/LLVM/lib/Target/X86/X86GenSubtargetInfo.inc
diff --git a/src/LLVM/lib/Target/X86/X86ISelDAGToDAG.cpp b/third_party/LLVM/lib/Target/X86/X86ISelDAGToDAG.cpp
similarity index 100%
rename from src/LLVM/lib/Target/X86/X86ISelDAGToDAG.cpp
rename to third_party/LLVM/lib/Target/X86/X86ISelDAGToDAG.cpp
diff --git a/src/LLVM/lib/Target/X86/X86ISelLowering.cpp b/third_party/LLVM/lib/Target/X86/X86ISelLowering.cpp
similarity index 100%
rename from src/LLVM/lib/Target/X86/X86ISelLowering.cpp
rename to third_party/LLVM/lib/Target/X86/X86ISelLowering.cpp
diff --git a/src/LLVM/lib/Target/X86/X86ISelLowering.h b/third_party/LLVM/lib/Target/X86/X86ISelLowering.h
similarity index 100%
rename from src/LLVM/lib/Target/X86/X86ISelLowering.h
rename to third_party/LLVM/lib/Target/X86/X86ISelLowering.h
diff --git a/src/LLVM/lib/Target/X86/X86Instr3DNow.td b/third_party/LLVM/lib/Target/X86/X86Instr3DNow.td
similarity index 100%
rename from src/LLVM/lib/Target/X86/X86Instr3DNow.td
rename to third_party/LLVM/lib/Target/X86/X86Instr3DNow.td
diff --git a/src/LLVM/lib/Target/X86/X86InstrArithmetic.td b/third_party/LLVM/lib/Target/X86/X86InstrArithmetic.td
similarity index 100%
rename from src/LLVM/lib/Target/X86/X86InstrArithmetic.td
rename to third_party/LLVM/lib/Target/X86/X86InstrArithmetic.td
diff --git a/src/LLVM/lib/Target/X86/X86InstrBuilder.h b/third_party/LLVM/lib/Target/X86/X86InstrBuilder.h
similarity index 100%
rename from src/LLVM/lib/Target/X86/X86InstrBuilder.h
rename to third_party/LLVM/lib/Target/X86/X86InstrBuilder.h
diff --git a/src/LLVM/lib/Target/X86/X86InstrCMovSetCC.td b/third_party/LLVM/lib/Target/X86/X86InstrCMovSetCC.td
similarity index 100%
rename from src/LLVM/lib/Target/X86/X86InstrCMovSetCC.td
rename to third_party/LLVM/lib/Target/X86/X86InstrCMovSetCC.td
diff --git a/src/LLVM/lib/Target/X86/X86InstrCompiler.td b/third_party/LLVM/lib/Target/X86/X86InstrCompiler.td
similarity index 100%
rename from src/LLVM/lib/Target/X86/X86InstrCompiler.td
rename to third_party/LLVM/lib/Target/X86/X86InstrCompiler.td
diff --git a/src/LLVM/lib/Target/X86/X86InstrControl.td b/third_party/LLVM/lib/Target/X86/X86InstrControl.td
similarity index 100%
rename from src/LLVM/lib/Target/X86/X86InstrControl.td
rename to third_party/LLVM/lib/Target/X86/X86InstrControl.td
diff --git a/src/LLVM/lib/Target/X86/X86InstrExtension.td b/third_party/LLVM/lib/Target/X86/X86InstrExtension.td
similarity index 100%
rename from src/LLVM/lib/Target/X86/X86InstrExtension.td
rename to third_party/LLVM/lib/Target/X86/X86InstrExtension.td
diff --git a/src/LLVM/lib/Target/X86/X86InstrFMA.td b/third_party/LLVM/lib/Target/X86/X86InstrFMA.td
similarity index 100%
rename from src/LLVM/lib/Target/X86/X86InstrFMA.td
rename to third_party/LLVM/lib/Target/X86/X86InstrFMA.td
diff --git a/src/LLVM/lib/Target/X86/X86InstrFPStack.td b/third_party/LLVM/lib/Target/X86/X86InstrFPStack.td
similarity index 100%
rename from src/LLVM/lib/Target/X86/X86InstrFPStack.td
rename to third_party/LLVM/lib/Target/X86/X86InstrFPStack.td
diff --git a/src/LLVM/lib/Target/X86/X86InstrFormats.td b/third_party/LLVM/lib/Target/X86/X86InstrFormats.td
similarity index 100%
rename from src/LLVM/lib/Target/X86/X86InstrFormats.td
rename to third_party/LLVM/lib/Target/X86/X86InstrFormats.td
diff --git a/src/LLVM/lib/Target/X86/X86InstrFragmentsSIMD.td b/third_party/LLVM/lib/Target/X86/X86InstrFragmentsSIMD.td
similarity index 100%
rename from src/LLVM/lib/Target/X86/X86InstrFragmentsSIMD.td
rename to third_party/LLVM/lib/Target/X86/X86InstrFragmentsSIMD.td
diff --git a/src/LLVM/lib/Target/X86/X86InstrInfo.cpp b/third_party/LLVM/lib/Target/X86/X86InstrInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/X86/X86InstrInfo.cpp
rename to third_party/LLVM/lib/Target/X86/X86InstrInfo.cpp
diff --git a/src/LLVM/lib/Target/X86/X86InstrInfo.h b/third_party/LLVM/lib/Target/X86/X86InstrInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/X86/X86InstrInfo.h
rename to third_party/LLVM/lib/Target/X86/X86InstrInfo.h
diff --git a/src/LLVM/lib/Target/X86/X86InstrInfo.td b/third_party/LLVM/lib/Target/X86/X86InstrInfo.td
similarity index 100%
rename from src/LLVM/lib/Target/X86/X86InstrInfo.td
rename to third_party/LLVM/lib/Target/X86/X86InstrInfo.td
diff --git a/src/LLVM/lib/Target/X86/X86InstrMMX.td b/third_party/LLVM/lib/Target/X86/X86InstrMMX.td
similarity index 100%
rename from src/LLVM/lib/Target/X86/X86InstrMMX.td
rename to third_party/LLVM/lib/Target/X86/X86InstrMMX.td
diff --git a/src/LLVM/lib/Target/X86/X86InstrSSE.td b/third_party/LLVM/lib/Target/X86/X86InstrSSE.td
similarity index 100%
rename from src/LLVM/lib/Target/X86/X86InstrSSE.td
rename to third_party/LLVM/lib/Target/X86/X86InstrSSE.td
diff --git a/src/LLVM/lib/Target/X86/X86InstrShiftRotate.td b/third_party/LLVM/lib/Target/X86/X86InstrShiftRotate.td
similarity index 100%
rename from src/LLVM/lib/Target/X86/X86InstrShiftRotate.td
rename to third_party/LLVM/lib/Target/X86/X86InstrShiftRotate.td
diff --git a/src/LLVM/lib/Target/X86/X86InstrSystem.td b/third_party/LLVM/lib/Target/X86/X86InstrSystem.td
similarity index 100%
rename from src/LLVM/lib/Target/X86/X86InstrSystem.td
rename to third_party/LLVM/lib/Target/X86/X86InstrSystem.td
diff --git a/src/LLVM/lib/Target/X86/X86InstrVMX.td b/third_party/LLVM/lib/Target/X86/X86InstrVMX.td
similarity index 100%
rename from src/LLVM/lib/Target/X86/X86InstrVMX.td
rename to third_party/LLVM/lib/Target/X86/X86InstrVMX.td
diff --git a/src/LLVM/lib/Target/X86/X86JITInfo.cpp b/third_party/LLVM/lib/Target/X86/X86JITInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/X86/X86JITInfo.cpp
rename to third_party/LLVM/lib/Target/X86/X86JITInfo.cpp
diff --git a/src/LLVM/lib/Target/X86/X86JITInfo.h b/third_party/LLVM/lib/Target/X86/X86JITInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/X86/X86JITInfo.h
rename to third_party/LLVM/lib/Target/X86/X86JITInfo.h
diff --git a/src/LLVM/lib/Target/X86/X86MCInstLower.cpp b/third_party/LLVM/lib/Target/X86/X86MCInstLower.cpp
similarity index 100%
rename from src/LLVM/lib/Target/X86/X86MCInstLower.cpp
rename to third_party/LLVM/lib/Target/X86/X86MCInstLower.cpp
diff --git a/src/LLVM/lib/Target/X86/X86MCInstLower.h b/third_party/LLVM/lib/Target/X86/X86MCInstLower.h
similarity index 100%
rename from src/LLVM/lib/Target/X86/X86MCInstLower.h
rename to third_party/LLVM/lib/Target/X86/X86MCInstLower.h
diff --git a/src/LLVM/lib/Target/X86/X86MachineFunctionInfo.h b/third_party/LLVM/lib/Target/X86/X86MachineFunctionInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/X86/X86MachineFunctionInfo.h
rename to third_party/LLVM/lib/Target/X86/X86MachineFunctionInfo.h
diff --git a/src/LLVM/lib/Target/X86/X86RegisterInfo.cpp b/third_party/LLVM/lib/Target/X86/X86RegisterInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/X86/X86RegisterInfo.cpp
rename to third_party/LLVM/lib/Target/X86/X86RegisterInfo.cpp
diff --git a/src/LLVM/lib/Target/X86/X86RegisterInfo.h b/third_party/LLVM/lib/Target/X86/X86RegisterInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/X86/X86RegisterInfo.h
rename to third_party/LLVM/lib/Target/X86/X86RegisterInfo.h
diff --git a/src/LLVM/lib/Target/X86/X86RegisterInfo.td b/third_party/LLVM/lib/Target/X86/X86RegisterInfo.td
similarity index 100%
rename from src/LLVM/lib/Target/X86/X86RegisterInfo.td
rename to third_party/LLVM/lib/Target/X86/X86RegisterInfo.td
diff --git a/src/LLVM/lib/Target/X86/X86Relocations.h b/third_party/LLVM/lib/Target/X86/X86Relocations.h
similarity index 100%
rename from src/LLVM/lib/Target/X86/X86Relocations.h
rename to third_party/LLVM/lib/Target/X86/X86Relocations.h
diff --git a/src/LLVM/lib/Target/X86/X86SelectionDAGInfo.cpp b/third_party/LLVM/lib/Target/X86/X86SelectionDAGInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/X86/X86SelectionDAGInfo.cpp
rename to third_party/LLVM/lib/Target/X86/X86SelectionDAGInfo.cpp
diff --git a/src/LLVM/lib/Target/X86/X86SelectionDAGInfo.h b/third_party/LLVM/lib/Target/X86/X86SelectionDAGInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/X86/X86SelectionDAGInfo.h
rename to third_party/LLVM/lib/Target/X86/X86SelectionDAGInfo.h
diff --git a/src/LLVM/lib/Target/X86/X86Subtarget.cpp b/third_party/LLVM/lib/Target/X86/X86Subtarget.cpp
similarity index 100%
rename from src/LLVM/lib/Target/X86/X86Subtarget.cpp
rename to third_party/LLVM/lib/Target/X86/X86Subtarget.cpp
diff --git a/src/LLVM/lib/Target/X86/X86Subtarget.h b/third_party/LLVM/lib/Target/X86/X86Subtarget.h
similarity index 100%
rename from src/LLVM/lib/Target/X86/X86Subtarget.h
rename to third_party/LLVM/lib/Target/X86/X86Subtarget.h
diff --git a/src/LLVM/lib/Target/X86/X86TargetMachine.cpp b/third_party/LLVM/lib/Target/X86/X86TargetMachine.cpp
similarity index 100%
rename from src/LLVM/lib/Target/X86/X86TargetMachine.cpp
rename to third_party/LLVM/lib/Target/X86/X86TargetMachine.cpp
diff --git a/src/LLVM/lib/Target/X86/X86TargetMachine.h b/third_party/LLVM/lib/Target/X86/X86TargetMachine.h
similarity index 100%
rename from src/LLVM/lib/Target/X86/X86TargetMachine.h
rename to third_party/LLVM/lib/Target/X86/X86TargetMachine.h
diff --git a/src/LLVM/lib/Target/X86/X86TargetObjectFile.cpp b/third_party/LLVM/lib/Target/X86/X86TargetObjectFile.cpp
similarity index 100%
rename from src/LLVM/lib/Target/X86/X86TargetObjectFile.cpp
rename to third_party/LLVM/lib/Target/X86/X86TargetObjectFile.cpp
diff --git a/src/LLVM/lib/Target/X86/X86TargetObjectFile.h b/third_party/LLVM/lib/Target/X86/X86TargetObjectFile.h
similarity index 100%
rename from src/LLVM/lib/Target/X86/X86TargetObjectFile.h
rename to third_party/LLVM/lib/Target/X86/X86TargetObjectFile.h
diff --git a/src/LLVM/lib/Target/X86/X86VZeroUpper.cpp b/third_party/LLVM/lib/Target/X86/X86VZeroUpper.cpp
similarity index 100%
rename from src/LLVM/lib/Target/X86/X86VZeroUpper.cpp
rename to third_party/LLVM/lib/Target/X86/X86VZeroUpper.cpp
diff --git a/src/LLVM/lib/Target/XCore/MCTargetDesc/Makefile b/third_party/LLVM/lib/Target/XCore/MCTargetDesc/Makefile
similarity index 100%
rename from src/LLVM/lib/Target/XCore/MCTargetDesc/Makefile
rename to third_party/LLVM/lib/Target/XCore/MCTargetDesc/Makefile
diff --git a/src/LLVM/lib/Target/XCore/MCTargetDesc/XCoreMCAsmInfo.cpp b/third_party/LLVM/lib/Target/XCore/MCTargetDesc/XCoreMCAsmInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/XCore/MCTargetDesc/XCoreMCAsmInfo.cpp
rename to third_party/LLVM/lib/Target/XCore/MCTargetDesc/XCoreMCAsmInfo.cpp
diff --git a/src/LLVM/lib/Target/XCore/MCTargetDesc/XCoreMCAsmInfo.h b/third_party/LLVM/lib/Target/XCore/MCTargetDesc/XCoreMCAsmInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/XCore/MCTargetDesc/XCoreMCAsmInfo.h
rename to third_party/LLVM/lib/Target/XCore/MCTargetDesc/XCoreMCAsmInfo.h
diff --git a/src/LLVM/lib/Target/XCore/MCTargetDesc/XCoreMCTargetDesc.cpp b/third_party/LLVM/lib/Target/XCore/MCTargetDesc/XCoreMCTargetDesc.cpp
similarity index 100%
rename from src/LLVM/lib/Target/XCore/MCTargetDesc/XCoreMCTargetDesc.cpp
rename to third_party/LLVM/lib/Target/XCore/MCTargetDesc/XCoreMCTargetDesc.cpp
diff --git a/src/LLVM/lib/Target/XCore/MCTargetDesc/XCoreMCTargetDesc.h b/third_party/LLVM/lib/Target/XCore/MCTargetDesc/XCoreMCTargetDesc.h
similarity index 100%
rename from src/LLVM/lib/Target/XCore/MCTargetDesc/XCoreMCTargetDesc.h
rename to third_party/LLVM/lib/Target/XCore/MCTargetDesc/XCoreMCTargetDesc.h
diff --git a/src/LLVM/lib/Target/XCore/Makefile b/third_party/LLVM/lib/Target/XCore/Makefile
similarity index 100%
rename from src/LLVM/lib/Target/XCore/Makefile
rename to third_party/LLVM/lib/Target/XCore/Makefile
diff --git a/src/LLVM/lib/Target/XCore/README.txt b/third_party/LLVM/lib/Target/XCore/README.txt
similarity index 100%
rename from src/LLVM/lib/Target/XCore/README.txt
rename to third_party/LLVM/lib/Target/XCore/README.txt
diff --git a/src/LLVM/lib/Target/XCore/TargetInfo/Makefile b/third_party/LLVM/lib/Target/XCore/TargetInfo/Makefile
similarity index 100%
rename from src/LLVM/lib/Target/XCore/TargetInfo/Makefile
rename to third_party/LLVM/lib/Target/XCore/TargetInfo/Makefile
diff --git a/src/LLVM/lib/Target/XCore/TargetInfo/XCoreTargetInfo.cpp b/third_party/LLVM/lib/Target/XCore/TargetInfo/XCoreTargetInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/XCore/TargetInfo/XCoreTargetInfo.cpp
rename to third_party/LLVM/lib/Target/XCore/TargetInfo/XCoreTargetInfo.cpp
diff --git a/src/LLVM/lib/Target/XCore/XCore.h b/third_party/LLVM/lib/Target/XCore/XCore.h
similarity index 100%
rename from src/LLVM/lib/Target/XCore/XCore.h
rename to third_party/LLVM/lib/Target/XCore/XCore.h
diff --git a/src/LLVM/lib/Target/XCore/XCore.td b/third_party/LLVM/lib/Target/XCore/XCore.td
similarity index 100%
rename from src/LLVM/lib/Target/XCore/XCore.td
rename to third_party/LLVM/lib/Target/XCore/XCore.td
diff --git a/src/LLVM/lib/Target/XCore/XCoreAsmPrinter.cpp b/third_party/LLVM/lib/Target/XCore/XCoreAsmPrinter.cpp
similarity index 100%
rename from src/LLVM/lib/Target/XCore/XCoreAsmPrinter.cpp
rename to third_party/LLVM/lib/Target/XCore/XCoreAsmPrinter.cpp
diff --git a/src/LLVM/lib/Target/XCore/XCoreCallingConv.td b/third_party/LLVM/lib/Target/XCore/XCoreCallingConv.td
similarity index 100%
rename from src/LLVM/lib/Target/XCore/XCoreCallingConv.td
rename to third_party/LLVM/lib/Target/XCore/XCoreCallingConv.td
diff --git a/src/LLVM/lib/Target/XCore/XCoreFrameLowering.cpp b/third_party/LLVM/lib/Target/XCore/XCoreFrameLowering.cpp
similarity index 100%
rename from src/LLVM/lib/Target/XCore/XCoreFrameLowering.cpp
rename to third_party/LLVM/lib/Target/XCore/XCoreFrameLowering.cpp
diff --git a/src/LLVM/lib/Target/XCore/XCoreFrameLowering.h b/third_party/LLVM/lib/Target/XCore/XCoreFrameLowering.h
similarity index 100%
rename from src/LLVM/lib/Target/XCore/XCoreFrameLowering.h
rename to third_party/LLVM/lib/Target/XCore/XCoreFrameLowering.h
diff --git a/src/LLVM/lib/Target/XCore/XCoreISelDAGToDAG.cpp b/third_party/LLVM/lib/Target/XCore/XCoreISelDAGToDAG.cpp
similarity index 100%
rename from src/LLVM/lib/Target/XCore/XCoreISelDAGToDAG.cpp
rename to third_party/LLVM/lib/Target/XCore/XCoreISelDAGToDAG.cpp
diff --git a/src/LLVM/lib/Target/XCore/XCoreISelLowering.cpp b/third_party/LLVM/lib/Target/XCore/XCoreISelLowering.cpp
similarity index 100%
rename from src/LLVM/lib/Target/XCore/XCoreISelLowering.cpp
rename to third_party/LLVM/lib/Target/XCore/XCoreISelLowering.cpp
diff --git a/src/LLVM/lib/Target/XCore/XCoreISelLowering.h b/third_party/LLVM/lib/Target/XCore/XCoreISelLowering.h
similarity index 100%
rename from src/LLVM/lib/Target/XCore/XCoreISelLowering.h
rename to third_party/LLVM/lib/Target/XCore/XCoreISelLowering.h
diff --git a/src/LLVM/lib/Target/XCore/XCoreInstrFormats.td b/third_party/LLVM/lib/Target/XCore/XCoreInstrFormats.td
similarity index 100%
rename from src/LLVM/lib/Target/XCore/XCoreInstrFormats.td
rename to third_party/LLVM/lib/Target/XCore/XCoreInstrFormats.td
diff --git a/src/LLVM/lib/Target/XCore/XCoreInstrInfo.cpp b/third_party/LLVM/lib/Target/XCore/XCoreInstrInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/XCore/XCoreInstrInfo.cpp
rename to third_party/LLVM/lib/Target/XCore/XCoreInstrInfo.cpp
diff --git a/src/LLVM/lib/Target/XCore/XCoreInstrInfo.h b/third_party/LLVM/lib/Target/XCore/XCoreInstrInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/XCore/XCoreInstrInfo.h
rename to third_party/LLVM/lib/Target/XCore/XCoreInstrInfo.h
diff --git a/src/LLVM/lib/Target/XCore/XCoreInstrInfo.td b/third_party/LLVM/lib/Target/XCore/XCoreInstrInfo.td
similarity index 100%
rename from src/LLVM/lib/Target/XCore/XCoreInstrInfo.td
rename to third_party/LLVM/lib/Target/XCore/XCoreInstrInfo.td
diff --git a/src/LLVM/lib/Target/XCore/XCoreMachineFunctionInfo.h b/third_party/LLVM/lib/Target/XCore/XCoreMachineFunctionInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/XCore/XCoreMachineFunctionInfo.h
rename to third_party/LLVM/lib/Target/XCore/XCoreMachineFunctionInfo.h
diff --git a/src/LLVM/lib/Target/XCore/XCoreRegisterInfo.cpp b/third_party/LLVM/lib/Target/XCore/XCoreRegisterInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/XCore/XCoreRegisterInfo.cpp
rename to third_party/LLVM/lib/Target/XCore/XCoreRegisterInfo.cpp
diff --git a/src/LLVM/lib/Target/XCore/XCoreRegisterInfo.h b/third_party/LLVM/lib/Target/XCore/XCoreRegisterInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/XCore/XCoreRegisterInfo.h
rename to third_party/LLVM/lib/Target/XCore/XCoreRegisterInfo.h
diff --git a/src/LLVM/lib/Target/XCore/XCoreRegisterInfo.td b/third_party/LLVM/lib/Target/XCore/XCoreRegisterInfo.td
similarity index 100%
rename from src/LLVM/lib/Target/XCore/XCoreRegisterInfo.td
rename to third_party/LLVM/lib/Target/XCore/XCoreRegisterInfo.td
diff --git a/src/LLVM/lib/Target/XCore/XCoreSelectionDAGInfo.cpp b/third_party/LLVM/lib/Target/XCore/XCoreSelectionDAGInfo.cpp
similarity index 100%
rename from src/LLVM/lib/Target/XCore/XCoreSelectionDAGInfo.cpp
rename to third_party/LLVM/lib/Target/XCore/XCoreSelectionDAGInfo.cpp
diff --git a/src/LLVM/lib/Target/XCore/XCoreSelectionDAGInfo.h b/third_party/LLVM/lib/Target/XCore/XCoreSelectionDAGInfo.h
similarity index 100%
rename from src/LLVM/lib/Target/XCore/XCoreSelectionDAGInfo.h
rename to third_party/LLVM/lib/Target/XCore/XCoreSelectionDAGInfo.h
diff --git a/src/LLVM/lib/Target/XCore/XCoreSubtarget.cpp b/third_party/LLVM/lib/Target/XCore/XCoreSubtarget.cpp
similarity index 100%
rename from src/LLVM/lib/Target/XCore/XCoreSubtarget.cpp
rename to third_party/LLVM/lib/Target/XCore/XCoreSubtarget.cpp
diff --git a/src/LLVM/lib/Target/XCore/XCoreSubtarget.h b/third_party/LLVM/lib/Target/XCore/XCoreSubtarget.h
similarity index 100%
rename from src/LLVM/lib/Target/XCore/XCoreSubtarget.h
rename to third_party/LLVM/lib/Target/XCore/XCoreSubtarget.h
diff --git a/src/LLVM/lib/Target/XCore/XCoreTargetMachine.cpp b/third_party/LLVM/lib/Target/XCore/XCoreTargetMachine.cpp
similarity index 100%
rename from src/LLVM/lib/Target/XCore/XCoreTargetMachine.cpp
rename to third_party/LLVM/lib/Target/XCore/XCoreTargetMachine.cpp
diff --git a/src/LLVM/lib/Target/XCore/XCoreTargetMachine.h b/third_party/LLVM/lib/Target/XCore/XCoreTargetMachine.h
similarity index 100%
rename from src/LLVM/lib/Target/XCore/XCoreTargetMachine.h
rename to third_party/LLVM/lib/Target/XCore/XCoreTargetMachine.h
diff --git a/src/LLVM/lib/Target/XCore/XCoreTargetObjectFile.cpp b/third_party/LLVM/lib/Target/XCore/XCoreTargetObjectFile.cpp
similarity index 100%
rename from src/LLVM/lib/Target/XCore/XCoreTargetObjectFile.cpp
rename to third_party/LLVM/lib/Target/XCore/XCoreTargetObjectFile.cpp
diff --git a/src/LLVM/lib/Target/XCore/XCoreTargetObjectFile.h b/third_party/LLVM/lib/Target/XCore/XCoreTargetObjectFile.h
similarity index 100%
rename from src/LLVM/lib/Target/XCore/XCoreTargetObjectFile.h
rename to third_party/LLVM/lib/Target/XCore/XCoreTargetObjectFile.h
diff --git a/src/LLVM/lib/Transforms/Hello/Hello.cpp b/third_party/LLVM/lib/Transforms/Hello/Hello.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/Hello/Hello.cpp
rename to third_party/LLVM/lib/Transforms/Hello/Hello.cpp
diff --git a/src/LLVM/lib/Transforms/Hello/Hello.exports b/third_party/LLVM/lib/Transforms/Hello/Hello.exports
similarity index 100%
rename from src/LLVM/lib/Transforms/Hello/Hello.exports
rename to third_party/LLVM/lib/Transforms/Hello/Hello.exports
diff --git a/src/LLVM/lib/Transforms/Hello/INSTALL.vcxproj.filters b/third_party/LLVM/lib/Transforms/Hello/INSTALL.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/Transforms/Hello/INSTALL.vcxproj.filters
rename to third_party/LLVM/lib/Transforms/Hello/INSTALL.vcxproj.filters
diff --git a/src/LLVM/lib/Transforms/Hello/LLVMHello.vcxproj b/third_party/LLVM/lib/Transforms/Hello/LLVMHello.vcxproj
similarity index 100%
rename from src/LLVM/lib/Transforms/Hello/LLVMHello.vcxproj
rename to third_party/LLVM/lib/Transforms/Hello/LLVMHello.vcxproj
diff --git a/src/LLVM/lib/Transforms/Hello/LLVMHello.vcxproj.filters b/third_party/LLVM/lib/Transforms/Hello/LLVMHello.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/Transforms/Hello/LLVMHello.vcxproj.filters
rename to third_party/LLVM/lib/Transforms/Hello/LLVMHello.vcxproj.filters
diff --git a/src/LLVM/lib/Transforms/Hello/Makefile b/third_party/LLVM/lib/Transforms/Hello/Makefile
similarity index 100%
rename from src/LLVM/lib/Transforms/Hello/Makefile
rename to third_party/LLVM/lib/Transforms/Hello/Makefile
diff --git a/src/LLVM/lib/Transforms/Hello/PACKAGE.vcxproj.filters b/third_party/LLVM/lib/Transforms/Hello/PACKAGE.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/Transforms/Hello/PACKAGE.vcxproj.filters
rename to third_party/LLVM/lib/Transforms/Hello/PACKAGE.vcxproj.filters
diff --git a/src/LLVM/lib/Transforms/INSTALL.vcxproj.filters b/third_party/LLVM/lib/Transforms/INSTALL.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/Transforms/INSTALL.vcxproj.filters
rename to third_party/LLVM/lib/Transforms/INSTALL.vcxproj.filters
diff --git a/src/LLVM/lib/Transforms/IPO/ArgumentPromotion.cpp b/third_party/LLVM/lib/Transforms/IPO/ArgumentPromotion.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/IPO/ArgumentPromotion.cpp
rename to third_party/LLVM/lib/Transforms/IPO/ArgumentPromotion.cpp
diff --git a/src/LLVM/lib/Transforms/IPO/ConstantMerge.cpp b/third_party/LLVM/lib/Transforms/IPO/ConstantMerge.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/IPO/ConstantMerge.cpp
rename to third_party/LLVM/lib/Transforms/IPO/ConstantMerge.cpp
diff --git a/src/LLVM/lib/Transforms/IPO/DeadArgumentElimination.cpp b/third_party/LLVM/lib/Transforms/IPO/DeadArgumentElimination.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/IPO/DeadArgumentElimination.cpp
rename to third_party/LLVM/lib/Transforms/IPO/DeadArgumentElimination.cpp
diff --git a/src/LLVM/lib/Transforms/IPO/ExtractGV.cpp b/third_party/LLVM/lib/Transforms/IPO/ExtractGV.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/IPO/ExtractGV.cpp
rename to third_party/LLVM/lib/Transforms/IPO/ExtractGV.cpp
diff --git a/src/LLVM/lib/Transforms/IPO/FunctionAttrs.cpp b/third_party/LLVM/lib/Transforms/IPO/FunctionAttrs.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/IPO/FunctionAttrs.cpp
rename to third_party/LLVM/lib/Transforms/IPO/FunctionAttrs.cpp
diff --git a/src/LLVM/lib/Transforms/IPO/GlobalDCE.cpp b/third_party/LLVM/lib/Transforms/IPO/GlobalDCE.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/IPO/GlobalDCE.cpp
rename to third_party/LLVM/lib/Transforms/IPO/GlobalDCE.cpp
diff --git a/src/LLVM/lib/Transforms/IPO/GlobalOpt.cpp b/third_party/LLVM/lib/Transforms/IPO/GlobalOpt.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/IPO/GlobalOpt.cpp
rename to third_party/LLVM/lib/Transforms/IPO/GlobalOpt.cpp
diff --git a/src/LLVM/lib/Transforms/IPO/INSTALL.vcxproj.filters b/third_party/LLVM/lib/Transforms/IPO/INSTALL.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/Transforms/IPO/INSTALL.vcxproj.filters
rename to third_party/LLVM/lib/Transforms/IPO/INSTALL.vcxproj.filters
diff --git a/src/LLVM/lib/Transforms/IPO/IPConstantPropagation.cpp b/third_party/LLVM/lib/Transforms/IPO/IPConstantPropagation.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/IPO/IPConstantPropagation.cpp
rename to third_party/LLVM/lib/Transforms/IPO/IPConstantPropagation.cpp
diff --git a/src/LLVM/lib/Transforms/IPO/IPO.cpp b/third_party/LLVM/lib/Transforms/IPO/IPO.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/IPO/IPO.cpp
rename to third_party/LLVM/lib/Transforms/IPO/IPO.cpp
diff --git a/src/LLVM/lib/Transforms/IPO/InlineAlways.cpp b/third_party/LLVM/lib/Transforms/IPO/InlineAlways.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/IPO/InlineAlways.cpp
rename to third_party/LLVM/lib/Transforms/IPO/InlineAlways.cpp
diff --git a/src/LLVM/lib/Transforms/IPO/InlineSimple.cpp b/third_party/LLVM/lib/Transforms/IPO/InlineSimple.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/IPO/InlineSimple.cpp
rename to third_party/LLVM/lib/Transforms/IPO/InlineSimple.cpp
diff --git a/src/LLVM/lib/Transforms/IPO/Inliner.cpp b/third_party/LLVM/lib/Transforms/IPO/Inliner.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/IPO/Inliner.cpp
rename to third_party/LLVM/lib/Transforms/IPO/Inliner.cpp
diff --git a/src/LLVM/lib/Transforms/IPO/Internalize.cpp b/third_party/LLVM/lib/Transforms/IPO/Internalize.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/IPO/Internalize.cpp
rename to third_party/LLVM/lib/Transforms/IPO/Internalize.cpp
diff --git a/src/LLVM/lib/Transforms/IPO/LLVMipo.vcxproj b/third_party/LLVM/lib/Transforms/IPO/LLVMipo.vcxproj
similarity index 100%
rename from src/LLVM/lib/Transforms/IPO/LLVMipo.vcxproj
rename to third_party/LLVM/lib/Transforms/IPO/LLVMipo.vcxproj
diff --git a/src/LLVM/lib/Transforms/IPO/LLVMipo.vcxproj.filters b/third_party/LLVM/lib/Transforms/IPO/LLVMipo.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/Transforms/IPO/LLVMipo.vcxproj.filters
rename to third_party/LLVM/lib/Transforms/IPO/LLVMipo.vcxproj.filters
diff --git a/src/LLVM/lib/Transforms/IPO/LoopExtractor.cpp b/third_party/LLVM/lib/Transforms/IPO/LoopExtractor.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/IPO/LoopExtractor.cpp
rename to third_party/LLVM/lib/Transforms/IPO/LoopExtractor.cpp
diff --git a/src/LLVM/lib/Transforms/IPO/Makefile b/third_party/LLVM/lib/Transforms/IPO/Makefile
similarity index 100%
rename from src/LLVM/lib/Transforms/IPO/Makefile
rename to third_party/LLVM/lib/Transforms/IPO/Makefile
diff --git a/src/LLVM/lib/Transforms/IPO/MergeFunctions.cpp b/third_party/LLVM/lib/Transforms/IPO/MergeFunctions.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/IPO/MergeFunctions.cpp
rename to third_party/LLVM/lib/Transforms/IPO/MergeFunctions.cpp
diff --git a/src/LLVM/lib/Transforms/IPO/PACKAGE.vcxproj.filters b/third_party/LLVM/lib/Transforms/IPO/PACKAGE.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/Transforms/IPO/PACKAGE.vcxproj.filters
rename to third_party/LLVM/lib/Transforms/IPO/PACKAGE.vcxproj.filters
diff --git a/src/LLVM/lib/Transforms/IPO/PartialInlining.cpp b/third_party/LLVM/lib/Transforms/IPO/PartialInlining.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/IPO/PartialInlining.cpp
rename to third_party/LLVM/lib/Transforms/IPO/PartialInlining.cpp
diff --git a/src/LLVM/lib/Transforms/IPO/PassManagerBuilder.cpp b/third_party/LLVM/lib/Transforms/IPO/PassManagerBuilder.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/IPO/PassManagerBuilder.cpp
rename to third_party/LLVM/lib/Transforms/IPO/PassManagerBuilder.cpp
diff --git a/src/LLVM/lib/Transforms/IPO/PruneEH.cpp b/third_party/LLVM/lib/Transforms/IPO/PruneEH.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/IPO/PruneEH.cpp
rename to third_party/LLVM/lib/Transforms/IPO/PruneEH.cpp
diff --git a/src/LLVM/lib/Transforms/IPO/StripDeadPrototypes.cpp b/third_party/LLVM/lib/Transforms/IPO/StripDeadPrototypes.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/IPO/StripDeadPrototypes.cpp
rename to third_party/LLVM/lib/Transforms/IPO/StripDeadPrototypes.cpp
diff --git a/src/LLVM/lib/Transforms/IPO/StripSymbols.cpp b/third_party/LLVM/lib/Transforms/IPO/StripSymbols.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/IPO/StripSymbols.cpp
rename to third_party/LLVM/lib/Transforms/IPO/StripSymbols.cpp
diff --git a/src/LLVM/lib/Transforms/InstCombine/INSTALL.vcxproj.filters b/third_party/LLVM/lib/Transforms/InstCombine/INSTALL.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/Transforms/InstCombine/INSTALL.vcxproj.filters
rename to third_party/LLVM/lib/Transforms/InstCombine/INSTALL.vcxproj.filters
diff --git a/src/LLVM/lib/Transforms/InstCombine/InstCombine.h b/third_party/LLVM/lib/Transforms/InstCombine/InstCombine.h
similarity index 100%
rename from src/LLVM/lib/Transforms/InstCombine/InstCombine.h
rename to third_party/LLVM/lib/Transforms/InstCombine/InstCombine.h
diff --git a/src/LLVM/lib/Transforms/InstCombine/InstCombineAddSub.cpp b/third_party/LLVM/lib/Transforms/InstCombine/InstCombineAddSub.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/InstCombine/InstCombineAddSub.cpp
rename to third_party/LLVM/lib/Transforms/InstCombine/InstCombineAddSub.cpp
diff --git a/src/LLVM/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp b/third_party/LLVM/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
rename to third_party/LLVM/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
diff --git a/src/LLVM/lib/Transforms/InstCombine/InstCombineCalls.cpp b/third_party/LLVM/lib/Transforms/InstCombine/InstCombineCalls.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/InstCombine/InstCombineCalls.cpp
rename to third_party/LLVM/lib/Transforms/InstCombine/InstCombineCalls.cpp
diff --git a/src/LLVM/lib/Transforms/InstCombine/InstCombineCasts.cpp b/third_party/LLVM/lib/Transforms/InstCombine/InstCombineCasts.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/InstCombine/InstCombineCasts.cpp
rename to third_party/LLVM/lib/Transforms/InstCombine/InstCombineCasts.cpp
diff --git a/src/LLVM/lib/Transforms/InstCombine/InstCombineCompares.cpp b/third_party/LLVM/lib/Transforms/InstCombine/InstCombineCompares.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/InstCombine/InstCombineCompares.cpp
rename to third_party/LLVM/lib/Transforms/InstCombine/InstCombineCompares.cpp
diff --git a/src/LLVM/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp b/third_party/LLVM/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
rename to third_party/LLVM/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
diff --git a/src/LLVM/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp b/third_party/LLVM/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
rename to third_party/LLVM/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
diff --git a/src/LLVM/lib/Transforms/InstCombine/InstCombinePHI.cpp b/third_party/LLVM/lib/Transforms/InstCombine/InstCombinePHI.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/InstCombine/InstCombinePHI.cpp
rename to third_party/LLVM/lib/Transforms/InstCombine/InstCombinePHI.cpp
diff --git a/src/LLVM/lib/Transforms/InstCombine/InstCombineSelect.cpp b/third_party/LLVM/lib/Transforms/InstCombine/InstCombineSelect.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/InstCombine/InstCombineSelect.cpp
rename to third_party/LLVM/lib/Transforms/InstCombine/InstCombineSelect.cpp
diff --git a/src/LLVM/lib/Transforms/InstCombine/InstCombineShifts.cpp b/third_party/LLVM/lib/Transforms/InstCombine/InstCombineShifts.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/InstCombine/InstCombineShifts.cpp
rename to third_party/LLVM/lib/Transforms/InstCombine/InstCombineShifts.cpp
diff --git a/src/LLVM/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp b/third_party/LLVM/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
rename to third_party/LLVM/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
diff --git a/src/LLVM/lib/Transforms/InstCombine/InstCombineVectorOps.cpp b/third_party/LLVM/lib/Transforms/InstCombine/InstCombineVectorOps.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/InstCombine/InstCombineVectorOps.cpp
rename to third_party/LLVM/lib/Transforms/InstCombine/InstCombineVectorOps.cpp
diff --git a/src/LLVM/lib/Transforms/InstCombine/InstCombineWorklist.h b/third_party/LLVM/lib/Transforms/InstCombine/InstCombineWorklist.h
similarity index 100%
rename from src/LLVM/lib/Transforms/InstCombine/InstCombineWorklist.h
rename to third_party/LLVM/lib/Transforms/InstCombine/InstCombineWorklist.h
diff --git a/src/LLVM/lib/Transforms/InstCombine/InstructionCombining.cpp b/third_party/LLVM/lib/Transforms/InstCombine/InstructionCombining.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/InstCombine/InstructionCombining.cpp
rename to third_party/LLVM/lib/Transforms/InstCombine/InstructionCombining.cpp
diff --git a/src/LLVM/lib/Transforms/InstCombine/LLVMInstCombine.vcxproj b/third_party/LLVM/lib/Transforms/InstCombine/LLVMInstCombine.vcxproj
similarity index 100%
rename from src/LLVM/lib/Transforms/InstCombine/LLVMInstCombine.vcxproj
rename to third_party/LLVM/lib/Transforms/InstCombine/LLVMInstCombine.vcxproj
diff --git a/src/LLVM/lib/Transforms/InstCombine/LLVMInstCombine.vcxproj.filters b/third_party/LLVM/lib/Transforms/InstCombine/LLVMInstCombine.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/Transforms/InstCombine/LLVMInstCombine.vcxproj.filters
rename to third_party/LLVM/lib/Transforms/InstCombine/LLVMInstCombine.vcxproj.filters
diff --git a/src/LLVM/lib/Transforms/InstCombine/Makefile b/third_party/LLVM/lib/Transforms/InstCombine/Makefile
similarity index 100%
rename from src/LLVM/lib/Transforms/InstCombine/Makefile
rename to third_party/LLVM/lib/Transforms/InstCombine/Makefile
diff --git a/src/LLVM/lib/Transforms/InstCombine/PACKAGE.vcxproj.filters b/third_party/LLVM/lib/Transforms/InstCombine/PACKAGE.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/Transforms/InstCombine/PACKAGE.vcxproj.filters
rename to third_party/LLVM/lib/Transforms/InstCombine/PACKAGE.vcxproj.filters
diff --git a/src/LLVM/lib/Transforms/Instrumentation/EdgeProfiling.cpp b/third_party/LLVM/lib/Transforms/Instrumentation/EdgeProfiling.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/Instrumentation/EdgeProfiling.cpp
rename to third_party/LLVM/lib/Transforms/Instrumentation/EdgeProfiling.cpp
diff --git a/src/LLVM/lib/Transforms/Instrumentation/GCOVProfiling.cpp b/third_party/LLVM/lib/Transforms/Instrumentation/GCOVProfiling.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/Instrumentation/GCOVProfiling.cpp
rename to third_party/LLVM/lib/Transforms/Instrumentation/GCOVProfiling.cpp
diff --git a/src/LLVM/lib/Transforms/Instrumentation/INSTALL.vcxproj.filters b/third_party/LLVM/lib/Transforms/Instrumentation/INSTALL.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/Transforms/Instrumentation/INSTALL.vcxproj.filters
rename to third_party/LLVM/lib/Transforms/Instrumentation/INSTALL.vcxproj.filters
diff --git a/src/LLVM/lib/Transforms/Instrumentation/Instrumentation.cpp b/third_party/LLVM/lib/Transforms/Instrumentation/Instrumentation.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/Instrumentation/Instrumentation.cpp
rename to third_party/LLVM/lib/Transforms/Instrumentation/Instrumentation.cpp
diff --git a/src/LLVM/lib/Transforms/Instrumentation/LLVMInstrumentation.vcxproj b/third_party/LLVM/lib/Transforms/Instrumentation/LLVMInstrumentation.vcxproj
similarity index 100%
rename from src/LLVM/lib/Transforms/Instrumentation/LLVMInstrumentation.vcxproj
rename to third_party/LLVM/lib/Transforms/Instrumentation/LLVMInstrumentation.vcxproj
diff --git a/src/LLVM/lib/Transforms/Instrumentation/LLVMInstrumentation.vcxproj.filters b/third_party/LLVM/lib/Transforms/Instrumentation/LLVMInstrumentation.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/Transforms/Instrumentation/LLVMInstrumentation.vcxproj.filters
rename to third_party/LLVM/lib/Transforms/Instrumentation/LLVMInstrumentation.vcxproj.filters
diff --git a/src/LLVM/lib/Transforms/Instrumentation/Makefile b/third_party/LLVM/lib/Transforms/Instrumentation/Makefile
similarity index 100%
rename from src/LLVM/lib/Transforms/Instrumentation/Makefile
rename to third_party/LLVM/lib/Transforms/Instrumentation/Makefile
diff --git a/src/LLVM/lib/Transforms/Instrumentation/MaximumSpanningTree.h b/third_party/LLVM/lib/Transforms/Instrumentation/MaximumSpanningTree.h
similarity index 100%
rename from src/LLVM/lib/Transforms/Instrumentation/MaximumSpanningTree.h
rename to third_party/LLVM/lib/Transforms/Instrumentation/MaximumSpanningTree.h
diff --git a/src/LLVM/lib/Transforms/Instrumentation/OptimalEdgeProfiling.cpp b/third_party/LLVM/lib/Transforms/Instrumentation/OptimalEdgeProfiling.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/Instrumentation/OptimalEdgeProfiling.cpp
rename to third_party/LLVM/lib/Transforms/Instrumentation/OptimalEdgeProfiling.cpp
diff --git a/src/LLVM/lib/Transforms/Instrumentation/PACKAGE.vcxproj.filters b/third_party/LLVM/lib/Transforms/Instrumentation/PACKAGE.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/Transforms/Instrumentation/PACKAGE.vcxproj.filters
rename to third_party/LLVM/lib/Transforms/Instrumentation/PACKAGE.vcxproj.filters
diff --git a/src/LLVM/lib/Transforms/Instrumentation/PathProfiling.cpp b/third_party/LLVM/lib/Transforms/Instrumentation/PathProfiling.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/Instrumentation/PathProfiling.cpp
rename to third_party/LLVM/lib/Transforms/Instrumentation/PathProfiling.cpp
diff --git a/src/LLVM/lib/Transforms/Instrumentation/ProfilingUtils.cpp b/third_party/LLVM/lib/Transforms/Instrumentation/ProfilingUtils.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/Instrumentation/ProfilingUtils.cpp
rename to third_party/LLVM/lib/Transforms/Instrumentation/ProfilingUtils.cpp
diff --git a/src/LLVM/lib/Transforms/Instrumentation/ProfilingUtils.h b/third_party/LLVM/lib/Transforms/Instrumentation/ProfilingUtils.h
similarity index 100%
rename from src/LLVM/lib/Transforms/Instrumentation/ProfilingUtils.h
rename to third_party/LLVM/lib/Transforms/Instrumentation/ProfilingUtils.h
diff --git a/src/LLVM/lib/Transforms/Makefile b/third_party/LLVM/lib/Transforms/Makefile
similarity index 100%
rename from src/LLVM/lib/Transforms/Makefile
rename to third_party/LLVM/lib/Transforms/Makefile
diff --git a/src/LLVM/lib/Transforms/PACKAGE.vcxproj.filters b/third_party/LLVM/lib/Transforms/PACKAGE.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/Transforms/PACKAGE.vcxproj.filters
rename to third_party/LLVM/lib/Transforms/PACKAGE.vcxproj.filters
diff --git a/src/LLVM/lib/Transforms/Scalar/ADCE.cpp b/third_party/LLVM/lib/Transforms/Scalar/ADCE.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/Scalar/ADCE.cpp
rename to third_party/LLVM/lib/Transforms/Scalar/ADCE.cpp
diff --git a/src/LLVM/lib/Transforms/Scalar/BasicBlockPlacement.cpp b/third_party/LLVM/lib/Transforms/Scalar/BasicBlockPlacement.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/Scalar/BasicBlockPlacement.cpp
rename to third_party/LLVM/lib/Transforms/Scalar/BasicBlockPlacement.cpp
diff --git a/src/LLVM/lib/Transforms/Scalar/CodeGenPrepare.cpp b/third_party/LLVM/lib/Transforms/Scalar/CodeGenPrepare.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/Scalar/CodeGenPrepare.cpp
rename to third_party/LLVM/lib/Transforms/Scalar/CodeGenPrepare.cpp
diff --git a/src/LLVM/lib/Transforms/Scalar/ConstantProp.cpp b/third_party/LLVM/lib/Transforms/Scalar/ConstantProp.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/Scalar/ConstantProp.cpp
rename to third_party/LLVM/lib/Transforms/Scalar/ConstantProp.cpp
diff --git a/src/LLVM/lib/Transforms/Scalar/CorrelatedValuePropagation.cpp b/third_party/LLVM/lib/Transforms/Scalar/CorrelatedValuePropagation.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/Scalar/CorrelatedValuePropagation.cpp
rename to third_party/LLVM/lib/Transforms/Scalar/CorrelatedValuePropagation.cpp
diff --git a/src/LLVM/lib/Transforms/Scalar/DCE.cpp b/third_party/LLVM/lib/Transforms/Scalar/DCE.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/Scalar/DCE.cpp
rename to third_party/LLVM/lib/Transforms/Scalar/DCE.cpp
diff --git a/src/LLVM/lib/Transforms/Scalar/DeadStoreElimination.cpp b/third_party/LLVM/lib/Transforms/Scalar/DeadStoreElimination.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/Scalar/DeadStoreElimination.cpp
rename to third_party/LLVM/lib/Transforms/Scalar/DeadStoreElimination.cpp
diff --git a/src/LLVM/lib/Transforms/Scalar/EarlyCSE.cpp b/third_party/LLVM/lib/Transforms/Scalar/EarlyCSE.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/Scalar/EarlyCSE.cpp
rename to third_party/LLVM/lib/Transforms/Scalar/EarlyCSE.cpp
diff --git a/src/LLVM/lib/Transforms/Scalar/GVN.cpp b/third_party/LLVM/lib/Transforms/Scalar/GVN.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/Scalar/GVN.cpp
rename to third_party/LLVM/lib/Transforms/Scalar/GVN.cpp
diff --git a/src/LLVM/lib/Transforms/Scalar/INSTALL.vcxproj.filters b/third_party/LLVM/lib/Transforms/Scalar/INSTALL.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/Transforms/Scalar/INSTALL.vcxproj.filters
rename to third_party/LLVM/lib/Transforms/Scalar/INSTALL.vcxproj.filters
diff --git a/src/LLVM/lib/Transforms/Scalar/IndVarSimplify.cpp b/third_party/LLVM/lib/Transforms/Scalar/IndVarSimplify.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/Scalar/IndVarSimplify.cpp
rename to third_party/LLVM/lib/Transforms/Scalar/IndVarSimplify.cpp
diff --git a/src/LLVM/lib/Transforms/Scalar/JumpThreading.cpp b/third_party/LLVM/lib/Transforms/Scalar/JumpThreading.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/Scalar/JumpThreading.cpp
rename to third_party/LLVM/lib/Transforms/Scalar/JumpThreading.cpp
diff --git a/src/LLVM/lib/Transforms/Scalar/LICM.cpp b/third_party/LLVM/lib/Transforms/Scalar/LICM.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/Scalar/LICM.cpp
rename to third_party/LLVM/lib/Transforms/Scalar/LICM.cpp
diff --git a/src/LLVM/lib/Transforms/Scalar/LLVMScalarOpts.vcxproj b/third_party/LLVM/lib/Transforms/Scalar/LLVMScalarOpts.vcxproj
similarity index 100%
rename from src/LLVM/lib/Transforms/Scalar/LLVMScalarOpts.vcxproj
rename to third_party/LLVM/lib/Transforms/Scalar/LLVMScalarOpts.vcxproj
diff --git a/src/LLVM/lib/Transforms/Scalar/LLVMScalarOpts.vcxproj.filters b/third_party/LLVM/lib/Transforms/Scalar/LLVMScalarOpts.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/Transforms/Scalar/LLVMScalarOpts.vcxproj.filters
rename to third_party/LLVM/lib/Transforms/Scalar/LLVMScalarOpts.vcxproj.filters
diff --git a/src/LLVM/lib/Transforms/Scalar/LoopDeletion.cpp b/third_party/LLVM/lib/Transforms/Scalar/LoopDeletion.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/Scalar/LoopDeletion.cpp
rename to third_party/LLVM/lib/Transforms/Scalar/LoopDeletion.cpp
diff --git a/src/LLVM/lib/Transforms/Scalar/LoopIdiomRecognize.cpp b/third_party/LLVM/lib/Transforms/Scalar/LoopIdiomRecognize.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/Scalar/LoopIdiomRecognize.cpp
rename to third_party/LLVM/lib/Transforms/Scalar/LoopIdiomRecognize.cpp
diff --git a/src/LLVM/lib/Transforms/Scalar/LoopInstSimplify.cpp b/third_party/LLVM/lib/Transforms/Scalar/LoopInstSimplify.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/Scalar/LoopInstSimplify.cpp
rename to third_party/LLVM/lib/Transforms/Scalar/LoopInstSimplify.cpp
diff --git a/src/LLVM/lib/Transforms/Scalar/LoopRotation.cpp b/third_party/LLVM/lib/Transforms/Scalar/LoopRotation.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/Scalar/LoopRotation.cpp
rename to third_party/LLVM/lib/Transforms/Scalar/LoopRotation.cpp
diff --git a/src/LLVM/lib/Transforms/Scalar/LoopStrengthReduce.cpp b/third_party/LLVM/lib/Transforms/Scalar/LoopStrengthReduce.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/Scalar/LoopStrengthReduce.cpp
rename to third_party/LLVM/lib/Transforms/Scalar/LoopStrengthReduce.cpp
diff --git a/src/LLVM/lib/Transforms/Scalar/LoopUnrollPass.cpp b/third_party/LLVM/lib/Transforms/Scalar/LoopUnrollPass.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/Scalar/LoopUnrollPass.cpp
rename to third_party/LLVM/lib/Transforms/Scalar/LoopUnrollPass.cpp
diff --git a/src/LLVM/lib/Transforms/Scalar/LoopUnswitch.cpp b/third_party/LLVM/lib/Transforms/Scalar/LoopUnswitch.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/Scalar/LoopUnswitch.cpp
rename to third_party/LLVM/lib/Transforms/Scalar/LoopUnswitch.cpp
diff --git a/src/LLVM/lib/Transforms/Scalar/LowerAtomic.cpp b/third_party/LLVM/lib/Transforms/Scalar/LowerAtomic.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/Scalar/LowerAtomic.cpp
rename to third_party/LLVM/lib/Transforms/Scalar/LowerAtomic.cpp
diff --git a/src/LLVM/lib/Transforms/Scalar/Makefile b/third_party/LLVM/lib/Transforms/Scalar/Makefile
similarity index 100%
rename from src/LLVM/lib/Transforms/Scalar/Makefile
rename to third_party/LLVM/lib/Transforms/Scalar/Makefile
diff --git a/src/LLVM/lib/Transforms/Scalar/MemCpyOptimizer.cpp b/third_party/LLVM/lib/Transforms/Scalar/MemCpyOptimizer.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/Scalar/MemCpyOptimizer.cpp
rename to third_party/LLVM/lib/Transforms/Scalar/MemCpyOptimizer.cpp
diff --git a/src/LLVM/lib/Transforms/Scalar/ObjCARC.cpp b/third_party/LLVM/lib/Transforms/Scalar/ObjCARC.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/Scalar/ObjCARC.cpp
rename to third_party/LLVM/lib/Transforms/Scalar/ObjCARC.cpp
diff --git a/src/LLVM/lib/Transforms/Scalar/PACKAGE.vcxproj.filters b/third_party/LLVM/lib/Transforms/Scalar/PACKAGE.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/Transforms/Scalar/PACKAGE.vcxproj.filters
rename to third_party/LLVM/lib/Transforms/Scalar/PACKAGE.vcxproj.filters
diff --git a/src/LLVM/lib/Transforms/Scalar/Reassociate.cpp b/third_party/LLVM/lib/Transforms/Scalar/Reassociate.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/Scalar/Reassociate.cpp
rename to third_party/LLVM/lib/Transforms/Scalar/Reassociate.cpp
diff --git a/src/LLVM/lib/Transforms/Scalar/Reg2Mem.cpp b/third_party/LLVM/lib/Transforms/Scalar/Reg2Mem.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/Scalar/Reg2Mem.cpp
rename to third_party/LLVM/lib/Transforms/Scalar/Reg2Mem.cpp
diff --git a/src/LLVM/lib/Transforms/Scalar/SCCP.cpp b/third_party/LLVM/lib/Transforms/Scalar/SCCP.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/Scalar/SCCP.cpp
rename to third_party/LLVM/lib/Transforms/Scalar/SCCP.cpp
diff --git a/src/LLVM/lib/Transforms/Scalar/Scalar.cpp b/third_party/LLVM/lib/Transforms/Scalar/Scalar.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/Scalar/Scalar.cpp
rename to third_party/LLVM/lib/Transforms/Scalar/Scalar.cpp
diff --git a/src/LLVM/lib/Transforms/Scalar/ScalarReplAggregates.cpp b/third_party/LLVM/lib/Transforms/Scalar/ScalarReplAggregates.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/Scalar/ScalarReplAggregates.cpp
rename to third_party/LLVM/lib/Transforms/Scalar/ScalarReplAggregates.cpp
diff --git a/src/LLVM/lib/Transforms/Scalar/SimplifyCFGPass.cpp b/third_party/LLVM/lib/Transforms/Scalar/SimplifyCFGPass.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/Scalar/SimplifyCFGPass.cpp
rename to third_party/LLVM/lib/Transforms/Scalar/SimplifyCFGPass.cpp
diff --git a/src/LLVM/lib/Transforms/Scalar/SimplifyLibCalls.cpp b/third_party/LLVM/lib/Transforms/Scalar/SimplifyLibCalls.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/Scalar/SimplifyLibCalls.cpp
rename to third_party/LLVM/lib/Transforms/Scalar/SimplifyLibCalls.cpp
diff --git a/src/LLVM/lib/Transforms/Scalar/Sink.cpp b/third_party/LLVM/lib/Transforms/Scalar/Sink.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/Scalar/Sink.cpp
rename to third_party/LLVM/lib/Transforms/Scalar/Sink.cpp
diff --git a/src/LLVM/lib/Transforms/Scalar/TailRecursionElimination.cpp b/third_party/LLVM/lib/Transforms/Scalar/TailRecursionElimination.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/Scalar/TailRecursionElimination.cpp
rename to third_party/LLVM/lib/Transforms/Scalar/TailRecursionElimination.cpp
diff --git a/src/LLVM/lib/Transforms/Utils/AddrModeMatcher.cpp b/third_party/LLVM/lib/Transforms/Utils/AddrModeMatcher.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/Utils/AddrModeMatcher.cpp
rename to third_party/LLVM/lib/Transforms/Utils/AddrModeMatcher.cpp
diff --git a/src/LLVM/lib/Transforms/Utils/BasicBlockUtils.cpp b/third_party/LLVM/lib/Transforms/Utils/BasicBlockUtils.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/Utils/BasicBlockUtils.cpp
rename to third_party/LLVM/lib/Transforms/Utils/BasicBlockUtils.cpp
diff --git a/src/LLVM/lib/Transforms/Utils/BasicInliner.cpp b/third_party/LLVM/lib/Transforms/Utils/BasicInliner.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/Utils/BasicInliner.cpp
rename to third_party/LLVM/lib/Transforms/Utils/BasicInliner.cpp
diff --git a/src/LLVM/lib/Transforms/Utils/BreakCriticalEdges.cpp b/third_party/LLVM/lib/Transforms/Utils/BreakCriticalEdges.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/Utils/BreakCriticalEdges.cpp
rename to third_party/LLVM/lib/Transforms/Utils/BreakCriticalEdges.cpp
diff --git a/src/LLVM/lib/Transforms/Utils/BuildLibCalls.cpp b/third_party/LLVM/lib/Transforms/Utils/BuildLibCalls.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/Utils/BuildLibCalls.cpp
rename to third_party/LLVM/lib/Transforms/Utils/BuildLibCalls.cpp
diff --git a/src/LLVM/lib/Transforms/Utils/CloneFunction.cpp b/third_party/LLVM/lib/Transforms/Utils/CloneFunction.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/Utils/CloneFunction.cpp
rename to third_party/LLVM/lib/Transforms/Utils/CloneFunction.cpp
diff --git a/src/LLVM/lib/Transforms/Utils/CloneModule.cpp b/third_party/LLVM/lib/Transforms/Utils/CloneModule.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/Utils/CloneModule.cpp
rename to third_party/LLVM/lib/Transforms/Utils/CloneModule.cpp
diff --git a/src/LLVM/lib/Transforms/Utils/CodeExtractor.cpp b/third_party/LLVM/lib/Transforms/Utils/CodeExtractor.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/Utils/CodeExtractor.cpp
rename to third_party/LLVM/lib/Transforms/Utils/CodeExtractor.cpp
diff --git a/src/LLVM/lib/Transforms/Utils/DemoteRegToStack.cpp b/third_party/LLVM/lib/Transforms/Utils/DemoteRegToStack.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/Utils/DemoteRegToStack.cpp
rename to third_party/LLVM/lib/Transforms/Utils/DemoteRegToStack.cpp
diff --git a/src/LLVM/lib/Transforms/Utils/INSTALL.vcxproj.filters b/third_party/LLVM/lib/Transforms/Utils/INSTALL.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/Transforms/Utils/INSTALL.vcxproj.filters
rename to third_party/LLVM/lib/Transforms/Utils/INSTALL.vcxproj.filters
diff --git a/src/LLVM/lib/Transforms/Utils/InlineFunction.cpp b/third_party/LLVM/lib/Transforms/Utils/InlineFunction.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/Utils/InlineFunction.cpp
rename to third_party/LLVM/lib/Transforms/Utils/InlineFunction.cpp
diff --git a/src/LLVM/lib/Transforms/Utils/InstructionNamer.cpp b/third_party/LLVM/lib/Transforms/Utils/InstructionNamer.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/Utils/InstructionNamer.cpp
rename to third_party/LLVM/lib/Transforms/Utils/InstructionNamer.cpp
diff --git a/src/LLVM/lib/Transforms/Utils/LCSSA.cpp b/third_party/LLVM/lib/Transforms/Utils/LCSSA.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/Utils/LCSSA.cpp
rename to third_party/LLVM/lib/Transforms/Utils/LCSSA.cpp
diff --git a/src/LLVM/lib/Transforms/Utils/LLVMTransformUtils.vcxproj b/third_party/LLVM/lib/Transforms/Utils/LLVMTransformUtils.vcxproj
similarity index 100%
rename from src/LLVM/lib/Transforms/Utils/LLVMTransformUtils.vcxproj
rename to third_party/LLVM/lib/Transforms/Utils/LLVMTransformUtils.vcxproj
diff --git a/src/LLVM/lib/Transforms/Utils/LLVMTransformUtils.vcxproj.filters b/third_party/LLVM/lib/Transforms/Utils/LLVMTransformUtils.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/Transforms/Utils/LLVMTransformUtils.vcxproj.filters
rename to third_party/LLVM/lib/Transforms/Utils/LLVMTransformUtils.vcxproj.filters
diff --git a/src/LLVM/lib/Transforms/Utils/Local.cpp b/third_party/LLVM/lib/Transforms/Utils/Local.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/Utils/Local.cpp
rename to third_party/LLVM/lib/Transforms/Utils/Local.cpp
diff --git a/src/LLVM/lib/Transforms/Utils/LoopSimplify.cpp b/third_party/LLVM/lib/Transforms/Utils/LoopSimplify.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/Utils/LoopSimplify.cpp
rename to third_party/LLVM/lib/Transforms/Utils/LoopSimplify.cpp
diff --git a/src/LLVM/lib/Transforms/Utils/LoopUnroll.cpp b/third_party/LLVM/lib/Transforms/Utils/LoopUnroll.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/Utils/LoopUnroll.cpp
rename to third_party/LLVM/lib/Transforms/Utils/LoopUnroll.cpp
diff --git a/src/LLVM/lib/Transforms/Utils/LowerExpectIntrinsic.cpp b/third_party/LLVM/lib/Transforms/Utils/LowerExpectIntrinsic.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/Utils/LowerExpectIntrinsic.cpp
rename to third_party/LLVM/lib/Transforms/Utils/LowerExpectIntrinsic.cpp
diff --git a/src/LLVM/lib/Transforms/Utils/LowerInvoke.cpp b/third_party/LLVM/lib/Transforms/Utils/LowerInvoke.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/Utils/LowerInvoke.cpp
rename to third_party/LLVM/lib/Transforms/Utils/LowerInvoke.cpp
diff --git a/src/LLVM/lib/Transforms/Utils/LowerSwitch.cpp b/third_party/LLVM/lib/Transforms/Utils/LowerSwitch.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/Utils/LowerSwitch.cpp
rename to third_party/LLVM/lib/Transforms/Utils/LowerSwitch.cpp
diff --git a/src/LLVM/lib/Transforms/Utils/Makefile b/third_party/LLVM/lib/Transforms/Utils/Makefile
similarity index 100%
rename from src/LLVM/lib/Transforms/Utils/Makefile
rename to third_party/LLVM/lib/Transforms/Utils/Makefile
diff --git a/src/LLVM/lib/Transforms/Utils/Mem2Reg.cpp b/third_party/LLVM/lib/Transforms/Utils/Mem2Reg.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/Utils/Mem2Reg.cpp
rename to third_party/LLVM/lib/Transforms/Utils/Mem2Reg.cpp
diff --git a/src/LLVM/lib/Transforms/Utils/PACKAGE.vcxproj.filters b/third_party/LLVM/lib/Transforms/Utils/PACKAGE.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/Transforms/Utils/PACKAGE.vcxproj.filters
rename to third_party/LLVM/lib/Transforms/Utils/PACKAGE.vcxproj.filters
diff --git a/src/LLVM/lib/Transforms/Utils/PromoteMemoryToRegister.cpp b/third_party/LLVM/lib/Transforms/Utils/PromoteMemoryToRegister.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/Utils/PromoteMemoryToRegister.cpp
rename to third_party/LLVM/lib/Transforms/Utils/PromoteMemoryToRegister.cpp
diff --git a/src/LLVM/lib/Transforms/Utils/SSAUpdater.cpp b/third_party/LLVM/lib/Transforms/Utils/SSAUpdater.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/Utils/SSAUpdater.cpp
rename to third_party/LLVM/lib/Transforms/Utils/SSAUpdater.cpp
diff --git a/src/LLVM/lib/Transforms/Utils/SimplifyCFG.cpp b/third_party/LLVM/lib/Transforms/Utils/SimplifyCFG.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/Utils/SimplifyCFG.cpp
rename to third_party/LLVM/lib/Transforms/Utils/SimplifyCFG.cpp
diff --git a/src/LLVM/lib/Transforms/Utils/SimplifyIndVar.cpp b/third_party/LLVM/lib/Transforms/Utils/SimplifyIndVar.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/Utils/SimplifyIndVar.cpp
rename to third_party/LLVM/lib/Transforms/Utils/SimplifyIndVar.cpp
diff --git a/src/LLVM/lib/Transforms/Utils/SimplifyInstructions.cpp b/third_party/LLVM/lib/Transforms/Utils/SimplifyInstructions.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/Utils/SimplifyInstructions.cpp
rename to third_party/LLVM/lib/Transforms/Utils/SimplifyInstructions.cpp
diff --git a/src/LLVM/lib/Transforms/Utils/UnifyFunctionExitNodes.cpp b/third_party/LLVM/lib/Transforms/Utils/UnifyFunctionExitNodes.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/Utils/UnifyFunctionExitNodes.cpp
rename to third_party/LLVM/lib/Transforms/Utils/UnifyFunctionExitNodes.cpp
diff --git a/src/LLVM/lib/Transforms/Utils/Utils.cpp b/third_party/LLVM/lib/Transforms/Utils/Utils.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/Utils/Utils.cpp
rename to third_party/LLVM/lib/Transforms/Utils/Utils.cpp
diff --git a/src/LLVM/lib/Transforms/Utils/ValueMapper.cpp b/third_party/LLVM/lib/Transforms/Utils/ValueMapper.cpp
similarity index 100%
rename from src/LLVM/lib/Transforms/Utils/ValueMapper.cpp
rename to third_party/LLVM/lib/Transforms/Utils/ValueMapper.cpp
diff --git a/src/LLVM/lib/VMCore/AsmWriter.cpp b/third_party/LLVM/lib/VMCore/AsmWriter.cpp
similarity index 100%
rename from src/LLVM/lib/VMCore/AsmWriter.cpp
rename to third_party/LLVM/lib/VMCore/AsmWriter.cpp
diff --git a/src/LLVM/lib/VMCore/Attributes.cpp b/third_party/LLVM/lib/VMCore/Attributes.cpp
similarity index 100%
rename from src/LLVM/lib/VMCore/Attributes.cpp
rename to third_party/LLVM/lib/VMCore/Attributes.cpp
diff --git a/src/LLVM/lib/VMCore/AutoUpgrade.cpp b/third_party/LLVM/lib/VMCore/AutoUpgrade.cpp
similarity index 100%
rename from src/LLVM/lib/VMCore/AutoUpgrade.cpp
rename to third_party/LLVM/lib/VMCore/AutoUpgrade.cpp
diff --git a/src/LLVM/lib/VMCore/BasicBlock.cpp b/third_party/LLVM/lib/VMCore/BasicBlock.cpp
similarity index 100%
rename from src/LLVM/lib/VMCore/BasicBlock.cpp
rename to third_party/LLVM/lib/VMCore/BasicBlock.cpp
diff --git a/src/LLVM/lib/VMCore/ConstantFold.cpp b/third_party/LLVM/lib/VMCore/ConstantFold.cpp
similarity index 100%
rename from src/LLVM/lib/VMCore/ConstantFold.cpp
rename to third_party/LLVM/lib/VMCore/ConstantFold.cpp
diff --git a/src/LLVM/lib/VMCore/ConstantFold.h b/third_party/LLVM/lib/VMCore/ConstantFold.h
similarity index 100%
rename from src/LLVM/lib/VMCore/ConstantFold.h
rename to third_party/LLVM/lib/VMCore/ConstantFold.h
diff --git a/src/LLVM/lib/VMCore/Constants.cpp b/third_party/LLVM/lib/VMCore/Constants.cpp
similarity index 100%
rename from src/LLVM/lib/VMCore/Constants.cpp
rename to third_party/LLVM/lib/VMCore/Constants.cpp
diff --git a/src/LLVM/lib/VMCore/ConstantsContext.h b/third_party/LLVM/lib/VMCore/ConstantsContext.h
similarity index 100%
rename from src/LLVM/lib/VMCore/ConstantsContext.h
rename to third_party/LLVM/lib/VMCore/ConstantsContext.h
diff --git a/src/LLVM/lib/VMCore/Core.cpp b/third_party/LLVM/lib/VMCore/Core.cpp
similarity index 100%
rename from src/LLVM/lib/VMCore/Core.cpp
rename to third_party/LLVM/lib/VMCore/Core.cpp
diff --git a/src/LLVM/lib/VMCore/DebugInfoProbe.cpp b/third_party/LLVM/lib/VMCore/DebugInfoProbe.cpp
similarity index 100%
rename from src/LLVM/lib/VMCore/DebugInfoProbe.cpp
rename to third_party/LLVM/lib/VMCore/DebugInfoProbe.cpp
diff --git a/src/LLVM/lib/VMCore/DebugLoc.cpp b/third_party/LLVM/lib/VMCore/DebugLoc.cpp
similarity index 100%
rename from src/LLVM/lib/VMCore/DebugLoc.cpp
rename to third_party/LLVM/lib/VMCore/DebugLoc.cpp
diff --git a/src/LLVM/lib/VMCore/Dominators.cpp b/third_party/LLVM/lib/VMCore/Dominators.cpp
similarity index 100%
rename from src/LLVM/lib/VMCore/Dominators.cpp
rename to third_party/LLVM/lib/VMCore/Dominators.cpp
diff --git a/src/LLVM/lib/VMCore/Function.cpp b/third_party/LLVM/lib/VMCore/Function.cpp
similarity index 100%
rename from src/LLVM/lib/VMCore/Function.cpp
rename to third_party/LLVM/lib/VMCore/Function.cpp
diff --git a/src/LLVM/lib/VMCore/GCOV.cpp b/third_party/LLVM/lib/VMCore/GCOV.cpp
similarity index 100%
rename from src/LLVM/lib/VMCore/GCOV.cpp
rename to third_party/LLVM/lib/VMCore/GCOV.cpp
diff --git a/src/LLVM/lib/VMCore/GVMaterializer.cpp b/third_party/LLVM/lib/VMCore/GVMaterializer.cpp
similarity index 100%
rename from src/LLVM/lib/VMCore/GVMaterializer.cpp
rename to third_party/LLVM/lib/VMCore/GVMaterializer.cpp
diff --git a/src/LLVM/lib/VMCore/Globals.cpp b/third_party/LLVM/lib/VMCore/Globals.cpp
similarity index 100%
rename from src/LLVM/lib/VMCore/Globals.cpp
rename to third_party/LLVM/lib/VMCore/Globals.cpp
diff --git a/src/LLVM/lib/VMCore/INSTALL.vcxproj.filters b/third_party/LLVM/lib/VMCore/INSTALL.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/VMCore/INSTALL.vcxproj.filters
rename to third_party/LLVM/lib/VMCore/INSTALL.vcxproj.filters
diff --git a/src/LLVM/lib/VMCore/IRBuilder.cpp b/third_party/LLVM/lib/VMCore/IRBuilder.cpp
similarity index 100%
rename from src/LLVM/lib/VMCore/IRBuilder.cpp
rename to third_party/LLVM/lib/VMCore/IRBuilder.cpp
diff --git a/src/LLVM/lib/VMCore/InlineAsm.cpp b/third_party/LLVM/lib/VMCore/InlineAsm.cpp
similarity index 100%
rename from src/LLVM/lib/VMCore/InlineAsm.cpp
rename to third_party/LLVM/lib/VMCore/InlineAsm.cpp
diff --git a/src/LLVM/lib/VMCore/Instruction.cpp b/third_party/LLVM/lib/VMCore/Instruction.cpp
similarity index 100%
rename from src/LLVM/lib/VMCore/Instruction.cpp
rename to third_party/LLVM/lib/VMCore/Instruction.cpp
diff --git a/src/LLVM/lib/VMCore/Instructions.cpp b/third_party/LLVM/lib/VMCore/Instructions.cpp
similarity index 100%
rename from src/LLVM/lib/VMCore/Instructions.cpp
rename to third_party/LLVM/lib/VMCore/Instructions.cpp
diff --git a/src/LLVM/lib/VMCore/IntrinsicInst.cpp b/third_party/LLVM/lib/VMCore/IntrinsicInst.cpp
similarity index 100%
rename from src/LLVM/lib/VMCore/IntrinsicInst.cpp
rename to third_party/LLVM/lib/VMCore/IntrinsicInst.cpp
diff --git a/src/LLVM/lib/VMCore/LLVMContext.cpp b/third_party/LLVM/lib/VMCore/LLVMContext.cpp
similarity index 100%
rename from src/LLVM/lib/VMCore/LLVMContext.cpp
rename to third_party/LLVM/lib/VMCore/LLVMContext.cpp
diff --git a/src/LLVM/lib/VMCore/LLVMContextImpl.cpp b/third_party/LLVM/lib/VMCore/LLVMContextImpl.cpp
similarity index 100%
rename from src/LLVM/lib/VMCore/LLVMContextImpl.cpp
rename to third_party/LLVM/lib/VMCore/LLVMContextImpl.cpp
diff --git a/src/LLVM/lib/VMCore/LLVMContextImpl.h b/third_party/LLVM/lib/VMCore/LLVMContextImpl.h
similarity index 100%
rename from src/LLVM/lib/VMCore/LLVMContextImpl.h
rename to third_party/LLVM/lib/VMCore/LLVMContextImpl.h
diff --git a/src/LLVM/lib/VMCore/LLVMCore.vcxproj b/third_party/LLVM/lib/VMCore/LLVMCore.vcxproj
similarity index 100%
rename from src/LLVM/lib/VMCore/LLVMCore.vcxproj
rename to third_party/LLVM/lib/VMCore/LLVMCore.vcxproj
diff --git a/src/LLVM/lib/VMCore/LLVMCore.vcxproj.filters b/third_party/LLVM/lib/VMCore/LLVMCore.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/VMCore/LLVMCore.vcxproj.filters
rename to third_party/LLVM/lib/VMCore/LLVMCore.vcxproj.filters
diff --git a/src/LLVM/lib/VMCore/LeakDetector.cpp b/third_party/LLVM/lib/VMCore/LeakDetector.cpp
similarity index 100%
rename from src/LLVM/lib/VMCore/LeakDetector.cpp
rename to third_party/LLVM/lib/VMCore/LeakDetector.cpp
diff --git a/src/LLVM/lib/VMCore/LeaksContext.h b/third_party/LLVM/lib/VMCore/LeaksContext.h
similarity index 100%
rename from src/LLVM/lib/VMCore/LeaksContext.h
rename to third_party/LLVM/lib/VMCore/LeaksContext.h
diff --git a/src/LLVM/lib/VMCore/Makefile b/third_party/LLVM/lib/VMCore/Makefile
similarity index 100%
rename from src/LLVM/lib/VMCore/Makefile
rename to third_party/LLVM/lib/VMCore/Makefile
diff --git a/src/LLVM/lib/VMCore/Metadata.cpp b/third_party/LLVM/lib/VMCore/Metadata.cpp
similarity index 100%
rename from src/LLVM/lib/VMCore/Metadata.cpp
rename to third_party/LLVM/lib/VMCore/Metadata.cpp
diff --git a/src/LLVM/lib/VMCore/Module.cpp b/third_party/LLVM/lib/VMCore/Module.cpp
similarity index 100%
rename from src/LLVM/lib/VMCore/Module.cpp
rename to third_party/LLVM/lib/VMCore/Module.cpp
diff --git a/src/LLVM/lib/VMCore/PACKAGE.vcxproj.filters b/third_party/LLVM/lib/VMCore/PACKAGE.vcxproj.filters
similarity index 100%
rename from src/LLVM/lib/VMCore/PACKAGE.vcxproj.filters
rename to third_party/LLVM/lib/VMCore/PACKAGE.vcxproj.filters
diff --git a/src/LLVM/lib/VMCore/Pass.cpp b/third_party/LLVM/lib/VMCore/Pass.cpp
similarity index 100%
rename from src/LLVM/lib/VMCore/Pass.cpp
rename to third_party/LLVM/lib/VMCore/Pass.cpp
diff --git a/src/LLVM/lib/VMCore/PassManager.cpp b/third_party/LLVM/lib/VMCore/PassManager.cpp
similarity index 100%
rename from src/LLVM/lib/VMCore/PassManager.cpp
rename to third_party/LLVM/lib/VMCore/PassManager.cpp
diff --git a/src/LLVM/lib/VMCore/PassRegistry.cpp b/third_party/LLVM/lib/VMCore/PassRegistry.cpp
similarity index 100%
rename from src/LLVM/lib/VMCore/PassRegistry.cpp
rename to third_party/LLVM/lib/VMCore/PassRegistry.cpp
diff --git a/src/LLVM/lib/VMCore/PrintModulePass.cpp b/third_party/LLVM/lib/VMCore/PrintModulePass.cpp
similarity index 100%
rename from src/LLVM/lib/VMCore/PrintModulePass.cpp
rename to third_party/LLVM/lib/VMCore/PrintModulePass.cpp
diff --git a/src/LLVM/lib/VMCore/SymbolTableListTraitsImpl.h b/third_party/LLVM/lib/VMCore/SymbolTableListTraitsImpl.h
similarity index 100%
rename from src/LLVM/lib/VMCore/SymbolTableListTraitsImpl.h
rename to third_party/LLVM/lib/VMCore/SymbolTableListTraitsImpl.h
diff --git a/src/LLVM/lib/VMCore/Type.cpp b/third_party/LLVM/lib/VMCore/Type.cpp
similarity index 100%
rename from src/LLVM/lib/VMCore/Type.cpp
rename to third_party/LLVM/lib/VMCore/Type.cpp
diff --git a/src/LLVM/lib/VMCore/Use.cpp b/third_party/LLVM/lib/VMCore/Use.cpp
similarity index 100%
rename from src/LLVM/lib/VMCore/Use.cpp
rename to third_party/LLVM/lib/VMCore/Use.cpp
diff --git a/src/LLVM/lib/VMCore/User.cpp b/third_party/LLVM/lib/VMCore/User.cpp
similarity index 100%
rename from src/LLVM/lib/VMCore/User.cpp
rename to third_party/LLVM/lib/VMCore/User.cpp
diff --git a/src/LLVM/lib/VMCore/Value.cpp b/third_party/LLVM/lib/VMCore/Value.cpp
similarity index 100%
rename from src/LLVM/lib/VMCore/Value.cpp
rename to third_party/LLVM/lib/VMCore/Value.cpp
diff --git a/src/LLVM/lib/VMCore/ValueSymbolTable.cpp b/third_party/LLVM/lib/VMCore/ValueSymbolTable.cpp
similarity index 100%
rename from src/LLVM/lib/VMCore/ValueSymbolTable.cpp
rename to third_party/LLVM/lib/VMCore/ValueSymbolTable.cpp
diff --git a/src/LLVM/lib/VMCore/ValueTypes.cpp b/third_party/LLVM/lib/VMCore/ValueTypes.cpp
similarity index 100%
rename from src/LLVM/lib/VMCore/ValueTypes.cpp
rename to third_party/LLVM/lib/VMCore/ValueTypes.cpp
diff --git a/src/LLVM/lib/VMCore/Verifier.cpp b/third_party/LLVM/lib/VMCore/Verifier.cpp
similarity index 100%
rename from src/LLVM/lib/VMCore/Verifier.cpp
rename to third_party/LLVM/lib/VMCore/Verifier.cpp
diff --git a/src/LLVM/llvm.spec.in b/third_party/LLVM/llvm.spec.in
similarity index 100%
rename from src/LLVM/llvm.spec.in
rename to third_party/LLVM/llvm.spec.in
diff --git a/src/LLVM/projects/INSTALL.vcxproj.filters b/third_party/LLVM/projects/INSTALL.vcxproj.filters
similarity index 100%
rename from src/LLVM/projects/INSTALL.vcxproj.filters
rename to third_party/LLVM/projects/INSTALL.vcxproj.filters
diff --git a/src/LLVM/projects/Makefile b/third_party/LLVM/projects/Makefile
similarity index 100%
rename from src/LLVM/projects/Makefile
rename to third_party/LLVM/projects/Makefile
diff --git a/src/LLVM/projects/PACKAGE.vcxproj.filters b/third_party/LLVM/projects/PACKAGE.vcxproj.filters
similarity index 100%
rename from src/LLVM/projects/PACKAGE.vcxproj.filters
rename to third_party/LLVM/projects/PACKAGE.vcxproj.filters
diff --git a/src/LLVM/projects/sample/Makefile b/third_party/LLVM/projects/sample/Makefile
similarity index 100%
rename from src/LLVM/projects/sample/Makefile
rename to third_party/LLVM/projects/sample/Makefile
diff --git a/src/LLVM/projects/sample/Makefile.common.in b/third_party/LLVM/projects/sample/Makefile.common.in
similarity index 100%
rename from src/LLVM/projects/sample/Makefile.common.in
rename to third_party/LLVM/projects/sample/Makefile.common.in
diff --git a/src/LLVM/projects/sample/autoconf/AutoRegen.sh b/third_party/LLVM/projects/sample/autoconf/AutoRegen.sh
similarity index 100%
rename from src/LLVM/projects/sample/autoconf/AutoRegen.sh
rename to third_party/LLVM/projects/sample/autoconf/AutoRegen.sh
diff --git a/src/LLVM/projects/sample/autoconf/LICENSE.TXT b/third_party/LLVM/projects/sample/autoconf/LICENSE.TXT
similarity index 100%
rename from src/LLVM/projects/sample/autoconf/LICENSE.TXT
rename to third_party/LLVM/projects/sample/autoconf/LICENSE.TXT
diff --git a/src/LLVM/projects/sample/autoconf/config.guess b/third_party/LLVM/projects/sample/autoconf/config.guess
similarity index 100%
rename from src/LLVM/projects/sample/autoconf/config.guess
rename to third_party/LLVM/projects/sample/autoconf/config.guess
diff --git a/src/LLVM/projects/sample/autoconf/config.sub b/third_party/LLVM/projects/sample/autoconf/config.sub
similarity index 100%
rename from src/LLVM/projects/sample/autoconf/config.sub
rename to third_party/LLVM/projects/sample/autoconf/config.sub
diff --git a/src/LLVM/projects/sample/autoconf/configure.ac b/third_party/LLVM/projects/sample/autoconf/configure.ac
similarity index 100%
rename from src/LLVM/projects/sample/autoconf/configure.ac
rename to third_party/LLVM/projects/sample/autoconf/configure.ac
diff --git a/src/LLVM/projects/sample/configure b/third_party/LLVM/projects/sample/configure
similarity index 100%
rename from src/LLVM/projects/sample/configure
rename to third_party/LLVM/projects/sample/configure
diff --git a/src/LLVM/projects/sample/docs/index.html b/third_party/LLVM/projects/sample/docs/index.html
similarity index 100%
rename from src/LLVM/projects/sample/docs/index.html
rename to third_party/LLVM/projects/sample/docs/index.html
diff --git a/src/LLVM/projects/sample/include/sample.h b/third_party/LLVM/projects/sample/include/sample.h
similarity index 100%
rename from src/LLVM/projects/sample/include/sample.h
rename to third_party/LLVM/projects/sample/include/sample.h
diff --git a/src/LLVM/projects/sample/lib/Makefile b/third_party/LLVM/projects/sample/lib/Makefile
similarity index 100%
rename from src/LLVM/projects/sample/lib/Makefile
rename to third_party/LLVM/projects/sample/lib/Makefile
diff --git a/src/LLVM/projects/sample/lib/sample/Makefile b/third_party/LLVM/projects/sample/lib/sample/Makefile
similarity index 100%
rename from src/LLVM/projects/sample/lib/sample/Makefile
rename to third_party/LLVM/projects/sample/lib/sample/Makefile
diff --git a/src/LLVM/projects/sample/lib/sample/sample.c b/third_party/LLVM/projects/sample/lib/sample/sample.c
similarity index 100%
rename from src/LLVM/projects/sample/lib/sample/sample.c
rename to third_party/LLVM/projects/sample/lib/sample/sample.c
diff --git a/src/LLVM/projects/sample/tools/Makefile b/third_party/LLVM/projects/sample/tools/Makefile
similarity index 100%
rename from src/LLVM/projects/sample/tools/Makefile
rename to third_party/LLVM/projects/sample/tools/Makefile
diff --git a/src/LLVM/projects/sample/tools/sample/Makefile b/third_party/LLVM/projects/sample/tools/sample/Makefile
similarity index 100%
rename from src/LLVM/projects/sample/tools/sample/Makefile
rename to third_party/LLVM/projects/sample/tools/sample/Makefile
diff --git a/src/LLVM/projects/sample/tools/sample/main.c b/third_party/LLVM/projects/sample/tools/sample/main.c
similarity index 100%
rename from src/LLVM/projects/sample/tools/sample/main.c
rename to third_party/LLVM/projects/sample/tools/sample/main.c
diff --git a/src/LLVM/runtime/Makefile b/third_party/LLVM/runtime/Makefile
similarity index 100%
rename from src/LLVM/runtime/Makefile
rename to third_party/LLVM/runtime/Makefile
diff --git a/src/LLVM/runtime/README.txt b/third_party/LLVM/runtime/README.txt
similarity index 100%
rename from src/LLVM/runtime/README.txt
rename to third_party/LLVM/runtime/README.txt
diff --git a/src/LLVM/runtime/libprofile/BasicBlockTracing.c b/third_party/LLVM/runtime/libprofile/BasicBlockTracing.c
similarity index 100%
rename from src/LLVM/runtime/libprofile/BasicBlockTracing.c
rename to third_party/LLVM/runtime/libprofile/BasicBlockTracing.c
diff --git a/src/LLVM/runtime/libprofile/CommonProfiling.c b/third_party/LLVM/runtime/libprofile/CommonProfiling.c
similarity index 100%
rename from src/LLVM/runtime/libprofile/CommonProfiling.c
rename to third_party/LLVM/runtime/libprofile/CommonProfiling.c
diff --git a/src/LLVM/runtime/libprofile/EdgeProfiling.c b/third_party/LLVM/runtime/libprofile/EdgeProfiling.c
similarity index 100%
rename from src/LLVM/runtime/libprofile/EdgeProfiling.c
rename to third_party/LLVM/runtime/libprofile/EdgeProfiling.c
diff --git a/src/LLVM/runtime/libprofile/GCDAProfiling.c b/third_party/LLVM/runtime/libprofile/GCDAProfiling.c
similarity index 100%
rename from src/LLVM/runtime/libprofile/GCDAProfiling.c
rename to third_party/LLVM/runtime/libprofile/GCDAProfiling.c
diff --git a/src/LLVM/runtime/libprofile/Makefile b/third_party/LLVM/runtime/libprofile/Makefile
similarity index 100%
rename from src/LLVM/runtime/libprofile/Makefile
rename to third_party/LLVM/runtime/libprofile/Makefile
diff --git a/src/LLVM/runtime/libprofile/OptimalEdgeProfiling.c b/third_party/LLVM/runtime/libprofile/OptimalEdgeProfiling.c
similarity index 100%
rename from src/LLVM/runtime/libprofile/OptimalEdgeProfiling.c
rename to third_party/LLVM/runtime/libprofile/OptimalEdgeProfiling.c
diff --git a/src/LLVM/runtime/libprofile/PathProfiling.c b/third_party/LLVM/runtime/libprofile/PathProfiling.c
similarity index 100%
rename from src/LLVM/runtime/libprofile/PathProfiling.c
rename to third_party/LLVM/runtime/libprofile/PathProfiling.c
diff --git a/src/LLVM/runtime/libprofile/Profiling.h b/third_party/LLVM/runtime/libprofile/Profiling.h
similarity index 100%
rename from src/LLVM/runtime/libprofile/Profiling.h
rename to third_party/LLVM/runtime/libprofile/Profiling.h
diff --git a/src/LLVM/runtime/libprofile/libprofile.exports b/third_party/LLVM/runtime/libprofile/libprofile.exports
similarity index 100%
rename from src/LLVM/runtime/libprofile/libprofile.exports
rename to third_party/LLVM/runtime/libprofile/libprofile.exports
diff --git a/src/LLVM/test/Analysis/BasicAA/2003-02-26-AccessSizeTest.ll b/third_party/LLVM/test/Analysis/BasicAA/2003-02-26-AccessSizeTest.ll
similarity index 100%
rename from src/LLVM/test/Analysis/BasicAA/2003-02-26-AccessSizeTest.ll
rename to third_party/LLVM/test/Analysis/BasicAA/2003-02-26-AccessSizeTest.ll
diff --git a/src/LLVM/test/Analysis/BasicAA/2003-03-04-GEPCrash.ll b/third_party/LLVM/test/Analysis/BasicAA/2003-03-04-GEPCrash.ll
similarity index 100%
rename from src/LLVM/test/Analysis/BasicAA/2003-03-04-GEPCrash.ll
rename to third_party/LLVM/test/Analysis/BasicAA/2003-03-04-GEPCrash.ll
diff --git a/src/LLVM/test/Analysis/BasicAA/2003-04-22-GEPProblem.ll b/third_party/LLVM/test/Analysis/BasicAA/2003-04-22-GEPProblem.ll
similarity index 100%
rename from src/LLVM/test/Analysis/BasicAA/2003-04-22-GEPProblem.ll
rename to third_party/LLVM/test/Analysis/BasicAA/2003-04-22-GEPProblem.ll
diff --git a/src/LLVM/test/Analysis/BasicAA/2003-04-25-GEPCrash.ll b/third_party/LLVM/test/Analysis/BasicAA/2003-04-25-GEPCrash.ll
similarity index 100%
rename from src/LLVM/test/Analysis/BasicAA/2003-04-25-GEPCrash.ll
rename to third_party/LLVM/test/Analysis/BasicAA/2003-04-25-GEPCrash.ll
diff --git a/src/LLVM/test/Analysis/BasicAA/2003-05-21-GEP-Problem.ll b/third_party/LLVM/test/Analysis/BasicAA/2003-05-21-GEP-Problem.ll
similarity index 100%
rename from src/LLVM/test/Analysis/BasicAA/2003-05-21-GEP-Problem.ll
rename to third_party/LLVM/test/Analysis/BasicAA/2003-05-21-GEP-Problem.ll
diff --git a/src/LLVM/test/Analysis/BasicAA/2003-06-01-AliasCrash.ll b/third_party/LLVM/test/Analysis/BasicAA/2003-06-01-AliasCrash.ll
similarity index 100%
rename from src/LLVM/test/Analysis/BasicAA/2003-06-01-AliasCrash.ll
rename to third_party/LLVM/test/Analysis/BasicAA/2003-06-01-AliasCrash.ll
diff --git a/src/LLVM/test/Analysis/BasicAA/2003-07-03-BasicAACrash.ll b/third_party/LLVM/test/Analysis/BasicAA/2003-07-03-BasicAACrash.ll
similarity index 100%
rename from src/LLVM/test/Analysis/BasicAA/2003-07-03-BasicAACrash.ll
rename to third_party/LLVM/test/Analysis/BasicAA/2003-07-03-BasicAACrash.ll
diff --git a/src/LLVM/test/Analysis/BasicAA/2003-09-19-LocalArgument.ll b/third_party/LLVM/test/Analysis/BasicAA/2003-09-19-LocalArgument.ll
similarity index 100%
rename from src/LLVM/test/Analysis/BasicAA/2003-09-19-LocalArgument.ll
rename to third_party/LLVM/test/Analysis/BasicAA/2003-09-19-LocalArgument.ll
diff --git a/src/LLVM/test/Analysis/BasicAA/2003-11-04-SimpleCases.ll b/third_party/LLVM/test/Analysis/BasicAA/2003-11-04-SimpleCases.ll
similarity index 100%
rename from src/LLVM/test/Analysis/BasicAA/2003-11-04-SimpleCases.ll
rename to third_party/LLVM/test/Analysis/BasicAA/2003-11-04-SimpleCases.ll
diff --git a/src/LLVM/test/Analysis/BasicAA/2003-12-11-ConstExprGEP.ll b/third_party/LLVM/test/Analysis/BasicAA/2003-12-11-ConstExprGEP.ll
similarity index 100%
rename from src/LLVM/test/Analysis/BasicAA/2003-12-11-ConstExprGEP.ll
rename to third_party/LLVM/test/Analysis/BasicAA/2003-12-11-ConstExprGEP.ll
diff --git a/src/LLVM/test/Analysis/BasicAA/2004-07-28-MustAliasbug.ll b/third_party/LLVM/test/Analysis/BasicAA/2004-07-28-MustAliasbug.ll
similarity index 100%
rename from src/LLVM/test/Analysis/BasicAA/2004-07-28-MustAliasbug.ll
rename to third_party/LLVM/test/Analysis/BasicAA/2004-07-28-MustAliasbug.ll
diff --git a/src/LLVM/test/Analysis/BasicAA/2006-03-03-BadArraySubscript.ll b/third_party/LLVM/test/Analysis/BasicAA/2006-03-03-BadArraySubscript.ll
similarity index 100%
rename from src/LLVM/test/Analysis/BasicAA/2006-03-03-BadArraySubscript.ll
rename to third_party/LLVM/test/Analysis/BasicAA/2006-03-03-BadArraySubscript.ll
diff --git a/src/LLVM/test/Analysis/BasicAA/2006-11-03-BasicAAVectorCrash.ll b/third_party/LLVM/test/Analysis/BasicAA/2006-11-03-BasicAAVectorCrash.ll
similarity index 100%
rename from src/LLVM/test/Analysis/BasicAA/2006-11-03-BasicAAVectorCrash.ll
rename to third_party/LLVM/test/Analysis/BasicAA/2006-11-03-BasicAAVectorCrash.ll
diff --git a/src/LLVM/test/Analysis/BasicAA/2007-01-13-BasePointerBadNoAlias.ll b/third_party/LLVM/test/Analysis/BasicAA/2007-01-13-BasePointerBadNoAlias.ll
similarity index 100%
rename from src/LLVM/test/Analysis/BasicAA/2007-01-13-BasePointerBadNoAlias.ll
rename to third_party/LLVM/test/Analysis/BasicAA/2007-01-13-BasePointerBadNoAlias.ll
diff --git a/src/LLVM/test/Analysis/BasicAA/2007-08-01-NoAliasAndCalls.ll b/third_party/LLVM/test/Analysis/BasicAA/2007-08-01-NoAliasAndCalls.ll
similarity index 100%
rename from src/LLVM/test/Analysis/BasicAA/2007-08-01-NoAliasAndCalls.ll
rename to third_party/LLVM/test/Analysis/BasicAA/2007-08-01-NoAliasAndCalls.ll
diff --git a/src/LLVM/test/Analysis/BasicAA/2007-08-01-NoAliasAndGEP.ll b/third_party/LLVM/test/Analysis/BasicAA/2007-08-01-NoAliasAndGEP.ll
similarity index 100%
rename from src/LLVM/test/Analysis/BasicAA/2007-08-01-NoAliasAndGEP.ll
rename to third_party/LLVM/test/Analysis/BasicAA/2007-08-01-NoAliasAndGEP.ll
diff --git a/src/LLVM/test/Analysis/BasicAA/2007-08-05-GetOverloadedModRef.ll b/third_party/LLVM/test/Analysis/BasicAA/2007-08-05-GetOverloadedModRef.ll
similarity index 100%
rename from src/LLVM/test/Analysis/BasicAA/2007-08-05-GetOverloadedModRef.ll
rename to third_party/LLVM/test/Analysis/BasicAA/2007-08-05-GetOverloadedModRef.ll
diff --git a/src/LLVM/test/Analysis/BasicAA/2007-10-24-ArgumentsGlobals.ll b/third_party/LLVM/test/Analysis/BasicAA/2007-10-24-ArgumentsGlobals.ll
similarity index 100%
rename from src/LLVM/test/Analysis/BasicAA/2007-10-24-ArgumentsGlobals.ll
rename to third_party/LLVM/test/Analysis/BasicAA/2007-10-24-ArgumentsGlobals.ll
diff --git a/src/LLVM/test/Analysis/BasicAA/2007-11-05-SizeCrash.ll b/third_party/LLVM/test/Analysis/BasicAA/2007-11-05-SizeCrash.ll
similarity index 100%
rename from src/LLVM/test/Analysis/BasicAA/2007-11-05-SizeCrash.ll
rename to third_party/LLVM/test/Analysis/BasicAA/2007-11-05-SizeCrash.ll
diff --git a/src/LLVM/test/Analysis/BasicAA/2007-12-08-OutOfBoundsCrash.ll b/third_party/LLVM/test/Analysis/BasicAA/2007-12-08-OutOfBoundsCrash.ll
similarity index 100%
rename from src/LLVM/test/Analysis/BasicAA/2007-12-08-OutOfBoundsCrash.ll
rename to third_party/LLVM/test/Analysis/BasicAA/2007-12-08-OutOfBoundsCrash.ll
diff --git a/src/LLVM/test/Analysis/BasicAA/2008-04-15-Byval.ll b/third_party/LLVM/test/Analysis/BasicAA/2008-04-15-Byval.ll
similarity index 100%
rename from src/LLVM/test/Analysis/BasicAA/2008-04-15-Byval.ll
rename to third_party/LLVM/test/Analysis/BasicAA/2008-04-15-Byval.ll
diff --git a/src/LLVM/test/Analysis/BasicAA/2008-06-02-GEPTailCrash.ll b/third_party/LLVM/test/Analysis/BasicAA/2008-06-02-GEPTailCrash.ll
similarity index 100%
rename from src/LLVM/test/Analysis/BasicAA/2008-06-02-GEPTailCrash.ll
rename to third_party/LLVM/test/Analysis/BasicAA/2008-06-02-GEPTailCrash.ll
diff --git a/src/LLVM/test/Analysis/BasicAA/2008-11-23-NoaliasRet.ll b/third_party/LLVM/test/Analysis/BasicAA/2008-11-23-NoaliasRet.ll
similarity index 100%
rename from src/LLVM/test/Analysis/BasicAA/2008-11-23-NoaliasRet.ll
rename to third_party/LLVM/test/Analysis/BasicAA/2008-11-23-NoaliasRet.ll
diff --git a/src/LLVM/test/Analysis/BasicAA/2009-03-04-GEPNoalias.ll b/third_party/LLVM/test/Analysis/BasicAA/2009-03-04-GEPNoalias.ll
similarity index 100%
rename from src/LLVM/test/Analysis/BasicAA/2009-03-04-GEPNoalias.ll
rename to third_party/LLVM/test/Analysis/BasicAA/2009-03-04-GEPNoalias.ll
diff --git a/src/LLVM/test/Analysis/BasicAA/2009-10-13-AtomicModRef.ll b/third_party/LLVM/test/Analysis/BasicAA/2009-10-13-AtomicModRef.ll
similarity index 100%
rename from src/LLVM/test/Analysis/BasicAA/2009-10-13-AtomicModRef.ll
rename to third_party/LLVM/test/Analysis/BasicAA/2009-10-13-AtomicModRef.ll
diff --git a/src/LLVM/test/Analysis/BasicAA/2009-10-13-GEP-BaseNoAlias.ll b/third_party/LLVM/test/Analysis/BasicAA/2009-10-13-GEP-BaseNoAlias.ll
similarity index 100%
rename from src/LLVM/test/Analysis/BasicAA/2009-10-13-GEP-BaseNoAlias.ll
rename to third_party/LLVM/test/Analysis/BasicAA/2009-10-13-GEP-BaseNoAlias.ll
diff --git a/src/LLVM/test/Analysis/BasicAA/2010-09-15-GEP-SignedArithmetic.ll b/third_party/LLVM/test/Analysis/BasicAA/2010-09-15-GEP-SignedArithmetic.ll
similarity index 100%
rename from src/LLVM/test/Analysis/BasicAA/2010-09-15-GEP-SignedArithmetic.ll
rename to third_party/LLVM/test/Analysis/BasicAA/2010-09-15-GEP-SignedArithmetic.ll
diff --git a/src/LLVM/test/Analysis/BasicAA/args-rets-allocas-loads.ll b/third_party/LLVM/test/Analysis/BasicAA/args-rets-allocas-loads.ll
similarity index 100%
rename from src/LLVM/test/Analysis/BasicAA/args-rets-allocas-loads.ll
rename to third_party/LLVM/test/Analysis/BasicAA/args-rets-allocas-loads.ll
diff --git a/src/LLVM/test/Analysis/BasicAA/byval.ll b/third_party/LLVM/test/Analysis/BasicAA/byval.ll
similarity index 100%
rename from src/LLVM/test/Analysis/BasicAA/byval.ll
rename to third_party/LLVM/test/Analysis/BasicAA/byval.ll
diff --git a/src/LLVM/test/Analysis/BasicAA/cas.ll b/third_party/LLVM/test/Analysis/BasicAA/cas.ll
similarity index 100%
rename from src/LLVM/test/Analysis/BasicAA/cas.ll
rename to third_party/LLVM/test/Analysis/BasicAA/cas.ll
diff --git a/src/LLVM/test/Analysis/BasicAA/constant-over-index.ll b/third_party/LLVM/test/Analysis/BasicAA/constant-over-index.ll
similarity index 100%
rename from src/LLVM/test/Analysis/BasicAA/constant-over-index.ll
rename to third_party/LLVM/test/Analysis/BasicAA/constant-over-index.ll
diff --git a/src/LLVM/test/Analysis/BasicAA/dag.ll b/third_party/LLVM/test/Analysis/BasicAA/dag.ll
similarity index 100%
rename from src/LLVM/test/Analysis/BasicAA/dag.ll
rename to third_party/LLVM/test/Analysis/BasicAA/dag.ll
diff --git a/src/LLVM/test/Analysis/BasicAA/dg.exp b/third_party/LLVM/test/Analysis/BasicAA/dg.exp
similarity index 100%
rename from src/LLVM/test/Analysis/BasicAA/dg.exp
rename to third_party/LLVM/test/Analysis/BasicAA/dg.exp
diff --git a/src/LLVM/test/Analysis/BasicAA/empty.ll b/third_party/LLVM/test/Analysis/BasicAA/empty.ll
similarity index 100%
rename from src/LLVM/test/Analysis/BasicAA/empty.ll
rename to third_party/LLVM/test/Analysis/BasicAA/empty.ll
diff --git a/src/LLVM/test/Analysis/BasicAA/featuretest.ll b/third_party/LLVM/test/Analysis/BasicAA/featuretest.ll
similarity index 100%
rename from src/LLVM/test/Analysis/BasicAA/featuretest.ll
rename to third_party/LLVM/test/Analysis/BasicAA/featuretest.ll
diff --git a/src/LLVM/test/Analysis/BasicAA/full-store-partial-alias.ll b/third_party/LLVM/test/Analysis/BasicAA/full-store-partial-alias.ll
similarity index 100%
rename from src/LLVM/test/Analysis/BasicAA/full-store-partial-alias.ll
rename to third_party/LLVM/test/Analysis/BasicAA/full-store-partial-alias.ll
diff --git a/src/LLVM/test/Analysis/BasicAA/gcsetest.ll b/third_party/LLVM/test/Analysis/BasicAA/gcsetest.ll
similarity index 100%
rename from src/LLVM/test/Analysis/BasicAA/gcsetest.ll
rename to third_party/LLVM/test/Analysis/BasicAA/gcsetest.ll
diff --git a/src/LLVM/test/Analysis/BasicAA/gep-alias.ll b/third_party/LLVM/test/Analysis/BasicAA/gep-alias.ll
similarity index 100%
rename from src/LLVM/test/Analysis/BasicAA/gep-alias.ll
rename to third_party/LLVM/test/Analysis/BasicAA/gep-alias.ll
diff --git a/src/LLVM/test/Analysis/BasicAA/getmodrefinfo-cs-cs.ll b/third_party/LLVM/test/Analysis/BasicAA/getmodrefinfo-cs-cs.ll
similarity index 100%
rename from src/LLVM/test/Analysis/BasicAA/getmodrefinfo-cs-cs.ll
rename to third_party/LLVM/test/Analysis/BasicAA/getmodrefinfo-cs-cs.ll
diff --git a/src/LLVM/test/Analysis/BasicAA/global-size.ll b/third_party/LLVM/test/Analysis/BasicAA/global-size.ll
similarity index 100%
rename from src/LLVM/test/Analysis/BasicAA/global-size.ll
rename to third_party/LLVM/test/Analysis/BasicAA/global-size.ll
diff --git a/src/LLVM/test/Analysis/BasicAA/intrinsics.ll b/third_party/LLVM/test/Analysis/BasicAA/intrinsics.ll
similarity index 100%
rename from src/LLVM/test/Analysis/BasicAA/intrinsics.ll
rename to third_party/LLVM/test/Analysis/BasicAA/intrinsics.ll
diff --git a/src/LLVM/test/Analysis/BasicAA/memset_pattern.ll b/third_party/LLVM/test/Analysis/BasicAA/memset_pattern.ll
similarity index 100%
rename from src/LLVM/test/Analysis/BasicAA/memset_pattern.ll
rename to third_party/LLVM/test/Analysis/BasicAA/memset_pattern.ll
diff --git a/src/LLVM/test/Analysis/BasicAA/modref.ll b/third_party/LLVM/test/Analysis/BasicAA/modref.ll
similarity index 100%
rename from src/LLVM/test/Analysis/BasicAA/modref.ll
rename to third_party/LLVM/test/Analysis/BasicAA/modref.ll
diff --git a/src/LLVM/test/Analysis/BasicAA/must-and-partial.ll b/third_party/LLVM/test/Analysis/BasicAA/must-and-partial.ll
similarity index 100%
rename from src/LLVM/test/Analysis/BasicAA/must-and-partial.ll
rename to third_party/LLVM/test/Analysis/BasicAA/must-and-partial.ll
diff --git a/src/LLVM/test/Analysis/BasicAA/no-escape-call.ll b/third_party/LLVM/test/Analysis/BasicAA/no-escape-call.ll
similarity index 100%
rename from src/LLVM/test/Analysis/BasicAA/no-escape-call.ll
rename to third_party/LLVM/test/Analysis/BasicAA/no-escape-call.ll
diff --git a/src/LLVM/test/Analysis/BasicAA/nocapture.ll b/third_party/LLVM/test/Analysis/BasicAA/nocapture.ll
similarity index 100%
rename from src/LLVM/test/Analysis/BasicAA/nocapture.ll
rename to third_party/LLVM/test/Analysis/BasicAA/nocapture.ll
diff --git a/src/LLVM/test/Analysis/BasicAA/phi-aa.ll b/third_party/LLVM/test/Analysis/BasicAA/phi-aa.ll
similarity index 100%
rename from src/LLVM/test/Analysis/BasicAA/phi-aa.ll
rename to third_party/LLVM/test/Analysis/BasicAA/phi-aa.ll
diff --git a/src/LLVM/test/Analysis/BasicAA/phi-and-select.ll b/third_party/LLVM/test/Analysis/BasicAA/phi-and-select.ll
similarity index 100%
rename from src/LLVM/test/Analysis/BasicAA/phi-and-select.ll
rename to third_party/LLVM/test/Analysis/BasicAA/phi-and-select.ll
diff --git a/src/LLVM/test/Analysis/BasicAA/pure-const-dce.ll b/third_party/LLVM/test/Analysis/BasicAA/pure-const-dce.ll
similarity index 100%
rename from src/LLVM/test/Analysis/BasicAA/pure-const-dce.ll
rename to third_party/LLVM/test/Analysis/BasicAA/pure-const-dce.ll
diff --git a/src/LLVM/test/Analysis/BasicAA/store-promote.ll b/third_party/LLVM/test/Analysis/BasicAA/store-promote.ll
similarity index 100%
rename from src/LLVM/test/Analysis/BasicAA/store-promote.ll
rename to third_party/LLVM/test/Analysis/BasicAA/store-promote.ll
diff --git a/src/LLVM/test/Analysis/BasicAA/tailcall-modref.ll b/third_party/LLVM/test/Analysis/BasicAA/tailcall-modref.ll
similarity index 100%
rename from src/LLVM/test/Analysis/BasicAA/tailcall-modref.ll
rename to third_party/LLVM/test/Analysis/BasicAA/tailcall-modref.ll
diff --git a/src/LLVM/test/Analysis/BasicAA/underlying-value.ll b/third_party/LLVM/test/Analysis/BasicAA/underlying-value.ll
similarity index 100%
rename from src/LLVM/test/Analysis/BasicAA/underlying-value.ll
rename to third_party/LLVM/test/Analysis/BasicAA/underlying-value.ll
diff --git a/src/LLVM/test/Analysis/BasicAA/unreachable-block.ll b/third_party/LLVM/test/Analysis/BasicAA/unreachable-block.ll
similarity index 100%
rename from src/LLVM/test/Analysis/BasicAA/unreachable-block.ll
rename to third_party/LLVM/test/Analysis/BasicAA/unreachable-block.ll
diff --git a/src/LLVM/test/Analysis/CallGraph/2008-09-09-DirectCall.ll b/third_party/LLVM/test/Analysis/CallGraph/2008-09-09-DirectCall.ll
similarity index 100%
rename from src/LLVM/test/Analysis/CallGraph/2008-09-09-DirectCall.ll
rename to third_party/LLVM/test/Analysis/CallGraph/2008-09-09-DirectCall.ll
diff --git a/src/LLVM/test/Analysis/CallGraph/2008-09-09-UsedByGlobal.ll b/third_party/LLVM/test/Analysis/CallGraph/2008-09-09-UsedByGlobal.ll
similarity index 100%
rename from src/LLVM/test/Analysis/CallGraph/2008-09-09-UsedByGlobal.ll
rename to third_party/LLVM/test/Analysis/CallGraph/2008-09-09-UsedByGlobal.ll
diff --git a/src/LLVM/test/Analysis/CallGraph/dg.exp b/third_party/LLVM/test/Analysis/CallGraph/dg.exp
similarity index 100%
rename from src/LLVM/test/Analysis/CallGraph/dg.exp
rename to third_party/LLVM/test/Analysis/CallGraph/dg.exp
diff --git a/src/LLVM/test/Analysis/CallGraph/no-intrinsics.ll b/third_party/LLVM/test/Analysis/CallGraph/no-intrinsics.ll
similarity index 100%
rename from src/LLVM/test/Analysis/CallGraph/no-intrinsics.ll
rename to third_party/LLVM/test/Analysis/CallGraph/no-intrinsics.ll
diff --git a/src/LLVM/test/Analysis/Dominators/2006-10-02-BreakCritEdges.ll b/third_party/LLVM/test/Analysis/Dominators/2006-10-02-BreakCritEdges.ll
similarity index 100%
rename from src/LLVM/test/Analysis/Dominators/2006-10-02-BreakCritEdges.ll
rename to third_party/LLVM/test/Analysis/Dominators/2006-10-02-BreakCritEdges.ll
diff --git a/src/LLVM/test/Analysis/Dominators/2007-01-14-BreakCritEdges.ll b/third_party/LLVM/test/Analysis/Dominators/2007-01-14-BreakCritEdges.ll
similarity index 100%
rename from src/LLVM/test/Analysis/Dominators/2007-01-14-BreakCritEdges.ll
rename to third_party/LLVM/test/Analysis/Dominators/2007-01-14-BreakCritEdges.ll
diff --git a/src/LLVM/test/Analysis/Dominators/2007-07-11-SplitBlock.ll b/third_party/LLVM/test/Analysis/Dominators/2007-07-11-SplitBlock.ll
similarity index 100%
rename from src/LLVM/test/Analysis/Dominators/2007-07-11-SplitBlock.ll
rename to third_party/LLVM/test/Analysis/Dominators/2007-07-11-SplitBlock.ll
diff --git a/src/LLVM/test/Analysis/Dominators/2007-07-12-SplitBlock.ll b/third_party/LLVM/test/Analysis/Dominators/2007-07-12-SplitBlock.ll
similarity index 100%
rename from src/LLVM/test/Analysis/Dominators/2007-07-12-SplitBlock.ll
rename to third_party/LLVM/test/Analysis/Dominators/2007-07-12-SplitBlock.ll
diff --git a/src/LLVM/test/Analysis/Dominators/dg.exp b/third_party/LLVM/test/Analysis/Dominators/dg.exp
similarity index 100%
rename from src/LLVM/test/Analysis/Dominators/dg.exp
rename to third_party/LLVM/test/Analysis/Dominators/dg.exp
diff --git a/src/LLVM/test/Analysis/GlobalsModRef/2008-09-03-ReadGlobals.ll b/third_party/LLVM/test/Analysis/GlobalsModRef/2008-09-03-ReadGlobals.ll
similarity index 100%
rename from src/LLVM/test/Analysis/GlobalsModRef/2008-09-03-ReadGlobals.ll
rename to third_party/LLVM/test/Analysis/GlobalsModRef/2008-09-03-ReadGlobals.ll
diff --git a/src/LLVM/test/Analysis/GlobalsModRef/aliastest.ll b/third_party/LLVM/test/Analysis/GlobalsModRef/aliastest.ll
similarity index 100%
rename from src/LLVM/test/Analysis/GlobalsModRef/aliastest.ll
rename to third_party/LLVM/test/Analysis/GlobalsModRef/aliastest.ll
diff --git a/src/LLVM/test/Analysis/GlobalsModRef/chaining-analysis.ll b/third_party/LLVM/test/Analysis/GlobalsModRef/chaining-analysis.ll
similarity index 100%
rename from src/LLVM/test/Analysis/GlobalsModRef/chaining-analysis.ll
rename to third_party/LLVM/test/Analysis/GlobalsModRef/chaining-analysis.ll
diff --git a/src/LLVM/test/Analysis/GlobalsModRef/dg.exp b/third_party/LLVM/test/Analysis/GlobalsModRef/dg.exp
similarity index 100%
rename from src/LLVM/test/Analysis/GlobalsModRef/dg.exp
rename to third_party/LLVM/test/Analysis/GlobalsModRef/dg.exp
diff --git a/src/LLVM/test/Analysis/GlobalsModRef/indirect-global.ll b/third_party/LLVM/test/Analysis/GlobalsModRef/indirect-global.ll
similarity index 100%
rename from src/LLVM/test/Analysis/GlobalsModRef/indirect-global.ll
rename to third_party/LLVM/test/Analysis/GlobalsModRef/indirect-global.ll
diff --git a/src/LLVM/test/Analysis/GlobalsModRef/modreftest.ll b/third_party/LLVM/test/Analysis/GlobalsModRef/modreftest.ll
similarity index 100%
rename from src/LLVM/test/Analysis/GlobalsModRef/modreftest.ll
rename to third_party/LLVM/test/Analysis/GlobalsModRef/modreftest.ll
diff --git a/src/LLVM/test/Analysis/GlobalsModRef/purecse.ll b/third_party/LLVM/test/Analysis/GlobalsModRef/purecse.ll
similarity index 100%
rename from src/LLVM/test/Analysis/GlobalsModRef/purecse.ll
rename to third_party/LLVM/test/Analysis/GlobalsModRef/purecse.ll
diff --git a/src/LLVM/test/Analysis/LoopDependenceAnalysis/alias.ll b/third_party/LLVM/test/Analysis/LoopDependenceAnalysis/alias.ll
similarity index 100%
rename from src/LLVM/test/Analysis/LoopDependenceAnalysis/alias.ll
rename to third_party/LLVM/test/Analysis/LoopDependenceAnalysis/alias.ll
diff --git a/src/LLVM/test/Analysis/LoopDependenceAnalysis/dg.exp b/third_party/LLVM/test/Analysis/LoopDependenceAnalysis/dg.exp
similarity index 100%
rename from src/LLVM/test/Analysis/LoopDependenceAnalysis/dg.exp
rename to third_party/LLVM/test/Analysis/LoopDependenceAnalysis/dg.exp
diff --git a/src/LLVM/test/Analysis/LoopDependenceAnalysis/siv-strong.ll b/third_party/LLVM/test/Analysis/LoopDependenceAnalysis/siv-strong.ll
similarity index 100%
rename from src/LLVM/test/Analysis/LoopDependenceAnalysis/siv-strong.ll
rename to third_party/LLVM/test/Analysis/LoopDependenceAnalysis/siv-strong.ll
diff --git a/src/LLVM/test/Analysis/LoopDependenceAnalysis/siv-weak-crossing.ll b/third_party/LLVM/test/Analysis/LoopDependenceAnalysis/siv-weak-crossing.ll
similarity index 100%
rename from src/LLVM/test/Analysis/LoopDependenceAnalysis/siv-weak-crossing.ll
rename to third_party/LLVM/test/Analysis/LoopDependenceAnalysis/siv-weak-crossing.ll
diff --git a/src/LLVM/test/Analysis/LoopDependenceAnalysis/siv-weak-zero.ll b/third_party/LLVM/test/Analysis/LoopDependenceAnalysis/siv-weak-zero.ll
similarity index 100%
rename from src/LLVM/test/Analysis/LoopDependenceAnalysis/siv-weak-zero.ll
rename to third_party/LLVM/test/Analysis/LoopDependenceAnalysis/siv-weak-zero.ll
diff --git a/src/LLVM/test/Analysis/LoopDependenceAnalysis/ziv.ll b/third_party/LLVM/test/Analysis/LoopDependenceAnalysis/ziv.ll
similarity index 100%
rename from src/LLVM/test/Analysis/LoopDependenceAnalysis/ziv.ll
rename to third_party/LLVM/test/Analysis/LoopDependenceAnalysis/ziv.ll
diff --git a/src/LLVM/test/Analysis/LoopInfo/2003-05-15-NestingProblem.ll b/third_party/LLVM/test/Analysis/LoopInfo/2003-05-15-NestingProblem.ll
similarity index 100%
rename from src/LLVM/test/Analysis/LoopInfo/2003-05-15-NestingProblem.ll
rename to third_party/LLVM/test/Analysis/LoopInfo/2003-05-15-NestingProblem.ll
diff --git a/src/LLVM/test/Analysis/LoopInfo/dg.exp b/third_party/LLVM/test/Analysis/LoopInfo/dg.exp
similarity index 100%
rename from src/LLVM/test/Analysis/LoopInfo/dg.exp
rename to third_party/LLVM/test/Analysis/LoopInfo/dg.exp
diff --git a/src/LLVM/test/Analysis/PostDominators/dg.exp b/third_party/LLVM/test/Analysis/PostDominators/dg.exp
similarity index 100%
rename from src/LLVM/test/Analysis/PostDominators/dg.exp
rename to third_party/LLVM/test/Analysis/PostDominators/dg.exp
diff --git a/src/LLVM/test/Analysis/PostDominators/pr1098.ll b/third_party/LLVM/test/Analysis/PostDominators/pr1098.ll
similarity index 100%
rename from src/LLVM/test/Analysis/PostDominators/pr1098.ll
rename to third_party/LLVM/test/Analysis/PostDominators/pr1098.ll
diff --git a/src/LLVM/test/Analysis/PostDominators/pr6047_a.ll b/third_party/LLVM/test/Analysis/PostDominators/pr6047_a.ll
similarity index 100%
rename from src/LLVM/test/Analysis/PostDominators/pr6047_a.ll
rename to third_party/LLVM/test/Analysis/PostDominators/pr6047_a.ll
diff --git a/src/LLVM/test/Analysis/PostDominators/pr6047_b.ll b/third_party/LLVM/test/Analysis/PostDominators/pr6047_b.ll
similarity index 100%
rename from src/LLVM/test/Analysis/PostDominators/pr6047_b.ll
rename to third_party/LLVM/test/Analysis/PostDominators/pr6047_b.ll
diff --git a/src/LLVM/test/Analysis/PostDominators/pr6047_c.ll b/third_party/LLVM/test/Analysis/PostDominators/pr6047_c.ll
similarity index 100%
rename from src/LLVM/test/Analysis/PostDominators/pr6047_c.ll
rename to third_party/LLVM/test/Analysis/PostDominators/pr6047_c.ll
diff --git a/src/LLVM/test/Analysis/PostDominators/pr6047_d.ll b/third_party/LLVM/test/Analysis/PostDominators/pr6047_d.ll
similarity index 100%
rename from src/LLVM/test/Analysis/PostDominators/pr6047_d.ll
rename to third_party/LLVM/test/Analysis/PostDominators/pr6047_d.ll
diff --git a/src/LLVM/test/Analysis/Profiling/dg.exp b/third_party/LLVM/test/Analysis/Profiling/dg.exp
similarity index 100%
rename from src/LLVM/test/Analysis/Profiling/dg.exp
rename to third_party/LLVM/test/Analysis/Profiling/dg.exp
diff --git a/src/LLVM/test/Analysis/Profiling/edge-profiling.ll b/third_party/LLVM/test/Analysis/Profiling/edge-profiling.ll
similarity index 100%
rename from src/LLVM/test/Analysis/Profiling/edge-profiling.ll
rename to third_party/LLVM/test/Analysis/Profiling/edge-profiling.ll
diff --git a/src/LLVM/test/Analysis/Profiling/profiling-tool-chain.ll b/third_party/LLVM/test/Analysis/Profiling/profiling-tool-chain.ll
similarity index 100%
rename from src/LLVM/test/Analysis/Profiling/profiling-tool-chain.ll
rename to third_party/LLVM/test/Analysis/Profiling/profiling-tool-chain.ll
diff --git a/src/LLVM/test/Analysis/RegionInfo/20100809_bb_not_in_domtree.ll b/third_party/LLVM/test/Analysis/RegionInfo/20100809_bb_not_in_domtree.ll
similarity index 100%
rename from src/LLVM/test/Analysis/RegionInfo/20100809_bb_not_in_domtree.ll
rename to third_party/LLVM/test/Analysis/RegionInfo/20100809_bb_not_in_domtree.ll
diff --git a/src/LLVM/test/Analysis/RegionInfo/block_sort.ll b/third_party/LLVM/test/Analysis/RegionInfo/block_sort.ll
similarity index 100%
rename from src/LLVM/test/Analysis/RegionInfo/block_sort.ll
rename to third_party/LLVM/test/Analysis/RegionInfo/block_sort.ll
diff --git a/src/LLVM/test/Analysis/RegionInfo/cond_loop.ll b/third_party/LLVM/test/Analysis/RegionInfo/cond_loop.ll
similarity index 100%
rename from src/LLVM/test/Analysis/RegionInfo/cond_loop.ll
rename to third_party/LLVM/test/Analysis/RegionInfo/cond_loop.ll
diff --git a/src/LLVM/test/Analysis/RegionInfo/condition_complicated.ll b/third_party/LLVM/test/Analysis/RegionInfo/condition_complicated.ll
similarity index 100%
rename from src/LLVM/test/Analysis/RegionInfo/condition_complicated.ll
rename to third_party/LLVM/test/Analysis/RegionInfo/condition_complicated.ll
diff --git a/src/LLVM/test/Analysis/RegionInfo/condition_complicated_2.ll b/third_party/LLVM/test/Analysis/RegionInfo/condition_complicated_2.ll
similarity index 100%
rename from src/LLVM/test/Analysis/RegionInfo/condition_complicated_2.ll
rename to third_party/LLVM/test/Analysis/RegionInfo/condition_complicated_2.ll
diff --git a/src/LLVM/test/Analysis/RegionInfo/condition_forward_edge.ll b/third_party/LLVM/test/Analysis/RegionInfo/condition_forward_edge.ll
similarity index 100%
rename from src/LLVM/test/Analysis/RegionInfo/condition_forward_edge.ll
rename to third_party/LLVM/test/Analysis/RegionInfo/condition_forward_edge.ll
diff --git a/src/LLVM/test/Analysis/RegionInfo/condition_same_exit.ll b/third_party/LLVM/test/Analysis/RegionInfo/condition_same_exit.ll
similarity index 100%
rename from src/LLVM/test/Analysis/RegionInfo/condition_same_exit.ll
rename to third_party/LLVM/test/Analysis/RegionInfo/condition_same_exit.ll
diff --git a/src/LLVM/test/Analysis/RegionInfo/condition_simple.ll b/third_party/LLVM/test/Analysis/RegionInfo/condition_simple.ll
similarity index 100%
rename from src/LLVM/test/Analysis/RegionInfo/condition_simple.ll
rename to third_party/LLVM/test/Analysis/RegionInfo/condition_simple.ll
diff --git a/src/LLVM/test/Analysis/RegionInfo/dg.exp b/third_party/LLVM/test/Analysis/RegionInfo/dg.exp
similarity index 100%
rename from src/LLVM/test/Analysis/RegionInfo/dg.exp
rename to third_party/LLVM/test/Analysis/RegionInfo/dg.exp
diff --git a/src/LLVM/test/Analysis/RegionInfo/exit_in_condition.ll b/third_party/LLVM/test/Analysis/RegionInfo/exit_in_condition.ll
similarity index 100%
rename from src/LLVM/test/Analysis/RegionInfo/exit_in_condition.ll
rename to third_party/LLVM/test/Analysis/RegionInfo/exit_in_condition.ll
diff --git a/src/LLVM/test/Analysis/RegionInfo/infinite_loop.ll b/third_party/LLVM/test/Analysis/RegionInfo/infinite_loop.ll
similarity index 100%
rename from src/LLVM/test/Analysis/RegionInfo/infinite_loop.ll
rename to third_party/LLVM/test/Analysis/RegionInfo/infinite_loop.ll
diff --git a/src/LLVM/test/Analysis/RegionInfo/infinite_loop_2.ll b/third_party/LLVM/test/Analysis/RegionInfo/infinite_loop_2.ll
similarity index 100%
rename from src/LLVM/test/Analysis/RegionInfo/infinite_loop_2.ll
rename to third_party/LLVM/test/Analysis/RegionInfo/infinite_loop_2.ll
diff --git a/src/LLVM/test/Analysis/RegionInfo/infinite_loop_3.ll b/third_party/LLVM/test/Analysis/RegionInfo/infinite_loop_3.ll
similarity index 100%
rename from src/LLVM/test/Analysis/RegionInfo/infinite_loop_3.ll
rename to third_party/LLVM/test/Analysis/RegionInfo/infinite_loop_3.ll
diff --git a/src/LLVM/test/Analysis/RegionInfo/infinite_loop_4.ll b/third_party/LLVM/test/Analysis/RegionInfo/infinite_loop_4.ll
similarity index 100%
rename from src/LLVM/test/Analysis/RegionInfo/infinite_loop_4.ll
rename to third_party/LLVM/test/Analysis/RegionInfo/infinite_loop_4.ll
diff --git a/src/LLVM/test/Analysis/RegionInfo/loop_with_condition.ll b/third_party/LLVM/test/Analysis/RegionInfo/loop_with_condition.ll
similarity index 100%
rename from src/LLVM/test/Analysis/RegionInfo/loop_with_condition.ll
rename to third_party/LLVM/test/Analysis/RegionInfo/loop_with_condition.ll
diff --git a/src/LLVM/test/Analysis/RegionInfo/loops_1.ll b/third_party/LLVM/test/Analysis/RegionInfo/loops_1.ll
similarity index 100%
rename from src/LLVM/test/Analysis/RegionInfo/loops_1.ll
rename to third_party/LLVM/test/Analysis/RegionInfo/loops_1.ll
diff --git a/src/LLVM/test/Analysis/RegionInfo/loops_2.ll b/third_party/LLVM/test/Analysis/RegionInfo/loops_2.ll
similarity index 100%
rename from src/LLVM/test/Analysis/RegionInfo/loops_2.ll
rename to third_party/LLVM/test/Analysis/RegionInfo/loops_2.ll
diff --git a/src/LLVM/test/Analysis/RegionInfo/mix_1.ll b/third_party/LLVM/test/Analysis/RegionInfo/mix_1.ll
similarity index 100%
rename from src/LLVM/test/Analysis/RegionInfo/mix_1.ll
rename to third_party/LLVM/test/Analysis/RegionInfo/mix_1.ll
diff --git a/src/LLVM/test/Analysis/RegionInfo/multiple_exiting_edge.ll b/third_party/LLVM/test/Analysis/RegionInfo/multiple_exiting_edge.ll
similarity index 100%
rename from src/LLVM/test/Analysis/RegionInfo/multiple_exiting_edge.ll
rename to third_party/LLVM/test/Analysis/RegionInfo/multiple_exiting_edge.ll
diff --git a/src/LLVM/test/Analysis/RegionInfo/nested_loops.ll b/third_party/LLVM/test/Analysis/RegionInfo/nested_loops.ll
similarity index 100%
rename from src/LLVM/test/Analysis/RegionInfo/nested_loops.ll
rename to third_party/LLVM/test/Analysis/RegionInfo/nested_loops.ll
diff --git a/src/LLVM/test/Analysis/RegionInfo/next.ll b/third_party/LLVM/test/Analysis/RegionInfo/next.ll
similarity index 100%
rename from src/LLVM/test/Analysis/RegionInfo/next.ll
rename to third_party/LLVM/test/Analysis/RegionInfo/next.ll
diff --git a/src/LLVM/test/Analysis/RegionInfo/paper.ll b/third_party/LLVM/test/Analysis/RegionInfo/paper.ll
similarity index 100%
rename from src/LLVM/test/Analysis/RegionInfo/paper.ll
rename to third_party/LLVM/test/Analysis/RegionInfo/paper.ll
diff --git a/src/LLVM/test/Analysis/RegionInfo/two_loops_same_header.ll b/third_party/LLVM/test/Analysis/RegionInfo/two_loops_same_header.ll
similarity index 100%
rename from src/LLVM/test/Analysis/RegionInfo/two_loops_same_header.ll
rename to third_party/LLVM/test/Analysis/RegionInfo/two_loops_same_header.ll
diff --git a/src/LLVM/test/Analysis/ScalarEvolution/2007-07-15-NegativeStride.ll b/third_party/LLVM/test/Analysis/ScalarEvolution/2007-07-15-NegativeStride.ll
similarity index 100%
rename from src/LLVM/test/Analysis/ScalarEvolution/2007-07-15-NegativeStride.ll
rename to third_party/LLVM/test/Analysis/ScalarEvolution/2007-07-15-NegativeStride.ll
diff --git a/src/LLVM/test/Analysis/ScalarEvolution/2007-08-06-MisinterpretBranch.ll b/third_party/LLVM/test/Analysis/ScalarEvolution/2007-08-06-MisinterpretBranch.ll
similarity index 100%
rename from src/LLVM/test/Analysis/ScalarEvolution/2007-08-06-MisinterpretBranch.ll
rename to third_party/LLVM/test/Analysis/ScalarEvolution/2007-08-06-MisinterpretBranch.ll
diff --git a/src/LLVM/test/Analysis/ScalarEvolution/2007-08-06-Unsigned.ll b/third_party/LLVM/test/Analysis/ScalarEvolution/2007-08-06-Unsigned.ll
similarity index 100%
rename from src/LLVM/test/Analysis/ScalarEvolution/2007-08-06-Unsigned.ll
rename to third_party/LLVM/test/Analysis/ScalarEvolution/2007-08-06-Unsigned.ll
diff --git a/src/LLVM/test/Analysis/ScalarEvolution/2007-09-27-LargeStepping.ll b/third_party/LLVM/test/Analysis/ScalarEvolution/2007-09-27-LargeStepping.ll
similarity index 100%
rename from src/LLVM/test/Analysis/ScalarEvolution/2007-09-27-LargeStepping.ll
rename to third_party/LLVM/test/Analysis/ScalarEvolution/2007-09-27-LargeStepping.ll
diff --git a/src/LLVM/test/Analysis/ScalarEvolution/2007-11-14-SignedAddRec.ll b/third_party/LLVM/test/Analysis/ScalarEvolution/2007-11-14-SignedAddRec.ll
similarity index 100%
rename from src/LLVM/test/Analysis/ScalarEvolution/2007-11-14-SignedAddRec.ll
rename to third_party/LLVM/test/Analysis/ScalarEvolution/2007-11-14-SignedAddRec.ll
diff --git a/src/LLVM/test/Analysis/ScalarEvolution/2007-11-18-OrInstruction.ll b/third_party/LLVM/test/Analysis/ScalarEvolution/2007-11-18-OrInstruction.ll
similarity index 100%
rename from src/LLVM/test/Analysis/ScalarEvolution/2007-11-18-OrInstruction.ll
rename to third_party/LLVM/test/Analysis/ScalarEvolution/2007-11-18-OrInstruction.ll
diff --git a/src/LLVM/test/Analysis/ScalarEvolution/2008-02-11-ReversedCondition.ll b/third_party/LLVM/test/Analysis/ScalarEvolution/2008-02-11-ReversedCondition.ll
similarity index 100%
rename from src/LLVM/test/Analysis/ScalarEvolution/2008-02-11-ReversedCondition.ll
rename to third_party/LLVM/test/Analysis/ScalarEvolution/2008-02-11-ReversedCondition.ll
diff --git a/src/LLVM/test/Analysis/ScalarEvolution/2008-02-12-SMAXTripCount.ll b/third_party/LLVM/test/Analysis/ScalarEvolution/2008-02-12-SMAXTripCount.ll
similarity index 100%
rename from src/LLVM/test/Analysis/ScalarEvolution/2008-02-12-SMAXTripCount.ll
rename to third_party/LLVM/test/Analysis/ScalarEvolution/2008-02-12-SMAXTripCount.ll
diff --git a/src/LLVM/test/Analysis/ScalarEvolution/2008-02-15-UMax.ll b/third_party/LLVM/test/Analysis/ScalarEvolution/2008-02-15-UMax.ll
similarity index 100%
rename from src/LLVM/test/Analysis/ScalarEvolution/2008-02-15-UMax.ll
rename to third_party/LLVM/test/Analysis/ScalarEvolution/2008-02-15-UMax.ll
diff --git a/src/LLVM/test/Analysis/ScalarEvolution/2008-05-25-NegativeStepToZero.ll b/third_party/LLVM/test/Analysis/ScalarEvolution/2008-05-25-NegativeStepToZero.ll
similarity index 100%
rename from src/LLVM/test/Analysis/ScalarEvolution/2008-05-25-NegativeStepToZero.ll
rename to third_party/LLVM/test/Analysis/ScalarEvolution/2008-05-25-NegativeStepToZero.ll
diff --git a/src/LLVM/test/Analysis/ScalarEvolution/2008-06-12-BinomialInt64.ll b/third_party/LLVM/test/Analysis/ScalarEvolution/2008-06-12-BinomialInt64.ll
similarity index 100%
rename from src/LLVM/test/Analysis/ScalarEvolution/2008-06-12-BinomialInt64.ll
rename to third_party/LLVM/test/Analysis/ScalarEvolution/2008-06-12-BinomialInt64.ll
diff --git a/src/LLVM/test/Analysis/ScalarEvolution/2008-07-12-UnneededSelect1.ll b/third_party/LLVM/test/Analysis/ScalarEvolution/2008-07-12-UnneededSelect1.ll
similarity index 100%
rename from src/LLVM/test/Analysis/ScalarEvolution/2008-07-12-UnneededSelect1.ll
rename to third_party/LLVM/test/Analysis/ScalarEvolution/2008-07-12-UnneededSelect1.ll
diff --git a/src/LLVM/test/Analysis/ScalarEvolution/2008-07-12-UnneededSelect2.ll b/third_party/LLVM/test/Analysis/ScalarEvolution/2008-07-12-UnneededSelect2.ll
similarity index 100%
rename from src/LLVM/test/Analysis/ScalarEvolution/2008-07-12-UnneededSelect2.ll
rename to third_party/LLVM/test/Analysis/ScalarEvolution/2008-07-12-UnneededSelect2.ll
diff --git a/src/LLVM/test/Analysis/ScalarEvolution/2008-07-19-InfiniteLoop.ll b/third_party/LLVM/test/Analysis/ScalarEvolution/2008-07-19-InfiniteLoop.ll
similarity index 100%
rename from src/LLVM/test/Analysis/ScalarEvolution/2008-07-19-InfiniteLoop.ll
rename to third_party/LLVM/test/Analysis/ScalarEvolution/2008-07-19-InfiniteLoop.ll
diff --git a/src/LLVM/test/Analysis/ScalarEvolution/2008-07-19-WrappingIV.ll b/third_party/LLVM/test/Analysis/ScalarEvolution/2008-07-19-WrappingIV.ll
similarity index 100%
rename from src/LLVM/test/Analysis/ScalarEvolution/2008-07-19-WrappingIV.ll
rename to third_party/LLVM/test/Analysis/ScalarEvolution/2008-07-19-WrappingIV.ll
diff --git a/src/LLVM/test/Analysis/ScalarEvolution/2008-07-29-SGTTripCount.ll b/third_party/LLVM/test/Analysis/ScalarEvolution/2008-07-29-SGTTripCount.ll
similarity index 100%
rename from src/LLVM/test/Analysis/ScalarEvolution/2008-07-29-SGTTripCount.ll
rename to third_party/LLVM/test/Analysis/ScalarEvolution/2008-07-29-SGTTripCount.ll
diff --git a/src/LLVM/test/Analysis/ScalarEvolution/2008-07-29-SMinExpr.ll b/third_party/LLVM/test/Analysis/ScalarEvolution/2008-07-29-SMinExpr.ll
similarity index 100%
rename from src/LLVM/test/Analysis/ScalarEvolution/2008-07-29-SMinExpr.ll
rename to third_party/LLVM/test/Analysis/ScalarEvolution/2008-07-29-SMinExpr.ll
diff --git a/src/LLVM/test/Analysis/ScalarEvolution/2008-08-04-IVOverflow.ll b/third_party/LLVM/test/Analysis/ScalarEvolution/2008-08-04-IVOverflow.ll
similarity index 100%
rename from src/LLVM/test/Analysis/ScalarEvolution/2008-08-04-IVOverflow.ll
rename to third_party/LLVM/test/Analysis/ScalarEvolution/2008-08-04-IVOverflow.ll
diff --git a/src/LLVM/test/Analysis/ScalarEvolution/2008-08-04-LongAddRec.ll b/third_party/LLVM/test/Analysis/ScalarEvolution/2008-08-04-LongAddRec.ll
similarity index 100%
rename from src/LLVM/test/Analysis/ScalarEvolution/2008-08-04-LongAddRec.ll
rename to third_party/LLVM/test/Analysis/ScalarEvolution/2008-08-04-LongAddRec.ll
diff --git a/src/LLVM/test/Analysis/ScalarEvolution/2008-11-02-QuadraticCrash.ll b/third_party/LLVM/test/Analysis/ScalarEvolution/2008-11-02-QuadraticCrash.ll
similarity index 100%
rename from src/LLVM/test/Analysis/ScalarEvolution/2008-11-02-QuadraticCrash.ll
rename to third_party/LLVM/test/Analysis/ScalarEvolution/2008-11-02-QuadraticCrash.ll
diff --git a/src/LLVM/test/Analysis/ScalarEvolution/2008-11-15-CubicOOM.ll b/third_party/LLVM/test/Analysis/ScalarEvolution/2008-11-15-CubicOOM.ll
similarity index 100%
rename from src/LLVM/test/Analysis/ScalarEvolution/2008-11-15-CubicOOM.ll
rename to third_party/LLVM/test/Analysis/ScalarEvolution/2008-11-15-CubicOOM.ll
diff --git a/src/LLVM/test/Analysis/ScalarEvolution/2008-11-18-LessThanOrEqual.ll b/third_party/LLVM/test/Analysis/ScalarEvolution/2008-11-18-LessThanOrEqual.ll
similarity index 100%
rename from src/LLVM/test/Analysis/ScalarEvolution/2008-11-18-LessThanOrEqual.ll
rename to third_party/LLVM/test/Analysis/ScalarEvolution/2008-11-18-LessThanOrEqual.ll
diff --git a/src/LLVM/test/Analysis/ScalarEvolution/2008-11-18-Stride1.ll b/third_party/LLVM/test/Analysis/ScalarEvolution/2008-11-18-Stride1.ll
similarity index 100%
rename from src/LLVM/test/Analysis/ScalarEvolution/2008-11-18-Stride1.ll
rename to third_party/LLVM/test/Analysis/ScalarEvolution/2008-11-18-Stride1.ll
diff --git a/src/LLVM/test/Analysis/ScalarEvolution/2008-11-18-Stride2.ll b/third_party/LLVM/test/Analysis/ScalarEvolution/2008-11-18-Stride2.ll
similarity index 100%
rename from src/LLVM/test/Analysis/ScalarEvolution/2008-11-18-Stride2.ll
rename to third_party/LLVM/test/Analysis/ScalarEvolution/2008-11-18-Stride2.ll
diff --git a/src/LLVM/test/Analysis/ScalarEvolution/2008-12-08-FiniteSGE.ll b/third_party/LLVM/test/Analysis/ScalarEvolution/2008-12-08-FiniteSGE.ll
similarity index 100%
rename from src/LLVM/test/Analysis/ScalarEvolution/2008-12-08-FiniteSGE.ll
rename to third_party/LLVM/test/Analysis/ScalarEvolution/2008-12-08-FiniteSGE.ll
diff --git a/src/LLVM/test/Analysis/ScalarEvolution/2008-12-11-SMaxOverflow.ll b/third_party/LLVM/test/Analysis/ScalarEvolution/2008-12-11-SMaxOverflow.ll
similarity index 100%
rename from src/LLVM/test/Analysis/ScalarEvolution/2008-12-11-SMaxOverflow.ll
rename to third_party/LLVM/test/Analysis/ScalarEvolution/2008-12-11-SMaxOverflow.ll
diff --git a/src/LLVM/test/Analysis/ScalarEvolution/2008-12-14-StrideAndSigned.ll b/third_party/LLVM/test/Analysis/ScalarEvolution/2008-12-14-StrideAndSigned.ll
similarity index 100%
rename from src/LLVM/test/Analysis/ScalarEvolution/2008-12-14-StrideAndSigned.ll
rename to third_party/LLVM/test/Analysis/ScalarEvolution/2008-12-14-StrideAndSigned.ll
diff --git a/src/LLVM/test/Analysis/ScalarEvolution/2008-12-15-DontUseSDiv.ll b/third_party/LLVM/test/Analysis/ScalarEvolution/2008-12-15-DontUseSDiv.ll
similarity index 100%
rename from src/LLVM/test/Analysis/ScalarEvolution/2008-12-15-DontUseSDiv.ll
rename to third_party/LLVM/test/Analysis/ScalarEvolution/2008-12-15-DontUseSDiv.ll
diff --git a/src/LLVM/test/Analysis/ScalarEvolution/2009-01-02-SignedNegativeStride.ll b/third_party/LLVM/test/Analysis/ScalarEvolution/2009-01-02-SignedNegativeStride.ll
similarity index 100%
rename from src/LLVM/test/Analysis/ScalarEvolution/2009-01-02-SignedNegativeStride.ll
rename to third_party/LLVM/test/Analysis/ScalarEvolution/2009-01-02-SignedNegativeStride.ll
diff --git a/src/LLVM/test/Analysis/ScalarEvolution/2009-04-22-TruncCast.ll b/third_party/LLVM/test/Analysis/ScalarEvolution/2009-04-22-TruncCast.ll
similarity index 100%
rename from src/LLVM/test/Analysis/ScalarEvolution/2009-04-22-TruncCast.ll
rename to third_party/LLVM/test/Analysis/ScalarEvolution/2009-04-22-TruncCast.ll
diff --git a/src/LLVM/test/Analysis/ScalarEvolution/2009-05-09-PointerEdgeCount.ll b/third_party/LLVM/test/Analysis/ScalarEvolution/2009-05-09-PointerEdgeCount.ll
similarity index 100%
rename from src/LLVM/test/Analysis/ScalarEvolution/2009-05-09-PointerEdgeCount.ll
rename to third_party/LLVM/test/Analysis/ScalarEvolution/2009-05-09-PointerEdgeCount.ll
diff --git a/src/LLVM/test/Analysis/ScalarEvolution/2009-07-04-GroupConstantsWidthMismatch.ll b/third_party/LLVM/test/Analysis/ScalarEvolution/2009-07-04-GroupConstantsWidthMismatch.ll
similarity index 100%
rename from src/LLVM/test/Analysis/ScalarEvolution/2009-07-04-GroupConstantsWidthMismatch.ll
rename to third_party/LLVM/test/Analysis/ScalarEvolution/2009-07-04-GroupConstantsWidthMismatch.ll
diff --git a/src/LLVM/test/Analysis/ScalarEvolution/2010-09-03-RequiredTransitive.ll b/third_party/LLVM/test/Analysis/ScalarEvolution/2010-09-03-RequiredTransitive.ll
similarity index 100%
rename from src/LLVM/test/Analysis/ScalarEvolution/2010-09-03-RequiredTransitive.ll
rename to third_party/LLVM/test/Analysis/ScalarEvolution/2010-09-03-RequiredTransitive.ll
diff --git a/src/LLVM/test/Analysis/ScalarEvolution/2011-03-09-ExactNoMaxBECount.ll b/third_party/LLVM/test/Analysis/ScalarEvolution/2011-03-09-ExactNoMaxBECount.ll
similarity index 100%
rename from src/LLVM/test/Analysis/ScalarEvolution/2011-03-09-ExactNoMaxBECount.ll
rename to third_party/LLVM/test/Analysis/ScalarEvolution/2011-03-09-ExactNoMaxBECount.ll
diff --git a/src/LLVM/test/Analysis/ScalarEvolution/2011-04-26-FoldAddRec.ll b/third_party/LLVM/test/Analysis/ScalarEvolution/2011-04-26-FoldAddRec.ll
similarity index 100%
rename from src/LLVM/test/Analysis/ScalarEvolution/2011-04-26-FoldAddRec.ll
rename to third_party/LLVM/test/Analysis/ScalarEvolution/2011-04-26-FoldAddRec.ll
diff --git a/src/LLVM/test/Analysis/ScalarEvolution/2011-10-04-ConstEvolve.ll b/third_party/LLVM/test/Analysis/ScalarEvolution/2011-10-04-ConstEvolve.ll
similarity index 100%
rename from src/LLVM/test/Analysis/ScalarEvolution/2011-10-04-ConstEvolve.ll
rename to third_party/LLVM/test/Analysis/ScalarEvolution/2011-10-04-ConstEvolve.ll
diff --git a/src/LLVM/test/Analysis/ScalarEvolution/SolveQuadraticEquation.ll b/third_party/LLVM/test/Analysis/ScalarEvolution/SolveQuadraticEquation.ll
similarity index 100%
rename from src/LLVM/test/Analysis/ScalarEvolution/SolveQuadraticEquation.ll
rename to third_party/LLVM/test/Analysis/ScalarEvolution/SolveQuadraticEquation.ll
diff --git a/src/LLVM/test/Analysis/ScalarEvolution/and-xor.ll b/third_party/LLVM/test/Analysis/ScalarEvolution/and-xor.ll
similarity index 100%
rename from src/LLVM/test/Analysis/ScalarEvolution/and-xor.ll
rename to third_party/LLVM/test/Analysis/ScalarEvolution/and-xor.ll
diff --git a/src/LLVM/test/Analysis/ScalarEvolution/avoid-infinite-recursion-0.ll b/third_party/LLVM/test/Analysis/ScalarEvolution/avoid-infinite-recursion-0.ll
similarity index 100%
rename from src/LLVM/test/Analysis/ScalarEvolution/avoid-infinite-recursion-0.ll
rename to third_party/LLVM/test/Analysis/ScalarEvolution/avoid-infinite-recursion-0.ll
diff --git a/src/LLVM/test/Analysis/ScalarEvolution/avoid-infinite-recursion-1.ll b/third_party/LLVM/test/Analysis/ScalarEvolution/avoid-infinite-recursion-1.ll
similarity index 100%
rename from src/LLVM/test/Analysis/ScalarEvolution/avoid-infinite-recursion-1.ll
rename to third_party/LLVM/test/Analysis/ScalarEvolution/avoid-infinite-recursion-1.ll
diff --git a/src/LLVM/test/Analysis/ScalarEvolution/avoid-smax-0.ll b/third_party/LLVM/test/Analysis/ScalarEvolution/avoid-smax-0.ll
similarity index 100%
rename from src/LLVM/test/Analysis/ScalarEvolution/avoid-smax-0.ll
rename to third_party/LLVM/test/Analysis/ScalarEvolution/avoid-smax-0.ll
diff --git a/src/LLVM/test/Analysis/ScalarEvolution/avoid-smax-1.ll b/third_party/LLVM/test/Analysis/ScalarEvolution/avoid-smax-1.ll
similarity index 100%
rename from src/LLVM/test/Analysis/ScalarEvolution/avoid-smax-1.ll
rename to third_party/LLVM/test/Analysis/ScalarEvolution/avoid-smax-1.ll
diff --git a/src/LLVM/test/Analysis/ScalarEvolution/dg.exp b/third_party/LLVM/test/Analysis/ScalarEvolution/dg.exp
similarity index 100%
rename from src/LLVM/test/Analysis/ScalarEvolution/dg.exp
rename to third_party/LLVM/test/Analysis/ScalarEvolution/dg.exp
diff --git a/src/LLVM/test/Analysis/ScalarEvolution/div-overflow.ll b/third_party/LLVM/test/Analysis/ScalarEvolution/div-overflow.ll
similarity index 100%
rename from src/LLVM/test/Analysis/ScalarEvolution/div-overflow.ll
rename to third_party/LLVM/test/Analysis/ScalarEvolution/div-overflow.ll
diff --git a/src/LLVM/test/Analysis/ScalarEvolution/do-loop.ll b/third_party/LLVM/test/Analysis/ScalarEvolution/do-loop.ll
similarity index 100%
rename from src/LLVM/test/Analysis/ScalarEvolution/do-loop.ll
rename to third_party/LLVM/test/Analysis/ScalarEvolution/do-loop.ll
diff --git a/src/LLVM/test/Analysis/ScalarEvolution/fold.ll b/third_party/LLVM/test/Analysis/ScalarEvolution/fold.ll
similarity index 100%
rename from src/LLVM/test/Analysis/ScalarEvolution/fold.ll
rename to third_party/LLVM/test/Analysis/ScalarEvolution/fold.ll
diff --git a/src/LLVM/test/Analysis/ScalarEvolution/max-trip-count.ll b/third_party/LLVM/test/Analysis/ScalarEvolution/max-trip-count.ll
similarity index 100%
rename from src/LLVM/test/Analysis/ScalarEvolution/max-trip-count.ll
rename to third_party/LLVM/test/Analysis/ScalarEvolution/max-trip-count.ll
diff --git a/src/LLVM/test/Analysis/ScalarEvolution/nsw-offset.ll b/third_party/LLVM/test/Analysis/ScalarEvolution/nsw-offset.ll
similarity index 100%
rename from src/LLVM/test/Analysis/ScalarEvolution/nsw-offset.ll
rename to third_party/LLVM/test/Analysis/ScalarEvolution/nsw-offset.ll
diff --git a/src/LLVM/test/Analysis/ScalarEvolution/nsw.ll b/third_party/LLVM/test/Analysis/ScalarEvolution/nsw.ll
similarity index 100%
rename from src/LLVM/test/Analysis/ScalarEvolution/nsw.ll
rename to third_party/LLVM/test/Analysis/ScalarEvolution/nsw.ll
diff --git a/src/LLVM/test/Analysis/ScalarEvolution/pointer-sign-bits.ll b/third_party/LLVM/test/Analysis/ScalarEvolution/pointer-sign-bits.ll
similarity index 100%
rename from src/LLVM/test/Analysis/ScalarEvolution/pointer-sign-bits.ll
rename to third_party/LLVM/test/Analysis/ScalarEvolution/pointer-sign-bits.ll
diff --git a/src/LLVM/test/Analysis/ScalarEvolution/pr3909.ll b/third_party/LLVM/test/Analysis/ScalarEvolution/pr3909.ll
similarity index 100%
rename from src/LLVM/test/Analysis/ScalarEvolution/pr3909.ll
rename to third_party/LLVM/test/Analysis/ScalarEvolution/pr3909.ll
diff --git a/src/LLVM/test/Analysis/ScalarEvolution/scev-aa.ll b/third_party/LLVM/test/Analysis/ScalarEvolution/scev-aa.ll
similarity index 100%
rename from src/LLVM/test/Analysis/ScalarEvolution/scev-aa.ll
rename to third_party/LLVM/test/Analysis/ScalarEvolution/scev-aa.ll
diff --git a/src/LLVM/test/Analysis/ScalarEvolution/sext-inreg.ll b/third_party/LLVM/test/Analysis/ScalarEvolution/sext-inreg.ll
similarity index 100%
rename from src/LLVM/test/Analysis/ScalarEvolution/sext-inreg.ll
rename to third_party/LLVM/test/Analysis/ScalarEvolution/sext-inreg.ll
diff --git a/src/LLVM/test/Analysis/ScalarEvolution/sext-iv-0.ll b/third_party/LLVM/test/Analysis/ScalarEvolution/sext-iv-0.ll
similarity index 100%
rename from src/LLVM/test/Analysis/ScalarEvolution/sext-iv-0.ll
rename to third_party/LLVM/test/Analysis/ScalarEvolution/sext-iv-0.ll
diff --git a/src/LLVM/test/Analysis/ScalarEvolution/sext-iv-1.ll b/third_party/LLVM/test/Analysis/ScalarEvolution/sext-iv-1.ll
similarity index 100%
rename from src/LLVM/test/Analysis/ScalarEvolution/sext-iv-1.ll
rename to third_party/LLVM/test/Analysis/ScalarEvolution/sext-iv-1.ll
diff --git a/src/LLVM/test/Analysis/ScalarEvolution/sext-iv-2.ll b/third_party/LLVM/test/Analysis/ScalarEvolution/sext-iv-2.ll
similarity index 100%
rename from src/LLVM/test/Analysis/ScalarEvolution/sext-iv-2.ll
rename to third_party/LLVM/test/Analysis/ScalarEvolution/sext-iv-2.ll
diff --git a/src/LLVM/test/Analysis/ScalarEvolution/sle.ll b/third_party/LLVM/test/Analysis/ScalarEvolution/sle.ll
similarity index 100%
rename from src/LLVM/test/Analysis/ScalarEvolution/sle.ll
rename to third_party/LLVM/test/Analysis/ScalarEvolution/sle.ll
diff --git a/src/LLVM/test/Analysis/ScalarEvolution/smax.ll b/third_party/LLVM/test/Analysis/ScalarEvolution/smax.ll
similarity index 100%
rename from src/LLVM/test/Analysis/ScalarEvolution/smax.ll
rename to third_party/LLVM/test/Analysis/ScalarEvolution/smax.ll
diff --git a/src/LLVM/test/Analysis/ScalarEvolution/trip-count.ll b/third_party/LLVM/test/Analysis/ScalarEvolution/trip-count.ll
similarity index 100%
rename from src/LLVM/test/Analysis/ScalarEvolution/trip-count.ll
rename to third_party/LLVM/test/Analysis/ScalarEvolution/trip-count.ll
diff --git a/src/LLVM/test/Analysis/ScalarEvolution/trip-count10.ll b/third_party/LLVM/test/Analysis/ScalarEvolution/trip-count10.ll
similarity index 100%
rename from src/LLVM/test/Analysis/ScalarEvolution/trip-count10.ll
rename to third_party/LLVM/test/Analysis/ScalarEvolution/trip-count10.ll
diff --git a/src/LLVM/test/Analysis/ScalarEvolution/trip-count2.ll b/third_party/LLVM/test/Analysis/ScalarEvolution/trip-count2.ll
similarity index 100%
rename from src/LLVM/test/Analysis/ScalarEvolution/trip-count2.ll
rename to third_party/LLVM/test/Analysis/ScalarEvolution/trip-count2.ll
diff --git a/src/LLVM/test/Analysis/ScalarEvolution/trip-count3.ll b/third_party/LLVM/test/Analysis/ScalarEvolution/trip-count3.ll
similarity index 100%
rename from src/LLVM/test/Analysis/ScalarEvolution/trip-count3.ll
rename to third_party/LLVM/test/Analysis/ScalarEvolution/trip-count3.ll
diff --git a/src/LLVM/test/Analysis/ScalarEvolution/trip-count4.ll b/third_party/LLVM/test/Analysis/ScalarEvolution/trip-count4.ll
similarity index 100%
rename from src/LLVM/test/Analysis/ScalarEvolution/trip-count4.ll
rename to third_party/LLVM/test/Analysis/ScalarEvolution/trip-count4.ll
diff --git a/src/LLVM/test/Analysis/ScalarEvolution/trip-count5.ll b/third_party/LLVM/test/Analysis/ScalarEvolution/trip-count5.ll
similarity index 100%
rename from src/LLVM/test/Analysis/ScalarEvolution/trip-count5.ll
rename to third_party/LLVM/test/Analysis/ScalarEvolution/trip-count5.ll
diff --git a/src/LLVM/test/Analysis/ScalarEvolution/trip-count6.ll b/third_party/LLVM/test/Analysis/ScalarEvolution/trip-count6.ll
similarity index 100%
rename from src/LLVM/test/Analysis/ScalarEvolution/trip-count6.ll
rename to third_party/LLVM/test/Analysis/ScalarEvolution/trip-count6.ll
diff --git a/src/LLVM/test/Analysis/ScalarEvolution/trip-count7.ll b/third_party/LLVM/test/Analysis/ScalarEvolution/trip-count7.ll
similarity index 100%
rename from src/LLVM/test/Analysis/ScalarEvolution/trip-count7.ll
rename to third_party/LLVM/test/Analysis/ScalarEvolution/trip-count7.ll
diff --git a/src/LLVM/test/Analysis/ScalarEvolution/trip-count8.ll b/third_party/LLVM/test/Analysis/ScalarEvolution/trip-count8.ll
similarity index 100%
rename from src/LLVM/test/Analysis/ScalarEvolution/trip-count8.ll
rename to third_party/LLVM/test/Analysis/ScalarEvolution/trip-count8.ll
diff --git a/src/LLVM/test/Analysis/ScalarEvolution/trip-count9.ll b/third_party/LLVM/test/Analysis/ScalarEvolution/trip-count9.ll
similarity index 100%
rename from src/LLVM/test/Analysis/ScalarEvolution/trip-count9.ll
rename to third_party/LLVM/test/Analysis/ScalarEvolution/trip-count9.ll
diff --git a/src/LLVM/test/Analysis/ScalarEvolution/undefined.ll b/third_party/LLVM/test/Analysis/ScalarEvolution/undefined.ll
similarity index 100%
rename from src/LLVM/test/Analysis/ScalarEvolution/undefined.ll
rename to third_party/LLVM/test/Analysis/ScalarEvolution/undefined.ll
diff --git a/src/LLVM/test/Analysis/ScalarEvolution/unreachable-code.ll b/third_party/LLVM/test/Analysis/ScalarEvolution/unreachable-code.ll
similarity index 100%
rename from src/LLVM/test/Analysis/ScalarEvolution/unreachable-code.ll
rename to third_party/LLVM/test/Analysis/ScalarEvolution/unreachable-code.ll
diff --git a/src/LLVM/test/Analysis/ScalarEvolution/unsimplified-loop.ll b/third_party/LLVM/test/Analysis/ScalarEvolution/unsimplified-loop.ll
similarity index 100%
rename from src/LLVM/test/Analysis/ScalarEvolution/unsimplified-loop.ll
rename to third_party/LLVM/test/Analysis/ScalarEvolution/unsimplified-loop.ll
diff --git a/src/LLVM/test/Analysis/ScalarEvolution/xor-and.ll b/third_party/LLVM/test/Analysis/ScalarEvolution/xor-and.ll
similarity index 100%
rename from src/LLVM/test/Analysis/ScalarEvolution/xor-and.ll
rename to third_party/LLVM/test/Analysis/ScalarEvolution/xor-and.ll
diff --git a/src/LLVM/test/Analysis/ScalarEvolution/zext-wrap.ll b/third_party/LLVM/test/Analysis/ScalarEvolution/zext-wrap.ll
similarity index 100%
rename from src/LLVM/test/Analysis/ScalarEvolution/zext-wrap.ll
rename to third_party/LLVM/test/Analysis/ScalarEvolution/zext-wrap.ll
diff --git a/src/LLVM/test/Analysis/TypeBasedAliasAnalysis/aliastest.ll b/third_party/LLVM/test/Analysis/TypeBasedAliasAnalysis/aliastest.ll
similarity index 100%
rename from src/LLVM/test/Analysis/TypeBasedAliasAnalysis/aliastest.ll
rename to third_party/LLVM/test/Analysis/TypeBasedAliasAnalysis/aliastest.ll
diff --git a/src/LLVM/test/Analysis/TypeBasedAliasAnalysis/argument-promotion.ll b/third_party/LLVM/test/Analysis/TypeBasedAliasAnalysis/argument-promotion.ll
similarity index 100%
rename from src/LLVM/test/Analysis/TypeBasedAliasAnalysis/argument-promotion.ll
rename to third_party/LLVM/test/Analysis/TypeBasedAliasAnalysis/argument-promotion.ll
diff --git a/src/LLVM/test/Analysis/TypeBasedAliasAnalysis/dg.exp b/third_party/LLVM/test/Analysis/TypeBasedAliasAnalysis/dg.exp
similarity index 100%
rename from src/LLVM/test/Analysis/TypeBasedAliasAnalysis/dg.exp
rename to third_party/LLVM/test/Analysis/TypeBasedAliasAnalysis/dg.exp
diff --git a/src/LLVM/test/Analysis/TypeBasedAliasAnalysis/dse.ll b/third_party/LLVM/test/Analysis/TypeBasedAliasAnalysis/dse.ll
similarity index 100%
rename from src/LLVM/test/Analysis/TypeBasedAliasAnalysis/dse.ll
rename to third_party/LLVM/test/Analysis/TypeBasedAliasAnalysis/dse.ll
diff --git a/src/LLVM/test/Analysis/TypeBasedAliasAnalysis/dynamic-indices.ll b/third_party/LLVM/test/Analysis/TypeBasedAliasAnalysis/dynamic-indices.ll
similarity index 100%
rename from src/LLVM/test/Analysis/TypeBasedAliasAnalysis/dynamic-indices.ll
rename to third_party/LLVM/test/Analysis/TypeBasedAliasAnalysis/dynamic-indices.ll
diff --git a/src/LLVM/test/Analysis/TypeBasedAliasAnalysis/functionattrs.ll b/third_party/LLVM/test/Analysis/TypeBasedAliasAnalysis/functionattrs.ll
similarity index 100%
rename from src/LLVM/test/Analysis/TypeBasedAliasAnalysis/functionattrs.ll
rename to third_party/LLVM/test/Analysis/TypeBasedAliasAnalysis/functionattrs.ll
diff --git a/src/LLVM/test/Analysis/TypeBasedAliasAnalysis/gvn-nonlocal-type-mismatch.ll b/third_party/LLVM/test/Analysis/TypeBasedAliasAnalysis/gvn-nonlocal-type-mismatch.ll
similarity index 100%
rename from src/LLVM/test/Analysis/TypeBasedAliasAnalysis/gvn-nonlocal-type-mismatch.ll
rename to third_party/LLVM/test/Analysis/TypeBasedAliasAnalysis/gvn-nonlocal-type-mismatch.ll
diff --git a/src/LLVM/test/Analysis/TypeBasedAliasAnalysis/intrinsics.ll b/third_party/LLVM/test/Analysis/TypeBasedAliasAnalysis/intrinsics.ll
similarity index 100%
rename from src/LLVM/test/Analysis/TypeBasedAliasAnalysis/intrinsics.ll
rename to third_party/LLVM/test/Analysis/TypeBasedAliasAnalysis/intrinsics.ll
diff --git a/src/LLVM/test/Analysis/TypeBasedAliasAnalysis/licm.ll b/third_party/LLVM/test/Analysis/TypeBasedAliasAnalysis/licm.ll
similarity index 100%
rename from src/LLVM/test/Analysis/TypeBasedAliasAnalysis/licm.ll
rename to third_party/LLVM/test/Analysis/TypeBasedAliasAnalysis/licm.ll
diff --git a/src/LLVM/test/Analysis/TypeBasedAliasAnalysis/memcpyopt.ll b/third_party/LLVM/test/Analysis/TypeBasedAliasAnalysis/memcpyopt.ll
similarity index 100%
rename from src/LLVM/test/Analysis/TypeBasedAliasAnalysis/memcpyopt.ll
rename to third_party/LLVM/test/Analysis/TypeBasedAliasAnalysis/memcpyopt.ll
diff --git a/src/LLVM/test/Analysis/TypeBasedAliasAnalysis/precedence.ll b/third_party/LLVM/test/Analysis/TypeBasedAliasAnalysis/precedence.ll
similarity index 100%
rename from src/LLVM/test/Analysis/TypeBasedAliasAnalysis/precedence.ll
rename to third_party/LLVM/test/Analysis/TypeBasedAliasAnalysis/precedence.ll
diff --git a/src/LLVM/test/Analysis/TypeBasedAliasAnalysis/sink.ll b/third_party/LLVM/test/Analysis/TypeBasedAliasAnalysis/sink.ll
similarity index 100%
rename from src/LLVM/test/Analysis/TypeBasedAliasAnalysis/sink.ll
rename to third_party/LLVM/test/Analysis/TypeBasedAliasAnalysis/sink.ll
diff --git a/src/LLVM/test/Archive/README.txt b/third_party/LLVM/test/Archive/README.txt
similarity index 100%
rename from src/LLVM/test/Archive/README.txt
rename to third_party/LLVM/test/Archive/README.txt
diff --git a/src/LLVM/test/Archive/check_binary_output.ll b/third_party/LLVM/test/Archive/check_binary_output.ll
similarity index 100%
rename from src/LLVM/test/Archive/check_binary_output.ll
rename to third_party/LLVM/test/Archive/check_binary_output.ll
diff --git a/src/LLVM/test/Archive/dg.exp b/third_party/LLVM/test/Archive/dg.exp
similarity index 100%
rename from src/LLVM/test/Archive/dg.exp
rename to third_party/LLVM/test/Archive/dg.exp
diff --git a/src/LLVM/test/Archive/evenlen b/third_party/LLVM/test/Archive/evenlen
similarity index 100%
rename from src/LLVM/test/Archive/evenlen
rename to third_party/LLVM/test/Archive/evenlen
diff --git a/src/LLVM/test/Archive/extract.ll b/third_party/LLVM/test/Archive/extract.ll
similarity index 100%
rename from src/LLVM/test/Archive/extract.ll
rename to third_party/LLVM/test/Archive/extract.ll
diff --git a/src/LLVM/test/Archive/oddlen b/third_party/LLVM/test/Archive/oddlen
similarity index 100%
rename from src/LLVM/test/Archive/oddlen
rename to third_party/LLVM/test/Archive/oddlen
diff --git a/src/LLVM/test/Archive/toc_GNU.ll b/third_party/LLVM/test/Archive/toc_GNU.ll
similarity index 100%
rename from src/LLVM/test/Archive/toc_GNU.ll
rename to third_party/LLVM/test/Archive/toc_GNU.ll
diff --git a/src/LLVM/test/Archive/toc_MacOSX.ll b/third_party/LLVM/test/Archive/toc_MacOSX.ll
similarity index 100%
rename from src/LLVM/test/Archive/toc_MacOSX.ll
rename to third_party/LLVM/test/Archive/toc_MacOSX.ll
diff --git a/src/LLVM/test/Archive/toc_SVR4.ll b/third_party/LLVM/test/Archive/toc_SVR4.ll
similarity index 100%
rename from src/LLVM/test/Archive/toc_SVR4.ll
rename to third_party/LLVM/test/Archive/toc_SVR4.ll
diff --git a/src/LLVM/test/Archive/toc_xpg4.ll b/third_party/LLVM/test/Archive/toc_xpg4.ll
similarity index 100%
rename from src/LLVM/test/Archive/toc_xpg4.ll
rename to third_party/LLVM/test/Archive/toc_xpg4.ll
diff --git a/src/LLVM/test/Archive/very_long_bytecode_file_name.bc b/third_party/LLVM/test/Archive/very_long_bytecode_file_name.bc
similarity index 100%
rename from src/LLVM/test/Archive/very_long_bytecode_file_name.bc
rename to third_party/LLVM/test/Archive/very_long_bytecode_file_name.bc
Binary files differ
diff --git a/src/LLVM/test/Assembler/2002-03-08-NameCollision.ll b/third_party/LLVM/test/Assembler/2002-03-08-NameCollision.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2002-03-08-NameCollision.ll
rename to third_party/LLVM/test/Assembler/2002-03-08-NameCollision.ll
diff --git a/src/LLVM/test/Assembler/2002-03-08-NameCollision2.ll b/third_party/LLVM/test/Assembler/2002-03-08-NameCollision2.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2002-03-08-NameCollision2.ll
rename to third_party/LLVM/test/Assembler/2002-03-08-NameCollision2.ll
diff --git a/src/LLVM/test/Assembler/2002-04-07-HexFloatConstants.ll b/third_party/LLVM/test/Assembler/2002-04-07-HexFloatConstants.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2002-04-07-HexFloatConstants.ll
rename to third_party/LLVM/test/Assembler/2002-04-07-HexFloatConstants.ll
diff --git a/src/LLVM/test/Assembler/2002-04-07-InfConstant.ll b/third_party/LLVM/test/Assembler/2002-04-07-InfConstant.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2002-04-07-InfConstant.ll
rename to third_party/LLVM/test/Assembler/2002-04-07-InfConstant.ll
diff --git a/src/LLVM/test/Assembler/2002-04-29-NameBinding.ll b/third_party/LLVM/test/Assembler/2002-04-29-NameBinding.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2002-04-29-NameBinding.ll
rename to third_party/LLVM/test/Assembler/2002-04-29-NameBinding.ll
diff --git a/src/LLVM/test/Assembler/2002-05-02-InvalidForwardRef.ll b/third_party/LLVM/test/Assembler/2002-05-02-InvalidForwardRef.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2002-05-02-InvalidForwardRef.ll
rename to third_party/LLVM/test/Assembler/2002-05-02-InvalidForwardRef.ll
diff --git a/src/LLVM/test/Assembler/2002-07-14-OpaqueType.ll b/third_party/LLVM/test/Assembler/2002-07-14-OpaqueType.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2002-07-14-OpaqueType.ll
rename to third_party/LLVM/test/Assembler/2002-07-14-OpaqueType.ll
diff --git a/src/LLVM/test/Assembler/2002-07-25-QuoteInString.ll b/third_party/LLVM/test/Assembler/2002-07-25-QuoteInString.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2002-07-25-QuoteInString.ll
rename to third_party/LLVM/test/Assembler/2002-07-25-QuoteInString.ll
diff --git a/src/LLVM/test/Assembler/2002-07-25-ReturnPtrFunction.ll b/third_party/LLVM/test/Assembler/2002-07-25-ReturnPtrFunction.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2002-07-25-ReturnPtrFunction.ll
rename to third_party/LLVM/test/Assembler/2002-07-25-ReturnPtrFunction.ll
diff --git a/src/LLVM/test/Assembler/2002-07-31-SlashInString.ll b/third_party/LLVM/test/Assembler/2002-07-31-SlashInString.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2002-07-31-SlashInString.ll
rename to third_party/LLVM/test/Assembler/2002-07-31-SlashInString.ll
diff --git a/src/LLVM/test/Assembler/2002-08-15-CastAmbiguity.ll b/third_party/LLVM/test/Assembler/2002-08-15-CastAmbiguity.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2002-08-15-CastAmbiguity.ll
rename to third_party/LLVM/test/Assembler/2002-08-15-CastAmbiguity.ll
diff --git a/src/LLVM/test/Assembler/2002-08-15-ConstantExprProblem.ll b/third_party/LLVM/test/Assembler/2002-08-15-ConstantExprProblem.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2002-08-15-ConstantExprProblem.ll
rename to third_party/LLVM/test/Assembler/2002-08-15-ConstantExprProblem.ll
diff --git a/src/LLVM/test/Assembler/2002-08-15-UnresolvedGlobalReference.ll b/third_party/LLVM/test/Assembler/2002-08-15-UnresolvedGlobalReference.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2002-08-15-UnresolvedGlobalReference.ll
rename to third_party/LLVM/test/Assembler/2002-08-15-UnresolvedGlobalReference.ll
diff --git a/src/LLVM/test/Assembler/2002-08-16-ConstExprInlined.ll b/third_party/LLVM/test/Assembler/2002-08-16-ConstExprInlined.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2002-08-16-ConstExprInlined.ll
rename to third_party/LLVM/test/Assembler/2002-08-16-ConstExprInlined.ll
diff --git a/src/LLVM/test/Assembler/2002-08-19-BytecodeReader.ll b/third_party/LLVM/test/Assembler/2002-08-19-BytecodeReader.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2002-08-19-BytecodeReader.ll
rename to third_party/LLVM/test/Assembler/2002-08-19-BytecodeReader.ll
diff --git a/src/LLVM/test/Assembler/2002-08-22-DominanceProblem.ll b/third_party/LLVM/test/Assembler/2002-08-22-DominanceProblem.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2002-08-22-DominanceProblem.ll
rename to third_party/LLVM/test/Assembler/2002-08-22-DominanceProblem.ll
diff --git a/src/LLVM/test/Assembler/2002-10-08-LargeArrayPerformance.ll b/third_party/LLVM/test/Assembler/2002-10-08-LargeArrayPerformance.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2002-10-08-LargeArrayPerformance.ll
rename to third_party/LLVM/test/Assembler/2002-10-08-LargeArrayPerformance.ll
diff --git a/src/LLVM/test/Assembler/2002-10-13-ConstantEncodingProblem.ll b/third_party/LLVM/test/Assembler/2002-10-13-ConstantEncodingProblem.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2002-10-13-ConstantEncodingProblem.ll
rename to third_party/LLVM/test/Assembler/2002-10-13-ConstantEncodingProblem.ll
diff --git a/src/LLVM/test/Assembler/2002-12-15-GlobalResolve.ll b/third_party/LLVM/test/Assembler/2002-12-15-GlobalResolve.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2002-12-15-GlobalResolve.ll
rename to third_party/LLVM/test/Assembler/2002-12-15-GlobalResolve.ll
diff --git a/src/LLVM/test/Assembler/2003-01-30-UnsignedString.ll b/third_party/LLVM/test/Assembler/2003-01-30-UnsignedString.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2003-01-30-UnsignedString.ll
rename to third_party/LLVM/test/Assembler/2003-01-30-UnsignedString.ll
diff --git a/src/LLVM/test/Assembler/2003-04-15-ConstantInitAssertion.ll b/third_party/LLVM/test/Assembler/2003-04-15-ConstantInitAssertion.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2003-04-15-ConstantInitAssertion.ll
rename to third_party/LLVM/test/Assembler/2003-04-15-ConstantInitAssertion.ll
diff --git a/src/LLVM/test/Assembler/2003-04-25-UnresolvedGlobalReference.ll b/third_party/LLVM/test/Assembler/2003-04-25-UnresolvedGlobalReference.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2003-04-25-UnresolvedGlobalReference.ll
rename to third_party/LLVM/test/Assembler/2003-04-25-UnresolvedGlobalReference.ll
diff --git a/src/LLVM/test/Assembler/2003-05-03-BytecodeReaderProblem.ll b/third_party/LLVM/test/Assembler/2003-05-03-BytecodeReaderProblem.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2003-05-03-BytecodeReaderProblem.ll
rename to third_party/LLVM/test/Assembler/2003-05-03-BytecodeReaderProblem.ll
diff --git a/src/LLVM/test/Assembler/2003-05-12-MinIntProblem.ll b/third_party/LLVM/test/Assembler/2003-05-12-MinIntProblem.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2003-05-12-MinIntProblem.ll
rename to third_party/LLVM/test/Assembler/2003-05-12-MinIntProblem.ll
diff --git a/src/LLVM/test/Assembler/2003-05-15-AssemblerProblem.ll b/third_party/LLVM/test/Assembler/2003-05-15-AssemblerProblem.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2003-05-15-AssemblerProblem.ll
rename to third_party/LLVM/test/Assembler/2003-05-15-AssemblerProblem.ll
diff --git a/src/LLVM/test/Assembler/2003-05-15-SwitchBug.ll b/third_party/LLVM/test/Assembler/2003-05-15-SwitchBug.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2003-05-15-SwitchBug.ll
rename to third_party/LLVM/test/Assembler/2003-05-15-SwitchBug.ll
diff --git a/src/LLVM/test/Assembler/2003-05-21-ConstantShiftExpr.ll b/third_party/LLVM/test/Assembler/2003-05-21-ConstantShiftExpr.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2003-05-21-ConstantShiftExpr.ll
rename to third_party/LLVM/test/Assembler/2003-05-21-ConstantShiftExpr.ll
diff --git a/src/LLVM/test/Assembler/2003-05-21-EmptyStructTest.ll b/third_party/LLVM/test/Assembler/2003-05-21-EmptyStructTest.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2003-05-21-EmptyStructTest.ll
rename to third_party/LLVM/test/Assembler/2003-05-21-EmptyStructTest.ll
diff --git a/src/LLVM/test/Assembler/2003-05-21-MalformedShiftCrash.ll b/third_party/LLVM/test/Assembler/2003-05-21-MalformedShiftCrash.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2003-05-21-MalformedShiftCrash.ll
rename to third_party/LLVM/test/Assembler/2003-05-21-MalformedShiftCrash.ll
diff --git a/src/LLVM/test/Assembler/2003-05-21-MalformedStructCrash.ll b/third_party/LLVM/test/Assembler/2003-05-21-MalformedStructCrash.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2003-05-21-MalformedStructCrash.ll
rename to third_party/LLVM/test/Assembler/2003-05-21-MalformedStructCrash.ll
diff --git a/src/LLVM/test/Assembler/2003-06-17-InvokeDisassemble.ll b/third_party/LLVM/test/Assembler/2003-06-17-InvokeDisassemble.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2003-06-17-InvokeDisassemble.ll
rename to third_party/LLVM/test/Assembler/2003-06-17-InvokeDisassemble.ll
diff --git a/src/LLVM/test/Assembler/2003-08-20-ConstantExprGEP-Fold.ll b/third_party/LLVM/test/Assembler/2003-08-20-ConstantExprGEP-Fold.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2003-08-20-ConstantExprGEP-Fold.ll
rename to third_party/LLVM/test/Assembler/2003-08-20-ConstantExprGEP-Fold.ll
diff --git a/src/LLVM/test/Assembler/2003-08-21-ConstantExprCast-Fold.ll b/third_party/LLVM/test/Assembler/2003-08-21-ConstantExprCast-Fold.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2003-08-21-ConstantExprCast-Fold.ll
rename to third_party/LLVM/test/Assembler/2003-08-21-ConstantExprCast-Fold.ll
diff --git a/src/LLVM/test/Assembler/2003-11-05-ConstantExprShift.ll b/third_party/LLVM/test/Assembler/2003-11-05-ConstantExprShift.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2003-11-05-ConstantExprShift.ll
rename to third_party/LLVM/test/Assembler/2003-11-05-ConstantExprShift.ll
diff --git a/src/LLVM/test/Assembler/2003-11-11-ImplicitRename.ll b/third_party/LLVM/test/Assembler/2003-11-11-ImplicitRename.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2003-11-11-ImplicitRename.ll
rename to third_party/LLVM/test/Assembler/2003-11-11-ImplicitRename.ll
diff --git a/src/LLVM/test/Assembler/2003-11-12-ConstantExprCast.ll b/third_party/LLVM/test/Assembler/2003-11-12-ConstantExprCast.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2003-11-12-ConstantExprCast.ll
rename to third_party/LLVM/test/Assembler/2003-11-12-ConstantExprCast.ll
diff --git a/src/LLVM/test/Assembler/2003-11-24-SymbolTableCrash.ll b/third_party/LLVM/test/Assembler/2003-11-24-SymbolTableCrash.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2003-11-24-SymbolTableCrash.ll
rename to third_party/LLVM/test/Assembler/2003-11-24-SymbolTableCrash.ll
diff --git a/src/LLVM/test/Assembler/2004-01-11-getelementptrfolding.ll b/third_party/LLVM/test/Assembler/2004-01-11-getelementptrfolding.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2004-01-11-getelementptrfolding.ll
rename to third_party/LLVM/test/Assembler/2004-01-11-getelementptrfolding.ll
diff --git a/src/LLVM/test/Assembler/2004-01-20-MaxLongLong.ll b/third_party/LLVM/test/Assembler/2004-01-20-MaxLongLong.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2004-01-20-MaxLongLong.ll
rename to third_party/LLVM/test/Assembler/2004-01-20-MaxLongLong.ll
diff --git a/src/LLVM/test/Assembler/2004-02-01-NegativeZero.ll b/third_party/LLVM/test/Assembler/2004-02-01-NegativeZero.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2004-02-01-NegativeZero.ll
rename to third_party/LLVM/test/Assembler/2004-02-01-NegativeZero.ll
diff --git a/src/LLVM/test/Assembler/2004-02-27-SelfUseAssertError.ll b/third_party/LLVM/test/Assembler/2004-02-27-SelfUseAssertError.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2004-02-27-SelfUseAssertError.ll
rename to third_party/LLVM/test/Assembler/2004-02-27-SelfUseAssertError.ll
diff --git a/src/LLVM/test/Assembler/2004-03-07-FunctionAddressAlignment.ll b/third_party/LLVM/test/Assembler/2004-03-07-FunctionAddressAlignment.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2004-03-07-FunctionAddressAlignment.ll
rename to third_party/LLVM/test/Assembler/2004-03-07-FunctionAddressAlignment.ll
diff --git a/src/LLVM/test/Assembler/2004-03-30-UnclosedFunctionCrash.ll b/third_party/LLVM/test/Assembler/2004-03-30-UnclosedFunctionCrash.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2004-03-30-UnclosedFunctionCrash.ll
rename to third_party/LLVM/test/Assembler/2004-03-30-UnclosedFunctionCrash.ll
diff --git a/src/LLVM/test/Assembler/2004-04-04-GetElementPtrIndexTypes.ll b/third_party/LLVM/test/Assembler/2004-04-04-GetElementPtrIndexTypes.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2004-04-04-GetElementPtrIndexTypes.ll
rename to third_party/LLVM/test/Assembler/2004-04-04-GetElementPtrIndexTypes.ll
diff --git a/src/LLVM/test/Assembler/2004-06-07-VerifierBug.ll b/third_party/LLVM/test/Assembler/2004-06-07-VerifierBug.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2004-06-07-VerifierBug.ll
rename to third_party/LLVM/test/Assembler/2004-06-07-VerifierBug.ll
diff --git a/src/LLVM/test/Assembler/2004-10-22-BCWriterUndefBug.ll b/third_party/LLVM/test/Assembler/2004-10-22-BCWriterUndefBug.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2004-10-22-BCWriterUndefBug.ll
rename to third_party/LLVM/test/Assembler/2004-10-22-BCWriterUndefBug.ll
diff --git a/src/LLVM/test/Assembler/2004-11-28-InvalidTypeCrash.ll b/third_party/LLVM/test/Assembler/2004-11-28-InvalidTypeCrash.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2004-11-28-InvalidTypeCrash.ll
rename to third_party/LLVM/test/Assembler/2004-11-28-InvalidTypeCrash.ll
diff --git a/src/LLVM/test/Assembler/2005-01-03-FPConstantDisassembly.ll b/third_party/LLVM/test/Assembler/2005-01-03-FPConstantDisassembly.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2005-01-03-FPConstantDisassembly.ll
rename to third_party/LLVM/test/Assembler/2005-01-03-FPConstantDisassembly.ll
diff --git a/src/LLVM/test/Assembler/2005-01-31-CallingAggregateFunction.ll b/third_party/LLVM/test/Assembler/2005-01-31-CallingAggregateFunction.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2005-01-31-CallingAggregateFunction.ll
rename to third_party/LLVM/test/Assembler/2005-01-31-CallingAggregateFunction.ll
diff --git a/src/LLVM/test/Assembler/2005-05-05-OpaqueUndefValues.ll b/third_party/LLVM/test/Assembler/2005-05-05-OpaqueUndefValues.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2005-05-05-OpaqueUndefValues.ll
rename to third_party/LLVM/test/Assembler/2005-05-05-OpaqueUndefValues.ll
diff --git a/src/LLVM/test/Assembler/2005-12-21-ZeroInitVector.ll b/third_party/LLVM/test/Assembler/2005-12-21-ZeroInitVector.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2005-12-21-ZeroInitVector.ll
rename to third_party/LLVM/test/Assembler/2005-12-21-ZeroInitVector.ll
diff --git a/src/LLVM/test/Assembler/2006-09-28-CrashOnInvalid.ll b/third_party/LLVM/test/Assembler/2006-09-28-CrashOnInvalid.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2006-09-28-CrashOnInvalid.ll
rename to third_party/LLVM/test/Assembler/2006-09-28-CrashOnInvalid.ll
diff --git a/src/LLVM/test/Assembler/2006-12-09-Cast-To-Bool.ll b/third_party/LLVM/test/Assembler/2006-12-09-Cast-To-Bool.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2006-12-09-Cast-To-Bool.ll
rename to third_party/LLVM/test/Assembler/2006-12-09-Cast-To-Bool.ll
diff --git a/src/LLVM/test/Assembler/2007-01-02-Undefined-Arg-Type.ll b/third_party/LLVM/test/Assembler/2007-01-02-Undefined-Arg-Type.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2007-01-02-Undefined-Arg-Type.ll
rename to third_party/LLVM/test/Assembler/2007-01-02-Undefined-Arg-Type.ll
diff --git a/src/LLVM/test/Assembler/2007-01-05-Cmp-ConstExpr.ll b/third_party/LLVM/test/Assembler/2007-01-05-Cmp-ConstExpr.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2007-01-05-Cmp-ConstExpr.ll
rename to third_party/LLVM/test/Assembler/2007-01-05-Cmp-ConstExpr.ll
diff --git a/src/LLVM/test/Assembler/2007-01-16-CrashOnBadCast.ll b/third_party/LLVM/test/Assembler/2007-01-16-CrashOnBadCast.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2007-01-16-CrashOnBadCast.ll
rename to third_party/LLVM/test/Assembler/2007-01-16-CrashOnBadCast.ll
diff --git a/src/LLVM/test/Assembler/2007-01-16-CrashOnBadCast2.ll b/third_party/LLVM/test/Assembler/2007-01-16-CrashOnBadCast2.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2007-01-16-CrashOnBadCast2.ll
rename to third_party/LLVM/test/Assembler/2007-01-16-CrashOnBadCast2.ll
diff --git a/src/LLVM/test/Assembler/2007-03-18-InvalidNumberedVar.ll b/third_party/LLVM/test/Assembler/2007-03-18-InvalidNumberedVar.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2007-03-18-InvalidNumberedVar.ll
rename to third_party/LLVM/test/Assembler/2007-03-18-InvalidNumberedVar.ll
diff --git a/src/LLVM/test/Assembler/2007-03-19-NegValue.ll b/third_party/LLVM/test/Assembler/2007-03-19-NegValue.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2007-03-19-NegValue.ll
rename to third_party/LLVM/test/Assembler/2007-03-19-NegValue.ll
diff --git a/src/LLVM/test/Assembler/2007-04-20-AlignedLoad.ll b/third_party/LLVM/test/Assembler/2007-04-20-AlignedLoad.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2007-04-20-AlignedLoad.ll
rename to third_party/LLVM/test/Assembler/2007-04-20-AlignedLoad.ll
diff --git a/src/LLVM/test/Assembler/2007-04-20-AlignedStore.ll b/third_party/LLVM/test/Assembler/2007-04-20-AlignedStore.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2007-04-20-AlignedStore.ll
rename to third_party/LLVM/test/Assembler/2007-04-20-AlignedStore.ll
diff --git a/src/LLVM/test/Assembler/2007-04-25-AssemblerFoldExternWeak.ll b/third_party/LLVM/test/Assembler/2007-04-25-AssemblerFoldExternWeak.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2007-04-25-AssemblerFoldExternWeak.ll
rename to third_party/LLVM/test/Assembler/2007-04-25-AssemblerFoldExternWeak.ll
diff --git a/src/LLVM/test/Assembler/2007-05-21-Escape.ll b/third_party/LLVM/test/Assembler/2007-05-21-Escape.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2007-05-21-Escape.ll
rename to third_party/LLVM/test/Assembler/2007-05-21-Escape.ll
diff --git a/src/LLVM/test/Assembler/2007-07-19-ParamAttrAmbiguity.ll b/third_party/LLVM/test/Assembler/2007-07-19-ParamAttrAmbiguity.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2007-07-19-ParamAttrAmbiguity.ll
rename to third_party/LLVM/test/Assembler/2007-07-19-ParamAttrAmbiguity.ll
diff --git a/src/LLVM/test/Assembler/2007-08-06-AliasInvalid.ll b/third_party/LLVM/test/Assembler/2007-08-06-AliasInvalid.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2007-08-06-AliasInvalid.ll
rename to third_party/LLVM/test/Assembler/2007-08-06-AliasInvalid.ll
diff --git a/src/LLVM/test/Assembler/2007-09-10-AliasFwdRef.ll b/third_party/LLVM/test/Assembler/2007-09-10-AliasFwdRef.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2007-09-10-AliasFwdRef.ll
rename to third_party/LLVM/test/Assembler/2007-09-10-AliasFwdRef.ll
diff --git a/src/LLVM/test/Assembler/2007-09-29-GC.ll b/third_party/LLVM/test/Assembler/2007-09-29-GC.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2007-09-29-GC.ll
rename to third_party/LLVM/test/Assembler/2007-09-29-GC.ll
diff --git a/src/LLVM/test/Assembler/2007-11-26-AttributeOverload.ll b/third_party/LLVM/test/Assembler/2007-11-26-AttributeOverload.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2007-11-26-AttributeOverload.ll
rename to third_party/LLVM/test/Assembler/2007-11-26-AttributeOverload.ll
diff --git a/src/LLVM/test/Assembler/2007-12-11-AddressSpaces.ll b/third_party/LLVM/test/Assembler/2007-12-11-AddressSpaces.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2007-12-11-AddressSpaces.ll
rename to third_party/LLVM/test/Assembler/2007-12-11-AddressSpaces.ll
diff --git a/src/LLVM/test/Assembler/2008-01-11-VarargAttrs.ll b/third_party/LLVM/test/Assembler/2008-01-11-VarargAttrs.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2008-01-11-VarargAttrs.ll
rename to third_party/LLVM/test/Assembler/2008-01-11-VarargAttrs.ll
diff --git a/src/LLVM/test/Assembler/2008-02-18-IntPointerCrash.ll b/third_party/LLVM/test/Assembler/2008-02-18-IntPointerCrash.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2008-02-18-IntPointerCrash.ll
rename to third_party/LLVM/test/Assembler/2008-02-18-IntPointerCrash.ll
diff --git a/src/LLVM/test/Assembler/2008-07-10-APInt.ll b/third_party/LLVM/test/Assembler/2008-07-10-APInt.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2008-07-10-APInt.ll
rename to third_party/LLVM/test/Assembler/2008-07-10-APInt.ll
diff --git a/src/LLVM/test/Assembler/2008-09-02-FunctionNotes.ll b/third_party/LLVM/test/Assembler/2008-09-02-FunctionNotes.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2008-09-02-FunctionNotes.ll
rename to third_party/LLVM/test/Assembler/2008-09-02-FunctionNotes.ll
diff --git a/src/LLVM/test/Assembler/2008-09-02-FunctionNotes2.ll b/third_party/LLVM/test/Assembler/2008-09-02-FunctionNotes2.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2008-09-02-FunctionNotes2.ll
rename to third_party/LLVM/test/Assembler/2008-09-02-FunctionNotes2.ll
diff --git a/src/LLVM/test/Assembler/2008-09-29-RetAttr.ll b/third_party/LLVM/test/Assembler/2008-09-29-RetAttr.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2008-09-29-RetAttr.ll
rename to third_party/LLVM/test/Assembler/2008-09-29-RetAttr.ll
diff --git a/src/LLVM/test/Assembler/2008-10-14-QuoteInName.ll b/third_party/LLVM/test/Assembler/2008-10-14-QuoteInName.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2008-10-14-QuoteInName.ll
rename to third_party/LLVM/test/Assembler/2008-10-14-QuoteInName.ll
diff --git a/src/LLVM/test/Assembler/2009-02-01-UnnamedForwardRef.ll b/third_party/LLVM/test/Assembler/2009-02-01-UnnamedForwardRef.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2009-02-01-UnnamedForwardRef.ll
rename to third_party/LLVM/test/Assembler/2009-02-01-UnnamedForwardRef.ll
diff --git a/src/LLVM/test/Assembler/2009-02-28-CastOpc.ll b/third_party/LLVM/test/Assembler/2009-02-28-CastOpc.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2009-02-28-CastOpc.ll
rename to third_party/LLVM/test/Assembler/2009-02-28-CastOpc.ll
diff --git a/src/LLVM/test/Assembler/2009-02-28-StripOpaqueName.ll b/third_party/LLVM/test/Assembler/2009-02-28-StripOpaqueName.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2009-02-28-StripOpaqueName.ll
rename to third_party/LLVM/test/Assembler/2009-02-28-StripOpaqueName.ll
diff --git a/src/LLVM/test/Assembler/2009-03-24-ZextConstantExpr.ll b/third_party/LLVM/test/Assembler/2009-03-24-ZextConstantExpr.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2009-03-24-ZextConstantExpr.ll
rename to third_party/LLVM/test/Assembler/2009-03-24-ZextConstantExpr.ll
diff --git a/src/LLVM/test/Assembler/2009-04-25-AliasGEP.ll b/third_party/LLVM/test/Assembler/2009-04-25-AliasGEP.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2009-04-25-AliasGEP.ll
rename to third_party/LLVM/test/Assembler/2009-04-25-AliasGEP.ll
diff --git a/src/LLVM/test/Assembler/2009-07-24-ZeroArgGEP.ll b/third_party/LLVM/test/Assembler/2009-07-24-ZeroArgGEP.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2009-07-24-ZeroArgGEP.ll
rename to third_party/LLVM/test/Assembler/2009-07-24-ZeroArgGEP.ll
diff --git a/src/LLVM/test/Assembler/2010-02-05-FunctionLocalMetadataBecomesNull.ll b/third_party/LLVM/test/Assembler/2010-02-05-FunctionLocalMetadataBecomesNull.ll
similarity index 100%
rename from src/LLVM/test/Assembler/2010-02-05-FunctionLocalMetadataBecomesNull.ll
rename to third_party/LLVM/test/Assembler/2010-02-05-FunctionLocalMetadataBecomesNull.ll
diff --git a/src/LLVM/test/Assembler/AutoUpgradeIntrinsics.ll b/third_party/LLVM/test/Assembler/AutoUpgradeIntrinsics.ll
similarity index 100%
rename from src/LLVM/test/Assembler/AutoUpgradeIntrinsics.ll
rename to third_party/LLVM/test/Assembler/AutoUpgradeIntrinsics.ll
diff --git a/src/LLVM/test/Assembler/ConstantExprFold.ll b/third_party/LLVM/test/Assembler/ConstantExprFold.ll
similarity index 100%
rename from src/LLVM/test/Assembler/ConstantExprFold.ll
rename to third_party/LLVM/test/Assembler/ConstantExprFold.ll
diff --git a/src/LLVM/test/Assembler/ConstantExprFoldCast.ll b/third_party/LLVM/test/Assembler/ConstantExprFoldCast.ll
similarity index 100%
rename from src/LLVM/test/Assembler/ConstantExprFoldCast.ll
rename to third_party/LLVM/test/Assembler/ConstantExprFoldCast.ll
diff --git a/src/LLVM/test/Assembler/MultipleReturnValueType.ll b/third_party/LLVM/test/Assembler/MultipleReturnValueType.ll
similarity index 100%
rename from src/LLVM/test/Assembler/MultipleReturnValueType.ll
rename to third_party/LLVM/test/Assembler/MultipleReturnValueType.ll
diff --git a/src/LLVM/test/Assembler/aggregate-constant-values.ll b/third_party/LLVM/test/Assembler/aggregate-constant-values.ll
similarity index 100%
rename from src/LLVM/test/Assembler/aggregate-constant-values.ll
rename to third_party/LLVM/test/Assembler/aggregate-constant-values.ll
diff --git a/src/LLVM/test/Assembler/aggregate-return-single-value.ll b/third_party/LLVM/test/Assembler/aggregate-return-single-value.ll
similarity index 100%
rename from src/LLVM/test/Assembler/aggregate-return-single-value.ll
rename to third_party/LLVM/test/Assembler/aggregate-return-single-value.ll
diff --git a/src/LLVM/test/Assembler/align-inst-alloca.ll b/third_party/LLVM/test/Assembler/align-inst-alloca.ll
similarity index 100%
rename from src/LLVM/test/Assembler/align-inst-alloca.ll
rename to third_party/LLVM/test/Assembler/align-inst-alloca.ll
diff --git a/src/LLVM/test/Assembler/align-inst-load.ll b/third_party/LLVM/test/Assembler/align-inst-load.ll
similarity index 100%
rename from src/LLVM/test/Assembler/align-inst-load.ll
rename to third_party/LLVM/test/Assembler/align-inst-load.ll
diff --git a/src/LLVM/test/Assembler/align-inst-store.ll b/third_party/LLVM/test/Assembler/align-inst-store.ll
similarity index 100%
rename from src/LLVM/test/Assembler/align-inst-store.ll
rename to third_party/LLVM/test/Assembler/align-inst-store.ll
diff --git a/src/LLVM/test/Assembler/align-inst.ll b/third_party/LLVM/test/Assembler/align-inst.ll
similarity index 100%
rename from src/LLVM/test/Assembler/align-inst.ll
rename to third_party/LLVM/test/Assembler/align-inst.ll
diff --git a/src/LLVM/test/Assembler/alignstack.ll b/third_party/LLVM/test/Assembler/alignstack.ll
similarity index 100%
rename from src/LLVM/test/Assembler/alignstack.ll
rename to third_party/LLVM/test/Assembler/alignstack.ll
diff --git a/src/LLVM/test/Assembler/anon-functions.ll b/third_party/LLVM/test/Assembler/anon-functions.ll
similarity index 100%
rename from src/LLVM/test/Assembler/anon-functions.ll
rename to third_party/LLVM/test/Assembler/anon-functions.ll
diff --git a/src/LLVM/test/Assembler/atomic.ll b/third_party/LLVM/test/Assembler/atomic.ll
similarity index 100%
rename from src/LLVM/test/Assembler/atomic.ll
rename to third_party/LLVM/test/Assembler/atomic.ll
diff --git a/src/LLVM/test/Assembler/bcwrap.ll b/third_party/LLVM/test/Assembler/bcwrap.ll
similarity index 100%
rename from src/LLVM/test/Assembler/bcwrap.ll
rename to third_party/LLVM/test/Assembler/bcwrap.ll
diff --git a/src/LLVM/test/Assembler/comment.ll b/third_party/LLVM/test/Assembler/comment.ll
similarity index 100%
rename from src/LLVM/test/Assembler/comment.ll
rename to third_party/LLVM/test/Assembler/comment.ll
diff --git a/src/LLVM/test/Assembler/dg.exp b/third_party/LLVM/test/Assembler/dg.exp
similarity index 100%
rename from src/LLVM/test/Assembler/dg.exp
rename to third_party/LLVM/test/Assembler/dg.exp
diff --git a/src/LLVM/test/Assembler/extractvalue-invalid-idx.ll b/third_party/LLVM/test/Assembler/extractvalue-invalid-idx.ll
similarity index 100%
rename from src/LLVM/test/Assembler/extractvalue-invalid-idx.ll
rename to third_party/LLVM/test/Assembler/extractvalue-invalid-idx.ll
diff --git a/src/LLVM/test/Assembler/flags.ll b/third_party/LLVM/test/Assembler/flags.ll
similarity index 100%
rename from src/LLVM/test/Assembler/flags.ll
rename to third_party/LLVM/test/Assembler/flags.ll
diff --git a/src/LLVM/test/Assembler/functionlocal-metadata.ll b/third_party/LLVM/test/Assembler/functionlocal-metadata.ll
similarity index 100%
rename from src/LLVM/test/Assembler/functionlocal-metadata.ll
rename to third_party/LLVM/test/Assembler/functionlocal-metadata.ll
diff --git a/src/LLVM/test/Assembler/getelementptr.ll b/third_party/LLVM/test/Assembler/getelementptr.ll
similarity index 100%
rename from src/LLVM/test/Assembler/getelementptr.ll
rename to third_party/LLVM/test/Assembler/getelementptr.ll
diff --git a/src/LLVM/test/Assembler/getelementptr_struct.ll b/third_party/LLVM/test/Assembler/getelementptr_struct.ll
similarity index 100%
rename from src/LLVM/test/Assembler/getelementptr_struct.ll
rename to third_party/LLVM/test/Assembler/getelementptr_struct.ll
diff --git a/src/LLVM/test/Assembler/huge-array.ll b/third_party/LLVM/test/Assembler/huge-array.ll
similarity index 100%
rename from src/LLVM/test/Assembler/huge-array.ll
rename to third_party/LLVM/test/Assembler/huge-array.ll
diff --git a/src/LLVM/test/Assembler/insertextractvalue.ll b/third_party/LLVM/test/Assembler/insertextractvalue.ll
similarity index 100%
rename from src/LLVM/test/Assembler/insertextractvalue.ll
rename to third_party/LLVM/test/Assembler/insertextractvalue.ll
diff --git a/src/LLVM/test/Assembler/insertvalue-invalid-idx.ll b/third_party/LLVM/test/Assembler/insertvalue-invalid-idx.ll
similarity index 100%
rename from src/LLVM/test/Assembler/insertvalue-invalid-idx.ll
rename to third_party/LLVM/test/Assembler/insertvalue-invalid-idx.ll
diff --git a/src/LLVM/test/Assembler/invalid_cast.ll b/third_party/LLVM/test/Assembler/invalid_cast.ll
similarity index 100%
rename from src/LLVM/test/Assembler/invalid_cast.ll
rename to third_party/LLVM/test/Assembler/invalid_cast.ll
diff --git a/src/LLVM/test/Assembler/invalid_cast2.ll b/third_party/LLVM/test/Assembler/invalid_cast2.ll
similarity index 100%
rename from src/LLVM/test/Assembler/invalid_cast2.ll
rename to third_party/LLVM/test/Assembler/invalid_cast2.ll
diff --git a/src/LLVM/test/Assembler/metadata.ll b/third_party/LLVM/test/Assembler/metadata.ll
similarity index 100%
rename from src/LLVM/test/Assembler/metadata.ll
rename to third_party/LLVM/test/Assembler/metadata.ll
diff --git a/src/LLVM/test/Assembler/named-metadata.ll b/third_party/LLVM/test/Assembler/named-metadata.ll
similarity index 100%
rename from src/LLVM/test/Assembler/named-metadata.ll
rename to third_party/LLVM/test/Assembler/named-metadata.ll
diff --git a/src/LLVM/test/Assembler/numbered-values.ll b/third_party/LLVM/test/Assembler/numbered-values.ll
similarity index 100%
rename from src/LLVM/test/Assembler/numbered-values.ll
rename to third_party/LLVM/test/Assembler/numbered-values.ll
diff --git a/src/LLVM/test/Assembler/select.ll b/third_party/LLVM/test/Assembler/select.ll
similarity index 100%
rename from src/LLVM/test/Assembler/select.ll
rename to third_party/LLVM/test/Assembler/select.ll
diff --git a/src/LLVM/test/Assembler/unnamed-addr.ll b/third_party/LLVM/test/Assembler/unnamed-addr.ll
similarity index 100%
rename from src/LLVM/test/Assembler/unnamed-addr.ll
rename to third_party/LLVM/test/Assembler/unnamed-addr.ll
diff --git a/src/LLVM/test/Assembler/unnamed.ll b/third_party/LLVM/test/Assembler/unnamed.ll
similarity index 100%
rename from src/LLVM/test/Assembler/unnamed.ll
rename to third_party/LLVM/test/Assembler/unnamed.ll
diff --git a/src/LLVM/test/Assembler/vbool-cmp.ll b/third_party/LLVM/test/Assembler/vbool-cmp.ll
similarity index 100%
rename from src/LLVM/test/Assembler/vbool-cmp.ll
rename to third_party/LLVM/test/Assembler/vbool-cmp.ll
diff --git a/src/LLVM/test/Assembler/vector-cmp.ll b/third_party/LLVM/test/Assembler/vector-cmp.ll
similarity index 100%
rename from src/LLVM/test/Assembler/vector-cmp.ll
rename to third_party/LLVM/test/Assembler/vector-cmp.ll
diff --git a/src/LLVM/test/Assembler/vector-select.ll b/third_party/LLVM/test/Assembler/vector-select.ll
similarity index 100%
rename from src/LLVM/test/Assembler/vector-select.ll
rename to third_party/LLVM/test/Assembler/vector-select.ll
diff --git a/src/LLVM/test/Assembler/vector-shift.ll b/third_party/LLVM/test/Assembler/vector-shift.ll
similarity index 100%
rename from src/LLVM/test/Assembler/vector-shift.ll
rename to third_party/LLVM/test/Assembler/vector-shift.ll
diff --git a/src/LLVM/test/Assembler/x86mmx.ll b/third_party/LLVM/test/Assembler/x86mmx.ll
similarity index 100%
rename from src/LLVM/test/Assembler/x86mmx.ll
rename to third_party/LLVM/test/Assembler/x86mmx.ll
diff --git a/src/LLVM/test/Bindings/Ocaml/analysis.ml b/third_party/LLVM/test/Bindings/Ocaml/analysis.ml
similarity index 100%
rename from src/LLVM/test/Bindings/Ocaml/analysis.ml
rename to third_party/LLVM/test/Bindings/Ocaml/analysis.ml
diff --git a/src/LLVM/test/Bindings/Ocaml/bitreader.ml b/third_party/LLVM/test/Bindings/Ocaml/bitreader.ml
similarity index 100%
rename from src/LLVM/test/Bindings/Ocaml/bitreader.ml
rename to third_party/LLVM/test/Bindings/Ocaml/bitreader.ml
diff --git a/src/LLVM/test/Bindings/Ocaml/bitwriter.ml b/third_party/LLVM/test/Bindings/Ocaml/bitwriter.ml
similarity index 100%
rename from src/LLVM/test/Bindings/Ocaml/bitwriter.ml
rename to third_party/LLVM/test/Bindings/Ocaml/bitwriter.ml
diff --git a/src/LLVM/test/Bindings/Ocaml/dg.exp b/third_party/LLVM/test/Bindings/Ocaml/dg.exp
similarity index 100%
rename from src/LLVM/test/Bindings/Ocaml/dg.exp
rename to third_party/LLVM/test/Bindings/Ocaml/dg.exp
diff --git a/src/LLVM/test/Bindings/Ocaml/executionengine.ml b/third_party/LLVM/test/Bindings/Ocaml/executionengine.ml
similarity index 100%
rename from src/LLVM/test/Bindings/Ocaml/executionengine.ml
rename to third_party/LLVM/test/Bindings/Ocaml/executionengine.ml
diff --git a/src/LLVM/test/Bindings/Ocaml/ext_exc.ml b/third_party/LLVM/test/Bindings/Ocaml/ext_exc.ml
similarity index 100%
rename from src/LLVM/test/Bindings/Ocaml/ext_exc.ml
rename to third_party/LLVM/test/Bindings/Ocaml/ext_exc.ml
diff --git a/src/LLVM/test/Bindings/Ocaml/ipo_opts.ml b/third_party/LLVM/test/Bindings/Ocaml/ipo_opts.ml
similarity index 100%
rename from src/LLVM/test/Bindings/Ocaml/ipo_opts.ml
rename to third_party/LLVM/test/Bindings/Ocaml/ipo_opts.ml
diff --git a/src/LLVM/test/Bindings/Ocaml/scalar_opts.ml b/third_party/LLVM/test/Bindings/Ocaml/scalar_opts.ml
similarity index 100%
rename from src/LLVM/test/Bindings/Ocaml/scalar_opts.ml
rename to third_party/LLVM/test/Bindings/Ocaml/scalar_opts.ml
diff --git a/src/LLVM/test/Bindings/Ocaml/target.ml b/third_party/LLVM/test/Bindings/Ocaml/target.ml
similarity index 100%
rename from src/LLVM/test/Bindings/Ocaml/target.ml
rename to third_party/LLVM/test/Bindings/Ocaml/target.ml
diff --git a/src/LLVM/test/Bindings/Ocaml/vmcore.ml b/third_party/LLVM/test/Bindings/Ocaml/vmcore.ml
similarity index 100%
rename from src/LLVM/test/Bindings/Ocaml/vmcore.ml
rename to third_party/LLVM/test/Bindings/Ocaml/vmcore.ml
diff --git a/src/LLVM/test/Bitcode/2006-12-11-Cast-ConstExpr.ll b/third_party/LLVM/test/Bitcode/2006-12-11-Cast-ConstExpr.ll
similarity index 100%
rename from src/LLVM/test/Bitcode/2006-12-11-Cast-ConstExpr.ll
rename to third_party/LLVM/test/Bitcode/2006-12-11-Cast-ConstExpr.ll
diff --git a/src/LLVM/test/Bitcode/2009-06-11-FirstClassAggregateConstant.ll b/third_party/LLVM/test/Bitcode/2009-06-11-FirstClassAggregateConstant.ll
similarity index 100%
rename from src/LLVM/test/Bitcode/2009-06-11-FirstClassAggregateConstant.ll
rename to third_party/LLVM/test/Bitcode/2009-06-11-FirstClassAggregateConstant.ll
diff --git a/src/LLVM/test/Bitcode/AutoUpgradeGlobals.ll b/third_party/LLVM/test/Bitcode/AutoUpgradeGlobals.ll
similarity index 100%
rename from src/LLVM/test/Bitcode/AutoUpgradeGlobals.ll
rename to third_party/LLVM/test/Bitcode/AutoUpgradeGlobals.ll
diff --git a/src/LLVM/test/Bitcode/AutoUpgradeGlobals.ll.bc b/third_party/LLVM/test/Bitcode/AutoUpgradeGlobals.ll.bc
similarity index 100%
rename from src/LLVM/test/Bitcode/AutoUpgradeGlobals.ll.bc
rename to third_party/LLVM/test/Bitcode/AutoUpgradeGlobals.ll.bc
Binary files differ
diff --git a/src/LLVM/test/Bitcode/blockaddress.ll b/third_party/LLVM/test/Bitcode/blockaddress.ll
similarity index 100%
rename from src/LLVM/test/Bitcode/blockaddress.ll
rename to third_party/LLVM/test/Bitcode/blockaddress.ll
diff --git a/src/LLVM/test/Bitcode/dg.exp b/third_party/LLVM/test/Bitcode/dg.exp
similarity index 100%
rename from src/LLVM/test/Bitcode/dg.exp
rename to third_party/LLVM/test/Bitcode/dg.exp
diff --git a/src/LLVM/test/Bitcode/extractelement.ll b/third_party/LLVM/test/Bitcode/extractelement.ll
similarity index 100%
rename from src/LLVM/test/Bitcode/extractelement.ll
rename to third_party/LLVM/test/Bitcode/extractelement.ll
diff --git a/src/LLVM/test/Bitcode/flags.ll b/third_party/LLVM/test/Bitcode/flags.ll
similarity index 100%
rename from src/LLVM/test/Bitcode/flags.ll
rename to third_party/LLVM/test/Bitcode/flags.ll
diff --git a/src/LLVM/test/Bitcode/metadata-2.ll b/third_party/LLVM/test/Bitcode/metadata-2.ll
similarity index 100%
rename from src/LLVM/test/Bitcode/metadata-2.ll
rename to third_party/LLVM/test/Bitcode/metadata-2.ll
diff --git a/src/LLVM/test/Bitcode/metadata.ll b/third_party/LLVM/test/Bitcode/metadata.ll
similarity index 100%
rename from src/LLVM/test/Bitcode/metadata.ll
rename to third_party/LLVM/test/Bitcode/metadata.ll
diff --git a/src/LLVM/test/Bitcode/null-type.ll b/third_party/LLVM/test/Bitcode/null-type.ll
similarity index 100%
rename from src/LLVM/test/Bitcode/null-type.ll
rename to third_party/LLVM/test/Bitcode/null-type.ll
diff --git a/src/LLVM/test/Bitcode/null-type.ll.bc b/third_party/LLVM/test/Bitcode/null-type.ll.bc
similarity index 100%
rename from src/LLVM/test/Bitcode/null-type.ll.bc
rename to third_party/LLVM/test/Bitcode/null-type.ll.bc
Binary files differ
diff --git a/src/LLVM/test/Bitcode/sse42_crc32.ll b/third_party/LLVM/test/Bitcode/sse42_crc32.ll
similarity index 100%
rename from src/LLVM/test/Bitcode/sse42_crc32.ll
rename to third_party/LLVM/test/Bitcode/sse42_crc32.ll
diff --git a/src/LLVM/test/Bitcode/sse42_crc32.ll.bc b/third_party/LLVM/test/Bitcode/sse42_crc32.ll.bc
similarity index 100%
rename from src/LLVM/test/Bitcode/sse42_crc32.ll.bc
rename to third_party/LLVM/test/Bitcode/sse42_crc32.ll.bc
Binary files differ
diff --git a/src/LLVM/test/Bitcode/ssse3_palignr.ll b/third_party/LLVM/test/Bitcode/ssse3_palignr.ll
similarity index 100%
rename from src/LLVM/test/Bitcode/ssse3_palignr.ll
rename to third_party/LLVM/test/Bitcode/ssse3_palignr.ll
diff --git a/src/LLVM/test/Bitcode/ssse3_palignr.ll.bc b/third_party/LLVM/test/Bitcode/ssse3_palignr.ll.bc
similarity index 100%
rename from src/LLVM/test/Bitcode/ssse3_palignr.ll.bc
rename to third_party/LLVM/test/Bitcode/ssse3_palignr.ll.bc
Binary files differ
diff --git a/src/LLVM/test/BugPoint/crash-narrowfunctiontest.ll b/third_party/LLVM/test/BugPoint/crash-narrowfunctiontest.ll
similarity index 100%
rename from src/LLVM/test/BugPoint/crash-narrowfunctiontest.ll
rename to third_party/LLVM/test/BugPoint/crash-narrowfunctiontest.ll
diff --git a/src/LLVM/test/BugPoint/dg.exp b/third_party/LLVM/test/BugPoint/dg.exp
similarity index 100%
rename from src/LLVM/test/BugPoint/dg.exp
rename to third_party/LLVM/test/BugPoint/dg.exp
diff --git a/src/LLVM/test/BugPoint/metadata.ll b/third_party/LLVM/test/BugPoint/metadata.ll
similarity index 100%
rename from src/LLVM/test/BugPoint/metadata.ll
rename to third_party/LLVM/test/BugPoint/metadata.ll
diff --git a/src/LLVM/test/BugPoint/remove_arguments_test.ll b/third_party/LLVM/test/BugPoint/remove_arguments_test.ll
similarity index 100%
rename from src/LLVM/test/BugPoint/remove_arguments_test.ll
rename to third_party/LLVM/test/BugPoint/remove_arguments_test.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2006-11-10-CycleInDAG.ll b/third_party/LLVM/test/CodeGen/ARM/2006-11-10-CycleInDAG.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2006-11-10-CycleInDAG.ll
rename to third_party/LLVM/test/CodeGen/ARM/2006-11-10-CycleInDAG.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2007-01-19-InfiniteLoop.ll b/third_party/LLVM/test/CodeGen/ARM/2007-01-19-InfiniteLoop.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2007-01-19-InfiniteLoop.ll
rename to third_party/LLVM/test/CodeGen/ARM/2007-01-19-InfiniteLoop.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2007-03-07-CombinerCrash.ll b/third_party/LLVM/test/CodeGen/ARM/2007-03-07-CombinerCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2007-03-07-CombinerCrash.ll
rename to third_party/LLVM/test/CodeGen/ARM/2007-03-07-CombinerCrash.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2007-03-13-InstrSched.ll b/third_party/LLVM/test/CodeGen/ARM/2007-03-13-InstrSched.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2007-03-13-InstrSched.ll
rename to third_party/LLVM/test/CodeGen/ARM/2007-03-13-InstrSched.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2007-03-21-JoinIntervalsCrash.ll b/third_party/LLVM/test/CodeGen/ARM/2007-03-21-JoinIntervalsCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2007-03-21-JoinIntervalsCrash.ll
rename to third_party/LLVM/test/CodeGen/ARM/2007-03-21-JoinIntervalsCrash.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2007-03-27-RegScavengerAssert.ll b/third_party/LLVM/test/CodeGen/ARM/2007-03-27-RegScavengerAssert.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2007-03-27-RegScavengerAssert.ll
rename to third_party/LLVM/test/CodeGen/ARM/2007-03-27-RegScavengerAssert.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2007-03-30-RegScavengerAssert.ll b/third_party/LLVM/test/CodeGen/ARM/2007-03-30-RegScavengerAssert.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2007-03-30-RegScavengerAssert.ll
rename to third_party/LLVM/test/CodeGen/ARM/2007-03-30-RegScavengerAssert.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2007-04-02-RegScavengerAssert.ll b/third_party/LLVM/test/CodeGen/ARM/2007-04-02-RegScavengerAssert.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2007-04-02-RegScavengerAssert.ll
rename to third_party/LLVM/test/CodeGen/ARM/2007-04-02-RegScavengerAssert.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2007-04-03-PEIBug.ll b/third_party/LLVM/test/CodeGen/ARM/2007-04-03-PEIBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2007-04-03-PEIBug.ll
rename to third_party/LLVM/test/CodeGen/ARM/2007-04-03-PEIBug.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2007-04-03-UndefinedSymbol.ll b/third_party/LLVM/test/CodeGen/ARM/2007-04-03-UndefinedSymbol.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2007-04-03-UndefinedSymbol.ll
rename to third_party/LLVM/test/CodeGen/ARM/2007-04-03-UndefinedSymbol.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2007-04-30-CombinerCrash.ll b/third_party/LLVM/test/CodeGen/ARM/2007-04-30-CombinerCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2007-04-30-CombinerCrash.ll
rename to third_party/LLVM/test/CodeGen/ARM/2007-04-30-CombinerCrash.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2007-05-03-BadPostIndexedLd.ll b/third_party/LLVM/test/CodeGen/ARM/2007-05-03-BadPostIndexedLd.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2007-05-03-BadPostIndexedLd.ll
rename to third_party/LLVM/test/CodeGen/ARM/2007-05-03-BadPostIndexedLd.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2007-05-07-tailmerge-1.ll b/third_party/LLVM/test/CodeGen/ARM/2007-05-07-tailmerge-1.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2007-05-07-tailmerge-1.ll
rename to third_party/LLVM/test/CodeGen/ARM/2007-05-07-tailmerge-1.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2007-05-09-tailmerge-2.ll b/third_party/LLVM/test/CodeGen/ARM/2007-05-09-tailmerge-2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2007-05-09-tailmerge-2.ll
rename to third_party/LLVM/test/CodeGen/ARM/2007-05-09-tailmerge-2.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2007-05-14-InlineAsmCstCrash.ll b/third_party/LLVM/test/CodeGen/ARM/2007-05-14-InlineAsmCstCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2007-05-14-InlineAsmCstCrash.ll
rename to third_party/LLVM/test/CodeGen/ARM/2007-05-14-InlineAsmCstCrash.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2007-05-14-RegScavengerAssert.ll b/third_party/LLVM/test/CodeGen/ARM/2007-05-14-RegScavengerAssert.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2007-05-14-RegScavengerAssert.ll
rename to third_party/LLVM/test/CodeGen/ARM/2007-05-14-RegScavengerAssert.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2007-05-22-tailmerge-3.ll b/third_party/LLVM/test/CodeGen/ARM/2007-05-22-tailmerge-3.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2007-05-22-tailmerge-3.ll
rename to third_party/LLVM/test/CodeGen/ARM/2007-05-22-tailmerge-3.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2007-05-23-BadPreIndexedStore.ll b/third_party/LLVM/test/CodeGen/ARM/2007-05-23-BadPreIndexedStore.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2007-05-23-BadPreIndexedStore.ll
rename to third_party/LLVM/test/CodeGen/ARM/2007-05-23-BadPreIndexedStore.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2007-08-15-ReuseBug.ll b/third_party/LLVM/test/CodeGen/ARM/2007-08-15-ReuseBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2007-08-15-ReuseBug.ll
rename to third_party/LLVM/test/CodeGen/ARM/2007-08-15-ReuseBug.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2008-02-04-LocalRegAllocBug.ll b/third_party/LLVM/test/CodeGen/ARM/2008-02-04-LocalRegAllocBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2008-02-04-LocalRegAllocBug.ll
rename to third_party/LLVM/test/CodeGen/ARM/2008-02-04-LocalRegAllocBug.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2008-02-29-RegAllocLocal.ll b/third_party/LLVM/test/CodeGen/ARM/2008-02-29-RegAllocLocal.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2008-02-29-RegAllocLocal.ll
rename to third_party/LLVM/test/CodeGen/ARM/2008-02-29-RegAllocLocal.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2008-03-05-SxtInRegBug.ll b/third_party/LLVM/test/CodeGen/ARM/2008-03-05-SxtInRegBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2008-03-05-SxtInRegBug.ll
rename to third_party/LLVM/test/CodeGen/ARM/2008-03-05-SxtInRegBug.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2008-03-07-RegScavengerAssert.ll b/third_party/LLVM/test/CodeGen/ARM/2008-03-07-RegScavengerAssert.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2008-03-07-RegScavengerAssert.ll
rename to third_party/LLVM/test/CodeGen/ARM/2008-03-07-RegScavengerAssert.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2008-04-04-ScavengerAssert.ll b/third_party/LLVM/test/CodeGen/ARM/2008-04-04-ScavengerAssert.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2008-04-04-ScavengerAssert.ll
rename to third_party/LLVM/test/CodeGen/ARM/2008-04-04-ScavengerAssert.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2008-04-10-ScavengerAssert.ll b/third_party/LLVM/test/CodeGen/ARM/2008-04-10-ScavengerAssert.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2008-04-10-ScavengerAssert.ll
rename to third_party/LLVM/test/CodeGen/ARM/2008-04-10-ScavengerAssert.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2008-04-11-PHIofImpDef.ll b/third_party/LLVM/test/CodeGen/ARM/2008-04-11-PHIofImpDef.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2008-04-11-PHIofImpDef.ll
rename to third_party/LLVM/test/CodeGen/ARM/2008-04-11-PHIofImpDef.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2008-05-19-LiveIntervalsBug.ll b/third_party/LLVM/test/CodeGen/ARM/2008-05-19-LiveIntervalsBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2008-05-19-LiveIntervalsBug.ll
rename to third_party/LLVM/test/CodeGen/ARM/2008-05-19-LiveIntervalsBug.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2008-05-19-ScavengerAssert.ll b/third_party/LLVM/test/CodeGen/ARM/2008-05-19-ScavengerAssert.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2008-05-19-ScavengerAssert.ll
rename to third_party/LLVM/test/CodeGen/ARM/2008-05-19-ScavengerAssert.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2008-07-17-Fdiv.ll b/third_party/LLVM/test/CodeGen/ARM/2008-07-17-Fdiv.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2008-07-17-Fdiv.ll
rename to third_party/LLVM/test/CodeGen/ARM/2008-07-17-Fdiv.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2008-07-24-CodeGenPrepCrash.ll b/third_party/LLVM/test/CodeGen/ARM/2008-07-24-CodeGenPrepCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2008-07-24-CodeGenPrepCrash.ll
rename to third_party/LLVM/test/CodeGen/ARM/2008-07-24-CodeGenPrepCrash.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2008-08-07-AsmPrintBug.ll b/third_party/LLVM/test/CodeGen/ARM/2008-08-07-AsmPrintBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2008-08-07-AsmPrintBug.ll
rename to third_party/LLVM/test/CodeGen/ARM/2008-08-07-AsmPrintBug.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2008-09-17-CoalescerBug.ll b/third_party/LLVM/test/CodeGen/ARM/2008-09-17-CoalescerBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2008-09-17-CoalescerBug.ll
rename to third_party/LLVM/test/CodeGen/ARM/2008-09-17-CoalescerBug.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2008-11-18-ScavengerAssert.ll b/third_party/LLVM/test/CodeGen/ARM/2008-11-18-ScavengerAssert.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2008-11-18-ScavengerAssert.ll
rename to third_party/LLVM/test/CodeGen/ARM/2008-11-18-ScavengerAssert.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2009-02-16-SpillerBug.ll b/third_party/LLVM/test/CodeGen/ARM/2009-02-16-SpillerBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2009-02-16-SpillerBug.ll
rename to third_party/LLVM/test/CodeGen/ARM/2009-02-16-SpillerBug.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2009-02-22-SoftenFloatVaArg.ll b/third_party/LLVM/test/CodeGen/ARM/2009-02-22-SoftenFloatVaArg.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2009-02-22-SoftenFloatVaArg.ll
rename to third_party/LLVM/test/CodeGen/ARM/2009-02-22-SoftenFloatVaArg.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2009-02-27-SpillerBug.ll b/third_party/LLVM/test/CodeGen/ARM/2009-02-27-SpillerBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2009-02-27-SpillerBug.ll
rename to third_party/LLVM/test/CodeGen/ARM/2009-02-27-SpillerBug.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2009-03-07-SpillerBug.ll b/third_party/LLVM/test/CodeGen/ARM/2009-03-07-SpillerBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2009-03-07-SpillerBug.ll
rename to third_party/LLVM/test/CodeGen/ARM/2009-03-07-SpillerBug.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2009-03-09-AddrModeBug.ll b/third_party/LLVM/test/CodeGen/ARM/2009-03-09-AddrModeBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2009-03-09-AddrModeBug.ll
rename to third_party/LLVM/test/CodeGen/ARM/2009-03-09-AddrModeBug.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2009-04-06-AsmModifier.ll b/third_party/LLVM/test/CodeGen/ARM/2009-04-06-AsmModifier.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2009-04-06-AsmModifier.ll
rename to third_party/LLVM/test/CodeGen/ARM/2009-04-06-AsmModifier.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2009-04-08-AggregateAddr.ll b/third_party/LLVM/test/CodeGen/ARM/2009-04-08-AggregateAddr.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2009-04-08-AggregateAddr.ll
rename to third_party/LLVM/test/CodeGen/ARM/2009-04-08-AggregateAddr.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2009-04-08-FREM.ll b/third_party/LLVM/test/CodeGen/ARM/2009-04-08-FREM.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2009-04-08-FREM.ll
rename to third_party/LLVM/test/CodeGen/ARM/2009-04-08-FREM.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2009-04-08-FloatUndef.ll b/third_party/LLVM/test/CodeGen/ARM/2009-04-08-FloatUndef.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2009-04-08-FloatUndef.ll
rename to third_party/LLVM/test/CodeGen/ARM/2009-04-08-FloatUndef.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2009-04-09-RegScavengerAsm.ll b/third_party/LLVM/test/CodeGen/ARM/2009-04-09-RegScavengerAsm.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2009-04-09-RegScavengerAsm.ll
rename to third_party/LLVM/test/CodeGen/ARM/2009-04-09-RegScavengerAsm.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2009-05-05-DAGCombineBug.ll b/third_party/LLVM/test/CodeGen/ARM/2009-05-05-DAGCombineBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2009-05-05-DAGCombineBug.ll
rename to third_party/LLVM/test/CodeGen/ARM/2009-05-05-DAGCombineBug.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2009-05-07-RegAllocLocal.ll b/third_party/LLVM/test/CodeGen/ARM/2009-05-07-RegAllocLocal.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2009-05-07-RegAllocLocal.ll
rename to third_party/LLVM/test/CodeGen/ARM/2009-05-07-RegAllocLocal.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2009-05-11-CodePlacementCrash.ll b/third_party/LLVM/test/CodeGen/ARM/2009-05-11-CodePlacementCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2009-05-11-CodePlacementCrash.ll
rename to third_party/LLVM/test/CodeGen/ARM/2009-05-11-CodePlacementCrash.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2009-05-18-InlineAsmMem.ll b/third_party/LLVM/test/CodeGen/ARM/2009-05-18-InlineAsmMem.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2009-05-18-InlineAsmMem.ll
rename to third_party/LLVM/test/CodeGen/ARM/2009-05-18-InlineAsmMem.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2009-06-02-ISelCrash.ll b/third_party/LLVM/test/CodeGen/ARM/2009-06-02-ISelCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2009-06-02-ISelCrash.ll
rename to third_party/LLVM/test/CodeGen/ARM/2009-06-02-ISelCrash.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2009-06-04-MissingLiveIn.ll b/third_party/LLVM/test/CodeGen/ARM/2009-06-04-MissingLiveIn.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2009-06-04-MissingLiveIn.ll
rename to third_party/LLVM/test/CodeGen/ARM/2009-06-04-MissingLiveIn.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2009-06-15-RegScavengerAssert.ll b/third_party/LLVM/test/CodeGen/ARM/2009-06-15-RegScavengerAssert.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2009-06-15-RegScavengerAssert.ll
rename to third_party/LLVM/test/CodeGen/ARM/2009-06-15-RegScavengerAssert.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2009-06-19-RegScavengerAssert.ll b/third_party/LLVM/test/CodeGen/ARM/2009-06-19-RegScavengerAssert.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2009-06-19-RegScavengerAssert.ll
rename to third_party/LLVM/test/CodeGen/ARM/2009-06-19-RegScavengerAssert.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2009-06-22-CoalescerBug.ll b/third_party/LLVM/test/CodeGen/ARM/2009-06-22-CoalescerBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2009-06-22-CoalescerBug.ll
rename to third_party/LLVM/test/CodeGen/ARM/2009-06-22-CoalescerBug.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2009-06-30-RegScavengerAssert.ll b/third_party/LLVM/test/CodeGen/ARM/2009-06-30-RegScavengerAssert.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2009-06-30-RegScavengerAssert.ll
rename to third_party/LLVM/test/CodeGen/ARM/2009-06-30-RegScavengerAssert.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2009-06-30-RegScavengerAssert2.ll b/third_party/LLVM/test/CodeGen/ARM/2009-06-30-RegScavengerAssert2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2009-06-30-RegScavengerAssert2.ll
rename to third_party/LLVM/test/CodeGen/ARM/2009-06-30-RegScavengerAssert2.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2009-06-30-RegScavengerAssert3.ll b/third_party/LLVM/test/CodeGen/ARM/2009-06-30-RegScavengerAssert3.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2009-06-30-RegScavengerAssert3.ll
rename to third_party/LLVM/test/CodeGen/ARM/2009-06-30-RegScavengerAssert3.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2009-06-30-RegScavengerAssert4.ll b/third_party/LLVM/test/CodeGen/ARM/2009-06-30-RegScavengerAssert4.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2009-06-30-RegScavengerAssert4.ll
rename to third_party/LLVM/test/CodeGen/ARM/2009-06-30-RegScavengerAssert4.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2009-06-30-RegScavengerAssert5.ll b/third_party/LLVM/test/CodeGen/ARM/2009-06-30-RegScavengerAssert5.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2009-06-30-RegScavengerAssert5.ll
rename to third_party/LLVM/test/CodeGen/ARM/2009-06-30-RegScavengerAssert5.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2009-07-01-CommuteBug.ll b/third_party/LLVM/test/CodeGen/ARM/2009-07-01-CommuteBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2009-07-01-CommuteBug.ll
rename to third_party/LLVM/test/CodeGen/ARM/2009-07-01-CommuteBug.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2009-07-09-asm-p-constraint.ll b/third_party/LLVM/test/CodeGen/ARM/2009-07-09-asm-p-constraint.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2009-07-09-asm-p-constraint.ll
rename to third_party/LLVM/test/CodeGen/ARM/2009-07-09-asm-p-constraint.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2009-07-18-RewriterBug.ll b/third_party/LLVM/test/CodeGen/ARM/2009-07-18-RewriterBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2009-07-18-RewriterBug.ll
rename to third_party/LLVM/test/CodeGen/ARM/2009-07-18-RewriterBug.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2009-07-22-ScavengerAssert.ll b/third_party/LLVM/test/CodeGen/ARM/2009-07-22-ScavengerAssert.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2009-07-22-ScavengerAssert.ll
rename to third_party/LLVM/test/CodeGen/ARM/2009-07-22-ScavengerAssert.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2009-07-22-SchedulerAssert.ll b/third_party/LLVM/test/CodeGen/ARM/2009-07-22-SchedulerAssert.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2009-07-22-SchedulerAssert.ll
rename to third_party/LLVM/test/CodeGen/ARM/2009-07-22-SchedulerAssert.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2009-07-29-VFP3Registers.ll b/third_party/LLVM/test/CodeGen/ARM/2009-07-29-VFP3Registers.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2009-07-29-VFP3Registers.ll
rename to third_party/LLVM/test/CodeGen/ARM/2009-07-29-VFP3Registers.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2009-08-02-RegScavengerAssert-Neon.ll b/third_party/LLVM/test/CodeGen/ARM/2009-08-02-RegScavengerAssert-Neon.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2009-08-02-RegScavengerAssert-Neon.ll
rename to third_party/LLVM/test/CodeGen/ARM/2009-08-02-RegScavengerAssert-Neon.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2009-08-04-RegScavengerAssert-2.ll b/third_party/LLVM/test/CodeGen/ARM/2009-08-04-RegScavengerAssert-2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2009-08-04-RegScavengerAssert-2.ll
rename to third_party/LLVM/test/CodeGen/ARM/2009-08-04-RegScavengerAssert-2.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2009-08-04-RegScavengerAssert.ll b/third_party/LLVM/test/CodeGen/ARM/2009-08-04-RegScavengerAssert.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2009-08-04-RegScavengerAssert.ll
rename to third_party/LLVM/test/CodeGen/ARM/2009-08-04-RegScavengerAssert.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2009-08-15-RegScavenger-EarlyClobber.ll b/third_party/LLVM/test/CodeGen/ARM/2009-08-15-RegScavenger-EarlyClobber.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2009-08-15-RegScavenger-EarlyClobber.ll
rename to third_party/LLVM/test/CodeGen/ARM/2009-08-15-RegScavenger-EarlyClobber.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2009-08-15-RegScavengerAssert.ll b/third_party/LLVM/test/CodeGen/ARM/2009-08-15-RegScavengerAssert.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2009-08-15-RegScavengerAssert.ll
rename to third_party/LLVM/test/CodeGen/ARM/2009-08-15-RegScavengerAssert.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2009-08-21-PostRAKill.ll b/third_party/LLVM/test/CodeGen/ARM/2009-08-21-PostRAKill.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2009-08-21-PostRAKill.ll
rename to third_party/LLVM/test/CodeGen/ARM/2009-08-21-PostRAKill.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2009-08-21-PostRAKill2.ll b/third_party/LLVM/test/CodeGen/ARM/2009-08-21-PostRAKill2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2009-08-21-PostRAKill2.ll
rename to third_party/LLVM/test/CodeGen/ARM/2009-08-21-PostRAKill2.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2009-08-21-PostRAKill3.ll b/third_party/LLVM/test/CodeGen/ARM/2009-08-21-PostRAKill3.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2009-08-21-PostRAKill3.ll
rename to third_party/LLVM/test/CodeGen/ARM/2009-08-21-PostRAKill3.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2009-08-23-linkerprivate.ll b/third_party/LLVM/test/CodeGen/ARM/2009-08-23-linkerprivate.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2009-08-23-linkerprivate.ll
rename to third_party/LLVM/test/CodeGen/ARM/2009-08-23-linkerprivate.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2009-08-26-ScalarToVector.ll b/third_party/LLVM/test/CodeGen/ARM/2009-08-26-ScalarToVector.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2009-08-26-ScalarToVector.ll
rename to third_party/LLVM/test/CodeGen/ARM/2009-08-26-ScalarToVector.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2009-08-27-ScalarToVector.ll b/third_party/LLVM/test/CodeGen/ARM/2009-08-27-ScalarToVector.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2009-08-27-ScalarToVector.ll
rename to third_party/LLVM/test/CodeGen/ARM/2009-08-27-ScalarToVector.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2009-08-29-ExtractEltf32.ll b/third_party/LLVM/test/CodeGen/ARM/2009-08-29-ExtractEltf32.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2009-08-29-ExtractEltf32.ll
rename to third_party/LLVM/test/CodeGen/ARM/2009-08-29-ExtractEltf32.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2009-08-29-TooLongSplat.ll b/third_party/LLVM/test/CodeGen/ARM/2009-08-29-TooLongSplat.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2009-08-29-TooLongSplat.ll
rename to third_party/LLVM/test/CodeGen/ARM/2009-08-29-TooLongSplat.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2009-08-31-LSDA-Name.ll b/third_party/LLVM/test/CodeGen/ARM/2009-08-31-LSDA-Name.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2009-08-31-LSDA-Name.ll
rename to third_party/LLVM/test/CodeGen/ARM/2009-08-31-LSDA-Name.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2009-08-31-TwoRegShuffle.ll b/third_party/LLVM/test/CodeGen/ARM/2009-08-31-TwoRegShuffle.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2009-08-31-TwoRegShuffle.ll
rename to third_party/LLVM/test/CodeGen/ARM/2009-08-31-TwoRegShuffle.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2009-09-09-AllOnes.ll b/third_party/LLVM/test/CodeGen/ARM/2009-09-09-AllOnes.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2009-09-09-AllOnes.ll
rename to third_party/LLVM/test/CodeGen/ARM/2009-09-09-AllOnes.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2009-09-09-fpcmp-ole.ll b/third_party/LLVM/test/CodeGen/ARM/2009-09-09-fpcmp-ole.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2009-09-09-fpcmp-ole.ll
rename to third_party/LLVM/test/CodeGen/ARM/2009-09-09-fpcmp-ole.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2009-09-10-postdec.ll b/third_party/LLVM/test/CodeGen/ARM/2009-09-10-postdec.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2009-09-10-postdec.ll
rename to third_party/LLVM/test/CodeGen/ARM/2009-09-10-postdec.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2009-09-13-InvalidSubreg.ll b/third_party/LLVM/test/CodeGen/ARM/2009-09-13-InvalidSubreg.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2009-09-13-InvalidSubreg.ll
rename to third_party/LLVM/test/CodeGen/ARM/2009-09-13-InvalidSubreg.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2009-09-13-InvalidSuperReg.ll b/third_party/LLVM/test/CodeGen/ARM/2009-09-13-InvalidSuperReg.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2009-09-13-InvalidSuperReg.ll
rename to third_party/LLVM/test/CodeGen/ARM/2009-09-13-InvalidSuperReg.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2009-09-20-LiveIntervalsBug.ll b/third_party/LLVM/test/CodeGen/ARM/2009-09-20-LiveIntervalsBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2009-09-20-LiveIntervalsBug.ll
rename to third_party/LLVM/test/CodeGen/ARM/2009-09-20-LiveIntervalsBug.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2009-09-21-LiveVariablesBug.ll b/third_party/LLVM/test/CodeGen/ARM/2009-09-21-LiveVariablesBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2009-09-21-LiveVariablesBug.ll
rename to third_party/LLVM/test/CodeGen/ARM/2009-09-21-LiveVariablesBug.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2009-09-22-LiveVariablesBug.ll b/third_party/LLVM/test/CodeGen/ARM/2009-09-22-LiveVariablesBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2009-09-22-LiveVariablesBug.ll
rename to third_party/LLVM/test/CodeGen/ARM/2009-09-22-LiveVariablesBug.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2009-09-23-LiveVariablesBug.ll b/third_party/LLVM/test/CodeGen/ARM/2009-09-23-LiveVariablesBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2009-09-23-LiveVariablesBug.ll
rename to third_party/LLVM/test/CodeGen/ARM/2009-09-23-LiveVariablesBug.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2009-09-24-spill-align.ll b/third_party/LLVM/test/CodeGen/ARM/2009-09-24-spill-align.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2009-09-24-spill-align.ll
rename to third_party/LLVM/test/CodeGen/ARM/2009-09-24-spill-align.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2009-09-27-CoalescerBug.ll b/third_party/LLVM/test/CodeGen/ARM/2009-09-27-CoalescerBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2009-09-27-CoalescerBug.ll
rename to third_party/LLVM/test/CodeGen/ARM/2009-09-27-CoalescerBug.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2009-09-28-LdStOptiBug.ll b/third_party/LLVM/test/CodeGen/ARM/2009-09-28-LdStOptiBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2009-09-28-LdStOptiBug.ll
rename to third_party/LLVM/test/CodeGen/ARM/2009-09-28-LdStOptiBug.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2009-10-02-NEONSubregsBug.ll b/third_party/LLVM/test/CodeGen/ARM/2009-10-02-NEONSubregsBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2009-10-02-NEONSubregsBug.ll
rename to third_party/LLVM/test/CodeGen/ARM/2009-10-02-NEONSubregsBug.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2009-10-16-Scope.ll b/third_party/LLVM/test/CodeGen/ARM/2009-10-16-Scope.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2009-10-16-Scope.ll
rename to third_party/LLVM/test/CodeGen/ARM/2009-10-16-Scope.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2009-10-21-InvalidFNeg.ll b/third_party/LLVM/test/CodeGen/ARM/2009-10-21-InvalidFNeg.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2009-10-21-InvalidFNeg.ll
rename to third_party/LLVM/test/CodeGen/ARM/2009-10-21-InvalidFNeg.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2009-10-27-double-align.ll b/third_party/LLVM/test/CodeGen/ARM/2009-10-27-double-align.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2009-10-27-double-align.ll
rename to third_party/LLVM/test/CodeGen/ARM/2009-10-27-double-align.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2009-10-30.ll b/third_party/LLVM/test/CodeGen/ARM/2009-10-30.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2009-10-30.ll
rename to third_party/LLVM/test/CodeGen/ARM/2009-10-30.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2009-11-01-NeonMoves.ll b/third_party/LLVM/test/CodeGen/ARM/2009-11-01-NeonMoves.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2009-11-01-NeonMoves.ll
rename to third_party/LLVM/test/CodeGen/ARM/2009-11-01-NeonMoves.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2009-11-02-NegativeLane.ll b/third_party/LLVM/test/CodeGen/ARM/2009-11-02-NegativeLane.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2009-11-02-NegativeLane.ll
rename to third_party/LLVM/test/CodeGen/ARM/2009-11-02-NegativeLane.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2009-11-07-SubRegAsmPrinting.ll b/third_party/LLVM/test/CodeGen/ARM/2009-11-07-SubRegAsmPrinting.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2009-11-07-SubRegAsmPrinting.ll
rename to third_party/LLVM/test/CodeGen/ARM/2009-11-07-SubRegAsmPrinting.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2009-11-13-CoalescerCrash.ll b/third_party/LLVM/test/CodeGen/ARM/2009-11-13-CoalescerCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2009-11-13-CoalescerCrash.ll
rename to third_party/LLVM/test/CodeGen/ARM/2009-11-13-CoalescerCrash.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2009-11-13-ScavengerAssert.ll b/third_party/LLVM/test/CodeGen/ARM/2009-11-13-ScavengerAssert.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2009-11-13-ScavengerAssert.ll
rename to third_party/LLVM/test/CodeGen/ARM/2009-11-13-ScavengerAssert.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2009-11-13-ScavengerAssert2.ll b/third_party/LLVM/test/CodeGen/ARM/2009-11-13-ScavengerAssert2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2009-11-13-ScavengerAssert2.ll
rename to third_party/LLVM/test/CodeGen/ARM/2009-11-13-ScavengerAssert2.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2009-11-13-VRRewriterCrash.ll b/third_party/LLVM/test/CodeGen/ARM/2009-11-13-VRRewriterCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2009-11-13-VRRewriterCrash.ll
rename to third_party/LLVM/test/CodeGen/ARM/2009-11-13-VRRewriterCrash.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2009-11-30-LiveVariablesBug.ll b/third_party/LLVM/test/CodeGen/ARM/2009-11-30-LiveVariablesBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2009-11-30-LiveVariablesBug.ll
rename to third_party/LLVM/test/CodeGen/ARM/2009-11-30-LiveVariablesBug.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2009-12-02-vtrn-undef.ll b/third_party/LLVM/test/CodeGen/ARM/2009-12-02-vtrn-undef.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2009-12-02-vtrn-undef.ll
rename to third_party/LLVM/test/CodeGen/ARM/2009-12-02-vtrn-undef.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2010-03-04-eabi-fp-spill.ll b/third_party/LLVM/test/CodeGen/ARM/2010-03-04-eabi-fp-spill.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2010-03-04-eabi-fp-spill.ll
rename to third_party/LLVM/test/CodeGen/ARM/2010-03-04-eabi-fp-spill.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2010-03-04-stm-undef-addr.ll b/third_party/LLVM/test/CodeGen/ARM/2010-03-04-stm-undef-addr.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2010-03-04-stm-undef-addr.ll
rename to third_party/LLVM/test/CodeGen/ARM/2010-03-04-stm-undef-addr.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2010-03-18-ldm-rtrn.ll b/third_party/LLVM/test/CodeGen/ARM/2010-03-18-ldm-rtrn.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2010-03-18-ldm-rtrn.ll
rename to third_party/LLVM/test/CodeGen/ARM/2010-03-18-ldm-rtrn.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2010-04-07-DbgValueOtherTargets.ll b/third_party/LLVM/test/CodeGen/ARM/2010-04-07-DbgValueOtherTargets.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2010-04-07-DbgValueOtherTargets.ll
rename to third_party/LLVM/test/CodeGen/ARM/2010-04-07-DbgValueOtherTargets.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2010-04-09-NeonSelect.ll b/third_party/LLVM/test/CodeGen/ARM/2010-04-09-NeonSelect.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2010-04-09-NeonSelect.ll
rename to third_party/LLVM/test/CodeGen/ARM/2010-04-09-NeonSelect.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2010-04-13-v2f64SplitArg.ll b/third_party/LLVM/test/CodeGen/ARM/2010-04-13-v2f64SplitArg.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2010-04-13-v2f64SplitArg.ll
rename to third_party/LLVM/test/CodeGen/ARM/2010-04-13-v2f64SplitArg.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2010-04-14-SplitVector.ll b/third_party/LLVM/test/CodeGen/ARM/2010-04-14-SplitVector.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2010-04-14-SplitVector.ll
rename to third_party/LLVM/test/CodeGen/ARM/2010-04-14-SplitVector.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2010-04-15-ScavengerDebugValue.ll b/third_party/LLVM/test/CodeGen/ARM/2010-04-15-ScavengerDebugValue.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2010-04-15-ScavengerDebugValue.ll
rename to third_party/LLVM/test/CodeGen/ARM/2010-04-15-ScavengerDebugValue.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2010-05-14-IllegalType.ll b/third_party/LLVM/test/CodeGen/ARM/2010-05-14-IllegalType.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2010-05-14-IllegalType.ll
rename to third_party/LLVM/test/CodeGen/ARM/2010-05-14-IllegalType.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2010-05-17-FastAllocCrash.ll b/third_party/LLVM/test/CodeGen/ARM/2010-05-17-FastAllocCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2010-05-17-FastAllocCrash.ll
rename to third_party/LLVM/test/CodeGen/ARM/2010-05-17-FastAllocCrash.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2010-05-18-LocalAllocCrash.ll b/third_party/LLVM/test/CodeGen/ARM/2010-05-18-LocalAllocCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2010-05-18-LocalAllocCrash.ll
rename to third_party/LLVM/test/CodeGen/ARM/2010-05-18-LocalAllocCrash.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2010-05-18-PostIndexBug.ll b/third_party/LLVM/test/CodeGen/ARM/2010-05-18-PostIndexBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2010-05-18-PostIndexBug.ll
rename to third_party/LLVM/test/CodeGen/ARM/2010-05-18-PostIndexBug.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2010-05-19-Shuffles.ll b/third_party/LLVM/test/CodeGen/ARM/2010-05-19-Shuffles.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2010-05-19-Shuffles.ll
rename to third_party/LLVM/test/CodeGen/ARM/2010-05-19-Shuffles.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2010-05-20-NEONSpillCrash.ll b/third_party/LLVM/test/CodeGen/ARM/2010-05-20-NEONSpillCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2010-05-20-NEONSpillCrash.ll
rename to third_party/LLVM/test/CodeGen/ARM/2010-05-20-NEONSpillCrash.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2010-05-21-BuildVector.ll b/third_party/LLVM/test/CodeGen/ARM/2010-05-21-BuildVector.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2010-05-21-BuildVector.ll
rename to third_party/LLVM/test/CodeGen/ARM/2010-05-21-BuildVector.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2010-06-11-vmovdrr-bitcast.ll b/third_party/LLVM/test/CodeGen/ARM/2010-06-11-vmovdrr-bitcast.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2010-06-11-vmovdrr-bitcast.ll
rename to third_party/LLVM/test/CodeGen/ARM/2010-06-11-vmovdrr-bitcast.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2010-06-21-LdStMultipleBug.ll b/third_party/LLVM/test/CodeGen/ARM/2010-06-21-LdStMultipleBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2010-06-21-LdStMultipleBug.ll
rename to third_party/LLVM/test/CodeGen/ARM/2010-06-21-LdStMultipleBug.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2010-06-21-nondarwin-tc.ll b/third_party/LLVM/test/CodeGen/ARM/2010-06-21-nondarwin-tc.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2010-06-21-nondarwin-tc.ll
rename to third_party/LLVM/test/CodeGen/ARM/2010-06-21-nondarwin-tc.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2010-06-25-Thumb2ITInvalidIterator.ll b/third_party/LLVM/test/CodeGen/ARM/2010-06-25-Thumb2ITInvalidIterator.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2010-06-25-Thumb2ITInvalidIterator.ll
rename to third_party/LLVM/test/CodeGen/ARM/2010-06-25-Thumb2ITInvalidIterator.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2010-06-29-PartialRedefFastAlloc.ll b/third_party/LLVM/test/CodeGen/ARM/2010-06-29-PartialRedefFastAlloc.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2010-06-29-PartialRedefFastAlloc.ll
rename to third_party/LLVM/test/CodeGen/ARM/2010-06-29-PartialRedefFastAlloc.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2010-06-29-SubregImpDefs.ll b/third_party/LLVM/test/CodeGen/ARM/2010-06-29-SubregImpDefs.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2010-06-29-SubregImpDefs.ll
rename to third_party/LLVM/test/CodeGen/ARM/2010-06-29-SubregImpDefs.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2010-07-26-GlobalMerge.ll b/third_party/LLVM/test/CodeGen/ARM/2010-07-26-GlobalMerge.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2010-07-26-GlobalMerge.ll
rename to third_party/LLVM/test/CodeGen/ARM/2010-07-26-GlobalMerge.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2010-08-04-EHCrash.ll b/third_party/LLVM/test/CodeGen/ARM/2010-08-04-EHCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2010-08-04-EHCrash.ll
rename to third_party/LLVM/test/CodeGen/ARM/2010-08-04-EHCrash.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2010-08-04-StackVariable.ll b/third_party/LLVM/test/CodeGen/ARM/2010-08-04-StackVariable.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2010-08-04-StackVariable.ll
rename to third_party/LLVM/test/CodeGen/ARM/2010-08-04-StackVariable.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2010-09-21-OptCmpBug.ll b/third_party/LLVM/test/CodeGen/ARM/2010-09-21-OptCmpBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2010-09-21-OptCmpBug.ll
rename to third_party/LLVM/test/CodeGen/ARM/2010-09-21-OptCmpBug.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2010-09-29-mc-asm-header-test.ll b/third_party/LLVM/test/CodeGen/ARM/2010-09-29-mc-asm-header-test.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2010-09-29-mc-asm-header-test.ll
rename to third_party/LLVM/test/CodeGen/ARM/2010-09-29-mc-asm-header-test.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2010-10-19-mc-elf-objheader.ll b/third_party/LLVM/test/CodeGen/ARM/2010-10-19-mc-elf-objheader.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2010-10-19-mc-elf-objheader.ll
rename to third_party/LLVM/test/CodeGen/ARM/2010-10-19-mc-elf-objheader.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2010-10-25-ifcvt-ldm.ll b/third_party/LLVM/test/CodeGen/ARM/2010-10-25-ifcvt-ldm.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2010-10-25-ifcvt-ldm.ll
rename to third_party/LLVM/test/CodeGen/ARM/2010-10-25-ifcvt-ldm.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2010-11-15-SpillEarlyClobber.ll b/third_party/LLVM/test/CodeGen/ARM/2010-11-15-SpillEarlyClobber.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2010-11-15-SpillEarlyClobber.ll
rename to third_party/LLVM/test/CodeGen/ARM/2010-11-15-SpillEarlyClobber.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2010-11-29-PrologueBug.ll b/third_party/LLVM/test/CodeGen/ARM/2010-11-29-PrologueBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2010-11-29-PrologueBug.ll
rename to third_party/LLVM/test/CodeGen/ARM/2010-11-29-PrologueBug.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2010-11-30-reloc-movt.ll b/third_party/LLVM/test/CodeGen/ARM/2010-11-30-reloc-movt.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2010-11-30-reloc-movt.ll
rename to third_party/LLVM/test/CodeGen/ARM/2010-11-30-reloc-movt.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2010-12-07-PEIBug.ll b/third_party/LLVM/test/CodeGen/ARM/2010-12-07-PEIBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2010-12-07-PEIBug.ll
rename to third_party/LLVM/test/CodeGen/ARM/2010-12-07-PEIBug.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2010-12-08-tpsoft.ll b/third_party/LLVM/test/CodeGen/ARM/2010-12-08-tpsoft.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2010-12-08-tpsoft.ll
rename to third_party/LLVM/test/CodeGen/ARM/2010-12-08-tpsoft.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2010-12-15-elf-lcomm.ll b/third_party/LLVM/test/CodeGen/ARM/2010-12-15-elf-lcomm.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2010-12-15-elf-lcomm.ll
rename to third_party/LLVM/test/CodeGen/ARM/2010-12-15-elf-lcomm.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2010-12-17-LocalStackSlotCrash.ll b/third_party/LLVM/test/CodeGen/ARM/2010-12-17-LocalStackSlotCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2010-12-17-LocalStackSlotCrash.ll
rename to third_party/LLVM/test/CodeGen/ARM/2010-12-17-LocalStackSlotCrash.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2011-01-19-MergedGlobalDbg.ll b/third_party/LLVM/test/CodeGen/ARM/2011-01-19-MergedGlobalDbg.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2011-01-19-MergedGlobalDbg.ll
rename to third_party/LLVM/test/CodeGen/ARM/2011-01-19-MergedGlobalDbg.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2011-02-04-AntidepMultidef.ll b/third_party/LLVM/test/CodeGen/ARM/2011-02-04-AntidepMultidef.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2011-02-04-AntidepMultidef.ll
rename to third_party/LLVM/test/CodeGen/ARM/2011-02-04-AntidepMultidef.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2011-02-07-AntidepClobber.ll b/third_party/LLVM/test/CodeGen/ARM/2011-02-07-AntidepClobber.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2011-02-07-AntidepClobber.ll
rename to third_party/LLVM/test/CodeGen/ARM/2011-02-07-AntidepClobber.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2011-03-10-DAGCombineCrash.ll b/third_party/LLVM/test/CodeGen/ARM/2011-03-10-DAGCombineCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2011-03-10-DAGCombineCrash.ll
rename to third_party/LLVM/test/CodeGen/ARM/2011-03-10-DAGCombineCrash.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2011-03-15-LdStMultipleBug.ll b/third_party/LLVM/test/CodeGen/ARM/2011-03-15-LdStMultipleBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2011-03-15-LdStMultipleBug.ll
rename to third_party/LLVM/test/CodeGen/ARM/2011-03-15-LdStMultipleBug.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2011-03-23-PeepholeBug.ll b/third_party/LLVM/test/CodeGen/ARM/2011-03-23-PeepholeBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2011-03-23-PeepholeBug.ll
rename to third_party/LLVM/test/CodeGen/ARM/2011-03-23-PeepholeBug.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2011-04-07-schediv.ll b/third_party/LLVM/test/CodeGen/ARM/2011-04-07-schediv.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2011-04-07-schediv.ll
rename to third_party/LLVM/test/CodeGen/ARM/2011-04-07-schediv.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2011-04-11-MachineLICMBug.ll b/third_party/LLVM/test/CodeGen/ARM/2011-04-11-MachineLICMBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2011-04-11-MachineLICMBug.ll
rename to third_party/LLVM/test/CodeGen/ARM/2011-04-11-MachineLICMBug.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2011-04-12-AlignBug.ll b/third_party/LLVM/test/CodeGen/ARM/2011-04-12-AlignBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2011-04-12-AlignBug.ll
rename to third_party/LLVM/test/CodeGen/ARM/2011-04-12-AlignBug.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2011-04-12-FastRegAlloc.ll b/third_party/LLVM/test/CodeGen/ARM/2011-04-12-FastRegAlloc.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2011-04-12-FastRegAlloc.ll
rename to third_party/LLVM/test/CodeGen/ARM/2011-04-12-FastRegAlloc.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2011-04-15-AndVFlagPeepholeBug.ll b/third_party/LLVM/test/CodeGen/ARM/2011-04-15-AndVFlagPeepholeBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2011-04-15-AndVFlagPeepholeBug.ll
rename to third_party/LLVM/test/CodeGen/ARM/2011-04-15-AndVFlagPeepholeBug.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2011-04-15-RegisterCmpPeephole.ll b/third_party/LLVM/test/CodeGen/ARM/2011-04-15-RegisterCmpPeephole.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2011-04-15-RegisterCmpPeephole.ll
rename to third_party/LLVM/test/CodeGen/ARM/2011-04-15-RegisterCmpPeephole.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2011-04-26-SchedTweak.ll b/third_party/LLVM/test/CodeGen/ARM/2011-04-26-SchedTweak.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2011-04-26-SchedTweak.ll
rename to third_party/LLVM/test/CodeGen/ARM/2011-04-26-SchedTweak.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2011-04-27-IfCvtBug.ll b/third_party/LLVM/test/CodeGen/ARM/2011-04-27-IfCvtBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2011-04-27-IfCvtBug.ll
rename to third_party/LLVM/test/CodeGen/ARM/2011-04-27-IfCvtBug.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2011-05-04-MultipleLandingPadSuccs.ll b/third_party/LLVM/test/CodeGen/ARM/2011-05-04-MultipleLandingPadSuccs.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2011-05-04-MultipleLandingPadSuccs.ll
rename to third_party/LLVM/test/CodeGen/ARM/2011-05-04-MultipleLandingPadSuccs.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2011-06-09-TailCallByVal.ll b/third_party/LLVM/test/CodeGen/ARM/2011-06-09-TailCallByVal.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2011-06-09-TailCallByVal.ll
rename to third_party/LLVM/test/CodeGen/ARM/2011-06-09-TailCallByVal.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2011-06-16-TailCallByVal.ll b/third_party/LLVM/test/CodeGen/ARM/2011-06-16-TailCallByVal.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2011-06-16-TailCallByVal.ll
rename to third_party/LLVM/test/CodeGen/ARM/2011-06-16-TailCallByVal.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2011-06-29-MergeGlobalsAlign.ll b/third_party/LLVM/test/CodeGen/ARM/2011-06-29-MergeGlobalsAlign.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2011-06-29-MergeGlobalsAlign.ll
rename to third_party/LLVM/test/CodeGen/ARM/2011-06-29-MergeGlobalsAlign.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2011-07-10-GlobalMergeBug.ll b/third_party/LLVM/test/CodeGen/ARM/2011-07-10-GlobalMergeBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2011-07-10-GlobalMergeBug.ll
rename to third_party/LLVM/test/CodeGen/ARM/2011-07-10-GlobalMergeBug.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2011-08-02-MergedGlobalDbg.ll b/third_party/LLVM/test/CodeGen/ARM/2011-08-02-MergedGlobalDbg.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2011-08-02-MergedGlobalDbg.ll
rename to third_party/LLVM/test/CodeGen/ARM/2011-08-02-MergedGlobalDbg.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2011-08-12-vmovqqqq-pseudo.ll b/third_party/LLVM/test/CodeGen/ARM/2011-08-12-vmovqqqq-pseudo.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2011-08-12-vmovqqqq-pseudo.ll
rename to third_party/LLVM/test/CodeGen/ARM/2011-08-12-vmovqqqq-pseudo.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2011-08-25-ldmia_ret.ll b/third_party/LLVM/test/CodeGen/ARM/2011-08-25-ldmia_ret.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2011-08-25-ldmia_ret.ll
rename to third_party/LLVM/test/CodeGen/ARM/2011-08-25-ldmia_ret.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2011-08-29-SchedCycle.ll b/third_party/LLVM/test/CodeGen/ARM/2011-08-29-SchedCycle.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2011-08-29-SchedCycle.ll
rename to third_party/LLVM/test/CodeGen/ARM/2011-08-29-SchedCycle.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2011-08-29-ldr_pre_imm.ll b/third_party/LLVM/test/CodeGen/ARM/2011-08-29-ldr_pre_imm.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2011-08-29-ldr_pre_imm.ll
rename to third_party/LLVM/test/CodeGen/ARM/2011-08-29-ldr_pre_imm.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2011-09-09-OddVectorDivision.ll b/third_party/LLVM/test/CodeGen/ARM/2011-09-09-OddVectorDivision.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2011-09-09-OddVectorDivision.ll
rename to third_party/LLVM/test/CodeGen/ARM/2011-09-09-OddVectorDivision.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2011-09-19-cpsr.ll b/third_party/LLVM/test/CodeGen/ARM/2011-09-19-cpsr.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2011-09-19-cpsr.ll
rename to third_party/LLVM/test/CodeGen/ARM/2011-09-19-cpsr.ll
diff --git a/src/LLVM/test/CodeGen/ARM/2011-09-28-CMovCombineBug.ll b/third_party/LLVM/test/CodeGen/ARM/2011-09-28-CMovCombineBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/2011-09-28-CMovCombineBug.ll
rename to third_party/LLVM/test/CodeGen/ARM/2011-09-28-CMovCombineBug.ll
diff --git a/src/LLVM/test/CodeGen/ARM/addrmode.ll b/third_party/LLVM/test/CodeGen/ARM/addrmode.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/addrmode.ll
rename to third_party/LLVM/test/CodeGen/ARM/addrmode.ll
diff --git a/src/LLVM/test/CodeGen/ARM/aliases.ll b/third_party/LLVM/test/CodeGen/ARM/aliases.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/aliases.ll
rename to third_party/LLVM/test/CodeGen/ARM/aliases.ll
diff --git a/src/LLVM/test/CodeGen/ARM/align.ll b/third_party/LLVM/test/CodeGen/ARM/align.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/align.ll
rename to third_party/LLVM/test/CodeGen/ARM/align.ll
diff --git a/src/LLVM/test/CodeGen/ARM/alloca.ll b/third_party/LLVM/test/CodeGen/ARM/alloca.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/alloca.ll
rename to third_party/LLVM/test/CodeGen/ARM/alloca.ll
diff --git a/src/LLVM/test/CodeGen/ARM/argaddr.ll b/third_party/LLVM/test/CodeGen/ARM/argaddr.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/argaddr.ll
rename to third_party/LLVM/test/CodeGen/ARM/argaddr.ll
diff --git a/src/LLVM/test/CodeGen/ARM/arguments-nosplit-double.ll b/third_party/LLVM/test/CodeGen/ARM/arguments-nosplit-double.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/arguments-nosplit-double.ll
rename to third_party/LLVM/test/CodeGen/ARM/arguments-nosplit-double.ll
diff --git a/src/LLVM/test/CodeGen/ARM/arguments-nosplit-i64.ll b/third_party/LLVM/test/CodeGen/ARM/arguments-nosplit-i64.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/arguments-nosplit-i64.ll
rename to third_party/LLVM/test/CodeGen/ARM/arguments-nosplit-i64.ll
diff --git a/src/LLVM/test/CodeGen/ARM/arguments.ll b/third_party/LLVM/test/CodeGen/ARM/arguments.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/arguments.ll
rename to third_party/LLVM/test/CodeGen/ARM/arguments.ll
diff --git a/src/LLVM/test/CodeGen/ARM/arguments2.ll b/third_party/LLVM/test/CodeGen/ARM/arguments2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/arguments2.ll
rename to third_party/LLVM/test/CodeGen/ARM/arguments2.ll
diff --git a/src/LLVM/test/CodeGen/ARM/arguments3.ll b/third_party/LLVM/test/CodeGen/ARM/arguments3.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/arguments3.ll
rename to third_party/LLVM/test/CodeGen/ARM/arguments3.ll
diff --git a/src/LLVM/test/CodeGen/ARM/arguments4.ll b/third_party/LLVM/test/CodeGen/ARM/arguments4.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/arguments4.ll
rename to third_party/LLVM/test/CodeGen/ARM/arguments4.ll
diff --git a/src/LLVM/test/CodeGen/ARM/arguments5.ll b/third_party/LLVM/test/CodeGen/ARM/arguments5.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/arguments5.ll
rename to third_party/LLVM/test/CodeGen/ARM/arguments5.ll
diff --git a/src/LLVM/test/CodeGen/ARM/arguments6.ll b/third_party/LLVM/test/CodeGen/ARM/arguments6.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/arguments6.ll
rename to third_party/LLVM/test/CodeGen/ARM/arguments6.ll
diff --git a/src/LLVM/test/CodeGen/ARM/arguments7.ll b/third_party/LLVM/test/CodeGen/ARM/arguments7.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/arguments7.ll
rename to third_party/LLVM/test/CodeGen/ARM/arguments7.ll
diff --git a/src/LLVM/test/CodeGen/ARM/arguments8.ll b/third_party/LLVM/test/CodeGen/ARM/arguments8.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/arguments8.ll
rename to third_party/LLVM/test/CodeGen/ARM/arguments8.ll
diff --git a/src/LLVM/test/CodeGen/ARM/arguments_f64_backfill.ll b/third_party/LLVM/test/CodeGen/ARM/arguments_f64_backfill.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/arguments_f64_backfill.ll
rename to third_party/LLVM/test/CodeGen/ARM/arguments_f64_backfill.ll
diff --git a/src/LLVM/test/CodeGen/ARM/arm-and-tst-peephole.ll b/third_party/LLVM/test/CodeGen/ARM/arm-and-tst-peephole.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/arm-and-tst-peephole.ll
rename to third_party/LLVM/test/CodeGen/ARM/arm-and-tst-peephole.ll
diff --git a/src/LLVM/test/CodeGen/ARM/arm-asm.ll b/third_party/LLVM/test/CodeGen/ARM/arm-asm.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/arm-asm.ll
rename to third_party/LLVM/test/CodeGen/ARM/arm-asm.ll
diff --git a/src/LLVM/test/CodeGen/ARM/arm-frameaddr.ll b/third_party/LLVM/test/CodeGen/ARM/arm-frameaddr.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/arm-frameaddr.ll
rename to third_party/LLVM/test/CodeGen/ARM/arm-frameaddr.ll
diff --git a/src/LLVM/test/CodeGen/ARM/arm-modifier.ll b/third_party/LLVM/test/CodeGen/ARM/arm-modifier.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/arm-modifier.ll
rename to third_party/LLVM/test/CodeGen/ARM/arm-modifier.ll
diff --git a/src/LLVM/test/CodeGen/ARM/arm-negative-stride.ll b/third_party/LLVM/test/CodeGen/ARM/arm-negative-stride.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/arm-negative-stride.ll
rename to third_party/LLVM/test/CodeGen/ARM/arm-negative-stride.ll
diff --git a/src/LLVM/test/CodeGen/ARM/arm-returnaddr.ll b/third_party/LLVM/test/CodeGen/ARM/arm-returnaddr.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/arm-returnaddr.ll
rename to third_party/LLVM/test/CodeGen/ARM/arm-returnaddr.ll
diff --git a/src/LLVM/test/CodeGen/ARM/armv4.ll b/third_party/LLVM/test/CodeGen/ARM/armv4.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/armv4.ll
rename to third_party/LLVM/test/CodeGen/ARM/armv4.ll
diff --git a/src/LLVM/test/CodeGen/ARM/atomic-64bit.ll b/third_party/LLVM/test/CodeGen/ARM/atomic-64bit.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/atomic-64bit.ll
rename to third_party/LLVM/test/CodeGen/ARM/atomic-64bit.ll
diff --git a/src/LLVM/test/CodeGen/ARM/atomic-cmp.ll b/third_party/LLVM/test/CodeGen/ARM/atomic-cmp.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/atomic-cmp.ll
rename to third_party/LLVM/test/CodeGen/ARM/atomic-cmp.ll
diff --git a/src/LLVM/test/CodeGen/ARM/atomic-load-store.ll b/third_party/LLVM/test/CodeGen/ARM/atomic-load-store.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/atomic-load-store.ll
rename to third_party/LLVM/test/CodeGen/ARM/atomic-load-store.ll
diff --git a/src/LLVM/test/CodeGen/ARM/atomic-op.ll b/third_party/LLVM/test/CodeGen/ARM/atomic-op.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/atomic-op.ll
rename to third_party/LLVM/test/CodeGen/ARM/atomic-op.ll
diff --git a/src/LLVM/test/CodeGen/ARM/available_externally.ll b/third_party/LLVM/test/CodeGen/ARM/available_externally.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/available_externally.ll
rename to third_party/LLVM/test/CodeGen/ARM/available_externally.ll
diff --git a/src/LLVM/test/CodeGen/ARM/avoid-cpsr-rmw.ll b/third_party/LLVM/test/CodeGen/ARM/avoid-cpsr-rmw.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/avoid-cpsr-rmw.ll
rename to third_party/LLVM/test/CodeGen/ARM/avoid-cpsr-rmw.ll
diff --git a/src/LLVM/test/CodeGen/ARM/bfc.ll b/third_party/LLVM/test/CodeGen/ARM/bfc.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/bfc.ll
rename to third_party/LLVM/test/CodeGen/ARM/bfc.ll
diff --git a/src/LLVM/test/CodeGen/ARM/bfi.ll b/third_party/LLVM/test/CodeGen/ARM/bfi.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/bfi.ll
rename to third_party/LLVM/test/CodeGen/ARM/bfi.ll
diff --git a/src/LLVM/test/CodeGen/ARM/bfx.ll b/third_party/LLVM/test/CodeGen/ARM/bfx.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/bfx.ll
rename to third_party/LLVM/test/CodeGen/ARM/bfx.ll
diff --git a/src/LLVM/test/CodeGen/ARM/bic.ll b/third_party/LLVM/test/CodeGen/ARM/bic.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/bic.ll
rename to third_party/LLVM/test/CodeGen/ARM/bic.ll
diff --git a/src/LLVM/test/CodeGen/ARM/bits.ll b/third_party/LLVM/test/CodeGen/ARM/bits.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/bits.ll
rename to third_party/LLVM/test/CodeGen/ARM/bits.ll
diff --git a/src/LLVM/test/CodeGen/ARM/bswap-inline-asm.ll b/third_party/LLVM/test/CodeGen/ARM/bswap-inline-asm.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/bswap-inline-asm.ll
rename to third_party/LLVM/test/CodeGen/ARM/bswap-inline-asm.ll
diff --git a/src/LLVM/test/CodeGen/ARM/bx_fold.ll b/third_party/LLVM/test/CodeGen/ARM/bx_fold.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/bx_fold.ll
rename to third_party/LLVM/test/CodeGen/ARM/bx_fold.ll
diff --git a/src/LLVM/test/CodeGen/ARM/call-tc.ll b/third_party/LLVM/test/CodeGen/ARM/call-tc.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/call-tc.ll
rename to third_party/LLVM/test/CodeGen/ARM/call-tc.ll
diff --git a/src/LLVM/test/CodeGen/ARM/call.ll b/third_party/LLVM/test/CodeGen/ARM/call.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/call.ll
rename to third_party/LLVM/test/CodeGen/ARM/call.ll
diff --git a/src/LLVM/test/CodeGen/ARM/call_nolink.ll b/third_party/LLVM/test/CodeGen/ARM/call_nolink.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/call_nolink.ll
rename to third_party/LLVM/test/CodeGen/ARM/call_nolink.ll
diff --git a/src/LLVM/test/CodeGen/ARM/carry.ll b/third_party/LLVM/test/CodeGen/ARM/carry.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/carry.ll
rename to third_party/LLVM/test/CodeGen/ARM/carry.ll
diff --git a/src/LLVM/test/CodeGen/ARM/clz.ll b/third_party/LLVM/test/CodeGen/ARM/clz.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/clz.ll
rename to third_party/LLVM/test/CodeGen/ARM/clz.ll
diff --git a/src/LLVM/test/CodeGen/ARM/code-placement.ll b/third_party/LLVM/test/CodeGen/ARM/code-placement.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/code-placement.ll
rename to third_party/LLVM/test/CodeGen/ARM/code-placement.ll
diff --git a/src/LLVM/test/CodeGen/ARM/compare-call.ll b/third_party/LLVM/test/CodeGen/ARM/compare-call.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/compare-call.ll
rename to third_party/LLVM/test/CodeGen/ARM/compare-call.ll
diff --git a/src/LLVM/test/CodeGen/ARM/constants.ll b/third_party/LLVM/test/CodeGen/ARM/constants.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/constants.ll
rename to third_party/LLVM/test/CodeGen/ARM/constants.ll
diff --git a/src/LLVM/test/CodeGen/ARM/crash-O0.ll b/third_party/LLVM/test/CodeGen/ARM/crash-O0.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/crash-O0.ll
rename to third_party/LLVM/test/CodeGen/ARM/crash-O0.ll
diff --git a/src/LLVM/test/CodeGen/ARM/crash-greedy-v6.ll b/third_party/LLVM/test/CodeGen/ARM/crash-greedy-v6.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/crash-greedy-v6.ll
rename to third_party/LLVM/test/CodeGen/ARM/crash-greedy-v6.ll
diff --git a/src/LLVM/test/CodeGen/ARM/crash-greedy.ll b/third_party/LLVM/test/CodeGen/ARM/crash-greedy.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/crash-greedy.ll
rename to third_party/LLVM/test/CodeGen/ARM/crash-greedy.ll
diff --git a/src/LLVM/test/CodeGen/ARM/crash.ll b/third_party/LLVM/test/CodeGen/ARM/crash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/crash.ll
rename to third_party/LLVM/test/CodeGen/ARM/crash.ll
diff --git a/src/LLVM/test/CodeGen/ARM/cse-libcalls.ll b/third_party/LLVM/test/CodeGen/ARM/cse-libcalls.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/cse-libcalls.ll
rename to third_party/LLVM/test/CodeGen/ARM/cse-libcalls.ll
diff --git a/src/LLVM/test/CodeGen/ARM/ctors_dtors.ll b/third_party/LLVM/test/CodeGen/ARM/ctors_dtors.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/ctors_dtors.ll
rename to third_party/LLVM/test/CodeGen/ARM/ctors_dtors.ll
diff --git a/src/LLVM/test/CodeGen/ARM/ctz.ll b/third_party/LLVM/test/CodeGen/ARM/ctz.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/ctz.ll
rename to third_party/LLVM/test/CodeGen/ARM/ctz.ll
diff --git a/src/LLVM/test/CodeGen/ARM/debug-info-arg.ll b/third_party/LLVM/test/CodeGen/ARM/debug-info-arg.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/debug-info-arg.ll
rename to third_party/LLVM/test/CodeGen/ARM/debug-info-arg.ll
diff --git a/src/LLVM/test/CodeGen/ARM/debug-info-blocks.ll b/third_party/LLVM/test/CodeGen/ARM/debug-info-blocks.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/debug-info-blocks.ll
rename to third_party/LLVM/test/CodeGen/ARM/debug-info-blocks.ll
diff --git a/src/LLVM/test/CodeGen/ARM/debug-info-branch-folding.ll b/third_party/LLVM/test/CodeGen/ARM/debug-info-branch-folding.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/debug-info-branch-folding.ll
rename to third_party/LLVM/test/CodeGen/ARM/debug-info-branch-folding.ll
diff --git a/src/LLVM/test/CodeGen/ARM/debug-info-d16-reg.ll b/third_party/LLVM/test/CodeGen/ARM/debug-info-d16-reg.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/debug-info-d16-reg.ll
rename to third_party/LLVM/test/CodeGen/ARM/debug-info-d16-reg.ll
diff --git a/src/LLVM/test/CodeGen/ARM/debug-info-qreg.ll b/third_party/LLVM/test/CodeGen/ARM/debug-info-qreg.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/debug-info-qreg.ll
rename to third_party/LLVM/test/CodeGen/ARM/debug-info-qreg.ll
diff --git a/src/LLVM/test/CodeGen/ARM/debug-info-s16-reg.ll b/third_party/LLVM/test/CodeGen/ARM/debug-info-s16-reg.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/debug-info-s16-reg.ll
rename to third_party/LLVM/test/CodeGen/ARM/debug-info-s16-reg.ll
diff --git a/src/LLVM/test/CodeGen/ARM/debug-info-sreg2.ll b/third_party/LLVM/test/CodeGen/ARM/debug-info-sreg2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/debug-info-sreg2.ll
rename to third_party/LLVM/test/CodeGen/ARM/debug-info-sreg2.ll
diff --git a/src/LLVM/test/CodeGen/ARM/dg.exp b/third_party/LLVM/test/CodeGen/ARM/dg.exp
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/dg.exp
rename to third_party/LLVM/test/CodeGen/ARM/dg.exp
diff --git a/src/LLVM/test/CodeGen/ARM/div.ll b/third_party/LLVM/test/CodeGen/ARM/div.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/div.ll
rename to third_party/LLVM/test/CodeGen/ARM/div.ll
diff --git a/src/LLVM/test/CodeGen/ARM/divmod.ll b/third_party/LLVM/test/CodeGen/ARM/divmod.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/divmod.ll
rename to third_party/LLVM/test/CodeGen/ARM/divmod.ll
diff --git a/src/LLVM/test/CodeGen/ARM/dyn-stackalloc.ll b/third_party/LLVM/test/CodeGen/ARM/dyn-stackalloc.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/dyn-stackalloc.ll
rename to third_party/LLVM/test/CodeGen/ARM/dyn-stackalloc.ll
diff --git a/src/LLVM/test/CodeGen/ARM/eh-resume-darwin.ll b/third_party/LLVM/test/CodeGen/ARM/eh-resume-darwin.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/eh-resume-darwin.ll
rename to third_party/LLVM/test/CodeGen/ARM/eh-resume-darwin.ll
diff --git a/src/LLVM/test/CodeGen/ARM/elf-lcomm-align.ll b/third_party/LLVM/test/CodeGen/ARM/elf-lcomm-align.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/elf-lcomm-align.ll
rename to third_party/LLVM/test/CodeGen/ARM/elf-lcomm-align.ll
diff --git a/src/LLVM/test/CodeGen/ARM/extloadi1.ll b/third_party/LLVM/test/CodeGen/ARM/extloadi1.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/extloadi1.ll
rename to third_party/LLVM/test/CodeGen/ARM/extloadi1.ll
diff --git a/src/LLVM/test/CodeGen/ARM/fabss.ll b/third_party/LLVM/test/CodeGen/ARM/fabss.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/fabss.ll
rename to third_party/LLVM/test/CodeGen/ARM/fabss.ll
diff --git a/src/LLVM/test/CodeGen/ARM/fadds.ll b/third_party/LLVM/test/CodeGen/ARM/fadds.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/fadds.ll
rename to third_party/LLVM/test/CodeGen/ARM/fadds.ll
diff --git a/src/LLVM/test/CodeGen/ARM/fast-isel-crash.ll b/third_party/LLVM/test/CodeGen/ARM/fast-isel-crash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/fast-isel-crash.ll
rename to third_party/LLVM/test/CodeGen/ARM/fast-isel-crash.ll
diff --git a/src/LLVM/test/CodeGen/ARM/fast-isel-crash2.ll b/third_party/LLVM/test/CodeGen/ARM/fast-isel-crash2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/fast-isel-crash2.ll
rename to third_party/LLVM/test/CodeGen/ARM/fast-isel-crash2.ll
diff --git a/src/LLVM/test/CodeGen/ARM/fast-isel-pred.ll b/third_party/LLVM/test/CodeGen/ARM/fast-isel-pred.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/fast-isel-pred.ll
rename to third_party/LLVM/test/CodeGen/ARM/fast-isel-pred.ll
diff --git a/src/LLVM/test/CodeGen/ARM/fast-isel-redefinition.ll b/third_party/LLVM/test/CodeGen/ARM/fast-isel-redefinition.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/fast-isel-redefinition.ll
rename to third_party/LLVM/test/CodeGen/ARM/fast-isel-redefinition.ll
diff --git a/src/LLVM/test/CodeGen/ARM/fast-isel-static.ll b/third_party/LLVM/test/CodeGen/ARM/fast-isel-static.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/fast-isel-static.ll
rename to third_party/LLVM/test/CodeGen/ARM/fast-isel-static.ll
diff --git a/src/LLVM/test/CodeGen/ARM/fast-isel.ll b/third_party/LLVM/test/CodeGen/ARM/fast-isel.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/fast-isel.ll
rename to third_party/LLVM/test/CodeGen/ARM/fast-isel.ll
diff --git a/src/LLVM/test/CodeGen/ARM/fcopysign.ll b/third_party/LLVM/test/CodeGen/ARM/fcopysign.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/fcopysign.ll
rename to third_party/LLVM/test/CodeGen/ARM/fcopysign.ll
diff --git a/src/LLVM/test/CodeGen/ARM/fdivs.ll b/third_party/LLVM/test/CodeGen/ARM/fdivs.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/fdivs.ll
rename to third_party/LLVM/test/CodeGen/ARM/fdivs.ll
diff --git a/src/LLVM/test/CodeGen/ARM/fixunsdfdi.ll b/third_party/LLVM/test/CodeGen/ARM/fixunsdfdi.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/fixunsdfdi.ll
rename to third_party/LLVM/test/CodeGen/ARM/fixunsdfdi.ll
diff --git a/src/LLVM/test/CodeGen/ARM/flag-crash.ll b/third_party/LLVM/test/CodeGen/ARM/flag-crash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/flag-crash.ll
rename to third_party/LLVM/test/CodeGen/ARM/flag-crash.ll
diff --git a/src/LLVM/test/CodeGen/ARM/fmacs.ll b/third_party/LLVM/test/CodeGen/ARM/fmacs.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/fmacs.ll
rename to third_party/LLVM/test/CodeGen/ARM/fmacs.ll
diff --git a/src/LLVM/test/CodeGen/ARM/fmdrr-fmrrd.ll b/third_party/LLVM/test/CodeGen/ARM/fmdrr-fmrrd.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/fmdrr-fmrrd.ll
rename to third_party/LLVM/test/CodeGen/ARM/fmdrr-fmrrd.ll
diff --git a/src/LLVM/test/CodeGen/ARM/fmscs.ll b/third_party/LLVM/test/CodeGen/ARM/fmscs.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/fmscs.ll
rename to third_party/LLVM/test/CodeGen/ARM/fmscs.ll
diff --git a/src/LLVM/test/CodeGen/ARM/fmuls.ll b/third_party/LLVM/test/CodeGen/ARM/fmuls.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/fmuls.ll
rename to third_party/LLVM/test/CodeGen/ARM/fmuls.ll
diff --git a/src/LLVM/test/CodeGen/ARM/fnegs.ll b/third_party/LLVM/test/CodeGen/ARM/fnegs.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/fnegs.ll
rename to third_party/LLVM/test/CodeGen/ARM/fnegs.ll
diff --git a/src/LLVM/test/CodeGen/ARM/fnmacs.ll b/third_party/LLVM/test/CodeGen/ARM/fnmacs.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/fnmacs.ll
rename to third_party/LLVM/test/CodeGen/ARM/fnmacs.ll
diff --git a/src/LLVM/test/CodeGen/ARM/fnmscs.ll b/third_party/LLVM/test/CodeGen/ARM/fnmscs.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/fnmscs.ll
rename to third_party/LLVM/test/CodeGen/ARM/fnmscs.ll
diff --git a/src/LLVM/test/CodeGen/ARM/fnmul.ll b/third_party/LLVM/test/CodeGen/ARM/fnmul.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/fnmul.ll
rename to third_party/LLVM/test/CodeGen/ARM/fnmul.ll
diff --git a/src/LLVM/test/CodeGen/ARM/fnmuls.ll b/third_party/LLVM/test/CodeGen/ARM/fnmuls.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/fnmuls.ll
rename to third_party/LLVM/test/CodeGen/ARM/fnmuls.ll
diff --git a/src/LLVM/test/CodeGen/ARM/fold-const.ll b/third_party/LLVM/test/CodeGen/ARM/fold-const.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/fold-const.ll
rename to third_party/LLVM/test/CodeGen/ARM/fold-const.ll
diff --git a/src/LLVM/test/CodeGen/ARM/formal.ll b/third_party/LLVM/test/CodeGen/ARM/formal.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/formal.ll
rename to third_party/LLVM/test/CodeGen/ARM/formal.ll
diff --git a/src/LLVM/test/CodeGen/ARM/fp-arg-shuffle.ll b/third_party/LLVM/test/CodeGen/ARM/fp-arg-shuffle.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/fp-arg-shuffle.ll
rename to third_party/LLVM/test/CodeGen/ARM/fp-arg-shuffle.ll
diff --git a/src/LLVM/test/CodeGen/ARM/fp.ll b/third_party/LLVM/test/CodeGen/ARM/fp.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/fp.ll
rename to third_party/LLVM/test/CodeGen/ARM/fp.ll
diff --git a/src/LLVM/test/CodeGen/ARM/fp16.ll b/third_party/LLVM/test/CodeGen/ARM/fp16.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/fp16.ll
rename to third_party/LLVM/test/CodeGen/ARM/fp16.ll
diff --git a/src/LLVM/test/CodeGen/ARM/fp_convert.ll b/third_party/LLVM/test/CodeGen/ARM/fp_convert.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/fp_convert.ll
rename to third_party/LLVM/test/CodeGen/ARM/fp_convert.ll
diff --git a/src/LLVM/test/CodeGen/ARM/fparith.ll b/third_party/LLVM/test/CodeGen/ARM/fparith.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/fparith.ll
rename to third_party/LLVM/test/CodeGen/ARM/fparith.ll
diff --git a/src/LLVM/test/CodeGen/ARM/fpcmp-opt.ll b/third_party/LLVM/test/CodeGen/ARM/fpcmp-opt.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/fpcmp-opt.ll
rename to third_party/LLVM/test/CodeGen/ARM/fpcmp-opt.ll
diff --git a/src/LLVM/test/CodeGen/ARM/fpcmp.ll b/third_party/LLVM/test/CodeGen/ARM/fpcmp.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/fpcmp.ll
rename to third_party/LLVM/test/CodeGen/ARM/fpcmp.ll
diff --git a/src/LLVM/test/CodeGen/ARM/fpcmp_ueq.ll b/third_party/LLVM/test/CodeGen/ARM/fpcmp_ueq.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/fpcmp_ueq.ll
rename to third_party/LLVM/test/CodeGen/ARM/fpcmp_ueq.ll
diff --git a/src/LLVM/test/CodeGen/ARM/fpconsts.ll b/third_party/LLVM/test/CodeGen/ARM/fpconsts.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/fpconsts.ll
rename to third_party/LLVM/test/CodeGen/ARM/fpconsts.ll
diff --git a/src/LLVM/test/CodeGen/ARM/fpconv.ll b/third_party/LLVM/test/CodeGen/ARM/fpconv.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/fpconv.ll
rename to third_party/LLVM/test/CodeGen/ARM/fpconv.ll
diff --git a/src/LLVM/test/CodeGen/ARM/fpmem.ll b/third_party/LLVM/test/CodeGen/ARM/fpmem.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/fpmem.ll
rename to third_party/LLVM/test/CodeGen/ARM/fpmem.ll
diff --git a/src/LLVM/test/CodeGen/ARM/fpow.ll b/third_party/LLVM/test/CodeGen/ARM/fpow.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/fpow.ll
rename to third_party/LLVM/test/CodeGen/ARM/fpow.ll
diff --git a/src/LLVM/test/CodeGen/ARM/fpowi.ll b/third_party/LLVM/test/CodeGen/ARM/fpowi.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/fpowi.ll
rename to third_party/LLVM/test/CodeGen/ARM/fpowi.ll
diff --git a/src/LLVM/test/CodeGen/ARM/fptoint.ll b/third_party/LLVM/test/CodeGen/ARM/fptoint.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/fptoint.ll
rename to third_party/LLVM/test/CodeGen/ARM/fptoint.ll
diff --git a/src/LLVM/test/CodeGen/ARM/fsubs.ll b/third_party/LLVM/test/CodeGen/ARM/fsubs.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/fsubs.ll
rename to third_party/LLVM/test/CodeGen/ARM/fsubs.ll
diff --git a/src/LLVM/test/CodeGen/ARM/global-merge.ll b/third_party/LLVM/test/CodeGen/ARM/global-merge.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/global-merge.ll
rename to third_party/LLVM/test/CodeGen/ARM/global-merge.ll
diff --git a/src/LLVM/test/CodeGen/ARM/globals.ll b/third_party/LLVM/test/CodeGen/ARM/globals.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/globals.ll
rename to third_party/LLVM/test/CodeGen/ARM/globals.ll
diff --git a/src/LLVM/test/CodeGen/ARM/hardfloat_neon.ll b/third_party/LLVM/test/CodeGen/ARM/hardfloat_neon.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/hardfloat_neon.ll
rename to third_party/LLVM/test/CodeGen/ARM/hardfloat_neon.ll
diff --git a/src/LLVM/test/CodeGen/ARM/hello.ll b/third_party/LLVM/test/CodeGen/ARM/hello.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/hello.ll
rename to third_party/LLVM/test/CodeGen/ARM/hello.ll
diff --git a/src/LLVM/test/CodeGen/ARM/hidden-vis-2.ll b/third_party/LLVM/test/CodeGen/ARM/hidden-vis-2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/hidden-vis-2.ll
rename to third_party/LLVM/test/CodeGen/ARM/hidden-vis-2.ll
diff --git a/src/LLVM/test/CodeGen/ARM/hidden-vis-3.ll b/third_party/LLVM/test/CodeGen/ARM/hidden-vis-3.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/hidden-vis-3.ll
rename to third_party/LLVM/test/CodeGen/ARM/hidden-vis-3.ll
diff --git a/src/LLVM/test/CodeGen/ARM/hidden-vis.ll b/third_party/LLVM/test/CodeGen/ARM/hidden-vis.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/hidden-vis.ll
rename to third_party/LLVM/test/CodeGen/ARM/hidden-vis.ll
diff --git a/src/LLVM/test/CodeGen/ARM/iabs.ll b/third_party/LLVM/test/CodeGen/ARM/iabs.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/iabs.ll
rename to third_party/LLVM/test/CodeGen/ARM/iabs.ll
diff --git a/src/LLVM/test/CodeGen/ARM/ifcvt1.ll b/third_party/LLVM/test/CodeGen/ARM/ifcvt1.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/ifcvt1.ll
rename to third_party/LLVM/test/CodeGen/ARM/ifcvt1.ll
diff --git a/src/LLVM/test/CodeGen/ARM/ifcvt10.ll b/third_party/LLVM/test/CodeGen/ARM/ifcvt10.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/ifcvt10.ll
rename to third_party/LLVM/test/CodeGen/ARM/ifcvt10.ll
diff --git a/src/LLVM/test/CodeGen/ARM/ifcvt11.ll b/third_party/LLVM/test/CodeGen/ARM/ifcvt11.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/ifcvt11.ll
rename to third_party/LLVM/test/CodeGen/ARM/ifcvt11.ll
diff --git a/src/LLVM/test/CodeGen/ARM/ifcvt2.ll b/third_party/LLVM/test/CodeGen/ARM/ifcvt2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/ifcvt2.ll
rename to third_party/LLVM/test/CodeGen/ARM/ifcvt2.ll
diff --git a/src/LLVM/test/CodeGen/ARM/ifcvt3.ll b/third_party/LLVM/test/CodeGen/ARM/ifcvt3.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/ifcvt3.ll
rename to third_party/LLVM/test/CodeGen/ARM/ifcvt3.ll
diff --git a/src/LLVM/test/CodeGen/ARM/ifcvt4.ll b/third_party/LLVM/test/CodeGen/ARM/ifcvt4.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/ifcvt4.ll
rename to third_party/LLVM/test/CodeGen/ARM/ifcvt4.ll
diff --git a/src/LLVM/test/CodeGen/ARM/ifcvt5.ll b/third_party/LLVM/test/CodeGen/ARM/ifcvt5.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/ifcvt5.ll
rename to third_party/LLVM/test/CodeGen/ARM/ifcvt5.ll
diff --git a/src/LLVM/test/CodeGen/ARM/ifcvt6.ll b/third_party/LLVM/test/CodeGen/ARM/ifcvt6.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/ifcvt6.ll
rename to third_party/LLVM/test/CodeGen/ARM/ifcvt6.ll
diff --git a/src/LLVM/test/CodeGen/ARM/ifcvt7.ll b/third_party/LLVM/test/CodeGen/ARM/ifcvt7.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/ifcvt7.ll
rename to third_party/LLVM/test/CodeGen/ARM/ifcvt7.ll
diff --git a/src/LLVM/test/CodeGen/ARM/ifcvt8.ll b/third_party/LLVM/test/CodeGen/ARM/ifcvt8.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/ifcvt8.ll
rename to third_party/LLVM/test/CodeGen/ARM/ifcvt8.ll
diff --git a/src/LLVM/test/CodeGen/ARM/ifcvt9.ll b/third_party/LLVM/test/CodeGen/ARM/ifcvt9.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/ifcvt9.ll
rename to third_party/LLVM/test/CodeGen/ARM/ifcvt9.ll
diff --git a/src/LLVM/test/CodeGen/ARM/illegal-vector-bitcast.ll b/third_party/LLVM/test/CodeGen/ARM/illegal-vector-bitcast.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/illegal-vector-bitcast.ll
rename to third_party/LLVM/test/CodeGen/ARM/illegal-vector-bitcast.ll
diff --git a/src/LLVM/test/CodeGen/ARM/imm.ll b/third_party/LLVM/test/CodeGen/ARM/imm.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/imm.ll
rename to third_party/LLVM/test/CodeGen/ARM/imm.ll
diff --git a/src/LLVM/test/CodeGen/ARM/indirectbr.ll b/third_party/LLVM/test/CodeGen/ARM/indirectbr.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/indirectbr.ll
rename to third_party/LLVM/test/CodeGen/ARM/indirectbr.ll
diff --git a/src/LLVM/test/CodeGen/ARM/inlineasm-imm-arm.ll b/third_party/LLVM/test/CodeGen/ARM/inlineasm-imm-arm.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/inlineasm-imm-arm.ll
rename to third_party/LLVM/test/CodeGen/ARM/inlineasm-imm-arm.ll
diff --git a/src/LLVM/test/CodeGen/ARM/inlineasm.ll b/third_party/LLVM/test/CodeGen/ARM/inlineasm.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/inlineasm.ll
rename to third_party/LLVM/test/CodeGen/ARM/inlineasm.ll
diff --git a/src/LLVM/test/CodeGen/ARM/inlineasm2.ll b/third_party/LLVM/test/CodeGen/ARM/inlineasm2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/inlineasm2.ll
rename to third_party/LLVM/test/CodeGen/ARM/inlineasm2.ll
diff --git a/src/LLVM/test/CodeGen/ARM/inlineasm3.ll b/third_party/LLVM/test/CodeGen/ARM/inlineasm3.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/inlineasm3.ll
rename to third_party/LLVM/test/CodeGen/ARM/inlineasm3.ll
diff --git a/src/LLVM/test/CodeGen/ARM/inlineasm4.ll b/third_party/LLVM/test/CodeGen/ARM/inlineasm4.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/inlineasm4.ll
rename to third_party/LLVM/test/CodeGen/ARM/inlineasm4.ll
diff --git a/src/LLVM/test/CodeGen/ARM/insn-sched1.ll b/third_party/LLVM/test/CodeGen/ARM/insn-sched1.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/insn-sched1.ll
rename to third_party/LLVM/test/CodeGen/ARM/insn-sched1.ll
diff --git a/src/LLVM/test/CodeGen/ARM/int-to-fp.ll b/third_party/LLVM/test/CodeGen/ARM/int-to-fp.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/int-to-fp.ll
rename to third_party/LLVM/test/CodeGen/ARM/int-to-fp.ll
diff --git a/src/LLVM/test/CodeGen/ARM/intrinsics.ll b/third_party/LLVM/test/CodeGen/ARM/intrinsics.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/intrinsics.ll
rename to third_party/LLVM/test/CodeGen/ARM/intrinsics.ll
diff --git a/src/LLVM/test/CodeGen/ARM/ispositive.ll b/third_party/LLVM/test/CodeGen/ARM/ispositive.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/ispositive.ll
rename to third_party/LLVM/test/CodeGen/ARM/ispositive.ll
diff --git a/src/LLVM/test/CodeGen/ARM/jumptable-label.ll b/third_party/LLVM/test/CodeGen/ARM/jumptable-label.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/jumptable-label.ll
rename to third_party/LLVM/test/CodeGen/ARM/jumptable-label.ll
diff --git a/src/LLVM/test/CodeGen/ARM/large-stack.ll b/third_party/LLVM/test/CodeGen/ARM/large-stack.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/large-stack.ll
rename to third_party/LLVM/test/CodeGen/ARM/large-stack.ll
diff --git a/src/LLVM/test/CodeGen/ARM/ldm.ll b/third_party/LLVM/test/CodeGen/ARM/ldm.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/ldm.ll
rename to third_party/LLVM/test/CodeGen/ARM/ldm.ll
diff --git a/src/LLVM/test/CodeGen/ARM/ldr.ll b/third_party/LLVM/test/CodeGen/ARM/ldr.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/ldr.ll
rename to third_party/LLVM/test/CodeGen/ARM/ldr.ll
diff --git a/src/LLVM/test/CodeGen/ARM/ldr_ext.ll b/third_party/LLVM/test/CodeGen/ARM/ldr_ext.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/ldr_ext.ll
rename to third_party/LLVM/test/CodeGen/ARM/ldr_ext.ll
diff --git a/src/LLVM/test/CodeGen/ARM/ldr_frame.ll b/third_party/LLVM/test/CodeGen/ARM/ldr_frame.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/ldr_frame.ll
rename to third_party/LLVM/test/CodeGen/ARM/ldr_frame.ll
diff --git a/src/LLVM/test/CodeGen/ARM/ldr_post.ll b/third_party/LLVM/test/CodeGen/ARM/ldr_post.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/ldr_post.ll
rename to third_party/LLVM/test/CodeGen/ARM/ldr_post.ll
diff --git a/src/LLVM/test/CodeGen/ARM/ldr_pre.ll b/third_party/LLVM/test/CodeGen/ARM/ldr_pre.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/ldr_pre.ll
rename to third_party/LLVM/test/CodeGen/ARM/ldr_pre.ll
diff --git a/src/LLVM/test/CodeGen/ARM/ldrd.ll b/third_party/LLVM/test/CodeGen/ARM/ldrd.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/ldrd.ll
rename to third_party/LLVM/test/CodeGen/ARM/ldrd.ll
diff --git a/src/LLVM/test/CodeGen/ARM/ldst-f32-2-i32.ll b/third_party/LLVM/test/CodeGen/ARM/ldst-f32-2-i32.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/ldst-f32-2-i32.ll
rename to third_party/LLVM/test/CodeGen/ARM/ldst-f32-2-i32.ll
diff --git a/src/LLVM/test/CodeGen/ARM/ldstrexd.ll b/third_party/LLVM/test/CodeGen/ARM/ldstrexd.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/ldstrexd.ll
rename to third_party/LLVM/test/CodeGen/ARM/ldstrexd.ll
diff --git a/src/LLVM/test/CodeGen/ARM/load-global.ll b/third_party/LLVM/test/CodeGen/ARM/load-global.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/load-global.ll
rename to third_party/LLVM/test/CodeGen/ARM/load-global.ll
diff --git a/src/LLVM/test/CodeGen/ARM/load.ll b/third_party/LLVM/test/CodeGen/ARM/load.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/load.ll
rename to third_party/LLVM/test/CodeGen/ARM/load.ll
diff --git a/src/LLVM/test/CodeGen/ARM/long-setcc.ll b/third_party/LLVM/test/CodeGen/ARM/long-setcc.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/long-setcc.ll
rename to third_party/LLVM/test/CodeGen/ARM/long-setcc.ll
diff --git a/src/LLVM/test/CodeGen/ARM/long.ll b/third_party/LLVM/test/CodeGen/ARM/long.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/long.ll
rename to third_party/LLVM/test/CodeGen/ARM/long.ll
diff --git a/src/LLVM/test/CodeGen/ARM/long_shift.ll b/third_party/LLVM/test/CodeGen/ARM/long_shift.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/long_shift.ll
rename to third_party/LLVM/test/CodeGen/ARM/long_shift.ll
diff --git a/src/LLVM/test/CodeGen/ARM/lsr-code-insertion.ll b/third_party/LLVM/test/CodeGen/ARM/lsr-code-insertion.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/lsr-code-insertion.ll
rename to third_party/LLVM/test/CodeGen/ARM/lsr-code-insertion.ll
diff --git a/src/LLVM/test/CodeGen/ARM/lsr-on-unrolled-loops.ll b/third_party/LLVM/test/CodeGen/ARM/lsr-on-unrolled-loops.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/lsr-on-unrolled-loops.ll
rename to third_party/LLVM/test/CodeGen/ARM/lsr-on-unrolled-loops.ll
diff --git a/src/LLVM/test/CodeGen/ARM/lsr-scale-addr-mode.ll b/third_party/LLVM/test/CodeGen/ARM/lsr-scale-addr-mode.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/lsr-scale-addr-mode.ll
rename to third_party/LLVM/test/CodeGen/ARM/lsr-scale-addr-mode.ll
diff --git a/src/LLVM/test/CodeGen/ARM/lsr-unfolded-offset.ll b/third_party/LLVM/test/CodeGen/ARM/lsr-unfolded-offset.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/lsr-unfolded-offset.ll
rename to third_party/LLVM/test/CodeGen/ARM/lsr-unfolded-offset.ll
diff --git a/src/LLVM/test/CodeGen/ARM/machine-cse-cmp.ll b/third_party/LLVM/test/CodeGen/ARM/machine-cse-cmp.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/machine-cse-cmp.ll
rename to third_party/LLVM/test/CodeGen/ARM/machine-cse-cmp.ll
diff --git a/src/LLVM/test/CodeGen/ARM/machine-licm.ll b/third_party/LLVM/test/CodeGen/ARM/machine-licm.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/machine-licm.ll
rename to third_party/LLVM/test/CodeGen/ARM/machine-licm.ll
diff --git a/src/LLVM/test/CodeGen/ARM/mem.ll b/third_party/LLVM/test/CodeGen/ARM/mem.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/mem.ll
rename to third_party/LLVM/test/CodeGen/ARM/mem.ll
diff --git a/src/LLVM/test/CodeGen/ARM/memcpy-inline.ll b/third_party/LLVM/test/CodeGen/ARM/memcpy-inline.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/memcpy-inline.ll
rename to third_party/LLVM/test/CodeGen/ARM/memcpy-inline.ll
diff --git a/src/LLVM/test/CodeGen/ARM/memfunc.ll b/third_party/LLVM/test/CodeGen/ARM/memfunc.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/memfunc.ll
rename to third_party/LLVM/test/CodeGen/ARM/memfunc.ll
diff --git a/src/LLVM/test/CodeGen/ARM/mls.ll b/third_party/LLVM/test/CodeGen/ARM/mls.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/mls.ll
rename to third_party/LLVM/test/CodeGen/ARM/mls.ll
diff --git a/src/LLVM/test/CodeGen/ARM/movt-movw-global.ll b/third_party/LLVM/test/CodeGen/ARM/movt-movw-global.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/movt-movw-global.ll
rename to third_party/LLVM/test/CodeGen/ARM/movt-movw-global.ll
diff --git a/src/LLVM/test/CodeGen/ARM/movt.ll b/third_party/LLVM/test/CodeGen/ARM/movt.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/movt.ll
rename to third_party/LLVM/test/CodeGen/ARM/movt.ll
diff --git a/src/LLVM/test/CodeGen/ARM/mul.ll b/third_party/LLVM/test/CodeGen/ARM/mul.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/mul.ll
rename to third_party/LLVM/test/CodeGen/ARM/mul.ll
diff --git a/src/LLVM/test/CodeGen/ARM/mul_const.ll b/third_party/LLVM/test/CodeGen/ARM/mul_const.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/mul_const.ll
rename to third_party/LLVM/test/CodeGen/ARM/mul_const.ll
diff --git a/src/LLVM/test/CodeGen/ARM/mulhi.ll b/third_party/LLVM/test/CodeGen/ARM/mulhi.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/mulhi.ll
rename to third_party/LLVM/test/CodeGen/ARM/mulhi.ll
diff --git a/src/LLVM/test/CodeGen/ARM/mult-alt-generic-arm.ll b/third_party/LLVM/test/CodeGen/ARM/mult-alt-generic-arm.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/mult-alt-generic-arm.ll
rename to third_party/LLVM/test/CodeGen/ARM/mult-alt-generic-arm.ll
diff --git a/src/LLVM/test/CodeGen/ARM/mvn.ll b/third_party/LLVM/test/CodeGen/ARM/mvn.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/mvn.ll
rename to third_party/LLVM/test/CodeGen/ARM/mvn.ll
diff --git a/src/LLVM/test/CodeGen/ARM/neon_arith1.ll b/third_party/LLVM/test/CodeGen/ARM/neon_arith1.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/neon_arith1.ll
rename to third_party/LLVM/test/CodeGen/ARM/neon_arith1.ll
diff --git a/src/LLVM/test/CodeGen/ARM/neon_div.ll b/third_party/LLVM/test/CodeGen/ARM/neon_div.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/neon_div.ll
rename to third_party/LLVM/test/CodeGen/ARM/neon_div.ll
diff --git a/src/LLVM/test/CodeGen/ARM/neon_ld1.ll b/third_party/LLVM/test/CodeGen/ARM/neon_ld1.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/neon_ld1.ll
rename to third_party/LLVM/test/CodeGen/ARM/neon_ld1.ll
diff --git a/src/LLVM/test/CodeGen/ARM/neon_ld2.ll b/third_party/LLVM/test/CodeGen/ARM/neon_ld2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/neon_ld2.ll
rename to third_party/LLVM/test/CodeGen/ARM/neon_ld2.ll
diff --git a/src/LLVM/test/CodeGen/ARM/neon_minmax.ll b/third_party/LLVM/test/CodeGen/ARM/neon_minmax.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/neon_minmax.ll
rename to third_party/LLVM/test/CodeGen/ARM/neon_minmax.ll
diff --git a/src/LLVM/test/CodeGen/ARM/neon_shift.ll b/third_party/LLVM/test/CodeGen/ARM/neon_shift.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/neon_shift.ll
rename to third_party/LLVM/test/CodeGen/ARM/neon_shift.ll
diff --git a/src/LLVM/test/CodeGen/ARM/pack.ll b/third_party/LLVM/test/CodeGen/ARM/pack.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/pack.ll
rename to third_party/LLVM/test/CodeGen/ARM/pack.ll
diff --git a/src/LLVM/test/CodeGen/ARM/peephole-bitcast.ll b/third_party/LLVM/test/CodeGen/ARM/peephole-bitcast.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/peephole-bitcast.ll
rename to third_party/LLVM/test/CodeGen/ARM/peephole-bitcast.ll
diff --git a/src/LLVM/test/CodeGen/ARM/phi.ll b/third_party/LLVM/test/CodeGen/ARM/phi.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/phi.ll
rename to third_party/LLVM/test/CodeGen/ARM/phi.ll
diff --git a/src/LLVM/test/CodeGen/ARM/pr3502.ll b/third_party/LLVM/test/CodeGen/ARM/pr3502.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/pr3502.ll
rename to third_party/LLVM/test/CodeGen/ARM/pr3502.ll
diff --git a/src/LLVM/test/CodeGen/ARM/prefetch.ll b/third_party/LLVM/test/CodeGen/ARM/prefetch.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/prefetch.ll
rename to third_party/LLVM/test/CodeGen/ARM/prefetch.ll
diff --git a/src/LLVM/test/CodeGen/ARM/private.ll b/third_party/LLVM/test/CodeGen/ARM/private.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/private.ll
rename to third_party/LLVM/test/CodeGen/ARM/private.ll
diff --git a/src/LLVM/test/CodeGen/ARM/reg_sequence.ll b/third_party/LLVM/test/CodeGen/ARM/reg_sequence.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/reg_sequence.ll
rename to third_party/LLVM/test/CodeGen/ARM/reg_sequence.ll
diff --git a/src/LLVM/test/CodeGen/ARM/ret0.ll b/third_party/LLVM/test/CodeGen/ARM/ret0.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/ret0.ll
rename to third_party/LLVM/test/CodeGen/ARM/ret0.ll
diff --git a/src/LLVM/test/CodeGen/ARM/ret_arg1.ll b/third_party/LLVM/test/CodeGen/ARM/ret_arg1.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/ret_arg1.ll
rename to third_party/LLVM/test/CodeGen/ARM/ret_arg1.ll
diff --git a/src/LLVM/test/CodeGen/ARM/ret_arg2.ll b/third_party/LLVM/test/CodeGen/ARM/ret_arg2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/ret_arg2.ll
rename to third_party/LLVM/test/CodeGen/ARM/ret_arg2.ll
diff --git a/src/LLVM/test/CodeGen/ARM/ret_arg3.ll b/third_party/LLVM/test/CodeGen/ARM/ret_arg3.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/ret_arg3.ll
rename to third_party/LLVM/test/CodeGen/ARM/ret_arg3.ll
diff --git a/src/LLVM/test/CodeGen/ARM/ret_arg4.ll b/third_party/LLVM/test/CodeGen/ARM/ret_arg4.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/ret_arg4.ll
rename to third_party/LLVM/test/CodeGen/ARM/ret_arg4.ll
diff --git a/src/LLVM/test/CodeGen/ARM/ret_arg5.ll b/third_party/LLVM/test/CodeGen/ARM/ret_arg5.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/ret_arg5.ll
rename to third_party/LLVM/test/CodeGen/ARM/ret_arg5.ll
diff --git a/src/LLVM/test/CodeGen/ARM/ret_f32_arg2.ll b/third_party/LLVM/test/CodeGen/ARM/ret_f32_arg2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/ret_f32_arg2.ll
rename to third_party/LLVM/test/CodeGen/ARM/ret_f32_arg2.ll
diff --git a/src/LLVM/test/CodeGen/ARM/ret_f32_arg5.ll b/third_party/LLVM/test/CodeGen/ARM/ret_f32_arg5.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/ret_f32_arg5.ll
rename to third_party/LLVM/test/CodeGen/ARM/ret_f32_arg5.ll
diff --git a/src/LLVM/test/CodeGen/ARM/ret_f64_arg2.ll b/third_party/LLVM/test/CodeGen/ARM/ret_f64_arg2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/ret_f64_arg2.ll
rename to third_party/LLVM/test/CodeGen/ARM/ret_f64_arg2.ll
diff --git a/src/LLVM/test/CodeGen/ARM/ret_f64_arg_reg_split.ll b/third_party/LLVM/test/CodeGen/ARM/ret_f64_arg_reg_split.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/ret_f64_arg_reg_split.ll
rename to third_party/LLVM/test/CodeGen/ARM/ret_f64_arg_reg_split.ll
diff --git a/src/LLVM/test/CodeGen/ARM/ret_f64_arg_split.ll b/third_party/LLVM/test/CodeGen/ARM/ret_f64_arg_split.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/ret_f64_arg_split.ll
rename to third_party/LLVM/test/CodeGen/ARM/ret_f64_arg_split.ll
diff --git a/src/LLVM/test/CodeGen/ARM/ret_f64_arg_stack.ll b/third_party/LLVM/test/CodeGen/ARM/ret_f64_arg_stack.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/ret_f64_arg_stack.ll
rename to third_party/LLVM/test/CodeGen/ARM/ret_f64_arg_stack.ll
diff --git a/src/LLVM/test/CodeGen/ARM/ret_i128_arg2.ll b/third_party/LLVM/test/CodeGen/ARM/ret_i128_arg2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/ret_i128_arg2.ll
rename to third_party/LLVM/test/CodeGen/ARM/ret_i128_arg2.ll
diff --git a/src/LLVM/test/CodeGen/ARM/ret_i64_arg2.ll b/third_party/LLVM/test/CodeGen/ARM/ret_i64_arg2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/ret_i64_arg2.ll
rename to third_party/LLVM/test/CodeGen/ARM/ret_i64_arg2.ll
diff --git a/src/LLVM/test/CodeGen/ARM/ret_i64_arg3.ll b/third_party/LLVM/test/CodeGen/ARM/ret_i64_arg3.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/ret_i64_arg3.ll
rename to third_party/LLVM/test/CodeGen/ARM/ret_i64_arg3.ll
diff --git a/src/LLVM/test/CodeGen/ARM/ret_i64_arg_split.ll b/third_party/LLVM/test/CodeGen/ARM/ret_i64_arg_split.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/ret_i64_arg_split.ll
rename to third_party/LLVM/test/CodeGen/ARM/ret_i64_arg_split.ll
diff --git a/src/LLVM/test/CodeGen/ARM/ret_void.ll b/third_party/LLVM/test/CodeGen/ARM/ret_void.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/ret_void.ll
rename to third_party/LLVM/test/CodeGen/ARM/ret_void.ll
diff --git a/src/LLVM/test/CodeGen/ARM/rev.ll b/third_party/LLVM/test/CodeGen/ARM/rev.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/rev.ll
rename to third_party/LLVM/test/CodeGen/ARM/rev.ll
diff --git a/src/LLVM/test/CodeGen/ARM/sbfx.ll b/third_party/LLVM/test/CodeGen/ARM/sbfx.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/sbfx.ll
rename to third_party/LLVM/test/CodeGen/ARM/sbfx.ll
diff --git a/src/LLVM/test/CodeGen/ARM/section.ll b/third_party/LLVM/test/CodeGen/ARM/section.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/section.ll
rename to third_party/LLVM/test/CodeGen/ARM/section.ll
diff --git a/src/LLVM/test/CodeGen/ARM/select-imm.ll b/third_party/LLVM/test/CodeGen/ARM/select-imm.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/select-imm.ll
rename to third_party/LLVM/test/CodeGen/ARM/select-imm.ll
diff --git a/src/LLVM/test/CodeGen/ARM/select.ll b/third_party/LLVM/test/CodeGen/ARM/select.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/select.ll
rename to third_party/LLVM/test/CodeGen/ARM/select.ll
diff --git a/src/LLVM/test/CodeGen/ARM/select_xform.ll b/third_party/LLVM/test/CodeGen/ARM/select_xform.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/select_xform.ll
rename to third_party/LLVM/test/CodeGen/ARM/select_xform.ll
diff --git a/src/LLVM/test/CodeGen/ARM/shifter_operand.ll b/third_party/LLVM/test/CodeGen/ARM/shifter_operand.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/shifter_operand.ll
rename to third_party/LLVM/test/CodeGen/ARM/shifter_operand.ll
diff --git a/src/LLVM/test/CodeGen/ARM/shuffle.ll b/third_party/LLVM/test/CodeGen/ARM/shuffle.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/shuffle.ll
rename to third_party/LLVM/test/CodeGen/ARM/shuffle.ll
diff --git a/src/LLVM/test/CodeGen/ARM/smul.ll b/third_party/LLVM/test/CodeGen/ARM/smul.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/smul.ll
rename to third_party/LLVM/test/CodeGen/ARM/smul.ll
diff --git a/src/LLVM/test/CodeGen/ARM/spill-q.ll b/third_party/LLVM/test/CodeGen/ARM/spill-q.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/spill-q.ll
rename to third_party/LLVM/test/CodeGen/ARM/spill-q.ll
diff --git a/src/LLVM/test/CodeGen/ARM/stack-frame.ll b/third_party/LLVM/test/CodeGen/ARM/stack-frame.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/stack-frame.ll
rename to third_party/LLVM/test/CodeGen/ARM/stack-frame.ll
diff --git a/src/LLVM/test/CodeGen/ARM/stm.ll b/third_party/LLVM/test/CodeGen/ARM/stm.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/stm.ll
rename to third_party/LLVM/test/CodeGen/ARM/stm.ll
diff --git a/src/LLVM/test/CodeGen/ARM/str_post.ll b/third_party/LLVM/test/CodeGen/ARM/str_post.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/str_post.ll
rename to third_party/LLVM/test/CodeGen/ARM/str_post.ll
diff --git a/src/LLVM/test/CodeGen/ARM/str_pre-2.ll b/third_party/LLVM/test/CodeGen/ARM/str_pre-2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/str_pre-2.ll
rename to third_party/LLVM/test/CodeGen/ARM/str_pre-2.ll
diff --git a/src/LLVM/test/CodeGen/ARM/str_pre.ll b/third_party/LLVM/test/CodeGen/ARM/str_pre.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/str_pre.ll
rename to third_party/LLVM/test/CodeGen/ARM/str_pre.ll
diff --git a/src/LLVM/test/CodeGen/ARM/str_trunc.ll b/third_party/LLVM/test/CodeGen/ARM/str_trunc.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/str_trunc.ll
rename to third_party/LLVM/test/CodeGen/ARM/str_trunc.ll
diff --git a/src/LLVM/test/CodeGen/ARM/sub.ll b/third_party/LLVM/test/CodeGen/ARM/sub.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/sub.ll
rename to third_party/LLVM/test/CodeGen/ARM/sub.ll
diff --git a/src/LLVM/test/CodeGen/ARM/subreg-remat.ll b/third_party/LLVM/test/CodeGen/ARM/subreg-remat.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/subreg-remat.ll
rename to third_party/LLVM/test/CodeGen/ARM/subreg-remat.ll
diff --git a/src/LLVM/test/CodeGen/ARM/sxt_rot.ll b/third_party/LLVM/test/CodeGen/ARM/sxt_rot.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/sxt_rot.ll
rename to third_party/LLVM/test/CodeGen/ARM/sxt_rot.ll
diff --git a/src/LLVM/test/CodeGen/ARM/t2-imm.ll b/third_party/LLVM/test/CodeGen/ARM/t2-imm.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/t2-imm.ll
rename to third_party/LLVM/test/CodeGen/ARM/t2-imm.ll
diff --git a/src/LLVM/test/CodeGen/ARM/tail-opts.ll b/third_party/LLVM/test/CodeGen/ARM/tail-opts.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/tail-opts.ll
rename to third_party/LLVM/test/CodeGen/ARM/tail-opts.ll
diff --git a/src/LLVM/test/CodeGen/ARM/thread_pointer.ll b/third_party/LLVM/test/CodeGen/ARM/thread_pointer.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/thread_pointer.ll
rename to third_party/LLVM/test/CodeGen/ARM/thread_pointer.ll
diff --git a/src/LLVM/test/CodeGen/ARM/thumb1-varalloc.ll b/third_party/LLVM/test/CodeGen/ARM/thumb1-varalloc.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/thumb1-varalloc.ll
rename to third_party/LLVM/test/CodeGen/ARM/thumb1-varalloc.ll
diff --git a/src/LLVM/test/CodeGen/ARM/thumb2-it-block.ll b/third_party/LLVM/test/CodeGen/ARM/thumb2-it-block.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/thumb2-it-block.ll
rename to third_party/LLVM/test/CodeGen/ARM/thumb2-it-block.ll
diff --git a/src/LLVM/test/CodeGen/ARM/tls1.ll b/third_party/LLVM/test/CodeGen/ARM/tls1.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/tls1.ll
rename to third_party/LLVM/test/CodeGen/ARM/tls1.ll
diff --git a/src/LLVM/test/CodeGen/ARM/tls2.ll b/third_party/LLVM/test/CodeGen/ARM/tls2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/tls2.ll
rename to third_party/LLVM/test/CodeGen/ARM/tls2.ll
diff --git a/src/LLVM/test/CodeGen/ARM/tls3.ll b/third_party/LLVM/test/CodeGen/ARM/tls3.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/tls3.ll
rename to third_party/LLVM/test/CodeGen/ARM/tls3.ll
diff --git a/src/LLVM/test/CodeGen/ARM/trap.ll b/third_party/LLVM/test/CodeGen/ARM/trap.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/trap.ll
rename to third_party/LLVM/test/CodeGen/ARM/trap.ll
diff --git a/src/LLVM/test/CodeGen/ARM/trunc_ldr.ll b/third_party/LLVM/test/CodeGen/ARM/trunc_ldr.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/trunc_ldr.ll
rename to third_party/LLVM/test/CodeGen/ARM/trunc_ldr.ll
diff --git a/src/LLVM/test/CodeGen/ARM/truncstore-dag-combine.ll b/third_party/LLVM/test/CodeGen/ARM/truncstore-dag-combine.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/truncstore-dag-combine.ll
rename to third_party/LLVM/test/CodeGen/ARM/truncstore-dag-combine.ll
diff --git a/src/LLVM/test/CodeGen/ARM/tst_teq.ll b/third_party/LLVM/test/CodeGen/ARM/tst_teq.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/tst_teq.ll
rename to third_party/LLVM/test/CodeGen/ARM/tst_teq.ll
diff --git a/src/LLVM/test/CodeGen/ARM/uint64tof64.ll b/third_party/LLVM/test/CodeGen/ARM/uint64tof64.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/uint64tof64.ll
rename to third_party/LLVM/test/CodeGen/ARM/uint64tof64.ll
diff --git a/src/LLVM/test/CodeGen/ARM/umulo-32.ll b/third_party/LLVM/test/CodeGen/ARM/umulo-32.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/umulo-32.ll
rename to third_party/LLVM/test/CodeGen/ARM/umulo-32.ll
diff --git a/src/LLVM/test/CodeGen/ARM/unaligned_load_store.ll b/third_party/LLVM/test/CodeGen/ARM/unaligned_load_store.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/unaligned_load_store.ll
rename to third_party/LLVM/test/CodeGen/ARM/unaligned_load_store.ll
diff --git a/src/LLVM/test/CodeGen/ARM/undef-sext.ll b/third_party/LLVM/test/CodeGen/ARM/undef-sext.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/undef-sext.ll
rename to third_party/LLVM/test/CodeGen/ARM/undef-sext.ll
diff --git a/src/LLVM/test/CodeGen/ARM/unord.ll b/third_party/LLVM/test/CodeGen/ARM/unord.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/unord.ll
rename to third_party/LLVM/test/CodeGen/ARM/unord.ll
diff --git a/src/LLVM/test/CodeGen/ARM/uxt_rot.ll b/third_party/LLVM/test/CodeGen/ARM/uxt_rot.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/uxt_rot.ll
rename to third_party/LLVM/test/CodeGen/ARM/uxt_rot.ll
diff --git a/src/LLVM/test/CodeGen/ARM/uxtb.ll b/third_party/LLVM/test/CodeGen/ARM/uxtb.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/uxtb.ll
rename to third_party/LLVM/test/CodeGen/ARM/uxtb.ll
diff --git a/src/LLVM/test/CodeGen/ARM/va_arg.ll b/third_party/LLVM/test/CodeGen/ARM/va_arg.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/va_arg.ll
rename to third_party/LLVM/test/CodeGen/ARM/va_arg.ll
diff --git a/src/LLVM/test/CodeGen/ARM/vaba.ll b/third_party/LLVM/test/CodeGen/ARM/vaba.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/vaba.ll
rename to third_party/LLVM/test/CodeGen/ARM/vaba.ll
diff --git a/src/LLVM/test/CodeGen/ARM/vabd.ll b/third_party/LLVM/test/CodeGen/ARM/vabd.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/vabd.ll
rename to third_party/LLVM/test/CodeGen/ARM/vabd.ll
diff --git a/src/LLVM/test/CodeGen/ARM/vabs.ll b/third_party/LLVM/test/CodeGen/ARM/vabs.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/vabs.ll
rename to third_party/LLVM/test/CodeGen/ARM/vabs.ll
diff --git a/src/LLVM/test/CodeGen/ARM/vadd.ll b/third_party/LLVM/test/CodeGen/ARM/vadd.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/vadd.ll
rename to third_party/LLVM/test/CodeGen/ARM/vadd.ll
diff --git a/src/LLVM/test/CodeGen/ARM/vargs.ll b/third_party/LLVM/test/CodeGen/ARM/vargs.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/vargs.ll
rename to third_party/LLVM/test/CodeGen/ARM/vargs.ll
diff --git a/src/LLVM/test/CodeGen/ARM/vargs_align.ll b/third_party/LLVM/test/CodeGen/ARM/vargs_align.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/vargs_align.ll
rename to third_party/LLVM/test/CodeGen/ARM/vargs_align.ll
diff --git a/src/LLVM/test/CodeGen/ARM/vbits.ll b/third_party/LLVM/test/CodeGen/ARM/vbits.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/vbits.ll
rename to third_party/LLVM/test/CodeGen/ARM/vbits.ll
diff --git a/src/LLVM/test/CodeGen/ARM/vbsl-constant.ll b/third_party/LLVM/test/CodeGen/ARM/vbsl-constant.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/vbsl-constant.ll
rename to third_party/LLVM/test/CodeGen/ARM/vbsl-constant.ll
diff --git a/src/LLVM/test/CodeGen/ARM/vbsl.ll b/third_party/LLVM/test/CodeGen/ARM/vbsl.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/vbsl.ll
rename to third_party/LLVM/test/CodeGen/ARM/vbsl.ll
diff --git a/src/LLVM/test/CodeGen/ARM/vceq.ll b/third_party/LLVM/test/CodeGen/ARM/vceq.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/vceq.ll
rename to third_party/LLVM/test/CodeGen/ARM/vceq.ll
diff --git a/src/LLVM/test/CodeGen/ARM/vcge.ll b/third_party/LLVM/test/CodeGen/ARM/vcge.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/vcge.ll
rename to third_party/LLVM/test/CodeGen/ARM/vcge.ll
diff --git a/src/LLVM/test/CodeGen/ARM/vcgt.ll b/third_party/LLVM/test/CodeGen/ARM/vcgt.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/vcgt.ll
rename to third_party/LLVM/test/CodeGen/ARM/vcgt.ll
diff --git a/src/LLVM/test/CodeGen/ARM/vcnt.ll b/third_party/LLVM/test/CodeGen/ARM/vcnt.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/vcnt.ll
rename to third_party/LLVM/test/CodeGen/ARM/vcnt.ll
diff --git a/src/LLVM/test/CodeGen/ARM/vcombine.ll b/third_party/LLVM/test/CodeGen/ARM/vcombine.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/vcombine.ll
rename to third_party/LLVM/test/CodeGen/ARM/vcombine.ll
diff --git a/src/LLVM/test/CodeGen/ARM/vcvt.ll b/third_party/LLVM/test/CodeGen/ARM/vcvt.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/vcvt.ll
rename to third_party/LLVM/test/CodeGen/ARM/vcvt.ll
diff --git a/src/LLVM/test/CodeGen/ARM/vcvt_combine.ll b/third_party/LLVM/test/CodeGen/ARM/vcvt_combine.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/vcvt_combine.ll
rename to third_party/LLVM/test/CodeGen/ARM/vcvt_combine.ll
diff --git a/src/LLVM/test/CodeGen/ARM/vdiv_combine.ll b/third_party/LLVM/test/CodeGen/ARM/vdiv_combine.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/vdiv_combine.ll
rename to third_party/LLVM/test/CodeGen/ARM/vdiv_combine.ll
diff --git a/src/LLVM/test/CodeGen/ARM/vdup.ll b/third_party/LLVM/test/CodeGen/ARM/vdup.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/vdup.ll
rename to third_party/LLVM/test/CodeGen/ARM/vdup.ll
diff --git a/src/LLVM/test/CodeGen/ARM/vector-DAGCombine.ll b/third_party/LLVM/test/CodeGen/ARM/vector-DAGCombine.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/vector-DAGCombine.ll
rename to third_party/LLVM/test/CodeGen/ARM/vector-DAGCombine.ll
diff --git a/src/LLVM/test/CodeGen/ARM/vext.ll b/third_party/LLVM/test/CodeGen/ARM/vext.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/vext.ll
rename to third_party/LLVM/test/CodeGen/ARM/vext.ll
diff --git a/src/LLVM/test/CodeGen/ARM/vfcmp.ll b/third_party/LLVM/test/CodeGen/ARM/vfcmp.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/vfcmp.ll
rename to third_party/LLVM/test/CodeGen/ARM/vfcmp.ll
diff --git a/src/LLVM/test/CodeGen/ARM/vfp.ll b/third_party/LLVM/test/CodeGen/ARM/vfp.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/vfp.ll
rename to third_party/LLVM/test/CodeGen/ARM/vfp.ll
diff --git a/src/LLVM/test/CodeGen/ARM/vget_lane.ll b/third_party/LLVM/test/CodeGen/ARM/vget_lane.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/vget_lane.ll
rename to third_party/LLVM/test/CodeGen/ARM/vget_lane.ll
diff --git a/src/LLVM/test/CodeGen/ARM/vhadd.ll b/third_party/LLVM/test/CodeGen/ARM/vhadd.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/vhadd.ll
rename to third_party/LLVM/test/CodeGen/ARM/vhadd.ll
diff --git a/src/LLVM/test/CodeGen/ARM/vhsub.ll b/third_party/LLVM/test/CodeGen/ARM/vhsub.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/vhsub.ll
rename to third_party/LLVM/test/CodeGen/ARM/vhsub.ll
diff --git a/src/LLVM/test/CodeGen/ARM/vicmp.ll b/third_party/LLVM/test/CodeGen/ARM/vicmp.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/vicmp.ll
rename to third_party/LLVM/test/CodeGen/ARM/vicmp.ll
diff --git a/src/LLVM/test/CodeGen/ARM/vld1.ll b/third_party/LLVM/test/CodeGen/ARM/vld1.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/vld1.ll
rename to third_party/LLVM/test/CodeGen/ARM/vld1.ll
diff --git a/src/LLVM/test/CodeGen/ARM/vld2.ll b/third_party/LLVM/test/CodeGen/ARM/vld2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/vld2.ll
rename to third_party/LLVM/test/CodeGen/ARM/vld2.ll
diff --git a/src/LLVM/test/CodeGen/ARM/vld3.ll b/third_party/LLVM/test/CodeGen/ARM/vld3.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/vld3.ll
rename to third_party/LLVM/test/CodeGen/ARM/vld3.ll
diff --git a/src/LLVM/test/CodeGen/ARM/vld4.ll b/third_party/LLVM/test/CodeGen/ARM/vld4.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/vld4.ll
rename to third_party/LLVM/test/CodeGen/ARM/vld4.ll
diff --git a/src/LLVM/test/CodeGen/ARM/vlddup.ll b/third_party/LLVM/test/CodeGen/ARM/vlddup.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/vlddup.ll
rename to third_party/LLVM/test/CodeGen/ARM/vlddup.ll
diff --git a/src/LLVM/test/CodeGen/ARM/vldlane.ll b/third_party/LLVM/test/CodeGen/ARM/vldlane.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/vldlane.ll
rename to third_party/LLVM/test/CodeGen/ARM/vldlane.ll
diff --git a/src/LLVM/test/CodeGen/ARM/vminmax.ll b/third_party/LLVM/test/CodeGen/ARM/vminmax.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/vminmax.ll
rename to third_party/LLVM/test/CodeGen/ARM/vminmax.ll
diff --git a/src/LLVM/test/CodeGen/ARM/vmla.ll b/third_party/LLVM/test/CodeGen/ARM/vmla.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/vmla.ll
rename to third_party/LLVM/test/CodeGen/ARM/vmla.ll
diff --git a/src/LLVM/test/CodeGen/ARM/vmls.ll b/third_party/LLVM/test/CodeGen/ARM/vmls.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/vmls.ll
rename to third_party/LLVM/test/CodeGen/ARM/vmls.ll
diff --git a/src/LLVM/test/CodeGen/ARM/vmov.ll b/third_party/LLVM/test/CodeGen/ARM/vmov.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/vmov.ll
rename to third_party/LLVM/test/CodeGen/ARM/vmov.ll
diff --git a/src/LLVM/test/CodeGen/ARM/vmul.ll b/third_party/LLVM/test/CodeGen/ARM/vmul.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/vmul.ll
rename to third_party/LLVM/test/CodeGen/ARM/vmul.ll
diff --git a/src/LLVM/test/CodeGen/ARM/vneg.ll b/third_party/LLVM/test/CodeGen/ARM/vneg.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/vneg.ll
rename to third_party/LLVM/test/CodeGen/ARM/vneg.ll
diff --git a/src/LLVM/test/CodeGen/ARM/vpadal.ll b/third_party/LLVM/test/CodeGen/ARM/vpadal.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/vpadal.ll
rename to third_party/LLVM/test/CodeGen/ARM/vpadal.ll
diff --git a/src/LLVM/test/CodeGen/ARM/vpadd.ll b/third_party/LLVM/test/CodeGen/ARM/vpadd.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/vpadd.ll
rename to third_party/LLVM/test/CodeGen/ARM/vpadd.ll
diff --git a/src/LLVM/test/CodeGen/ARM/vpminmax.ll b/third_party/LLVM/test/CodeGen/ARM/vpminmax.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/vpminmax.ll
rename to third_party/LLVM/test/CodeGen/ARM/vpminmax.ll
diff --git a/src/LLVM/test/CodeGen/ARM/vqadd.ll b/third_party/LLVM/test/CodeGen/ARM/vqadd.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/vqadd.ll
rename to third_party/LLVM/test/CodeGen/ARM/vqadd.ll
diff --git a/src/LLVM/test/CodeGen/ARM/vqdmul.ll b/third_party/LLVM/test/CodeGen/ARM/vqdmul.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/vqdmul.ll
rename to third_party/LLVM/test/CodeGen/ARM/vqdmul.ll
diff --git a/src/LLVM/test/CodeGen/ARM/vqshl.ll b/third_party/LLVM/test/CodeGen/ARM/vqshl.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/vqshl.ll
rename to third_party/LLVM/test/CodeGen/ARM/vqshl.ll
diff --git a/src/LLVM/test/CodeGen/ARM/vqshrn.ll b/third_party/LLVM/test/CodeGen/ARM/vqshrn.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/vqshrn.ll
rename to third_party/LLVM/test/CodeGen/ARM/vqshrn.ll
diff --git a/src/LLVM/test/CodeGen/ARM/vqsub.ll b/third_party/LLVM/test/CodeGen/ARM/vqsub.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/vqsub.ll
rename to third_party/LLVM/test/CodeGen/ARM/vqsub.ll
diff --git a/src/LLVM/test/CodeGen/ARM/vrec.ll b/third_party/LLVM/test/CodeGen/ARM/vrec.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/vrec.ll
rename to third_party/LLVM/test/CodeGen/ARM/vrec.ll
diff --git a/src/LLVM/test/CodeGen/ARM/vrev.ll b/third_party/LLVM/test/CodeGen/ARM/vrev.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/vrev.ll
rename to third_party/LLVM/test/CodeGen/ARM/vrev.ll
diff --git a/src/LLVM/test/CodeGen/ARM/vshift.ll b/third_party/LLVM/test/CodeGen/ARM/vshift.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/vshift.ll
rename to third_party/LLVM/test/CodeGen/ARM/vshift.ll
diff --git a/src/LLVM/test/CodeGen/ARM/vshiftins.ll b/third_party/LLVM/test/CodeGen/ARM/vshiftins.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/vshiftins.ll
rename to third_party/LLVM/test/CodeGen/ARM/vshiftins.ll
diff --git a/src/LLVM/test/CodeGen/ARM/vshl.ll b/third_party/LLVM/test/CodeGen/ARM/vshl.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/vshl.ll
rename to third_party/LLVM/test/CodeGen/ARM/vshl.ll
diff --git a/src/LLVM/test/CodeGen/ARM/vshll.ll b/third_party/LLVM/test/CodeGen/ARM/vshll.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/vshll.ll
rename to third_party/LLVM/test/CodeGen/ARM/vshll.ll
diff --git a/src/LLVM/test/CodeGen/ARM/vshrn.ll b/third_party/LLVM/test/CodeGen/ARM/vshrn.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/vshrn.ll
rename to third_party/LLVM/test/CodeGen/ARM/vshrn.ll
diff --git a/src/LLVM/test/CodeGen/ARM/vsra.ll b/third_party/LLVM/test/CodeGen/ARM/vsra.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/vsra.ll
rename to third_party/LLVM/test/CodeGen/ARM/vsra.ll
diff --git a/src/LLVM/test/CodeGen/ARM/vst1.ll b/third_party/LLVM/test/CodeGen/ARM/vst1.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/vst1.ll
rename to third_party/LLVM/test/CodeGen/ARM/vst1.ll
diff --git a/src/LLVM/test/CodeGen/ARM/vst2.ll b/third_party/LLVM/test/CodeGen/ARM/vst2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/vst2.ll
rename to third_party/LLVM/test/CodeGen/ARM/vst2.ll
diff --git a/src/LLVM/test/CodeGen/ARM/vst3.ll b/third_party/LLVM/test/CodeGen/ARM/vst3.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/vst3.ll
rename to third_party/LLVM/test/CodeGen/ARM/vst3.ll
diff --git a/src/LLVM/test/CodeGen/ARM/vst4.ll b/third_party/LLVM/test/CodeGen/ARM/vst4.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/vst4.ll
rename to third_party/LLVM/test/CodeGen/ARM/vst4.ll
diff --git a/src/LLVM/test/CodeGen/ARM/vstlane.ll b/third_party/LLVM/test/CodeGen/ARM/vstlane.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/vstlane.ll
rename to third_party/LLVM/test/CodeGen/ARM/vstlane.ll
diff --git a/src/LLVM/test/CodeGen/ARM/vsub.ll b/third_party/LLVM/test/CodeGen/ARM/vsub.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/vsub.ll
rename to third_party/LLVM/test/CodeGen/ARM/vsub.ll
diff --git a/src/LLVM/test/CodeGen/ARM/vtbl.ll b/third_party/LLVM/test/CodeGen/ARM/vtbl.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/vtbl.ll
rename to third_party/LLVM/test/CodeGen/ARM/vtbl.ll
diff --git a/src/LLVM/test/CodeGen/ARM/vtrn.ll b/third_party/LLVM/test/CodeGen/ARM/vtrn.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/vtrn.ll
rename to third_party/LLVM/test/CodeGen/ARM/vtrn.ll
diff --git a/src/LLVM/test/CodeGen/ARM/vuzp.ll b/third_party/LLVM/test/CodeGen/ARM/vuzp.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/vuzp.ll
rename to third_party/LLVM/test/CodeGen/ARM/vuzp.ll
diff --git a/src/LLVM/test/CodeGen/ARM/vzip.ll b/third_party/LLVM/test/CodeGen/ARM/vzip.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/vzip.ll
rename to third_party/LLVM/test/CodeGen/ARM/vzip.ll
diff --git a/src/LLVM/test/CodeGen/ARM/weak.ll b/third_party/LLVM/test/CodeGen/ARM/weak.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/weak.ll
rename to third_party/LLVM/test/CodeGen/ARM/weak.ll
diff --git a/src/LLVM/test/CodeGen/ARM/weak2.ll b/third_party/LLVM/test/CodeGen/ARM/weak2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/weak2.ll
rename to third_party/LLVM/test/CodeGen/ARM/weak2.ll
diff --git a/src/LLVM/test/CodeGen/ARM/widen-vmovs.ll b/third_party/LLVM/test/CodeGen/ARM/widen-vmovs.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/ARM/widen-vmovs.ll
rename to third_party/LLVM/test/CodeGen/ARM/widen-vmovs.ll
diff --git a/src/LLVM/test/CodeGen/Alpha/2005-12-12-MissingFCMov.ll b/third_party/LLVM/test/CodeGen/Alpha/2005-12-12-MissingFCMov.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Alpha/2005-12-12-MissingFCMov.ll
rename to third_party/LLVM/test/CodeGen/Alpha/2005-12-12-MissingFCMov.ll
diff --git a/src/LLVM/test/CodeGen/Alpha/2006-01-18-MissedGlobal.ll b/third_party/LLVM/test/CodeGen/Alpha/2006-01-18-MissedGlobal.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Alpha/2006-01-18-MissedGlobal.ll
rename to third_party/LLVM/test/CodeGen/Alpha/2006-01-18-MissedGlobal.ll
diff --git a/src/LLVM/test/CodeGen/Alpha/2006-01-26-VaargBreak.ll b/third_party/LLVM/test/CodeGen/Alpha/2006-01-26-VaargBreak.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Alpha/2006-01-26-VaargBreak.ll
rename to third_party/LLVM/test/CodeGen/Alpha/2006-01-26-VaargBreak.ll
diff --git a/src/LLVM/test/CodeGen/Alpha/2006-04-04-zextload.ll b/third_party/LLVM/test/CodeGen/Alpha/2006-04-04-zextload.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Alpha/2006-04-04-zextload.ll
rename to third_party/LLVM/test/CodeGen/Alpha/2006-04-04-zextload.ll
diff --git a/src/LLVM/test/CodeGen/Alpha/2006-07-03-ASMFormalLowering.ll b/third_party/LLVM/test/CodeGen/Alpha/2006-07-03-ASMFormalLowering.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Alpha/2006-07-03-ASMFormalLowering.ll
rename to third_party/LLVM/test/CodeGen/Alpha/2006-07-03-ASMFormalLowering.ll
diff --git a/src/LLVM/test/CodeGen/Alpha/2006-11-01-vastart.ll b/third_party/LLVM/test/CodeGen/Alpha/2006-11-01-vastart.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Alpha/2006-11-01-vastart.ll
rename to third_party/LLVM/test/CodeGen/Alpha/2006-11-01-vastart.ll
diff --git a/src/LLVM/test/CodeGen/Alpha/2007-11-27-mulneg3.ll b/third_party/LLVM/test/CodeGen/Alpha/2007-11-27-mulneg3.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Alpha/2007-11-27-mulneg3.ll
rename to third_party/LLVM/test/CodeGen/Alpha/2007-11-27-mulneg3.ll
diff --git a/src/LLVM/test/CodeGen/Alpha/2008-11-10-smul_lohi.ll b/third_party/LLVM/test/CodeGen/Alpha/2008-11-10-smul_lohi.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Alpha/2008-11-10-smul_lohi.ll
rename to third_party/LLVM/test/CodeGen/Alpha/2008-11-10-smul_lohi.ll
diff --git a/src/LLVM/test/CodeGen/Alpha/2008-11-12-Add128.ll b/third_party/LLVM/test/CodeGen/Alpha/2008-11-12-Add128.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Alpha/2008-11-12-Add128.ll
rename to third_party/LLVM/test/CodeGen/Alpha/2008-11-12-Add128.ll
diff --git a/src/LLVM/test/CodeGen/Alpha/2009-07-16-PromoteFloatCompare.ll b/third_party/LLVM/test/CodeGen/Alpha/2009-07-16-PromoteFloatCompare.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Alpha/2009-07-16-PromoteFloatCompare.ll
rename to third_party/LLVM/test/CodeGen/Alpha/2009-07-16-PromoteFloatCompare.ll
diff --git a/src/LLVM/test/CodeGen/Alpha/2010-04-07-DbgValueOtherTargets.ll b/third_party/LLVM/test/CodeGen/Alpha/2010-04-07-DbgValueOtherTargets.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Alpha/2010-04-07-DbgValueOtherTargets.ll
rename to third_party/LLVM/test/CodeGen/Alpha/2010-04-07-DbgValueOtherTargets.ll
diff --git a/src/LLVM/test/CodeGen/Alpha/2010-08-01-mulreduce64.ll b/third_party/LLVM/test/CodeGen/Alpha/2010-08-01-mulreduce64.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Alpha/2010-08-01-mulreduce64.ll
rename to third_party/LLVM/test/CodeGen/Alpha/2010-08-01-mulreduce64.ll
diff --git a/src/LLVM/test/CodeGen/Alpha/add.ll b/third_party/LLVM/test/CodeGen/Alpha/add.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Alpha/add.ll
rename to third_party/LLVM/test/CodeGen/Alpha/add.ll
diff --git a/src/LLVM/test/CodeGen/Alpha/add128.ll b/third_party/LLVM/test/CodeGen/Alpha/add128.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Alpha/add128.ll
rename to third_party/LLVM/test/CodeGen/Alpha/add128.ll
diff --git a/src/LLVM/test/CodeGen/Alpha/bic.ll b/third_party/LLVM/test/CodeGen/Alpha/bic.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Alpha/bic.ll
rename to third_party/LLVM/test/CodeGen/Alpha/bic.ll
diff --git a/src/LLVM/test/CodeGen/Alpha/bsr.ll b/third_party/LLVM/test/CodeGen/Alpha/bsr.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Alpha/bsr.ll
rename to third_party/LLVM/test/CodeGen/Alpha/bsr.ll
diff --git a/src/LLVM/test/CodeGen/Alpha/call_adj.ll b/third_party/LLVM/test/CodeGen/Alpha/call_adj.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Alpha/call_adj.ll
rename to third_party/LLVM/test/CodeGen/Alpha/call_adj.ll
diff --git a/src/LLVM/test/CodeGen/Alpha/cmov.ll b/third_party/LLVM/test/CodeGen/Alpha/cmov.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Alpha/cmov.ll
rename to third_party/LLVM/test/CodeGen/Alpha/cmov.ll
diff --git a/src/LLVM/test/CodeGen/Alpha/cmpbge.ll b/third_party/LLVM/test/CodeGen/Alpha/cmpbge.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Alpha/cmpbge.ll
rename to third_party/LLVM/test/CodeGen/Alpha/cmpbge.ll
diff --git a/src/LLVM/test/CodeGen/Alpha/ctlz.ll b/third_party/LLVM/test/CodeGen/Alpha/ctlz.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Alpha/ctlz.ll
rename to third_party/LLVM/test/CodeGen/Alpha/ctlz.ll
diff --git a/src/LLVM/test/CodeGen/Alpha/ctlz_e.ll b/third_party/LLVM/test/CodeGen/Alpha/ctlz_e.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Alpha/ctlz_e.ll
rename to third_party/LLVM/test/CodeGen/Alpha/ctlz_e.ll
diff --git a/src/LLVM/test/CodeGen/Alpha/ctpop.ll b/third_party/LLVM/test/CodeGen/Alpha/ctpop.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Alpha/ctpop.ll
rename to third_party/LLVM/test/CodeGen/Alpha/ctpop.ll
diff --git a/src/LLVM/test/CodeGen/Alpha/dg.exp b/third_party/LLVM/test/CodeGen/Alpha/dg.exp
similarity index 100%
rename from src/LLVM/test/CodeGen/Alpha/dg.exp
rename to third_party/LLVM/test/CodeGen/Alpha/dg.exp
diff --git a/src/LLVM/test/CodeGen/Alpha/eqv.ll b/third_party/LLVM/test/CodeGen/Alpha/eqv.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Alpha/eqv.ll
rename to third_party/LLVM/test/CodeGen/Alpha/eqv.ll
diff --git a/src/LLVM/test/CodeGen/Alpha/i32_sub_1.ll b/third_party/LLVM/test/CodeGen/Alpha/i32_sub_1.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Alpha/i32_sub_1.ll
rename to third_party/LLVM/test/CodeGen/Alpha/i32_sub_1.ll
diff --git a/src/LLVM/test/CodeGen/Alpha/illegal-element-type.ll b/third_party/LLVM/test/CodeGen/Alpha/illegal-element-type.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Alpha/illegal-element-type.ll
rename to third_party/LLVM/test/CodeGen/Alpha/illegal-element-type.ll
diff --git a/src/LLVM/test/CodeGen/Alpha/jmp_table.ll b/third_party/LLVM/test/CodeGen/Alpha/jmp_table.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Alpha/jmp_table.ll
rename to third_party/LLVM/test/CodeGen/Alpha/jmp_table.ll
diff --git a/src/LLVM/test/CodeGen/Alpha/mb.ll b/third_party/LLVM/test/CodeGen/Alpha/mb.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Alpha/mb.ll
rename to third_party/LLVM/test/CodeGen/Alpha/mb.ll
diff --git a/src/LLVM/test/CodeGen/Alpha/mul128.ll b/third_party/LLVM/test/CodeGen/Alpha/mul128.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Alpha/mul128.ll
rename to third_party/LLVM/test/CodeGen/Alpha/mul128.ll
diff --git a/src/LLVM/test/CodeGen/Alpha/mul5.ll b/third_party/LLVM/test/CodeGen/Alpha/mul5.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Alpha/mul5.ll
rename to third_party/LLVM/test/CodeGen/Alpha/mul5.ll
diff --git a/src/LLVM/test/CodeGen/Alpha/neg1.ll b/third_party/LLVM/test/CodeGen/Alpha/neg1.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Alpha/neg1.ll
rename to third_party/LLVM/test/CodeGen/Alpha/neg1.ll
diff --git a/src/LLVM/test/CodeGen/Alpha/not.ll b/third_party/LLVM/test/CodeGen/Alpha/not.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Alpha/not.ll
rename to third_party/LLVM/test/CodeGen/Alpha/not.ll
diff --git a/src/LLVM/test/CodeGen/Alpha/ornot.ll b/third_party/LLVM/test/CodeGen/Alpha/ornot.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Alpha/ornot.ll
rename to third_party/LLVM/test/CodeGen/Alpha/ornot.ll
diff --git a/src/LLVM/test/CodeGen/Alpha/private.ll b/third_party/LLVM/test/CodeGen/Alpha/private.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Alpha/private.ll
rename to third_party/LLVM/test/CodeGen/Alpha/private.ll
diff --git a/src/LLVM/test/CodeGen/Alpha/rpcc.ll b/third_party/LLVM/test/CodeGen/Alpha/rpcc.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Alpha/rpcc.ll
rename to third_party/LLVM/test/CodeGen/Alpha/rpcc.ll
diff --git a/src/LLVM/test/CodeGen/Alpha/srl_and.ll b/third_party/LLVM/test/CodeGen/Alpha/srl_and.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Alpha/srl_and.ll
rename to third_party/LLVM/test/CodeGen/Alpha/srl_and.ll
diff --git a/src/LLVM/test/CodeGen/Alpha/sub128.ll b/third_party/LLVM/test/CodeGen/Alpha/sub128.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Alpha/sub128.ll
rename to third_party/LLVM/test/CodeGen/Alpha/sub128.ll
diff --git a/src/LLVM/test/CodeGen/Alpha/weak.ll b/third_party/LLVM/test/CodeGen/Alpha/weak.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Alpha/weak.ll
rename to third_party/LLVM/test/CodeGen/Alpha/weak.ll
diff --git a/src/LLVM/test/CodeGen/Alpha/zapnot.ll b/third_party/LLVM/test/CodeGen/Alpha/zapnot.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Alpha/zapnot.ll
rename to third_party/LLVM/test/CodeGen/Alpha/zapnot.ll
diff --git a/src/LLVM/test/CodeGen/Alpha/zapnot2.ll b/third_party/LLVM/test/CodeGen/Alpha/zapnot2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Alpha/zapnot2.ll
rename to third_party/LLVM/test/CodeGen/Alpha/zapnot2.ll
diff --git a/src/LLVM/test/CodeGen/Alpha/zapnot3.ll b/third_party/LLVM/test/CodeGen/Alpha/zapnot3.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Alpha/zapnot3.ll
rename to third_party/LLVM/test/CodeGen/Alpha/zapnot3.ll
diff --git a/src/LLVM/test/CodeGen/Alpha/zapnot4.ll b/third_party/LLVM/test/CodeGen/Alpha/zapnot4.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Alpha/zapnot4.ll
rename to third_party/LLVM/test/CodeGen/Alpha/zapnot4.ll
diff --git a/src/LLVM/test/CodeGen/Blackfin/2009-08-04-LowerExtract-Live.ll b/third_party/LLVM/test/CodeGen/Blackfin/2009-08-04-LowerExtract-Live.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Blackfin/2009-08-04-LowerExtract-Live.ll
rename to third_party/LLVM/test/CodeGen/Blackfin/2009-08-04-LowerExtract-Live.ll
diff --git a/src/LLVM/test/CodeGen/Blackfin/2009-08-11-RegScavenger-CSR.ll b/third_party/LLVM/test/CodeGen/Blackfin/2009-08-11-RegScavenger-CSR.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Blackfin/2009-08-11-RegScavenger-CSR.ll
rename to third_party/LLVM/test/CodeGen/Blackfin/2009-08-11-RegScavenger-CSR.ll
diff --git a/src/LLVM/test/CodeGen/Blackfin/2009-08-15-LiveIn-SubReg.ll b/third_party/LLVM/test/CodeGen/Blackfin/2009-08-15-LiveIn-SubReg.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Blackfin/2009-08-15-LiveIn-SubReg.ll
rename to third_party/LLVM/test/CodeGen/Blackfin/2009-08-15-LiveIn-SubReg.ll
diff --git a/src/LLVM/test/CodeGen/Blackfin/2009-08-15-MissingDead.ll b/third_party/LLVM/test/CodeGen/Blackfin/2009-08-15-MissingDead.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Blackfin/2009-08-15-MissingDead.ll
rename to third_party/LLVM/test/CodeGen/Blackfin/2009-08-15-MissingDead.ll
diff --git a/src/LLVM/test/CodeGen/Blackfin/2009-08-15-SetCC-Undef.ll b/third_party/LLVM/test/CodeGen/Blackfin/2009-08-15-SetCC-Undef.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Blackfin/2009-08-15-SetCC-Undef.ll
rename to third_party/LLVM/test/CodeGen/Blackfin/2009-08-15-SetCC-Undef.ll
diff --git a/src/LLVM/test/CodeGen/Blackfin/add-overflow.ll b/third_party/LLVM/test/CodeGen/Blackfin/add-overflow.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Blackfin/add-overflow.ll
rename to third_party/LLVM/test/CodeGen/Blackfin/add-overflow.ll
diff --git a/src/LLVM/test/CodeGen/Blackfin/add.ll b/third_party/LLVM/test/CodeGen/Blackfin/add.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Blackfin/add.ll
rename to third_party/LLVM/test/CodeGen/Blackfin/add.ll
diff --git a/src/LLVM/test/CodeGen/Blackfin/addsub-i128.ll b/third_party/LLVM/test/CodeGen/Blackfin/addsub-i128.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Blackfin/addsub-i128.ll
rename to third_party/LLVM/test/CodeGen/Blackfin/addsub-i128.ll
diff --git a/src/LLVM/test/CodeGen/Blackfin/basic-i1.ll b/third_party/LLVM/test/CodeGen/Blackfin/basic-i1.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Blackfin/basic-i1.ll
rename to third_party/LLVM/test/CodeGen/Blackfin/basic-i1.ll
diff --git a/src/LLVM/test/CodeGen/Blackfin/basic-i16.ll b/third_party/LLVM/test/CodeGen/Blackfin/basic-i16.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Blackfin/basic-i16.ll
rename to third_party/LLVM/test/CodeGen/Blackfin/basic-i16.ll
diff --git a/src/LLVM/test/CodeGen/Blackfin/basic-i32.ll b/third_party/LLVM/test/CodeGen/Blackfin/basic-i32.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Blackfin/basic-i32.ll
rename to third_party/LLVM/test/CodeGen/Blackfin/basic-i32.ll
diff --git a/src/LLVM/test/CodeGen/Blackfin/basic-i64.ll b/third_party/LLVM/test/CodeGen/Blackfin/basic-i64.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Blackfin/basic-i64.ll
rename to third_party/LLVM/test/CodeGen/Blackfin/basic-i64.ll
diff --git a/src/LLVM/test/CodeGen/Blackfin/basic-i8.ll b/third_party/LLVM/test/CodeGen/Blackfin/basic-i8.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Blackfin/basic-i8.ll
rename to third_party/LLVM/test/CodeGen/Blackfin/basic-i8.ll
diff --git a/src/LLVM/test/CodeGen/Blackfin/basictest.ll b/third_party/LLVM/test/CodeGen/Blackfin/basictest.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Blackfin/basictest.ll
rename to third_party/LLVM/test/CodeGen/Blackfin/basictest.ll
diff --git a/src/LLVM/test/CodeGen/Blackfin/cmp-small-imm.ll b/third_party/LLVM/test/CodeGen/Blackfin/cmp-small-imm.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Blackfin/cmp-small-imm.ll
rename to third_party/LLVM/test/CodeGen/Blackfin/cmp-small-imm.ll
diff --git a/src/LLVM/test/CodeGen/Blackfin/cmp64.ll b/third_party/LLVM/test/CodeGen/Blackfin/cmp64.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Blackfin/cmp64.ll
rename to third_party/LLVM/test/CodeGen/Blackfin/cmp64.ll
diff --git a/src/LLVM/test/CodeGen/Blackfin/ct32.ll b/third_party/LLVM/test/CodeGen/Blackfin/ct32.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Blackfin/ct32.ll
rename to third_party/LLVM/test/CodeGen/Blackfin/ct32.ll
diff --git a/src/LLVM/test/CodeGen/Blackfin/ct64.ll b/third_party/LLVM/test/CodeGen/Blackfin/ct64.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Blackfin/ct64.ll
rename to third_party/LLVM/test/CodeGen/Blackfin/ct64.ll
diff --git a/src/LLVM/test/CodeGen/Blackfin/ctlz16.ll b/third_party/LLVM/test/CodeGen/Blackfin/ctlz16.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Blackfin/ctlz16.ll
rename to third_party/LLVM/test/CodeGen/Blackfin/ctlz16.ll
diff --git a/src/LLVM/test/CodeGen/Blackfin/ctlz64.ll b/third_party/LLVM/test/CodeGen/Blackfin/ctlz64.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Blackfin/ctlz64.ll
rename to third_party/LLVM/test/CodeGen/Blackfin/ctlz64.ll
diff --git a/src/LLVM/test/CodeGen/Blackfin/ctpop16.ll b/third_party/LLVM/test/CodeGen/Blackfin/ctpop16.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Blackfin/ctpop16.ll
rename to third_party/LLVM/test/CodeGen/Blackfin/ctpop16.ll
diff --git a/src/LLVM/test/CodeGen/Blackfin/cttz16.ll b/third_party/LLVM/test/CodeGen/Blackfin/cttz16.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Blackfin/cttz16.ll
rename to third_party/LLVM/test/CodeGen/Blackfin/cttz16.ll
diff --git a/src/LLVM/test/CodeGen/Blackfin/cycles.ll b/third_party/LLVM/test/CodeGen/Blackfin/cycles.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Blackfin/cycles.ll
rename to third_party/LLVM/test/CodeGen/Blackfin/cycles.ll
diff --git a/src/LLVM/test/CodeGen/Blackfin/dg.exp b/third_party/LLVM/test/CodeGen/Blackfin/dg.exp
similarity index 100%
rename from src/LLVM/test/CodeGen/Blackfin/dg.exp
rename to third_party/LLVM/test/CodeGen/Blackfin/dg.exp
diff --git a/src/LLVM/test/CodeGen/Blackfin/double-cast.ll b/third_party/LLVM/test/CodeGen/Blackfin/double-cast.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Blackfin/double-cast.ll
rename to third_party/LLVM/test/CodeGen/Blackfin/double-cast.ll
diff --git a/src/LLVM/test/CodeGen/Blackfin/frameindex.ll b/third_party/LLVM/test/CodeGen/Blackfin/frameindex.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Blackfin/frameindex.ll
rename to third_party/LLVM/test/CodeGen/Blackfin/frameindex.ll
diff --git a/src/LLVM/test/CodeGen/Blackfin/i17mem.ll b/third_party/LLVM/test/CodeGen/Blackfin/i17mem.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Blackfin/i17mem.ll
rename to third_party/LLVM/test/CodeGen/Blackfin/i17mem.ll
diff --git a/src/LLVM/test/CodeGen/Blackfin/i1mem.ll b/third_party/LLVM/test/CodeGen/Blackfin/i1mem.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Blackfin/i1mem.ll
rename to third_party/LLVM/test/CodeGen/Blackfin/i1mem.ll
diff --git a/src/LLVM/test/CodeGen/Blackfin/i1ops.ll b/third_party/LLVM/test/CodeGen/Blackfin/i1ops.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Blackfin/i1ops.ll
rename to third_party/LLVM/test/CodeGen/Blackfin/i1ops.ll
diff --git a/src/LLVM/test/CodeGen/Blackfin/i216mem.ll b/third_party/LLVM/test/CodeGen/Blackfin/i216mem.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Blackfin/i216mem.ll
rename to third_party/LLVM/test/CodeGen/Blackfin/i216mem.ll
diff --git a/src/LLVM/test/CodeGen/Blackfin/i248mem.ll b/third_party/LLVM/test/CodeGen/Blackfin/i248mem.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Blackfin/i248mem.ll
rename to third_party/LLVM/test/CodeGen/Blackfin/i248mem.ll
diff --git a/src/LLVM/test/CodeGen/Blackfin/i256mem.ll b/third_party/LLVM/test/CodeGen/Blackfin/i256mem.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Blackfin/i256mem.ll
rename to third_party/LLVM/test/CodeGen/Blackfin/i256mem.ll
diff --git a/src/LLVM/test/CodeGen/Blackfin/i256param.ll b/third_party/LLVM/test/CodeGen/Blackfin/i256param.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Blackfin/i256param.ll
rename to third_party/LLVM/test/CodeGen/Blackfin/i256param.ll
diff --git a/src/LLVM/test/CodeGen/Blackfin/i56param.ll b/third_party/LLVM/test/CodeGen/Blackfin/i56param.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Blackfin/i56param.ll
rename to third_party/LLVM/test/CodeGen/Blackfin/i56param.ll
diff --git a/src/LLVM/test/CodeGen/Blackfin/i8mem.ll b/third_party/LLVM/test/CodeGen/Blackfin/i8mem.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Blackfin/i8mem.ll
rename to third_party/LLVM/test/CodeGen/Blackfin/i8mem.ll
diff --git a/src/LLVM/test/CodeGen/Blackfin/inline-asm.ll b/third_party/LLVM/test/CodeGen/Blackfin/inline-asm.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Blackfin/inline-asm.ll
rename to third_party/LLVM/test/CodeGen/Blackfin/inline-asm.ll
diff --git a/src/LLVM/test/CodeGen/Blackfin/int-setcc.ll b/third_party/LLVM/test/CodeGen/Blackfin/int-setcc.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Blackfin/int-setcc.ll
rename to third_party/LLVM/test/CodeGen/Blackfin/int-setcc.ll
diff --git a/src/LLVM/test/CodeGen/Blackfin/invalid-apint.ll b/third_party/LLVM/test/CodeGen/Blackfin/invalid-apint.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Blackfin/invalid-apint.ll
rename to third_party/LLVM/test/CodeGen/Blackfin/invalid-apint.ll
diff --git a/src/LLVM/test/CodeGen/Blackfin/jumptable.ll b/third_party/LLVM/test/CodeGen/Blackfin/jumptable.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Blackfin/jumptable.ll
rename to third_party/LLVM/test/CodeGen/Blackfin/jumptable.ll
diff --git a/src/LLVM/test/CodeGen/Blackfin/large-switch.ll b/third_party/LLVM/test/CodeGen/Blackfin/large-switch.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Blackfin/large-switch.ll
rename to third_party/LLVM/test/CodeGen/Blackfin/large-switch.ll
diff --git a/src/LLVM/test/CodeGen/Blackfin/load-i16.ll b/third_party/LLVM/test/CodeGen/Blackfin/load-i16.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Blackfin/load-i16.ll
rename to third_party/LLVM/test/CodeGen/Blackfin/load-i16.ll
diff --git a/src/LLVM/test/CodeGen/Blackfin/logic-i16.ll b/third_party/LLVM/test/CodeGen/Blackfin/logic-i16.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Blackfin/logic-i16.ll
rename to third_party/LLVM/test/CodeGen/Blackfin/logic-i16.ll
diff --git a/src/LLVM/test/CodeGen/Blackfin/many-args.ll b/third_party/LLVM/test/CodeGen/Blackfin/many-args.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Blackfin/many-args.ll
rename to third_party/LLVM/test/CodeGen/Blackfin/many-args.ll
diff --git a/src/LLVM/test/CodeGen/Blackfin/mulhu.ll b/third_party/LLVM/test/CodeGen/Blackfin/mulhu.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Blackfin/mulhu.ll
rename to third_party/LLVM/test/CodeGen/Blackfin/mulhu.ll
diff --git a/src/LLVM/test/CodeGen/Blackfin/printf.ll b/third_party/LLVM/test/CodeGen/Blackfin/printf.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Blackfin/printf.ll
rename to third_party/LLVM/test/CodeGen/Blackfin/printf.ll
diff --git a/src/LLVM/test/CodeGen/Blackfin/printf2.ll b/third_party/LLVM/test/CodeGen/Blackfin/printf2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Blackfin/printf2.ll
rename to third_party/LLVM/test/CodeGen/Blackfin/printf2.ll
diff --git a/src/LLVM/test/CodeGen/Blackfin/promote-logic.ll b/third_party/LLVM/test/CodeGen/Blackfin/promote-logic.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Blackfin/promote-logic.ll
rename to third_party/LLVM/test/CodeGen/Blackfin/promote-logic.ll
diff --git a/src/LLVM/test/CodeGen/Blackfin/promote-setcc.ll b/third_party/LLVM/test/CodeGen/Blackfin/promote-setcc.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Blackfin/promote-setcc.ll
rename to third_party/LLVM/test/CodeGen/Blackfin/promote-setcc.ll
diff --git a/src/LLVM/test/CodeGen/Blackfin/sdiv.ll b/third_party/LLVM/test/CodeGen/Blackfin/sdiv.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Blackfin/sdiv.ll
rename to third_party/LLVM/test/CodeGen/Blackfin/sdiv.ll
diff --git a/src/LLVM/test/CodeGen/Blackfin/simple-select.ll b/third_party/LLVM/test/CodeGen/Blackfin/simple-select.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Blackfin/simple-select.ll
rename to third_party/LLVM/test/CodeGen/Blackfin/simple-select.ll
diff --git a/src/LLVM/test/CodeGen/Blackfin/switch.ll b/third_party/LLVM/test/CodeGen/Blackfin/switch.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Blackfin/switch.ll
rename to third_party/LLVM/test/CodeGen/Blackfin/switch.ll
diff --git a/src/LLVM/test/CodeGen/Blackfin/switch2.ll b/third_party/LLVM/test/CodeGen/Blackfin/switch2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Blackfin/switch2.ll
rename to third_party/LLVM/test/CodeGen/Blackfin/switch2.ll
diff --git a/src/LLVM/test/CodeGen/Blackfin/sync-intr.ll b/third_party/LLVM/test/CodeGen/Blackfin/sync-intr.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Blackfin/sync-intr.ll
rename to third_party/LLVM/test/CodeGen/Blackfin/sync-intr.ll
diff --git a/src/LLVM/test/CodeGen/CBackend/2002-05-16-NameCollide.ll b/third_party/LLVM/test/CodeGen/CBackend/2002-05-16-NameCollide.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CBackend/2002-05-16-NameCollide.ll
rename to third_party/LLVM/test/CodeGen/CBackend/2002-05-16-NameCollide.ll
diff --git a/src/LLVM/test/CodeGen/CBackend/2002-05-21-MissingReturn.ll b/third_party/LLVM/test/CodeGen/CBackend/2002-05-21-MissingReturn.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CBackend/2002-05-21-MissingReturn.ll
rename to third_party/LLVM/test/CodeGen/CBackend/2002-05-21-MissingReturn.ll
diff --git a/src/LLVM/test/CodeGen/CBackend/2002-08-19-ConstPointerRef.ll b/third_party/LLVM/test/CodeGen/CBackend/2002-08-19-ConstPointerRef.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CBackend/2002-08-19-ConstPointerRef.ll
rename to third_party/LLVM/test/CodeGen/CBackend/2002-08-19-ConstPointerRef.ll
diff --git a/src/LLVM/test/CodeGen/CBackend/2002-08-19-ConstantExpr.ll b/third_party/LLVM/test/CodeGen/CBackend/2002-08-19-ConstantExpr.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CBackend/2002-08-19-ConstantExpr.ll
rename to third_party/LLVM/test/CodeGen/CBackend/2002-08-19-ConstantExpr.ll
diff --git a/src/LLVM/test/CodeGen/CBackend/2002-08-19-DataPointer.ll b/third_party/LLVM/test/CodeGen/CBackend/2002-08-19-DataPointer.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CBackend/2002-08-19-DataPointer.ll
rename to third_party/LLVM/test/CodeGen/CBackend/2002-08-19-DataPointer.ll
diff --git a/src/LLVM/test/CodeGen/CBackend/2002-08-19-FunctionPointer.ll b/third_party/LLVM/test/CodeGen/CBackend/2002-08-19-FunctionPointer.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CBackend/2002-08-19-FunctionPointer.ll
rename to third_party/LLVM/test/CodeGen/CBackend/2002-08-19-FunctionPointer.ll
diff --git a/src/LLVM/test/CodeGen/CBackend/2002-08-19-HardConstantExpr.ll b/third_party/LLVM/test/CodeGen/CBackend/2002-08-19-HardConstantExpr.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CBackend/2002-08-19-HardConstantExpr.ll
rename to third_party/LLVM/test/CodeGen/CBackend/2002-08-19-HardConstantExpr.ll
diff --git a/src/LLVM/test/CodeGen/CBackend/2002-08-20-UnnamedArgument.ll b/third_party/LLVM/test/CodeGen/CBackend/2002-08-20-UnnamedArgument.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CBackend/2002-08-20-UnnamedArgument.ll
rename to third_party/LLVM/test/CodeGen/CBackend/2002-08-20-UnnamedArgument.ll
diff --git a/src/LLVM/test/CodeGen/CBackend/2002-08-26-IndirectCallTest.ll b/third_party/LLVM/test/CodeGen/CBackend/2002-08-26-IndirectCallTest.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CBackend/2002-08-26-IndirectCallTest.ll
rename to third_party/LLVM/test/CodeGen/CBackend/2002-08-26-IndirectCallTest.ll
diff --git a/src/LLVM/test/CodeGen/CBackend/2002-08-30-StructureOrderingTest.ll b/third_party/LLVM/test/CodeGen/CBackend/2002-08-30-StructureOrderingTest.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CBackend/2002-08-30-StructureOrderingTest.ll
rename to third_party/LLVM/test/CodeGen/CBackend/2002-08-30-StructureOrderingTest.ll
diff --git a/src/LLVM/test/CodeGen/CBackend/2002-09-20-ArrayTypeFailure.ll b/third_party/LLVM/test/CodeGen/CBackend/2002-09-20-ArrayTypeFailure.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CBackend/2002-09-20-ArrayTypeFailure.ll
rename to third_party/LLVM/test/CodeGen/CBackend/2002-09-20-ArrayTypeFailure.ll
diff --git a/src/LLVM/test/CodeGen/CBackend/2002-09-20-VarArgPrototypes.ll b/third_party/LLVM/test/CodeGen/CBackend/2002-09-20-VarArgPrototypes.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CBackend/2002-09-20-VarArgPrototypes.ll
rename to third_party/LLVM/test/CodeGen/CBackend/2002-09-20-VarArgPrototypes.ll
diff --git a/src/LLVM/test/CodeGen/CBackend/2002-10-16-External.ll b/third_party/LLVM/test/CodeGen/CBackend/2002-10-16-External.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CBackend/2002-10-16-External.ll
rename to third_party/LLVM/test/CodeGen/CBackend/2002-10-16-External.ll
diff --git a/src/LLVM/test/CodeGen/CBackend/2002-11-06-PrintEscaped.ll b/third_party/LLVM/test/CodeGen/CBackend/2002-11-06-PrintEscaped.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CBackend/2002-11-06-PrintEscaped.ll
rename to third_party/LLVM/test/CodeGen/CBackend/2002-11-06-PrintEscaped.ll
diff --git a/src/LLVM/test/CodeGen/CBackend/2003-05-12-IntegerSizeWarning.ll b/third_party/LLVM/test/CodeGen/CBackend/2003-05-12-IntegerSizeWarning.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CBackend/2003-05-12-IntegerSizeWarning.ll
rename to third_party/LLVM/test/CodeGen/CBackend/2003-05-12-IntegerSizeWarning.ll
diff --git a/src/LLVM/test/CodeGen/CBackend/2003-05-13-VarArgFunction.ll b/third_party/LLVM/test/CodeGen/CBackend/2003-05-13-VarArgFunction.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CBackend/2003-05-13-VarArgFunction.ll
rename to third_party/LLVM/test/CodeGen/CBackend/2003-05-13-VarArgFunction.ll
diff --git a/src/LLVM/test/CodeGen/CBackend/2003-05-31-MissingStructName.ll b/third_party/LLVM/test/CodeGen/CBackend/2003-05-31-MissingStructName.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CBackend/2003-05-31-MissingStructName.ll
rename to third_party/LLVM/test/CodeGen/CBackend/2003-05-31-MissingStructName.ll
diff --git a/src/LLVM/test/CodeGen/CBackend/2003-06-01-NullPointerType.ll b/third_party/LLVM/test/CodeGen/CBackend/2003-06-01-NullPointerType.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CBackend/2003-06-01-NullPointerType.ll
rename to third_party/LLVM/test/CodeGen/CBackend/2003-06-01-NullPointerType.ll
diff --git a/src/LLVM/test/CodeGen/CBackend/2003-06-11-HexConstant.ll b/third_party/LLVM/test/CodeGen/CBackend/2003-06-11-HexConstant.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CBackend/2003-06-11-HexConstant.ll
rename to third_party/LLVM/test/CodeGen/CBackend/2003-06-11-HexConstant.ll
diff --git a/src/LLVM/test/CodeGen/CBackend/2003-06-11-LiteralStringProblem.ll b/third_party/LLVM/test/CodeGen/CBackend/2003-06-11-LiteralStringProblem.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CBackend/2003-06-11-LiteralStringProblem.ll
rename to third_party/LLVM/test/CodeGen/CBackend/2003-06-11-LiteralStringProblem.ll
diff --git a/src/LLVM/test/CodeGen/CBackend/2003-06-28-InvokeSupport.ll b/third_party/LLVM/test/CodeGen/CBackend/2003-06-28-InvokeSupport.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CBackend/2003-06-28-InvokeSupport.ll
rename to third_party/LLVM/test/CodeGen/CBackend/2003-06-28-InvokeSupport.ll
diff --git a/src/LLVM/test/CodeGen/CBackend/2003-06-28-LinkOnceGlobalVars.ll b/third_party/LLVM/test/CodeGen/CBackend/2003-06-28-LinkOnceGlobalVars.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CBackend/2003-06-28-LinkOnceGlobalVars.ll
rename to third_party/LLVM/test/CodeGen/CBackend/2003-06-28-LinkOnceGlobalVars.ll
diff --git a/src/LLVM/test/CodeGen/CBackend/2003-10-12-NANGlobalInits.ll b/third_party/LLVM/test/CodeGen/CBackend/2003-10-12-NANGlobalInits.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CBackend/2003-10-12-NANGlobalInits.ll
rename to third_party/LLVM/test/CodeGen/CBackend/2003-10-12-NANGlobalInits.ll
diff --git a/src/LLVM/test/CodeGen/CBackend/2003-10-23-UnusedType.ll b/third_party/LLVM/test/CodeGen/CBackend/2003-10-23-UnusedType.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CBackend/2003-10-23-UnusedType.ll
rename to third_party/LLVM/test/CodeGen/CBackend/2003-10-23-UnusedType.ll
diff --git a/src/LLVM/test/CodeGen/CBackend/2003-10-28-CastToPtrToStruct.ll b/third_party/LLVM/test/CodeGen/CBackend/2003-10-28-CastToPtrToStruct.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CBackend/2003-10-28-CastToPtrToStruct.ll
rename to third_party/LLVM/test/CodeGen/CBackend/2003-10-28-CastToPtrToStruct.ll
diff --git a/src/LLVM/test/CodeGen/CBackend/2003-11-21-ConstantShiftExpr.ll b/third_party/LLVM/test/CodeGen/CBackend/2003-11-21-ConstantShiftExpr.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CBackend/2003-11-21-ConstantShiftExpr.ll
rename to third_party/LLVM/test/CodeGen/CBackend/2003-11-21-ConstantShiftExpr.ll
diff --git a/src/LLVM/test/CodeGen/CBackend/2004-02-13-FrameReturnAddress.ll b/third_party/LLVM/test/CodeGen/CBackend/2004-02-13-FrameReturnAddress.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CBackend/2004-02-13-FrameReturnAddress.ll
rename to third_party/LLVM/test/CodeGen/CBackend/2004-02-13-FrameReturnAddress.ll
diff --git a/src/LLVM/test/CodeGen/CBackend/2004-02-15-PreexistingExternals.ll b/third_party/LLVM/test/CodeGen/CBackend/2004-02-15-PreexistingExternals.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CBackend/2004-02-15-PreexistingExternals.ll
rename to third_party/LLVM/test/CodeGen/CBackend/2004-02-15-PreexistingExternals.ll
diff --git a/src/LLVM/test/CodeGen/CBackend/2004-02-26-FPNotPrintableConstants.ll b/third_party/LLVM/test/CodeGen/CBackend/2004-02-26-FPNotPrintableConstants.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CBackend/2004-02-26-FPNotPrintableConstants.ll
rename to third_party/LLVM/test/CodeGen/CBackend/2004-02-26-FPNotPrintableConstants.ll
diff --git a/src/LLVM/test/CodeGen/CBackend/2004-02-26-LinkOnceFunctions.ll b/third_party/LLVM/test/CodeGen/CBackend/2004-02-26-LinkOnceFunctions.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CBackend/2004-02-26-LinkOnceFunctions.ll
rename to third_party/LLVM/test/CodeGen/CBackend/2004-02-26-LinkOnceFunctions.ll
diff --git a/src/LLVM/test/CodeGen/CBackend/2004-08-09-va-end-null.ll b/third_party/LLVM/test/CodeGen/CBackend/2004-08-09-va-end-null.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CBackend/2004-08-09-va-end-null.ll
rename to third_party/LLVM/test/CodeGen/CBackend/2004-08-09-va-end-null.ll
diff --git a/src/LLVM/test/CodeGen/CBackend/2004-11-13-FunctionPointerCast.ll b/third_party/LLVM/test/CodeGen/CBackend/2004-11-13-FunctionPointerCast.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CBackend/2004-11-13-FunctionPointerCast.ll
rename to third_party/LLVM/test/CodeGen/CBackend/2004-11-13-FunctionPointerCast.ll
diff --git a/src/LLVM/test/CodeGen/CBackend/2004-12-03-ExternStatics.ll b/third_party/LLVM/test/CodeGen/CBackend/2004-12-03-ExternStatics.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CBackend/2004-12-03-ExternStatics.ll
rename to third_party/LLVM/test/CodeGen/CBackend/2004-12-03-ExternStatics.ll
diff --git a/src/LLVM/test/CodeGen/CBackend/2004-12-28-LogicalConstantExprs.ll b/third_party/LLVM/test/CodeGen/CBackend/2004-12-28-LogicalConstantExprs.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CBackend/2004-12-28-LogicalConstantExprs.ll
rename to third_party/LLVM/test/CodeGen/CBackend/2004-12-28-LogicalConstantExprs.ll
diff --git a/src/LLVM/test/CodeGen/CBackend/2005-02-14-VolatileOperations.ll b/third_party/LLVM/test/CodeGen/CBackend/2005-02-14-VolatileOperations.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CBackend/2005-02-14-VolatileOperations.ll
rename to third_party/LLVM/test/CodeGen/CBackend/2005-02-14-VolatileOperations.ll
diff --git a/src/LLVM/test/CodeGen/CBackend/2005-07-14-NegationToMinusMinus.ll b/third_party/LLVM/test/CodeGen/CBackend/2005-07-14-NegationToMinusMinus.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CBackend/2005-07-14-NegationToMinusMinus.ll
rename to third_party/LLVM/test/CodeGen/CBackend/2005-07-14-NegationToMinusMinus.ll
diff --git a/src/LLVM/test/CodeGen/CBackend/2005-08-23-Fmod.ll b/third_party/LLVM/test/CodeGen/CBackend/2005-08-23-Fmod.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CBackend/2005-08-23-Fmod.ll
rename to third_party/LLVM/test/CodeGen/CBackend/2005-08-23-Fmod.ll
diff --git a/src/LLVM/test/CodeGen/CBackend/2005-09-27-VolatileFuncPtr.ll b/third_party/LLVM/test/CodeGen/CBackend/2005-09-27-VolatileFuncPtr.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CBackend/2005-09-27-VolatileFuncPtr.ll
rename to third_party/LLVM/test/CodeGen/CBackend/2005-09-27-VolatileFuncPtr.ll
diff --git a/src/LLVM/test/CodeGen/CBackend/2006-12-11-Float-Bitcast.ll b/third_party/LLVM/test/CodeGen/CBackend/2006-12-11-Float-Bitcast.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CBackend/2006-12-11-Float-Bitcast.ll
rename to third_party/LLVM/test/CodeGen/CBackend/2006-12-11-Float-Bitcast.ll
diff --git a/src/LLVM/test/CodeGen/CBackend/2007-01-08-ParamAttr-ICmp.ll b/third_party/LLVM/test/CodeGen/CBackend/2007-01-08-ParamAttr-ICmp.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CBackend/2007-01-08-ParamAttr-ICmp.ll
rename to third_party/LLVM/test/CodeGen/CBackend/2007-01-08-ParamAttr-ICmp.ll
diff --git a/src/LLVM/test/CodeGen/CBackend/2007-01-17-StackSaveNRestore.ll b/third_party/LLVM/test/CodeGen/CBackend/2007-01-17-StackSaveNRestore.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CBackend/2007-01-17-StackSaveNRestore.ll
rename to third_party/LLVM/test/CodeGen/CBackend/2007-01-17-StackSaveNRestore.ll
diff --git a/src/LLVM/test/CodeGen/CBackend/2007-02-05-memset.ll b/third_party/LLVM/test/CodeGen/CBackend/2007-02-05-memset.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CBackend/2007-02-05-memset.ll
rename to third_party/LLVM/test/CodeGen/CBackend/2007-02-05-memset.ll
diff --git a/src/LLVM/test/CodeGen/CBackend/2007-02-23-NameConflicts.ll b/third_party/LLVM/test/CodeGen/CBackend/2007-02-23-NameConflicts.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CBackend/2007-02-23-NameConflicts.ll
rename to third_party/LLVM/test/CodeGen/CBackend/2007-02-23-NameConflicts.ll
diff --git a/src/LLVM/test/CodeGen/CBackend/2007-07-11-PackedStruct.ll b/third_party/LLVM/test/CodeGen/CBackend/2007-07-11-PackedStruct.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CBackend/2007-07-11-PackedStruct.ll
rename to third_party/LLVM/test/CodeGen/CBackend/2007-07-11-PackedStruct.ll
diff --git a/src/LLVM/test/CodeGen/CBackend/2008-02-01-UnalignedLoadStore.ll b/third_party/LLVM/test/CodeGen/CBackend/2008-02-01-UnalignedLoadStore.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CBackend/2008-02-01-UnalignedLoadStore.ll
rename to third_party/LLVM/test/CodeGen/CBackend/2008-02-01-UnalignedLoadStore.ll
diff --git a/src/LLVM/test/CodeGen/CBackend/2008-05-31-BoolOverflow.ll b/third_party/LLVM/test/CodeGen/CBackend/2008-05-31-BoolOverflow.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CBackend/2008-05-31-BoolOverflow.ll
rename to third_party/LLVM/test/CodeGen/CBackend/2008-05-31-BoolOverflow.ll
diff --git a/src/LLVM/test/CodeGen/CBackend/2008-10-21-PPCLongDoubleConstant.ll b/third_party/LLVM/test/CodeGen/CBackend/2008-10-21-PPCLongDoubleConstant.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CBackend/2008-10-21-PPCLongDoubleConstant.ll
rename to third_party/LLVM/test/CodeGen/CBackend/2008-10-21-PPCLongDoubleConstant.ll
diff --git a/src/LLVM/test/CodeGen/CBackend/2011-06-08-addWithOverflow.ll b/third_party/LLVM/test/CodeGen/CBackend/2011-06-08-addWithOverflow.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CBackend/2011-06-08-addWithOverflow.ll
rename to third_party/LLVM/test/CodeGen/CBackend/2011-06-08-addWithOverflow.ll
diff --git a/src/LLVM/test/CodeGen/CBackend/X86/2008-06-04-IndirectMem.ll b/third_party/LLVM/test/CodeGen/CBackend/X86/2008-06-04-IndirectMem.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CBackend/X86/2008-06-04-IndirectMem.ll
rename to third_party/LLVM/test/CodeGen/CBackend/X86/2008-06-04-IndirectMem.ll
diff --git a/src/LLVM/test/CodeGen/CBackend/X86/dg.exp b/third_party/LLVM/test/CodeGen/CBackend/X86/dg.exp
similarity index 100%
rename from src/LLVM/test/CodeGen/CBackend/X86/dg.exp
rename to third_party/LLVM/test/CodeGen/CBackend/X86/dg.exp
diff --git a/src/LLVM/test/CodeGen/CBackend/dg.exp b/third_party/LLVM/test/CodeGen/CBackend/dg.exp
similarity index 100%
rename from src/LLVM/test/CodeGen/CBackend/dg.exp
rename to third_party/LLVM/test/CodeGen/CBackend/dg.exp
diff --git a/src/LLVM/test/CodeGen/CBackend/fneg.ll b/third_party/LLVM/test/CodeGen/CBackend/fneg.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CBackend/fneg.ll
rename to third_party/LLVM/test/CodeGen/CBackend/fneg.ll
diff --git a/src/LLVM/test/CodeGen/CBackend/pr2408.ll b/third_party/LLVM/test/CodeGen/CBackend/pr2408.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CBackend/pr2408.ll
rename to third_party/LLVM/test/CodeGen/CBackend/pr2408.ll
diff --git a/src/LLVM/test/CodeGen/CBackend/vectors.ll b/third_party/LLVM/test/CodeGen/CBackend/vectors.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CBackend/vectors.ll
rename to third_party/LLVM/test/CodeGen/CBackend/vectors.ll
diff --git a/src/LLVM/test/CodeGen/CPP/2007-06-16-Funcname.ll b/third_party/LLVM/test/CodeGen/CPP/2007-06-16-Funcname.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CPP/2007-06-16-Funcname.ll
rename to third_party/LLVM/test/CodeGen/CPP/2007-06-16-Funcname.ll
diff --git a/src/LLVM/test/CodeGen/CPP/2009-05-01-Long-Double.ll b/third_party/LLVM/test/CodeGen/CPP/2009-05-01-Long-Double.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CPP/2009-05-01-Long-Double.ll
rename to third_party/LLVM/test/CodeGen/CPP/2009-05-01-Long-Double.ll
diff --git a/src/LLVM/test/CodeGen/CPP/2009-05-04-CondBr.ll b/third_party/LLVM/test/CodeGen/CPP/2009-05-04-CondBr.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CPP/2009-05-04-CondBr.ll
rename to third_party/LLVM/test/CodeGen/CPP/2009-05-04-CondBr.ll
diff --git a/src/LLVM/test/CodeGen/CPP/dg.exp b/third_party/LLVM/test/CodeGen/CPP/dg.exp
similarity index 100%
rename from src/LLVM/test/CodeGen/CPP/dg.exp
rename to third_party/LLVM/test/CodeGen/CPP/dg.exp
diff --git a/src/LLVM/test/CodeGen/CellSPU/2009-01-01-BrCond.ll b/third_party/LLVM/test/CodeGen/CellSPU/2009-01-01-BrCond.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CellSPU/2009-01-01-BrCond.ll
rename to third_party/LLVM/test/CodeGen/CellSPU/2009-01-01-BrCond.ll
diff --git a/src/LLVM/test/CodeGen/CellSPU/2010-04-07-DbgValueOtherTargets.ll b/third_party/LLVM/test/CodeGen/CellSPU/2010-04-07-DbgValueOtherTargets.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CellSPU/2010-04-07-DbgValueOtherTargets.ll
rename to third_party/LLVM/test/CodeGen/CellSPU/2010-04-07-DbgValueOtherTargets.ll
diff --git a/src/LLVM/test/CodeGen/CellSPU/and_ops.ll b/third_party/LLVM/test/CodeGen/CellSPU/and_ops.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CellSPU/and_ops.ll
rename to third_party/LLVM/test/CodeGen/CellSPU/and_ops.ll
diff --git a/src/LLVM/test/CodeGen/CellSPU/arg_ret.ll b/third_party/LLVM/test/CodeGen/CellSPU/arg_ret.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CellSPU/arg_ret.ll
rename to third_party/LLVM/test/CodeGen/CellSPU/arg_ret.ll
diff --git a/src/LLVM/test/CodeGen/CellSPU/bigstack.ll b/third_party/LLVM/test/CodeGen/CellSPU/bigstack.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CellSPU/bigstack.ll
rename to third_party/LLVM/test/CodeGen/CellSPU/bigstack.ll
diff --git a/src/LLVM/test/CodeGen/CellSPU/bss.ll b/third_party/LLVM/test/CodeGen/CellSPU/bss.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CellSPU/bss.ll
rename to third_party/LLVM/test/CodeGen/CellSPU/bss.ll
diff --git a/src/LLVM/test/CodeGen/CellSPU/call.ll b/third_party/LLVM/test/CodeGen/CellSPU/call.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CellSPU/call.ll
rename to third_party/LLVM/test/CodeGen/CellSPU/call.ll
diff --git a/src/LLVM/test/CodeGen/CellSPU/call_indirect.ll b/third_party/LLVM/test/CodeGen/CellSPU/call_indirect.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CellSPU/call_indirect.ll
rename to third_party/LLVM/test/CodeGen/CellSPU/call_indirect.ll
diff --git a/src/LLVM/test/CodeGen/CellSPU/crash.ll b/third_party/LLVM/test/CodeGen/CellSPU/crash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CellSPU/crash.ll
rename to third_party/LLVM/test/CodeGen/CellSPU/crash.ll
diff --git a/src/LLVM/test/CodeGen/CellSPU/ctpop.ll b/third_party/LLVM/test/CodeGen/CellSPU/ctpop.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CellSPU/ctpop.ll
rename to third_party/LLVM/test/CodeGen/CellSPU/ctpop.ll
diff --git a/src/LLVM/test/CodeGen/CellSPU/dg.exp b/third_party/LLVM/test/CodeGen/CellSPU/dg.exp
similarity index 100%
rename from src/LLVM/test/CodeGen/CellSPU/dg.exp
rename to third_party/LLVM/test/CodeGen/CellSPU/dg.exp
diff --git a/src/LLVM/test/CodeGen/CellSPU/div_ops.ll b/third_party/LLVM/test/CodeGen/CellSPU/div_ops.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CellSPU/div_ops.ll
rename to third_party/LLVM/test/CodeGen/CellSPU/div_ops.ll
diff --git a/src/LLVM/test/CodeGen/CellSPU/dp_farith.ll b/third_party/LLVM/test/CodeGen/CellSPU/dp_farith.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CellSPU/dp_farith.ll
rename to third_party/LLVM/test/CodeGen/CellSPU/dp_farith.ll
diff --git a/src/LLVM/test/CodeGen/CellSPU/eqv.ll b/third_party/LLVM/test/CodeGen/CellSPU/eqv.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CellSPU/eqv.ll
rename to third_party/LLVM/test/CodeGen/CellSPU/eqv.ll
diff --git a/src/LLVM/test/CodeGen/CellSPU/extract_elt.ll b/third_party/LLVM/test/CodeGen/CellSPU/extract_elt.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CellSPU/extract_elt.ll
rename to third_party/LLVM/test/CodeGen/CellSPU/extract_elt.ll
diff --git a/src/LLVM/test/CodeGen/CellSPU/fcmp32.ll b/third_party/LLVM/test/CodeGen/CellSPU/fcmp32.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CellSPU/fcmp32.ll
rename to third_party/LLVM/test/CodeGen/CellSPU/fcmp32.ll
diff --git a/src/LLVM/test/CodeGen/CellSPU/fcmp64.ll b/third_party/LLVM/test/CodeGen/CellSPU/fcmp64.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CellSPU/fcmp64.ll
rename to third_party/LLVM/test/CodeGen/CellSPU/fcmp64.ll
diff --git a/src/LLVM/test/CodeGen/CellSPU/fdiv.ll b/third_party/LLVM/test/CodeGen/CellSPU/fdiv.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CellSPU/fdiv.ll
rename to third_party/LLVM/test/CodeGen/CellSPU/fdiv.ll
diff --git a/src/LLVM/test/CodeGen/CellSPU/fneg-fabs.ll b/third_party/LLVM/test/CodeGen/CellSPU/fneg-fabs.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CellSPU/fneg-fabs.ll
rename to third_party/LLVM/test/CodeGen/CellSPU/fneg-fabs.ll
diff --git a/src/LLVM/test/CodeGen/CellSPU/i64ops.ll b/third_party/LLVM/test/CodeGen/CellSPU/i64ops.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CellSPU/i64ops.ll
rename to third_party/LLVM/test/CodeGen/CellSPU/i64ops.ll
diff --git a/src/LLVM/test/CodeGen/CellSPU/i8ops.ll b/third_party/LLVM/test/CodeGen/CellSPU/i8ops.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CellSPU/i8ops.ll
rename to third_party/LLVM/test/CodeGen/CellSPU/i8ops.ll
diff --git a/src/LLVM/test/CodeGen/CellSPU/icmp16.ll b/third_party/LLVM/test/CodeGen/CellSPU/icmp16.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CellSPU/icmp16.ll
rename to third_party/LLVM/test/CodeGen/CellSPU/icmp16.ll
diff --git a/src/LLVM/test/CodeGen/CellSPU/icmp32.ll b/third_party/LLVM/test/CodeGen/CellSPU/icmp32.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CellSPU/icmp32.ll
rename to third_party/LLVM/test/CodeGen/CellSPU/icmp32.ll
diff --git a/src/LLVM/test/CodeGen/CellSPU/icmp64.ll b/third_party/LLVM/test/CodeGen/CellSPU/icmp64.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CellSPU/icmp64.ll
rename to third_party/LLVM/test/CodeGen/CellSPU/icmp64.ll
diff --git a/src/LLVM/test/CodeGen/CellSPU/icmp8.ll b/third_party/LLVM/test/CodeGen/CellSPU/icmp8.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CellSPU/icmp8.ll
rename to third_party/LLVM/test/CodeGen/CellSPU/icmp8.ll
diff --git a/src/LLVM/test/CodeGen/CellSPU/immed16.ll b/third_party/LLVM/test/CodeGen/CellSPU/immed16.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CellSPU/immed16.ll
rename to third_party/LLVM/test/CodeGen/CellSPU/immed16.ll
diff --git a/src/LLVM/test/CodeGen/CellSPU/immed32.ll b/third_party/LLVM/test/CodeGen/CellSPU/immed32.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CellSPU/immed32.ll
rename to third_party/LLVM/test/CodeGen/CellSPU/immed32.ll
diff --git a/src/LLVM/test/CodeGen/CellSPU/immed64.ll b/third_party/LLVM/test/CodeGen/CellSPU/immed64.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CellSPU/immed64.ll
rename to third_party/LLVM/test/CodeGen/CellSPU/immed64.ll
diff --git a/src/LLVM/test/CodeGen/CellSPU/int2fp.ll b/third_party/LLVM/test/CodeGen/CellSPU/int2fp.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CellSPU/int2fp.ll
rename to third_party/LLVM/test/CodeGen/CellSPU/int2fp.ll
diff --git a/src/LLVM/test/CodeGen/CellSPU/intrinsics_branch.ll b/third_party/LLVM/test/CodeGen/CellSPU/intrinsics_branch.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CellSPU/intrinsics_branch.ll
rename to third_party/LLVM/test/CodeGen/CellSPU/intrinsics_branch.ll
diff --git a/src/LLVM/test/CodeGen/CellSPU/intrinsics_float.ll b/third_party/LLVM/test/CodeGen/CellSPU/intrinsics_float.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CellSPU/intrinsics_float.ll
rename to third_party/LLVM/test/CodeGen/CellSPU/intrinsics_float.ll
diff --git a/src/LLVM/test/CodeGen/CellSPU/intrinsics_logical.ll b/third_party/LLVM/test/CodeGen/CellSPU/intrinsics_logical.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CellSPU/intrinsics_logical.ll
rename to third_party/LLVM/test/CodeGen/CellSPU/intrinsics_logical.ll
diff --git a/src/LLVM/test/CodeGen/CellSPU/jumptable.ll b/third_party/LLVM/test/CodeGen/CellSPU/jumptable.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CellSPU/jumptable.ll
rename to third_party/LLVM/test/CodeGen/CellSPU/jumptable.ll
diff --git a/src/LLVM/test/CodeGen/CellSPU/loads.ll b/third_party/LLVM/test/CodeGen/CellSPU/loads.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CellSPU/loads.ll
rename to third_party/LLVM/test/CodeGen/CellSPU/loads.ll
diff --git a/src/LLVM/test/CodeGen/CellSPU/mul-with-overflow.ll b/third_party/LLVM/test/CodeGen/CellSPU/mul-with-overflow.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CellSPU/mul-with-overflow.ll
rename to third_party/LLVM/test/CodeGen/CellSPU/mul-with-overflow.ll
diff --git a/src/LLVM/test/CodeGen/CellSPU/mul_ops.ll b/third_party/LLVM/test/CodeGen/CellSPU/mul_ops.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CellSPU/mul_ops.ll
rename to third_party/LLVM/test/CodeGen/CellSPU/mul_ops.ll
diff --git a/src/LLVM/test/CodeGen/CellSPU/nand.ll b/third_party/LLVM/test/CodeGen/CellSPU/nand.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CellSPU/nand.ll
rename to third_party/LLVM/test/CodeGen/CellSPU/nand.ll
diff --git a/src/LLVM/test/CodeGen/CellSPU/or_ops.ll b/third_party/LLVM/test/CodeGen/CellSPU/or_ops.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CellSPU/or_ops.ll
rename to third_party/LLVM/test/CodeGen/CellSPU/or_ops.ll
diff --git a/src/LLVM/test/CodeGen/CellSPU/private.ll b/third_party/LLVM/test/CodeGen/CellSPU/private.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CellSPU/private.ll
rename to third_party/LLVM/test/CodeGen/CellSPU/private.ll
diff --git a/src/LLVM/test/CodeGen/CellSPU/rotate_ops.ll b/third_party/LLVM/test/CodeGen/CellSPU/rotate_ops.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CellSPU/rotate_ops.ll
rename to third_party/LLVM/test/CodeGen/CellSPU/rotate_ops.ll
diff --git a/src/LLVM/test/CodeGen/CellSPU/select_bits.ll b/third_party/LLVM/test/CodeGen/CellSPU/select_bits.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CellSPU/select_bits.ll
rename to third_party/LLVM/test/CodeGen/CellSPU/select_bits.ll
diff --git a/src/LLVM/test/CodeGen/CellSPU/sext128.ll b/third_party/LLVM/test/CodeGen/CellSPU/sext128.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CellSPU/sext128.ll
rename to third_party/LLVM/test/CodeGen/CellSPU/sext128.ll
diff --git a/src/LLVM/test/CodeGen/CellSPU/shift_ops.ll b/third_party/LLVM/test/CodeGen/CellSPU/shift_ops.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CellSPU/shift_ops.ll
rename to third_party/LLVM/test/CodeGen/CellSPU/shift_ops.ll
diff --git a/src/LLVM/test/CodeGen/CellSPU/shuffles.ll b/third_party/LLVM/test/CodeGen/CellSPU/shuffles.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CellSPU/shuffles.ll
rename to third_party/LLVM/test/CodeGen/CellSPU/shuffles.ll
diff --git a/src/LLVM/test/CodeGen/CellSPU/sp_farith.ll b/third_party/LLVM/test/CodeGen/CellSPU/sp_farith.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CellSPU/sp_farith.ll
rename to third_party/LLVM/test/CodeGen/CellSPU/sp_farith.ll
diff --git a/src/LLVM/test/CodeGen/CellSPU/stores.ll b/third_party/LLVM/test/CodeGen/CellSPU/stores.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CellSPU/stores.ll
rename to third_party/LLVM/test/CodeGen/CellSPU/stores.ll
diff --git a/src/LLVM/test/CodeGen/CellSPU/storestruct.ll b/third_party/LLVM/test/CodeGen/CellSPU/storestruct.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CellSPU/storestruct.ll
rename to third_party/LLVM/test/CodeGen/CellSPU/storestruct.ll
diff --git a/src/LLVM/test/CodeGen/CellSPU/struct_1.ll b/third_party/LLVM/test/CodeGen/CellSPU/struct_1.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CellSPU/struct_1.ll
rename to third_party/LLVM/test/CodeGen/CellSPU/struct_1.ll
diff --git a/src/LLVM/test/CodeGen/CellSPU/sub_ops.ll b/third_party/LLVM/test/CodeGen/CellSPU/sub_ops.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CellSPU/sub_ops.ll
rename to third_party/LLVM/test/CodeGen/CellSPU/sub_ops.ll
diff --git a/src/LLVM/test/CodeGen/CellSPU/trunc.ll b/third_party/LLVM/test/CodeGen/CellSPU/trunc.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CellSPU/trunc.ll
rename to third_party/LLVM/test/CodeGen/CellSPU/trunc.ll
diff --git a/src/LLVM/test/CodeGen/CellSPU/useful-harnesses/README.txt b/third_party/LLVM/test/CodeGen/CellSPU/useful-harnesses/README.txt
similarity index 100%
rename from src/LLVM/test/CodeGen/CellSPU/useful-harnesses/README.txt
rename to third_party/LLVM/test/CodeGen/CellSPU/useful-harnesses/README.txt
diff --git a/src/LLVM/test/CodeGen/CellSPU/useful-harnesses/i32operations.c b/third_party/LLVM/test/CodeGen/CellSPU/useful-harnesses/i32operations.c
similarity index 100%
rename from src/LLVM/test/CodeGen/CellSPU/useful-harnesses/i32operations.c
rename to third_party/LLVM/test/CodeGen/CellSPU/useful-harnesses/i32operations.c
diff --git a/src/LLVM/test/CodeGen/CellSPU/useful-harnesses/i64operations.c b/third_party/LLVM/test/CodeGen/CellSPU/useful-harnesses/i64operations.c
similarity index 100%
rename from src/LLVM/test/CodeGen/CellSPU/useful-harnesses/i64operations.c
rename to third_party/LLVM/test/CodeGen/CellSPU/useful-harnesses/i64operations.c
diff --git a/src/LLVM/test/CodeGen/CellSPU/useful-harnesses/i64operations.h b/third_party/LLVM/test/CodeGen/CellSPU/useful-harnesses/i64operations.h
similarity index 100%
rename from src/LLVM/test/CodeGen/CellSPU/useful-harnesses/i64operations.h
rename to third_party/LLVM/test/CodeGen/CellSPU/useful-harnesses/i64operations.h
diff --git a/src/LLVM/test/CodeGen/CellSPU/useful-harnesses/lit.local.cfg b/third_party/LLVM/test/CodeGen/CellSPU/useful-harnesses/lit.local.cfg
similarity index 100%
rename from src/LLVM/test/CodeGen/CellSPU/useful-harnesses/lit.local.cfg
rename to third_party/LLVM/test/CodeGen/CellSPU/useful-harnesses/lit.local.cfg
diff --git a/src/LLVM/test/CodeGen/CellSPU/useful-harnesses/vecoperations.c b/third_party/LLVM/test/CodeGen/CellSPU/useful-harnesses/vecoperations.c
similarity index 100%
rename from src/LLVM/test/CodeGen/CellSPU/useful-harnesses/vecoperations.c
rename to third_party/LLVM/test/CodeGen/CellSPU/useful-harnesses/vecoperations.c
diff --git a/src/LLVM/test/CodeGen/CellSPU/v2f32.ll b/third_party/LLVM/test/CodeGen/CellSPU/v2f32.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CellSPU/v2f32.ll
rename to third_party/LLVM/test/CodeGen/CellSPU/v2f32.ll
diff --git a/src/LLVM/test/CodeGen/CellSPU/v2i32.ll b/third_party/LLVM/test/CodeGen/CellSPU/v2i32.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CellSPU/v2i32.ll
rename to third_party/LLVM/test/CodeGen/CellSPU/v2i32.ll
diff --git a/src/LLVM/test/CodeGen/CellSPU/vec_const.ll b/third_party/LLVM/test/CodeGen/CellSPU/vec_const.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CellSPU/vec_const.ll
rename to third_party/LLVM/test/CodeGen/CellSPU/vec_const.ll
diff --git a/src/LLVM/test/CodeGen/CellSPU/vecinsert.ll b/third_party/LLVM/test/CodeGen/CellSPU/vecinsert.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/CellSPU/vecinsert.ll
rename to third_party/LLVM/test/CodeGen/CellSPU/vecinsert.ll
diff --git a/src/LLVM/test/CodeGen/Generic/2002-04-14-UnexpectedUnsignedType.ll b/third_party/LLVM/test/CodeGen/Generic/2002-04-14-UnexpectedUnsignedType.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/2002-04-14-UnexpectedUnsignedType.ll
rename to third_party/LLVM/test/CodeGen/Generic/2002-04-14-UnexpectedUnsignedType.ll
diff --git a/src/LLVM/test/CodeGen/Generic/2002-04-16-StackFrameSizeAlignment.ll b/third_party/LLVM/test/CodeGen/Generic/2002-04-16-StackFrameSizeAlignment.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/2002-04-16-StackFrameSizeAlignment.ll
rename to third_party/LLVM/test/CodeGen/Generic/2002-04-16-StackFrameSizeAlignment.ll
diff --git a/src/LLVM/test/CodeGen/Generic/2003-05-27-phifcmpd.ll b/third_party/LLVM/test/CodeGen/Generic/2003-05-27-phifcmpd.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/2003-05-27-phifcmpd.ll
rename to third_party/LLVM/test/CodeGen/Generic/2003-05-27-phifcmpd.ll
diff --git a/src/LLVM/test/CodeGen/Generic/2003-05-27-useboolinotherbb.ll b/third_party/LLVM/test/CodeGen/Generic/2003-05-27-useboolinotherbb.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/2003-05-27-useboolinotherbb.ll
rename to third_party/LLVM/test/CodeGen/Generic/2003-05-27-useboolinotherbb.ll
diff --git a/src/LLVM/test/CodeGen/Generic/2003-05-27-usefsubasbool.ll b/third_party/LLVM/test/CodeGen/Generic/2003-05-27-usefsubasbool.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/2003-05-27-usefsubasbool.ll
rename to third_party/LLVM/test/CodeGen/Generic/2003-05-27-usefsubasbool.ll
diff --git a/src/LLVM/test/CodeGen/Generic/2003-05-28-ManyArgs.ll b/third_party/LLVM/test/CodeGen/Generic/2003-05-28-ManyArgs.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/2003-05-28-ManyArgs.ll
rename to third_party/LLVM/test/CodeGen/Generic/2003-05-28-ManyArgs.ll
diff --git a/src/LLVM/test/CodeGen/Generic/2003-05-30-BadFoldGEP.ll b/third_party/LLVM/test/CodeGen/Generic/2003-05-30-BadFoldGEP.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/2003-05-30-BadFoldGEP.ll
rename to third_party/LLVM/test/CodeGen/Generic/2003-05-30-BadFoldGEP.ll
diff --git a/src/LLVM/test/CodeGen/Generic/2003-05-30-BadPreselectPhi.ll b/third_party/LLVM/test/CodeGen/Generic/2003-05-30-BadPreselectPhi.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/2003-05-30-BadPreselectPhi.ll
rename to third_party/LLVM/test/CodeGen/Generic/2003-05-30-BadPreselectPhi.ll
diff --git a/src/LLVM/test/CodeGen/Generic/2003-07-06-BadIntCmp.ll b/third_party/LLVM/test/CodeGen/Generic/2003-07-06-BadIntCmp.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/2003-07-06-BadIntCmp.ll
rename to third_party/LLVM/test/CodeGen/Generic/2003-07-06-BadIntCmp.ll
diff --git a/src/LLVM/test/CodeGen/Generic/2003-07-07-BadLongConst.ll b/third_party/LLVM/test/CodeGen/Generic/2003-07-07-BadLongConst.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/2003-07-07-BadLongConst.ll
rename to third_party/LLVM/test/CodeGen/Generic/2003-07-07-BadLongConst.ll
diff --git a/src/LLVM/test/CodeGen/Generic/2003-07-08-BadCastToBool.ll b/third_party/LLVM/test/CodeGen/Generic/2003-07-08-BadCastToBool.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/2003-07-08-BadCastToBool.ll
rename to third_party/LLVM/test/CodeGen/Generic/2003-07-08-BadCastToBool.ll
diff --git a/src/LLVM/test/CodeGen/Generic/2003-07-29-BadConstSbyte.ll b/third_party/LLVM/test/CodeGen/Generic/2003-07-29-BadConstSbyte.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/2003-07-29-BadConstSbyte.ll
rename to third_party/LLVM/test/CodeGen/Generic/2003-07-29-BadConstSbyte.ll
diff --git a/src/LLVM/test/CodeGen/Generic/2004-05-09-LiveVarPartialRegister.ll b/third_party/LLVM/test/CodeGen/Generic/2004-05-09-LiveVarPartialRegister.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/2004-05-09-LiveVarPartialRegister.ll
rename to third_party/LLVM/test/CodeGen/Generic/2004-05-09-LiveVarPartialRegister.ll
diff --git a/src/LLVM/test/CodeGen/Generic/2005-01-18-SetUO-InfLoop.ll b/third_party/LLVM/test/CodeGen/Generic/2005-01-18-SetUO-InfLoop.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/2005-01-18-SetUO-InfLoop.ll
rename to third_party/LLVM/test/CodeGen/Generic/2005-01-18-SetUO-InfLoop.ll
diff --git a/src/LLVM/test/CodeGen/Generic/2005-04-09-GlobalInPHI.ll b/third_party/LLVM/test/CodeGen/Generic/2005-04-09-GlobalInPHI.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/2005-04-09-GlobalInPHI.ll
rename to third_party/LLVM/test/CodeGen/Generic/2005-04-09-GlobalInPHI.ll
diff --git a/src/LLVM/test/CodeGen/Generic/2005-10-18-ZeroSizeStackObject.ll b/third_party/LLVM/test/CodeGen/Generic/2005-10-18-ZeroSizeStackObject.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/2005-10-18-ZeroSizeStackObject.ll
rename to third_party/LLVM/test/CodeGen/Generic/2005-10-18-ZeroSizeStackObject.ll
diff --git a/src/LLVM/test/CodeGen/Generic/2005-10-21-longlonggtu.ll b/third_party/LLVM/test/CodeGen/Generic/2005-10-21-longlonggtu.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/2005-10-21-longlonggtu.ll
rename to third_party/LLVM/test/CodeGen/Generic/2005-10-21-longlonggtu.ll
diff --git a/src/LLVM/test/CodeGen/Generic/2005-12-01-Crash.ll b/third_party/LLVM/test/CodeGen/Generic/2005-12-01-Crash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/2005-12-01-Crash.ll
rename to third_party/LLVM/test/CodeGen/Generic/2005-12-01-Crash.ll
diff --git a/src/LLVM/test/CodeGen/Generic/2005-12-12-ExpandSextInreg.ll b/third_party/LLVM/test/CodeGen/Generic/2005-12-12-ExpandSextInreg.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/2005-12-12-ExpandSextInreg.ll
rename to third_party/LLVM/test/CodeGen/Generic/2005-12-12-ExpandSextInreg.ll
diff --git a/src/LLVM/test/CodeGen/Generic/2006-01-12-BadSetCCFold.ll b/third_party/LLVM/test/CodeGen/Generic/2006-01-12-BadSetCCFold.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/2006-01-12-BadSetCCFold.ll
rename to third_party/LLVM/test/CodeGen/Generic/2006-01-12-BadSetCCFold.ll
diff --git a/src/LLVM/test/CodeGen/Generic/2006-01-18-InvalidBranchOpcodeAssert.ll b/third_party/LLVM/test/CodeGen/Generic/2006-01-18-InvalidBranchOpcodeAssert.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/2006-01-18-InvalidBranchOpcodeAssert.ll
rename to third_party/LLVM/test/CodeGen/Generic/2006-01-18-InvalidBranchOpcodeAssert.ll
diff --git a/src/LLVM/test/CodeGen/Generic/2006-02-12-InsertLibcall.ll b/third_party/LLVM/test/CodeGen/Generic/2006-02-12-InsertLibcall.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/2006-02-12-InsertLibcall.ll
rename to third_party/LLVM/test/CodeGen/Generic/2006-02-12-InsertLibcall.ll
diff --git a/src/LLVM/test/CodeGen/Generic/2006-03-01-dagcombineinfloop.ll b/third_party/LLVM/test/CodeGen/Generic/2006-03-01-dagcombineinfloop.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/2006-03-01-dagcombineinfloop.ll
rename to third_party/LLVM/test/CodeGen/Generic/2006-03-01-dagcombineinfloop.ll
diff --git a/src/LLVM/test/CodeGen/Generic/2006-04-26-SetCCAnd.ll b/third_party/LLVM/test/CodeGen/Generic/2006-04-26-SetCCAnd.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/2006-04-26-SetCCAnd.ll
rename to third_party/LLVM/test/CodeGen/Generic/2006-04-26-SetCCAnd.ll
diff --git a/src/LLVM/test/CodeGen/Generic/2006-04-28-Sign-extend-bool.ll b/third_party/LLVM/test/CodeGen/Generic/2006-04-28-Sign-extend-bool.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/2006-04-28-Sign-extend-bool.ll
rename to third_party/LLVM/test/CodeGen/Generic/2006-04-28-Sign-extend-bool.ll
diff --git a/src/LLVM/test/CodeGen/Generic/2006-05-06-GEP-Cast-Sink-Crash.ll b/third_party/LLVM/test/CodeGen/Generic/2006-05-06-GEP-Cast-Sink-Crash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/2006-05-06-GEP-Cast-Sink-Crash.ll
rename to third_party/LLVM/test/CodeGen/Generic/2006-05-06-GEP-Cast-Sink-Crash.ll
diff --git a/src/LLVM/test/CodeGen/Generic/2006-06-12-LowerSwitchCrash.ll b/third_party/LLVM/test/CodeGen/Generic/2006-06-12-LowerSwitchCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/2006-06-12-LowerSwitchCrash.ll
rename to third_party/LLVM/test/CodeGen/Generic/2006-06-12-LowerSwitchCrash.ll
diff --git a/src/LLVM/test/CodeGen/Generic/2006-06-13-ComputeMaskedBitsCrash.ll b/third_party/LLVM/test/CodeGen/Generic/2006-06-13-ComputeMaskedBitsCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/2006-06-13-ComputeMaskedBitsCrash.ll
rename to third_party/LLVM/test/CodeGen/Generic/2006-06-13-ComputeMaskedBitsCrash.ll
diff --git a/src/LLVM/test/CodeGen/Generic/2006-06-28-SimplifySetCCCrash.ll b/third_party/LLVM/test/CodeGen/Generic/2006-06-28-SimplifySetCCCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/2006-06-28-SimplifySetCCCrash.ll
rename to third_party/LLVM/test/CodeGen/Generic/2006-06-28-SimplifySetCCCrash.ll
diff --git a/src/LLVM/test/CodeGen/Generic/2006-07-03-schedulers.ll b/third_party/LLVM/test/CodeGen/Generic/2006-07-03-schedulers.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/2006-07-03-schedulers.ll
rename to third_party/LLVM/test/CodeGen/Generic/2006-07-03-schedulers.ll
diff --git a/src/LLVM/test/CodeGen/Generic/2006-08-30-CoalescerCrash.ll b/third_party/LLVM/test/CodeGen/Generic/2006-08-30-CoalescerCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/2006-08-30-CoalescerCrash.ll
rename to third_party/LLVM/test/CodeGen/Generic/2006-08-30-CoalescerCrash.ll
diff --git a/src/LLVM/test/CodeGen/Generic/2006-09-02-LocalAllocCrash.ll b/third_party/LLVM/test/CodeGen/Generic/2006-09-02-LocalAllocCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/2006-09-02-LocalAllocCrash.ll
rename to third_party/LLVM/test/CodeGen/Generic/2006-09-02-LocalAllocCrash.ll
diff --git a/src/LLVM/test/CodeGen/Generic/2006-09-06-SwitchLowering.ll b/third_party/LLVM/test/CodeGen/Generic/2006-09-06-SwitchLowering.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/2006-09-06-SwitchLowering.ll
rename to third_party/LLVM/test/CodeGen/Generic/2006-09-06-SwitchLowering.ll
diff --git a/src/LLVM/test/CodeGen/Generic/2006-10-27-CondFolding.ll b/third_party/LLVM/test/CodeGen/Generic/2006-10-27-CondFolding.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/2006-10-27-CondFolding.ll
rename to third_party/LLVM/test/CodeGen/Generic/2006-10-27-CondFolding.ll
diff --git a/src/LLVM/test/CodeGen/Generic/2006-10-29-Crash.ll b/third_party/LLVM/test/CodeGen/Generic/2006-10-29-Crash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/2006-10-29-Crash.ll
rename to third_party/LLVM/test/CodeGen/Generic/2006-10-29-Crash.ll
diff --git a/src/LLVM/test/CodeGen/Generic/2006-11-20-DAGCombineCrash.ll b/third_party/LLVM/test/CodeGen/Generic/2006-11-20-DAGCombineCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/2006-11-20-DAGCombineCrash.ll
rename to third_party/LLVM/test/CodeGen/Generic/2006-11-20-DAGCombineCrash.ll
diff --git a/src/LLVM/test/CodeGen/Generic/2007-01-15-LoadSelectCycle.ll b/third_party/LLVM/test/CodeGen/Generic/2007-01-15-LoadSelectCycle.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/2007-01-15-LoadSelectCycle.ll
rename to third_party/LLVM/test/CodeGen/Generic/2007-01-15-LoadSelectCycle.ll
diff --git a/src/LLVM/test/CodeGen/Generic/2007-02-25-invoke.ll b/third_party/LLVM/test/CodeGen/Generic/2007-02-25-invoke.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/2007-02-25-invoke.ll
rename to third_party/LLVM/test/CodeGen/Generic/2007-02-25-invoke.ll
diff --git a/src/LLVM/test/CodeGen/Generic/2007-04-08-MultipleFrameIndices.ll b/third_party/LLVM/test/CodeGen/Generic/2007-04-08-MultipleFrameIndices.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/2007-04-08-MultipleFrameIndices.ll
rename to third_party/LLVM/test/CodeGen/Generic/2007-04-08-MultipleFrameIndices.ll
diff --git a/src/LLVM/test/CodeGen/Generic/2007-04-13-SwitchLowerBadPhi.ll b/third_party/LLVM/test/CodeGen/Generic/2007-04-13-SwitchLowerBadPhi.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/2007-04-13-SwitchLowerBadPhi.ll
rename to third_party/LLVM/test/CodeGen/Generic/2007-04-13-SwitchLowerBadPhi.ll
diff --git a/src/LLVM/test/CodeGen/Generic/2007-04-17-lsr-crash.ll b/third_party/LLVM/test/CodeGen/Generic/2007-04-17-lsr-crash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/2007-04-17-lsr-crash.ll
rename to third_party/LLVM/test/CodeGen/Generic/2007-04-17-lsr-crash.ll
diff --git a/src/LLVM/test/CodeGen/Generic/2007-04-27-InlineAsm-X-Dest.ll b/third_party/LLVM/test/CodeGen/Generic/2007-04-27-InlineAsm-X-Dest.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/2007-04-27-InlineAsm-X-Dest.ll
rename to third_party/LLVM/test/CodeGen/Generic/2007-04-27-InlineAsm-X-Dest.ll
diff --git a/src/LLVM/test/CodeGen/Generic/2007-04-27-LargeMemObject.ll b/third_party/LLVM/test/CodeGen/Generic/2007-04-27-LargeMemObject.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/2007-04-27-LargeMemObject.ll
rename to third_party/LLVM/test/CodeGen/Generic/2007-04-27-LargeMemObject.ll
diff --git a/src/LLVM/test/CodeGen/Generic/2007-04-30-LandingPadBranchFolding.ll b/third_party/LLVM/test/CodeGen/Generic/2007-04-30-LandingPadBranchFolding.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/2007-04-30-LandingPadBranchFolding.ll
rename to third_party/LLVM/test/CodeGen/Generic/2007-04-30-LandingPadBranchFolding.ll
diff --git a/src/LLVM/test/CodeGen/Generic/2007-05-03-EHTypeInfo.ll b/third_party/LLVM/test/CodeGen/Generic/2007-05-03-EHTypeInfo.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/2007-05-03-EHTypeInfo.ll
rename to third_party/LLVM/test/CodeGen/Generic/2007-05-03-EHTypeInfo.ll
diff --git a/src/LLVM/test/CodeGen/Generic/2007-05-15-InfiniteRecursion.ll b/third_party/LLVM/test/CodeGen/Generic/2007-05-15-InfiniteRecursion.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/2007-05-15-InfiniteRecursion.ll
rename to third_party/LLVM/test/CodeGen/Generic/2007-05-15-InfiniteRecursion.ll
diff --git a/src/LLVM/test/CodeGen/Generic/2007-12-17-InvokeAsm.ll b/third_party/LLVM/test/CodeGen/Generic/2007-12-17-InvokeAsm.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/2007-12-17-InvokeAsm.ll
rename to third_party/LLVM/test/CodeGen/Generic/2007-12-17-InvokeAsm.ll
diff --git a/src/LLVM/test/CodeGen/Generic/2007-12-31-UnusedSelector.ll b/third_party/LLVM/test/CodeGen/Generic/2007-12-31-UnusedSelector.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/2007-12-31-UnusedSelector.ll
rename to third_party/LLVM/test/CodeGen/Generic/2007-12-31-UnusedSelector.ll
diff --git a/src/LLVM/test/CodeGen/Generic/2008-01-25-dag-combine-mul.ll b/third_party/LLVM/test/CodeGen/Generic/2008-01-25-dag-combine-mul.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/2008-01-25-dag-combine-mul.ll
rename to third_party/LLVM/test/CodeGen/Generic/2008-01-25-dag-combine-mul.ll
diff --git a/src/LLVM/test/CodeGen/Generic/2008-01-30-LoadCrash.ll b/third_party/LLVM/test/CodeGen/Generic/2008-01-30-LoadCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/2008-01-30-LoadCrash.ll
rename to third_party/LLVM/test/CodeGen/Generic/2008-01-30-LoadCrash.ll
diff --git a/src/LLVM/test/CodeGen/Generic/2008-02-04-Ctlz.ll b/third_party/LLVM/test/CodeGen/Generic/2008-02-04-Ctlz.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/2008-02-04-Ctlz.ll
rename to third_party/LLVM/test/CodeGen/Generic/2008-02-04-Ctlz.ll
diff --git a/src/LLVM/test/CodeGen/Generic/2008-02-04-ExtractSubvector.ll b/third_party/LLVM/test/CodeGen/Generic/2008-02-04-ExtractSubvector.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/2008-02-04-ExtractSubvector.ll
rename to third_party/LLVM/test/CodeGen/Generic/2008-02-04-ExtractSubvector.ll
diff --git a/src/LLVM/test/CodeGen/Generic/2008-02-20-MatchingMem.ll b/third_party/LLVM/test/CodeGen/Generic/2008-02-20-MatchingMem.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/2008-02-20-MatchingMem.ll
rename to third_party/LLVM/test/CodeGen/Generic/2008-02-20-MatchingMem.ll
diff --git a/src/LLVM/test/CodeGen/Generic/2008-02-25-NegateZero.ll b/third_party/LLVM/test/CodeGen/Generic/2008-02-25-NegateZero.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/2008-02-25-NegateZero.ll
rename to third_party/LLVM/test/CodeGen/Generic/2008-02-25-NegateZero.ll
diff --git a/src/LLVM/test/CodeGen/Generic/2008-02-26-NegatableCrash.ll b/third_party/LLVM/test/CodeGen/Generic/2008-02-26-NegatableCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/2008-02-26-NegatableCrash.ll
rename to third_party/LLVM/test/CodeGen/Generic/2008-02-26-NegatableCrash.ll
diff --git a/src/LLVM/test/CodeGen/Generic/2008-08-07-PtrToInt-SmallerInt.ll b/third_party/LLVM/test/CodeGen/Generic/2008-08-07-PtrToInt-SmallerInt.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/2008-08-07-PtrToInt-SmallerInt.ll
rename to third_party/LLVM/test/CodeGen/Generic/2008-08-07-PtrToInt-SmallerInt.ll
diff --git a/src/LLVM/test/CodeGen/Generic/2009-03-17-LSR-APInt.ll b/third_party/LLVM/test/CodeGen/Generic/2009-03-17-LSR-APInt.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/2009-03-17-LSR-APInt.ll
rename to third_party/LLVM/test/CodeGen/Generic/2009-03-17-LSR-APInt.ll
diff --git a/src/LLVM/test/CodeGen/Generic/2009-03-29-SoftFloatVectorExtract.ll b/third_party/LLVM/test/CodeGen/Generic/2009-03-29-SoftFloatVectorExtract.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/2009-03-29-SoftFloatVectorExtract.ll
rename to third_party/LLVM/test/CodeGen/Generic/2009-03-29-SoftFloatVectorExtract.ll
diff --git a/src/LLVM/test/CodeGen/Generic/2009-04-10-SinkCrash.ll b/third_party/LLVM/test/CodeGen/Generic/2009-04-10-SinkCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/2009-04-10-SinkCrash.ll
rename to third_party/LLVM/test/CodeGen/Generic/2009-04-10-SinkCrash.ll
diff --git a/src/LLVM/test/CodeGen/Generic/2009-04-28-i128-cmp-crash.ll b/third_party/LLVM/test/CodeGen/Generic/2009-04-28-i128-cmp-crash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/2009-04-28-i128-cmp-crash.ll
rename to third_party/LLVM/test/CodeGen/Generic/2009-04-28-i128-cmp-crash.ll
diff --git a/src/LLVM/test/CodeGen/Generic/2009-06-03-UnreachableSplitPad.ll b/third_party/LLVM/test/CodeGen/Generic/2009-06-03-UnreachableSplitPad.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/2009-06-03-UnreachableSplitPad.ll
rename to third_party/LLVM/test/CodeGen/Generic/2009-06-03-UnreachableSplitPad.ll
diff --git a/src/LLVM/test/CodeGen/Generic/2009-11-16-BadKillsCrash.ll b/third_party/LLVM/test/CodeGen/Generic/2009-11-16-BadKillsCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/2009-11-16-BadKillsCrash.ll
rename to third_party/LLVM/test/CodeGen/Generic/2009-11-16-BadKillsCrash.ll
diff --git a/src/LLVM/test/CodeGen/Generic/2010-07-27-DAGCombineCrash.ll b/third_party/LLVM/test/CodeGen/Generic/2010-07-27-DAGCombineCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/2010-07-27-DAGCombineCrash.ll
rename to third_party/LLVM/test/CodeGen/Generic/2010-07-27-DAGCombineCrash.ll
diff --git a/src/LLVM/test/CodeGen/Generic/2010-11-04-BigByval.ll b/third_party/LLVM/test/CodeGen/Generic/2010-11-04-BigByval.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/2010-11-04-BigByval.ll
rename to third_party/LLVM/test/CodeGen/Generic/2010-11-04-BigByval.ll
diff --git a/src/LLVM/test/CodeGen/Generic/2010-ZeroSizedArg.ll b/third_party/LLVM/test/CodeGen/Generic/2010-ZeroSizedArg.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/2010-ZeroSizedArg.ll
rename to third_party/LLVM/test/CodeGen/Generic/2010-ZeroSizedArg.ll
diff --git a/src/LLVM/test/CodeGen/Generic/2011-01-06-BigNumberCrash.ll b/third_party/LLVM/test/CodeGen/Generic/2011-01-06-BigNumberCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/2011-01-06-BigNumberCrash.ll
rename to third_party/LLVM/test/CodeGen/Generic/2011-01-06-BigNumberCrash.ll
diff --git a/src/LLVM/test/CodeGen/Generic/2011-07-07-ScheduleDAGCrash.ll b/third_party/LLVM/test/CodeGen/Generic/2011-07-07-ScheduleDAGCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/2011-07-07-ScheduleDAGCrash.ll
rename to third_party/LLVM/test/CodeGen/Generic/2011-07-07-ScheduleDAGCrash.ll
diff --git a/src/LLVM/test/CodeGen/Generic/APIntLoadStore.ll b/third_party/LLVM/test/CodeGen/Generic/APIntLoadStore.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/APIntLoadStore.ll
rename to third_party/LLVM/test/CodeGen/Generic/APIntLoadStore.ll
diff --git a/src/LLVM/test/CodeGen/Generic/APIntParam.ll b/third_party/LLVM/test/CodeGen/Generic/APIntParam.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/APIntParam.ll
rename to third_party/LLVM/test/CodeGen/Generic/APIntParam.ll
diff --git a/src/LLVM/test/CodeGen/Generic/APIntSextParam.ll b/third_party/LLVM/test/CodeGen/Generic/APIntSextParam.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/APIntSextParam.ll
rename to third_party/LLVM/test/CodeGen/Generic/APIntSextParam.ll
diff --git a/src/LLVM/test/CodeGen/Generic/APIntZextParam.ll b/third_party/LLVM/test/CodeGen/Generic/APIntZextParam.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/APIntZextParam.ll
rename to third_party/LLVM/test/CodeGen/Generic/APIntZextParam.ll
diff --git a/src/LLVM/test/CodeGen/Generic/BasicInstrs.ll b/third_party/LLVM/test/CodeGen/Generic/BasicInstrs.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/BasicInstrs.ll
rename to third_party/LLVM/test/CodeGen/Generic/BasicInstrs.ll
diff --git a/src/LLVM/test/CodeGen/Generic/ConstantExprLowering.ll b/third_party/LLVM/test/CodeGen/Generic/ConstantExprLowering.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/ConstantExprLowering.ll
rename to third_party/LLVM/test/CodeGen/Generic/ConstantExprLowering.ll
diff --git a/src/LLVM/test/CodeGen/Generic/Makefile b/third_party/LLVM/test/CodeGen/Generic/Makefile
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/Makefile
rename to third_party/LLVM/test/CodeGen/Generic/Makefile
diff --git a/src/LLVM/test/CodeGen/Generic/add-with-overflow-128.ll b/third_party/LLVM/test/CodeGen/Generic/add-with-overflow-128.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/add-with-overflow-128.ll
rename to third_party/LLVM/test/CodeGen/Generic/add-with-overflow-128.ll
diff --git a/src/LLVM/test/CodeGen/Generic/add-with-overflow-24.ll b/third_party/LLVM/test/CodeGen/Generic/add-with-overflow-24.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/add-with-overflow-24.ll
rename to third_party/LLVM/test/CodeGen/Generic/add-with-overflow-24.ll
diff --git a/src/LLVM/test/CodeGen/Generic/add-with-overflow.ll b/third_party/LLVM/test/CodeGen/Generic/add-with-overflow.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/add-with-overflow.ll
rename to third_party/LLVM/test/CodeGen/Generic/add-with-overflow.ll
diff --git a/src/LLVM/test/CodeGen/Generic/addr-label.ll b/third_party/LLVM/test/CodeGen/Generic/addr-label.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/addr-label.ll
rename to third_party/LLVM/test/CodeGen/Generic/addr-label.ll
diff --git a/src/LLVM/test/CodeGen/Generic/asm-large-immediate.ll b/third_party/LLVM/test/CodeGen/Generic/asm-large-immediate.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/asm-large-immediate.ll
rename to third_party/LLVM/test/CodeGen/Generic/asm-large-immediate.ll
diff --git a/src/LLVM/test/CodeGen/Generic/badCallArgLRLLVM.ll b/third_party/LLVM/test/CodeGen/Generic/badCallArgLRLLVM.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/badCallArgLRLLVM.ll
rename to third_party/LLVM/test/CodeGen/Generic/badCallArgLRLLVM.ll
diff --git a/src/LLVM/test/CodeGen/Generic/badFoldGEP.ll b/third_party/LLVM/test/CodeGen/Generic/badFoldGEP.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/badFoldGEP.ll
rename to third_party/LLVM/test/CodeGen/Generic/badFoldGEP.ll
diff --git a/src/LLVM/test/CodeGen/Generic/badarg6.ll b/third_party/LLVM/test/CodeGen/Generic/badarg6.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/badarg6.ll
rename to third_party/LLVM/test/CodeGen/Generic/badarg6.ll
diff --git a/src/LLVM/test/CodeGen/Generic/bool-to-double.ll b/third_party/LLVM/test/CodeGen/Generic/bool-to-double.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/bool-to-double.ll
rename to third_party/LLVM/test/CodeGen/Generic/bool-to-double.ll
diff --git a/src/LLVM/test/CodeGen/Generic/bool-vector.ll b/third_party/LLVM/test/CodeGen/Generic/bool-vector.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/bool-vector.ll
rename to third_party/LLVM/test/CodeGen/Generic/bool-vector.ll
diff --git a/src/LLVM/test/CodeGen/Generic/builtin-expect.ll b/third_party/LLVM/test/CodeGen/Generic/builtin-expect.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/builtin-expect.ll
rename to third_party/LLVM/test/CodeGen/Generic/builtin-expect.ll
diff --git a/src/LLVM/test/CodeGen/Generic/call-ret0.ll b/third_party/LLVM/test/CodeGen/Generic/call-ret0.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/call-ret0.ll
rename to third_party/LLVM/test/CodeGen/Generic/call-ret0.ll
diff --git a/src/LLVM/test/CodeGen/Generic/call-ret42.ll b/third_party/LLVM/test/CodeGen/Generic/call-ret42.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/call-ret42.ll
rename to third_party/LLVM/test/CodeGen/Generic/call-ret42.ll
diff --git a/src/LLVM/test/CodeGen/Generic/call-void.ll b/third_party/LLVM/test/CodeGen/Generic/call-void.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/call-void.ll
rename to third_party/LLVM/test/CodeGen/Generic/call-void.ll
diff --git a/src/LLVM/test/CodeGen/Generic/call2-ret0.ll b/third_party/LLVM/test/CodeGen/Generic/call2-ret0.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/call2-ret0.ll
rename to third_party/LLVM/test/CodeGen/Generic/call2-ret0.ll
diff --git a/src/LLVM/test/CodeGen/Generic/cast-fp.ll b/third_party/LLVM/test/CodeGen/Generic/cast-fp.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/cast-fp.ll
rename to third_party/LLVM/test/CodeGen/Generic/cast-fp.ll
diff --git a/src/LLVM/test/CodeGen/Generic/constindices.ll b/third_party/LLVM/test/CodeGen/Generic/constindices.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/constindices.ll
rename to third_party/LLVM/test/CodeGen/Generic/constindices.ll
diff --git a/src/LLVM/test/CodeGen/Generic/crash.ll b/third_party/LLVM/test/CodeGen/Generic/crash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/crash.ll
rename to third_party/LLVM/test/CodeGen/Generic/crash.ll
diff --git a/src/LLVM/test/CodeGen/Generic/dbg_value.ll b/third_party/LLVM/test/CodeGen/Generic/dbg_value.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/dbg_value.ll
rename to third_party/LLVM/test/CodeGen/Generic/dbg_value.ll
diff --git a/src/LLVM/test/CodeGen/Generic/dg.exp b/third_party/LLVM/test/CodeGen/Generic/dg.exp
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/dg.exp
rename to third_party/LLVM/test/CodeGen/Generic/dg.exp
diff --git a/src/LLVM/test/CodeGen/Generic/div-neg-power-2.ll b/third_party/LLVM/test/CodeGen/Generic/div-neg-power-2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/div-neg-power-2.ll
rename to third_party/LLVM/test/CodeGen/Generic/div-neg-power-2.ll
diff --git a/src/LLVM/test/CodeGen/Generic/edge-bundles-blockIDs.ll b/third_party/LLVM/test/CodeGen/Generic/edge-bundles-blockIDs.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/edge-bundles-blockIDs.ll
rename to third_party/LLVM/test/CodeGen/Generic/edge-bundles-blockIDs.ll
diff --git a/src/LLVM/test/CodeGen/Generic/empty-load-store.ll b/third_party/LLVM/test/CodeGen/Generic/empty-load-store.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/empty-load-store.ll
rename to third_party/LLVM/test/CodeGen/Generic/empty-load-store.ll
diff --git a/src/LLVM/test/CodeGen/Generic/exception-handling.ll b/third_party/LLVM/test/CodeGen/Generic/exception-handling.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/exception-handling.ll
rename to third_party/LLVM/test/CodeGen/Generic/exception-handling.ll
diff --git a/src/LLVM/test/CodeGen/Generic/externally_available.ll b/third_party/LLVM/test/CodeGen/Generic/externally_available.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/externally_available.ll
rename to third_party/LLVM/test/CodeGen/Generic/externally_available.ll
diff --git a/src/LLVM/test/CodeGen/Generic/fastcall.ll b/third_party/LLVM/test/CodeGen/Generic/fastcall.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/fastcall.ll
rename to third_party/LLVM/test/CodeGen/Generic/fastcall.ll
diff --git a/src/LLVM/test/CodeGen/Generic/fneg-fabs.ll b/third_party/LLVM/test/CodeGen/Generic/fneg-fabs.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/fneg-fabs.ll
rename to third_party/LLVM/test/CodeGen/Generic/fneg-fabs.ll
diff --git a/src/LLVM/test/CodeGen/Generic/fp-to-int-invalid.ll b/third_party/LLVM/test/CodeGen/Generic/fp-to-int-invalid.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/fp-to-int-invalid.ll
rename to third_party/LLVM/test/CodeGen/Generic/fp-to-int-invalid.ll
diff --git a/src/LLVM/test/CodeGen/Generic/fp_to_int.ll b/third_party/LLVM/test/CodeGen/Generic/fp_to_int.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/fp_to_int.ll
rename to third_party/LLVM/test/CodeGen/Generic/fp_to_int.ll
diff --git a/src/LLVM/test/CodeGen/Generic/fpowi-promote.ll b/third_party/LLVM/test/CodeGen/Generic/fpowi-promote.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/fpowi-promote.ll
rename to third_party/LLVM/test/CodeGen/Generic/fpowi-promote.ll
diff --git a/src/LLVM/test/CodeGen/Generic/fwdtwice.ll b/third_party/LLVM/test/CodeGen/Generic/fwdtwice.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/fwdtwice.ll
rename to third_party/LLVM/test/CodeGen/Generic/fwdtwice.ll
diff --git a/src/LLVM/test/CodeGen/Generic/global-ret0.ll b/third_party/LLVM/test/CodeGen/Generic/global-ret0.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/global-ret0.ll
rename to third_party/LLVM/test/CodeGen/Generic/global-ret0.ll
diff --git a/src/LLVM/test/CodeGen/Generic/hello.ll b/third_party/LLVM/test/CodeGen/Generic/hello.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/hello.ll
rename to third_party/LLVM/test/CodeGen/Generic/hello.ll
diff --git a/src/LLVM/test/CodeGen/Generic/i128-addsub.ll b/third_party/LLVM/test/CodeGen/Generic/i128-addsub.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/i128-addsub.ll
rename to third_party/LLVM/test/CodeGen/Generic/i128-addsub.ll
diff --git a/src/LLVM/test/CodeGen/Generic/i128-arith.ll b/third_party/LLVM/test/CodeGen/Generic/i128-arith.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/i128-arith.ll
rename to third_party/LLVM/test/CodeGen/Generic/i128-arith.ll
diff --git a/src/LLVM/test/CodeGen/Generic/inline-asm-special-strings.ll b/third_party/LLVM/test/CodeGen/Generic/inline-asm-special-strings.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/inline-asm-special-strings.ll
rename to third_party/LLVM/test/CodeGen/Generic/inline-asm-special-strings.ll
diff --git a/src/LLVM/test/CodeGen/Generic/intrinsics.ll b/third_party/LLVM/test/CodeGen/Generic/intrinsics.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/intrinsics.ll
rename to third_party/LLVM/test/CodeGen/Generic/intrinsics.ll
diff --git a/src/LLVM/test/CodeGen/Generic/invalid-memcpy.ll b/third_party/LLVM/test/CodeGen/Generic/invalid-memcpy.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/invalid-memcpy.ll
rename to third_party/LLVM/test/CodeGen/Generic/invalid-memcpy.ll
diff --git a/src/LLVM/test/CodeGen/Generic/isunord.ll b/third_party/LLVM/test/CodeGen/Generic/isunord.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/isunord.ll
rename to third_party/LLVM/test/CodeGen/Generic/isunord.ll
diff --git a/src/LLVM/test/CodeGen/Generic/llvm-ct-intrinsics.ll b/third_party/LLVM/test/CodeGen/Generic/llvm-ct-intrinsics.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/llvm-ct-intrinsics.ll
rename to third_party/LLVM/test/CodeGen/Generic/llvm-ct-intrinsics.ll
diff --git a/src/LLVM/test/CodeGen/Generic/multiple-return-values-cross-block-with-invoke.ll b/third_party/LLVM/test/CodeGen/Generic/multiple-return-values-cross-block-with-invoke.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/multiple-return-values-cross-block-with-invoke.ll
rename to third_party/LLVM/test/CodeGen/Generic/multiple-return-values-cross-block-with-invoke.ll
diff --git a/src/LLVM/test/CodeGen/Generic/negintconst.ll b/third_party/LLVM/test/CodeGen/Generic/negintconst.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/negintconst.ll
rename to third_party/LLVM/test/CodeGen/Generic/negintconst.ll
diff --git a/src/LLVM/test/CodeGen/Generic/nested-select.ll b/third_party/LLVM/test/CodeGen/Generic/nested-select.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/nested-select.ll
rename to third_party/LLVM/test/CodeGen/Generic/nested-select.ll
diff --git a/src/LLVM/test/CodeGen/Generic/overflow.ll b/third_party/LLVM/test/CodeGen/Generic/overflow.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/overflow.ll
rename to third_party/LLVM/test/CodeGen/Generic/overflow.ll
diff --git a/src/LLVM/test/CodeGen/Generic/pr2625.ll b/third_party/LLVM/test/CodeGen/Generic/pr2625.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/pr2625.ll
rename to third_party/LLVM/test/CodeGen/Generic/pr2625.ll
diff --git a/src/LLVM/test/CodeGen/Generic/pr3288.ll b/third_party/LLVM/test/CodeGen/Generic/pr3288.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/pr3288.ll
rename to third_party/LLVM/test/CodeGen/Generic/pr3288.ll
diff --git a/src/LLVM/test/CodeGen/Generic/print-add.ll b/third_party/LLVM/test/CodeGen/Generic/print-add.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/print-add.ll
rename to third_party/LLVM/test/CodeGen/Generic/print-add.ll
diff --git a/src/LLVM/test/CodeGen/Generic/print-arith-fp.ll b/third_party/LLVM/test/CodeGen/Generic/print-arith-fp.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/print-arith-fp.ll
rename to third_party/LLVM/test/CodeGen/Generic/print-arith-fp.ll
diff --git a/src/LLVM/test/CodeGen/Generic/print-arith-int.ll b/third_party/LLVM/test/CodeGen/Generic/print-arith-int.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/print-arith-int.ll
rename to third_party/LLVM/test/CodeGen/Generic/print-arith-int.ll
diff --git a/src/LLVM/test/CodeGen/Generic/print-int.ll b/third_party/LLVM/test/CodeGen/Generic/print-int.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/print-int.ll
rename to third_party/LLVM/test/CodeGen/Generic/print-int.ll
diff --git a/src/LLVM/test/CodeGen/Generic/print-mul-exp.ll b/third_party/LLVM/test/CodeGen/Generic/print-mul-exp.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/print-mul-exp.ll
rename to third_party/LLVM/test/CodeGen/Generic/print-mul-exp.ll
diff --git a/src/LLVM/test/CodeGen/Generic/print-mul.ll b/third_party/LLVM/test/CodeGen/Generic/print-mul.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/print-mul.ll
rename to third_party/LLVM/test/CodeGen/Generic/print-mul.ll
diff --git a/src/LLVM/test/CodeGen/Generic/print-shift.ll b/third_party/LLVM/test/CodeGen/Generic/print-shift.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/print-shift.ll
rename to third_party/LLVM/test/CodeGen/Generic/print-shift.ll
diff --git a/src/LLVM/test/CodeGen/Generic/ret0.ll b/third_party/LLVM/test/CodeGen/Generic/ret0.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/ret0.ll
rename to third_party/LLVM/test/CodeGen/Generic/ret0.ll
diff --git a/src/LLVM/test/CodeGen/Generic/ret42.ll b/third_party/LLVM/test/CodeGen/Generic/ret42.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/ret42.ll
rename to third_party/LLVM/test/CodeGen/Generic/ret42.ll
diff --git a/src/LLVM/test/CodeGen/Generic/select-cc.ll b/third_party/LLVM/test/CodeGen/Generic/select-cc.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/select-cc.ll
rename to third_party/LLVM/test/CodeGen/Generic/select-cc.ll
diff --git a/src/LLVM/test/CodeGen/Generic/select.ll b/third_party/LLVM/test/CodeGen/Generic/select.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/select.ll
rename to third_party/LLVM/test/CodeGen/Generic/select.ll
diff --git a/src/LLVM/test/CodeGen/Generic/shift-int64.ll b/third_party/LLVM/test/CodeGen/Generic/shift-int64.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/shift-int64.ll
rename to third_party/LLVM/test/CodeGen/Generic/shift-int64.ll
diff --git a/src/LLVM/test/CodeGen/Generic/stacksave-restore.ll b/third_party/LLVM/test/CodeGen/Generic/stacksave-restore.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/stacksave-restore.ll
rename to third_party/LLVM/test/CodeGen/Generic/stacksave-restore.ll
diff --git a/src/LLVM/test/CodeGen/Generic/storetrunc-fp.ll b/third_party/LLVM/test/CodeGen/Generic/storetrunc-fp.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/storetrunc-fp.ll
rename to third_party/LLVM/test/CodeGen/Generic/storetrunc-fp.ll
diff --git a/src/LLVM/test/CodeGen/Generic/switch-lower-feature.ll b/third_party/LLVM/test/CodeGen/Generic/switch-lower-feature.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/switch-lower-feature.ll
rename to third_party/LLVM/test/CodeGen/Generic/switch-lower-feature.ll
diff --git a/src/LLVM/test/CodeGen/Generic/switch-lower.ll b/third_party/LLVM/test/CodeGen/Generic/switch-lower.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/switch-lower.ll
rename to third_party/LLVM/test/CodeGen/Generic/switch-lower.ll
diff --git a/src/LLVM/test/CodeGen/Generic/trap.ll b/third_party/LLVM/test/CodeGen/Generic/trap.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/trap.ll
rename to third_party/LLVM/test/CodeGen/Generic/trap.ll
diff --git a/src/LLVM/test/CodeGen/Generic/v-split.ll b/third_party/LLVM/test/CodeGen/Generic/v-split.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/v-split.ll
rename to third_party/LLVM/test/CodeGen/Generic/v-split.ll
diff --git a/src/LLVM/test/CodeGen/Generic/vector-casts.ll b/third_party/LLVM/test/CodeGen/Generic/vector-casts.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/vector-casts.ll
rename to third_party/LLVM/test/CodeGen/Generic/vector-casts.ll
diff --git a/src/LLVM/test/CodeGen/Generic/vector-constantexpr.ll b/third_party/LLVM/test/CodeGen/Generic/vector-constantexpr.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/vector-constantexpr.ll
rename to third_party/LLVM/test/CodeGen/Generic/vector-constantexpr.ll
diff --git a/src/LLVM/test/CodeGen/Generic/vector-identity-shuffle.ll b/third_party/LLVM/test/CodeGen/Generic/vector-identity-shuffle.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/vector-identity-shuffle.ll
rename to third_party/LLVM/test/CodeGen/Generic/vector-identity-shuffle.ll
diff --git a/src/LLVM/test/CodeGen/Generic/vector.ll b/third_party/LLVM/test/CodeGen/Generic/vector.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/vector.ll
rename to third_party/LLVM/test/CodeGen/Generic/vector.ll
diff --git a/src/LLVM/test/CodeGen/Generic/zero-sized-array.ll b/third_party/LLVM/test/CodeGen/Generic/zero-sized-array.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Generic/zero-sized-array.ll
rename to third_party/LLVM/test/CodeGen/Generic/zero-sized-array.ll
diff --git a/src/LLVM/test/CodeGen/MBlaze/2010-04-07-DbgValueOtherTargets.ll b/third_party/LLVM/test/CodeGen/MBlaze/2010-04-07-DbgValueOtherTargets.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/MBlaze/2010-04-07-DbgValueOtherTargets.ll
rename to third_party/LLVM/test/CodeGen/MBlaze/2010-04-07-DbgValueOtherTargets.ll
diff --git a/src/LLVM/test/CodeGen/MBlaze/brind.ll b/third_party/LLVM/test/CodeGen/MBlaze/brind.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/MBlaze/brind.ll
rename to third_party/LLVM/test/CodeGen/MBlaze/brind.ll
diff --git a/src/LLVM/test/CodeGen/MBlaze/callind.ll b/third_party/LLVM/test/CodeGen/MBlaze/callind.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/MBlaze/callind.ll
rename to third_party/LLVM/test/CodeGen/MBlaze/callind.ll
diff --git a/src/LLVM/test/CodeGen/MBlaze/cc.ll b/third_party/LLVM/test/CodeGen/MBlaze/cc.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/MBlaze/cc.ll
rename to third_party/LLVM/test/CodeGen/MBlaze/cc.ll
diff --git a/src/LLVM/test/CodeGen/MBlaze/dg.exp b/third_party/LLVM/test/CodeGen/MBlaze/dg.exp
similarity index 100%
rename from src/LLVM/test/CodeGen/MBlaze/dg.exp
rename to third_party/LLVM/test/CodeGen/MBlaze/dg.exp
diff --git a/src/LLVM/test/CodeGen/MBlaze/div.ll b/third_party/LLVM/test/CodeGen/MBlaze/div.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/MBlaze/div.ll
rename to third_party/LLVM/test/CodeGen/MBlaze/div.ll
diff --git a/src/LLVM/test/CodeGen/MBlaze/fpu.ll b/third_party/LLVM/test/CodeGen/MBlaze/fpu.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/MBlaze/fpu.ll
rename to third_party/LLVM/test/CodeGen/MBlaze/fpu.ll
diff --git a/src/LLVM/test/CodeGen/MBlaze/fsl.ll b/third_party/LLVM/test/CodeGen/MBlaze/fsl.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/MBlaze/fsl.ll
rename to third_party/LLVM/test/CodeGen/MBlaze/fsl.ll
diff --git a/src/LLVM/test/CodeGen/MBlaze/imm.ll b/third_party/LLVM/test/CodeGen/MBlaze/imm.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/MBlaze/imm.ll
rename to third_party/LLVM/test/CodeGen/MBlaze/imm.ll
diff --git a/src/LLVM/test/CodeGen/MBlaze/intr.ll b/third_party/LLVM/test/CodeGen/MBlaze/intr.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/MBlaze/intr.ll
rename to third_party/LLVM/test/CodeGen/MBlaze/intr.ll
diff --git a/src/LLVM/test/CodeGen/MBlaze/jumptable.ll b/third_party/LLVM/test/CodeGen/MBlaze/jumptable.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/MBlaze/jumptable.ll
rename to third_party/LLVM/test/CodeGen/MBlaze/jumptable.ll
diff --git a/src/LLVM/test/CodeGen/MBlaze/loop.ll b/third_party/LLVM/test/CodeGen/MBlaze/loop.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/MBlaze/loop.ll
rename to third_party/LLVM/test/CodeGen/MBlaze/loop.ll
diff --git a/src/LLVM/test/CodeGen/MBlaze/mul.ll b/third_party/LLVM/test/CodeGen/MBlaze/mul.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/MBlaze/mul.ll
rename to third_party/LLVM/test/CodeGen/MBlaze/mul.ll
diff --git a/src/LLVM/test/CodeGen/MBlaze/mul64.ll b/third_party/LLVM/test/CodeGen/MBlaze/mul64.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/MBlaze/mul64.ll
rename to third_party/LLVM/test/CodeGen/MBlaze/mul64.ll
diff --git a/src/LLVM/test/CodeGen/MBlaze/select.ll b/third_party/LLVM/test/CodeGen/MBlaze/select.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/MBlaze/select.ll
rename to third_party/LLVM/test/CodeGen/MBlaze/select.ll
diff --git a/src/LLVM/test/CodeGen/MBlaze/shift.ll b/third_party/LLVM/test/CodeGen/MBlaze/shift.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/MBlaze/shift.ll
rename to third_party/LLVM/test/CodeGen/MBlaze/shift.ll
diff --git a/src/LLVM/test/CodeGen/MBlaze/svol.ll b/third_party/LLVM/test/CodeGen/MBlaze/svol.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/MBlaze/svol.ll
rename to third_party/LLVM/test/CodeGen/MBlaze/svol.ll
diff --git a/src/LLVM/test/CodeGen/MSP430/2009-05-10-CyclicDAG.ll b/third_party/LLVM/test/CodeGen/MSP430/2009-05-10-CyclicDAG.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/MSP430/2009-05-10-CyclicDAG.ll
rename to third_party/LLVM/test/CodeGen/MSP430/2009-05-10-CyclicDAG.ll
diff --git a/src/LLVM/test/CodeGen/MSP430/2009-05-17-Rot.ll b/third_party/LLVM/test/CodeGen/MSP430/2009-05-17-Rot.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/MSP430/2009-05-17-Rot.ll
rename to third_party/LLVM/test/CodeGen/MSP430/2009-05-17-Rot.ll
diff --git a/src/LLVM/test/CodeGen/MSP430/2009-05-17-Shift.ll b/third_party/LLVM/test/CodeGen/MSP430/2009-05-17-Shift.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/MSP430/2009-05-17-Shift.ll
rename to third_party/LLVM/test/CodeGen/MSP430/2009-05-17-Shift.ll
diff --git a/src/LLVM/test/CodeGen/MSP430/2009-05-19-DoubleSplit.ll b/third_party/LLVM/test/CodeGen/MSP430/2009-05-19-DoubleSplit.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/MSP430/2009-05-19-DoubleSplit.ll
rename to third_party/LLVM/test/CodeGen/MSP430/2009-05-19-DoubleSplit.ll
diff --git a/src/LLVM/test/CodeGen/MSP430/2009-08-25-DynamicStackAlloc.ll b/third_party/LLVM/test/CodeGen/MSP430/2009-08-25-DynamicStackAlloc.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/MSP430/2009-08-25-DynamicStackAlloc.ll
rename to third_party/LLVM/test/CodeGen/MSP430/2009-08-25-DynamicStackAlloc.ll
diff --git a/src/LLVM/test/CodeGen/MSP430/2009-09-18-AbsoluteAddr.ll b/third_party/LLVM/test/CodeGen/MSP430/2009-09-18-AbsoluteAddr.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/MSP430/2009-09-18-AbsoluteAddr.ll
rename to third_party/LLVM/test/CodeGen/MSP430/2009-09-18-AbsoluteAddr.ll
diff --git a/src/LLVM/test/CodeGen/MSP430/2009-10-10-OrImpDef.ll b/third_party/LLVM/test/CodeGen/MSP430/2009-10-10-OrImpDef.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/MSP430/2009-10-10-OrImpDef.ll
rename to third_party/LLVM/test/CodeGen/MSP430/2009-10-10-OrImpDef.ll
diff --git a/src/LLVM/test/CodeGen/MSP430/2009-11-05-8BitLibcalls.ll b/third_party/LLVM/test/CodeGen/MSP430/2009-11-05-8BitLibcalls.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/MSP430/2009-11-05-8BitLibcalls.ll
rename to third_party/LLVM/test/CodeGen/MSP430/2009-11-05-8BitLibcalls.ll
diff --git a/src/LLVM/test/CodeGen/MSP430/2009-11-08-InvalidResNo.ll b/third_party/LLVM/test/CodeGen/MSP430/2009-11-08-InvalidResNo.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/MSP430/2009-11-08-InvalidResNo.ll
rename to third_party/LLVM/test/CodeGen/MSP430/2009-11-08-InvalidResNo.ll
diff --git a/src/LLVM/test/CodeGen/MSP430/2009-11-20-NewNode.ll b/third_party/LLVM/test/CodeGen/MSP430/2009-11-20-NewNode.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/MSP430/2009-11-20-NewNode.ll
rename to third_party/LLVM/test/CodeGen/MSP430/2009-11-20-NewNode.ll
diff --git a/src/LLVM/test/CodeGen/MSP430/2009-12-21-FrameAddr.ll b/third_party/LLVM/test/CodeGen/MSP430/2009-12-21-FrameAddr.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/MSP430/2009-12-21-FrameAddr.ll
rename to third_party/LLVM/test/CodeGen/MSP430/2009-12-21-FrameAddr.ll
diff --git a/src/LLVM/test/CodeGen/MSP430/2009-12-22-InlineAsm.ll b/third_party/LLVM/test/CodeGen/MSP430/2009-12-22-InlineAsm.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/MSP430/2009-12-22-InlineAsm.ll
rename to third_party/LLVM/test/CodeGen/MSP430/2009-12-22-InlineAsm.ll
diff --git a/src/LLVM/test/CodeGen/MSP430/2010-04-07-DbgValueOtherTargets.ll b/third_party/LLVM/test/CodeGen/MSP430/2010-04-07-DbgValueOtherTargets.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/MSP430/2010-04-07-DbgValueOtherTargets.ll
rename to third_party/LLVM/test/CodeGen/MSP430/2010-04-07-DbgValueOtherTargets.ll
diff --git a/src/LLVM/test/CodeGen/MSP430/2010-05-01-CombinerAnd.ll b/third_party/LLVM/test/CodeGen/MSP430/2010-05-01-CombinerAnd.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/MSP430/2010-05-01-CombinerAnd.ll
rename to third_party/LLVM/test/CodeGen/MSP430/2010-05-01-CombinerAnd.ll
diff --git a/src/LLVM/test/CodeGen/MSP430/AddrMode-bis-rx.ll b/third_party/LLVM/test/CodeGen/MSP430/AddrMode-bis-rx.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/MSP430/AddrMode-bis-rx.ll
rename to third_party/LLVM/test/CodeGen/MSP430/AddrMode-bis-rx.ll
diff --git a/src/LLVM/test/CodeGen/MSP430/AddrMode-bis-xr.ll b/third_party/LLVM/test/CodeGen/MSP430/AddrMode-bis-xr.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/MSP430/AddrMode-bis-xr.ll
rename to third_party/LLVM/test/CodeGen/MSP430/AddrMode-bis-xr.ll
diff --git a/src/LLVM/test/CodeGen/MSP430/AddrMode-mov-rx.ll b/third_party/LLVM/test/CodeGen/MSP430/AddrMode-mov-rx.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/MSP430/AddrMode-mov-rx.ll
rename to third_party/LLVM/test/CodeGen/MSP430/AddrMode-mov-rx.ll
diff --git a/src/LLVM/test/CodeGen/MSP430/AddrMode-mov-xr.ll b/third_party/LLVM/test/CodeGen/MSP430/AddrMode-mov-xr.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/MSP430/AddrMode-mov-xr.ll
rename to third_party/LLVM/test/CodeGen/MSP430/AddrMode-mov-xr.ll
diff --git a/src/LLVM/test/CodeGen/MSP430/Inst16mi.ll b/third_party/LLVM/test/CodeGen/MSP430/Inst16mi.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/MSP430/Inst16mi.ll
rename to third_party/LLVM/test/CodeGen/MSP430/Inst16mi.ll
diff --git a/src/LLVM/test/CodeGen/MSP430/Inst16mm.ll b/third_party/LLVM/test/CodeGen/MSP430/Inst16mm.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/MSP430/Inst16mm.ll
rename to third_party/LLVM/test/CodeGen/MSP430/Inst16mm.ll
diff --git a/src/LLVM/test/CodeGen/MSP430/Inst16mr.ll b/third_party/LLVM/test/CodeGen/MSP430/Inst16mr.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/MSP430/Inst16mr.ll
rename to third_party/LLVM/test/CodeGen/MSP430/Inst16mr.ll
diff --git a/src/LLVM/test/CodeGen/MSP430/Inst16ri.ll b/third_party/LLVM/test/CodeGen/MSP430/Inst16ri.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/MSP430/Inst16ri.ll
rename to third_party/LLVM/test/CodeGen/MSP430/Inst16ri.ll
diff --git a/src/LLVM/test/CodeGen/MSP430/Inst16rm.ll b/third_party/LLVM/test/CodeGen/MSP430/Inst16rm.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/MSP430/Inst16rm.ll
rename to third_party/LLVM/test/CodeGen/MSP430/Inst16rm.ll
diff --git a/src/LLVM/test/CodeGen/MSP430/Inst16rr.ll b/third_party/LLVM/test/CodeGen/MSP430/Inst16rr.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/MSP430/Inst16rr.ll
rename to third_party/LLVM/test/CodeGen/MSP430/Inst16rr.ll
diff --git a/src/LLVM/test/CodeGen/MSP430/Inst8mi.ll b/third_party/LLVM/test/CodeGen/MSP430/Inst8mi.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/MSP430/Inst8mi.ll
rename to third_party/LLVM/test/CodeGen/MSP430/Inst8mi.ll
diff --git a/src/LLVM/test/CodeGen/MSP430/Inst8mm.ll b/third_party/LLVM/test/CodeGen/MSP430/Inst8mm.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/MSP430/Inst8mm.ll
rename to third_party/LLVM/test/CodeGen/MSP430/Inst8mm.ll
diff --git a/src/LLVM/test/CodeGen/MSP430/Inst8mr.ll b/third_party/LLVM/test/CodeGen/MSP430/Inst8mr.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/MSP430/Inst8mr.ll
rename to third_party/LLVM/test/CodeGen/MSP430/Inst8mr.ll
diff --git a/src/LLVM/test/CodeGen/MSP430/Inst8ri.ll b/third_party/LLVM/test/CodeGen/MSP430/Inst8ri.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/MSP430/Inst8ri.ll
rename to third_party/LLVM/test/CodeGen/MSP430/Inst8ri.ll
diff --git a/src/LLVM/test/CodeGen/MSP430/Inst8rm.ll b/third_party/LLVM/test/CodeGen/MSP430/Inst8rm.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/MSP430/Inst8rm.ll
rename to third_party/LLVM/test/CodeGen/MSP430/Inst8rm.ll
diff --git a/src/LLVM/test/CodeGen/MSP430/Inst8rr.ll b/third_party/LLVM/test/CodeGen/MSP430/Inst8rr.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/MSP430/Inst8rr.ll
rename to third_party/LLVM/test/CodeGen/MSP430/Inst8rr.ll
diff --git a/src/LLVM/test/CodeGen/MSP430/bit.ll b/third_party/LLVM/test/CodeGen/MSP430/bit.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/MSP430/bit.ll
rename to third_party/LLVM/test/CodeGen/MSP430/bit.ll
diff --git a/src/LLVM/test/CodeGen/MSP430/dg.exp b/third_party/LLVM/test/CodeGen/MSP430/dg.exp
similarity index 100%
rename from src/LLVM/test/CodeGen/MSP430/dg.exp
rename to third_party/LLVM/test/CodeGen/MSP430/dg.exp
diff --git a/src/LLVM/test/CodeGen/MSP430/indirectbr.ll b/third_party/LLVM/test/CodeGen/MSP430/indirectbr.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/MSP430/indirectbr.ll
rename to third_party/LLVM/test/CodeGen/MSP430/indirectbr.ll
diff --git a/src/LLVM/test/CodeGen/MSP430/indirectbr2.ll b/third_party/LLVM/test/CodeGen/MSP430/indirectbr2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/MSP430/indirectbr2.ll
rename to third_party/LLVM/test/CodeGen/MSP430/indirectbr2.ll
diff --git a/src/LLVM/test/CodeGen/MSP430/inline-asm.ll b/third_party/LLVM/test/CodeGen/MSP430/inline-asm.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/MSP430/inline-asm.ll
rename to third_party/LLVM/test/CodeGen/MSP430/inline-asm.ll
diff --git a/src/LLVM/test/CodeGen/MSP430/mult-alt-generic-msp430.ll b/third_party/LLVM/test/CodeGen/MSP430/mult-alt-generic-msp430.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/MSP430/mult-alt-generic-msp430.ll
rename to third_party/LLVM/test/CodeGen/MSP430/mult-alt-generic-msp430.ll
diff --git a/src/LLVM/test/CodeGen/MSP430/postinc.ll b/third_party/LLVM/test/CodeGen/MSP430/postinc.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/MSP430/postinc.ll
rename to third_party/LLVM/test/CodeGen/MSP430/postinc.ll
diff --git a/src/LLVM/test/CodeGen/MSP430/setcc.ll b/third_party/LLVM/test/CodeGen/MSP430/setcc.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/MSP430/setcc.ll
rename to third_party/LLVM/test/CodeGen/MSP430/setcc.ll
diff --git a/src/LLVM/test/CodeGen/MSP430/shifts.ll b/third_party/LLVM/test/CodeGen/MSP430/shifts.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/MSP430/shifts.ll
rename to third_party/LLVM/test/CodeGen/MSP430/shifts.ll
diff --git a/src/LLVM/test/CodeGen/Mips/2008-06-05-Carry.ll b/third_party/LLVM/test/CodeGen/Mips/2008-06-05-Carry.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Mips/2008-06-05-Carry.ll
rename to third_party/LLVM/test/CodeGen/Mips/2008-06-05-Carry.ll
diff --git a/src/LLVM/test/CodeGen/Mips/2008-07-03-SRet.ll b/third_party/LLVM/test/CodeGen/Mips/2008-07-03-SRet.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Mips/2008-07-03-SRet.ll
rename to third_party/LLVM/test/CodeGen/Mips/2008-07-03-SRet.ll
diff --git a/src/LLVM/test/CodeGen/Mips/2008-07-06-fadd64.ll b/third_party/LLVM/test/CodeGen/Mips/2008-07-06-fadd64.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Mips/2008-07-06-fadd64.ll
rename to third_party/LLVM/test/CodeGen/Mips/2008-07-06-fadd64.ll
diff --git a/src/LLVM/test/CodeGen/Mips/2008-07-07-FPExtend.ll b/third_party/LLVM/test/CodeGen/Mips/2008-07-07-FPExtend.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Mips/2008-07-07-FPExtend.ll
rename to third_party/LLVM/test/CodeGen/Mips/2008-07-07-FPExtend.ll
diff --git a/src/LLVM/test/CodeGen/Mips/2008-07-07-Float2Int.ll b/third_party/LLVM/test/CodeGen/Mips/2008-07-07-Float2Int.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Mips/2008-07-07-Float2Int.ll
rename to third_party/LLVM/test/CodeGen/Mips/2008-07-07-Float2Int.ll
diff --git a/src/LLVM/test/CodeGen/Mips/2008-07-07-IntDoubleConvertions.ll b/third_party/LLVM/test/CodeGen/Mips/2008-07-07-IntDoubleConvertions.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Mips/2008-07-07-IntDoubleConvertions.ll
rename to third_party/LLVM/test/CodeGen/Mips/2008-07-07-IntDoubleConvertions.ll
diff --git a/src/LLVM/test/CodeGen/Mips/2008-07-15-InternalConstant.ll b/third_party/LLVM/test/CodeGen/Mips/2008-07-15-InternalConstant.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Mips/2008-07-15-InternalConstant.ll
rename to third_party/LLVM/test/CodeGen/Mips/2008-07-15-InternalConstant.ll
diff --git a/src/LLVM/test/CodeGen/Mips/2008-07-15-SmallSection.ll b/third_party/LLVM/test/CodeGen/Mips/2008-07-15-SmallSection.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Mips/2008-07-15-SmallSection.ll
rename to third_party/LLVM/test/CodeGen/Mips/2008-07-15-SmallSection.ll
diff --git a/src/LLVM/test/CodeGen/Mips/2008-07-16-SignExtInReg.ll b/third_party/LLVM/test/CodeGen/Mips/2008-07-16-SignExtInReg.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Mips/2008-07-16-SignExtInReg.ll
rename to third_party/LLVM/test/CodeGen/Mips/2008-07-16-SignExtInReg.ll
diff --git a/src/LLVM/test/CodeGen/Mips/2008-07-22-Cstpool.ll b/third_party/LLVM/test/CodeGen/Mips/2008-07-22-Cstpool.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Mips/2008-07-22-Cstpool.ll
rename to third_party/LLVM/test/CodeGen/Mips/2008-07-22-Cstpool.ll
diff --git a/src/LLVM/test/CodeGen/Mips/2008-07-23-fpcmp.ll b/third_party/LLVM/test/CodeGen/Mips/2008-07-23-fpcmp.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Mips/2008-07-23-fpcmp.ll
rename to third_party/LLVM/test/CodeGen/Mips/2008-07-23-fpcmp.ll
diff --git a/src/LLVM/test/CodeGen/Mips/2008-07-29-icmp.ll b/third_party/LLVM/test/CodeGen/Mips/2008-07-29-icmp.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Mips/2008-07-29-icmp.ll
rename to third_party/LLVM/test/CodeGen/Mips/2008-07-29-icmp.ll
diff --git a/src/LLVM/test/CodeGen/Mips/2008-07-31-fcopysign.ll b/third_party/LLVM/test/CodeGen/Mips/2008-07-31-fcopysign.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Mips/2008-07-31-fcopysign.ll
rename to third_party/LLVM/test/CodeGen/Mips/2008-07-31-fcopysign.ll
diff --git a/src/LLVM/test/CodeGen/Mips/2008-08-01-AsmInline.ll b/third_party/LLVM/test/CodeGen/Mips/2008-08-01-AsmInline.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Mips/2008-08-01-AsmInline.ll
rename to third_party/LLVM/test/CodeGen/Mips/2008-08-01-AsmInline.ll
diff --git a/src/LLVM/test/CodeGen/Mips/2008-08-03-ReturnDouble.ll b/third_party/LLVM/test/CodeGen/Mips/2008-08-03-ReturnDouble.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Mips/2008-08-03-ReturnDouble.ll
rename to third_party/LLVM/test/CodeGen/Mips/2008-08-03-ReturnDouble.ll
diff --git a/src/LLVM/test/CodeGen/Mips/2008-08-03-fabs64.ll b/third_party/LLVM/test/CodeGen/Mips/2008-08-03-fabs64.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Mips/2008-08-03-fabs64.ll
rename to third_party/LLVM/test/CodeGen/Mips/2008-08-03-fabs64.ll
diff --git a/src/LLVM/test/CodeGen/Mips/2008-08-04-Bitconvert.ll b/third_party/LLVM/test/CodeGen/Mips/2008-08-04-Bitconvert.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Mips/2008-08-04-Bitconvert.ll
rename to third_party/LLVM/test/CodeGen/Mips/2008-08-04-Bitconvert.ll
diff --git a/src/LLVM/test/CodeGen/Mips/2008-08-06-Alloca.ll b/third_party/LLVM/test/CodeGen/Mips/2008-08-06-Alloca.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Mips/2008-08-06-Alloca.ll
rename to third_party/LLVM/test/CodeGen/Mips/2008-08-06-Alloca.ll
diff --git a/src/LLVM/test/CodeGen/Mips/2008-08-07-CC.ll b/third_party/LLVM/test/CodeGen/Mips/2008-08-07-CC.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Mips/2008-08-07-CC.ll
rename to third_party/LLVM/test/CodeGen/Mips/2008-08-07-CC.ll
diff --git a/src/LLVM/test/CodeGen/Mips/2008-08-07-FPRound.ll b/third_party/LLVM/test/CodeGen/Mips/2008-08-07-FPRound.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Mips/2008-08-07-FPRound.ll
rename to third_party/LLVM/test/CodeGen/Mips/2008-08-07-FPRound.ll
diff --git a/src/LLVM/test/CodeGen/Mips/2008-08-08-bswap.ll b/third_party/LLVM/test/CodeGen/Mips/2008-08-08-bswap.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Mips/2008-08-08-bswap.ll
rename to third_party/LLVM/test/CodeGen/Mips/2008-08-08-bswap.ll
diff --git a/src/LLVM/test/CodeGen/Mips/2008-08-08-ctlz.ll b/third_party/LLVM/test/CodeGen/Mips/2008-08-08-ctlz.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Mips/2008-08-08-ctlz.ll
rename to third_party/LLVM/test/CodeGen/Mips/2008-08-08-ctlz.ll
diff --git a/src/LLVM/test/CodeGen/Mips/2008-10-13-LegalizerBug.ll b/third_party/LLVM/test/CodeGen/Mips/2008-10-13-LegalizerBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Mips/2008-10-13-LegalizerBug.ll
rename to third_party/LLVM/test/CodeGen/Mips/2008-10-13-LegalizerBug.ll
diff --git a/src/LLVM/test/CodeGen/Mips/2008-11-10-xint_to_fp.ll b/third_party/LLVM/test/CodeGen/Mips/2008-11-10-xint_to_fp.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Mips/2008-11-10-xint_to_fp.ll
rename to third_party/LLVM/test/CodeGen/Mips/2008-11-10-xint_to_fp.ll
diff --git a/src/LLVM/test/CodeGen/Mips/2009-11-16-CstPoolLoad.ll b/third_party/LLVM/test/CodeGen/Mips/2009-11-16-CstPoolLoad.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Mips/2009-11-16-CstPoolLoad.ll
rename to third_party/LLVM/test/CodeGen/Mips/2009-11-16-CstPoolLoad.ll
diff --git a/src/LLVM/test/CodeGen/Mips/2010-04-07-DbgValueOtherTargets.ll b/third_party/LLVM/test/CodeGen/Mips/2010-04-07-DbgValueOtherTargets.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Mips/2010-04-07-DbgValueOtherTargets.ll
rename to third_party/LLVM/test/CodeGen/Mips/2010-04-07-DbgValueOtherTargets.ll
diff --git a/src/LLVM/test/CodeGen/Mips/2010-07-20-Switch.ll b/third_party/LLVM/test/CodeGen/Mips/2010-07-20-Switch.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Mips/2010-07-20-Switch.ll
rename to third_party/LLVM/test/CodeGen/Mips/2010-07-20-Switch.ll
diff --git a/src/LLVM/test/CodeGen/Mips/2010-11-09-CountLeading.ll b/third_party/LLVM/test/CodeGen/Mips/2010-11-09-CountLeading.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Mips/2010-11-09-CountLeading.ll
rename to third_party/LLVM/test/CodeGen/Mips/2010-11-09-CountLeading.ll
diff --git a/src/LLVM/test/CodeGen/Mips/2010-11-09-Mul.ll b/third_party/LLVM/test/CodeGen/Mips/2010-11-09-Mul.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Mips/2010-11-09-Mul.ll
rename to third_party/LLVM/test/CodeGen/Mips/2010-11-09-Mul.ll
diff --git a/src/LLVM/test/CodeGen/Mips/2011-05-26-BranchKillsVreg.ll b/third_party/LLVM/test/CodeGen/Mips/2011-05-26-BranchKillsVreg.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Mips/2011-05-26-BranchKillsVreg.ll
rename to third_party/LLVM/test/CodeGen/Mips/2011-05-26-BranchKillsVreg.ll
diff --git a/src/LLVM/test/CodeGen/Mips/addc.ll b/third_party/LLVM/test/CodeGen/Mips/addc.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Mips/addc.ll
rename to third_party/LLVM/test/CodeGen/Mips/addc.ll
diff --git a/src/LLVM/test/CodeGen/Mips/alloca.ll b/third_party/LLVM/test/CodeGen/Mips/alloca.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Mips/alloca.ll
rename to third_party/LLVM/test/CodeGen/Mips/alloca.ll
diff --git a/src/LLVM/test/CodeGen/Mips/analyzebranch.ll b/third_party/LLVM/test/CodeGen/Mips/analyzebranch.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Mips/analyzebranch.ll
rename to third_party/LLVM/test/CodeGen/Mips/analyzebranch.ll
diff --git a/src/LLVM/test/CodeGen/Mips/atomic.ll b/third_party/LLVM/test/CodeGen/Mips/atomic.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Mips/atomic.ll
rename to third_party/LLVM/test/CodeGen/Mips/atomic.ll
diff --git a/src/LLVM/test/CodeGen/Mips/blockaddr.ll b/third_party/LLVM/test/CodeGen/Mips/blockaddr.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Mips/blockaddr.ll
rename to third_party/LLVM/test/CodeGen/Mips/blockaddr.ll
diff --git a/src/LLVM/test/CodeGen/Mips/brdelayslot.ll b/third_party/LLVM/test/CodeGen/Mips/brdelayslot.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Mips/brdelayslot.ll
rename to third_party/LLVM/test/CodeGen/Mips/brdelayslot.ll
diff --git a/src/LLVM/test/CodeGen/Mips/buildpairextractelementf64.ll b/third_party/LLVM/test/CodeGen/Mips/buildpairextractelementf64.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Mips/buildpairextractelementf64.ll
rename to third_party/LLVM/test/CodeGen/Mips/buildpairextractelementf64.ll
diff --git a/src/LLVM/test/CodeGen/Mips/cmov.ll b/third_party/LLVM/test/CodeGen/Mips/cmov.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Mips/cmov.ll
rename to third_party/LLVM/test/CodeGen/Mips/cmov.ll
diff --git a/src/LLVM/test/CodeGen/Mips/constantfp0.ll b/third_party/LLVM/test/CodeGen/Mips/constantfp0.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Mips/constantfp0.ll
rename to third_party/LLVM/test/CodeGen/Mips/constantfp0.ll
diff --git a/src/LLVM/test/CodeGen/Mips/cprestore.ll b/third_party/LLVM/test/CodeGen/Mips/cprestore.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Mips/cprestore.ll
rename to third_party/LLVM/test/CodeGen/Mips/cprestore.ll
diff --git a/src/LLVM/test/CodeGen/Mips/dg.exp b/third_party/LLVM/test/CodeGen/Mips/dg.exp
similarity index 100%
rename from src/LLVM/test/CodeGen/Mips/dg.exp
rename to third_party/LLVM/test/CodeGen/Mips/dg.exp
diff --git a/src/LLVM/test/CodeGen/Mips/divrem.ll b/third_party/LLVM/test/CodeGen/Mips/divrem.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Mips/divrem.ll
rename to third_party/LLVM/test/CodeGen/Mips/divrem.ll
diff --git a/src/LLVM/test/CodeGen/Mips/double2int.ll b/third_party/LLVM/test/CodeGen/Mips/double2int.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Mips/double2int.ll
rename to third_party/LLVM/test/CodeGen/Mips/double2int.ll
diff --git a/src/LLVM/test/CodeGen/Mips/eh.ll b/third_party/LLVM/test/CodeGen/Mips/eh.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Mips/eh.ll
rename to third_party/LLVM/test/CodeGen/Mips/eh.ll
diff --git a/src/LLVM/test/CodeGen/Mips/extins.ll b/third_party/LLVM/test/CodeGen/Mips/extins.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Mips/extins.ll
rename to third_party/LLVM/test/CodeGen/Mips/extins.ll
diff --git a/src/LLVM/test/CodeGen/Mips/fcopysign.ll b/third_party/LLVM/test/CodeGen/Mips/fcopysign.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Mips/fcopysign.ll
rename to third_party/LLVM/test/CodeGen/Mips/fcopysign.ll
diff --git a/src/LLVM/test/CodeGen/Mips/fpbr.ll b/third_party/LLVM/test/CodeGen/Mips/fpbr.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Mips/fpbr.ll
rename to third_party/LLVM/test/CodeGen/Mips/fpbr.ll
diff --git a/src/LLVM/test/CodeGen/Mips/fpcmp.ll b/third_party/LLVM/test/CodeGen/Mips/fpcmp.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Mips/fpcmp.ll
rename to third_party/LLVM/test/CodeGen/Mips/fpcmp.ll
diff --git a/src/LLVM/test/CodeGen/Mips/frame-address.ll b/third_party/LLVM/test/CodeGen/Mips/frame-address.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Mips/frame-address.ll
rename to third_party/LLVM/test/CodeGen/Mips/frame-address.ll
diff --git a/src/LLVM/test/CodeGen/Mips/gprestore.ll b/third_party/LLVM/test/CodeGen/Mips/gprestore.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Mips/gprestore.ll
rename to third_party/LLVM/test/CodeGen/Mips/gprestore.ll
diff --git a/src/LLVM/test/CodeGen/Mips/i64arg.ll b/third_party/LLVM/test/CodeGen/Mips/i64arg.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Mips/i64arg.ll
rename to third_party/LLVM/test/CodeGen/Mips/i64arg.ll
diff --git a/src/LLVM/test/CodeGen/Mips/inlineasmmemop.ll b/third_party/LLVM/test/CodeGen/Mips/inlineasmmemop.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Mips/inlineasmmemop.ll
rename to third_party/LLVM/test/CodeGen/Mips/inlineasmmemop.ll
diff --git a/src/LLVM/test/CodeGen/Mips/internalfunc.ll b/third_party/LLVM/test/CodeGen/Mips/internalfunc.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Mips/internalfunc.ll
rename to third_party/LLVM/test/CodeGen/Mips/internalfunc.ll
diff --git a/src/LLVM/test/CodeGen/Mips/largeimm1.ll b/third_party/LLVM/test/CodeGen/Mips/largeimm1.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Mips/largeimm1.ll
rename to third_party/LLVM/test/CodeGen/Mips/largeimm1.ll
diff --git a/src/LLVM/test/CodeGen/Mips/largeimmprinting.ll b/third_party/LLVM/test/CodeGen/Mips/largeimmprinting.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Mips/largeimmprinting.ll
rename to third_party/LLVM/test/CodeGen/Mips/largeimmprinting.ll
diff --git a/src/LLVM/test/CodeGen/Mips/madd-msub.ll b/third_party/LLVM/test/CodeGen/Mips/madd-msub.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Mips/madd-msub.ll
rename to third_party/LLVM/test/CodeGen/Mips/madd-msub.ll
diff --git a/src/LLVM/test/CodeGen/Mips/mips64fpldst.ll b/third_party/LLVM/test/CodeGen/Mips/mips64fpldst.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Mips/mips64fpldst.ll
rename to third_party/LLVM/test/CodeGen/Mips/mips64fpldst.ll
diff --git a/src/LLVM/test/CodeGen/Mips/mips64instrs.ll b/third_party/LLVM/test/CodeGen/Mips/mips64instrs.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Mips/mips64instrs.ll
rename to third_party/LLVM/test/CodeGen/Mips/mips64instrs.ll
diff --git a/src/LLVM/test/CodeGen/Mips/mips64intldst.ll b/third_party/LLVM/test/CodeGen/Mips/mips64intldst.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Mips/mips64intldst.ll
rename to third_party/LLVM/test/CodeGen/Mips/mips64intldst.ll
diff --git a/src/LLVM/test/CodeGen/Mips/mips64shift.ll b/third_party/LLVM/test/CodeGen/Mips/mips64shift.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Mips/mips64shift.ll
rename to third_party/LLVM/test/CodeGen/Mips/mips64shift.ll
diff --git a/src/LLVM/test/CodeGen/Mips/mipslopat.ll b/third_party/LLVM/test/CodeGen/Mips/mipslopat.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Mips/mipslopat.ll
rename to third_party/LLVM/test/CodeGen/Mips/mipslopat.ll
diff --git a/src/LLVM/test/CodeGen/Mips/o32_cc.ll b/third_party/LLVM/test/CodeGen/Mips/o32_cc.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Mips/o32_cc.ll
rename to third_party/LLVM/test/CodeGen/Mips/o32_cc.ll
diff --git a/src/LLVM/test/CodeGen/Mips/o32_cc_byval.ll b/third_party/LLVM/test/CodeGen/Mips/o32_cc_byval.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Mips/o32_cc_byval.ll
rename to third_party/LLVM/test/CodeGen/Mips/o32_cc_byval.ll
diff --git a/src/LLVM/test/CodeGen/Mips/o32_cc_vararg.ll b/third_party/LLVM/test/CodeGen/Mips/o32_cc_vararg.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Mips/o32_cc_vararg.ll
rename to third_party/LLVM/test/CodeGen/Mips/o32_cc_vararg.ll
diff --git a/src/LLVM/test/CodeGen/Mips/private.ll b/third_party/LLVM/test/CodeGen/Mips/private.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Mips/private.ll
rename to third_party/LLVM/test/CodeGen/Mips/private.ll
diff --git a/src/LLVM/test/CodeGen/Mips/rotate.ll b/third_party/LLVM/test/CodeGen/Mips/rotate.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Mips/rotate.ll
rename to third_party/LLVM/test/CodeGen/Mips/rotate.ll
diff --git a/src/LLVM/test/CodeGen/Mips/select.ll b/third_party/LLVM/test/CodeGen/Mips/select.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Mips/select.ll
rename to third_party/LLVM/test/CodeGen/Mips/select.ll
diff --git a/src/LLVM/test/CodeGen/Mips/tls.ll b/third_party/LLVM/test/CodeGen/Mips/tls.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Mips/tls.ll
rename to third_party/LLVM/test/CodeGen/Mips/tls.ll
diff --git a/src/LLVM/test/CodeGen/Mips/unalignedload.ll b/third_party/LLVM/test/CodeGen/Mips/unalignedload.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Mips/unalignedload.ll
rename to third_party/LLVM/test/CodeGen/Mips/unalignedload.ll
diff --git a/src/LLVM/test/CodeGen/Mips/weak.ll b/third_party/LLVM/test/CodeGen/Mips/weak.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Mips/weak.ll
rename to third_party/LLVM/test/CodeGen/Mips/weak.ll
diff --git a/src/LLVM/test/CodeGen/PTX/20110926-sitofp.ll b/third_party/LLVM/test/CodeGen/PTX/20110926-sitofp.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PTX/20110926-sitofp.ll
rename to third_party/LLVM/test/CodeGen/PTX/20110926-sitofp.ll
diff --git a/src/LLVM/test/CodeGen/PTX/add.ll b/third_party/LLVM/test/CodeGen/PTX/add.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PTX/add.ll
rename to third_party/LLVM/test/CodeGen/PTX/add.ll
diff --git a/src/LLVM/test/CodeGen/PTX/aggregates.ll b/third_party/LLVM/test/CodeGen/PTX/aggregates.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PTX/aggregates.ll
rename to third_party/LLVM/test/CodeGen/PTX/aggregates.ll
diff --git a/src/LLVM/test/CodeGen/PTX/bitwise.ll b/third_party/LLVM/test/CodeGen/PTX/bitwise.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PTX/bitwise.ll
rename to third_party/LLVM/test/CodeGen/PTX/bitwise.ll
diff --git a/src/LLVM/test/CodeGen/PTX/bra.ll b/third_party/LLVM/test/CodeGen/PTX/bra.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PTX/bra.ll
rename to third_party/LLVM/test/CodeGen/PTX/bra.ll
diff --git a/src/LLVM/test/CodeGen/PTX/cvt.ll b/third_party/LLVM/test/CodeGen/PTX/cvt.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PTX/cvt.ll
rename to third_party/LLVM/test/CodeGen/PTX/cvt.ll
diff --git a/src/LLVM/test/CodeGen/PTX/dg.exp b/third_party/LLVM/test/CodeGen/PTX/dg.exp
similarity index 100%
rename from src/LLVM/test/CodeGen/PTX/dg.exp
rename to third_party/LLVM/test/CodeGen/PTX/dg.exp
diff --git a/src/LLVM/test/CodeGen/PTX/exit.ll b/third_party/LLVM/test/CodeGen/PTX/exit.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PTX/exit.ll
rename to third_party/LLVM/test/CodeGen/PTX/exit.ll
diff --git a/src/LLVM/test/CodeGen/PTX/fdiv-sm10.ll b/third_party/LLVM/test/CodeGen/PTX/fdiv-sm10.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PTX/fdiv-sm10.ll
rename to third_party/LLVM/test/CodeGen/PTX/fdiv-sm10.ll
diff --git a/src/LLVM/test/CodeGen/PTX/fdiv-sm13.ll b/third_party/LLVM/test/CodeGen/PTX/fdiv-sm13.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PTX/fdiv-sm13.ll
rename to third_party/LLVM/test/CodeGen/PTX/fdiv-sm13.ll
diff --git a/src/LLVM/test/CodeGen/PTX/fneg.ll b/third_party/LLVM/test/CodeGen/PTX/fneg.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PTX/fneg.ll
rename to third_party/LLVM/test/CodeGen/PTX/fneg.ll
diff --git a/src/LLVM/test/CodeGen/PTX/intrinsic.ll b/third_party/LLVM/test/CodeGen/PTX/intrinsic.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PTX/intrinsic.ll
rename to third_party/LLVM/test/CodeGen/PTX/intrinsic.ll
diff --git a/src/LLVM/test/CodeGen/PTX/ld.ll b/third_party/LLVM/test/CodeGen/PTX/ld.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PTX/ld.ll
rename to third_party/LLVM/test/CodeGen/PTX/ld.ll
diff --git a/src/LLVM/test/CodeGen/PTX/llvm-intrinsic.ll b/third_party/LLVM/test/CodeGen/PTX/llvm-intrinsic.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PTX/llvm-intrinsic.ll
rename to third_party/LLVM/test/CodeGen/PTX/llvm-intrinsic.ll
diff --git a/src/LLVM/test/CodeGen/PTX/mad-disabling.ll b/third_party/LLVM/test/CodeGen/PTX/mad-disabling.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PTX/mad-disabling.ll
rename to third_party/LLVM/test/CodeGen/PTX/mad-disabling.ll
diff --git a/src/LLVM/test/CodeGen/PTX/mad.ll b/third_party/LLVM/test/CodeGen/PTX/mad.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PTX/mad.ll
rename to third_party/LLVM/test/CodeGen/PTX/mad.ll
diff --git a/src/LLVM/test/CodeGen/PTX/mov.ll b/third_party/LLVM/test/CodeGen/PTX/mov.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PTX/mov.ll
rename to third_party/LLVM/test/CodeGen/PTX/mov.ll
diff --git a/src/LLVM/test/CodeGen/PTX/mul.ll b/third_party/LLVM/test/CodeGen/PTX/mul.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PTX/mul.ll
rename to third_party/LLVM/test/CodeGen/PTX/mul.ll
diff --git a/src/LLVM/test/CodeGen/PTX/options.ll b/third_party/LLVM/test/CodeGen/PTX/options.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PTX/options.ll
rename to third_party/LLVM/test/CodeGen/PTX/options.ll
diff --git a/src/LLVM/test/CodeGen/PTX/parameter-order.ll b/third_party/LLVM/test/CodeGen/PTX/parameter-order.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PTX/parameter-order.ll
rename to third_party/LLVM/test/CodeGen/PTX/parameter-order.ll
diff --git a/src/LLVM/test/CodeGen/PTX/ret.ll b/third_party/LLVM/test/CodeGen/PTX/ret.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PTX/ret.ll
rename to third_party/LLVM/test/CodeGen/PTX/ret.ll
diff --git a/src/LLVM/test/CodeGen/PTX/selp.ll b/third_party/LLVM/test/CodeGen/PTX/selp.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PTX/selp.ll
rename to third_party/LLVM/test/CodeGen/PTX/selp.ll
diff --git a/src/LLVM/test/CodeGen/PTX/setp.ll b/third_party/LLVM/test/CodeGen/PTX/setp.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PTX/setp.ll
rename to third_party/LLVM/test/CodeGen/PTX/setp.ll
diff --git a/src/LLVM/test/CodeGen/PTX/shl.ll b/third_party/LLVM/test/CodeGen/PTX/shl.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PTX/shl.ll
rename to third_party/LLVM/test/CodeGen/PTX/shl.ll
diff --git a/src/LLVM/test/CodeGen/PTX/shr.ll b/third_party/LLVM/test/CodeGen/PTX/shr.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PTX/shr.ll
rename to third_party/LLVM/test/CodeGen/PTX/shr.ll
diff --git a/src/LLVM/test/CodeGen/PTX/simple-call.ll b/third_party/LLVM/test/CodeGen/PTX/simple-call.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PTX/simple-call.ll
rename to third_party/LLVM/test/CodeGen/PTX/simple-call.ll
diff --git a/src/LLVM/test/CodeGen/PTX/st.ll b/third_party/LLVM/test/CodeGen/PTX/st.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PTX/st.ll
rename to third_party/LLVM/test/CodeGen/PTX/st.ll
diff --git a/src/LLVM/test/CodeGen/PTX/stack-object.ll b/third_party/LLVM/test/CodeGen/PTX/stack-object.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PTX/stack-object.ll
rename to third_party/LLVM/test/CodeGen/PTX/stack-object.ll
diff --git a/src/LLVM/test/CodeGen/PTX/sub.ll b/third_party/LLVM/test/CodeGen/PTX/sub.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PTX/sub.ll
rename to third_party/LLVM/test/CodeGen/PTX/sub.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2004-11-29-ShrCrash.ll b/third_party/LLVM/test/CodeGen/PowerPC/2004-11-29-ShrCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2004-11-29-ShrCrash.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2004-11-29-ShrCrash.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2004-11-30-shift-crash.ll b/third_party/LLVM/test/CodeGen/PowerPC/2004-11-30-shift-crash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2004-11-30-shift-crash.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2004-11-30-shift-crash.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2004-11-30-shr-var-crash.ll b/third_party/LLVM/test/CodeGen/PowerPC/2004-11-30-shr-var-crash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2004-11-30-shr-var-crash.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2004-11-30-shr-var-crash.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2004-12-12-ZeroSizeCommon.ll b/third_party/LLVM/test/CodeGen/PowerPC/2004-12-12-ZeroSizeCommon.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2004-12-12-ZeroSizeCommon.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2004-12-12-ZeroSizeCommon.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2005-01-14-SetSelectCrash.ll b/third_party/LLVM/test/CodeGen/PowerPC/2005-01-14-SetSelectCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2005-01-14-SetSelectCrash.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2005-01-14-SetSelectCrash.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2005-01-14-UndefLong.ll b/third_party/LLVM/test/CodeGen/PowerPC/2005-01-14-UndefLong.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2005-01-14-UndefLong.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2005-01-14-UndefLong.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2005-08-12-rlwimi-crash.ll b/third_party/LLVM/test/CodeGen/PowerPC/2005-08-12-rlwimi-crash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2005-08-12-rlwimi-crash.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2005-08-12-rlwimi-crash.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2005-09-02-LegalizeDuplicatesCalls.ll b/third_party/LLVM/test/CodeGen/PowerPC/2005-09-02-LegalizeDuplicatesCalls.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2005-09-02-LegalizeDuplicatesCalls.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2005-09-02-LegalizeDuplicatesCalls.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2005-10-08-ArithmeticRotate.ll b/third_party/LLVM/test/CodeGen/PowerPC/2005-10-08-ArithmeticRotate.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2005-10-08-ArithmeticRotate.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2005-10-08-ArithmeticRotate.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2005-11-30-vastart-crash.ll b/third_party/LLVM/test/CodeGen/PowerPC/2005-11-30-vastart-crash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2005-11-30-vastart-crash.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2005-11-30-vastart-crash.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2006-01-11-darwin-fp-argument.ll b/third_party/LLVM/test/CodeGen/PowerPC/2006-01-11-darwin-fp-argument.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2006-01-11-darwin-fp-argument.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2006-01-11-darwin-fp-argument.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2006-01-20-ShiftPartsCrash.ll b/third_party/LLVM/test/CodeGen/PowerPC/2006-01-20-ShiftPartsCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2006-01-20-ShiftPartsCrash.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2006-01-20-ShiftPartsCrash.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2006-04-01-FloatDoubleExtend.ll b/third_party/LLVM/test/CodeGen/PowerPC/2006-04-01-FloatDoubleExtend.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2006-04-01-FloatDoubleExtend.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2006-04-01-FloatDoubleExtend.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2006-04-05-splat-ish.ll b/third_party/LLVM/test/CodeGen/PowerPC/2006-04-05-splat-ish.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2006-04-05-splat-ish.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2006-04-05-splat-ish.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2006-04-19-vmaddfp-crash.ll b/third_party/LLVM/test/CodeGen/PowerPC/2006-04-19-vmaddfp-crash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2006-04-19-vmaddfp-crash.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2006-04-19-vmaddfp-crash.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2006-05-12-rlwimi-crash.ll b/third_party/LLVM/test/CodeGen/PowerPC/2006-05-12-rlwimi-crash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2006-05-12-rlwimi-crash.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2006-05-12-rlwimi-crash.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2006-07-07-ComputeMaskedBits.ll b/third_party/LLVM/test/CodeGen/PowerPC/2006-07-07-ComputeMaskedBits.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2006-07-07-ComputeMaskedBits.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2006-07-07-ComputeMaskedBits.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2006-07-19-stwbrx-crash.ll b/third_party/LLVM/test/CodeGen/PowerPC/2006-07-19-stwbrx-crash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2006-07-19-stwbrx-crash.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2006-07-19-stwbrx-crash.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2006-08-11-RetVector.ll b/third_party/LLVM/test/CodeGen/PowerPC/2006-08-11-RetVector.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2006-08-11-RetVector.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2006-08-11-RetVector.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2006-08-15-SelectionCrash.ll b/third_party/LLVM/test/CodeGen/PowerPC/2006-08-15-SelectionCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2006-08-15-SelectionCrash.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2006-08-15-SelectionCrash.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2006-09-28-shift_64.ll b/third_party/LLVM/test/CodeGen/PowerPC/2006-09-28-shift_64.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2006-09-28-shift_64.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2006-09-28-shift_64.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2006-10-11-combiner-aa-regression.ll b/third_party/LLVM/test/CodeGen/PowerPC/2006-10-11-combiner-aa-regression.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2006-10-11-combiner-aa-regression.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2006-10-11-combiner-aa-regression.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2006-10-13-Miscompile.ll b/third_party/LLVM/test/CodeGen/PowerPC/2006-10-13-Miscompile.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2006-10-13-Miscompile.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2006-10-13-Miscompile.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2006-10-17-brcc-miscompile.ll b/third_party/LLVM/test/CodeGen/PowerPC/2006-10-17-brcc-miscompile.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2006-10-17-brcc-miscompile.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2006-10-17-brcc-miscompile.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2006-10-17-ppc64-alloca.ll b/third_party/LLVM/test/CodeGen/PowerPC/2006-10-17-ppc64-alloca.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2006-10-17-ppc64-alloca.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2006-10-17-ppc64-alloca.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2006-11-10-DAGCombineMiscompile.ll b/third_party/LLVM/test/CodeGen/PowerPC/2006-11-10-DAGCombineMiscompile.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2006-11-10-DAGCombineMiscompile.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2006-11-10-DAGCombineMiscompile.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2006-11-29-AltivecFPSplat.ll b/third_party/LLVM/test/CodeGen/PowerPC/2006-11-29-AltivecFPSplat.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2006-11-29-AltivecFPSplat.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2006-11-29-AltivecFPSplat.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2006-12-07-LargeAlloca.ll b/third_party/LLVM/test/CodeGen/PowerPC/2006-12-07-LargeAlloca.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2006-12-07-LargeAlloca.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2006-12-07-LargeAlloca.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2006-12-07-SelectCrash.ll b/third_party/LLVM/test/CodeGen/PowerPC/2006-12-07-SelectCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2006-12-07-SelectCrash.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2006-12-07-SelectCrash.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2007-01-04-ArgExtension.ll b/third_party/LLVM/test/CodeGen/PowerPC/2007-01-04-ArgExtension.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2007-01-04-ArgExtension.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2007-01-04-ArgExtension.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2007-01-15-AsmDialect.ll b/third_party/LLVM/test/CodeGen/PowerPC/2007-01-15-AsmDialect.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2007-01-15-AsmDialect.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2007-01-15-AsmDialect.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2007-01-29-lbrx-asm.ll b/third_party/LLVM/test/CodeGen/PowerPC/2007-01-29-lbrx-asm.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2007-01-29-lbrx-asm.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2007-01-29-lbrx-asm.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2007-01-31-InlineAsmAddrMode.ll b/third_party/LLVM/test/CodeGen/PowerPC/2007-01-31-InlineAsmAddrMode.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2007-01-31-InlineAsmAddrMode.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2007-01-31-InlineAsmAddrMode.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2007-02-16-AlignPacked.ll b/third_party/LLVM/test/CodeGen/PowerPC/2007-02-16-AlignPacked.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2007-02-16-AlignPacked.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2007-02-16-AlignPacked.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2007-02-16-InlineAsmNConstraint.ll b/third_party/LLVM/test/CodeGen/PowerPC/2007-02-16-InlineAsmNConstraint.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2007-02-16-InlineAsmNConstraint.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2007-02-16-InlineAsmNConstraint.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2007-02-23-lr-saved-twice.ll b/third_party/LLVM/test/CodeGen/PowerPC/2007-02-23-lr-saved-twice.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2007-02-23-lr-saved-twice.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2007-02-23-lr-saved-twice.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2007-03-24-cntlzd.ll b/third_party/LLVM/test/CodeGen/PowerPC/2007-03-24-cntlzd.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2007-03-24-cntlzd.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2007-03-24-cntlzd.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2007-03-30-SpillerCrash.ll b/third_party/LLVM/test/CodeGen/PowerPC/2007-03-30-SpillerCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2007-03-30-SpillerCrash.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2007-03-30-SpillerCrash.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2007-04-24-InlineAsm-I-Modifier.ll b/third_party/LLVM/test/CodeGen/PowerPC/2007-04-24-InlineAsm-I-Modifier.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2007-04-24-InlineAsm-I-Modifier.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2007-04-24-InlineAsm-I-Modifier.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2007-04-30-InlineAsmEarlyClobber.ll b/third_party/LLVM/test/CodeGen/PowerPC/2007-04-30-InlineAsmEarlyClobber.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2007-04-30-InlineAsmEarlyClobber.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2007-04-30-InlineAsmEarlyClobber.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2007-05-03-InlineAsm-S-Constraint.ll b/third_party/LLVM/test/CodeGen/PowerPC/2007-05-03-InlineAsm-S-Constraint.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2007-05-03-InlineAsm-S-Constraint.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2007-05-03-InlineAsm-S-Constraint.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2007-05-14-InlineAsmSelectCrash.ll b/third_party/LLVM/test/CodeGen/PowerPC/2007-05-14-InlineAsmSelectCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2007-05-14-InlineAsmSelectCrash.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2007-05-14-InlineAsmSelectCrash.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2007-05-22-tailmerge-3.ll b/third_party/LLVM/test/CodeGen/PowerPC/2007-05-22-tailmerge-3.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2007-05-22-tailmerge-3.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2007-05-22-tailmerge-3.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2007-05-30-dagcombine-miscomp.ll b/third_party/LLVM/test/CodeGen/PowerPC/2007-05-30-dagcombine-miscomp.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2007-05-30-dagcombine-miscomp.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2007-05-30-dagcombine-miscomp.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2007-06-28-BCCISelBug.ll b/third_party/LLVM/test/CodeGen/PowerPC/2007-06-28-BCCISelBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2007-06-28-BCCISelBug.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2007-06-28-BCCISelBug.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2007-08-04-CoalescerAssert.ll b/third_party/LLVM/test/CodeGen/PowerPC/2007-08-04-CoalescerAssert.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2007-08-04-CoalescerAssert.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2007-08-04-CoalescerAssert.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2007-09-04-AltivecDST.ll b/third_party/LLVM/test/CodeGen/PowerPC/2007-09-04-AltivecDST.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2007-09-04-AltivecDST.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2007-09-04-AltivecDST.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2007-09-07-LoadStoreIdxForms.ll b/third_party/LLVM/test/CodeGen/PowerPC/2007-09-07-LoadStoreIdxForms.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2007-09-07-LoadStoreIdxForms.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2007-09-07-LoadStoreIdxForms.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2007-09-08-unaligned.ll b/third_party/LLVM/test/CodeGen/PowerPC/2007-09-08-unaligned.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2007-09-08-unaligned.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2007-09-08-unaligned.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2007-09-11-RegCoalescerAssert.ll b/third_party/LLVM/test/CodeGen/PowerPC/2007-09-11-RegCoalescerAssert.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2007-09-11-RegCoalescerAssert.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2007-09-11-RegCoalescerAssert.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2007-09-12-LiveIntervalsAssert.ll b/third_party/LLVM/test/CodeGen/PowerPC/2007-09-12-LiveIntervalsAssert.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2007-09-12-LiveIntervalsAssert.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2007-09-12-LiveIntervalsAssert.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2007-10-16-InlineAsmFrameOffset.ll b/third_party/LLVM/test/CodeGen/PowerPC/2007-10-16-InlineAsmFrameOffset.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2007-10-16-InlineAsmFrameOffset.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2007-10-16-InlineAsmFrameOffset.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2007-10-18-PtrArithmetic.ll b/third_party/LLVM/test/CodeGen/PowerPC/2007-10-18-PtrArithmetic.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2007-10-18-PtrArithmetic.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2007-10-18-PtrArithmetic.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2007-10-21-LocalRegAllocAssert.ll b/third_party/LLVM/test/CodeGen/PowerPC/2007-10-21-LocalRegAllocAssert.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2007-10-21-LocalRegAllocAssert.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2007-10-21-LocalRegAllocAssert.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2007-10-21-LocalRegAllocAssert2.ll b/third_party/LLVM/test/CodeGen/PowerPC/2007-10-21-LocalRegAllocAssert2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2007-10-21-LocalRegAllocAssert2.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2007-10-21-LocalRegAllocAssert2.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2007-11-04-CoalescerCrash.ll b/third_party/LLVM/test/CodeGen/PowerPC/2007-11-04-CoalescerCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2007-11-04-CoalescerCrash.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2007-11-04-CoalescerCrash.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2007-11-16-landingpad-split.ll b/third_party/LLVM/test/CodeGen/PowerPC/2007-11-16-landingpad-split.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2007-11-16-landingpad-split.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2007-11-16-landingpad-split.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2007-11-19-VectorSplitting.ll b/third_party/LLVM/test/CodeGen/PowerPC/2007-11-19-VectorSplitting.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2007-11-19-VectorSplitting.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2007-11-19-VectorSplitting.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2008-02-05-LiveIntervalsAssert.ll b/third_party/LLVM/test/CodeGen/PowerPC/2008-02-05-LiveIntervalsAssert.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2008-02-05-LiveIntervalsAssert.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2008-02-05-LiveIntervalsAssert.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2008-02-09-LocalRegAllocAssert.ll b/third_party/LLVM/test/CodeGen/PowerPC/2008-02-09-LocalRegAllocAssert.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2008-02-09-LocalRegAllocAssert.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2008-02-09-LocalRegAllocAssert.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2008-03-05-RegScavengerAssert.ll b/third_party/LLVM/test/CodeGen/PowerPC/2008-03-05-RegScavengerAssert.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2008-03-05-RegScavengerAssert.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2008-03-05-RegScavengerAssert.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2008-03-17-RegScavengerCrash.ll b/third_party/LLVM/test/CodeGen/PowerPC/2008-03-17-RegScavengerCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2008-03-17-RegScavengerCrash.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2008-03-17-RegScavengerCrash.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2008-03-18-RegScavengerAssert.ll b/third_party/LLVM/test/CodeGen/PowerPC/2008-03-18-RegScavengerAssert.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2008-03-18-RegScavengerAssert.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2008-03-18-RegScavengerAssert.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2008-03-24-AddressRegImm.ll b/third_party/LLVM/test/CodeGen/PowerPC/2008-03-24-AddressRegImm.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2008-03-24-AddressRegImm.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2008-03-24-AddressRegImm.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2008-03-24-CoalescerBug.ll b/third_party/LLVM/test/CodeGen/PowerPC/2008-03-24-CoalescerBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2008-03-24-CoalescerBug.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2008-03-24-CoalescerBug.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2008-03-26-CoalescerBug.ll b/third_party/LLVM/test/CodeGen/PowerPC/2008-03-26-CoalescerBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2008-03-26-CoalescerBug.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2008-03-26-CoalescerBug.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2008-04-10-LiveIntervalCrash.ll b/third_party/LLVM/test/CodeGen/PowerPC/2008-04-10-LiveIntervalCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2008-04-10-LiveIntervalCrash.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2008-04-10-LiveIntervalCrash.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2008-04-16-CoalescerBug.ll b/third_party/LLVM/test/CodeGen/PowerPC/2008-04-16-CoalescerBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2008-04-16-CoalescerBug.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2008-04-16-CoalescerBug.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2008-04-23-CoalescerCrash.ll b/third_party/LLVM/test/CodeGen/PowerPC/2008-04-23-CoalescerCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2008-04-23-CoalescerCrash.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2008-04-23-CoalescerCrash.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2008-05-01-ppc_fp128.ll b/third_party/LLVM/test/CodeGen/PowerPC/2008-05-01-ppc_fp128.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2008-05-01-ppc_fp128.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2008-05-01-ppc_fp128.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2008-06-19-LegalizerCrash.ll b/third_party/LLVM/test/CodeGen/PowerPC/2008-06-19-LegalizerCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2008-06-19-LegalizerCrash.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2008-06-19-LegalizerCrash.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2008-06-21-F128LoadStore.ll b/third_party/LLVM/test/CodeGen/PowerPC/2008-06-21-F128LoadStore.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2008-06-21-F128LoadStore.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2008-06-21-F128LoadStore.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2008-06-23-LiveVariablesCrash.ll b/third_party/LLVM/test/CodeGen/PowerPC/2008-06-23-LiveVariablesCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2008-06-23-LiveVariablesCrash.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2008-06-23-LiveVariablesCrash.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2008-07-10-SplatMiscompile.ll b/third_party/LLVM/test/CodeGen/PowerPC/2008-07-10-SplatMiscompile.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2008-07-10-SplatMiscompile.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2008-07-10-SplatMiscompile.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2008-07-15-Bswap.ll b/third_party/LLVM/test/CodeGen/PowerPC/2008-07-15-Bswap.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2008-07-15-Bswap.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2008-07-15-Bswap.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2008-07-15-Fabs.ll b/third_party/LLVM/test/CodeGen/PowerPC/2008-07-15-Fabs.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2008-07-15-Fabs.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2008-07-15-Fabs.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2008-07-15-SignExtendInreg.ll b/third_party/LLVM/test/CodeGen/PowerPC/2008-07-15-SignExtendInreg.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2008-07-15-SignExtendInreg.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2008-07-15-SignExtendInreg.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2008-07-17-Fneg.ll b/third_party/LLVM/test/CodeGen/PowerPC/2008-07-17-Fneg.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2008-07-17-Fneg.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2008-07-17-Fneg.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2008-07-24-PPC64-CCBug.ll b/third_party/LLVM/test/CodeGen/PowerPC/2008-07-24-PPC64-CCBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2008-07-24-PPC64-CCBug.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2008-07-24-PPC64-CCBug.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2008-09-12-CoalescerBug.ll b/third_party/LLVM/test/CodeGen/PowerPC/2008-09-12-CoalescerBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2008-09-12-CoalescerBug.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2008-09-12-CoalescerBug.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2008-10-17-AsmMatchingOperands.ll b/third_party/LLVM/test/CodeGen/PowerPC/2008-10-17-AsmMatchingOperands.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2008-10-17-AsmMatchingOperands.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2008-10-17-AsmMatchingOperands.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2008-10-28-UnprocessedNode.ll b/third_party/LLVM/test/CodeGen/PowerPC/2008-10-28-UnprocessedNode.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2008-10-28-UnprocessedNode.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2008-10-28-UnprocessedNode.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2008-10-28-f128-i32.ll b/third_party/LLVM/test/CodeGen/PowerPC/2008-10-28-f128-i32.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2008-10-28-f128-i32.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2008-10-28-f128-i32.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2008-10-31-PPCF128Libcalls.ll b/third_party/LLVM/test/CodeGen/PowerPC/2008-10-31-PPCF128Libcalls.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2008-10-31-PPCF128Libcalls.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2008-10-31-PPCF128Libcalls.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2008-12-02-LegalizeTypeAssert.ll b/third_party/LLVM/test/CodeGen/PowerPC/2008-12-02-LegalizeTypeAssert.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2008-12-02-LegalizeTypeAssert.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2008-12-02-LegalizeTypeAssert.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2008-12-12-EH.ll b/third_party/LLVM/test/CodeGen/PowerPC/2008-12-12-EH.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2008-12-12-EH.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2008-12-12-EH.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2009-01-16-DeclareISelBug.ll b/third_party/LLVM/test/CodeGen/PowerPC/2009-01-16-DeclareISelBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2009-01-16-DeclareISelBug.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2009-01-16-DeclareISelBug.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2009-03-17-LSRBug.ll b/third_party/LLVM/test/CodeGen/PowerPC/2009-03-17-LSRBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2009-03-17-LSRBug.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2009-03-17-LSRBug.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2009-05-28-LegalizeBRCC.ll b/third_party/LLVM/test/CodeGen/PowerPC/2009-05-28-LegalizeBRCC.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2009-05-28-LegalizeBRCC.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2009-05-28-LegalizeBRCC.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2009-07-16-InlineAsm-M-Operand.ll b/third_party/LLVM/test/CodeGen/PowerPC/2009-07-16-InlineAsm-M-Operand.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2009-07-16-InlineAsm-M-Operand.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2009-07-16-InlineAsm-M-Operand.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2009-08-17-inline-asm-addr-mode-breakage.ll b/third_party/LLVM/test/CodeGen/PowerPC/2009-08-17-inline-asm-addr-mode-breakage.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2009-08-17-inline-asm-addr-mode-breakage.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2009-08-17-inline-asm-addr-mode-breakage.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2009-08-23-linkerprivate.ll b/third_party/LLVM/test/CodeGen/PowerPC/2009-08-23-linkerprivate.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2009-08-23-linkerprivate.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2009-08-23-linkerprivate.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2009-09-18-carrybit.ll b/third_party/LLVM/test/CodeGen/PowerPC/2009-09-18-carrybit.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2009-09-18-carrybit.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2009-09-18-carrybit.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2009-11-15-ProcImpDefsBug.ll b/third_party/LLVM/test/CodeGen/PowerPC/2009-11-15-ProcImpDefsBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2009-11-15-ProcImpDefsBug.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2009-11-15-ProcImpDefsBug.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2009-11-25-ImpDefBug.ll b/third_party/LLVM/test/CodeGen/PowerPC/2009-11-25-ImpDefBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2009-11-25-ImpDefBug.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2009-11-25-ImpDefBug.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2010-02-04-EmptyGlobal.ll b/third_party/LLVM/test/CodeGen/PowerPC/2010-02-04-EmptyGlobal.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2010-02-04-EmptyGlobal.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2010-02-04-EmptyGlobal.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2010-02-12-saveCR.ll b/third_party/LLVM/test/CodeGen/PowerPC/2010-02-12-saveCR.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2010-02-12-saveCR.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2010-02-12-saveCR.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2010-03-09-indirect-call.ll b/third_party/LLVM/test/CodeGen/PowerPC/2010-03-09-indirect-call.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2010-03-09-indirect-call.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2010-03-09-indirect-call.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2010-04-01-MachineCSEBug.ll b/third_party/LLVM/test/CodeGen/PowerPC/2010-04-01-MachineCSEBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2010-04-01-MachineCSEBug.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2010-04-01-MachineCSEBug.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2010-04-07-DbgValueOtherTargets.ll b/third_party/LLVM/test/CodeGen/PowerPC/2010-04-07-DbgValueOtherTargets.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2010-04-07-DbgValueOtherTargets.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2010-04-07-DbgValueOtherTargets.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2010-05-03-retaddr1.ll b/third_party/LLVM/test/CodeGen/PowerPC/2010-05-03-retaddr1.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2010-05-03-retaddr1.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2010-05-03-retaddr1.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2010-10-11-Fast-Varargs.ll b/third_party/LLVM/test/CodeGen/PowerPC/2010-10-11-Fast-Varargs.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2010-10-11-Fast-Varargs.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2010-10-11-Fast-Varargs.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/2010-12-18-PPCStackRefs.ll b/third_party/LLVM/test/CodeGen/PowerPC/2010-12-18-PPCStackRefs.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/2010-12-18-PPCStackRefs.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/2010-12-18-PPCStackRefs.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/Atomics-32.ll b/third_party/LLVM/test/CodeGen/PowerPC/Atomics-32.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/Atomics-32.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/Atomics-32.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/Atomics-64.ll b/third_party/LLVM/test/CodeGen/PowerPC/Atomics-64.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/Atomics-64.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/Atomics-64.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/Frames-alloca.ll b/third_party/LLVM/test/CodeGen/PowerPC/Frames-alloca.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/Frames-alloca.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/Frames-alloca.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/Frames-large.ll b/third_party/LLVM/test/CodeGen/PowerPC/Frames-large.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/Frames-large.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/Frames-large.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/Frames-leaf.ll b/third_party/LLVM/test/CodeGen/PowerPC/Frames-leaf.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/Frames-leaf.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/Frames-leaf.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/Frames-small.ll b/third_party/LLVM/test/CodeGen/PowerPC/Frames-small.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/Frames-small.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/Frames-small.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/LargeAbsoluteAddr.ll b/third_party/LLVM/test/CodeGen/PowerPC/LargeAbsoluteAddr.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/LargeAbsoluteAddr.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/LargeAbsoluteAddr.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/addc.ll b/third_party/LLVM/test/CodeGen/PowerPC/addc.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/addc.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/addc.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/addi-reassoc.ll b/third_party/LLVM/test/CodeGen/PowerPC/addi-reassoc.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/addi-reassoc.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/addi-reassoc.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/align.ll b/third_party/LLVM/test/CodeGen/PowerPC/align.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/align.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/align.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/and-branch.ll b/third_party/LLVM/test/CodeGen/PowerPC/and-branch.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/and-branch.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/and-branch.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/and-elim.ll b/third_party/LLVM/test/CodeGen/PowerPC/and-elim.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/and-elim.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/and-elim.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/and-imm.ll b/third_party/LLVM/test/CodeGen/PowerPC/and-imm.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/and-imm.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/and-imm.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/and_add.ll b/third_party/LLVM/test/CodeGen/PowerPC/and_add.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/and_add.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/and_add.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/and_sext.ll b/third_party/LLVM/test/CodeGen/PowerPC/and_sext.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/and_sext.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/and_sext.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/and_sra.ll b/third_party/LLVM/test/CodeGen/PowerPC/and_sra.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/and_sra.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/and_sra.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/atomic-1.ll b/third_party/LLVM/test/CodeGen/PowerPC/atomic-1.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/atomic-1.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/atomic-1.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/atomic-2.ll b/third_party/LLVM/test/CodeGen/PowerPC/atomic-2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/atomic-2.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/atomic-2.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/available-externally.ll b/third_party/LLVM/test/CodeGen/PowerPC/available-externally.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/available-externally.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/available-externally.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/big-endian-actual-args.ll b/third_party/LLVM/test/CodeGen/PowerPC/big-endian-actual-args.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/big-endian-actual-args.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/big-endian-actual-args.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/big-endian-call-result.ll b/third_party/LLVM/test/CodeGen/PowerPC/big-endian-call-result.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/big-endian-call-result.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/big-endian-call-result.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/big-endian-formal-args.ll b/third_party/LLVM/test/CodeGen/PowerPC/big-endian-formal-args.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/big-endian-formal-args.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/big-endian-formal-args.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/branch-opt.ll b/third_party/LLVM/test/CodeGen/PowerPC/branch-opt.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/branch-opt.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/branch-opt.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/bswap-load-store.ll b/third_party/LLVM/test/CodeGen/PowerPC/bswap-load-store.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/bswap-load-store.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/bswap-load-store.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/buildvec_canonicalize.ll b/third_party/LLVM/test/CodeGen/PowerPC/buildvec_canonicalize.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/buildvec_canonicalize.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/buildvec_canonicalize.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/calls.ll b/third_party/LLVM/test/CodeGen/PowerPC/calls.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/calls.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/calls.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/cmp-cmp.ll b/third_party/LLVM/test/CodeGen/PowerPC/cmp-cmp.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/cmp-cmp.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/cmp-cmp.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/compare-duplicate.ll b/third_party/LLVM/test/CodeGen/PowerPC/compare-duplicate.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/compare-duplicate.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/compare-duplicate.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/compare-simm.ll b/third_party/LLVM/test/CodeGen/PowerPC/compare-simm.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/compare-simm.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/compare-simm.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/constants.ll b/third_party/LLVM/test/CodeGen/PowerPC/constants.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/constants.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/constants.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/cr1eq.ll b/third_party/LLVM/test/CodeGen/PowerPC/cr1eq.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/cr1eq.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/cr1eq.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/cr_spilling.ll b/third_party/LLVM/test/CodeGen/PowerPC/cr_spilling.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/cr_spilling.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/cr_spilling.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/cttz.ll b/third_party/LLVM/test/CodeGen/PowerPC/cttz.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/cttz.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/cttz.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/darwin-labels.ll b/third_party/LLVM/test/CodeGen/PowerPC/darwin-labels.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/darwin-labels.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/darwin-labels.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/delete-node.ll b/third_party/LLVM/test/CodeGen/PowerPC/delete-node.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/delete-node.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/delete-node.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/dg.exp b/third_party/LLVM/test/CodeGen/PowerPC/dg.exp
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/dg.exp
rename to third_party/LLVM/test/CodeGen/PowerPC/dg.exp
diff --git a/src/LLVM/test/CodeGen/PowerPC/div-2.ll b/third_party/LLVM/test/CodeGen/PowerPC/div-2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/div-2.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/div-2.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/empty-functions.ll b/third_party/LLVM/test/CodeGen/PowerPC/empty-functions.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/empty-functions.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/empty-functions.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/eqv-andc-orc-nor.ll b/third_party/LLVM/test/CodeGen/PowerPC/eqv-andc-orc-nor.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/eqv-andc-orc-nor.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/eqv-andc-orc-nor.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/extsh.ll b/third_party/LLVM/test/CodeGen/PowerPC/extsh.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/extsh.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/extsh.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/fabs.ll b/third_party/LLVM/test/CodeGen/PowerPC/fabs.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/fabs.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/fabs.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/fma.ll b/third_party/LLVM/test/CodeGen/PowerPC/fma.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/fma.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/fma.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/fnabs.ll b/third_party/LLVM/test/CodeGen/PowerPC/fnabs.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/fnabs.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/fnabs.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/fneg.ll b/third_party/LLVM/test/CodeGen/PowerPC/fneg.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/fneg.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/fneg.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/fold-li.ll b/third_party/LLVM/test/CodeGen/PowerPC/fold-li.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/fold-li.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/fold-li.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/fp-branch.ll b/third_party/LLVM/test/CodeGen/PowerPC/fp-branch.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/fp-branch.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/fp-branch.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/fp-int-fp.ll b/third_party/LLVM/test/CodeGen/PowerPC/fp-int-fp.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/fp-int-fp.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/fp-int-fp.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/fp_to_uint.ll b/third_party/LLVM/test/CodeGen/PowerPC/fp_to_uint.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/fp_to_uint.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/fp_to_uint.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/fpcopy.ll b/third_party/LLVM/test/CodeGen/PowerPC/fpcopy.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/fpcopy.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/fpcopy.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/frounds.ll b/third_party/LLVM/test/CodeGen/PowerPC/frounds.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/frounds.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/frounds.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/fsqrt.ll b/third_party/LLVM/test/CodeGen/PowerPC/fsqrt.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/fsqrt.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/fsqrt.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/hello.ll b/third_party/LLVM/test/CodeGen/PowerPC/hello.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/hello.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/hello.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/hidden-vis-2.ll b/third_party/LLVM/test/CodeGen/PowerPC/hidden-vis-2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/hidden-vis-2.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/hidden-vis-2.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/hidden-vis.ll b/third_party/LLVM/test/CodeGen/PowerPC/hidden-vis.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/hidden-vis.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/hidden-vis.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/i128-and-beyond.ll b/third_party/LLVM/test/CodeGen/PowerPC/i128-and-beyond.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/i128-and-beyond.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/i128-and-beyond.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/i64_fp.ll b/third_party/LLVM/test/CodeGen/PowerPC/i64_fp.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/i64_fp.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/i64_fp.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/iabs.ll b/third_party/LLVM/test/CodeGen/PowerPC/iabs.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/iabs.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/iabs.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/illegal-element-type.ll b/third_party/LLVM/test/CodeGen/PowerPC/illegal-element-type.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/illegal-element-type.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/illegal-element-type.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/indirectbr.ll b/third_party/LLVM/test/CodeGen/PowerPC/indirectbr.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/indirectbr.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/indirectbr.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/inlineasm-copy.ll b/third_party/LLVM/test/CodeGen/PowerPC/inlineasm-copy.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/inlineasm-copy.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/inlineasm-copy.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/int-fp-conv-0.ll b/third_party/LLVM/test/CodeGen/PowerPC/int-fp-conv-0.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/int-fp-conv-0.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/int-fp-conv-0.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/int-fp-conv-1.ll b/third_party/LLVM/test/CodeGen/PowerPC/int-fp-conv-1.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/int-fp-conv-1.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/int-fp-conv-1.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/inverted-bool-compares.ll b/third_party/LLVM/test/CodeGen/PowerPC/inverted-bool-compares.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/inverted-bool-compares.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/inverted-bool-compares.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/ispositive.ll b/third_party/LLVM/test/CodeGen/PowerPC/ispositive.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/ispositive.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/ispositive.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/itofp128.ll b/third_party/LLVM/test/CodeGen/PowerPC/itofp128.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/itofp128.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/itofp128.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/lha.ll b/third_party/LLVM/test/CodeGen/PowerPC/lha.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/lha.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/lha.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/load-constant-addr.ll b/third_party/LLVM/test/CodeGen/PowerPC/load-constant-addr.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/load-constant-addr.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/load-constant-addr.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/long-compare.ll b/third_party/LLVM/test/CodeGen/PowerPC/long-compare.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/long-compare.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/long-compare.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/longdbl-truncate.ll b/third_party/LLVM/test/CodeGen/PowerPC/longdbl-truncate.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/longdbl-truncate.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/longdbl-truncate.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/lsr-postinc-pos.ll b/third_party/LLVM/test/CodeGen/PowerPC/lsr-postinc-pos.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/lsr-postinc-pos.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/lsr-postinc-pos.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/mask64.ll b/third_party/LLVM/test/CodeGen/PowerPC/mask64.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/mask64.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/mask64.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/mem-rr-addr-mode.ll b/third_party/LLVM/test/CodeGen/PowerPC/mem-rr-addr-mode.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/mem-rr-addr-mode.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/mem-rr-addr-mode.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/mem_update.ll b/third_party/LLVM/test/CodeGen/PowerPC/mem_update.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/mem_update.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/mem_update.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/mul-neg-power-2.ll b/third_party/LLVM/test/CodeGen/PowerPC/mul-neg-power-2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/mul-neg-power-2.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/mul-neg-power-2.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/mul-with-overflow.ll b/third_party/LLVM/test/CodeGen/PowerPC/mul-with-overflow.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/mul-with-overflow.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/mul-with-overflow.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/mulhs.ll b/third_party/LLVM/test/CodeGen/PowerPC/mulhs.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/mulhs.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/mulhs.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/mult-alt-generic-powerpc.ll b/third_party/LLVM/test/CodeGen/PowerPC/mult-alt-generic-powerpc.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/mult-alt-generic-powerpc.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/mult-alt-generic-powerpc.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/mult-alt-generic-powerpc64.ll b/third_party/LLVM/test/CodeGen/PowerPC/mult-alt-generic-powerpc64.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/mult-alt-generic-powerpc64.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/mult-alt-generic-powerpc64.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/neg.ll b/third_party/LLVM/test/CodeGen/PowerPC/neg.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/neg.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/neg.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/no-dead-strip.ll b/third_party/LLVM/test/CodeGen/PowerPC/no-dead-strip.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/no-dead-strip.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/no-dead-strip.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/or-addressing-mode.ll b/third_party/LLVM/test/CodeGen/PowerPC/or-addressing-mode.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/or-addressing-mode.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/or-addressing-mode.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/ppc-prologue.ll b/third_party/LLVM/test/CodeGen/PowerPC/ppc-prologue.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/ppc-prologue.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/ppc-prologue.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/ppc32-vaarg.ll b/third_party/LLVM/test/CodeGen/PowerPC/ppc32-vaarg.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/ppc32-vaarg.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/ppc32-vaarg.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/ppc64-32bit-addic.ll b/third_party/LLVM/test/CodeGen/PowerPC/ppc64-32bit-addic.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/ppc64-32bit-addic.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/ppc64-32bit-addic.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/ppc64-crash.ll b/third_party/LLVM/test/CodeGen/PowerPC/ppc64-crash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/ppc64-crash.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/ppc64-crash.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/ppcf128-1-opt.ll b/third_party/LLVM/test/CodeGen/PowerPC/ppcf128-1-opt.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/ppcf128-1-opt.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/ppcf128-1-opt.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/ppcf128-1.ll b/third_party/LLVM/test/CodeGen/PowerPC/ppcf128-1.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/ppcf128-1.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/ppcf128-1.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/ppcf128-2.ll b/third_party/LLVM/test/CodeGen/PowerPC/ppcf128-2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/ppcf128-2.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/ppcf128-2.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/ppcf128-3.ll b/third_party/LLVM/test/CodeGen/PowerPC/ppcf128-3.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/ppcf128-3.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/ppcf128-3.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/ppcf128-4.ll b/third_party/LLVM/test/CodeGen/PowerPC/ppcf128-4.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/ppcf128-4.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/ppcf128-4.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/pr3711_widen_bit.ll b/third_party/LLVM/test/CodeGen/PowerPC/pr3711_widen_bit.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/pr3711_widen_bit.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/pr3711_widen_bit.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/private.ll b/third_party/LLVM/test/CodeGen/PowerPC/private.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/private.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/private.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/reg-coalesce-simple.ll b/third_party/LLVM/test/CodeGen/PowerPC/reg-coalesce-simple.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/reg-coalesce-simple.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/reg-coalesce-simple.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/retaddr.ll b/third_party/LLVM/test/CodeGen/PowerPC/retaddr.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/retaddr.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/retaddr.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/return-val-i128.ll b/third_party/LLVM/test/CodeGen/PowerPC/return-val-i128.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/return-val-i128.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/return-val-i128.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/rlwimi-commute.ll b/third_party/LLVM/test/CodeGen/PowerPC/rlwimi-commute.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/rlwimi-commute.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/rlwimi-commute.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/rlwimi-keep-rsh.ll b/third_party/LLVM/test/CodeGen/PowerPC/rlwimi-keep-rsh.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/rlwimi-keep-rsh.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/rlwimi-keep-rsh.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/rlwimi.ll b/third_party/LLVM/test/CodeGen/PowerPC/rlwimi.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/rlwimi.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/rlwimi.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/rlwimi2.ll b/third_party/LLVM/test/CodeGen/PowerPC/rlwimi2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/rlwimi2.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/rlwimi2.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/rlwimi3.ll b/third_party/LLVM/test/CodeGen/PowerPC/rlwimi3.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/rlwimi3.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/rlwimi3.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/rlwinm.ll b/third_party/LLVM/test/CodeGen/PowerPC/rlwinm.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/rlwinm.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/rlwinm.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/rlwinm2.ll b/third_party/LLVM/test/CodeGen/PowerPC/rlwinm2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/rlwinm2.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/rlwinm2.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/rotl-2.ll b/third_party/LLVM/test/CodeGen/PowerPC/rotl-2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/rotl-2.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/rotl-2.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/rotl-64.ll b/third_party/LLVM/test/CodeGen/PowerPC/rotl-64.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/rotl-64.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/rotl-64.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/rotl.ll b/third_party/LLVM/test/CodeGen/PowerPC/rotl.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/rotl.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/rotl.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/sections.ll b/third_party/LLVM/test/CodeGen/PowerPC/sections.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/sections.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/sections.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/select-cc.ll b/third_party/LLVM/test/CodeGen/PowerPC/select-cc.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/select-cc.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/select-cc.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/select_lt0.ll b/third_party/LLVM/test/CodeGen/PowerPC/select_lt0.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/select_lt0.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/select_lt0.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/setcc_no_zext.ll b/third_party/LLVM/test/CodeGen/PowerPC/setcc_no_zext.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/setcc_no_zext.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/setcc_no_zext.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/seteq-0.ll b/third_party/LLVM/test/CodeGen/PowerPC/seteq-0.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/seteq-0.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/seteq-0.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/shift128.ll b/third_party/LLVM/test/CodeGen/PowerPC/shift128.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/shift128.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/shift128.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/shl_elim.ll b/third_party/LLVM/test/CodeGen/PowerPC/shl_elim.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/shl_elim.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/shl_elim.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/shl_sext.ll b/third_party/LLVM/test/CodeGen/PowerPC/shl_sext.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/shl_sext.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/shl_sext.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/sign_ext_inreg1.ll b/third_party/LLVM/test/CodeGen/PowerPC/sign_ext_inreg1.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/sign_ext_inreg1.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/sign_ext_inreg1.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/small-arguments.ll b/third_party/LLVM/test/CodeGen/PowerPC/small-arguments.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/small-arguments.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/small-arguments.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/stack-protector.ll b/third_party/LLVM/test/CodeGen/PowerPC/stack-protector.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/stack-protector.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/stack-protector.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/stfiwx-2.ll b/third_party/LLVM/test/CodeGen/PowerPC/stfiwx-2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/stfiwx-2.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/stfiwx-2.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/stfiwx.ll b/third_party/LLVM/test/CodeGen/PowerPC/stfiwx.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/stfiwx.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/stfiwx.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/store-load-fwd.ll b/third_party/LLVM/test/CodeGen/PowerPC/store-load-fwd.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/store-load-fwd.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/store-load-fwd.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/stubs.ll b/third_party/LLVM/test/CodeGen/PowerPC/stubs.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/stubs.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/stubs.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/subc.ll b/third_party/LLVM/test/CodeGen/PowerPC/subc.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/subc.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/subc.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/tailcall1-64.ll b/third_party/LLVM/test/CodeGen/PowerPC/tailcall1-64.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/tailcall1-64.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/tailcall1-64.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/tailcall1.ll b/third_party/LLVM/test/CodeGen/PowerPC/tailcall1.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/tailcall1.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/tailcall1.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/tailcallpic1.ll b/third_party/LLVM/test/CodeGen/PowerPC/tailcallpic1.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/tailcallpic1.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/tailcallpic1.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/trampoline.ll b/third_party/LLVM/test/CodeGen/PowerPC/trampoline.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/trampoline.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/trampoline.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/unsafe-math.ll b/third_party/LLVM/test/CodeGen/PowerPC/unsafe-math.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/unsafe-math.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/unsafe-math.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/varargs.ll b/third_party/LLVM/test/CodeGen/PowerPC/varargs.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/varargs.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/varargs.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/vcmp-fold.ll b/third_party/LLVM/test/CodeGen/PowerPC/vcmp-fold.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/vcmp-fold.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/vcmp-fold.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/vec_auto_constant.ll b/third_party/LLVM/test/CodeGen/PowerPC/vec_auto_constant.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/vec_auto_constant.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/vec_auto_constant.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/vec_br_cmp.ll b/third_party/LLVM/test/CodeGen/PowerPC/vec_br_cmp.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/vec_br_cmp.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/vec_br_cmp.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/vec_buildvector_loadstore.ll b/third_party/LLVM/test/CodeGen/PowerPC/vec_buildvector_loadstore.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/vec_buildvector_loadstore.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/vec_buildvector_loadstore.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/vec_call.ll b/third_party/LLVM/test/CodeGen/PowerPC/vec_call.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/vec_call.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/vec_call.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/vec_constants.ll b/third_party/LLVM/test/CodeGen/PowerPC/vec_constants.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/vec_constants.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/vec_constants.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/vec_fneg.ll b/third_party/LLVM/test/CodeGen/PowerPC/vec_fneg.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/vec_fneg.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/vec_fneg.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/vec_insert.ll b/third_party/LLVM/test/CodeGen/PowerPC/vec_insert.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/vec_insert.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/vec_insert.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/vec_misaligned.ll b/third_party/LLVM/test/CodeGen/PowerPC/vec_misaligned.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/vec_misaligned.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/vec_misaligned.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/vec_mul.ll b/third_party/LLVM/test/CodeGen/PowerPC/vec_mul.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/vec_mul.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/vec_mul.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/vec_perf_shuffle.ll b/third_party/LLVM/test/CodeGen/PowerPC/vec_perf_shuffle.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/vec_perf_shuffle.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/vec_perf_shuffle.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/vec_shift.ll b/third_party/LLVM/test/CodeGen/PowerPC/vec_shift.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/vec_shift.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/vec_shift.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/vec_shuffle.ll b/third_party/LLVM/test/CodeGen/PowerPC/vec_shuffle.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/vec_shuffle.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/vec_shuffle.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/vec_splat.ll b/third_party/LLVM/test/CodeGen/PowerPC/vec_splat.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/vec_splat.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/vec_splat.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/vec_splat_constant.ll b/third_party/LLVM/test/CodeGen/PowerPC/vec_splat_constant.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/vec_splat_constant.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/vec_splat_constant.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/vec_vrsave.ll b/third_party/LLVM/test/CodeGen/PowerPC/vec_vrsave.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/vec_vrsave.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/vec_vrsave.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/vec_zero.ll b/third_party/LLVM/test/CodeGen/PowerPC/vec_zero.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/vec_zero.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/vec_zero.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/vector-identity-shuffle.ll b/third_party/LLVM/test/CodeGen/PowerPC/vector-identity-shuffle.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/vector-identity-shuffle.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/vector-identity-shuffle.ll
diff --git a/src/LLVM/test/CodeGen/PowerPC/vector.ll b/third_party/LLVM/test/CodeGen/PowerPC/vector.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/PowerPC/vector.ll
rename to third_party/LLVM/test/CodeGen/PowerPC/vector.ll
diff --git a/src/LLVM/test/CodeGen/SPARC/2006-01-22-BitConvertLegalize.ll b/third_party/LLVM/test/CodeGen/SPARC/2006-01-22-BitConvertLegalize.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SPARC/2006-01-22-BitConvertLegalize.ll
rename to third_party/LLVM/test/CodeGen/SPARC/2006-01-22-BitConvertLegalize.ll
diff --git a/src/LLVM/test/CodeGen/SPARC/2007-05-09-JumpTables.ll b/third_party/LLVM/test/CodeGen/SPARC/2007-05-09-JumpTables.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SPARC/2007-05-09-JumpTables.ll
rename to third_party/LLVM/test/CodeGen/SPARC/2007-05-09-JumpTables.ll
diff --git a/src/LLVM/test/CodeGen/SPARC/2007-07-05-LiveIntervalAssert.ll b/third_party/LLVM/test/CodeGen/SPARC/2007-07-05-LiveIntervalAssert.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SPARC/2007-07-05-LiveIntervalAssert.ll
rename to third_party/LLVM/test/CodeGen/SPARC/2007-07-05-LiveIntervalAssert.ll
diff --git a/src/LLVM/test/CodeGen/SPARC/2008-10-10-InlineAsmMemoryOperand.ll b/third_party/LLVM/test/CodeGen/SPARC/2008-10-10-InlineAsmMemoryOperand.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SPARC/2008-10-10-InlineAsmMemoryOperand.ll
rename to third_party/LLVM/test/CodeGen/SPARC/2008-10-10-InlineAsmMemoryOperand.ll
diff --git a/src/LLVM/test/CodeGen/SPARC/2008-10-10-InlineAsmRegOperand.ll b/third_party/LLVM/test/CodeGen/SPARC/2008-10-10-InlineAsmRegOperand.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SPARC/2008-10-10-InlineAsmRegOperand.ll
rename to third_party/LLVM/test/CodeGen/SPARC/2008-10-10-InlineAsmRegOperand.ll
diff --git a/src/LLVM/test/CodeGen/SPARC/2009-08-28-PIC.ll b/third_party/LLVM/test/CodeGen/SPARC/2009-08-28-PIC.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SPARC/2009-08-28-PIC.ll
rename to third_party/LLVM/test/CodeGen/SPARC/2009-08-28-PIC.ll
diff --git a/src/LLVM/test/CodeGen/SPARC/2009-08-28-WeakLinkage.ll b/third_party/LLVM/test/CodeGen/SPARC/2009-08-28-WeakLinkage.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SPARC/2009-08-28-WeakLinkage.ll
rename to third_party/LLVM/test/CodeGen/SPARC/2009-08-28-WeakLinkage.ll
diff --git a/src/LLVM/test/CodeGen/SPARC/2010-04-07-DbgValueOtherTargets.ll b/third_party/LLVM/test/CodeGen/SPARC/2010-04-07-DbgValueOtherTargets.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SPARC/2010-04-07-DbgValueOtherTargets.ll
rename to third_party/LLVM/test/CodeGen/SPARC/2010-04-07-DbgValueOtherTargets.ll
diff --git a/src/LLVM/test/CodeGen/SPARC/2011-01-11-CC.ll b/third_party/LLVM/test/CodeGen/SPARC/2011-01-11-CC.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SPARC/2011-01-11-CC.ll
rename to third_party/LLVM/test/CodeGen/SPARC/2011-01-11-CC.ll
diff --git a/src/LLVM/test/CodeGen/SPARC/2011-01-11-Call.ll b/third_party/LLVM/test/CodeGen/SPARC/2011-01-11-Call.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SPARC/2011-01-11-Call.ll
rename to third_party/LLVM/test/CodeGen/SPARC/2011-01-11-Call.ll
diff --git a/src/LLVM/test/CodeGen/SPARC/2011-01-11-FrameAddr.ll b/third_party/LLVM/test/CodeGen/SPARC/2011-01-11-FrameAddr.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SPARC/2011-01-11-FrameAddr.ll
rename to third_party/LLVM/test/CodeGen/SPARC/2011-01-11-FrameAddr.ll
diff --git a/src/LLVM/test/CodeGen/SPARC/2011-01-19-DelaySlot.ll b/third_party/LLVM/test/CodeGen/SPARC/2011-01-19-DelaySlot.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SPARC/2011-01-19-DelaySlot.ll
rename to third_party/LLVM/test/CodeGen/SPARC/2011-01-19-DelaySlot.ll
diff --git a/src/LLVM/test/CodeGen/SPARC/2011-01-21-ByValArgs.ll b/third_party/LLVM/test/CodeGen/SPARC/2011-01-21-ByValArgs.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SPARC/2011-01-21-ByValArgs.ll
rename to third_party/LLVM/test/CodeGen/SPARC/2011-01-21-ByValArgs.ll
diff --git a/src/LLVM/test/CodeGen/SPARC/2011-01-22-SRet.ll b/third_party/LLVM/test/CodeGen/SPARC/2011-01-22-SRet.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SPARC/2011-01-22-SRet.ll
rename to third_party/LLVM/test/CodeGen/SPARC/2011-01-22-SRet.ll
diff --git a/src/LLVM/test/CodeGen/SPARC/basictest.ll b/third_party/LLVM/test/CodeGen/SPARC/basictest.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SPARC/basictest.ll
rename to third_party/LLVM/test/CodeGen/SPARC/basictest.ll
diff --git a/src/LLVM/test/CodeGen/SPARC/ctpop.ll b/third_party/LLVM/test/CodeGen/SPARC/ctpop.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SPARC/ctpop.ll
rename to third_party/LLVM/test/CodeGen/SPARC/ctpop.ll
diff --git a/src/LLVM/test/CodeGen/SPARC/dg.exp b/third_party/LLVM/test/CodeGen/SPARC/dg.exp
similarity index 100%
rename from src/LLVM/test/CodeGen/SPARC/dg.exp
rename to third_party/LLVM/test/CodeGen/SPARC/dg.exp
diff --git a/src/LLVM/test/CodeGen/SPARC/mult-alt-generic-sparc.ll b/third_party/LLVM/test/CodeGen/SPARC/mult-alt-generic-sparc.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SPARC/mult-alt-generic-sparc.ll
rename to third_party/LLVM/test/CodeGen/SPARC/mult-alt-generic-sparc.ll
diff --git a/src/LLVM/test/CodeGen/SPARC/private.ll b/third_party/LLVM/test/CodeGen/SPARC/private.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SPARC/private.ll
rename to third_party/LLVM/test/CodeGen/SPARC/private.ll
diff --git a/src/LLVM/test/CodeGen/SystemZ/00-RetVoid.ll b/third_party/LLVM/test/CodeGen/SystemZ/00-RetVoid.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SystemZ/00-RetVoid.ll
rename to third_party/LLVM/test/CodeGen/SystemZ/00-RetVoid.ll
diff --git a/src/LLVM/test/CodeGen/SystemZ/01-RetArg.ll b/third_party/LLVM/test/CodeGen/SystemZ/01-RetArg.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SystemZ/01-RetArg.ll
rename to third_party/LLVM/test/CodeGen/SystemZ/01-RetArg.ll
diff --git a/src/LLVM/test/CodeGen/SystemZ/01-RetImm.ll b/third_party/LLVM/test/CodeGen/SystemZ/01-RetImm.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SystemZ/01-RetImm.ll
rename to third_party/LLVM/test/CodeGen/SystemZ/01-RetImm.ll
diff --git a/src/LLVM/test/CodeGen/SystemZ/02-MemArith.ll b/third_party/LLVM/test/CodeGen/SystemZ/02-MemArith.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SystemZ/02-MemArith.ll
rename to third_party/LLVM/test/CodeGen/SystemZ/02-MemArith.ll
diff --git a/src/LLVM/test/CodeGen/SystemZ/02-RetAdd.ll b/third_party/LLVM/test/CodeGen/SystemZ/02-RetAdd.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SystemZ/02-RetAdd.ll
rename to third_party/LLVM/test/CodeGen/SystemZ/02-RetAdd.ll
diff --git a/src/LLVM/test/CodeGen/SystemZ/02-RetAddImm.ll b/third_party/LLVM/test/CodeGen/SystemZ/02-RetAddImm.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SystemZ/02-RetAddImm.ll
rename to third_party/LLVM/test/CodeGen/SystemZ/02-RetAddImm.ll
diff --git a/src/LLVM/test/CodeGen/SystemZ/02-RetAnd.ll b/third_party/LLVM/test/CodeGen/SystemZ/02-RetAnd.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SystemZ/02-RetAnd.ll
rename to third_party/LLVM/test/CodeGen/SystemZ/02-RetAnd.ll
diff --git a/src/LLVM/test/CodeGen/SystemZ/02-RetAndImm.ll b/third_party/LLVM/test/CodeGen/SystemZ/02-RetAndImm.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SystemZ/02-RetAndImm.ll
rename to third_party/LLVM/test/CodeGen/SystemZ/02-RetAndImm.ll
diff --git a/src/LLVM/test/CodeGen/SystemZ/02-RetNeg.ll b/third_party/LLVM/test/CodeGen/SystemZ/02-RetNeg.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SystemZ/02-RetNeg.ll
rename to third_party/LLVM/test/CodeGen/SystemZ/02-RetNeg.ll
diff --git a/src/LLVM/test/CodeGen/SystemZ/02-RetOr.ll b/third_party/LLVM/test/CodeGen/SystemZ/02-RetOr.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SystemZ/02-RetOr.ll
rename to third_party/LLVM/test/CodeGen/SystemZ/02-RetOr.ll
diff --git a/src/LLVM/test/CodeGen/SystemZ/02-RetOrImm.ll b/third_party/LLVM/test/CodeGen/SystemZ/02-RetOrImm.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SystemZ/02-RetOrImm.ll
rename to third_party/LLVM/test/CodeGen/SystemZ/02-RetOrImm.ll
diff --git a/src/LLVM/test/CodeGen/SystemZ/02-RetSub.ll b/third_party/LLVM/test/CodeGen/SystemZ/02-RetSub.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SystemZ/02-RetSub.ll
rename to third_party/LLVM/test/CodeGen/SystemZ/02-RetSub.ll
diff --git a/src/LLVM/test/CodeGen/SystemZ/02-RetSubImm.ll b/third_party/LLVM/test/CodeGen/SystemZ/02-RetSubImm.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SystemZ/02-RetSubImm.ll
rename to third_party/LLVM/test/CodeGen/SystemZ/02-RetSubImm.ll
diff --git a/src/LLVM/test/CodeGen/SystemZ/02-RetXor.ll b/third_party/LLVM/test/CodeGen/SystemZ/02-RetXor.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SystemZ/02-RetXor.ll
rename to third_party/LLVM/test/CodeGen/SystemZ/02-RetXor.ll
diff --git a/src/LLVM/test/CodeGen/SystemZ/02-RetXorImm.ll b/third_party/LLVM/test/CodeGen/SystemZ/02-RetXorImm.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SystemZ/02-RetXorImm.ll
rename to third_party/LLVM/test/CodeGen/SystemZ/02-RetXorImm.ll
diff --git a/src/LLVM/test/CodeGen/SystemZ/03-RetAddImmSubreg.ll b/third_party/LLVM/test/CodeGen/SystemZ/03-RetAddImmSubreg.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SystemZ/03-RetAddImmSubreg.ll
rename to third_party/LLVM/test/CodeGen/SystemZ/03-RetAddImmSubreg.ll
diff --git a/src/LLVM/test/CodeGen/SystemZ/03-RetAddSubreg.ll b/third_party/LLVM/test/CodeGen/SystemZ/03-RetAddSubreg.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SystemZ/03-RetAddSubreg.ll
rename to third_party/LLVM/test/CodeGen/SystemZ/03-RetAddSubreg.ll
diff --git a/src/LLVM/test/CodeGen/SystemZ/03-RetAndImmSubreg.ll b/third_party/LLVM/test/CodeGen/SystemZ/03-RetAndImmSubreg.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SystemZ/03-RetAndImmSubreg.ll
rename to third_party/LLVM/test/CodeGen/SystemZ/03-RetAndImmSubreg.ll
diff --git a/src/LLVM/test/CodeGen/SystemZ/03-RetAndSubreg.ll b/third_party/LLVM/test/CodeGen/SystemZ/03-RetAndSubreg.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SystemZ/03-RetAndSubreg.ll
rename to third_party/LLVM/test/CodeGen/SystemZ/03-RetAndSubreg.ll
diff --git a/src/LLVM/test/CodeGen/SystemZ/03-RetArgSubreg.ll b/third_party/LLVM/test/CodeGen/SystemZ/03-RetArgSubreg.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SystemZ/03-RetArgSubreg.ll
rename to third_party/LLVM/test/CodeGen/SystemZ/03-RetArgSubreg.ll
diff --git a/src/LLVM/test/CodeGen/SystemZ/03-RetImmSubreg.ll b/third_party/LLVM/test/CodeGen/SystemZ/03-RetImmSubreg.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SystemZ/03-RetImmSubreg.ll
rename to third_party/LLVM/test/CodeGen/SystemZ/03-RetImmSubreg.ll
diff --git a/src/LLVM/test/CodeGen/SystemZ/03-RetNegImmSubreg.ll b/third_party/LLVM/test/CodeGen/SystemZ/03-RetNegImmSubreg.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SystemZ/03-RetNegImmSubreg.ll
rename to third_party/LLVM/test/CodeGen/SystemZ/03-RetNegImmSubreg.ll
diff --git a/src/LLVM/test/CodeGen/SystemZ/03-RetOrImmSubreg.ll b/third_party/LLVM/test/CodeGen/SystemZ/03-RetOrImmSubreg.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SystemZ/03-RetOrImmSubreg.ll
rename to third_party/LLVM/test/CodeGen/SystemZ/03-RetOrImmSubreg.ll
diff --git a/src/LLVM/test/CodeGen/SystemZ/03-RetOrSubreg.ll b/third_party/LLVM/test/CodeGen/SystemZ/03-RetOrSubreg.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SystemZ/03-RetOrSubreg.ll
rename to third_party/LLVM/test/CodeGen/SystemZ/03-RetOrSubreg.ll
diff --git a/src/LLVM/test/CodeGen/SystemZ/03-RetSubImmSubreg.ll b/third_party/LLVM/test/CodeGen/SystemZ/03-RetSubImmSubreg.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SystemZ/03-RetSubImmSubreg.ll
rename to third_party/LLVM/test/CodeGen/SystemZ/03-RetSubImmSubreg.ll
diff --git a/src/LLVM/test/CodeGen/SystemZ/03-RetSubSubreg.ll b/third_party/LLVM/test/CodeGen/SystemZ/03-RetSubSubreg.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SystemZ/03-RetSubSubreg.ll
rename to third_party/LLVM/test/CodeGen/SystemZ/03-RetSubSubreg.ll
diff --git a/src/LLVM/test/CodeGen/SystemZ/03-RetXorImmSubreg.ll b/third_party/LLVM/test/CodeGen/SystemZ/03-RetXorImmSubreg.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SystemZ/03-RetXorImmSubreg.ll
rename to third_party/LLVM/test/CodeGen/SystemZ/03-RetXorImmSubreg.ll
diff --git a/src/LLVM/test/CodeGen/SystemZ/03-RetXorSubreg.ll b/third_party/LLVM/test/CodeGen/SystemZ/03-RetXorSubreg.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SystemZ/03-RetXorSubreg.ll
rename to third_party/LLVM/test/CodeGen/SystemZ/03-RetXorSubreg.ll
diff --git a/src/LLVM/test/CodeGen/SystemZ/04-RetShifts.ll b/third_party/LLVM/test/CodeGen/SystemZ/04-RetShifts.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SystemZ/04-RetShifts.ll
rename to third_party/LLVM/test/CodeGen/SystemZ/04-RetShifts.ll
diff --git a/src/LLVM/test/CodeGen/SystemZ/05-LoadAddr.ll b/third_party/LLVM/test/CodeGen/SystemZ/05-LoadAddr.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SystemZ/05-LoadAddr.ll
rename to third_party/LLVM/test/CodeGen/SystemZ/05-LoadAddr.ll
diff --git a/src/LLVM/test/CodeGen/SystemZ/05-MemImmStores.ll b/third_party/LLVM/test/CodeGen/SystemZ/05-MemImmStores.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SystemZ/05-MemImmStores.ll
rename to third_party/LLVM/test/CodeGen/SystemZ/05-MemImmStores.ll
diff --git a/src/LLVM/test/CodeGen/SystemZ/05-MemLoadsStores.ll b/third_party/LLVM/test/CodeGen/SystemZ/05-MemLoadsStores.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SystemZ/05-MemLoadsStores.ll
rename to third_party/LLVM/test/CodeGen/SystemZ/05-MemLoadsStores.ll
diff --git a/src/LLVM/test/CodeGen/SystemZ/05-MemLoadsStores16.ll b/third_party/LLVM/test/CodeGen/SystemZ/05-MemLoadsStores16.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SystemZ/05-MemLoadsStores16.ll
rename to third_party/LLVM/test/CodeGen/SystemZ/05-MemLoadsStores16.ll
diff --git a/src/LLVM/test/CodeGen/SystemZ/05-MemRegLoads.ll b/third_party/LLVM/test/CodeGen/SystemZ/05-MemRegLoads.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SystemZ/05-MemRegLoads.ll
rename to third_party/LLVM/test/CodeGen/SystemZ/05-MemRegLoads.ll
diff --git a/src/LLVM/test/CodeGen/SystemZ/05-MemRegStores.ll b/third_party/LLVM/test/CodeGen/SystemZ/05-MemRegStores.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SystemZ/05-MemRegStores.ll
rename to third_party/LLVM/test/CodeGen/SystemZ/05-MemRegStores.ll
diff --git a/src/LLVM/test/CodeGen/SystemZ/06-CallViaStack.ll b/third_party/LLVM/test/CodeGen/SystemZ/06-CallViaStack.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SystemZ/06-CallViaStack.ll
rename to third_party/LLVM/test/CodeGen/SystemZ/06-CallViaStack.ll
diff --git a/src/LLVM/test/CodeGen/SystemZ/06-FrameIdxLoad.ll b/third_party/LLVM/test/CodeGen/SystemZ/06-FrameIdxLoad.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SystemZ/06-FrameIdxLoad.ll
rename to third_party/LLVM/test/CodeGen/SystemZ/06-FrameIdxLoad.ll
diff --git a/src/LLVM/test/CodeGen/SystemZ/06-LocalFrame.ll b/third_party/LLVM/test/CodeGen/SystemZ/06-LocalFrame.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SystemZ/06-LocalFrame.ll
rename to third_party/LLVM/test/CodeGen/SystemZ/06-LocalFrame.ll
diff --git a/src/LLVM/test/CodeGen/SystemZ/06-SimpleCall.ll b/third_party/LLVM/test/CodeGen/SystemZ/06-SimpleCall.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SystemZ/06-SimpleCall.ll
rename to third_party/LLVM/test/CodeGen/SystemZ/06-SimpleCall.ll
diff --git a/src/LLVM/test/CodeGen/SystemZ/07-BrCond.ll b/third_party/LLVM/test/CodeGen/SystemZ/07-BrCond.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SystemZ/07-BrCond.ll
rename to third_party/LLVM/test/CodeGen/SystemZ/07-BrCond.ll
diff --git a/src/LLVM/test/CodeGen/SystemZ/07-BrCond32.ll b/third_party/LLVM/test/CodeGen/SystemZ/07-BrCond32.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SystemZ/07-BrCond32.ll
rename to third_party/LLVM/test/CodeGen/SystemZ/07-BrCond32.ll
diff --git a/src/LLVM/test/CodeGen/SystemZ/07-BrUnCond.ll b/third_party/LLVM/test/CodeGen/SystemZ/07-BrUnCond.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SystemZ/07-BrUnCond.ll
rename to third_party/LLVM/test/CodeGen/SystemZ/07-BrUnCond.ll
diff --git a/src/LLVM/test/CodeGen/SystemZ/07-CmpImm.ll b/third_party/LLVM/test/CodeGen/SystemZ/07-CmpImm.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SystemZ/07-CmpImm.ll
rename to third_party/LLVM/test/CodeGen/SystemZ/07-CmpImm.ll
diff --git a/src/LLVM/test/CodeGen/SystemZ/07-CmpImm32.ll b/third_party/LLVM/test/CodeGen/SystemZ/07-CmpImm32.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SystemZ/07-CmpImm32.ll
rename to third_party/LLVM/test/CodeGen/SystemZ/07-CmpImm32.ll
diff --git a/src/LLVM/test/CodeGen/SystemZ/07-SelectCC.ll b/third_party/LLVM/test/CodeGen/SystemZ/07-SelectCC.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SystemZ/07-SelectCC.ll
rename to third_party/LLVM/test/CodeGen/SystemZ/07-SelectCC.ll
diff --git a/src/LLVM/test/CodeGen/SystemZ/08-DivRem.ll b/third_party/LLVM/test/CodeGen/SystemZ/08-DivRem.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SystemZ/08-DivRem.ll
rename to third_party/LLVM/test/CodeGen/SystemZ/08-DivRem.ll
diff --git a/src/LLVM/test/CodeGen/SystemZ/08-DivRemMemOp.ll b/third_party/LLVM/test/CodeGen/SystemZ/08-DivRemMemOp.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SystemZ/08-DivRemMemOp.ll
rename to third_party/LLVM/test/CodeGen/SystemZ/08-DivRemMemOp.ll
diff --git a/src/LLVM/test/CodeGen/SystemZ/08-SimpleMuls.ll b/third_party/LLVM/test/CodeGen/SystemZ/08-SimpleMuls.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SystemZ/08-SimpleMuls.ll
rename to third_party/LLVM/test/CodeGen/SystemZ/08-SimpleMuls.ll
diff --git a/src/LLVM/test/CodeGen/SystemZ/09-DynamicAlloca.ll b/third_party/LLVM/test/CodeGen/SystemZ/09-DynamicAlloca.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SystemZ/09-DynamicAlloca.ll
rename to third_party/LLVM/test/CodeGen/SystemZ/09-DynamicAlloca.ll
diff --git a/src/LLVM/test/CodeGen/SystemZ/09-Globals.ll b/third_party/LLVM/test/CodeGen/SystemZ/09-Globals.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SystemZ/09-Globals.ll
rename to third_party/LLVM/test/CodeGen/SystemZ/09-Globals.ll
diff --git a/src/LLVM/test/CodeGen/SystemZ/09-Switches.ll b/third_party/LLVM/test/CodeGen/SystemZ/09-Switches.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SystemZ/09-Switches.ll
rename to third_party/LLVM/test/CodeGen/SystemZ/09-Switches.ll
diff --git a/src/LLVM/test/CodeGen/SystemZ/10-FuncsPic.ll b/third_party/LLVM/test/CodeGen/SystemZ/10-FuncsPic.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SystemZ/10-FuncsPic.ll
rename to third_party/LLVM/test/CodeGen/SystemZ/10-FuncsPic.ll
diff --git a/src/LLVM/test/CodeGen/SystemZ/10-GlobalsPic.ll b/third_party/LLVM/test/CodeGen/SystemZ/10-GlobalsPic.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SystemZ/10-GlobalsPic.ll
rename to third_party/LLVM/test/CodeGen/SystemZ/10-GlobalsPic.ll
diff --git a/src/LLVM/test/CodeGen/SystemZ/11-BSwap.ll b/third_party/LLVM/test/CodeGen/SystemZ/11-BSwap.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SystemZ/11-BSwap.ll
rename to third_party/LLVM/test/CodeGen/SystemZ/11-BSwap.ll
diff --git a/src/LLVM/test/CodeGen/SystemZ/2009-05-29-InvalidRetResult.ll b/third_party/LLVM/test/CodeGen/SystemZ/2009-05-29-InvalidRetResult.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SystemZ/2009-05-29-InvalidRetResult.ll
rename to third_party/LLVM/test/CodeGen/SystemZ/2009-05-29-InvalidRetResult.ll
diff --git a/src/LLVM/test/CodeGen/SystemZ/2009-06-02-And32Imm.ll b/third_party/LLVM/test/CodeGen/SystemZ/2009-06-02-And32Imm.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SystemZ/2009-06-02-And32Imm.ll
rename to third_party/LLVM/test/CodeGen/SystemZ/2009-06-02-And32Imm.ll
diff --git a/src/LLVM/test/CodeGen/SystemZ/2009-06-02-Rotate.ll b/third_party/LLVM/test/CodeGen/SystemZ/2009-06-02-Rotate.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SystemZ/2009-06-02-Rotate.ll
rename to third_party/LLVM/test/CodeGen/SystemZ/2009-06-02-Rotate.ll
diff --git a/src/LLVM/test/CodeGen/SystemZ/2009-06-05-InvalidArgLoad.ll b/third_party/LLVM/test/CodeGen/SystemZ/2009-06-05-InvalidArgLoad.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SystemZ/2009-06-05-InvalidArgLoad.ll
rename to third_party/LLVM/test/CodeGen/SystemZ/2009-06-05-InvalidArgLoad.ll
diff --git a/src/LLVM/test/CodeGen/SystemZ/2009-07-04-Shl32.ll b/third_party/LLVM/test/CodeGen/SystemZ/2009-07-04-Shl32.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SystemZ/2009-07-04-Shl32.ll
rename to third_party/LLVM/test/CodeGen/SystemZ/2009-07-04-Shl32.ll
diff --git a/src/LLVM/test/CodeGen/SystemZ/2009-07-05-Shifts.ll b/third_party/LLVM/test/CodeGen/SystemZ/2009-07-05-Shifts.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SystemZ/2009-07-05-Shifts.ll
rename to third_party/LLVM/test/CodeGen/SystemZ/2009-07-05-Shifts.ll
diff --git a/src/LLVM/test/CodeGen/SystemZ/2009-07-10-BadIncomingArgOffset.ll b/third_party/LLVM/test/CodeGen/SystemZ/2009-07-10-BadIncomingArgOffset.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SystemZ/2009-07-10-BadIncomingArgOffset.ll
rename to third_party/LLVM/test/CodeGen/SystemZ/2009-07-10-BadIncomingArgOffset.ll
diff --git a/src/LLVM/test/CodeGen/SystemZ/2009-07-11-FloatBitConvert.ll b/third_party/LLVM/test/CodeGen/SystemZ/2009-07-11-FloatBitConvert.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SystemZ/2009-07-11-FloatBitConvert.ll
rename to third_party/LLVM/test/CodeGen/SystemZ/2009-07-11-FloatBitConvert.ll
diff --git a/src/LLVM/test/CodeGen/SystemZ/2009-07-11-InvalidRIISel.ll b/third_party/LLVM/test/CodeGen/SystemZ/2009-07-11-InvalidRIISel.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SystemZ/2009-07-11-InvalidRIISel.ll
rename to third_party/LLVM/test/CodeGen/SystemZ/2009-07-11-InvalidRIISel.ll
diff --git a/src/LLVM/test/CodeGen/SystemZ/2009-08-21-InlineAsmRConstraint.ll b/third_party/LLVM/test/CodeGen/SystemZ/2009-08-21-InlineAsmRConstraint.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SystemZ/2009-08-21-InlineAsmRConstraint.ll
rename to third_party/LLVM/test/CodeGen/SystemZ/2009-08-21-InlineAsmRConstraint.ll
diff --git a/src/LLVM/test/CodeGen/SystemZ/2009-08-22-FCopySign.ll b/third_party/LLVM/test/CodeGen/SystemZ/2009-08-22-FCopySign.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SystemZ/2009-08-22-FCopySign.ll
rename to third_party/LLVM/test/CodeGen/SystemZ/2009-08-22-FCopySign.ll
diff --git a/src/LLVM/test/CodeGen/SystemZ/2010-01-04-DivMem.ll b/third_party/LLVM/test/CodeGen/SystemZ/2010-01-04-DivMem.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SystemZ/2010-01-04-DivMem.ll
rename to third_party/LLVM/test/CodeGen/SystemZ/2010-01-04-DivMem.ll
diff --git a/src/LLVM/test/CodeGen/SystemZ/2010-04-07-DbgValueOtherTargets.ll b/third_party/LLVM/test/CodeGen/SystemZ/2010-04-07-DbgValueOtherTargets.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/SystemZ/2010-04-07-DbgValueOtherTargets.ll
rename to third_party/LLVM/test/CodeGen/SystemZ/2010-04-07-DbgValueOtherTargets.ll
diff --git a/src/LLVM/test/CodeGen/SystemZ/dg.exp b/third_party/LLVM/test/CodeGen/SystemZ/dg.exp
similarity index 100%
rename from src/LLVM/test/CodeGen/SystemZ/dg.exp
rename to third_party/LLVM/test/CodeGen/SystemZ/dg.exp
diff --git a/src/LLVM/test/CodeGen/Thumb/2007-01-31-RegInfoAssert.ll b/third_party/LLVM/test/CodeGen/Thumb/2007-01-31-RegInfoAssert.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb/2007-01-31-RegInfoAssert.ll
rename to third_party/LLVM/test/CodeGen/Thumb/2007-01-31-RegInfoAssert.ll
diff --git a/src/LLVM/test/CodeGen/Thumb/2007-02-02-JoinIntervalsCrash.ll b/third_party/LLVM/test/CodeGen/Thumb/2007-02-02-JoinIntervalsCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb/2007-02-02-JoinIntervalsCrash.ll
rename to third_party/LLVM/test/CodeGen/Thumb/2007-02-02-JoinIntervalsCrash.ll
diff --git a/src/LLVM/test/CodeGen/Thumb/2007-05-05-InvalidPushPop.ll b/third_party/LLVM/test/CodeGen/Thumb/2007-05-05-InvalidPushPop.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb/2007-05-05-InvalidPushPop.ll
rename to third_party/LLVM/test/CodeGen/Thumb/2007-05-05-InvalidPushPop.ll
diff --git a/src/LLVM/test/CodeGen/Thumb/2009-06-18-ThumbCommuteMul.ll b/third_party/LLVM/test/CodeGen/Thumb/2009-06-18-ThumbCommuteMul.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb/2009-06-18-ThumbCommuteMul.ll
rename to third_party/LLVM/test/CodeGen/Thumb/2009-06-18-ThumbCommuteMul.ll
diff --git a/src/LLVM/test/CodeGen/Thumb/2009-07-20-TwoAddrBug.ll b/third_party/LLVM/test/CodeGen/Thumb/2009-07-20-TwoAddrBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb/2009-07-20-TwoAddrBug.ll
rename to third_party/LLVM/test/CodeGen/Thumb/2009-07-20-TwoAddrBug.ll
diff --git a/src/LLVM/test/CodeGen/Thumb/2009-07-27-PEIAssert.ll b/third_party/LLVM/test/CodeGen/Thumb/2009-07-27-PEIAssert.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb/2009-07-27-PEIAssert.ll
rename to third_party/LLVM/test/CodeGen/Thumb/2009-07-27-PEIAssert.ll
diff --git a/src/LLVM/test/CodeGen/Thumb/2009-08-12-ConstIslandAssert.ll b/third_party/LLVM/test/CodeGen/Thumb/2009-08-12-ConstIslandAssert.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb/2009-08-12-ConstIslandAssert.ll
rename to third_party/LLVM/test/CodeGen/Thumb/2009-08-12-ConstIslandAssert.ll
diff --git a/src/LLVM/test/CodeGen/Thumb/2009-08-12-RegInfoAssert.ll b/third_party/LLVM/test/CodeGen/Thumb/2009-08-12-RegInfoAssert.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb/2009-08-12-RegInfoAssert.ll
rename to third_party/LLVM/test/CodeGen/Thumb/2009-08-12-RegInfoAssert.ll
diff --git a/src/LLVM/test/CodeGen/Thumb/2009-08-20-ISelBug.ll b/third_party/LLVM/test/CodeGen/Thumb/2009-08-20-ISelBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb/2009-08-20-ISelBug.ll
rename to third_party/LLVM/test/CodeGen/Thumb/2009-08-20-ISelBug.ll
diff --git a/src/LLVM/test/CodeGen/Thumb/2009-12-17-pre-regalloc-taildup.ll b/third_party/LLVM/test/CodeGen/Thumb/2009-12-17-pre-regalloc-taildup.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb/2009-12-17-pre-regalloc-taildup.ll
rename to third_party/LLVM/test/CodeGen/Thumb/2009-12-17-pre-regalloc-taildup.ll
diff --git a/src/LLVM/test/CodeGen/Thumb/2010-04-07-DbgValueOtherTargets.ll b/third_party/LLVM/test/CodeGen/Thumb/2010-04-07-DbgValueOtherTargets.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb/2010-04-07-DbgValueOtherTargets.ll
rename to third_party/LLVM/test/CodeGen/Thumb/2010-04-07-DbgValueOtherTargets.ll
diff --git a/src/LLVM/test/CodeGen/Thumb/2010-06-18-SibCallCrash.ll b/third_party/LLVM/test/CodeGen/Thumb/2010-06-18-SibCallCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb/2010-06-18-SibCallCrash.ll
rename to third_party/LLVM/test/CodeGen/Thumb/2010-06-18-SibCallCrash.ll
diff --git a/src/LLVM/test/CodeGen/Thumb/2010-07-01-FuncAlign.ll b/third_party/LLVM/test/CodeGen/Thumb/2010-07-01-FuncAlign.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb/2010-07-01-FuncAlign.ll
rename to third_party/LLVM/test/CodeGen/Thumb/2010-07-01-FuncAlign.ll
diff --git a/src/LLVM/test/CodeGen/Thumb/2010-07-15-debugOrdering.ll b/third_party/LLVM/test/CodeGen/Thumb/2010-07-15-debugOrdering.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb/2010-07-15-debugOrdering.ll
rename to third_party/LLVM/test/CodeGen/Thumb/2010-07-15-debugOrdering.ll
diff --git a/src/LLVM/test/CodeGen/Thumb/2011-05-11-DAGLegalizer.ll b/third_party/LLVM/test/CodeGen/Thumb/2011-05-11-DAGLegalizer.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb/2011-05-11-DAGLegalizer.ll
rename to third_party/LLVM/test/CodeGen/Thumb/2011-05-11-DAGLegalizer.ll
diff --git a/src/LLVM/test/CodeGen/Thumb/2011-06-16-NoGPRs.ll b/third_party/LLVM/test/CodeGen/Thumb/2011-06-16-NoGPRs.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb/2011-06-16-NoGPRs.ll
rename to third_party/LLVM/test/CodeGen/Thumb/2011-06-16-NoGPRs.ll
diff --git a/src/LLVM/test/CodeGen/Thumb/2011-EpilogueBug.ll b/third_party/LLVM/test/CodeGen/Thumb/2011-EpilogueBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb/2011-EpilogueBug.ll
rename to third_party/LLVM/test/CodeGen/Thumb/2011-EpilogueBug.ll
diff --git a/src/LLVM/test/CodeGen/Thumb/asmprinter-bug.ll b/third_party/LLVM/test/CodeGen/Thumb/asmprinter-bug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb/asmprinter-bug.ll
rename to third_party/LLVM/test/CodeGen/Thumb/asmprinter-bug.ll
diff --git a/src/LLVM/test/CodeGen/Thumb/barrier.ll b/third_party/LLVM/test/CodeGen/Thumb/barrier.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb/barrier.ll
rename to third_party/LLVM/test/CodeGen/Thumb/barrier.ll
diff --git a/src/LLVM/test/CodeGen/Thumb/dg.exp b/third_party/LLVM/test/CodeGen/Thumb/dg.exp
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb/dg.exp
rename to third_party/LLVM/test/CodeGen/Thumb/dg.exp
diff --git a/src/LLVM/test/CodeGen/Thumb/dyn-stackalloc.ll b/third_party/LLVM/test/CodeGen/Thumb/dyn-stackalloc.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb/dyn-stackalloc.ll
rename to third_party/LLVM/test/CodeGen/Thumb/dyn-stackalloc.ll
diff --git a/src/LLVM/test/CodeGen/Thumb/fpconv.ll b/third_party/LLVM/test/CodeGen/Thumb/fpconv.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb/fpconv.ll
rename to third_party/LLVM/test/CodeGen/Thumb/fpconv.ll
diff --git a/src/LLVM/test/CodeGen/Thumb/fpow.ll b/third_party/LLVM/test/CodeGen/Thumb/fpow.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb/fpow.ll
rename to third_party/LLVM/test/CodeGen/Thumb/fpow.ll
diff --git a/src/LLVM/test/CodeGen/Thumb/frame_thumb.ll b/third_party/LLVM/test/CodeGen/Thumb/frame_thumb.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb/frame_thumb.ll
rename to third_party/LLVM/test/CodeGen/Thumb/frame_thumb.ll
diff --git a/src/LLVM/test/CodeGen/Thumb/iabs.ll b/third_party/LLVM/test/CodeGen/Thumb/iabs.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb/iabs.ll
rename to third_party/LLVM/test/CodeGen/Thumb/iabs.ll
diff --git a/src/LLVM/test/CodeGen/Thumb/inlineasm-imm-thumb.ll b/third_party/LLVM/test/CodeGen/Thumb/inlineasm-imm-thumb.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb/inlineasm-imm-thumb.ll
rename to third_party/LLVM/test/CodeGen/Thumb/inlineasm-imm-thumb.ll
diff --git a/src/LLVM/test/CodeGen/Thumb/inlineasm-thumb.ll b/third_party/LLVM/test/CodeGen/Thumb/inlineasm-thumb.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb/inlineasm-thumb.ll
rename to third_party/LLVM/test/CodeGen/Thumb/inlineasm-thumb.ll
diff --git a/src/LLVM/test/CodeGen/Thumb/ispositive.ll b/third_party/LLVM/test/CodeGen/Thumb/ispositive.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb/ispositive.ll
rename to third_party/LLVM/test/CodeGen/Thumb/ispositive.ll
diff --git a/src/LLVM/test/CodeGen/Thumb/large-stack.ll b/third_party/LLVM/test/CodeGen/Thumb/large-stack.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb/large-stack.ll
rename to third_party/LLVM/test/CodeGen/Thumb/large-stack.ll
diff --git a/src/LLVM/test/CodeGen/Thumb/ldr_ext.ll b/third_party/LLVM/test/CodeGen/Thumb/ldr_ext.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb/ldr_ext.ll
rename to third_party/LLVM/test/CodeGen/Thumb/ldr_ext.ll
diff --git a/src/LLVM/test/CodeGen/Thumb/ldr_frame.ll b/third_party/LLVM/test/CodeGen/Thumb/ldr_frame.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb/ldr_frame.ll
rename to third_party/LLVM/test/CodeGen/Thumb/ldr_frame.ll
diff --git a/src/LLVM/test/CodeGen/Thumb/long-setcc.ll b/third_party/LLVM/test/CodeGen/Thumb/long-setcc.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb/long-setcc.ll
rename to third_party/LLVM/test/CodeGen/Thumb/long-setcc.ll
diff --git a/src/LLVM/test/CodeGen/Thumb/long.ll b/third_party/LLVM/test/CodeGen/Thumb/long.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb/long.ll
rename to third_party/LLVM/test/CodeGen/Thumb/long.ll
diff --git a/src/LLVM/test/CodeGen/Thumb/long_shift.ll b/third_party/LLVM/test/CodeGen/Thumb/long_shift.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb/long_shift.ll
rename to third_party/LLVM/test/CodeGen/Thumb/long_shift.ll
diff --git a/src/LLVM/test/CodeGen/Thumb/mul.ll b/third_party/LLVM/test/CodeGen/Thumb/mul.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb/mul.ll
rename to third_party/LLVM/test/CodeGen/Thumb/mul.ll
diff --git a/src/LLVM/test/CodeGen/Thumb/pop.ll b/third_party/LLVM/test/CodeGen/Thumb/pop.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb/pop.ll
rename to third_party/LLVM/test/CodeGen/Thumb/pop.ll
diff --git a/src/LLVM/test/CodeGen/Thumb/push.ll b/third_party/LLVM/test/CodeGen/Thumb/push.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb/push.ll
rename to third_party/LLVM/test/CodeGen/Thumb/push.ll
diff --git a/src/LLVM/test/CodeGen/Thumb/rev.ll b/third_party/LLVM/test/CodeGen/Thumb/rev.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb/rev.ll
rename to third_party/LLVM/test/CodeGen/Thumb/rev.ll
diff --git a/src/LLVM/test/CodeGen/Thumb/select.ll b/third_party/LLVM/test/CodeGen/Thumb/select.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb/select.ll
rename to third_party/LLVM/test/CodeGen/Thumb/select.ll
diff --git a/src/LLVM/test/CodeGen/Thumb/stack-frame.ll b/third_party/LLVM/test/CodeGen/Thumb/stack-frame.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb/stack-frame.ll
rename to third_party/LLVM/test/CodeGen/Thumb/stack-frame.ll
diff --git a/src/LLVM/test/CodeGen/Thumb/thumb-imm.ll b/third_party/LLVM/test/CodeGen/Thumb/thumb-imm.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb/thumb-imm.ll
rename to third_party/LLVM/test/CodeGen/Thumb/thumb-imm.ll
diff --git a/src/LLVM/test/CodeGen/Thumb/trap.ll b/third_party/LLVM/test/CodeGen/Thumb/trap.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb/trap.ll
rename to third_party/LLVM/test/CodeGen/Thumb/trap.ll
diff --git a/src/LLVM/test/CodeGen/Thumb/tst_teq.ll b/third_party/LLVM/test/CodeGen/Thumb/tst_teq.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb/tst_teq.ll
rename to third_party/LLVM/test/CodeGen/Thumb/tst_teq.ll
diff --git a/src/LLVM/test/CodeGen/Thumb/unord.ll b/third_party/LLVM/test/CodeGen/Thumb/unord.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb/unord.ll
rename to third_party/LLVM/test/CodeGen/Thumb/unord.ll
diff --git a/src/LLVM/test/CodeGen/Thumb/vargs.ll b/third_party/LLVM/test/CodeGen/Thumb/vargs.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb/vargs.ll
rename to third_party/LLVM/test/CodeGen/Thumb/vargs.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/2009-07-17-CrossRegClassCopy.ll b/third_party/LLVM/test/CodeGen/Thumb2/2009-07-17-CrossRegClassCopy.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/2009-07-17-CrossRegClassCopy.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/2009-07-17-CrossRegClassCopy.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/2009-07-21-ISelBug.ll b/third_party/LLVM/test/CodeGen/Thumb2/2009-07-21-ISelBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/2009-07-21-ISelBug.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/2009-07-21-ISelBug.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/2009-07-23-CPIslandBug.ll b/third_party/LLVM/test/CodeGen/Thumb2/2009-07-23-CPIslandBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/2009-07-23-CPIslandBug.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/2009-07-23-CPIslandBug.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/2009-07-30-PEICrash.ll b/third_party/LLVM/test/CodeGen/Thumb2/2009-07-30-PEICrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/2009-07-30-PEICrash.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/2009-07-30-PEICrash.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/2009-08-01-WrongLDRBOpc.ll b/third_party/LLVM/test/CodeGen/Thumb2/2009-08-01-WrongLDRBOpc.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/2009-08-01-WrongLDRBOpc.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/2009-08-01-WrongLDRBOpc.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/2009-08-02-CoalescerBug.ll b/third_party/LLVM/test/CodeGen/Thumb2/2009-08-02-CoalescerBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/2009-08-02-CoalescerBug.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/2009-08-02-CoalescerBug.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/2009-08-04-CoalescerAssert.ll b/third_party/LLVM/test/CodeGen/Thumb2/2009-08-04-CoalescerAssert.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/2009-08-04-CoalescerAssert.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/2009-08-04-CoalescerAssert.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/2009-08-04-CoalescerBug.ll b/third_party/LLVM/test/CodeGen/Thumb2/2009-08-04-CoalescerBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/2009-08-04-CoalescerBug.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/2009-08-04-CoalescerBug.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/2009-08-04-ScavengerAssert.ll b/third_party/LLVM/test/CodeGen/Thumb2/2009-08-04-ScavengerAssert.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/2009-08-04-ScavengerAssert.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/2009-08-04-ScavengerAssert.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/2009-08-04-SubregLoweringBug.ll b/third_party/LLVM/test/CodeGen/Thumb2/2009-08-04-SubregLoweringBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/2009-08-04-SubregLoweringBug.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/2009-08-04-SubregLoweringBug.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/2009-08-04-SubregLoweringBug2.ll b/third_party/LLVM/test/CodeGen/Thumb2/2009-08-04-SubregLoweringBug2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/2009-08-04-SubregLoweringBug2.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/2009-08-04-SubregLoweringBug2.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/2009-08-04-SubregLoweringBug3.ll b/third_party/LLVM/test/CodeGen/Thumb2/2009-08-04-SubregLoweringBug3.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/2009-08-04-SubregLoweringBug3.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/2009-08-04-SubregLoweringBug3.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/2009-08-06-SpDecBug.ll b/third_party/LLVM/test/CodeGen/Thumb2/2009-08-06-SpDecBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/2009-08-06-SpDecBug.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/2009-08-06-SpDecBug.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/2009-08-07-CoalescerBug.ll b/third_party/LLVM/test/CodeGen/Thumb2/2009-08-07-CoalescerBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/2009-08-07-CoalescerBug.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/2009-08-07-CoalescerBug.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/2009-08-07-NeonFPBug.ll b/third_party/LLVM/test/CodeGen/Thumb2/2009-08-07-NeonFPBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/2009-08-07-NeonFPBug.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/2009-08-07-NeonFPBug.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/2009-08-08-ScavengerAssert.ll b/third_party/LLVM/test/CodeGen/Thumb2/2009-08-08-ScavengerAssert.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/2009-08-08-ScavengerAssert.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/2009-08-08-ScavengerAssert.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/2009-08-10-ISelBug.ll b/third_party/LLVM/test/CodeGen/Thumb2/2009-08-10-ISelBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/2009-08-10-ISelBug.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/2009-08-10-ISelBug.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/2009-08-21-PostRAKill4.ll b/third_party/LLVM/test/CodeGen/Thumb2/2009-08-21-PostRAKill4.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/2009-08-21-PostRAKill4.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/2009-08-21-PostRAKill4.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/2009-09-01-PostRAProlog.ll b/third_party/LLVM/test/CodeGen/Thumb2/2009-09-01-PostRAProlog.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/2009-09-01-PostRAProlog.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/2009-09-01-PostRAProlog.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/2009-09-28-ITBlockBug.ll b/third_party/LLVM/test/CodeGen/Thumb2/2009-09-28-ITBlockBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/2009-09-28-ITBlockBug.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/2009-09-28-ITBlockBug.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/2009-10-15-ITBlockBranch.ll b/third_party/LLVM/test/CodeGen/Thumb2/2009-10-15-ITBlockBranch.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/2009-10-15-ITBlockBranch.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/2009-10-15-ITBlockBranch.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/2009-11-01-CopyReg2RegBug.ll b/third_party/LLVM/test/CodeGen/Thumb2/2009-11-01-CopyReg2RegBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/2009-11-01-CopyReg2RegBug.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/2009-11-01-CopyReg2RegBug.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/2009-11-11-ScavengerAssert.ll b/third_party/LLVM/test/CodeGen/Thumb2/2009-11-11-ScavengerAssert.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/2009-11-11-ScavengerAssert.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/2009-11-11-ScavengerAssert.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/2009-11-13-STRDBug.ll b/third_party/LLVM/test/CodeGen/Thumb2/2009-11-13-STRDBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/2009-11-13-STRDBug.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/2009-11-13-STRDBug.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/2009-12-01-LoopIVUsers.ll b/third_party/LLVM/test/CodeGen/Thumb2/2009-12-01-LoopIVUsers.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/2009-12-01-LoopIVUsers.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/2009-12-01-LoopIVUsers.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/2010-01-06-TailDuplicateLabels.ll b/third_party/LLVM/test/CodeGen/Thumb2/2010-01-06-TailDuplicateLabels.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/2010-01-06-TailDuplicateLabels.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/2010-01-06-TailDuplicateLabels.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/2010-01-19-RemovePredicates.ll b/third_party/LLVM/test/CodeGen/Thumb2/2010-01-19-RemovePredicates.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/2010-01-19-RemovePredicates.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/2010-01-19-RemovePredicates.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/2010-02-11-phi-cycle.ll b/third_party/LLVM/test/CodeGen/Thumb2/2010-02-11-phi-cycle.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/2010-02-11-phi-cycle.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/2010-02-11-phi-cycle.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/2010-02-24-BigStack.ll b/third_party/LLVM/test/CodeGen/Thumb2/2010-02-24-BigStack.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/2010-02-24-BigStack.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/2010-02-24-BigStack.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/2010-03-08-addi12-ccout.ll b/third_party/LLVM/test/CodeGen/Thumb2/2010-03-08-addi12-ccout.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/2010-03-08-addi12-ccout.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/2010-03-08-addi12-ccout.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/2010-03-15-AsmCCClobber.ll b/third_party/LLVM/test/CodeGen/Thumb2/2010-03-15-AsmCCClobber.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/2010-03-15-AsmCCClobber.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/2010-03-15-AsmCCClobber.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/2010-04-15-DynAllocBug.ll b/third_party/LLVM/test/CodeGen/Thumb2/2010-04-15-DynAllocBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/2010-04-15-DynAllocBug.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/2010-04-15-DynAllocBug.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/2010-04-26-CopyRegCrash.ll b/third_party/LLVM/test/CodeGen/Thumb2/2010-04-26-CopyRegCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/2010-04-26-CopyRegCrash.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/2010-04-26-CopyRegCrash.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/2010-05-24-rsbs.ll b/third_party/LLVM/test/CodeGen/Thumb2/2010-05-24-rsbs.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/2010-05-24-rsbs.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/2010-05-24-rsbs.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/2010-06-14-NEONCoalescer.ll b/third_party/LLVM/test/CodeGen/Thumb2/2010-06-14-NEONCoalescer.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/2010-06-14-NEONCoalescer.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/2010-06-14-NEONCoalescer.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/2010-06-19-ITBlockCrash.ll b/third_party/LLVM/test/CodeGen/Thumb2/2010-06-19-ITBlockCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/2010-06-19-ITBlockCrash.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/2010-06-19-ITBlockCrash.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/2010-06-21-TailMergeBug.ll b/third_party/LLVM/test/CodeGen/Thumb2/2010-06-21-TailMergeBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/2010-06-21-TailMergeBug.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/2010-06-21-TailMergeBug.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/2010-08-10-VarSizedAllocaBug.ll b/third_party/LLVM/test/CodeGen/Thumb2/2010-08-10-VarSizedAllocaBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/2010-08-10-VarSizedAllocaBug.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/2010-08-10-VarSizedAllocaBug.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/2010-11-22-EpilogueBug.ll b/third_party/LLVM/test/CodeGen/Thumb2/2010-11-22-EpilogueBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/2010-11-22-EpilogueBug.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/2010-11-22-EpilogueBug.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/2010-12-03-AddSPNarrowing.ll b/third_party/LLVM/test/CodeGen/Thumb2/2010-12-03-AddSPNarrowing.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/2010-12-03-AddSPNarrowing.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/2010-12-03-AddSPNarrowing.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/2011-04-21-FILoweringBug.ll b/third_party/LLVM/test/CodeGen/Thumb2/2011-04-21-FILoweringBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/2011-04-21-FILoweringBug.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/2011-04-21-FILoweringBug.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/2011-06-07-TwoAddrEarlyClobber.ll b/third_party/LLVM/test/CodeGen/Thumb2/2011-06-07-TwoAddrEarlyClobber.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/2011-06-07-TwoAddrEarlyClobber.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/2011-06-07-TwoAddrEarlyClobber.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/bfi.ll b/third_party/LLVM/test/CodeGen/Thumb2/bfi.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/bfi.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/bfi.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/bfx.ll b/third_party/LLVM/test/CodeGen/Thumb2/bfx.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/bfx.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/bfx.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/buildvector-crash.ll b/third_party/LLVM/test/CodeGen/Thumb2/buildvector-crash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/buildvector-crash.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/buildvector-crash.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/carry.ll b/third_party/LLVM/test/CodeGen/Thumb2/carry.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/carry.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/carry.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/cortex-fp.ll b/third_party/LLVM/test/CodeGen/Thumb2/cortex-fp.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/cortex-fp.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/cortex-fp.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/crash.ll b/third_party/LLVM/test/CodeGen/Thumb2/crash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/crash.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/crash.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/cross-rc-coalescing-1.ll b/third_party/LLVM/test/CodeGen/Thumb2/cross-rc-coalescing-1.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/cross-rc-coalescing-1.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/cross-rc-coalescing-1.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/cross-rc-coalescing-2.ll b/third_party/LLVM/test/CodeGen/Thumb2/cross-rc-coalescing-2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/cross-rc-coalescing-2.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/cross-rc-coalescing-2.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/dg.exp b/third_party/LLVM/test/CodeGen/Thumb2/dg.exp
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/dg.exp
rename to third_party/LLVM/test/CodeGen/Thumb2/dg.exp
diff --git a/src/LLVM/test/CodeGen/Thumb2/div.ll b/third_party/LLVM/test/CodeGen/Thumb2/div.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/div.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/div.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/frameless.ll b/third_party/LLVM/test/CodeGen/Thumb2/frameless.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/frameless.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/frameless.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/frameless2.ll b/third_party/LLVM/test/CodeGen/Thumb2/frameless2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/frameless2.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/frameless2.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/ifcvt-neon.ll b/third_party/LLVM/test/CodeGen/Thumb2/ifcvt-neon.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/ifcvt-neon.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/ifcvt-neon.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/large-stack.ll b/third_party/LLVM/test/CodeGen/Thumb2/large-stack.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/large-stack.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/large-stack.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/ldr-str-imm12.ll b/third_party/LLVM/test/CodeGen/Thumb2/ldr-str-imm12.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/ldr-str-imm12.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/ldr-str-imm12.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/lsr-deficiency.ll b/third_party/LLVM/test/CodeGen/Thumb2/lsr-deficiency.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/lsr-deficiency.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/lsr-deficiency.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/machine-licm.ll b/third_party/LLVM/test/CodeGen/Thumb2/machine-licm.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/machine-licm.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/machine-licm.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/mul_const.ll b/third_party/LLVM/test/CodeGen/Thumb2/mul_const.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/mul_const.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/mul_const.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/pic-load.ll b/third_party/LLVM/test/CodeGen/Thumb2/pic-load.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/pic-load.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/pic-load.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-adc.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-adc.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-adc.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-adc.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-add.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-add.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-add.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-add.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-add2.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-add2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-add2.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-add2.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-add3.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-add3.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-add3.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-add3.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-add4.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-add4.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-add4.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-add4.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-add5.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-add5.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-add5.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-add5.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-add6.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-add6.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-add6.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-add6.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-and.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-and.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-and.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-and.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-and2.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-and2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-and2.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-and2.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-asr.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-asr.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-asr.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-asr.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-asr2.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-asr2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-asr2.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-asr2.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-bcc.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-bcc.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-bcc.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-bcc.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-bfc.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-bfc.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-bfc.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-bfc.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-bic.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-bic.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-bic.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-bic.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-branch.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-branch.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-branch.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-branch.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-call-tc.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-call-tc.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-call-tc.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-call-tc.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-call.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-call.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-call.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-call.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-cbnz.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-cbnz.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-cbnz.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-cbnz.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-clz.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-clz.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-clz.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-clz.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-cmn.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-cmn.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-cmn.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-cmn.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-cmn2.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-cmn2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-cmn2.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-cmn2.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-cmp.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-cmp.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-cmp.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-cmp.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-cmp2.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-cmp2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-cmp2.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-cmp2.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-eor.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-eor.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-eor.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-eor.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-eor2.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-eor2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-eor2.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-eor2.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-ifcvt1-tc.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-ifcvt1-tc.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-ifcvt1-tc.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-ifcvt1-tc.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-ifcvt1.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-ifcvt1.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-ifcvt1.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-ifcvt1.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-ifcvt2.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-ifcvt2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-ifcvt2.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-ifcvt2.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-ifcvt3.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-ifcvt3.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-ifcvt3.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-ifcvt3.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-jtb.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-jtb.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-jtb.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-jtb.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-ldm.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-ldm.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-ldm.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-ldm.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-ldr.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-ldr.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-ldr.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-ldr.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-ldr_ext.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-ldr_ext.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-ldr_ext.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-ldr_ext.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-ldr_post.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-ldr_post.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-ldr_post.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-ldr_post.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-ldr_pre.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-ldr_pre.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-ldr_pre.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-ldr_pre.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-ldrb.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-ldrb.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-ldrb.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-ldrb.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-ldrd.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-ldrd.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-ldrd.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-ldrd.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-ldrh.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-ldrh.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-ldrh.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-ldrh.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-lsl.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-lsl.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-lsl.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-lsl.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-lsl2.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-lsl2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-lsl2.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-lsl2.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-lsr.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-lsr.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-lsr.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-lsr.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-lsr2.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-lsr2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-lsr2.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-lsr2.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-lsr3.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-lsr3.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-lsr3.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-lsr3.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-mla.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-mla.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-mla.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-mla.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-mls.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-mls.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-mls.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-mls.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-mov.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-mov.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-mov.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-mov.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-mul.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-mul.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-mul.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-mul.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-mulhi.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-mulhi.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-mulhi.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-mulhi.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-mvn.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-mvn.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-mvn.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-mvn.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-mvn2.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-mvn2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-mvn2.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-mvn2.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-neg.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-neg.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-neg.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-neg.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-orn.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-orn.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-orn.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-orn.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-orn2.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-orn2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-orn2.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-orn2.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-orr.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-orr.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-orr.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-orr.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-orr2.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-orr2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-orr2.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-orr2.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-pack.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-pack.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-pack.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-pack.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-rev.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-rev.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-rev.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-rev.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-rev16.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-rev16.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-rev16.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-rev16.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-ror.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-ror.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-ror.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-ror.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-rsb.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-rsb.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-rsb.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-rsb.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-rsb2.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-rsb2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-rsb2.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-rsb2.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-sbc.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-sbc.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-sbc.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-sbc.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-select.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-select.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-select.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-select.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-select_xform.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-select_xform.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-select_xform.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-select_xform.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-shifter.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-shifter.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-shifter.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-shifter.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-smla.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-smla.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-smla.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-smla.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-smul.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-smul.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-smul.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-smul.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-spill-q.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-spill-q.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-spill-q.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-spill-q.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-str.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-str.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-str.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-str.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-str_post.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-str_post.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-str_post.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-str_post.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-str_pre.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-str_pre.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-str_pre.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-str_pre.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-strb.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-strb.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-strb.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-strb.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-strh.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-strh.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-strh.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-strh.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-sub.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-sub.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-sub.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-sub.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-sub2.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-sub2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-sub2.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-sub2.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-sub3.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-sub3.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-sub3.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-sub3.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-sub4.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-sub4.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-sub4.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-sub4.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-sub5.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-sub5.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-sub5.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-sub5.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-sxt-uxt.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-sxt-uxt.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-sxt-uxt.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-sxt-uxt.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-sxt_rot.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-sxt_rot.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-sxt_rot.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-sxt_rot.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-tbb.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-tbb.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-tbb.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-tbb.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-tbh.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-tbh.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-tbh.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-tbh.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-teq.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-teq.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-teq.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-teq.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-teq2.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-teq2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-teq2.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-teq2.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-tst.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-tst.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-tst.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-tst.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-tst2.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-tst2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-tst2.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-tst2.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-uxt_rot.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-uxt_rot.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-uxt_rot.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-uxt_rot.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/thumb2-uxtb.ll b/third_party/LLVM/test/CodeGen/Thumb2/thumb2-uxtb.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/thumb2-uxtb.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/thumb2-uxtb.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/tls1.ll b/third_party/LLVM/test/CodeGen/Thumb2/tls1.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/tls1.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/tls1.ll
diff --git a/src/LLVM/test/CodeGen/Thumb2/tls2.ll b/third_party/LLVM/test/CodeGen/Thumb2/tls2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/Thumb2/tls2.ll
rename to third_party/LLVM/test/CodeGen/Thumb2/tls2.ll
diff --git a/src/LLVM/test/CodeGen/X86/2003-08-03-CallArgLiveRanges.ll b/third_party/LLVM/test/CodeGen/X86/2003-08-03-CallArgLiveRanges.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2003-08-03-CallArgLiveRanges.ll
rename to third_party/LLVM/test/CodeGen/X86/2003-08-03-CallArgLiveRanges.ll
diff --git a/src/LLVM/test/CodeGen/X86/2003-08-23-DeadBlockTest.ll b/third_party/LLVM/test/CodeGen/X86/2003-08-23-DeadBlockTest.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2003-08-23-DeadBlockTest.ll
rename to third_party/LLVM/test/CodeGen/X86/2003-08-23-DeadBlockTest.ll
diff --git a/src/LLVM/test/CodeGen/X86/2003-11-03-GlobalBool.ll b/third_party/LLVM/test/CodeGen/X86/2003-11-03-GlobalBool.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2003-11-03-GlobalBool.ll
rename to third_party/LLVM/test/CodeGen/X86/2003-11-03-GlobalBool.ll
diff --git a/src/LLVM/test/CodeGen/X86/2004-02-13-FrameReturnAddress.ll b/third_party/LLVM/test/CodeGen/X86/2004-02-13-FrameReturnAddress.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2004-02-13-FrameReturnAddress.ll
rename to third_party/LLVM/test/CodeGen/X86/2004-02-13-FrameReturnAddress.ll
diff --git a/src/LLVM/test/CodeGen/X86/2004-02-14-InefficientStackPointer.ll b/third_party/LLVM/test/CodeGen/X86/2004-02-14-InefficientStackPointer.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2004-02-14-InefficientStackPointer.ll
rename to third_party/LLVM/test/CodeGen/X86/2004-02-14-InefficientStackPointer.ll
diff --git a/src/LLVM/test/CodeGen/X86/2004-02-22-Casts.ll b/third_party/LLVM/test/CodeGen/X86/2004-02-22-Casts.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2004-02-22-Casts.ll
rename to third_party/LLVM/test/CodeGen/X86/2004-02-22-Casts.ll
diff --git a/src/LLVM/test/CodeGen/X86/2004-03-30-Select-Max.ll b/third_party/LLVM/test/CodeGen/X86/2004-03-30-Select-Max.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2004-03-30-Select-Max.ll
rename to third_party/LLVM/test/CodeGen/X86/2004-03-30-Select-Max.ll
diff --git a/src/LLVM/test/CodeGen/X86/2004-04-09-SameValueCoalescing.ll b/third_party/LLVM/test/CodeGen/X86/2004-04-09-SameValueCoalescing.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2004-04-09-SameValueCoalescing.ll
rename to third_party/LLVM/test/CodeGen/X86/2004-04-09-SameValueCoalescing.ll
diff --git a/src/LLVM/test/CodeGen/X86/2004-04-13-FPCMOV-Crash.ll b/third_party/LLVM/test/CodeGen/X86/2004-04-13-FPCMOV-Crash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2004-04-13-FPCMOV-Crash.ll
rename to third_party/LLVM/test/CodeGen/X86/2004-04-13-FPCMOV-Crash.ll
diff --git a/src/LLVM/test/CodeGen/X86/2004-06-10-StackifierCrash.ll b/third_party/LLVM/test/CodeGen/X86/2004-06-10-StackifierCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2004-06-10-StackifierCrash.ll
rename to third_party/LLVM/test/CodeGen/X86/2004-06-10-StackifierCrash.ll
diff --git a/src/LLVM/test/CodeGen/X86/2004-10-08-SelectSetCCFold.ll b/third_party/LLVM/test/CodeGen/X86/2004-10-08-SelectSetCCFold.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2004-10-08-SelectSetCCFold.ll
rename to third_party/LLVM/test/CodeGen/X86/2004-10-08-SelectSetCCFold.ll
diff --git a/src/LLVM/test/CodeGen/X86/2005-01-17-CycleInDAG.ll b/third_party/LLVM/test/CodeGen/X86/2005-01-17-CycleInDAG.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2005-01-17-CycleInDAG.ll
rename to third_party/LLVM/test/CodeGen/X86/2005-01-17-CycleInDAG.ll
diff --git a/src/LLVM/test/CodeGen/X86/2005-02-14-IllegalAssembler.ll b/third_party/LLVM/test/CodeGen/X86/2005-02-14-IllegalAssembler.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2005-02-14-IllegalAssembler.ll
rename to third_party/LLVM/test/CodeGen/X86/2005-02-14-IllegalAssembler.ll
diff --git a/src/LLVM/test/CodeGen/X86/2005-05-08-FPStackifierPHI.ll b/third_party/LLVM/test/CodeGen/X86/2005-05-08-FPStackifierPHI.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2005-05-08-FPStackifierPHI.ll
rename to third_party/LLVM/test/CodeGen/X86/2005-05-08-FPStackifierPHI.ll
diff --git a/src/LLVM/test/CodeGen/X86/2006-01-19-ISelFoldingBug.ll b/third_party/LLVM/test/CodeGen/X86/2006-01-19-ISelFoldingBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2006-01-19-ISelFoldingBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2006-01-19-ISelFoldingBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2006-03-01-InstrSchedBug.ll b/third_party/LLVM/test/CodeGen/X86/2006-03-01-InstrSchedBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2006-03-01-InstrSchedBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2006-03-01-InstrSchedBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2006-03-02-InstrSchedBug.ll b/third_party/LLVM/test/CodeGen/X86/2006-03-02-InstrSchedBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2006-03-02-InstrSchedBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2006-03-02-InstrSchedBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2006-04-04-CrossBlockCrash.ll b/third_party/LLVM/test/CodeGen/X86/2006-04-04-CrossBlockCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2006-04-04-CrossBlockCrash.ll
rename to third_party/LLVM/test/CodeGen/X86/2006-04-04-CrossBlockCrash.ll
diff --git a/src/LLVM/test/CodeGen/X86/2006-04-27-ISelFoldingBug.ll b/third_party/LLVM/test/CodeGen/X86/2006-04-27-ISelFoldingBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2006-04-27-ISelFoldingBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2006-04-27-ISelFoldingBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2006-05-01-SchedCausingSpills.ll b/third_party/LLVM/test/CodeGen/X86/2006-05-01-SchedCausingSpills.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2006-05-01-SchedCausingSpills.ll
rename to third_party/LLVM/test/CodeGen/X86/2006-05-01-SchedCausingSpills.ll
diff --git a/src/LLVM/test/CodeGen/X86/2006-05-02-InstrSched1.ll b/third_party/LLVM/test/CodeGen/X86/2006-05-02-InstrSched1.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2006-05-02-InstrSched1.ll
rename to third_party/LLVM/test/CodeGen/X86/2006-05-02-InstrSched1.ll
diff --git a/src/LLVM/test/CodeGen/X86/2006-05-02-InstrSched2.ll b/third_party/LLVM/test/CodeGen/X86/2006-05-02-InstrSched2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2006-05-02-InstrSched2.ll
rename to third_party/LLVM/test/CodeGen/X86/2006-05-02-InstrSched2.ll
diff --git a/src/LLVM/test/CodeGen/X86/2006-05-08-CoalesceSubRegClass.ll b/third_party/LLVM/test/CodeGen/X86/2006-05-08-CoalesceSubRegClass.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2006-05-08-CoalesceSubRegClass.ll
rename to third_party/LLVM/test/CodeGen/X86/2006-05-08-CoalesceSubRegClass.ll
diff --git a/src/LLVM/test/CodeGen/X86/2006-05-08-InstrSched.ll b/third_party/LLVM/test/CodeGen/X86/2006-05-08-InstrSched.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2006-05-08-InstrSched.ll
rename to third_party/LLVM/test/CodeGen/X86/2006-05-08-InstrSched.ll
diff --git a/src/LLVM/test/CodeGen/X86/2006-05-11-InstrSched.ll b/third_party/LLVM/test/CodeGen/X86/2006-05-11-InstrSched.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2006-05-11-InstrSched.ll
rename to third_party/LLVM/test/CodeGen/X86/2006-05-11-InstrSched.ll
diff --git a/src/LLVM/test/CodeGen/X86/2006-05-17-VectorArg.ll b/third_party/LLVM/test/CodeGen/X86/2006-05-17-VectorArg.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2006-05-17-VectorArg.ll
rename to third_party/LLVM/test/CodeGen/X86/2006-05-17-VectorArg.ll
diff --git a/src/LLVM/test/CodeGen/X86/2006-05-22-FPSetEQ.ll b/third_party/LLVM/test/CodeGen/X86/2006-05-22-FPSetEQ.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2006-05-22-FPSetEQ.ll
rename to third_party/LLVM/test/CodeGen/X86/2006-05-22-FPSetEQ.ll
diff --git a/src/LLVM/test/CodeGen/X86/2006-05-25-CycleInDAG.ll b/third_party/LLVM/test/CodeGen/X86/2006-05-25-CycleInDAG.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2006-05-25-CycleInDAG.ll
rename to third_party/LLVM/test/CodeGen/X86/2006-05-25-CycleInDAG.ll
diff --git a/src/LLVM/test/CodeGen/X86/2006-07-10-InlineAsmAConstraint.ll b/third_party/LLVM/test/CodeGen/X86/2006-07-10-InlineAsmAConstraint.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2006-07-10-InlineAsmAConstraint.ll
rename to third_party/LLVM/test/CodeGen/X86/2006-07-10-InlineAsmAConstraint.ll
diff --git a/src/LLVM/test/CodeGen/X86/2006-07-12-InlineAsmQConstraint.ll b/third_party/LLVM/test/CodeGen/X86/2006-07-12-InlineAsmQConstraint.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2006-07-12-InlineAsmQConstraint.ll
rename to third_party/LLVM/test/CodeGen/X86/2006-07-12-InlineAsmQConstraint.ll
diff --git a/src/LLVM/test/CodeGen/X86/2006-07-20-InlineAsm.ll b/third_party/LLVM/test/CodeGen/X86/2006-07-20-InlineAsm.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2006-07-20-InlineAsm.ll
rename to third_party/LLVM/test/CodeGen/X86/2006-07-20-InlineAsm.ll
diff --git a/src/LLVM/test/CodeGen/X86/2006-07-28-AsmPrint-Long-As-Pointer.ll b/third_party/LLVM/test/CodeGen/X86/2006-07-28-AsmPrint-Long-As-Pointer.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2006-07-28-AsmPrint-Long-As-Pointer.ll
rename to third_party/LLVM/test/CodeGen/X86/2006-07-28-AsmPrint-Long-As-Pointer.ll
diff --git a/src/LLVM/test/CodeGen/X86/2006-07-31-SingleRegClass.ll b/third_party/LLVM/test/CodeGen/X86/2006-07-31-SingleRegClass.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2006-07-31-SingleRegClass.ll
rename to third_party/LLVM/test/CodeGen/X86/2006-07-31-SingleRegClass.ll
diff --git a/src/LLVM/test/CodeGen/X86/2006-08-07-CycleInDAG.ll b/third_party/LLVM/test/CodeGen/X86/2006-08-07-CycleInDAG.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2006-08-07-CycleInDAG.ll
rename to third_party/LLVM/test/CodeGen/X86/2006-08-07-CycleInDAG.ll
diff --git a/src/LLVM/test/CodeGen/X86/2006-08-16-CycleInDAG.ll b/third_party/LLVM/test/CodeGen/X86/2006-08-16-CycleInDAG.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2006-08-16-CycleInDAG.ll
rename to third_party/LLVM/test/CodeGen/X86/2006-08-16-CycleInDAG.ll
diff --git a/src/LLVM/test/CodeGen/X86/2006-08-21-ExtraMovInst.ll b/third_party/LLVM/test/CodeGen/X86/2006-08-21-ExtraMovInst.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2006-08-21-ExtraMovInst.ll
rename to third_party/LLVM/test/CodeGen/X86/2006-08-21-ExtraMovInst.ll
diff --git a/src/LLVM/test/CodeGen/X86/2006-09-01-CycleInDAG.ll b/third_party/LLVM/test/CodeGen/X86/2006-09-01-CycleInDAG.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2006-09-01-CycleInDAG.ll
rename to third_party/LLVM/test/CodeGen/X86/2006-09-01-CycleInDAG.ll
diff --git a/src/LLVM/test/CodeGen/X86/2006-10-02-BoolRetCrash.ll b/third_party/LLVM/test/CodeGen/X86/2006-10-02-BoolRetCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2006-10-02-BoolRetCrash.ll
rename to third_party/LLVM/test/CodeGen/X86/2006-10-02-BoolRetCrash.ll
diff --git a/src/LLVM/test/CodeGen/X86/2006-10-07-ScalarSSEMiscompile.ll b/third_party/LLVM/test/CodeGen/X86/2006-10-07-ScalarSSEMiscompile.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2006-10-07-ScalarSSEMiscompile.ll
rename to third_party/LLVM/test/CodeGen/X86/2006-10-07-ScalarSSEMiscompile.ll
diff --git a/src/LLVM/test/CodeGen/X86/2006-10-09-CycleInDAG.ll b/third_party/LLVM/test/CodeGen/X86/2006-10-09-CycleInDAG.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2006-10-09-CycleInDAG.ll
rename to third_party/LLVM/test/CodeGen/X86/2006-10-09-CycleInDAG.ll
diff --git a/src/LLVM/test/CodeGen/X86/2006-10-10-FindModifiedNodeSlotBug.ll b/third_party/LLVM/test/CodeGen/X86/2006-10-10-FindModifiedNodeSlotBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2006-10-10-FindModifiedNodeSlotBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2006-10-10-FindModifiedNodeSlotBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2006-10-12-CycleInDAG.ll b/third_party/LLVM/test/CodeGen/X86/2006-10-12-CycleInDAG.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2006-10-12-CycleInDAG.ll
rename to third_party/LLVM/test/CodeGen/X86/2006-10-12-CycleInDAG.ll
diff --git a/src/LLVM/test/CodeGen/X86/2006-10-13-CycleInDAG.ll b/third_party/LLVM/test/CodeGen/X86/2006-10-13-CycleInDAG.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2006-10-13-CycleInDAG.ll
rename to third_party/LLVM/test/CodeGen/X86/2006-10-13-CycleInDAG.ll
diff --git a/src/LLVM/test/CodeGen/X86/2006-10-19-SwitchUnnecessaryBranching.ll b/third_party/LLVM/test/CodeGen/X86/2006-10-19-SwitchUnnecessaryBranching.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2006-10-19-SwitchUnnecessaryBranching.ll
rename to third_party/LLVM/test/CodeGen/X86/2006-10-19-SwitchUnnecessaryBranching.ll
diff --git a/src/LLVM/test/CodeGen/X86/2006-11-12-CSRetCC.ll b/third_party/LLVM/test/CodeGen/X86/2006-11-12-CSRetCC.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2006-11-12-CSRetCC.ll
rename to third_party/LLVM/test/CodeGen/X86/2006-11-12-CSRetCC.ll
diff --git a/src/LLVM/test/CodeGen/X86/2006-11-17-IllegalMove.ll b/third_party/LLVM/test/CodeGen/X86/2006-11-17-IllegalMove.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2006-11-17-IllegalMove.ll
rename to third_party/LLVM/test/CodeGen/X86/2006-11-17-IllegalMove.ll
diff --git a/src/LLVM/test/CodeGen/X86/2006-11-27-SelectLegalize.ll b/third_party/LLVM/test/CodeGen/X86/2006-11-27-SelectLegalize.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2006-11-27-SelectLegalize.ll
rename to third_party/LLVM/test/CodeGen/X86/2006-11-27-SelectLegalize.ll
diff --git a/src/LLVM/test/CodeGen/X86/2006-12-16-InlineAsmCrash.ll b/third_party/LLVM/test/CodeGen/X86/2006-12-16-InlineAsmCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2006-12-16-InlineAsmCrash.ll
rename to third_party/LLVM/test/CodeGen/X86/2006-12-16-InlineAsmCrash.ll
diff --git a/src/LLVM/test/CodeGen/X86/2006-12-19-IntelSyntax.ll b/third_party/LLVM/test/CodeGen/X86/2006-12-19-IntelSyntax.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2006-12-19-IntelSyntax.ll
rename to third_party/LLVM/test/CodeGen/X86/2006-12-19-IntelSyntax.ll
diff --git a/src/LLVM/test/CodeGen/X86/2007-01-08-InstrSched.ll b/third_party/LLVM/test/CodeGen/X86/2007-01-08-InstrSched.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2007-01-08-InstrSched.ll
rename to third_party/LLVM/test/CodeGen/X86/2007-01-08-InstrSched.ll
diff --git a/src/LLVM/test/CodeGen/X86/2007-01-08-X86-64-Pointer.ll b/third_party/LLVM/test/CodeGen/X86/2007-01-08-X86-64-Pointer.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2007-01-08-X86-64-Pointer.ll
rename to third_party/LLVM/test/CodeGen/X86/2007-01-08-X86-64-Pointer.ll
diff --git a/src/LLVM/test/CodeGen/X86/2007-01-13-StackPtrIndex.ll b/third_party/LLVM/test/CodeGen/X86/2007-01-13-StackPtrIndex.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2007-01-13-StackPtrIndex.ll
rename to third_party/LLVM/test/CodeGen/X86/2007-01-13-StackPtrIndex.ll
diff --git a/src/LLVM/test/CodeGen/X86/2007-01-29-InlineAsm-ir.ll b/third_party/LLVM/test/CodeGen/X86/2007-01-29-InlineAsm-ir.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2007-01-29-InlineAsm-ir.ll
rename to third_party/LLVM/test/CodeGen/X86/2007-01-29-InlineAsm-ir.ll
diff --git a/src/LLVM/test/CodeGen/X86/2007-02-04-OrAddrMode.ll b/third_party/LLVM/test/CodeGen/X86/2007-02-04-OrAddrMode.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2007-02-04-OrAddrMode.ll
rename to third_party/LLVM/test/CodeGen/X86/2007-02-04-OrAddrMode.ll
diff --git a/src/LLVM/test/CodeGen/X86/2007-02-16-BranchFold.ll b/third_party/LLVM/test/CodeGen/X86/2007-02-16-BranchFold.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2007-02-16-BranchFold.ll
rename to third_party/LLVM/test/CodeGen/X86/2007-02-16-BranchFold.ll
diff --git a/src/LLVM/test/CodeGen/X86/2007-02-19-LiveIntervalAssert.ll b/third_party/LLVM/test/CodeGen/X86/2007-02-19-LiveIntervalAssert.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2007-02-19-LiveIntervalAssert.ll
rename to third_party/LLVM/test/CodeGen/X86/2007-02-19-LiveIntervalAssert.ll
diff --git a/src/LLVM/test/CodeGen/X86/2007-02-23-DAGCombine-Miscompile.ll b/third_party/LLVM/test/CodeGen/X86/2007-02-23-DAGCombine-Miscompile.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2007-02-23-DAGCombine-Miscompile.ll
rename to third_party/LLVM/test/CodeGen/X86/2007-02-23-DAGCombine-Miscompile.ll
diff --git a/src/LLVM/test/CodeGen/X86/2007-02-25-FastCCStack.ll b/third_party/LLVM/test/CodeGen/X86/2007-02-25-FastCCStack.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2007-02-25-FastCCStack.ll
rename to third_party/LLVM/test/CodeGen/X86/2007-02-25-FastCCStack.ll
diff --git a/src/LLVM/test/CodeGen/X86/2007-03-01-SpillerCrash.ll b/third_party/LLVM/test/CodeGen/X86/2007-03-01-SpillerCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2007-03-01-SpillerCrash.ll
rename to third_party/LLVM/test/CodeGen/X86/2007-03-01-SpillerCrash.ll
diff --git a/src/LLVM/test/CodeGen/X86/2007-03-15-GEP-Idx-Sink.ll b/third_party/LLVM/test/CodeGen/X86/2007-03-15-GEP-Idx-Sink.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2007-03-15-GEP-Idx-Sink.ll
rename to third_party/LLVM/test/CodeGen/X86/2007-03-15-GEP-Idx-Sink.ll
diff --git a/src/LLVM/test/CodeGen/X86/2007-03-16-InlineAsm.ll b/third_party/LLVM/test/CodeGen/X86/2007-03-16-InlineAsm.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2007-03-16-InlineAsm.ll
rename to third_party/LLVM/test/CodeGen/X86/2007-03-16-InlineAsm.ll
diff --git a/src/LLVM/test/CodeGen/X86/2007-03-18-LiveIntervalAssert.ll b/third_party/LLVM/test/CodeGen/X86/2007-03-18-LiveIntervalAssert.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2007-03-18-LiveIntervalAssert.ll
rename to third_party/LLVM/test/CodeGen/X86/2007-03-18-LiveIntervalAssert.ll
diff --git a/src/LLVM/test/CodeGen/X86/2007-03-24-InlineAsmMultiRegConstraint.ll b/third_party/LLVM/test/CodeGen/X86/2007-03-24-InlineAsmMultiRegConstraint.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2007-03-24-InlineAsmMultiRegConstraint.ll
rename to third_party/LLVM/test/CodeGen/X86/2007-03-24-InlineAsmMultiRegConstraint.ll
diff --git a/src/LLVM/test/CodeGen/X86/2007-03-24-InlineAsmPModifier.ll b/third_party/LLVM/test/CodeGen/X86/2007-03-24-InlineAsmPModifier.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2007-03-24-InlineAsmPModifier.ll
rename to third_party/LLVM/test/CodeGen/X86/2007-03-24-InlineAsmPModifier.ll
diff --git a/src/LLVM/test/CodeGen/X86/2007-03-24-InlineAsmVectorOp.ll b/third_party/LLVM/test/CodeGen/X86/2007-03-24-InlineAsmVectorOp.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2007-03-24-InlineAsmVectorOp.ll
rename to third_party/LLVM/test/CodeGen/X86/2007-03-24-InlineAsmVectorOp.ll
diff --git a/src/LLVM/test/CodeGen/X86/2007-03-24-InlineAsmXConstraint.ll b/third_party/LLVM/test/CodeGen/X86/2007-03-24-InlineAsmXConstraint.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2007-03-24-InlineAsmXConstraint.ll
rename to third_party/LLVM/test/CodeGen/X86/2007-03-24-InlineAsmXConstraint.ll
diff --git a/src/LLVM/test/CodeGen/X86/2007-03-26-CoalescerBug.ll b/third_party/LLVM/test/CodeGen/X86/2007-03-26-CoalescerBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2007-03-26-CoalescerBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2007-03-26-CoalescerBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2007-04-08-InlineAsmCrash.ll b/third_party/LLVM/test/CodeGen/X86/2007-04-08-InlineAsmCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2007-04-08-InlineAsmCrash.ll
rename to third_party/LLVM/test/CodeGen/X86/2007-04-08-InlineAsmCrash.ll
diff --git a/src/LLVM/test/CodeGen/X86/2007-04-11-InlineAsmVectorResult.ll b/third_party/LLVM/test/CodeGen/X86/2007-04-11-InlineAsmVectorResult.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2007-04-11-InlineAsmVectorResult.ll
rename to third_party/LLVM/test/CodeGen/X86/2007-04-11-InlineAsmVectorResult.ll
diff --git a/src/LLVM/test/CodeGen/X86/2007-04-17-LiveIntervalAssert.ll b/third_party/LLVM/test/CodeGen/X86/2007-04-17-LiveIntervalAssert.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2007-04-17-LiveIntervalAssert.ll
rename to third_party/LLVM/test/CodeGen/X86/2007-04-17-LiveIntervalAssert.ll
diff --git a/src/LLVM/test/CodeGen/X86/2007-04-24-Huge-Stack.ll b/third_party/LLVM/test/CodeGen/X86/2007-04-24-Huge-Stack.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2007-04-24-Huge-Stack.ll
rename to third_party/LLVM/test/CodeGen/X86/2007-04-24-Huge-Stack.ll
diff --git a/src/LLVM/test/CodeGen/X86/2007-04-24-VectorCrash.ll b/third_party/LLVM/test/CodeGen/X86/2007-04-24-VectorCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2007-04-24-VectorCrash.ll
rename to third_party/LLVM/test/CodeGen/X86/2007-04-24-VectorCrash.ll
diff --git a/src/LLVM/test/CodeGen/X86/2007-04-25-MMX-PADDQ.ll b/third_party/LLVM/test/CodeGen/X86/2007-04-25-MMX-PADDQ.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2007-04-25-MMX-PADDQ.ll
rename to third_party/LLVM/test/CodeGen/X86/2007-04-25-MMX-PADDQ.ll
diff --git a/src/LLVM/test/CodeGen/X86/2007-04-27-InlineAsm-IntMemInput.ll b/third_party/LLVM/test/CodeGen/X86/2007-04-27-InlineAsm-IntMemInput.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2007-04-27-InlineAsm-IntMemInput.ll
rename to third_party/LLVM/test/CodeGen/X86/2007-04-27-InlineAsm-IntMemInput.ll
diff --git a/src/LLVM/test/CodeGen/X86/2007-05-05-Personality.ll b/third_party/LLVM/test/CodeGen/X86/2007-05-05-Personality.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2007-05-05-Personality.ll
rename to third_party/LLVM/test/CodeGen/X86/2007-05-05-Personality.ll
diff --git a/src/LLVM/test/CodeGen/X86/2007-05-05-VecCastExpand.ll b/third_party/LLVM/test/CodeGen/X86/2007-05-05-VecCastExpand.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2007-05-05-VecCastExpand.ll
rename to third_party/LLVM/test/CodeGen/X86/2007-05-05-VecCastExpand.ll
diff --git a/src/LLVM/test/CodeGen/X86/2007-05-07-InvokeSRet.ll b/third_party/LLVM/test/CodeGen/X86/2007-05-07-InvokeSRet.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2007-05-07-InvokeSRet.ll
rename to third_party/LLVM/test/CodeGen/X86/2007-05-07-InvokeSRet.ll
diff --git a/src/LLVM/test/CodeGen/X86/2007-05-14-LiveIntervalAssert.ll b/third_party/LLVM/test/CodeGen/X86/2007-05-14-LiveIntervalAssert.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2007-05-14-LiveIntervalAssert.ll
rename to third_party/LLVM/test/CodeGen/X86/2007-05-14-LiveIntervalAssert.ll
diff --git a/src/LLVM/test/CodeGen/X86/2007-05-15-maskmovq.ll b/third_party/LLVM/test/CodeGen/X86/2007-05-15-maskmovq.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2007-05-15-maskmovq.ll
rename to third_party/LLVM/test/CodeGen/X86/2007-05-15-maskmovq.ll
diff --git a/src/LLVM/test/CodeGen/X86/2007-05-17-ShuffleISelBug.ll b/third_party/LLVM/test/CodeGen/X86/2007-05-17-ShuffleISelBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2007-05-17-ShuffleISelBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2007-05-17-ShuffleISelBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2007-06-04-X86-64-CtorAsmBugs.ll b/third_party/LLVM/test/CodeGen/X86/2007-06-04-X86-64-CtorAsmBugs.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2007-06-04-X86-64-CtorAsmBugs.ll
rename to third_party/LLVM/test/CodeGen/X86/2007-06-04-X86-64-CtorAsmBugs.ll
diff --git a/src/LLVM/test/CodeGen/X86/2007-06-15-IntToMMX.ll b/third_party/LLVM/test/CodeGen/X86/2007-06-15-IntToMMX.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2007-06-15-IntToMMX.ll
rename to third_party/LLVM/test/CodeGen/X86/2007-06-15-IntToMMX.ll
diff --git a/src/LLVM/test/CodeGen/X86/2007-06-28-X86-64-isel.ll b/third_party/LLVM/test/CodeGen/X86/2007-06-28-X86-64-isel.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2007-06-28-X86-64-isel.ll
rename to third_party/LLVM/test/CodeGen/X86/2007-06-28-X86-64-isel.ll
diff --git a/src/LLVM/test/CodeGen/X86/2007-06-29-DAGCombinerBug.ll b/third_party/LLVM/test/CodeGen/X86/2007-06-29-DAGCombinerBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2007-06-29-DAGCombinerBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2007-06-29-DAGCombinerBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2007-06-29-VecFPConstantCSEBug.ll b/third_party/LLVM/test/CodeGen/X86/2007-06-29-VecFPConstantCSEBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2007-06-29-VecFPConstantCSEBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2007-06-29-VecFPConstantCSEBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2007-07-03-GR64ToVR64.ll b/third_party/LLVM/test/CodeGen/X86/2007-07-03-GR64ToVR64.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2007-07-03-GR64ToVR64.ll
rename to third_party/LLVM/test/CodeGen/X86/2007-07-03-GR64ToVR64.ll
diff --git a/src/LLVM/test/CodeGen/X86/2007-07-10-StackerAssert.ll b/third_party/LLVM/test/CodeGen/X86/2007-07-10-StackerAssert.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2007-07-10-StackerAssert.ll
rename to third_party/LLVM/test/CodeGen/X86/2007-07-10-StackerAssert.ll
diff --git a/src/LLVM/test/CodeGen/X86/2007-07-18-Vector-Extract.ll b/third_party/LLVM/test/CodeGen/X86/2007-07-18-Vector-Extract.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2007-07-18-Vector-Extract.ll
rename to third_party/LLVM/test/CodeGen/X86/2007-07-18-Vector-Extract.ll
diff --git a/src/LLVM/test/CodeGen/X86/2007-08-01-LiveVariablesBug.ll b/third_party/LLVM/test/CodeGen/X86/2007-08-01-LiveVariablesBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2007-08-01-LiveVariablesBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2007-08-01-LiveVariablesBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2007-08-09-IllegalX86-64Asm.ll b/third_party/LLVM/test/CodeGen/X86/2007-08-09-IllegalX86-64Asm.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2007-08-09-IllegalX86-64Asm.ll
rename to third_party/LLVM/test/CodeGen/X86/2007-08-09-IllegalX86-64Asm.ll
diff --git a/src/LLVM/test/CodeGen/X86/2007-08-10-SignExtSubreg.ll b/third_party/LLVM/test/CodeGen/X86/2007-08-10-SignExtSubreg.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2007-08-10-SignExtSubreg.ll
rename to third_party/LLVM/test/CodeGen/X86/2007-08-10-SignExtSubreg.ll
diff --git a/src/LLVM/test/CodeGen/X86/2007-08-13-AppendingLinkage.ll b/third_party/LLVM/test/CodeGen/X86/2007-08-13-AppendingLinkage.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2007-08-13-AppendingLinkage.ll
rename to third_party/LLVM/test/CodeGen/X86/2007-08-13-AppendingLinkage.ll
diff --git a/src/LLVM/test/CodeGen/X86/2007-09-05-InvalidAsm.ll b/third_party/LLVM/test/CodeGen/X86/2007-09-05-InvalidAsm.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2007-09-05-InvalidAsm.ll
rename to third_party/LLVM/test/CodeGen/X86/2007-09-05-InvalidAsm.ll
diff --git a/src/LLVM/test/CodeGen/X86/2007-09-06-ExtWeakAliasee.ll b/third_party/LLVM/test/CodeGen/X86/2007-09-06-ExtWeakAliasee.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2007-09-06-ExtWeakAliasee.ll
rename to third_party/LLVM/test/CodeGen/X86/2007-09-06-ExtWeakAliasee.ll
diff --git a/src/LLVM/test/CodeGen/X86/2007-09-17-ObjcFrameEH.ll b/third_party/LLVM/test/CodeGen/X86/2007-09-17-ObjcFrameEH.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2007-09-17-ObjcFrameEH.ll
rename to third_party/LLVM/test/CodeGen/X86/2007-09-17-ObjcFrameEH.ll
diff --git a/src/LLVM/test/CodeGen/X86/2007-09-18-ShuffleXformBug.ll b/third_party/LLVM/test/CodeGen/X86/2007-09-18-ShuffleXformBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2007-09-18-ShuffleXformBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2007-09-18-ShuffleXformBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2007-09-27-LDIntrinsics.ll b/third_party/LLVM/test/CodeGen/X86/2007-09-27-LDIntrinsics.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2007-09-27-LDIntrinsics.ll
rename to third_party/LLVM/test/CodeGen/X86/2007-09-27-LDIntrinsics.ll
diff --git a/src/LLVM/test/CodeGen/X86/2007-10-04-AvoidEFLAGSCopy.ll b/third_party/LLVM/test/CodeGen/X86/2007-10-04-AvoidEFLAGSCopy.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2007-10-04-AvoidEFLAGSCopy.ll
rename to third_party/LLVM/test/CodeGen/X86/2007-10-04-AvoidEFLAGSCopy.ll
diff --git a/src/LLVM/test/CodeGen/X86/2007-10-12-CoalesceExtSubReg.ll b/third_party/LLVM/test/CodeGen/X86/2007-10-12-CoalesceExtSubReg.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2007-10-12-CoalesceExtSubReg.ll
rename to third_party/LLVM/test/CodeGen/X86/2007-10-12-CoalesceExtSubReg.ll
diff --git a/src/LLVM/test/CodeGen/X86/2007-10-12-SpillerUnfold1.ll b/third_party/LLVM/test/CodeGen/X86/2007-10-12-SpillerUnfold1.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2007-10-12-SpillerUnfold1.ll
rename to third_party/LLVM/test/CodeGen/X86/2007-10-12-SpillerUnfold1.ll
diff --git a/src/LLVM/test/CodeGen/X86/2007-10-12-SpillerUnfold2.ll b/third_party/LLVM/test/CodeGen/X86/2007-10-12-SpillerUnfold2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2007-10-12-SpillerUnfold2.ll
rename to third_party/LLVM/test/CodeGen/X86/2007-10-12-SpillerUnfold2.ll
diff --git a/src/LLVM/test/CodeGen/X86/2007-10-14-CoalescerCrash.ll b/third_party/LLVM/test/CodeGen/X86/2007-10-14-CoalescerCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2007-10-14-CoalescerCrash.ll
rename to third_party/LLVM/test/CodeGen/X86/2007-10-14-CoalescerCrash.ll
diff --git a/src/LLVM/test/CodeGen/X86/2007-10-15-CoalescerCrash.ll b/third_party/LLVM/test/CodeGen/X86/2007-10-15-CoalescerCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2007-10-15-CoalescerCrash.ll
rename to third_party/LLVM/test/CodeGen/X86/2007-10-15-CoalescerCrash.ll
diff --git a/src/LLVM/test/CodeGen/X86/2007-10-16-CoalescerCrash.ll b/third_party/LLVM/test/CodeGen/X86/2007-10-16-CoalescerCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2007-10-16-CoalescerCrash.ll
rename to third_party/LLVM/test/CodeGen/X86/2007-10-16-CoalescerCrash.ll
diff --git a/src/LLVM/test/CodeGen/X86/2007-10-17-IllegalAsm.ll b/third_party/LLVM/test/CodeGen/X86/2007-10-17-IllegalAsm.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2007-10-17-IllegalAsm.ll
rename to third_party/LLVM/test/CodeGen/X86/2007-10-17-IllegalAsm.ll
diff --git a/src/LLVM/test/CodeGen/X86/2007-10-19-SpillerUnfold.ll b/third_party/LLVM/test/CodeGen/X86/2007-10-19-SpillerUnfold.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2007-10-19-SpillerUnfold.ll
rename to third_party/LLVM/test/CodeGen/X86/2007-10-19-SpillerUnfold.ll
diff --git a/src/LLVM/test/CodeGen/X86/2007-10-28-inlineasm-q-modifier.ll b/third_party/LLVM/test/CodeGen/X86/2007-10-28-inlineasm-q-modifier.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2007-10-28-inlineasm-q-modifier.ll
rename to third_party/LLVM/test/CodeGen/X86/2007-10-28-inlineasm-q-modifier.ll
diff --git a/src/LLVM/test/CodeGen/X86/2007-10-29-ExtendSetCC.ll b/third_party/LLVM/test/CodeGen/X86/2007-10-29-ExtendSetCC.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2007-10-29-ExtendSetCC.ll
rename to third_party/LLVM/test/CodeGen/X86/2007-10-29-ExtendSetCC.ll
diff --git a/src/LLVM/test/CodeGen/X86/2007-10-30-LSRCrash.ll b/third_party/LLVM/test/CodeGen/X86/2007-10-30-LSRCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2007-10-30-LSRCrash.ll
rename to third_party/LLVM/test/CodeGen/X86/2007-10-30-LSRCrash.ll
diff --git a/src/LLVM/test/CodeGen/X86/2007-10-31-extractelement-i64.ll b/third_party/LLVM/test/CodeGen/X86/2007-10-31-extractelement-i64.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2007-10-31-extractelement-i64.ll
rename to third_party/LLVM/test/CodeGen/X86/2007-10-31-extractelement-i64.ll
diff --git a/src/LLVM/test/CodeGen/X86/2007-11-01-ISelCrash.ll b/third_party/LLVM/test/CodeGen/X86/2007-11-01-ISelCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2007-11-01-ISelCrash.ll
rename to third_party/LLVM/test/CodeGen/X86/2007-11-01-ISelCrash.ll
diff --git a/src/LLVM/test/CodeGen/X86/2007-11-03-x86-64-q-constraint.ll b/third_party/LLVM/test/CodeGen/X86/2007-11-03-x86-64-q-constraint.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2007-11-03-x86-64-q-constraint.ll
rename to third_party/LLVM/test/CodeGen/X86/2007-11-03-x86-64-q-constraint.ll
diff --git a/src/LLVM/test/CodeGen/X86/2007-11-04-LiveIntervalCrash.ll b/third_party/LLVM/test/CodeGen/X86/2007-11-04-LiveIntervalCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2007-11-04-LiveIntervalCrash.ll
rename to third_party/LLVM/test/CodeGen/X86/2007-11-04-LiveIntervalCrash.ll
diff --git a/src/LLVM/test/CodeGen/X86/2007-11-04-LiveVariablesBug.ll b/third_party/LLVM/test/CodeGen/X86/2007-11-04-LiveVariablesBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2007-11-04-LiveVariablesBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2007-11-04-LiveVariablesBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2007-11-04-rip-immediate-constant.ll b/third_party/LLVM/test/CodeGen/X86/2007-11-04-rip-immediate-constant.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2007-11-04-rip-immediate-constant.ll
rename to third_party/LLVM/test/CodeGen/X86/2007-11-04-rip-immediate-constant.ll
diff --git a/src/LLVM/test/CodeGen/X86/2007-11-06-InstrSched.ll b/third_party/LLVM/test/CodeGen/X86/2007-11-06-InstrSched.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2007-11-06-InstrSched.ll
rename to third_party/LLVM/test/CodeGen/X86/2007-11-06-InstrSched.ll
diff --git a/src/LLVM/test/CodeGen/X86/2007-11-07-MulBy4.ll b/third_party/LLVM/test/CodeGen/X86/2007-11-07-MulBy4.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2007-11-07-MulBy4.ll
rename to third_party/LLVM/test/CodeGen/X86/2007-11-07-MulBy4.ll
diff --git a/src/LLVM/test/CodeGen/X86/2007-11-30-LoadFolding-Bug.ll b/third_party/LLVM/test/CodeGen/X86/2007-11-30-LoadFolding-Bug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2007-11-30-LoadFolding-Bug.ll
rename to third_party/LLVM/test/CodeGen/X86/2007-11-30-LoadFolding-Bug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2007-12-16-BURRSchedCrash.ll b/third_party/LLVM/test/CodeGen/X86/2007-12-16-BURRSchedCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2007-12-16-BURRSchedCrash.ll
rename to third_party/LLVM/test/CodeGen/X86/2007-12-16-BURRSchedCrash.ll
diff --git a/src/LLVM/test/CodeGen/X86/2007-12-18-LoadCSEBug.ll b/third_party/LLVM/test/CodeGen/X86/2007-12-18-LoadCSEBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2007-12-18-LoadCSEBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2007-12-18-LoadCSEBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-01-08-IllegalCMP.ll b/third_party/LLVM/test/CodeGen/X86/2008-01-08-IllegalCMP.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-01-08-IllegalCMP.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-01-08-IllegalCMP.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-01-08-SchedulerCrash.ll b/third_party/LLVM/test/CodeGen/X86/2008-01-08-SchedulerCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-01-08-SchedulerCrash.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-01-08-SchedulerCrash.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-01-09-LongDoubleSin.ll b/third_party/LLVM/test/CodeGen/X86/2008-01-09-LongDoubleSin.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-01-09-LongDoubleSin.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-01-09-LongDoubleSin.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-01-16-FPStackifierAssert.ll b/third_party/LLVM/test/CodeGen/X86/2008-01-16-FPStackifierAssert.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-01-16-FPStackifierAssert.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-01-16-FPStackifierAssert.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-01-16-InvalidDAGCombineXform.ll b/third_party/LLVM/test/CodeGen/X86/2008-01-16-InvalidDAGCombineXform.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-01-16-InvalidDAGCombineXform.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-01-16-InvalidDAGCombineXform.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-01-16-Trampoline.ll b/third_party/LLVM/test/CodeGen/X86/2008-01-16-Trampoline.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-01-16-Trampoline.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-01-16-Trampoline.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-02-05-ISelCrash.ll b/third_party/LLVM/test/CodeGen/X86/2008-02-05-ISelCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-02-05-ISelCrash.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-02-05-ISelCrash.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-02-06-LoadFoldingBug.ll b/third_party/LLVM/test/CodeGen/X86/2008-02-06-LoadFoldingBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-02-06-LoadFoldingBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-02-06-LoadFoldingBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-02-08-LoadFoldingBug.ll b/third_party/LLVM/test/CodeGen/X86/2008-02-08-LoadFoldingBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-02-08-LoadFoldingBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-02-08-LoadFoldingBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-02-14-BitMiscompile.ll b/third_party/LLVM/test/CodeGen/X86/2008-02-14-BitMiscompile.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-02-14-BitMiscompile.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-02-14-BitMiscompile.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-02-18-TailMergingBug.ll b/third_party/LLVM/test/CodeGen/X86/2008-02-18-TailMergingBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-02-18-TailMergingBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-02-18-TailMergingBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-02-20-InlineAsmClobber.ll b/third_party/LLVM/test/CodeGen/X86/2008-02-20-InlineAsmClobber.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-02-20-InlineAsmClobber.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-02-20-InlineAsmClobber.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-02-22-LocalRegAllocBug.ll b/third_party/LLVM/test/CodeGen/X86/2008-02-22-LocalRegAllocBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-02-22-LocalRegAllocBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-02-22-LocalRegAllocBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-02-22-ReMatBug.ll b/third_party/LLVM/test/CodeGen/X86/2008-02-22-ReMatBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-02-22-ReMatBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-02-22-ReMatBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-02-25-InlineAsmBug.ll b/third_party/LLVM/test/CodeGen/X86/2008-02-25-InlineAsmBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-02-25-InlineAsmBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-02-25-InlineAsmBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-02-25-X86-64-CoalescerBug.ll b/third_party/LLVM/test/CodeGen/X86/2008-02-25-X86-64-CoalescerBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-02-25-X86-64-CoalescerBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-02-25-X86-64-CoalescerBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-02-26-AsmDirectMemOp.ll b/third_party/LLVM/test/CodeGen/X86/2008-02-26-AsmDirectMemOp.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-02-26-AsmDirectMemOp.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-02-26-AsmDirectMemOp.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-02-27-DeadSlotElimBug.ll b/third_party/LLVM/test/CodeGen/X86/2008-02-27-DeadSlotElimBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-02-27-DeadSlotElimBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-02-27-DeadSlotElimBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-02-27-PEICrash.ll b/third_party/LLVM/test/CodeGen/X86/2008-02-27-PEICrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-02-27-PEICrash.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-02-27-PEICrash.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-03-06-frem-fpstack.ll b/third_party/LLVM/test/CodeGen/X86/2008-03-06-frem-fpstack.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-03-06-frem-fpstack.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-03-06-frem-fpstack.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-03-07-APIntBug.ll b/third_party/LLVM/test/CodeGen/X86/2008-03-07-APIntBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-03-07-APIntBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-03-07-APIntBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-03-10-RegAllocInfLoop.ll b/third_party/LLVM/test/CodeGen/X86/2008-03-10-RegAllocInfLoop.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-03-10-RegAllocInfLoop.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-03-10-RegAllocInfLoop.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-03-12-ThreadLocalAlias.ll b/third_party/LLVM/test/CodeGen/X86/2008-03-12-ThreadLocalAlias.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-03-12-ThreadLocalAlias.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-03-12-ThreadLocalAlias.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-03-13-TwoAddrPassCrash.ll b/third_party/LLVM/test/CodeGen/X86/2008-03-13-TwoAddrPassCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-03-13-TwoAddrPassCrash.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-03-13-TwoAddrPassCrash.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-03-14-SpillerCrash.ll b/third_party/LLVM/test/CodeGen/X86/2008-03-14-SpillerCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-03-14-SpillerCrash.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-03-14-SpillerCrash.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-03-18-CoalescerBug.ll b/third_party/LLVM/test/CodeGen/X86/2008-03-18-CoalescerBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-03-18-CoalescerBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-03-18-CoalescerBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-03-19-DAGCombinerBug.ll b/third_party/LLVM/test/CodeGen/X86/2008-03-19-DAGCombinerBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-03-19-DAGCombinerBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-03-19-DAGCombinerBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-03-23-DarwinAsmComments.ll b/third_party/LLVM/test/CodeGen/X86/2008-03-23-DarwinAsmComments.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-03-23-DarwinAsmComments.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-03-23-DarwinAsmComments.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-03-25-TwoAddrPassBug.ll b/third_party/LLVM/test/CodeGen/X86/2008-03-25-TwoAddrPassBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-03-25-TwoAddrPassBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-03-25-TwoAddrPassBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-03-31-SpillerFoldingBug.ll b/third_party/LLVM/test/CodeGen/X86/2008-03-31-SpillerFoldingBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-03-31-SpillerFoldingBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-03-31-SpillerFoldingBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-04-02-unnamedEH.ll b/third_party/LLVM/test/CodeGen/X86/2008-04-02-unnamedEH.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-04-02-unnamedEH.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-04-02-unnamedEH.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-04-08-CoalescerCrash.ll b/third_party/LLVM/test/CodeGen/X86/2008-04-08-CoalescerCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-04-08-CoalescerCrash.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-04-08-CoalescerCrash.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-04-09-BranchFolding.ll b/third_party/LLVM/test/CodeGen/X86/2008-04-09-BranchFolding.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-04-09-BranchFolding.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-04-09-BranchFolding.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-04-15-LiveVariableBug.ll b/third_party/LLVM/test/CodeGen/X86/2008-04-15-LiveVariableBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-04-15-LiveVariableBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-04-15-LiveVariableBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-04-16-CoalescerBug.ll b/third_party/LLVM/test/CodeGen/X86/2008-04-16-CoalescerBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-04-16-CoalescerBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-04-16-CoalescerBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-04-16-ReMatBug.ll b/third_party/LLVM/test/CodeGen/X86/2008-04-16-ReMatBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-04-16-ReMatBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-04-16-ReMatBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-04-17-CoalescerBug.ll b/third_party/LLVM/test/CodeGen/X86/2008-04-17-CoalescerBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-04-17-CoalescerBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-04-17-CoalescerBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-04-24-MemCpyBug.ll b/third_party/LLVM/test/CodeGen/X86/2008-04-24-MemCpyBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-04-24-MemCpyBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-04-24-MemCpyBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-04-24-pblendw-fold-crash.ll b/third_party/LLVM/test/CodeGen/X86/2008-04-24-pblendw-fold-crash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-04-24-pblendw-fold-crash.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-04-24-pblendw-fold-crash.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-04-26-Asm-Optimize-Imm.ll b/third_party/LLVM/test/CodeGen/X86/2008-04-26-Asm-Optimize-Imm.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-04-26-Asm-Optimize-Imm.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-04-26-Asm-Optimize-Imm.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-04-28-CoalescerBug.ll b/third_party/LLVM/test/CodeGen/X86/2008-04-28-CoalescerBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-04-28-CoalescerBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-04-28-CoalescerBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-04-28-CyclicSchedUnit.ll b/third_party/LLVM/test/CodeGen/X86/2008-04-28-CyclicSchedUnit.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-04-28-CyclicSchedUnit.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-04-28-CyclicSchedUnit.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-05-01-InvalidOrdCompare.ll b/third_party/LLVM/test/CodeGen/X86/2008-05-01-InvalidOrdCompare.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-05-01-InvalidOrdCompare.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-05-01-InvalidOrdCompare.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-05-09-PHIElimBug.ll b/third_party/LLVM/test/CodeGen/X86/2008-05-09-PHIElimBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-05-09-PHIElimBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-05-09-PHIElimBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-05-09-ShuffleLoweringBug.ll b/third_party/LLVM/test/CodeGen/X86/2008-05-09-ShuffleLoweringBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-05-09-ShuffleLoweringBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-05-09-ShuffleLoweringBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-05-12-tailmerge-5.ll b/third_party/LLVM/test/CodeGen/X86/2008-05-12-tailmerge-5.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-05-12-tailmerge-5.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-05-12-tailmerge-5.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-05-21-CoalescerBug.ll b/third_party/LLVM/test/CodeGen/X86/2008-05-21-CoalescerBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-05-21-CoalescerBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-05-21-CoalescerBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-05-22-FoldUnalignedLoad.ll b/third_party/LLVM/test/CodeGen/X86/2008-05-22-FoldUnalignedLoad.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-05-22-FoldUnalignedLoad.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-05-22-FoldUnalignedLoad.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-05-28-CoalescerBug.ll b/third_party/LLVM/test/CodeGen/X86/2008-05-28-CoalescerBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-05-28-CoalescerBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-05-28-CoalescerBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-05-28-LocalRegAllocBug.ll b/third_party/LLVM/test/CodeGen/X86/2008-05-28-LocalRegAllocBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-05-28-LocalRegAllocBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-05-28-LocalRegAllocBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-06-13-NotVolatileLoadStore.ll b/third_party/LLVM/test/CodeGen/X86/2008-06-13-NotVolatileLoadStore.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-06-13-NotVolatileLoadStore.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-06-13-NotVolatileLoadStore.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-06-13-VolatileLoadStore.ll b/third_party/LLVM/test/CodeGen/X86/2008-06-13-VolatileLoadStore.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-06-13-VolatileLoadStore.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-06-13-VolatileLoadStore.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-06-16-SubregsBug.ll b/third_party/LLVM/test/CodeGen/X86/2008-06-16-SubregsBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-06-16-SubregsBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-06-16-SubregsBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-06-18-BadShuffle.ll b/third_party/LLVM/test/CodeGen/X86/2008-06-18-BadShuffle.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-06-18-BadShuffle.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-06-18-BadShuffle.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-06-25-VecISelBug.ll b/third_party/LLVM/test/CodeGen/X86/2008-06-25-VecISelBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-06-25-VecISelBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-06-25-VecISelBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-07-07-DanglingDeadInsts.ll b/third_party/LLVM/test/CodeGen/X86/2008-07-07-DanglingDeadInsts.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-07-07-DanglingDeadInsts.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-07-07-DanglingDeadInsts.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-07-09-ELFSectionAttributes.ll b/third_party/LLVM/test/CodeGen/X86/2008-07-09-ELFSectionAttributes.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-07-09-ELFSectionAttributes.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-07-09-ELFSectionAttributes.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-07-11-SHLBy1.ll b/third_party/LLVM/test/CodeGen/X86/2008-07-11-SHLBy1.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-07-11-SHLBy1.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-07-11-SHLBy1.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-07-16-CoalescerCrash.ll b/third_party/LLVM/test/CodeGen/X86/2008-07-16-CoalescerCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-07-16-CoalescerCrash.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-07-16-CoalescerCrash.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-07-19-movups-spills.ll b/third_party/LLVM/test/CodeGen/X86/2008-07-19-movups-spills.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-07-19-movups-spills.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-07-19-movups-spills.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-07-22-CombinerCrash.ll b/third_party/LLVM/test/CodeGen/X86/2008-07-22-CombinerCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-07-22-CombinerCrash.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-07-22-CombinerCrash.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-07-23-VSetCC.ll b/third_party/LLVM/test/CodeGen/X86/2008-07-23-VSetCC.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-07-23-VSetCC.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-07-23-VSetCC.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-08-06-CmpStride.ll b/third_party/LLVM/test/CodeGen/X86/2008-08-06-CmpStride.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-08-06-CmpStride.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-08-06-CmpStride.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-08-06-RewriterBug.ll b/third_party/LLVM/test/CodeGen/X86/2008-08-06-RewriterBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-08-06-RewriterBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-08-06-RewriterBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-08-17-UComiCodeGenBug.ll b/third_party/LLVM/test/CodeGen/X86/2008-08-17-UComiCodeGenBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-08-17-UComiCodeGenBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-08-17-UComiCodeGenBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-08-19-SubAndFetch.ll b/third_party/LLVM/test/CodeGen/X86/2008-08-19-SubAndFetch.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-08-19-SubAndFetch.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-08-19-SubAndFetch.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-08-23-64Bit-maskmovq.ll b/third_party/LLVM/test/CodeGen/X86/2008-08-23-64Bit-maskmovq.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-08-23-64Bit-maskmovq.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-08-23-64Bit-maskmovq.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-08-25-AsmRegTypeMismatch.ll b/third_party/LLVM/test/CodeGen/X86/2008-08-25-AsmRegTypeMismatch.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-08-25-AsmRegTypeMismatch.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-08-25-AsmRegTypeMismatch.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-08-31-EH_RETURN32.ll b/third_party/LLVM/test/CodeGen/X86/2008-08-31-EH_RETURN32.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-08-31-EH_RETURN32.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-08-31-EH_RETURN32.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-08-31-EH_RETURN64.ll b/third_party/LLVM/test/CodeGen/X86/2008-08-31-EH_RETURN64.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-08-31-EH_RETURN64.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-08-31-EH_RETURN64.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-09-05-sinttofp-2xi32.ll b/third_party/LLVM/test/CodeGen/X86/2008-09-05-sinttofp-2xi32.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-09-05-sinttofp-2xi32.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-09-05-sinttofp-2xi32.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-09-09-LinearScanBug.ll b/third_party/LLVM/test/CodeGen/X86/2008-09-09-LinearScanBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-09-09-LinearScanBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-09-09-LinearScanBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-09-11-CoalescerBug.ll b/third_party/LLVM/test/CodeGen/X86/2008-09-11-CoalescerBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-09-11-CoalescerBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-09-11-CoalescerBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-09-11-CoalescerBug2.ll b/third_party/LLVM/test/CodeGen/X86/2008-09-11-CoalescerBug2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-09-11-CoalescerBug2.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-09-11-CoalescerBug2.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-09-17-inline-asm-1.ll b/third_party/LLVM/test/CodeGen/X86/2008-09-17-inline-asm-1.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-09-17-inline-asm-1.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-09-17-inline-asm-1.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-09-18-inline-asm-2.ll b/third_party/LLVM/test/CodeGen/X86/2008-09-18-inline-asm-2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-09-18-inline-asm-2.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-09-18-inline-asm-2.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-09-19-RegAllocBug.ll b/third_party/LLVM/test/CodeGen/X86/2008-09-19-RegAllocBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-09-19-RegAllocBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-09-19-RegAllocBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-09-25-sseregparm-1.ll b/third_party/LLVM/test/CodeGen/X86/2008-09-25-sseregparm-1.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-09-25-sseregparm-1.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-09-25-sseregparm-1.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-09-26-FrameAddrBug.ll b/third_party/LLVM/test/CodeGen/X86/2008-09-26-FrameAddrBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-09-26-FrameAddrBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-09-26-FrameAddrBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-09-29-ReMatBug.ll b/third_party/LLVM/test/CodeGen/X86/2008-09-29-ReMatBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-09-29-ReMatBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-09-29-ReMatBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-09-29-VolatileBug.ll b/third_party/LLVM/test/CodeGen/X86/2008-09-29-VolatileBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-09-29-VolatileBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-09-29-VolatileBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-10-06-MMXISelBug.ll b/third_party/LLVM/test/CodeGen/X86/2008-10-06-MMXISelBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-10-06-MMXISelBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-10-06-MMXISelBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-10-06-x87ld-nan-1.ll b/third_party/LLVM/test/CodeGen/X86/2008-10-06-x87ld-nan-1.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-10-06-x87ld-nan-1.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-10-06-x87ld-nan-1.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-10-06-x87ld-nan-2.ll b/third_party/LLVM/test/CodeGen/X86/2008-10-06-x87ld-nan-2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-10-06-x87ld-nan-2.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-10-06-x87ld-nan-2.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-10-07-SSEISelBug.ll b/third_party/LLVM/test/CodeGen/X86/2008-10-07-SSEISelBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-10-07-SSEISelBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-10-07-SSEISelBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-10-11-CallCrash.ll b/third_party/LLVM/test/CodeGen/X86/2008-10-11-CallCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-10-11-CallCrash.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-10-11-CallCrash.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-10-13-CoalescerBug.ll b/third_party/LLVM/test/CodeGen/X86/2008-10-13-CoalescerBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-10-13-CoalescerBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-10-13-CoalescerBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-10-16-VecUnaryOp.ll b/third_party/LLVM/test/CodeGen/X86/2008-10-16-VecUnaryOp.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-10-16-VecUnaryOp.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-10-16-VecUnaryOp.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-10-17-Asm64bitRConstraint.ll b/third_party/LLVM/test/CodeGen/X86/2008-10-17-Asm64bitRConstraint.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-10-17-Asm64bitRConstraint.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-10-17-Asm64bitRConstraint.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-10-20-AsmDoubleInI32.ll b/third_party/LLVM/test/CodeGen/X86/2008-10-20-AsmDoubleInI32.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-10-20-AsmDoubleInI32.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-10-20-AsmDoubleInI32.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-10-24-FlippedCompare.ll b/third_party/LLVM/test/CodeGen/X86/2008-10-24-FlippedCompare.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-10-24-FlippedCompare.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-10-24-FlippedCompare.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-10-27-CoalescerBug.ll b/third_party/LLVM/test/CodeGen/X86/2008-10-27-CoalescerBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-10-27-CoalescerBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-10-27-CoalescerBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-10-27-StackRealignment.ll b/third_party/LLVM/test/CodeGen/X86/2008-10-27-StackRealignment.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-10-27-StackRealignment.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-10-27-StackRealignment.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-10-29-ExpandVAARG.ll b/third_party/LLVM/test/CodeGen/X86/2008-10-29-ExpandVAARG.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-10-29-ExpandVAARG.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-10-29-ExpandVAARG.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-11-03-F80VAARG.ll b/third_party/LLVM/test/CodeGen/X86/2008-11-03-F80VAARG.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-11-03-F80VAARG.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-11-03-F80VAARG.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-11-06-testb.ll b/third_party/LLVM/test/CodeGen/X86/2008-11-06-testb.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-11-06-testb.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-11-06-testb.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-11-13-inlineasm-3.ll b/third_party/LLVM/test/CodeGen/X86/2008-11-13-inlineasm-3.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-11-13-inlineasm-3.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-11-13-inlineasm-3.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-11-29-ULT-Sign.ll b/third_party/LLVM/test/CodeGen/X86/2008-11-29-ULT-Sign.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-11-29-ULT-Sign.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-11-29-ULT-Sign.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-12-01-SpillerAssert.ll b/third_party/LLVM/test/CodeGen/X86/2008-12-01-SpillerAssert.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-12-01-SpillerAssert.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-12-01-SpillerAssert.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-12-01-loop-iv-used-outside-loop.ll b/third_party/LLVM/test/CodeGen/X86/2008-12-01-loop-iv-used-outside-loop.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-12-01-loop-iv-used-outside-loop.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-12-01-loop-iv-used-outside-loop.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-12-02-IllegalResultType.ll b/third_party/LLVM/test/CodeGen/X86/2008-12-02-IllegalResultType.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-12-02-IllegalResultType.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-12-02-IllegalResultType.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-12-02-dagcombine-1.ll b/third_party/LLVM/test/CodeGen/X86/2008-12-02-dagcombine-1.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-12-02-dagcombine-1.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-12-02-dagcombine-1.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-12-02-dagcombine-2.ll b/third_party/LLVM/test/CodeGen/X86/2008-12-02-dagcombine-2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-12-02-dagcombine-2.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-12-02-dagcombine-2.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-12-02-dagcombine-3.ll b/third_party/LLVM/test/CodeGen/X86/2008-12-02-dagcombine-3.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-12-02-dagcombine-3.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-12-02-dagcombine-3.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-12-12-PrivateEHSymbol.ll b/third_party/LLVM/test/CodeGen/X86/2008-12-12-PrivateEHSymbol.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-12-12-PrivateEHSymbol.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-12-12-PrivateEHSymbol.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-12-16-BadShift.ll b/third_party/LLVM/test/CodeGen/X86/2008-12-16-BadShift.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-12-16-BadShift.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-12-16-BadShift.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-12-16-dagcombine-4.ll b/third_party/LLVM/test/CodeGen/X86/2008-12-16-dagcombine-4.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-12-16-dagcombine-4.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-12-16-dagcombine-4.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-12-19-EarlyClobberBug.ll b/third_party/LLVM/test/CodeGen/X86/2008-12-19-EarlyClobberBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-12-19-EarlyClobberBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-12-19-EarlyClobberBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-12-22-dagcombine-5.ll b/third_party/LLVM/test/CodeGen/X86/2008-12-22-dagcombine-5.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-12-22-dagcombine-5.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-12-22-dagcombine-5.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-12-23-crazy-address.ll b/third_party/LLVM/test/CodeGen/X86/2008-12-23-crazy-address.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-12-23-crazy-address.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-12-23-crazy-address.ll
diff --git a/src/LLVM/test/CodeGen/X86/2008-12-23-dagcombine-6.ll b/third_party/LLVM/test/CodeGen/X86/2008-12-23-dagcombine-6.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2008-12-23-dagcombine-6.ll
rename to third_party/LLVM/test/CodeGen/X86/2008-12-23-dagcombine-6.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-01-13-DoubleUpdate.ll b/third_party/LLVM/test/CodeGen/X86/2009-01-13-DoubleUpdate.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-01-13-DoubleUpdate.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-01-13-DoubleUpdate.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-01-16-SchedulerBug.ll b/third_party/LLVM/test/CodeGen/X86/2009-01-16-SchedulerBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-01-16-SchedulerBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-01-16-SchedulerBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-01-16-UIntToFP.ll b/third_party/LLVM/test/CodeGen/X86/2009-01-16-UIntToFP.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-01-16-UIntToFP.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-01-16-UIntToFP.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-01-18-ConstantExprCrash.ll b/third_party/LLVM/test/CodeGen/X86/2009-01-18-ConstantExprCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-01-18-ConstantExprCrash.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-01-18-ConstantExprCrash.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-01-25-NoSSE.ll b/third_party/LLVM/test/CodeGen/X86/2009-01-25-NoSSE.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-01-25-NoSSE.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-01-25-NoSSE.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-01-26-WrongCheck.ll b/third_party/LLVM/test/CodeGen/X86/2009-01-26-WrongCheck.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-01-26-WrongCheck.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-01-26-WrongCheck.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-01-27-NullStrings.ll b/third_party/LLVM/test/CodeGen/X86/2009-01-27-NullStrings.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-01-27-NullStrings.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-01-27-NullStrings.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-01-31-BigShift.ll b/third_party/LLVM/test/CodeGen/X86/2009-01-31-BigShift.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-01-31-BigShift.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-01-31-BigShift.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-01-31-BigShift2.ll b/third_party/LLVM/test/CodeGen/X86/2009-01-31-BigShift2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-01-31-BigShift2.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-01-31-BigShift2.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-01-31-BigShift3.ll b/third_party/LLVM/test/CodeGen/X86/2009-01-31-BigShift3.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-01-31-BigShift3.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-01-31-BigShift3.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-02-01-LargeMask.ll b/third_party/LLVM/test/CodeGen/X86/2009-02-01-LargeMask.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-02-01-LargeMask.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-02-01-LargeMask.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-02-03-AnalyzedTwice.ll b/third_party/LLVM/test/CodeGen/X86/2009-02-03-AnalyzedTwice.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-02-03-AnalyzedTwice.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-02-03-AnalyzedTwice.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-02-04-sext-i64-gep.ll b/third_party/LLVM/test/CodeGen/X86/2009-02-04-sext-i64-gep.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-02-04-sext-i64-gep.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-02-04-sext-i64-gep.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-02-05-CoalescerBug.ll b/third_party/LLVM/test/CodeGen/X86/2009-02-05-CoalescerBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-02-05-CoalescerBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-02-05-CoalescerBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-02-08-CoalescerBug.ll b/third_party/LLVM/test/CodeGen/X86/2009-02-08-CoalescerBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-02-08-CoalescerBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-02-08-CoalescerBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-02-09-ivs-different-sizes.ll b/third_party/LLVM/test/CodeGen/X86/2009-02-09-ivs-different-sizes.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-02-09-ivs-different-sizes.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-02-09-ivs-different-sizes.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-02-11-codegenprepare-reuse.ll b/third_party/LLVM/test/CodeGen/X86/2009-02-11-codegenprepare-reuse.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-02-11-codegenprepare-reuse.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-02-11-codegenprepare-reuse.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-02-12-DebugInfoVLA.ll b/third_party/LLVM/test/CodeGen/X86/2009-02-12-DebugInfoVLA.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-02-12-DebugInfoVLA.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-02-12-DebugInfoVLA.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-02-12-InlineAsm-nieZ-constraints.ll b/third_party/LLVM/test/CodeGen/X86/2009-02-12-InlineAsm-nieZ-constraints.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-02-12-InlineAsm-nieZ-constraints.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-02-12-InlineAsm-nieZ-constraints.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-02-12-SpillerBug.ll b/third_party/LLVM/test/CodeGen/X86/2009-02-12-SpillerBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-02-12-SpillerBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-02-12-SpillerBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-02-21-ExtWeakInitializer.ll b/third_party/LLVM/test/CodeGen/X86/2009-02-21-ExtWeakInitializer.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-02-21-ExtWeakInitializer.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-02-21-ExtWeakInitializer.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-02-25-CommuteBug.ll b/third_party/LLVM/test/CodeGen/X86/2009-02-25-CommuteBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-02-25-CommuteBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-02-25-CommuteBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-02-26-MachineLICMBug.ll b/third_party/LLVM/test/CodeGen/X86/2009-02-26-MachineLICMBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-02-26-MachineLICMBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-02-26-MachineLICMBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-03-03-BTHang.ll b/third_party/LLVM/test/CodeGen/X86/2009-03-03-BTHang.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-03-03-BTHang.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-03-03-BTHang.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-03-03-BitcastLongDouble.ll b/third_party/LLVM/test/CodeGen/X86/2009-03-03-BitcastLongDouble.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-03-03-BitcastLongDouble.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-03-03-BitcastLongDouble.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-03-05-burr-list-crash.ll b/third_party/LLVM/test/CodeGen/X86/2009-03-05-burr-list-crash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-03-05-burr-list-crash.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-03-05-burr-list-crash.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-03-07-FPConstSelect.ll b/third_party/LLVM/test/CodeGen/X86/2009-03-07-FPConstSelect.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-03-07-FPConstSelect.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-03-07-FPConstSelect.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-03-09-APIntCrash.ll b/third_party/LLVM/test/CodeGen/X86/2009-03-09-APIntCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-03-09-APIntCrash.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-03-09-APIntCrash.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-03-09-SpillerBug.ll b/third_party/LLVM/test/CodeGen/X86/2009-03-09-SpillerBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-03-09-SpillerBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-03-09-SpillerBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-03-10-CoalescerBug.ll b/third_party/LLVM/test/CodeGen/X86/2009-03-10-CoalescerBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-03-10-CoalescerBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-03-10-CoalescerBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-03-12-CPAlignBug.ll b/third_party/LLVM/test/CodeGen/X86/2009-03-12-CPAlignBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-03-12-CPAlignBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-03-12-CPAlignBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-03-13-PHIElimBug.ll b/third_party/LLVM/test/CodeGen/X86/2009-03-13-PHIElimBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-03-13-PHIElimBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-03-13-PHIElimBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-03-16-PHIElimInLPad.ll b/third_party/LLVM/test/CodeGen/X86/2009-03-16-PHIElimInLPad.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-03-16-PHIElimInLPad.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-03-16-PHIElimInLPad.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-03-16-SpillerBug.ll b/third_party/LLVM/test/CodeGen/X86/2009-03-16-SpillerBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-03-16-SpillerBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-03-16-SpillerBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-03-23-LinearScanBug.ll b/third_party/LLVM/test/CodeGen/X86/2009-03-23-LinearScanBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-03-23-LinearScanBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-03-23-LinearScanBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-03-23-MultiUseSched.ll b/third_party/LLVM/test/CodeGen/X86/2009-03-23-MultiUseSched.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-03-23-MultiUseSched.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-03-23-MultiUseSched.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-03-23-i80-fp80.ll b/third_party/LLVM/test/CodeGen/X86/2009-03-23-i80-fp80.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-03-23-i80-fp80.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-03-23-i80-fp80.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-03-25-TestBug.ll b/third_party/LLVM/test/CodeGen/X86/2009-03-25-TestBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-03-25-TestBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-03-25-TestBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-03-26-NoImplicitFPBug.ll b/third_party/LLVM/test/CodeGen/X86/2009-03-26-NoImplicitFPBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-03-26-NoImplicitFPBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-03-26-NoImplicitFPBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-04-12-FastIselOverflowCrash.ll b/third_party/LLVM/test/CodeGen/X86/2009-04-12-FastIselOverflowCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-04-12-FastIselOverflowCrash.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-04-12-FastIselOverflowCrash.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-04-12-picrel.ll b/third_party/LLVM/test/CodeGen/X86/2009-04-12-picrel.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-04-12-picrel.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-04-12-picrel.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-04-13-2AddrAssert-2.ll b/third_party/LLVM/test/CodeGen/X86/2009-04-13-2AddrAssert-2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-04-13-2AddrAssert-2.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-04-13-2AddrAssert-2.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-04-13-2AddrAssert.ll b/third_party/LLVM/test/CodeGen/X86/2009-04-13-2AddrAssert.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-04-13-2AddrAssert.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-04-13-2AddrAssert.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-04-14-IllegalRegs.ll b/third_party/LLVM/test/CodeGen/X86/2009-04-14-IllegalRegs.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-04-14-IllegalRegs.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-04-14-IllegalRegs.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-04-16-SpillerUnfold.ll b/third_party/LLVM/test/CodeGen/X86/2009-04-16-SpillerUnfold.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-04-16-SpillerUnfold.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-04-16-SpillerUnfold.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-04-21-NoReloadImpDef.ll b/third_party/LLVM/test/CodeGen/X86/2009-04-21-NoReloadImpDef.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-04-21-NoReloadImpDef.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-04-21-NoReloadImpDef.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-04-24.ll b/third_party/LLVM/test/CodeGen/X86/2009-04-24.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-04-24.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-04-24.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-04-25-CoalescerBug.ll b/third_party/LLVM/test/CodeGen/X86/2009-04-25-CoalescerBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-04-25-CoalescerBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-04-25-CoalescerBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-04-27-CoalescerAssert.ll b/third_party/LLVM/test/CodeGen/X86/2009-04-27-CoalescerAssert.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-04-27-CoalescerAssert.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-04-27-CoalescerAssert.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-04-27-LiveIntervalsAssert.ll b/third_party/LLVM/test/CodeGen/X86/2009-04-27-LiveIntervalsAssert.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-04-27-LiveIntervalsAssert.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-04-27-LiveIntervalsAssert.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-04-27-LiveIntervalsAssert2.ll b/third_party/LLVM/test/CodeGen/X86/2009-04-27-LiveIntervalsAssert2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-04-27-LiveIntervalsAssert2.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-04-27-LiveIntervalsAssert2.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-04-29-IndirectDestOperands.ll b/third_party/LLVM/test/CodeGen/X86/2009-04-29-IndirectDestOperands.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-04-29-IndirectDestOperands.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-04-29-IndirectDestOperands.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-04-29-LinearScanBug.ll b/third_party/LLVM/test/CodeGen/X86/2009-04-29-LinearScanBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-04-29-LinearScanBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-04-29-LinearScanBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-04-29-RegAllocAssert.ll b/third_party/LLVM/test/CodeGen/X86/2009-04-29-RegAllocAssert.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-04-29-RegAllocAssert.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-04-29-RegAllocAssert.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-04-scale.ll b/third_party/LLVM/test/CodeGen/X86/2009-04-scale.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-04-scale.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-04-scale.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-05-08-InlineAsmIOffset.ll b/third_party/LLVM/test/CodeGen/X86/2009-05-08-InlineAsmIOffset.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-05-08-InlineAsmIOffset.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-05-08-InlineAsmIOffset.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-05-11-tailmerge-crash.ll b/third_party/LLVM/test/CodeGen/X86/2009-05-11-tailmerge-crash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-05-11-tailmerge-crash.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-05-11-tailmerge-crash.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-05-19-SingleElementExtractElement.ll b/third_party/LLVM/test/CodeGen/X86/2009-05-19-SingleElementExtractElement.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-05-19-SingleElementExtractElement.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-05-19-SingleElementExtractElement.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-05-23-available_externally.ll b/third_party/LLVM/test/CodeGen/X86/2009-05-23-available_externally.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-05-23-available_externally.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-05-23-available_externally.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-05-23-dagcombine-shifts.ll b/third_party/LLVM/test/CodeGen/X86/2009-05-23-dagcombine-shifts.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-05-23-dagcombine-shifts.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-05-23-dagcombine-shifts.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-05-28-DAGCombineCrash.ll b/third_party/LLVM/test/CodeGen/X86/2009-05-28-DAGCombineCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-05-28-DAGCombineCrash.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-05-28-DAGCombineCrash.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-05-30-ISelBug.ll b/third_party/LLVM/test/CodeGen/X86/2009-05-30-ISelBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-05-30-ISelBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-05-30-ISelBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-06-02-RewriterBug.ll b/third_party/LLVM/test/CodeGen/X86/2009-06-02-RewriterBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-06-02-RewriterBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-06-02-RewriterBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-06-03-Win64DisableRedZone.ll b/third_party/LLVM/test/CodeGen/X86/2009-06-03-Win64DisableRedZone.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-06-03-Win64DisableRedZone.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-06-03-Win64DisableRedZone.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-06-03-Win64SpillXMM.ll b/third_party/LLVM/test/CodeGen/X86/2009-06-03-Win64SpillXMM.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-06-03-Win64SpillXMM.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-06-03-Win64SpillXMM.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-06-04-VirtualLiveIn.ll b/third_party/LLVM/test/CodeGen/X86/2009-06-04-VirtualLiveIn.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-06-04-VirtualLiveIn.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-06-04-VirtualLiveIn.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-06-05-ScalarToVectorByteMMX.ll b/third_party/LLVM/test/CodeGen/X86/2009-06-05-ScalarToVectorByteMMX.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-06-05-ScalarToVectorByteMMX.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-06-05-ScalarToVectorByteMMX.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-06-05-VZextByteShort.ll b/third_party/LLVM/test/CodeGen/X86/2009-06-05-VZextByteShort.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-06-05-VZextByteShort.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-06-05-VZextByteShort.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-06-05-VariableIndexInsert.ll b/third_party/LLVM/test/CodeGen/X86/2009-06-05-VariableIndexInsert.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-06-05-VariableIndexInsert.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-06-05-VariableIndexInsert.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-06-05-sitofpCrash.ll b/third_party/LLVM/test/CodeGen/X86/2009-06-05-sitofpCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-06-05-sitofpCrash.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-06-05-sitofpCrash.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-06-06-ConcatVectors.ll b/third_party/LLVM/test/CodeGen/X86/2009-06-06-ConcatVectors.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-06-06-ConcatVectors.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-06-06-ConcatVectors.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-06-07-ExpandMMXBitcast.ll b/third_party/LLVM/test/CodeGen/X86/2009-06-07-ExpandMMXBitcast.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-06-07-ExpandMMXBitcast.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-06-07-ExpandMMXBitcast.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-06-12-x86_64-tail-call-conv-out-of-sync-bug.ll b/third_party/LLVM/test/CodeGen/X86/2009-06-12-x86_64-tail-call-conv-out-of-sync-bug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-06-12-x86_64-tail-call-conv-out-of-sync-bug.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-06-12-x86_64-tail-call-conv-out-of-sync-bug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-06-15-not-a-tail-call.ll b/third_party/LLVM/test/CodeGen/X86/2009-06-15-not-a-tail-call.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-06-15-not-a-tail-call.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-06-15-not-a-tail-call.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-06-18-movlp-shuffle-register.ll b/third_party/LLVM/test/CodeGen/X86/2009-06-18-movlp-shuffle-register.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-06-18-movlp-shuffle-register.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-06-18-movlp-shuffle-register.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-07-06-TwoAddrAssert.ll b/third_party/LLVM/test/CodeGen/X86/2009-07-06-TwoAddrAssert.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-07-06-TwoAddrAssert.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-07-06-TwoAddrAssert.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-07-07-SplitICmp.ll b/third_party/LLVM/test/CodeGen/X86/2009-07-07-SplitICmp.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-07-07-SplitICmp.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-07-07-SplitICmp.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-07-09-ExtractBoolFromVector.ll b/third_party/LLVM/test/CodeGen/X86/2009-07-09-ExtractBoolFromVector.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-07-09-ExtractBoolFromVector.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-07-09-ExtractBoolFromVector.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-07-15-CoalescerBug.ll b/third_party/LLVM/test/CodeGen/X86/2009-07-15-CoalescerBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-07-15-CoalescerBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-07-15-CoalescerBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-07-16-CoalescerBug.ll b/third_party/LLVM/test/CodeGen/X86/2009-07-16-CoalescerBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-07-16-CoalescerBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-07-16-CoalescerBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-07-17-StackColoringBug.ll b/third_party/LLVM/test/CodeGen/X86/2009-07-17-StackColoringBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-07-17-StackColoringBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-07-17-StackColoringBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-07-19-AsmExtraOperands.ll b/third_party/LLVM/test/CodeGen/X86/2009-07-19-AsmExtraOperands.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-07-19-AsmExtraOperands.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-07-19-AsmExtraOperands.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-07-20-CoalescerBug.ll b/third_party/LLVM/test/CodeGen/X86/2009-07-20-CoalescerBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-07-20-CoalescerBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-07-20-CoalescerBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-07-20-DAGCombineBug.ll b/third_party/LLVM/test/CodeGen/X86/2009-07-20-DAGCombineBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-07-20-DAGCombineBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-07-20-DAGCombineBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-08-02-mmx-scalar-to-vector.ll b/third_party/LLVM/test/CodeGen/X86/2009-08-02-mmx-scalar-to-vector.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-08-02-mmx-scalar-to-vector.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-08-02-mmx-scalar-to-vector.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-08-06-branchfolder-crash.ll b/third_party/LLVM/test/CodeGen/X86/2009-08-06-branchfolder-crash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-08-06-branchfolder-crash.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-08-06-branchfolder-crash.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-08-06-inlineasm.ll b/third_party/LLVM/test/CodeGen/X86/2009-08-06-inlineasm.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-08-06-inlineasm.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-08-06-inlineasm.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-08-08-CastError.ll b/third_party/LLVM/test/CodeGen/X86/2009-08-08-CastError.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-08-08-CastError.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-08-08-CastError.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-08-12-badswitch.ll b/third_party/LLVM/test/CodeGen/X86/2009-08-12-badswitch.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-08-12-badswitch.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-08-12-badswitch.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-08-14-Win64MemoryIndirectArg.ll b/third_party/LLVM/test/CodeGen/X86/2009-08-14-Win64MemoryIndirectArg.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-08-14-Win64MemoryIndirectArg.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-08-14-Win64MemoryIndirectArg.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-08-19-LoadNarrowingMiscompile.ll b/third_party/LLVM/test/CodeGen/X86/2009-08-19-LoadNarrowingMiscompile.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-08-19-LoadNarrowingMiscompile.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-08-19-LoadNarrowingMiscompile.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-08-23-SubRegReuseUndo.ll b/third_party/LLVM/test/CodeGen/X86/2009-08-23-SubRegReuseUndo.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-08-23-SubRegReuseUndo.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-08-23-SubRegReuseUndo.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-08-23-linkerprivate.ll b/third_party/LLVM/test/CodeGen/X86/2009-08-23-linkerprivate.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-08-23-linkerprivate.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-08-23-linkerprivate.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-09-10-LoadFoldingBug.ll b/third_party/LLVM/test/CodeGen/X86/2009-09-10-LoadFoldingBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-09-10-LoadFoldingBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-09-10-LoadFoldingBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-09-10-SpillComments.ll b/third_party/LLVM/test/CodeGen/X86/2009-09-10-SpillComments.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-09-10-SpillComments.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-09-10-SpillComments.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-09-16-CoalescerBug.ll b/third_party/LLVM/test/CodeGen/X86/2009-09-16-CoalescerBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-09-16-CoalescerBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-09-16-CoalescerBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-09-19-earlyclobber.ll b/third_party/LLVM/test/CodeGen/X86/2009-09-19-earlyclobber.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-09-19-earlyclobber.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-09-19-earlyclobber.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-09-21-NoSpillLoopCount.ll b/third_party/LLVM/test/CodeGen/X86/2009-09-21-NoSpillLoopCount.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-09-21-NoSpillLoopCount.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-09-21-NoSpillLoopCount.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-09-22-CoalescerBug.ll b/third_party/LLVM/test/CodeGen/X86/2009-09-22-CoalescerBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-09-22-CoalescerBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-09-22-CoalescerBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-09-23-LiveVariablesBug.ll b/third_party/LLVM/test/CodeGen/X86/2009-09-23-LiveVariablesBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-09-23-LiveVariablesBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-09-23-LiveVariablesBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-10-14-LiveVariablesBug.ll b/third_party/LLVM/test/CodeGen/X86/2009-10-14-LiveVariablesBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-10-14-LiveVariablesBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-10-14-LiveVariablesBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-10-16-Scope.ll b/third_party/LLVM/test/CodeGen/X86/2009-10-16-Scope.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-10-16-Scope.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-10-16-Scope.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-10-19-EmergencySpill.ll b/third_party/LLVM/test/CodeGen/X86/2009-10-19-EmergencySpill.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-10-19-EmergencySpill.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-10-19-EmergencySpill.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-10-19-atomic-cmp-eflags.ll b/third_party/LLVM/test/CodeGen/X86/2009-10-19-atomic-cmp-eflags.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-10-19-atomic-cmp-eflags.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-10-19-atomic-cmp-eflags.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-10-25-RewriterBug.ll b/third_party/LLVM/test/CodeGen/X86/2009-10-25-RewriterBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-10-25-RewriterBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-10-25-RewriterBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-11-04-SubregCoalescingBug.ll b/third_party/LLVM/test/CodeGen/X86/2009-11-04-SubregCoalescingBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-11-04-SubregCoalescingBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-11-04-SubregCoalescingBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-11-13-VirtRegRewriterBug.ll b/third_party/LLVM/test/CodeGen/X86/2009-11-13-VirtRegRewriterBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-11-13-VirtRegRewriterBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-11-13-VirtRegRewriterBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-11-16-MachineLICM.ll b/third_party/LLVM/test/CodeGen/X86/2009-11-16-MachineLICM.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-11-16-MachineLICM.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-11-16-MachineLICM.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-11-16-UnfoldMemOpBug.ll b/third_party/LLVM/test/CodeGen/X86/2009-11-16-UnfoldMemOpBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-11-16-UnfoldMemOpBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-11-16-UnfoldMemOpBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-11-17-UpdateTerminator.ll b/third_party/LLVM/test/CodeGen/X86/2009-11-17-UpdateTerminator.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-11-17-UpdateTerminator.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-11-17-UpdateTerminator.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-11-18-TwoAddrKill.ll b/third_party/LLVM/test/CodeGen/X86/2009-11-18-TwoAddrKill.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-11-18-TwoAddrKill.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-11-18-TwoAddrKill.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-11-25-ImpDefBug.ll b/third_party/LLVM/test/CodeGen/X86/2009-11-25-ImpDefBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-11-25-ImpDefBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-11-25-ImpDefBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-12-01-EarlyClobberBug.ll b/third_party/LLVM/test/CodeGen/X86/2009-12-01-EarlyClobberBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-12-01-EarlyClobberBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-12-01-EarlyClobberBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2009-12-11-TLSNoRedZone.ll b/third_party/LLVM/test/CodeGen/X86/2009-12-11-TLSNoRedZone.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2009-12-11-TLSNoRedZone.ll
rename to third_party/LLVM/test/CodeGen/X86/2009-12-11-TLSNoRedZone.ll
diff --git a/src/LLVM/test/CodeGen/X86/20090313-signext.ll b/third_party/LLVM/test/CodeGen/X86/20090313-signext.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/20090313-signext.ll
rename to third_party/LLVM/test/CodeGen/X86/20090313-signext.ll
diff --git a/src/LLVM/test/CodeGen/X86/2010-01-05-ZExt-Shl.ll b/third_party/LLVM/test/CodeGen/X86/2010-01-05-ZExt-Shl.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2010-01-05-ZExt-Shl.ll
rename to third_party/LLVM/test/CodeGen/X86/2010-01-05-ZExt-Shl.ll
diff --git a/src/LLVM/test/CodeGen/X86/2010-01-07-ISelBug.ll b/third_party/LLVM/test/CodeGen/X86/2010-01-07-ISelBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2010-01-07-ISelBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2010-01-07-ISelBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2010-01-07-UAMemFeature.ll b/third_party/LLVM/test/CodeGen/X86/2010-01-07-UAMemFeature.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2010-01-07-UAMemFeature.ll
rename to third_party/LLVM/test/CodeGen/X86/2010-01-07-UAMemFeature.ll
diff --git a/src/LLVM/test/CodeGen/X86/2010-01-08-Atomic64Bug.ll b/third_party/LLVM/test/CodeGen/X86/2010-01-08-Atomic64Bug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2010-01-08-Atomic64Bug.ll
rename to third_party/LLVM/test/CodeGen/X86/2010-01-08-Atomic64Bug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2010-01-11-ExtraPHIArg.ll b/third_party/LLVM/test/CodeGen/X86/2010-01-11-ExtraPHIArg.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2010-01-11-ExtraPHIArg.ll
rename to third_party/LLVM/test/CodeGen/X86/2010-01-11-ExtraPHIArg.ll
diff --git a/src/LLVM/test/CodeGen/X86/2010-01-13-OptExtBug.ll b/third_party/LLVM/test/CodeGen/X86/2010-01-13-OptExtBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2010-01-13-OptExtBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2010-01-13-OptExtBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2010-01-15-SelectionDAGCycle.ll b/third_party/LLVM/test/CodeGen/X86/2010-01-15-SelectionDAGCycle.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2010-01-15-SelectionDAGCycle.ll
rename to third_party/LLVM/test/CodeGen/X86/2010-01-15-SelectionDAGCycle.ll
diff --git a/src/LLVM/test/CodeGen/X86/2010-01-18-DbgValue.ll b/third_party/LLVM/test/CodeGen/X86/2010-01-18-DbgValue.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2010-01-18-DbgValue.ll
rename to third_party/LLVM/test/CodeGen/X86/2010-01-18-DbgValue.ll
diff --git a/src/LLVM/test/CodeGen/X86/2010-01-19-OptExtBug.ll b/third_party/LLVM/test/CodeGen/X86/2010-01-19-OptExtBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2010-01-19-OptExtBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2010-01-19-OptExtBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2010-02-01-DbgValueCrash.ll b/third_party/LLVM/test/CodeGen/X86/2010-02-01-DbgValueCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2010-02-01-DbgValueCrash.ll
rename to third_party/LLVM/test/CodeGen/X86/2010-02-01-DbgValueCrash.ll
diff --git a/src/LLVM/test/CodeGen/X86/2010-02-01-TaillCallCrash.ll b/third_party/LLVM/test/CodeGen/X86/2010-02-01-TaillCallCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2010-02-01-TaillCallCrash.ll
rename to third_party/LLVM/test/CodeGen/X86/2010-02-01-TaillCallCrash.ll
diff --git a/src/LLVM/test/CodeGen/X86/2010-02-03-DualUndef.ll b/third_party/LLVM/test/CodeGen/X86/2010-02-03-DualUndef.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2010-02-03-DualUndef.ll
rename to third_party/LLVM/test/CodeGen/X86/2010-02-03-DualUndef.ll
diff --git a/src/LLVM/test/CodeGen/X86/2010-02-04-SchedulerBug.ll b/third_party/LLVM/test/CodeGen/X86/2010-02-04-SchedulerBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2010-02-04-SchedulerBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2010-02-04-SchedulerBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2010-02-11-NonTemporal.ll b/third_party/LLVM/test/CodeGen/X86/2010-02-11-NonTemporal.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2010-02-11-NonTemporal.ll
rename to third_party/LLVM/test/CodeGen/X86/2010-02-11-NonTemporal.ll
diff --git a/src/LLVM/test/CodeGen/X86/2010-02-12-CoalescerBug-Impdef.ll b/third_party/LLVM/test/CodeGen/X86/2010-02-12-CoalescerBug-Impdef.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2010-02-12-CoalescerBug-Impdef.ll
rename to third_party/LLVM/test/CodeGen/X86/2010-02-12-CoalescerBug-Impdef.ll
diff --git a/src/LLVM/test/CodeGen/X86/2010-02-15-ImplicitDefBug.ll b/third_party/LLVM/test/CodeGen/X86/2010-02-15-ImplicitDefBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2010-02-15-ImplicitDefBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2010-02-15-ImplicitDefBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2010-02-19-TailCallRetAddrBug.ll b/third_party/LLVM/test/CodeGen/X86/2010-02-19-TailCallRetAddrBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2010-02-19-TailCallRetAddrBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2010-02-19-TailCallRetAddrBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2010-02-23-DAGCombineBug.ll b/third_party/LLVM/test/CodeGen/X86/2010-02-23-DAGCombineBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2010-02-23-DAGCombineBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2010-02-23-DAGCombineBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2010-02-23-DIV8rDefinesAX.ll b/third_party/LLVM/test/CodeGen/X86/2010-02-23-DIV8rDefinesAX.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2010-02-23-DIV8rDefinesAX.ll
rename to third_party/LLVM/test/CodeGen/X86/2010-02-23-DIV8rDefinesAX.ll
diff --git a/src/LLVM/test/CodeGen/X86/2010-02-23-RematImplicitSubreg.ll b/third_party/LLVM/test/CodeGen/X86/2010-02-23-RematImplicitSubreg.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2010-02-23-RematImplicitSubreg.ll
rename to third_party/LLVM/test/CodeGen/X86/2010-02-23-RematImplicitSubreg.ll
diff --git a/src/LLVM/test/CodeGen/X86/2010-02-23-SingleDefPhiJoin.ll b/third_party/LLVM/test/CodeGen/X86/2010-02-23-SingleDefPhiJoin.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2010-02-23-SingleDefPhiJoin.ll
rename to third_party/LLVM/test/CodeGen/X86/2010-02-23-SingleDefPhiJoin.ll
diff --git a/src/LLVM/test/CodeGen/X86/2010-03-04-Mul8Bug.ll b/third_party/LLVM/test/CodeGen/X86/2010-03-04-Mul8Bug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2010-03-04-Mul8Bug.ll
rename to third_party/LLVM/test/CodeGen/X86/2010-03-04-Mul8Bug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2010-03-05-ConstantFoldCFG.ll b/third_party/LLVM/test/CodeGen/X86/2010-03-05-ConstantFoldCFG.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2010-03-05-ConstantFoldCFG.ll
rename to third_party/LLVM/test/CodeGen/X86/2010-03-05-ConstantFoldCFG.ll
diff --git a/src/LLVM/test/CodeGen/X86/2010-03-05-EFLAGS-Redef.ll b/third_party/LLVM/test/CodeGen/X86/2010-03-05-EFLAGS-Redef.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2010-03-05-EFLAGS-Redef.ll
rename to third_party/LLVM/test/CodeGen/X86/2010-03-05-EFLAGS-Redef.ll
diff --git a/src/LLVM/test/CodeGen/X86/2010-03-17-ISelBug.ll b/third_party/LLVM/test/CodeGen/X86/2010-03-17-ISelBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2010-03-17-ISelBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2010-03-17-ISelBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2010-04-06-SSEDomainFixCrash.ll b/third_party/LLVM/test/CodeGen/X86/2010-04-06-SSEDomainFixCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2010-04-06-SSEDomainFixCrash.ll
rename to third_party/LLVM/test/CodeGen/X86/2010-04-06-SSEDomainFixCrash.ll
diff --git a/src/LLVM/test/CodeGen/X86/2010-04-07-DbgValueOtherTargets.ll b/third_party/LLVM/test/CodeGen/X86/2010-04-07-DbgValueOtherTargets.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2010-04-07-DbgValueOtherTargets.ll
rename to third_party/LLVM/test/CodeGen/X86/2010-04-07-DbgValueOtherTargets.ll
diff --git a/src/LLVM/test/CodeGen/X86/2010-04-08-CoalescerBug.ll b/third_party/LLVM/test/CodeGen/X86/2010-04-08-CoalescerBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2010-04-08-CoalescerBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2010-04-08-CoalescerBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2010-04-13-AnalyzeBranchCrash.ll b/third_party/LLVM/test/CodeGen/X86/2010-04-13-AnalyzeBranchCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2010-04-13-AnalyzeBranchCrash.ll
rename to third_party/LLVM/test/CodeGen/X86/2010-04-13-AnalyzeBranchCrash.ll
diff --git a/src/LLVM/test/CodeGen/X86/2010-04-21-CoalescerBug.ll b/third_party/LLVM/test/CodeGen/X86/2010-04-21-CoalescerBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2010-04-21-CoalescerBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2010-04-21-CoalescerBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2010-04-23-mmx-movdq2q.ll b/third_party/LLVM/test/CodeGen/X86/2010-04-23-mmx-movdq2q.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2010-04-23-mmx-movdq2q.ll
rename to third_party/LLVM/test/CodeGen/X86/2010-04-23-mmx-movdq2q.ll
diff --git a/src/LLVM/test/CodeGen/X86/2010-04-29-CoalescerCrash.ll b/third_party/LLVM/test/CodeGen/X86/2010-04-29-CoalescerCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2010-04-29-CoalescerCrash.ll
rename to third_party/LLVM/test/CodeGen/X86/2010-04-29-CoalescerCrash.ll
diff --git a/src/LLVM/test/CodeGen/X86/2010-04-30-LocalAlloc-LandingPad.ll b/third_party/LLVM/test/CodeGen/X86/2010-04-30-LocalAlloc-LandingPad.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2010-04-30-LocalAlloc-LandingPad.ll
rename to third_party/LLVM/test/CodeGen/X86/2010-04-30-LocalAlloc-LandingPad.ll
diff --git a/src/LLVM/test/CodeGen/X86/2010-05-03-CoalescerSubRegClobber.ll b/third_party/LLVM/test/CodeGen/X86/2010-05-03-CoalescerSubRegClobber.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2010-05-03-CoalescerSubRegClobber.ll
rename to third_party/LLVM/test/CodeGen/X86/2010-05-03-CoalescerSubRegClobber.ll
diff --git a/src/LLVM/test/CodeGen/X86/2010-05-05-LocalAllocEarlyClobber.ll b/third_party/LLVM/test/CodeGen/X86/2010-05-05-LocalAllocEarlyClobber.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2010-05-05-LocalAllocEarlyClobber.ll
rename to third_party/LLVM/test/CodeGen/X86/2010-05-05-LocalAllocEarlyClobber.ll
diff --git a/src/LLVM/test/CodeGen/X86/2010-05-06-LocalInlineAsmClobber.ll b/third_party/LLVM/test/CodeGen/X86/2010-05-06-LocalInlineAsmClobber.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2010-05-06-LocalInlineAsmClobber.ll
rename to third_party/LLVM/test/CodeGen/X86/2010-05-06-LocalInlineAsmClobber.ll
diff --git a/src/LLVM/test/CodeGen/X86/2010-05-07-ldconvert.ll b/third_party/LLVM/test/CodeGen/X86/2010-05-07-ldconvert.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2010-05-07-ldconvert.ll
rename to third_party/LLVM/test/CodeGen/X86/2010-05-07-ldconvert.ll
diff --git a/src/LLVM/test/CodeGen/X86/2010-05-10-DAGCombinerBug.ll b/third_party/LLVM/test/CodeGen/X86/2010-05-10-DAGCombinerBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2010-05-10-DAGCombinerBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2010-05-10-DAGCombinerBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2010-05-12-FastAllocKills.ll b/third_party/LLVM/test/CodeGen/X86/2010-05-12-FastAllocKills.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2010-05-12-FastAllocKills.ll
rename to third_party/LLVM/test/CodeGen/X86/2010-05-12-FastAllocKills.ll
diff --git a/src/LLVM/test/CodeGen/X86/2010-05-16-nosseconversion.ll b/third_party/LLVM/test/CodeGen/X86/2010-05-16-nosseconversion.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2010-05-16-nosseconversion.ll
rename to third_party/LLVM/test/CodeGen/X86/2010-05-16-nosseconversion.ll
diff --git a/src/LLVM/test/CodeGen/X86/2010-05-25-DotDebugLoc.ll b/third_party/LLVM/test/CodeGen/X86/2010-05-25-DotDebugLoc.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2010-05-25-DotDebugLoc.ll
rename to third_party/LLVM/test/CodeGen/X86/2010-05-25-DotDebugLoc.ll
diff --git a/src/LLVM/test/CodeGen/X86/2010-05-26-DotDebugLoc.ll b/third_party/LLVM/test/CodeGen/X86/2010-05-26-DotDebugLoc.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2010-05-26-DotDebugLoc.ll
rename to third_party/LLVM/test/CodeGen/X86/2010-05-26-DotDebugLoc.ll
diff --git a/src/LLVM/test/CodeGen/X86/2010-05-26-FP_TO_INT-crash.ll b/third_party/LLVM/test/CodeGen/X86/2010-05-26-FP_TO_INT-crash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2010-05-26-FP_TO_INT-crash.ll
rename to third_party/LLVM/test/CodeGen/X86/2010-05-26-FP_TO_INT-crash.ll
diff --git a/src/LLVM/test/CodeGen/X86/2010-05-28-Crash.ll b/third_party/LLVM/test/CodeGen/X86/2010-05-28-Crash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2010-05-28-Crash.ll
rename to third_party/LLVM/test/CodeGen/X86/2010-05-28-Crash.ll
diff --git a/src/LLVM/test/CodeGen/X86/2010-06-01-DeadArg-DbgInfo.ll b/third_party/LLVM/test/CodeGen/X86/2010-06-01-DeadArg-DbgInfo.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2010-06-01-DeadArg-DbgInfo.ll
rename to third_party/LLVM/test/CodeGen/X86/2010-06-01-DeadArg-DbgInfo.ll
diff --git a/src/LLVM/test/CodeGen/X86/2010-06-09-FastAllocRegisters.ll b/third_party/LLVM/test/CodeGen/X86/2010-06-09-FastAllocRegisters.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2010-06-09-FastAllocRegisters.ll
rename to third_party/LLVM/test/CodeGen/X86/2010-06-09-FastAllocRegisters.ll
diff --git a/src/LLVM/test/CodeGen/X86/2010-06-14-fast-isel-fs-load.ll b/third_party/LLVM/test/CodeGen/X86/2010-06-14-fast-isel-fs-load.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2010-06-14-fast-isel-fs-load.ll
rename to third_party/LLVM/test/CodeGen/X86/2010-06-14-fast-isel-fs-load.ll
diff --git a/src/LLVM/test/CodeGen/X86/2010-06-15-FastAllocEarlyCLobber.ll b/third_party/LLVM/test/CodeGen/X86/2010-06-15-FastAllocEarlyCLobber.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2010-06-15-FastAllocEarlyCLobber.ll
rename to third_party/LLVM/test/CodeGen/X86/2010-06-15-FastAllocEarlyCLobber.ll
diff --git a/src/LLVM/test/CodeGen/X86/2010-06-24-g-constraint-crash.ll b/third_party/LLVM/test/CodeGen/X86/2010-06-24-g-constraint-crash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2010-06-24-g-constraint-crash.ll
rename to third_party/LLVM/test/CodeGen/X86/2010-06-24-g-constraint-crash.ll
diff --git a/src/LLVM/test/CodeGen/X86/2010-06-25-CoalescerSubRegDefDead.ll b/third_party/LLVM/test/CodeGen/X86/2010-06-25-CoalescerSubRegDefDead.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2010-06-25-CoalescerSubRegDefDead.ll
rename to third_party/LLVM/test/CodeGen/X86/2010-06-25-CoalescerSubRegDefDead.ll
diff --git a/src/LLVM/test/CodeGen/X86/2010-06-25-asm-RA-crash.ll b/third_party/LLVM/test/CodeGen/X86/2010-06-25-asm-RA-crash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2010-06-25-asm-RA-crash.ll
rename to third_party/LLVM/test/CodeGen/X86/2010-06-25-asm-RA-crash.ll
diff --git a/src/LLVM/test/CodeGen/X86/2010-06-28-DbgEntryPC.ll b/third_party/LLVM/test/CodeGen/X86/2010-06-28-DbgEntryPC.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2010-06-28-DbgEntryPC.ll
rename to third_party/LLVM/test/CodeGen/X86/2010-06-28-DbgEntryPC.ll
diff --git a/src/LLVM/test/CodeGen/X86/2010-06-28-FastAllocTiedOperand.ll b/third_party/LLVM/test/CodeGen/X86/2010-06-28-FastAllocTiedOperand.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2010-06-28-FastAllocTiedOperand.ll
rename to third_party/LLVM/test/CodeGen/X86/2010-06-28-FastAllocTiedOperand.ll
diff --git a/src/LLVM/test/CodeGen/X86/2010-06-28-matched-g-constraint.ll b/third_party/LLVM/test/CodeGen/X86/2010-06-28-matched-g-constraint.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2010-06-28-matched-g-constraint.ll
rename to third_party/LLVM/test/CodeGen/X86/2010-06-28-matched-g-constraint.ll
diff --git a/src/LLVM/test/CodeGen/X86/2010-07-02-UnfoldBug.ll b/third_party/LLVM/test/CodeGen/X86/2010-07-02-UnfoldBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2010-07-02-UnfoldBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2010-07-02-UnfoldBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2010-07-02-asm-alignstack.ll b/third_party/LLVM/test/CodeGen/X86/2010-07-02-asm-alignstack.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2010-07-02-asm-alignstack.ll
rename to third_party/LLVM/test/CodeGen/X86/2010-07-02-asm-alignstack.ll
diff --git a/src/LLVM/test/CodeGen/X86/2010-07-06-DbgCrash.ll b/third_party/LLVM/test/CodeGen/X86/2010-07-06-DbgCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2010-07-06-DbgCrash.ll
rename to third_party/LLVM/test/CodeGen/X86/2010-07-06-DbgCrash.ll
diff --git a/src/LLVM/test/CodeGen/X86/2010-07-06-asm-RIP.ll b/third_party/LLVM/test/CodeGen/X86/2010-07-06-asm-RIP.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2010-07-06-asm-RIP.ll
rename to third_party/LLVM/test/CodeGen/X86/2010-07-06-asm-RIP.ll
diff --git a/src/LLVM/test/CodeGen/X86/2010-07-11-FPStackLoneUse.ll b/third_party/LLVM/test/CodeGen/X86/2010-07-11-FPStackLoneUse.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2010-07-11-FPStackLoneUse.ll
rename to third_party/LLVM/test/CodeGen/X86/2010-07-11-FPStackLoneUse.ll
diff --git a/src/LLVM/test/CodeGen/X86/2010-07-13-indirectXconstraint.ll b/third_party/LLVM/test/CodeGen/X86/2010-07-13-indirectXconstraint.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2010-07-13-indirectXconstraint.ll
rename to third_party/LLVM/test/CodeGen/X86/2010-07-13-indirectXconstraint.ll
diff --git a/src/LLVM/test/CodeGen/X86/2010-07-15-Crash.ll b/third_party/LLVM/test/CodeGen/X86/2010-07-15-Crash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2010-07-15-Crash.ll
rename to third_party/LLVM/test/CodeGen/X86/2010-07-15-Crash.ll
diff --git a/src/LLVM/test/CodeGen/X86/2010-07-29-SetccSimplify.ll b/third_party/LLVM/test/CodeGen/X86/2010-07-29-SetccSimplify.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2010-07-29-SetccSimplify.ll
rename to third_party/LLVM/test/CodeGen/X86/2010-07-29-SetccSimplify.ll
diff --git a/src/LLVM/test/CodeGen/X86/2010-08-04-MaskedSignedCompare.ll b/third_party/LLVM/test/CodeGen/X86/2010-08-04-MaskedSignedCompare.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2010-08-04-MaskedSignedCompare.ll
rename to third_party/LLVM/test/CodeGen/X86/2010-08-04-MaskedSignedCompare.ll
diff --git a/src/LLVM/test/CodeGen/X86/2010-08-04-MingWCrash.ll b/third_party/LLVM/test/CodeGen/X86/2010-08-04-MingWCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2010-08-04-MingWCrash.ll
rename to third_party/LLVM/test/CodeGen/X86/2010-08-04-MingWCrash.ll
diff --git a/src/LLVM/test/CodeGen/X86/2010-08-04-StackVariable.ll b/third_party/LLVM/test/CodeGen/X86/2010-08-04-StackVariable.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2010-08-04-StackVariable.ll
rename to third_party/LLVM/test/CodeGen/X86/2010-08-04-StackVariable.ll
diff --git a/src/LLVM/test/CodeGen/X86/2010-08-10-DbgConstant.ll b/third_party/LLVM/test/CodeGen/X86/2010-08-10-DbgConstant.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2010-08-10-DbgConstant.ll
rename to third_party/LLVM/test/CodeGen/X86/2010-08-10-DbgConstant.ll
diff --git a/src/LLVM/test/CodeGen/X86/2010-09-01-RemoveCopyByCommutingDef.ll b/third_party/LLVM/test/CodeGen/X86/2010-09-01-RemoveCopyByCommutingDef.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2010-09-01-RemoveCopyByCommutingDef.ll
rename to third_party/LLVM/test/CodeGen/X86/2010-09-01-RemoveCopyByCommutingDef.ll
diff --git a/src/LLVM/test/CodeGen/X86/2010-09-16-EmptyFilename.ll b/third_party/LLVM/test/CodeGen/X86/2010-09-16-EmptyFilename.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2010-09-16-EmptyFilename.ll
rename to third_party/LLVM/test/CodeGen/X86/2010-09-16-EmptyFilename.ll
diff --git a/src/LLVM/test/CodeGen/X86/2010-09-16-asmcrash.ll b/third_party/LLVM/test/CodeGen/X86/2010-09-16-asmcrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2010-09-16-asmcrash.ll
rename to third_party/LLVM/test/CodeGen/X86/2010-09-16-asmcrash.ll
diff --git a/src/LLVM/test/CodeGen/X86/2010-09-17-SideEffectsInChain.ll b/third_party/LLVM/test/CodeGen/X86/2010-09-17-SideEffectsInChain.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2010-09-17-SideEffectsInChain.ll
rename to third_party/LLVM/test/CodeGen/X86/2010-09-17-SideEffectsInChain.ll
diff --git a/src/LLVM/test/CodeGen/X86/2010-09-30-CMOV-JumpTable-PHI.ll b/third_party/LLVM/test/CodeGen/X86/2010-09-30-CMOV-JumpTable-PHI.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2010-09-30-CMOV-JumpTable-PHI.ll
rename to third_party/LLVM/test/CodeGen/X86/2010-09-30-CMOV-JumpTable-PHI.ll
diff --git a/src/LLVM/test/CodeGen/X86/2010-10-08-cmpxchg8b.ll b/third_party/LLVM/test/CodeGen/X86/2010-10-08-cmpxchg8b.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2010-10-08-cmpxchg8b.ll
rename to third_party/LLVM/test/CodeGen/X86/2010-10-08-cmpxchg8b.ll
diff --git a/src/LLVM/test/CodeGen/X86/2010-11-02-DbgParameter.ll b/third_party/LLVM/test/CodeGen/X86/2010-11-02-DbgParameter.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2010-11-02-DbgParameter.ll
rename to third_party/LLVM/test/CodeGen/X86/2010-11-02-DbgParameter.ll
diff --git a/src/LLVM/test/CodeGen/X86/2010-11-09-MOVLPS.ll b/third_party/LLVM/test/CodeGen/X86/2010-11-09-MOVLPS.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2010-11-09-MOVLPS.ll
rename to third_party/LLVM/test/CodeGen/X86/2010-11-09-MOVLPS.ll
diff --git a/src/LLVM/test/CodeGen/X86/2010-11-18-SelectOfExtload.ll b/third_party/LLVM/test/CodeGen/X86/2010-11-18-SelectOfExtload.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2010-11-18-SelectOfExtload.ll
rename to third_party/LLVM/test/CodeGen/X86/2010-11-18-SelectOfExtload.ll
diff --git a/src/LLVM/test/CodeGen/X86/2010-12-02-MC-Set.ll b/third_party/LLVM/test/CodeGen/X86/2010-12-02-MC-Set.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2010-12-02-MC-Set.ll
rename to third_party/LLVM/test/CodeGen/X86/2010-12-02-MC-Set.ll
diff --git a/src/LLVM/test/CodeGen/X86/2011-01-07-LegalizeTypesCrash.ll b/third_party/LLVM/test/CodeGen/X86/2011-01-07-LegalizeTypesCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2011-01-07-LegalizeTypesCrash.ll
rename to third_party/LLVM/test/CodeGen/X86/2011-01-07-LegalizeTypesCrash.ll
diff --git a/src/LLVM/test/CodeGen/X86/2011-01-10-DagCombineHang.ll b/third_party/LLVM/test/CodeGen/X86/2011-01-10-DagCombineHang.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2011-01-10-DagCombineHang.ll
rename to third_party/LLVM/test/CodeGen/X86/2011-01-10-DagCombineHang.ll
diff --git a/src/LLVM/test/CodeGen/X86/2011-01-24-DbgValue-Before-Use.ll b/third_party/LLVM/test/CodeGen/X86/2011-01-24-DbgValue-Before-Use.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2011-01-24-DbgValue-Before-Use.ll
rename to third_party/LLVM/test/CodeGen/X86/2011-01-24-DbgValue-Before-Use.ll
diff --git a/src/LLVM/test/CodeGen/X86/2011-02-04-FastRegallocNoFP.ll b/third_party/LLVM/test/CodeGen/X86/2011-02-04-FastRegallocNoFP.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2011-02-04-FastRegallocNoFP.ll
rename to third_party/LLVM/test/CodeGen/X86/2011-02-04-FastRegallocNoFP.ll
diff --git a/src/LLVM/test/CodeGen/X86/2011-02-12-shuffle.ll b/third_party/LLVM/test/CodeGen/X86/2011-02-12-shuffle.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2011-02-12-shuffle.ll
rename to third_party/LLVM/test/CodeGen/X86/2011-02-12-shuffle.ll
diff --git a/src/LLVM/test/CodeGen/X86/2011-02-21-VirtRegRewriter-KillSubReg.ll b/third_party/LLVM/test/CodeGen/X86/2011-02-21-VirtRegRewriter-KillSubReg.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2011-02-21-VirtRegRewriter-KillSubReg.ll
rename to third_party/LLVM/test/CodeGen/X86/2011-02-21-VirtRegRewriter-KillSubReg.ll
diff --git a/src/LLVM/test/CodeGen/X86/2011-02-23-UnfoldBug.ll b/third_party/LLVM/test/CodeGen/X86/2011-02-23-UnfoldBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2011-02-23-UnfoldBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2011-02-23-UnfoldBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2011-02-27-Fpextend.ll b/third_party/LLVM/test/CodeGen/X86/2011-02-27-Fpextend.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2011-02-27-Fpextend.ll
rename to third_party/LLVM/test/CodeGen/X86/2011-02-27-Fpextend.ll
diff --git a/src/LLVM/test/CodeGen/X86/2011-03-02-DAGCombiner.ll b/third_party/LLVM/test/CodeGen/X86/2011-03-02-DAGCombiner.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2011-03-02-DAGCombiner.ll
rename to third_party/LLVM/test/CodeGen/X86/2011-03-02-DAGCombiner.ll
diff --git a/src/LLVM/test/CodeGen/X86/2011-03-08-Sched-crash.ll b/third_party/LLVM/test/CodeGen/X86/2011-03-08-Sched-crash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2011-03-08-Sched-crash.ll
rename to third_party/LLVM/test/CodeGen/X86/2011-03-08-Sched-crash.ll
diff --git a/src/LLVM/test/CodeGen/X86/2011-03-09-Physreg-Coalescing.ll b/third_party/LLVM/test/CodeGen/X86/2011-03-09-Physreg-Coalescing.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2011-03-09-Physreg-Coalescing.ll
rename to third_party/LLVM/test/CodeGen/X86/2011-03-09-Physreg-Coalescing.ll
diff --git a/src/LLVM/test/CodeGen/X86/2011-03-30-CreateFixedObjCrash.ll b/third_party/LLVM/test/CodeGen/X86/2011-03-30-CreateFixedObjCrash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2011-03-30-CreateFixedObjCrash.ll
rename to third_party/LLVM/test/CodeGen/X86/2011-03-30-CreateFixedObjCrash.ll
diff --git a/src/LLVM/test/CodeGen/X86/2011-04-13-SchedCmpJmp.ll b/third_party/LLVM/test/CodeGen/X86/2011-04-13-SchedCmpJmp.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2011-04-13-SchedCmpJmp.ll
rename to third_party/LLVM/test/CodeGen/X86/2011-04-13-SchedCmpJmp.ll
diff --git a/src/LLVM/test/CodeGen/X86/2011-05-09-loaduse.ll b/third_party/LLVM/test/CodeGen/X86/2011-05-09-loaduse.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2011-05-09-loaduse.ll
rename to third_party/LLVM/test/CodeGen/X86/2011-05-09-loaduse.ll
diff --git a/src/LLVM/test/CodeGen/X86/2011-05-26-UnreachableBlockElim.ll b/third_party/LLVM/test/CodeGen/X86/2011-05-26-UnreachableBlockElim.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2011-05-26-UnreachableBlockElim.ll
rename to third_party/LLVM/test/CodeGen/X86/2011-05-26-UnreachableBlockElim.ll
diff --git a/src/LLVM/test/CodeGen/X86/2011-05-27-CrossClassCoalescing.ll b/third_party/LLVM/test/CodeGen/X86/2011-05-27-CrossClassCoalescing.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2011-05-27-CrossClassCoalescing.ll
rename to third_party/LLVM/test/CodeGen/X86/2011-05-27-CrossClassCoalescing.ll
diff --git a/src/LLVM/test/CodeGen/X86/2011-06-01-fildll.ll b/third_party/LLVM/test/CodeGen/X86/2011-06-01-fildll.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2011-06-01-fildll.ll
rename to third_party/LLVM/test/CodeGen/X86/2011-06-01-fildll.ll
diff --git a/src/LLVM/test/CodeGen/X86/2011-06-03-x87chain.ll b/third_party/LLVM/test/CodeGen/X86/2011-06-03-x87chain.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2011-06-03-x87chain.ll
rename to third_party/LLVM/test/CodeGen/X86/2011-06-03-x87chain.ll
diff --git a/src/LLVM/test/CodeGen/X86/2011-06-06-fgetsign80bit.ll b/third_party/LLVM/test/CodeGen/X86/2011-06-06-fgetsign80bit.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2011-06-06-fgetsign80bit.ll
rename to third_party/LLVM/test/CodeGen/X86/2011-06-06-fgetsign80bit.ll
diff --git a/src/LLVM/test/CodeGen/X86/2011-06-12-FastAllocSpill.ll b/third_party/LLVM/test/CodeGen/X86/2011-06-12-FastAllocSpill.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2011-06-12-FastAllocSpill.ll
rename to third_party/LLVM/test/CodeGen/X86/2011-06-12-FastAllocSpill.ll
diff --git a/src/LLVM/test/CodeGen/X86/2011-06-14-PreschedRegalias.ll b/third_party/LLVM/test/CodeGen/X86/2011-06-14-PreschedRegalias.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2011-06-14-PreschedRegalias.ll
rename to third_party/LLVM/test/CodeGen/X86/2011-06-14-PreschedRegalias.ll
diff --git a/src/LLVM/test/CodeGen/X86/2011-06-14-mmx-inlineasm.ll b/third_party/LLVM/test/CodeGen/X86/2011-06-14-mmx-inlineasm.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2011-06-14-mmx-inlineasm.ll
rename to third_party/LLVM/test/CodeGen/X86/2011-06-14-mmx-inlineasm.ll
diff --git a/src/LLVM/test/CodeGen/X86/2011-06-19-QuicksortCoalescerBug.ll b/third_party/LLVM/test/CodeGen/X86/2011-06-19-QuicksortCoalescerBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2011-06-19-QuicksortCoalescerBug.ll
rename to third_party/LLVM/test/CodeGen/X86/2011-06-19-QuicksortCoalescerBug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2011-07-13-BadFrameIndexDisplacement.ll b/third_party/LLVM/test/CodeGen/X86/2011-07-13-BadFrameIndexDisplacement.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2011-07-13-BadFrameIndexDisplacement.ll
rename to third_party/LLVM/test/CodeGen/X86/2011-07-13-BadFrameIndexDisplacement.ll
diff --git a/src/LLVM/test/CodeGen/X86/2011-08-23-PerformSubCombine128.ll b/third_party/LLVM/test/CodeGen/X86/2011-08-23-PerformSubCombine128.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2011-08-23-PerformSubCombine128.ll
rename to third_party/LLVM/test/CodeGen/X86/2011-08-23-PerformSubCombine128.ll
diff --git a/src/LLVM/test/CodeGen/X86/2011-08-23-Trampoline.ll b/third_party/LLVM/test/CodeGen/X86/2011-08-23-Trampoline.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2011-08-23-Trampoline.ll
rename to third_party/LLVM/test/CodeGen/X86/2011-08-23-Trampoline.ll
diff --git a/src/LLVM/test/CodeGen/X86/2011-08-29-BlockConstant.ll b/third_party/LLVM/test/CodeGen/X86/2011-08-29-BlockConstant.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2011-08-29-BlockConstant.ll
rename to third_party/LLVM/test/CodeGen/X86/2011-08-29-BlockConstant.ll
diff --git a/src/LLVM/test/CodeGen/X86/2011-08-29-InitOrder.ll b/third_party/LLVM/test/CodeGen/X86/2011-08-29-InitOrder.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2011-08-29-InitOrder.ll
rename to third_party/LLVM/test/CodeGen/X86/2011-08-29-InitOrder.ll
diff --git a/src/LLVM/test/CodeGen/X86/2011-09-14-valcoalesce.ll b/third_party/LLVM/test/CodeGen/X86/2011-09-14-valcoalesce.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2011-09-14-valcoalesce.ll
rename to third_party/LLVM/test/CodeGen/X86/2011-09-14-valcoalesce.ll
diff --git a/src/LLVM/test/CodeGen/X86/2011-09-18-sse2cmp.ll b/third_party/LLVM/test/CodeGen/X86/2011-09-18-sse2cmp.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2011-09-18-sse2cmp.ll
rename to third_party/LLVM/test/CodeGen/X86/2011-09-18-sse2cmp.ll
diff --git a/src/LLVM/test/CodeGen/X86/2011-09-21-setcc-bug.ll b/third_party/LLVM/test/CodeGen/X86/2011-09-21-setcc-bug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2011-09-21-setcc-bug.ll
rename to third_party/LLVM/test/CodeGen/X86/2011-09-21-setcc-bug.ll
diff --git a/src/LLVM/test/CodeGen/X86/2011-10-11-SpillDead.ll b/third_party/LLVM/test/CodeGen/X86/2011-10-11-SpillDead.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2011-10-11-SpillDead.ll
rename to third_party/LLVM/test/CodeGen/X86/2011-10-11-SpillDead.ll
diff --git a/src/LLVM/test/CodeGen/X86/2011-10-11-srl.ll b/third_party/LLVM/test/CodeGen/X86/2011-10-11-srl.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2011-10-11-srl.ll
rename to third_party/LLVM/test/CodeGen/X86/2011-10-11-srl.ll
diff --git a/src/LLVM/test/CodeGen/X86/2011-10-12-MachineCSE.ll b/third_party/LLVM/test/CodeGen/X86/2011-10-12-MachineCSE.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/2011-10-12-MachineCSE.ll
rename to third_party/LLVM/test/CodeGen/X86/2011-10-12-MachineCSE.ll
diff --git a/src/LLVM/test/CodeGen/X86/3addr-16bit.ll b/third_party/LLVM/test/CodeGen/X86/3addr-16bit.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/3addr-16bit.ll
rename to third_party/LLVM/test/CodeGen/X86/3addr-16bit.ll
diff --git a/src/LLVM/test/CodeGen/X86/3addr-or.ll b/third_party/LLVM/test/CodeGen/X86/3addr-or.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/3addr-or.ll
rename to third_party/LLVM/test/CodeGen/X86/3addr-or.ll
diff --git a/src/LLVM/test/CodeGen/X86/3dnow-intrinsics.ll b/third_party/LLVM/test/CodeGen/X86/3dnow-intrinsics.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/3dnow-intrinsics.ll
rename to third_party/LLVM/test/CodeGen/X86/3dnow-intrinsics.ll
diff --git a/src/LLVM/test/CodeGen/X86/4char-promote.ll b/third_party/LLVM/test/CodeGen/X86/4char-promote.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/4char-promote.ll
rename to third_party/LLVM/test/CodeGen/X86/4char-promote.ll
diff --git a/src/LLVM/test/CodeGen/X86/9601.ll b/third_party/LLVM/test/CodeGen/X86/9601.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/9601.ll
rename to third_party/LLVM/test/CodeGen/X86/9601.ll
diff --git a/src/LLVM/test/CodeGen/X86/Atomics-64.ll b/third_party/LLVM/test/CodeGen/X86/Atomics-64.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/Atomics-64.ll
rename to third_party/LLVM/test/CodeGen/X86/Atomics-64.ll
diff --git a/src/LLVM/test/CodeGen/X86/GC/alloc_loop.ll b/third_party/LLVM/test/CodeGen/X86/GC/alloc_loop.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/GC/alloc_loop.ll
rename to third_party/LLVM/test/CodeGen/X86/GC/alloc_loop.ll
diff --git a/src/LLVM/test/CodeGen/X86/GC/argpromotion.ll b/third_party/LLVM/test/CodeGen/X86/GC/argpromotion.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/GC/argpromotion.ll
rename to third_party/LLVM/test/CodeGen/X86/GC/argpromotion.ll
diff --git a/src/LLVM/test/CodeGen/X86/GC/badreadproto.ll b/third_party/LLVM/test/CodeGen/X86/GC/badreadproto.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/GC/badreadproto.ll
rename to third_party/LLVM/test/CodeGen/X86/GC/badreadproto.ll
diff --git a/src/LLVM/test/CodeGen/X86/GC/badrootproto.ll b/third_party/LLVM/test/CodeGen/X86/GC/badrootproto.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/GC/badrootproto.ll
rename to third_party/LLVM/test/CodeGen/X86/GC/badrootproto.ll
diff --git a/src/LLVM/test/CodeGen/X86/GC/badwriteproto.ll b/third_party/LLVM/test/CodeGen/X86/GC/badwriteproto.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/GC/badwriteproto.ll
rename to third_party/LLVM/test/CodeGen/X86/GC/badwriteproto.ll
diff --git a/src/LLVM/test/CodeGen/X86/GC/deadargelim.ll b/third_party/LLVM/test/CodeGen/X86/GC/deadargelim.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/GC/deadargelim.ll
rename to third_party/LLVM/test/CodeGen/X86/GC/deadargelim.ll
diff --git a/src/LLVM/test/CodeGen/X86/GC/dg.exp b/third_party/LLVM/test/CodeGen/X86/GC/dg.exp
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/GC/dg.exp
rename to third_party/LLVM/test/CodeGen/X86/GC/dg.exp
diff --git a/src/LLVM/test/CodeGen/X86/GC/fat.ll b/third_party/LLVM/test/CodeGen/X86/GC/fat.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/GC/fat.ll
rename to third_party/LLVM/test/CodeGen/X86/GC/fat.ll
diff --git a/src/LLVM/test/CodeGen/X86/GC/inline.ll b/third_party/LLVM/test/CodeGen/X86/GC/inline.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/GC/inline.ll
rename to third_party/LLVM/test/CodeGen/X86/GC/inline.ll
diff --git a/src/LLVM/test/CodeGen/X86/GC/inline2.ll b/third_party/LLVM/test/CodeGen/X86/GC/inline2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/GC/inline2.ll
rename to third_party/LLVM/test/CodeGen/X86/GC/inline2.ll
diff --git a/src/LLVM/test/CodeGen/X86/GC/lower_gcroot.ll b/third_party/LLVM/test/CodeGen/X86/GC/lower_gcroot.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/GC/lower_gcroot.ll
rename to third_party/LLVM/test/CodeGen/X86/GC/lower_gcroot.ll
diff --git a/src/LLVM/test/CodeGen/X86/GC/outside.ll b/third_party/LLVM/test/CodeGen/X86/GC/outside.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/GC/outside.ll
rename to third_party/LLVM/test/CodeGen/X86/GC/outside.ll
diff --git a/src/LLVM/test/CodeGen/X86/MachineSink-CritEdge.ll b/third_party/LLVM/test/CodeGen/X86/MachineSink-CritEdge.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/MachineSink-CritEdge.ll
rename to third_party/LLVM/test/CodeGen/X86/MachineSink-CritEdge.ll
diff --git a/src/LLVM/test/CodeGen/X86/MachineSink-DbgValue.ll b/third_party/LLVM/test/CodeGen/X86/MachineSink-DbgValue.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/MachineSink-DbgValue.ll
rename to third_party/LLVM/test/CodeGen/X86/MachineSink-DbgValue.ll
diff --git a/src/LLVM/test/CodeGen/X86/MachineSink-PHIUse.ll b/third_party/LLVM/test/CodeGen/X86/MachineSink-PHIUse.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/MachineSink-PHIUse.ll
rename to third_party/LLVM/test/CodeGen/X86/MachineSink-PHIUse.ll
diff --git a/src/LLVM/test/CodeGen/X86/MachineSink-eflags.ll b/third_party/LLVM/test/CodeGen/X86/MachineSink-eflags.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/MachineSink-eflags.ll
rename to third_party/LLVM/test/CodeGen/X86/MachineSink-eflags.ll
diff --git a/src/LLVM/test/CodeGen/X86/SwitchLowering.ll b/third_party/LLVM/test/CodeGen/X86/SwitchLowering.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/SwitchLowering.ll
rename to third_party/LLVM/test/CodeGen/X86/SwitchLowering.ll
diff --git a/src/LLVM/test/CodeGen/X86/abi-isel.ll b/third_party/LLVM/test/CodeGen/X86/abi-isel.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/abi-isel.ll
rename to third_party/LLVM/test/CodeGen/X86/abi-isel.ll
diff --git a/src/LLVM/test/CodeGen/X86/add-of-carry.ll b/third_party/LLVM/test/CodeGen/X86/add-of-carry.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/add-of-carry.ll
rename to third_party/LLVM/test/CodeGen/X86/add-of-carry.ll
diff --git a/src/LLVM/test/CodeGen/X86/add.ll b/third_party/LLVM/test/CodeGen/X86/add.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/add.ll
rename to third_party/LLVM/test/CodeGen/X86/add.ll
diff --git a/src/LLVM/test/CodeGen/X86/adde-carry.ll b/third_party/LLVM/test/CodeGen/X86/adde-carry.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/adde-carry.ll
rename to third_party/LLVM/test/CodeGen/X86/adde-carry.ll
diff --git a/src/LLVM/test/CodeGen/X86/addr-label-difference.ll b/third_party/LLVM/test/CodeGen/X86/addr-label-difference.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/addr-label-difference.ll
rename to third_party/LLVM/test/CodeGen/X86/addr-label-difference.ll
diff --git a/src/LLVM/test/CodeGen/X86/aliases.ll b/third_party/LLVM/test/CodeGen/X86/aliases.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/aliases.ll
rename to third_party/LLVM/test/CodeGen/X86/aliases.ll
diff --git a/src/LLVM/test/CodeGen/X86/aligned-comm.ll b/third_party/LLVM/test/CodeGen/X86/aligned-comm.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/aligned-comm.ll
rename to third_party/LLVM/test/CodeGen/X86/aligned-comm.ll
diff --git a/src/LLVM/test/CodeGen/X86/alignment-2.ll b/third_party/LLVM/test/CodeGen/X86/alignment-2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/alignment-2.ll
rename to third_party/LLVM/test/CodeGen/X86/alignment-2.ll
diff --git a/src/LLVM/test/CodeGen/X86/alignment.ll b/third_party/LLVM/test/CodeGen/X86/alignment.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/alignment.ll
rename to third_party/LLVM/test/CodeGen/X86/alignment.ll
diff --git a/src/LLVM/test/CodeGen/X86/all-ones-vector.ll b/third_party/LLVM/test/CodeGen/X86/all-ones-vector.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/all-ones-vector.ll
rename to third_party/LLVM/test/CodeGen/X86/all-ones-vector.ll
diff --git a/src/LLVM/test/CodeGen/X86/alldiv-divdi3.ll b/third_party/LLVM/test/CodeGen/X86/alldiv-divdi3.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/alldiv-divdi3.ll
rename to third_party/LLVM/test/CodeGen/X86/alldiv-divdi3.ll
diff --git a/src/LLVM/test/CodeGen/X86/alloca-align-rounding-32.ll b/third_party/LLVM/test/CodeGen/X86/alloca-align-rounding-32.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/alloca-align-rounding-32.ll
rename to third_party/LLVM/test/CodeGen/X86/alloca-align-rounding-32.ll
diff --git a/src/LLVM/test/CodeGen/X86/alloca-align-rounding.ll b/third_party/LLVM/test/CodeGen/X86/alloca-align-rounding.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/alloca-align-rounding.ll
rename to third_party/LLVM/test/CodeGen/X86/alloca-align-rounding.ll
diff --git a/src/LLVM/test/CodeGen/X86/allrem-moddi3.ll b/third_party/LLVM/test/CodeGen/X86/allrem-moddi3.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/allrem-moddi3.ll
rename to third_party/LLVM/test/CodeGen/X86/allrem-moddi3.ll
diff --git a/src/LLVM/test/CodeGen/X86/and-or-fold.ll b/third_party/LLVM/test/CodeGen/X86/and-or-fold.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/and-or-fold.ll
rename to third_party/LLVM/test/CodeGen/X86/and-or-fold.ll
diff --git a/src/LLVM/test/CodeGen/X86/and-su.ll b/third_party/LLVM/test/CodeGen/X86/and-su.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/and-su.ll
rename to third_party/LLVM/test/CodeGen/X86/and-su.ll
diff --git a/src/LLVM/test/CodeGen/X86/andimm8.ll b/third_party/LLVM/test/CodeGen/X86/andimm8.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/andimm8.ll
rename to third_party/LLVM/test/CodeGen/X86/andimm8.ll
diff --git a/src/LLVM/test/CodeGen/X86/anyext.ll b/third_party/LLVM/test/CodeGen/X86/anyext.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/anyext.ll
rename to third_party/LLVM/test/CodeGen/X86/anyext.ll
diff --git a/src/LLVM/test/CodeGen/X86/apm.ll b/third_party/LLVM/test/CodeGen/X86/apm.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/apm.ll
rename to third_party/LLVM/test/CodeGen/X86/apm.ll
diff --git a/src/LLVM/test/CodeGen/X86/arg-cast.ll b/third_party/LLVM/test/CodeGen/X86/arg-cast.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/arg-cast.ll
rename to third_party/LLVM/test/CodeGen/X86/arg-cast.ll
diff --git a/src/LLVM/test/CodeGen/X86/asm-block-labels.ll b/third_party/LLVM/test/CodeGen/X86/asm-block-labels.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/asm-block-labels.ll
rename to third_party/LLVM/test/CodeGen/X86/asm-block-labels.ll
diff --git a/src/LLVM/test/CodeGen/X86/asm-global-imm.ll b/third_party/LLVM/test/CodeGen/X86/asm-global-imm.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/asm-global-imm.ll
rename to third_party/LLVM/test/CodeGen/X86/asm-global-imm.ll
diff --git a/src/LLVM/test/CodeGen/X86/asm-indirect-mem.ll b/third_party/LLVM/test/CodeGen/X86/asm-indirect-mem.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/asm-indirect-mem.ll
rename to third_party/LLVM/test/CodeGen/X86/asm-indirect-mem.ll
diff --git a/src/LLVM/test/CodeGen/X86/asm-label.ll b/third_party/LLVM/test/CodeGen/X86/asm-label.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/asm-label.ll
rename to third_party/LLVM/test/CodeGen/X86/asm-label.ll
diff --git a/src/LLVM/test/CodeGen/X86/asm-label2.ll b/third_party/LLVM/test/CodeGen/X86/asm-label2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/asm-label2.ll
rename to third_party/LLVM/test/CodeGen/X86/asm-label2.ll
diff --git a/src/LLVM/test/CodeGen/X86/asm-modifier-P.ll b/third_party/LLVM/test/CodeGen/X86/asm-modifier-P.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/asm-modifier-P.ll
rename to third_party/LLVM/test/CodeGen/X86/asm-modifier-P.ll
diff --git a/src/LLVM/test/CodeGen/X86/asm-modifier.ll b/third_party/LLVM/test/CodeGen/X86/asm-modifier.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/asm-modifier.ll
rename to third_party/LLVM/test/CodeGen/X86/asm-modifier.ll
diff --git a/src/LLVM/test/CodeGen/X86/atomic-load-store-wide.ll b/third_party/LLVM/test/CodeGen/X86/atomic-load-store-wide.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/atomic-load-store-wide.ll
rename to third_party/LLVM/test/CodeGen/X86/atomic-load-store-wide.ll
diff --git a/src/LLVM/test/CodeGen/X86/atomic-load-store.ll b/third_party/LLVM/test/CodeGen/X86/atomic-load-store.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/atomic-load-store.ll
rename to third_party/LLVM/test/CodeGen/X86/atomic-load-store.ll
diff --git a/src/LLVM/test/CodeGen/X86/atomic-or.ll b/third_party/LLVM/test/CodeGen/X86/atomic-or.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/atomic-or.ll
rename to third_party/LLVM/test/CodeGen/X86/atomic-or.ll
diff --git a/src/LLVM/test/CodeGen/X86/atomic_add.ll b/third_party/LLVM/test/CodeGen/X86/atomic_add.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/atomic_add.ll
rename to third_party/LLVM/test/CodeGen/X86/atomic_add.ll
diff --git a/src/LLVM/test/CodeGen/X86/atomic_op.ll b/third_party/LLVM/test/CodeGen/X86/atomic_op.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/atomic_op.ll
rename to third_party/LLVM/test/CodeGen/X86/atomic_op.ll
diff --git a/src/LLVM/test/CodeGen/X86/attribute-sections.ll b/third_party/LLVM/test/CodeGen/X86/attribute-sections.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/attribute-sections.ll
rename to third_party/LLVM/test/CodeGen/X86/attribute-sections.ll
diff --git a/src/LLVM/test/CodeGen/X86/avoid-lea-scale2.ll b/third_party/LLVM/test/CodeGen/X86/avoid-lea-scale2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/avoid-lea-scale2.ll
rename to third_party/LLVM/test/CodeGen/X86/avoid-lea-scale2.ll
diff --git a/src/LLVM/test/CodeGen/X86/avoid-loop-align-2.ll b/third_party/LLVM/test/CodeGen/X86/avoid-loop-align-2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/avoid-loop-align-2.ll
rename to third_party/LLVM/test/CodeGen/X86/avoid-loop-align-2.ll
diff --git a/src/LLVM/test/CodeGen/X86/avoid-loop-align.ll b/third_party/LLVM/test/CodeGen/X86/avoid-loop-align.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/avoid-loop-align.ll
rename to third_party/LLVM/test/CodeGen/X86/avoid-loop-align.ll
diff --git a/src/LLVM/test/CodeGen/X86/avx-arith.ll b/third_party/LLVM/test/CodeGen/X86/avx-arith.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/avx-arith.ll
rename to third_party/LLVM/test/CodeGen/X86/avx-arith.ll
diff --git a/src/LLVM/test/CodeGen/X86/avx-basic.ll b/third_party/LLVM/test/CodeGen/X86/avx-basic.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/avx-basic.ll
rename to third_party/LLVM/test/CodeGen/X86/avx-basic.ll
diff --git a/src/LLVM/test/CodeGen/X86/avx-bitcast.ll b/third_party/LLVM/test/CodeGen/X86/avx-bitcast.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/avx-bitcast.ll
rename to third_party/LLVM/test/CodeGen/X86/avx-bitcast.ll
diff --git a/src/LLVM/test/CodeGen/X86/avx-blend.ll b/third_party/LLVM/test/CodeGen/X86/avx-blend.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/avx-blend.ll
rename to third_party/LLVM/test/CodeGen/X86/avx-blend.ll
diff --git a/src/LLVM/test/CodeGen/X86/avx-cast.ll b/third_party/LLVM/test/CodeGen/X86/avx-cast.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/avx-cast.ll
rename to third_party/LLVM/test/CodeGen/X86/avx-cast.ll
diff --git a/src/LLVM/test/CodeGen/X86/avx-cmp.ll b/third_party/LLVM/test/CodeGen/X86/avx-cmp.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/avx-cmp.ll
rename to third_party/LLVM/test/CodeGen/X86/avx-cmp.ll
diff --git a/src/LLVM/test/CodeGen/X86/avx-cvt.ll b/third_party/LLVM/test/CodeGen/X86/avx-cvt.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/avx-cvt.ll
rename to third_party/LLVM/test/CodeGen/X86/avx-cvt.ll
diff --git a/src/LLVM/test/CodeGen/X86/avx-intrinsics-x86.ll b/third_party/LLVM/test/CodeGen/X86/avx-intrinsics-x86.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/avx-intrinsics-x86.ll
rename to third_party/LLVM/test/CodeGen/X86/avx-intrinsics-x86.ll
diff --git a/src/LLVM/test/CodeGen/X86/avx-intrinsics-x86_64.ll b/third_party/LLVM/test/CodeGen/X86/avx-intrinsics-x86_64.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/avx-intrinsics-x86_64.ll
rename to third_party/LLVM/test/CodeGen/X86/avx-intrinsics-x86_64.ll
diff --git a/src/LLVM/test/CodeGen/X86/avx-load-store.ll b/third_party/LLVM/test/CodeGen/X86/avx-load-store.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/avx-load-store.ll
rename to third_party/LLVM/test/CodeGen/X86/avx-load-store.ll
diff --git a/src/LLVM/test/CodeGen/X86/avx-logic.ll b/third_party/LLVM/test/CodeGen/X86/avx-logic.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/avx-logic.ll
rename to third_party/LLVM/test/CodeGen/X86/avx-logic.ll
diff --git a/src/LLVM/test/CodeGen/X86/avx-minmax.ll b/third_party/LLVM/test/CodeGen/X86/avx-minmax.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/avx-minmax.ll
rename to third_party/LLVM/test/CodeGen/X86/avx-minmax.ll
diff --git a/src/LLVM/test/CodeGen/X86/avx-movdup.ll b/third_party/LLVM/test/CodeGen/X86/avx-movdup.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/avx-movdup.ll
rename to third_party/LLVM/test/CodeGen/X86/avx-movdup.ll
diff --git a/src/LLVM/test/CodeGen/X86/avx-select.ll b/third_party/LLVM/test/CodeGen/X86/avx-select.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/avx-select.ll
rename to third_party/LLVM/test/CodeGen/X86/avx-select.ll
diff --git a/src/LLVM/test/CodeGen/X86/avx-shift.ll b/third_party/LLVM/test/CodeGen/X86/avx-shift.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/avx-shift.ll
rename to third_party/LLVM/test/CodeGen/X86/avx-shift.ll
diff --git a/src/LLVM/test/CodeGen/X86/avx-shuffle.ll b/third_party/LLVM/test/CodeGen/X86/avx-shuffle.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/avx-shuffle.ll
rename to third_party/LLVM/test/CodeGen/X86/avx-shuffle.ll
diff --git a/src/LLVM/test/CodeGen/X86/avx-splat.ll b/third_party/LLVM/test/CodeGen/X86/avx-splat.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/avx-splat.ll
rename to third_party/LLVM/test/CodeGen/X86/avx-splat.ll
diff --git a/src/LLVM/test/CodeGen/X86/avx-unpack.ll b/third_party/LLVM/test/CodeGen/X86/avx-unpack.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/avx-unpack.ll
rename to third_party/LLVM/test/CodeGen/X86/avx-unpack.ll
diff --git a/src/LLVM/test/CodeGen/X86/avx-vbroadcast.ll b/third_party/LLVM/test/CodeGen/X86/avx-vbroadcast.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/avx-vbroadcast.ll
rename to third_party/LLVM/test/CodeGen/X86/avx-vbroadcast.ll
diff --git a/src/LLVM/test/CodeGen/X86/avx-vextractf128.ll b/third_party/LLVM/test/CodeGen/X86/avx-vextractf128.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/avx-vextractf128.ll
rename to third_party/LLVM/test/CodeGen/X86/avx-vextractf128.ll
diff --git a/src/LLVM/test/CodeGen/X86/avx-vinsertf128.ll b/third_party/LLVM/test/CodeGen/X86/avx-vinsertf128.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/avx-vinsertf128.ll
rename to third_party/LLVM/test/CodeGen/X86/avx-vinsertf128.ll
diff --git a/src/LLVM/test/CodeGen/X86/avx-vmovddup.ll b/third_party/LLVM/test/CodeGen/X86/avx-vmovddup.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/avx-vmovddup.ll
rename to third_party/LLVM/test/CodeGen/X86/avx-vmovddup.ll
diff --git a/src/LLVM/test/CodeGen/X86/avx-vperm2f128.ll b/third_party/LLVM/test/CodeGen/X86/avx-vperm2f128.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/avx-vperm2f128.ll
rename to third_party/LLVM/test/CodeGen/X86/avx-vperm2f128.ll
diff --git a/src/LLVM/test/CodeGen/X86/avx-vpermil.ll b/third_party/LLVM/test/CodeGen/X86/avx-vpermil.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/avx-vpermil.ll
rename to third_party/LLVM/test/CodeGen/X86/avx-vpermil.ll
diff --git a/src/LLVM/test/CodeGen/X86/avx-vshufp.ll b/third_party/LLVM/test/CodeGen/X86/avx-vshufp.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/avx-vshufp.ll
rename to third_party/LLVM/test/CodeGen/X86/avx-vshufp.ll
diff --git a/src/LLVM/test/CodeGen/X86/avx-vzeroupper.ll b/third_party/LLVM/test/CodeGen/X86/avx-vzeroupper.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/avx-vzeroupper.ll
rename to third_party/LLVM/test/CodeGen/X86/avx-vzeroupper.ll
diff --git a/src/LLVM/test/CodeGen/X86/barrier-sse.ll b/third_party/LLVM/test/CodeGen/X86/barrier-sse.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/barrier-sse.ll
rename to third_party/LLVM/test/CodeGen/X86/barrier-sse.ll
diff --git a/src/LLVM/test/CodeGen/X86/barrier.ll b/third_party/LLVM/test/CodeGen/X86/barrier.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/barrier.ll
rename to third_party/LLVM/test/CodeGen/X86/barrier.ll
diff --git a/src/LLVM/test/CodeGen/X86/basic-promote-integers.ll b/third_party/LLVM/test/CodeGen/X86/basic-promote-integers.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/basic-promote-integers.ll
rename to third_party/LLVM/test/CodeGen/X86/basic-promote-integers.ll
diff --git a/src/LLVM/test/CodeGen/X86/bc-extract.ll b/third_party/LLVM/test/CodeGen/X86/bc-extract.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/bc-extract.ll
rename to third_party/LLVM/test/CodeGen/X86/bc-extract.ll
diff --git a/src/LLVM/test/CodeGen/X86/bigstructret.ll b/third_party/LLVM/test/CodeGen/X86/bigstructret.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/bigstructret.ll
rename to third_party/LLVM/test/CodeGen/X86/bigstructret.ll
diff --git a/src/LLVM/test/CodeGen/X86/bigstructret2.ll b/third_party/LLVM/test/CodeGen/X86/bigstructret2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/bigstructret2.ll
rename to third_party/LLVM/test/CodeGen/X86/bigstructret2.ll
diff --git a/src/LLVM/test/CodeGen/X86/bit-test-shift.ll b/third_party/LLVM/test/CodeGen/X86/bit-test-shift.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/bit-test-shift.ll
rename to third_party/LLVM/test/CodeGen/X86/bit-test-shift.ll
diff --git a/src/LLVM/test/CodeGen/X86/bitcast-int-to-vector.ll b/third_party/LLVM/test/CodeGen/X86/bitcast-int-to-vector.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/bitcast-int-to-vector.ll
rename to third_party/LLVM/test/CodeGen/X86/bitcast-int-to-vector.ll
diff --git a/src/LLVM/test/CodeGen/X86/bitcast.ll b/third_party/LLVM/test/CodeGen/X86/bitcast.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/bitcast.ll
rename to third_party/LLVM/test/CodeGen/X86/bitcast.ll
diff --git a/src/LLVM/test/CodeGen/X86/bitcast2.ll b/third_party/LLVM/test/CodeGen/X86/bitcast2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/bitcast2.ll
rename to third_party/LLVM/test/CodeGen/X86/bitcast2.ll
diff --git a/src/LLVM/test/CodeGen/X86/bmi.ll b/third_party/LLVM/test/CodeGen/X86/bmi.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/bmi.ll
rename to third_party/LLVM/test/CodeGen/X86/bmi.ll
diff --git a/src/LLVM/test/CodeGen/X86/bool-zext.ll b/third_party/LLVM/test/CodeGen/X86/bool-zext.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/bool-zext.ll
rename to third_party/LLVM/test/CodeGen/X86/bool-zext.ll
diff --git a/src/LLVM/test/CodeGen/X86/br-fold.ll b/third_party/LLVM/test/CodeGen/X86/br-fold.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/br-fold.ll
rename to third_party/LLVM/test/CodeGen/X86/br-fold.ll
diff --git a/src/LLVM/test/CodeGen/X86/brcond.ll b/third_party/LLVM/test/CodeGen/X86/brcond.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/brcond.ll
rename to third_party/LLVM/test/CodeGen/X86/brcond.ll
diff --git a/src/LLVM/test/CodeGen/X86/break-anti-dependencies.ll b/third_party/LLVM/test/CodeGen/X86/break-anti-dependencies.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/break-anti-dependencies.ll
rename to third_party/LLVM/test/CodeGen/X86/break-anti-dependencies.ll
diff --git a/src/LLVM/test/CodeGen/X86/break-sse-dep.ll b/third_party/LLVM/test/CodeGen/X86/break-sse-dep.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/break-sse-dep.ll
rename to third_party/LLVM/test/CodeGen/X86/break-sse-dep.ll
diff --git a/src/LLVM/test/CodeGen/X86/bss_pagealigned.ll b/third_party/LLVM/test/CodeGen/X86/bss_pagealigned.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/bss_pagealigned.ll
rename to third_party/LLVM/test/CodeGen/X86/bss_pagealigned.ll
diff --git a/src/LLVM/test/CodeGen/X86/bswap-inline-asm.ll b/third_party/LLVM/test/CodeGen/X86/bswap-inline-asm.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/bswap-inline-asm.ll
rename to third_party/LLVM/test/CodeGen/X86/bswap-inline-asm.ll
diff --git a/src/LLVM/test/CodeGen/X86/bswap.ll b/third_party/LLVM/test/CodeGen/X86/bswap.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/bswap.ll
rename to third_party/LLVM/test/CodeGen/X86/bswap.ll
diff --git a/src/LLVM/test/CodeGen/X86/bt.ll b/third_party/LLVM/test/CodeGen/X86/bt.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/bt.ll
rename to third_party/LLVM/test/CodeGen/X86/bt.ll
diff --git a/src/LLVM/test/CodeGen/X86/byval-align.ll b/third_party/LLVM/test/CodeGen/X86/byval-align.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/byval-align.ll
rename to third_party/LLVM/test/CodeGen/X86/byval-align.ll
diff --git a/src/LLVM/test/CodeGen/X86/byval.ll b/third_party/LLVM/test/CodeGen/X86/byval.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/byval.ll
rename to third_party/LLVM/test/CodeGen/X86/byval.ll
diff --git a/src/LLVM/test/CodeGen/X86/byval2.ll b/third_party/LLVM/test/CodeGen/X86/byval2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/byval2.ll
rename to third_party/LLVM/test/CodeGen/X86/byval2.ll
diff --git a/src/LLVM/test/CodeGen/X86/byval3.ll b/third_party/LLVM/test/CodeGen/X86/byval3.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/byval3.ll
rename to third_party/LLVM/test/CodeGen/X86/byval3.ll
diff --git a/src/LLVM/test/CodeGen/X86/byval4.ll b/third_party/LLVM/test/CodeGen/X86/byval4.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/byval4.ll
rename to third_party/LLVM/test/CodeGen/X86/byval4.ll
diff --git a/src/LLVM/test/CodeGen/X86/byval5.ll b/third_party/LLVM/test/CodeGen/X86/byval5.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/byval5.ll
rename to third_party/LLVM/test/CodeGen/X86/byval5.ll
diff --git a/src/LLVM/test/CodeGen/X86/byval6.ll b/third_party/LLVM/test/CodeGen/X86/byval6.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/byval6.ll
rename to third_party/LLVM/test/CodeGen/X86/byval6.ll
diff --git a/src/LLVM/test/CodeGen/X86/byval7.ll b/third_party/LLVM/test/CodeGen/X86/byval7.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/byval7.ll
rename to third_party/LLVM/test/CodeGen/X86/byval7.ll
diff --git a/src/LLVM/test/CodeGen/X86/call-imm.ll b/third_party/LLVM/test/CodeGen/X86/call-imm.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/call-imm.ll
rename to third_party/LLVM/test/CodeGen/X86/call-imm.ll
diff --git a/src/LLVM/test/CodeGen/X86/call-push.ll b/third_party/LLVM/test/CodeGen/X86/call-push.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/call-push.ll
rename to third_party/LLVM/test/CodeGen/X86/call-push.ll
diff --git a/src/LLVM/test/CodeGen/X86/change-compare-stride-0.ll b/third_party/LLVM/test/CodeGen/X86/change-compare-stride-0.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/change-compare-stride-0.ll
rename to third_party/LLVM/test/CodeGen/X86/change-compare-stride-0.ll
diff --git a/src/LLVM/test/CodeGen/X86/change-compare-stride-1.ll b/third_party/LLVM/test/CodeGen/X86/change-compare-stride-1.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/change-compare-stride-1.ll
rename to third_party/LLVM/test/CodeGen/X86/change-compare-stride-1.ll
diff --git a/src/LLVM/test/CodeGen/X86/change-compare-stride-trickiness-0.ll b/third_party/LLVM/test/CodeGen/X86/change-compare-stride-trickiness-0.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/change-compare-stride-trickiness-0.ll
rename to third_party/LLVM/test/CodeGen/X86/change-compare-stride-trickiness-0.ll
diff --git a/src/LLVM/test/CodeGen/X86/change-compare-stride-trickiness-1.ll b/third_party/LLVM/test/CodeGen/X86/change-compare-stride-trickiness-1.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/change-compare-stride-trickiness-1.ll
rename to third_party/LLVM/test/CodeGen/X86/change-compare-stride-trickiness-1.ll
diff --git a/src/LLVM/test/CodeGen/X86/change-compare-stride-trickiness-2.ll b/third_party/LLVM/test/CodeGen/X86/change-compare-stride-trickiness-2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/change-compare-stride-trickiness-2.ll
rename to third_party/LLVM/test/CodeGen/X86/change-compare-stride-trickiness-2.ll
diff --git a/src/LLVM/test/CodeGen/X86/clz.ll b/third_party/LLVM/test/CodeGen/X86/clz.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/clz.ll
rename to third_party/LLVM/test/CodeGen/X86/clz.ll
diff --git a/src/LLVM/test/CodeGen/X86/cmov.ll b/third_party/LLVM/test/CodeGen/X86/cmov.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/cmov.ll
rename to third_party/LLVM/test/CodeGen/X86/cmov.ll
diff --git a/src/LLVM/test/CodeGen/X86/cmp.ll b/third_party/LLVM/test/CodeGen/X86/cmp.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/cmp.ll
rename to third_party/LLVM/test/CodeGen/X86/cmp.ll
diff --git a/src/LLVM/test/CodeGen/X86/cmpxchg16b.ll b/third_party/LLVM/test/CodeGen/X86/cmpxchg16b.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/cmpxchg16b.ll
rename to third_party/LLVM/test/CodeGen/X86/cmpxchg16b.ll
diff --git a/src/LLVM/test/CodeGen/X86/coalesce-esp.ll b/third_party/LLVM/test/CodeGen/X86/coalesce-esp.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/coalesce-esp.ll
rename to third_party/LLVM/test/CodeGen/X86/coalesce-esp.ll
diff --git a/src/LLVM/test/CodeGen/X86/coalescer-commute1.ll b/third_party/LLVM/test/CodeGen/X86/coalescer-commute1.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/coalescer-commute1.ll
rename to third_party/LLVM/test/CodeGen/X86/coalescer-commute1.ll
diff --git a/src/LLVM/test/CodeGen/X86/coalescer-commute2.ll b/third_party/LLVM/test/CodeGen/X86/coalescer-commute2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/coalescer-commute2.ll
rename to third_party/LLVM/test/CodeGen/X86/coalescer-commute2.ll
diff --git a/src/LLVM/test/CodeGen/X86/coalescer-commute3.ll b/third_party/LLVM/test/CodeGen/X86/coalescer-commute3.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/coalescer-commute3.ll
rename to third_party/LLVM/test/CodeGen/X86/coalescer-commute3.ll
diff --git a/src/LLVM/test/CodeGen/X86/coalescer-commute4.ll b/third_party/LLVM/test/CodeGen/X86/coalescer-commute4.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/coalescer-commute4.ll
rename to third_party/LLVM/test/CodeGen/X86/coalescer-commute4.ll
diff --git a/src/LLVM/test/CodeGen/X86/coalescer-commute5.ll b/third_party/LLVM/test/CodeGen/X86/coalescer-commute5.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/coalescer-commute5.ll
rename to third_party/LLVM/test/CodeGen/X86/coalescer-commute5.ll
diff --git a/src/LLVM/test/CodeGen/X86/coalescer-cross.ll b/third_party/LLVM/test/CodeGen/X86/coalescer-cross.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/coalescer-cross.ll
rename to third_party/LLVM/test/CodeGen/X86/coalescer-cross.ll
diff --git a/src/LLVM/test/CodeGen/X86/coalescer-dce.ll b/third_party/LLVM/test/CodeGen/X86/coalescer-dce.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/coalescer-dce.ll
rename to third_party/LLVM/test/CodeGen/X86/coalescer-dce.ll
diff --git a/src/LLVM/test/CodeGen/X86/coalescer-remat.ll b/third_party/LLVM/test/CodeGen/X86/coalescer-remat.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/coalescer-remat.ll
rename to third_party/LLVM/test/CodeGen/X86/coalescer-remat.ll
diff --git a/src/LLVM/test/CodeGen/X86/code_placement.ll b/third_party/LLVM/test/CodeGen/X86/code_placement.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/code_placement.ll
rename to third_party/LLVM/test/CodeGen/X86/code_placement.ll
diff --git a/src/LLVM/test/CodeGen/X86/code_placement_eh.ll b/third_party/LLVM/test/CodeGen/X86/code_placement_eh.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/code_placement_eh.ll
rename to third_party/LLVM/test/CodeGen/X86/code_placement_eh.ll
diff --git a/src/LLVM/test/CodeGen/X86/codegen-prepare-cast.ll b/third_party/LLVM/test/CodeGen/X86/codegen-prepare-cast.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/codegen-prepare-cast.ll
rename to third_party/LLVM/test/CodeGen/X86/codegen-prepare-cast.ll
diff --git a/src/LLVM/test/CodeGen/X86/codegen-prepare-extload.ll b/third_party/LLVM/test/CodeGen/X86/codegen-prepare-extload.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/codegen-prepare-extload.ll
rename to third_party/LLVM/test/CodeGen/X86/codegen-prepare-extload.ll
diff --git a/src/LLVM/test/CodeGen/X86/codemodel.ll b/third_party/LLVM/test/CodeGen/X86/codemodel.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/codemodel.ll
rename to third_party/LLVM/test/CodeGen/X86/codemodel.ll
diff --git a/src/LLVM/test/CodeGen/X86/combine-lds.ll b/third_party/LLVM/test/CodeGen/X86/combine-lds.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/combine-lds.ll
rename to third_party/LLVM/test/CodeGen/X86/combine-lds.ll
diff --git a/src/LLVM/test/CodeGen/X86/combiner-aa-0.ll b/third_party/LLVM/test/CodeGen/X86/combiner-aa-0.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/combiner-aa-0.ll
rename to third_party/LLVM/test/CodeGen/X86/combiner-aa-0.ll
diff --git a/src/LLVM/test/CodeGen/X86/combiner-aa-1.ll b/third_party/LLVM/test/CodeGen/X86/combiner-aa-1.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/combiner-aa-1.ll
rename to third_party/LLVM/test/CodeGen/X86/combiner-aa-1.ll
diff --git a/src/LLVM/test/CodeGen/X86/commute-intrinsic.ll b/third_party/LLVM/test/CodeGen/X86/commute-intrinsic.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/commute-intrinsic.ll
rename to third_party/LLVM/test/CodeGen/X86/commute-intrinsic.ll
diff --git a/src/LLVM/test/CodeGen/X86/commute-two-addr.ll b/third_party/LLVM/test/CodeGen/X86/commute-two-addr.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/commute-two-addr.ll
rename to third_party/LLVM/test/CodeGen/X86/commute-two-addr.ll
diff --git a/src/LLVM/test/CodeGen/X86/compare-add.ll b/third_party/LLVM/test/CodeGen/X86/compare-add.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/compare-add.ll
rename to third_party/LLVM/test/CodeGen/X86/compare-add.ll
diff --git a/src/LLVM/test/CodeGen/X86/compare-inf.ll b/third_party/LLVM/test/CodeGen/X86/compare-inf.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/compare-inf.ll
rename to third_party/LLVM/test/CodeGen/X86/compare-inf.ll
diff --git a/src/LLVM/test/CodeGen/X86/compare_folding.ll b/third_party/LLVM/test/CodeGen/X86/compare_folding.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/compare_folding.ll
rename to third_party/LLVM/test/CodeGen/X86/compare_folding.ll
diff --git a/src/LLVM/test/CodeGen/X86/compiler_used.ll b/third_party/LLVM/test/CodeGen/X86/compiler_used.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/compiler_used.ll
rename to third_party/LLVM/test/CodeGen/X86/compiler_used.ll
diff --git a/src/LLVM/test/CodeGen/X86/complex-asm.ll b/third_party/LLVM/test/CodeGen/X86/complex-asm.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/complex-asm.ll
rename to third_party/LLVM/test/CodeGen/X86/complex-asm.ll
diff --git a/src/LLVM/test/CodeGen/X86/complex-fca.ll b/third_party/LLVM/test/CodeGen/X86/complex-fca.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/complex-fca.ll
rename to third_party/LLVM/test/CodeGen/X86/complex-fca.ll
diff --git a/src/LLVM/test/CodeGen/X86/conditional-indecrement.ll b/third_party/LLVM/test/CodeGen/X86/conditional-indecrement.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/conditional-indecrement.ll
rename to third_party/LLVM/test/CodeGen/X86/conditional-indecrement.ll
diff --git a/src/LLVM/test/CodeGen/X86/constant-pool-remat-0.ll b/third_party/LLVM/test/CodeGen/X86/constant-pool-remat-0.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/constant-pool-remat-0.ll
rename to third_party/LLVM/test/CodeGen/X86/constant-pool-remat-0.ll
diff --git a/src/LLVM/test/CodeGen/X86/constant-pool-sharing.ll b/third_party/LLVM/test/CodeGen/X86/constant-pool-sharing.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/constant-pool-sharing.ll
rename to third_party/LLVM/test/CodeGen/X86/constant-pool-sharing.ll
diff --git a/src/LLVM/test/CodeGen/X86/constpool.ll b/third_party/LLVM/test/CodeGen/X86/constpool.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/constpool.ll
rename to third_party/LLVM/test/CodeGen/X86/constpool.ll
diff --git a/src/LLVM/test/CodeGen/X86/convert-2-addr-3-addr-inc64.ll b/third_party/LLVM/test/CodeGen/X86/convert-2-addr-3-addr-inc64.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/convert-2-addr-3-addr-inc64.ll
rename to third_party/LLVM/test/CodeGen/X86/convert-2-addr-3-addr-inc64.ll
diff --git a/src/LLVM/test/CodeGen/X86/copysign-zero.ll b/third_party/LLVM/test/CodeGen/X86/copysign-zero.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/copysign-zero.ll
rename to third_party/LLVM/test/CodeGen/X86/copysign-zero.ll
diff --git a/src/LLVM/test/CodeGen/X86/crash-O0.ll b/third_party/LLVM/test/CodeGen/X86/crash-O0.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/crash-O0.ll
rename to third_party/LLVM/test/CodeGen/X86/crash-O0.ll
diff --git a/src/LLVM/test/CodeGen/X86/crash-nosse.ll b/third_party/LLVM/test/CodeGen/X86/crash-nosse.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/crash-nosse.ll
rename to third_party/LLVM/test/CodeGen/X86/crash-nosse.ll
diff --git a/src/LLVM/test/CodeGen/X86/crash.ll b/third_party/LLVM/test/CodeGen/X86/crash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/crash.ll
rename to third_party/LLVM/test/CodeGen/X86/crash.ll
diff --git a/src/LLVM/test/CodeGen/X86/critical-edge-split-2.ll b/third_party/LLVM/test/CodeGen/X86/critical-edge-split-2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/critical-edge-split-2.ll
rename to third_party/LLVM/test/CodeGen/X86/critical-edge-split-2.ll
diff --git a/src/LLVM/test/CodeGen/X86/cstring.ll b/third_party/LLVM/test/CodeGen/X86/cstring.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/cstring.ll
rename to third_party/LLVM/test/CodeGen/X86/cstring.ll
diff --git a/src/LLVM/test/CodeGen/X86/ctpop-combine.ll b/third_party/LLVM/test/CodeGen/X86/ctpop-combine.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/ctpop-combine.ll
rename to third_party/LLVM/test/CodeGen/X86/ctpop-combine.ll
diff --git a/src/LLVM/test/CodeGen/X86/dag-rauw-cse.ll b/third_party/LLVM/test/CodeGen/X86/dag-rauw-cse.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/dag-rauw-cse.ll
rename to third_party/LLVM/test/CodeGen/X86/dag-rauw-cse.ll
diff --git a/src/LLVM/test/CodeGen/X86/dagcombine-buildvector.ll b/third_party/LLVM/test/CodeGen/X86/dagcombine-buildvector.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/dagcombine-buildvector.ll
rename to third_party/LLVM/test/CodeGen/X86/dagcombine-buildvector.ll
diff --git a/src/LLVM/test/CodeGen/X86/dagcombine-cse.ll b/third_party/LLVM/test/CodeGen/X86/dagcombine-cse.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/dagcombine-cse.ll
rename to third_party/LLVM/test/CodeGen/X86/dagcombine-cse.ll
diff --git a/src/LLVM/test/CodeGen/X86/darwin-bzero.ll b/third_party/LLVM/test/CodeGen/X86/darwin-bzero.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/darwin-bzero.ll
rename to third_party/LLVM/test/CodeGen/X86/darwin-bzero.ll
diff --git a/src/LLVM/test/CodeGen/X86/darwin-no-dead-strip.ll b/third_party/LLVM/test/CodeGen/X86/darwin-no-dead-strip.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/darwin-no-dead-strip.ll
rename to third_party/LLVM/test/CodeGen/X86/darwin-no-dead-strip.ll
diff --git a/src/LLVM/test/CodeGen/X86/darwin-quote.ll b/third_party/LLVM/test/CodeGen/X86/darwin-quote.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/darwin-quote.ll
rename to third_party/LLVM/test/CodeGen/X86/darwin-quote.ll
diff --git a/src/LLVM/test/CodeGen/X86/darwin-stub.ll b/third_party/LLVM/test/CodeGen/X86/darwin-stub.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/darwin-stub.ll
rename to third_party/LLVM/test/CodeGen/X86/darwin-stub.ll
diff --git a/src/LLVM/test/CodeGen/X86/dbg-at-specficiation.ll b/third_party/LLVM/test/CodeGen/X86/dbg-at-specficiation.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/dbg-at-specficiation.ll
rename to third_party/LLVM/test/CodeGen/X86/dbg-at-specficiation.ll
diff --git a/src/LLVM/test/CodeGen/X86/dbg-byval-parameter.ll b/third_party/LLVM/test/CodeGen/X86/dbg-byval-parameter.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/dbg-byval-parameter.ll
rename to third_party/LLVM/test/CodeGen/X86/dbg-byval-parameter.ll
diff --git a/src/LLVM/test/CodeGen/X86/dbg-const-int.ll b/third_party/LLVM/test/CodeGen/X86/dbg-const-int.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/dbg-const-int.ll
rename to third_party/LLVM/test/CodeGen/X86/dbg-const-int.ll
diff --git a/src/LLVM/test/CodeGen/X86/dbg-const.ll b/third_party/LLVM/test/CodeGen/X86/dbg-const.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/dbg-const.ll
rename to third_party/LLVM/test/CodeGen/X86/dbg-const.ll
diff --git a/src/LLVM/test/CodeGen/X86/dbg-declare-arg.ll b/third_party/LLVM/test/CodeGen/X86/dbg-declare-arg.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/dbg-declare-arg.ll
rename to third_party/LLVM/test/CodeGen/X86/dbg-declare-arg.ll
diff --git a/src/LLVM/test/CodeGen/X86/dbg-file-name.ll b/third_party/LLVM/test/CodeGen/X86/dbg-file-name.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/dbg-file-name.ll
rename to third_party/LLVM/test/CodeGen/X86/dbg-file-name.ll
diff --git a/src/LLVM/test/CodeGen/X86/dbg-i128-const.ll b/third_party/LLVM/test/CodeGen/X86/dbg-i128-const.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/dbg-i128-const.ll
rename to third_party/LLVM/test/CodeGen/X86/dbg-i128-const.ll
diff --git a/src/LLVM/test/CodeGen/X86/dbg-inline.ll b/third_party/LLVM/test/CodeGen/X86/dbg-inline.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/dbg-inline.ll
rename to third_party/LLVM/test/CodeGen/X86/dbg-inline.ll
diff --git a/src/LLVM/test/CodeGen/X86/dbg-large-unsigned-const.ll b/third_party/LLVM/test/CodeGen/X86/dbg-large-unsigned-const.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/dbg-large-unsigned-const.ll
rename to third_party/LLVM/test/CodeGen/X86/dbg-large-unsigned-const.ll
diff --git a/src/LLVM/test/CodeGen/X86/dbg-merge-loc-entry.ll b/third_party/LLVM/test/CodeGen/X86/dbg-merge-loc-entry.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/dbg-merge-loc-entry.ll
rename to third_party/LLVM/test/CodeGen/X86/dbg-merge-loc-entry.ll
diff --git a/src/LLVM/test/CodeGen/X86/dbg-prolog-end.ll b/third_party/LLVM/test/CodeGen/X86/dbg-prolog-end.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/dbg-prolog-end.ll
rename to third_party/LLVM/test/CodeGen/X86/dbg-prolog-end.ll
diff --git a/src/LLVM/test/CodeGen/X86/dbg-value-dag-combine.ll b/third_party/LLVM/test/CodeGen/X86/dbg-value-dag-combine.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/dbg-value-dag-combine.ll
rename to third_party/LLVM/test/CodeGen/X86/dbg-value-dag-combine.ll
diff --git a/src/LLVM/test/CodeGen/X86/dbg-value-inlined-parameter.ll b/third_party/LLVM/test/CodeGen/X86/dbg-value-inlined-parameter.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/dbg-value-inlined-parameter.ll
rename to third_party/LLVM/test/CodeGen/X86/dbg-value-inlined-parameter.ll
diff --git a/src/LLVM/test/CodeGen/X86/dbg-value-isel.ll b/third_party/LLVM/test/CodeGen/X86/dbg-value-isel.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/dbg-value-isel.ll
rename to third_party/LLVM/test/CodeGen/X86/dbg-value-isel.ll
diff --git a/src/LLVM/test/CodeGen/X86/dbg-value-location.ll b/third_party/LLVM/test/CodeGen/X86/dbg-value-location.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/dbg-value-location.ll
rename to third_party/LLVM/test/CodeGen/X86/dbg-value-location.ll
diff --git a/src/LLVM/test/CodeGen/X86/dbg-value-range.ll b/third_party/LLVM/test/CodeGen/X86/dbg-value-range.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/dbg-value-range.ll
rename to third_party/LLVM/test/CodeGen/X86/dbg-value-range.ll
diff --git a/src/LLVM/test/CodeGen/X86/dg.exp b/third_party/LLVM/test/CodeGen/X86/dg.exp
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/dg.exp
rename to third_party/LLVM/test/CodeGen/X86/dg.exp
diff --git a/src/LLVM/test/CodeGen/X86/discontiguous-loops.ll b/third_party/LLVM/test/CodeGen/X86/discontiguous-loops.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/discontiguous-loops.ll
rename to third_party/LLVM/test/CodeGen/X86/discontiguous-loops.ll
diff --git a/src/LLVM/test/CodeGen/X86/div8.ll b/third_party/LLVM/test/CodeGen/X86/div8.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/div8.ll
rename to third_party/LLVM/test/CodeGen/X86/div8.ll
diff --git a/src/LLVM/test/CodeGen/X86/divide-by-constant.ll b/third_party/LLVM/test/CodeGen/X86/divide-by-constant.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/divide-by-constant.ll
rename to third_party/LLVM/test/CodeGen/X86/divide-by-constant.ll
diff --git a/src/LLVM/test/CodeGen/X86/divrem.ll b/third_party/LLVM/test/CodeGen/X86/divrem.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/divrem.ll
rename to third_party/LLVM/test/CodeGen/X86/divrem.ll
diff --git a/src/LLVM/test/CodeGen/X86/dll-linkage.ll b/third_party/LLVM/test/CodeGen/X86/dll-linkage.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/dll-linkage.ll
rename to third_party/LLVM/test/CodeGen/X86/dll-linkage.ll
diff --git a/src/LLVM/test/CodeGen/X86/dllexport.ll b/third_party/LLVM/test/CodeGen/X86/dllexport.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/dllexport.ll
rename to third_party/LLVM/test/CodeGen/X86/dllexport.ll
diff --git a/src/LLVM/test/CodeGen/X86/dollar-name.ll b/third_party/LLVM/test/CodeGen/X86/dollar-name.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/dollar-name.ll
rename to third_party/LLVM/test/CodeGen/X86/dollar-name.ll
diff --git a/src/LLVM/test/CodeGen/X86/dyn-stackalloc.ll b/third_party/LLVM/test/CodeGen/X86/dyn-stackalloc.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/dyn-stackalloc.ll
rename to third_party/LLVM/test/CodeGen/X86/dyn-stackalloc.ll
diff --git a/src/LLVM/test/CodeGen/X86/eh_frame.ll b/third_party/LLVM/test/CodeGen/X86/eh_frame.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/eh_frame.ll
rename to third_party/LLVM/test/CodeGen/X86/eh_frame.ll
diff --git a/src/LLVM/test/CodeGen/X86/empty-functions.ll b/third_party/LLVM/test/CodeGen/X86/empty-functions.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/empty-functions.ll
rename to third_party/LLVM/test/CodeGen/X86/empty-functions.ll
diff --git a/src/LLVM/test/CodeGen/X86/empty-struct-return-type.ll b/third_party/LLVM/test/CodeGen/X86/empty-struct-return-type.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/empty-struct-return-type.ll
rename to third_party/LLVM/test/CodeGen/X86/empty-struct-return-type.ll
diff --git a/src/LLVM/test/CodeGen/X86/epilogue.ll b/third_party/LLVM/test/CodeGen/X86/epilogue.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/epilogue.ll
rename to third_party/LLVM/test/CodeGen/X86/epilogue.ll
diff --git a/src/LLVM/test/CodeGen/X86/extend.ll b/third_party/LLVM/test/CodeGen/X86/extend.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/extend.ll
rename to third_party/LLVM/test/CodeGen/X86/extend.ll
diff --git a/src/LLVM/test/CodeGen/X86/extern_weak.ll b/third_party/LLVM/test/CodeGen/X86/extern_weak.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/extern_weak.ll
rename to third_party/LLVM/test/CodeGen/X86/extern_weak.ll
diff --git a/src/LLVM/test/CodeGen/X86/extmul128.ll b/third_party/LLVM/test/CodeGen/X86/extmul128.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/extmul128.ll
rename to third_party/LLVM/test/CodeGen/X86/extmul128.ll
diff --git a/src/LLVM/test/CodeGen/X86/extmul64.ll b/third_party/LLVM/test/CodeGen/X86/extmul64.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/extmul64.ll
rename to third_party/LLVM/test/CodeGen/X86/extmul64.ll
diff --git a/src/LLVM/test/CodeGen/X86/extract-combine.ll b/third_party/LLVM/test/CodeGen/X86/extract-combine.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/extract-combine.ll
rename to third_party/LLVM/test/CodeGen/X86/extract-combine.ll
diff --git a/src/LLVM/test/CodeGen/X86/extract-extract.ll b/third_party/LLVM/test/CodeGen/X86/extract-extract.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/extract-extract.ll
rename to third_party/LLVM/test/CodeGen/X86/extract-extract.ll
diff --git a/src/LLVM/test/CodeGen/X86/extractelement-from-arg.ll b/third_party/LLVM/test/CodeGen/X86/extractelement-from-arg.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/extractelement-from-arg.ll
rename to third_party/LLVM/test/CodeGen/X86/extractelement-from-arg.ll
diff --git a/src/LLVM/test/CodeGen/X86/extractelement-load.ll b/third_party/LLVM/test/CodeGen/X86/extractelement-load.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/extractelement-load.ll
rename to third_party/LLVM/test/CodeGen/X86/extractelement-load.ll
diff --git a/src/LLVM/test/CodeGen/X86/extractelement-shuffle.ll b/third_party/LLVM/test/CodeGen/X86/extractelement-shuffle.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/extractelement-shuffle.ll
rename to third_party/LLVM/test/CodeGen/X86/extractelement-shuffle.ll
diff --git a/src/LLVM/test/CodeGen/X86/extractps.ll b/third_party/LLVM/test/CodeGen/X86/extractps.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/extractps.ll
rename to third_party/LLVM/test/CodeGen/X86/extractps.ll
diff --git a/src/LLVM/test/CodeGen/X86/fabs.ll b/third_party/LLVM/test/CodeGen/X86/fabs.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/fabs.ll
rename to third_party/LLVM/test/CodeGen/X86/fabs.ll
diff --git a/src/LLVM/test/CodeGen/X86/fast-cc-callee-pops.ll b/third_party/LLVM/test/CodeGen/X86/fast-cc-callee-pops.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/fast-cc-callee-pops.ll
rename to third_party/LLVM/test/CodeGen/X86/fast-cc-callee-pops.ll
diff --git a/src/LLVM/test/CodeGen/X86/fast-cc-merge-stack-adj.ll b/third_party/LLVM/test/CodeGen/X86/fast-cc-merge-stack-adj.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/fast-cc-merge-stack-adj.ll
rename to third_party/LLVM/test/CodeGen/X86/fast-cc-merge-stack-adj.ll
diff --git a/src/LLVM/test/CodeGen/X86/fast-cc-pass-in-regs.ll b/third_party/LLVM/test/CodeGen/X86/fast-cc-pass-in-regs.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/fast-cc-pass-in-regs.ll
rename to third_party/LLVM/test/CodeGen/X86/fast-cc-pass-in-regs.ll
diff --git a/src/LLVM/test/CodeGen/X86/fast-isel-agg-constant.ll b/third_party/LLVM/test/CodeGen/X86/fast-isel-agg-constant.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/fast-isel-agg-constant.ll
rename to third_party/LLVM/test/CodeGen/X86/fast-isel-agg-constant.ll
diff --git a/src/LLVM/test/CodeGen/X86/fast-isel-atomic.ll b/third_party/LLVM/test/CodeGen/X86/fast-isel-atomic.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/fast-isel-atomic.ll
rename to third_party/LLVM/test/CodeGen/X86/fast-isel-atomic.ll
diff --git a/src/LLVM/test/CodeGen/X86/fast-isel-avoid-unnecessary-pic-base.ll b/third_party/LLVM/test/CodeGen/X86/fast-isel-avoid-unnecessary-pic-base.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/fast-isel-avoid-unnecessary-pic-base.ll
rename to third_party/LLVM/test/CodeGen/X86/fast-isel-avoid-unnecessary-pic-base.ll
diff --git a/src/LLVM/test/CodeGen/X86/fast-isel-bail.ll b/third_party/LLVM/test/CodeGen/X86/fast-isel-bail.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/fast-isel-bail.ll
rename to third_party/LLVM/test/CodeGen/X86/fast-isel-bail.ll
diff --git a/src/LLVM/test/CodeGen/X86/fast-isel-bc.ll b/third_party/LLVM/test/CodeGen/X86/fast-isel-bc.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/fast-isel-bc.ll
rename to third_party/LLVM/test/CodeGen/X86/fast-isel-bc.ll
diff --git a/src/LLVM/test/CodeGen/X86/fast-isel-call.ll b/third_party/LLVM/test/CodeGen/X86/fast-isel-call.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/fast-isel-call.ll
rename to third_party/LLVM/test/CodeGen/X86/fast-isel-call.ll
diff --git a/src/LLVM/test/CodeGen/X86/fast-isel-cmp-branch.ll b/third_party/LLVM/test/CodeGen/X86/fast-isel-cmp-branch.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/fast-isel-cmp-branch.ll
rename to third_party/LLVM/test/CodeGen/X86/fast-isel-cmp-branch.ll
diff --git a/src/LLVM/test/CodeGen/X86/fast-isel-constpool.ll b/third_party/LLVM/test/CodeGen/X86/fast-isel-constpool.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/fast-isel-constpool.ll
rename to third_party/LLVM/test/CodeGen/X86/fast-isel-constpool.ll
diff --git a/src/LLVM/test/CodeGen/X86/fast-isel-extract.ll b/third_party/LLVM/test/CodeGen/X86/fast-isel-extract.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/fast-isel-extract.ll
rename to third_party/LLVM/test/CodeGen/X86/fast-isel-extract.ll
diff --git a/src/LLVM/test/CodeGen/X86/fast-isel-fneg.ll b/third_party/LLVM/test/CodeGen/X86/fast-isel-fneg.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/fast-isel-fneg.ll
rename to third_party/LLVM/test/CodeGen/X86/fast-isel-fneg.ll
diff --git a/src/LLVM/test/CodeGen/X86/fast-isel-gep.ll b/third_party/LLVM/test/CodeGen/X86/fast-isel-gep.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/fast-isel-gep.ll
rename to third_party/LLVM/test/CodeGen/X86/fast-isel-gep.ll
diff --git a/src/LLVM/test/CodeGen/X86/fast-isel-gv.ll b/third_party/LLVM/test/CodeGen/X86/fast-isel-gv.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/fast-isel-gv.ll
rename to third_party/LLVM/test/CodeGen/X86/fast-isel-gv.ll
diff --git a/src/LLVM/test/CodeGen/X86/fast-isel-i1.ll b/third_party/LLVM/test/CodeGen/X86/fast-isel-i1.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/fast-isel-i1.ll
rename to third_party/LLVM/test/CodeGen/X86/fast-isel-i1.ll
diff --git a/src/LLVM/test/CodeGen/X86/fast-isel-mem.ll b/third_party/LLVM/test/CodeGen/X86/fast-isel-mem.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/fast-isel-mem.ll
rename to third_party/LLVM/test/CodeGen/X86/fast-isel-mem.ll
diff --git a/src/LLVM/test/CodeGen/X86/fast-isel-ret-ext.ll b/third_party/LLVM/test/CodeGen/X86/fast-isel-ret-ext.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/fast-isel-ret-ext.ll
rename to third_party/LLVM/test/CodeGen/X86/fast-isel-ret-ext.ll
diff --git a/src/LLVM/test/CodeGen/X86/fast-isel-tailcall.ll b/third_party/LLVM/test/CodeGen/X86/fast-isel-tailcall.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/fast-isel-tailcall.ll
rename to third_party/LLVM/test/CodeGen/X86/fast-isel-tailcall.ll
diff --git a/src/LLVM/test/CodeGen/X86/fast-isel-tls.ll b/third_party/LLVM/test/CodeGen/X86/fast-isel-tls.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/fast-isel-tls.ll
rename to third_party/LLVM/test/CodeGen/X86/fast-isel-tls.ll
diff --git a/src/LLVM/test/CodeGen/X86/fast-isel-x86-64.ll b/third_party/LLVM/test/CodeGen/X86/fast-isel-x86-64.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/fast-isel-x86-64.ll
rename to third_party/LLVM/test/CodeGen/X86/fast-isel-x86-64.ll
diff --git a/src/LLVM/test/CodeGen/X86/fast-isel-x86.ll b/third_party/LLVM/test/CodeGen/X86/fast-isel-x86.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/fast-isel-x86.ll
rename to third_party/LLVM/test/CodeGen/X86/fast-isel-x86.ll
diff --git a/src/LLVM/test/CodeGen/X86/fast-isel.ll b/third_party/LLVM/test/CodeGen/X86/fast-isel.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/fast-isel.ll
rename to third_party/LLVM/test/CodeGen/X86/fast-isel.ll
diff --git a/src/LLVM/test/CodeGen/X86/fastcall-correct-mangling.ll b/third_party/LLVM/test/CodeGen/X86/fastcall-correct-mangling.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/fastcall-correct-mangling.ll
rename to third_party/LLVM/test/CodeGen/X86/fastcall-correct-mangling.ll
diff --git a/src/LLVM/test/CodeGen/X86/fastcc-2.ll b/third_party/LLVM/test/CodeGen/X86/fastcc-2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/fastcc-2.ll
rename to third_party/LLVM/test/CodeGen/X86/fastcc-2.ll
diff --git a/src/LLVM/test/CodeGen/X86/fastcc-byval.ll b/third_party/LLVM/test/CodeGen/X86/fastcc-byval.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/fastcc-byval.ll
rename to third_party/LLVM/test/CodeGen/X86/fastcc-byval.ll
diff --git a/src/LLVM/test/CodeGen/X86/fastcc-sret.ll b/third_party/LLVM/test/CodeGen/X86/fastcc-sret.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/fastcc-sret.ll
rename to third_party/LLVM/test/CodeGen/X86/fastcc-sret.ll
diff --git a/src/LLVM/test/CodeGen/X86/fastcc.ll b/third_party/LLVM/test/CodeGen/X86/fastcc.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/fastcc.ll
rename to third_party/LLVM/test/CodeGen/X86/fastcc.ll
diff --git a/src/LLVM/test/CodeGen/X86/fastcc3struct.ll b/third_party/LLVM/test/CodeGen/X86/fastcc3struct.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/fastcc3struct.ll
rename to third_party/LLVM/test/CodeGen/X86/fastcc3struct.ll
diff --git a/src/LLVM/test/CodeGen/X86/field-extract-use-trunc.ll b/third_party/LLVM/test/CodeGen/X86/field-extract-use-trunc.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/field-extract-use-trunc.ll
rename to third_party/LLVM/test/CodeGen/X86/field-extract-use-trunc.ll
diff --git a/src/LLVM/test/CodeGen/X86/fildll.ll b/third_party/LLVM/test/CodeGen/X86/fildll.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/fildll.ll
rename to third_party/LLVM/test/CodeGen/X86/fildll.ll
diff --git a/src/LLVM/test/CodeGen/X86/fltused.ll b/third_party/LLVM/test/CodeGen/X86/fltused.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/fltused.ll
rename to third_party/LLVM/test/CodeGen/X86/fltused.ll
diff --git a/src/LLVM/test/CodeGen/X86/fma.ll b/third_party/LLVM/test/CodeGen/X86/fma.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/fma.ll
rename to third_party/LLVM/test/CodeGen/X86/fma.ll
diff --git a/src/LLVM/test/CodeGen/X86/fmul-zero.ll b/third_party/LLVM/test/CodeGen/X86/fmul-zero.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/fmul-zero.ll
rename to third_party/LLVM/test/CodeGen/X86/fmul-zero.ll
diff --git a/src/LLVM/test/CodeGen/X86/fold-add.ll b/third_party/LLVM/test/CodeGen/X86/fold-add.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/fold-add.ll
rename to third_party/LLVM/test/CodeGen/X86/fold-add.ll
diff --git a/src/LLVM/test/CodeGen/X86/fold-and-shift.ll b/third_party/LLVM/test/CodeGen/X86/fold-and-shift.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/fold-and-shift.ll
rename to third_party/LLVM/test/CodeGen/X86/fold-and-shift.ll
diff --git a/src/LLVM/test/CodeGen/X86/fold-call-2.ll b/third_party/LLVM/test/CodeGen/X86/fold-call-2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/fold-call-2.ll
rename to third_party/LLVM/test/CodeGen/X86/fold-call-2.ll
diff --git a/src/LLVM/test/CodeGen/X86/fold-call-3.ll b/third_party/LLVM/test/CodeGen/X86/fold-call-3.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/fold-call-3.ll
rename to third_party/LLVM/test/CodeGen/X86/fold-call-3.ll
diff --git a/src/LLVM/test/CodeGen/X86/fold-call.ll b/third_party/LLVM/test/CodeGen/X86/fold-call.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/fold-call.ll
rename to third_party/LLVM/test/CodeGen/X86/fold-call.ll
diff --git a/src/LLVM/test/CodeGen/X86/fold-imm.ll b/third_party/LLVM/test/CodeGen/X86/fold-imm.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/fold-imm.ll
rename to third_party/LLVM/test/CodeGen/X86/fold-imm.ll
diff --git a/src/LLVM/test/CodeGen/X86/fold-load.ll b/third_party/LLVM/test/CodeGen/X86/fold-load.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/fold-load.ll
rename to third_party/LLVM/test/CodeGen/X86/fold-load.ll
diff --git a/src/LLVM/test/CodeGen/X86/fold-mul-lohi.ll b/third_party/LLVM/test/CodeGen/X86/fold-mul-lohi.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/fold-mul-lohi.ll
rename to third_party/LLVM/test/CodeGen/X86/fold-mul-lohi.ll
diff --git a/src/LLVM/test/CodeGen/X86/fold-pcmpeqd-0.ll b/third_party/LLVM/test/CodeGen/X86/fold-pcmpeqd-0.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/fold-pcmpeqd-0.ll
rename to third_party/LLVM/test/CodeGen/X86/fold-pcmpeqd-0.ll
diff --git a/src/LLVM/test/CodeGen/X86/fold-pcmpeqd-1.ll b/third_party/LLVM/test/CodeGen/X86/fold-pcmpeqd-1.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/fold-pcmpeqd-1.ll
rename to third_party/LLVM/test/CodeGen/X86/fold-pcmpeqd-1.ll
diff --git a/src/LLVM/test/CodeGen/X86/fold-pcmpeqd-2.ll b/third_party/LLVM/test/CodeGen/X86/fold-pcmpeqd-2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/fold-pcmpeqd-2.ll
rename to third_party/LLVM/test/CodeGen/X86/fold-pcmpeqd-2.ll
diff --git a/src/LLVM/test/CodeGen/X86/fold-sext-trunc.ll b/third_party/LLVM/test/CodeGen/X86/fold-sext-trunc.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/fold-sext-trunc.ll
rename to third_party/LLVM/test/CodeGen/X86/fold-sext-trunc.ll
diff --git a/src/LLVM/test/CodeGen/X86/fold-xmm-zero.ll b/third_party/LLVM/test/CodeGen/X86/fold-xmm-zero.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/fold-xmm-zero.ll
rename to third_party/LLVM/test/CodeGen/X86/fold-xmm-zero.ll
diff --git a/src/LLVM/test/CodeGen/X86/fold-zext-trunc.ll b/third_party/LLVM/test/CodeGen/X86/fold-zext-trunc.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/fold-zext-trunc.ll
rename to third_party/LLVM/test/CodeGen/X86/fold-zext-trunc.ll
diff --git a/src/LLVM/test/CodeGen/X86/force-align-stack.ll b/third_party/LLVM/test/CodeGen/X86/force-align-stack.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/force-align-stack.ll
rename to third_party/LLVM/test/CodeGen/X86/force-align-stack.ll
diff --git a/src/LLVM/test/CodeGen/X86/fp-elim.ll b/third_party/LLVM/test/CodeGen/X86/fp-elim.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/fp-elim.ll
rename to third_party/LLVM/test/CodeGen/X86/fp-elim.ll
diff --git a/src/LLVM/test/CodeGen/X86/fp-immediate-shorten.ll b/third_party/LLVM/test/CodeGen/X86/fp-immediate-shorten.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/fp-immediate-shorten.ll
rename to third_party/LLVM/test/CodeGen/X86/fp-immediate-shorten.ll
diff --git a/src/LLVM/test/CodeGen/X86/fp-in-intregs.ll b/third_party/LLVM/test/CodeGen/X86/fp-in-intregs.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/fp-in-intregs.ll
rename to third_party/LLVM/test/CodeGen/X86/fp-in-intregs.ll
diff --git a/src/LLVM/test/CodeGen/X86/fp-stack-2results.ll b/third_party/LLVM/test/CodeGen/X86/fp-stack-2results.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/fp-stack-2results.ll
rename to third_party/LLVM/test/CodeGen/X86/fp-stack-2results.ll
diff --git a/src/LLVM/test/CodeGen/X86/fp-stack-O0-crash.ll b/third_party/LLVM/test/CodeGen/X86/fp-stack-O0-crash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/fp-stack-O0-crash.ll
rename to third_party/LLVM/test/CodeGen/X86/fp-stack-O0-crash.ll
diff --git a/src/LLVM/test/CodeGen/X86/fp-stack-O0.ll b/third_party/LLVM/test/CodeGen/X86/fp-stack-O0.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/fp-stack-O0.ll
rename to third_party/LLVM/test/CodeGen/X86/fp-stack-O0.ll
diff --git a/src/LLVM/test/CodeGen/X86/fp-stack-compare.ll b/third_party/LLVM/test/CodeGen/X86/fp-stack-compare.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/fp-stack-compare.ll
rename to third_party/LLVM/test/CodeGen/X86/fp-stack-compare.ll
diff --git a/src/LLVM/test/CodeGen/X86/fp-stack-direct-ret.ll b/third_party/LLVM/test/CodeGen/X86/fp-stack-direct-ret.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/fp-stack-direct-ret.ll
rename to third_party/LLVM/test/CodeGen/X86/fp-stack-direct-ret.ll
diff --git a/src/LLVM/test/CodeGen/X86/fp-stack-ret-conv.ll b/third_party/LLVM/test/CodeGen/X86/fp-stack-ret-conv.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/fp-stack-ret-conv.ll
rename to third_party/LLVM/test/CodeGen/X86/fp-stack-ret-conv.ll
diff --git a/src/LLVM/test/CodeGen/X86/fp-stack-ret-store.ll b/third_party/LLVM/test/CodeGen/X86/fp-stack-ret-store.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/fp-stack-ret-store.ll
rename to third_party/LLVM/test/CodeGen/X86/fp-stack-ret-store.ll
diff --git a/src/LLVM/test/CodeGen/X86/fp-stack-ret.ll b/third_party/LLVM/test/CodeGen/X86/fp-stack-ret.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/fp-stack-ret.ll
rename to third_party/LLVM/test/CodeGen/X86/fp-stack-ret.ll
diff --git a/src/LLVM/test/CodeGen/X86/fp-stack-retcopy.ll b/third_party/LLVM/test/CodeGen/X86/fp-stack-retcopy.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/fp-stack-retcopy.ll
rename to third_party/LLVM/test/CodeGen/X86/fp-stack-retcopy.ll
diff --git a/src/LLVM/test/CodeGen/X86/fp-stack-set-st1.ll b/third_party/LLVM/test/CodeGen/X86/fp-stack-set-st1.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/fp-stack-set-st1.ll
rename to third_party/LLVM/test/CodeGen/X86/fp-stack-set-st1.ll
diff --git a/src/LLVM/test/CodeGen/X86/fp-stack.ll b/third_party/LLVM/test/CodeGen/X86/fp-stack.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/fp-stack.ll
rename to third_party/LLVM/test/CodeGen/X86/fp-stack.ll
diff --git a/src/LLVM/test/CodeGen/X86/fp-trunc.ll b/third_party/LLVM/test/CodeGen/X86/fp-trunc.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/fp-trunc.ll
rename to third_party/LLVM/test/CodeGen/X86/fp-trunc.ll
diff --git a/src/LLVM/test/CodeGen/X86/fp2sint.ll b/third_party/LLVM/test/CodeGen/X86/fp2sint.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/fp2sint.ll
rename to third_party/LLVM/test/CodeGen/X86/fp2sint.ll
diff --git a/src/LLVM/test/CodeGen/X86/fp_constant_op.ll b/third_party/LLVM/test/CodeGen/X86/fp_constant_op.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/fp_constant_op.ll
rename to third_party/LLVM/test/CodeGen/X86/fp_constant_op.ll
diff --git a/src/LLVM/test/CodeGen/X86/fp_load_cast_fold.ll b/third_party/LLVM/test/CodeGen/X86/fp_load_cast_fold.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/fp_load_cast_fold.ll
rename to third_party/LLVM/test/CodeGen/X86/fp_load_cast_fold.ll
diff --git a/src/LLVM/test/CodeGen/X86/fp_load_fold.ll b/third_party/LLVM/test/CodeGen/X86/fp_load_fold.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/fp_load_fold.ll
rename to third_party/LLVM/test/CodeGen/X86/fp_load_fold.ll
diff --git a/src/LLVM/test/CodeGen/X86/fsxor-alignment.ll b/third_party/LLVM/test/CodeGen/X86/fsxor-alignment.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/fsxor-alignment.ll
rename to third_party/LLVM/test/CodeGen/X86/fsxor-alignment.ll
diff --git a/src/LLVM/test/CodeGen/X86/full-lsr.ll b/third_party/LLVM/test/CodeGen/X86/full-lsr.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/full-lsr.ll
rename to third_party/LLVM/test/CodeGen/X86/full-lsr.ll
diff --git a/src/LLVM/test/CodeGen/X86/ga-offset.ll b/third_party/LLVM/test/CodeGen/X86/ga-offset.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/ga-offset.ll
rename to third_party/LLVM/test/CodeGen/X86/ga-offset.ll
diff --git a/src/LLVM/test/CodeGen/X86/gather-addresses.ll b/third_party/LLVM/test/CodeGen/X86/gather-addresses.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/gather-addresses.ll
rename to third_party/LLVM/test/CodeGen/X86/gather-addresses.ll
diff --git a/src/LLVM/test/CodeGen/X86/ghc-cc.ll b/third_party/LLVM/test/CodeGen/X86/ghc-cc.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/ghc-cc.ll
rename to third_party/LLVM/test/CodeGen/X86/ghc-cc.ll
diff --git a/src/LLVM/test/CodeGen/X86/ghc-cc64.ll b/third_party/LLVM/test/CodeGen/X86/ghc-cc64.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/ghc-cc64.ll
rename to third_party/LLVM/test/CodeGen/X86/ghc-cc64.ll
diff --git a/src/LLVM/test/CodeGen/X86/global-sections-tls.ll b/third_party/LLVM/test/CodeGen/X86/global-sections-tls.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/global-sections-tls.ll
rename to third_party/LLVM/test/CodeGen/X86/global-sections-tls.ll
diff --git a/src/LLVM/test/CodeGen/X86/global-sections.ll b/third_party/LLVM/test/CodeGen/X86/global-sections.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/global-sections.ll
rename to third_party/LLVM/test/CodeGen/X86/global-sections.ll
diff --git a/src/LLVM/test/CodeGen/X86/h-register-addressing-32.ll b/third_party/LLVM/test/CodeGen/X86/h-register-addressing-32.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/h-register-addressing-32.ll
rename to third_party/LLVM/test/CodeGen/X86/h-register-addressing-32.ll
diff --git a/src/LLVM/test/CodeGen/X86/h-register-addressing-64.ll b/third_party/LLVM/test/CodeGen/X86/h-register-addressing-64.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/h-register-addressing-64.ll
rename to third_party/LLVM/test/CodeGen/X86/h-register-addressing-64.ll
diff --git a/src/LLVM/test/CodeGen/X86/h-register-store.ll b/third_party/LLVM/test/CodeGen/X86/h-register-store.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/h-register-store.ll
rename to third_party/LLVM/test/CodeGen/X86/h-register-store.ll
diff --git a/src/LLVM/test/CodeGen/X86/h-registers-0.ll b/third_party/LLVM/test/CodeGen/X86/h-registers-0.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/h-registers-0.ll
rename to third_party/LLVM/test/CodeGen/X86/h-registers-0.ll
diff --git a/src/LLVM/test/CodeGen/X86/h-registers-1.ll b/third_party/LLVM/test/CodeGen/X86/h-registers-1.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/h-registers-1.ll
rename to third_party/LLVM/test/CodeGen/X86/h-registers-1.ll
diff --git a/src/LLVM/test/CodeGen/X86/h-registers-2.ll b/third_party/LLVM/test/CodeGen/X86/h-registers-2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/h-registers-2.ll
rename to third_party/LLVM/test/CodeGen/X86/h-registers-2.ll
diff --git a/src/LLVM/test/CodeGen/X86/h-registers-3.ll b/third_party/LLVM/test/CodeGen/X86/h-registers-3.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/h-registers-3.ll
rename to third_party/LLVM/test/CodeGen/X86/h-registers-3.ll
diff --git a/src/LLVM/test/CodeGen/X86/haddsub.ll b/third_party/LLVM/test/CodeGen/X86/haddsub.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/haddsub.ll
rename to third_party/LLVM/test/CodeGen/X86/haddsub.ll
diff --git a/src/LLVM/test/CodeGen/X86/hidden-vis-2.ll b/third_party/LLVM/test/CodeGen/X86/hidden-vis-2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/hidden-vis-2.ll
rename to third_party/LLVM/test/CodeGen/X86/hidden-vis-2.ll
diff --git a/src/LLVM/test/CodeGen/X86/hidden-vis-3.ll b/third_party/LLVM/test/CodeGen/X86/hidden-vis-3.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/hidden-vis-3.ll
rename to third_party/LLVM/test/CodeGen/X86/hidden-vis-3.ll
diff --git a/src/LLVM/test/CodeGen/X86/hidden-vis-4.ll b/third_party/LLVM/test/CodeGen/X86/hidden-vis-4.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/hidden-vis-4.ll
rename to third_party/LLVM/test/CodeGen/X86/hidden-vis-4.ll
diff --git a/src/LLVM/test/CodeGen/X86/hidden-vis-pic.ll b/third_party/LLVM/test/CodeGen/X86/hidden-vis-pic.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/hidden-vis-pic.ll
rename to third_party/LLVM/test/CodeGen/X86/hidden-vis-pic.ll
diff --git a/src/LLVM/test/CodeGen/X86/hidden-vis.ll b/third_party/LLVM/test/CodeGen/X86/hidden-vis.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/hidden-vis.ll
rename to third_party/LLVM/test/CodeGen/X86/hidden-vis.ll
diff --git a/src/LLVM/test/CodeGen/X86/hoist-common.ll b/third_party/LLVM/test/CodeGen/X86/hoist-common.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/hoist-common.ll
rename to third_party/LLVM/test/CodeGen/X86/hoist-common.ll
diff --git a/src/LLVM/test/CodeGen/X86/i128-and-beyond.ll b/third_party/LLVM/test/CodeGen/X86/i128-and-beyond.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/i128-and-beyond.ll
rename to third_party/LLVM/test/CodeGen/X86/i128-and-beyond.ll
diff --git a/src/LLVM/test/CodeGen/X86/i128-immediate.ll b/third_party/LLVM/test/CodeGen/X86/i128-immediate.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/i128-immediate.ll
rename to third_party/LLVM/test/CodeGen/X86/i128-immediate.ll
diff --git a/src/LLVM/test/CodeGen/X86/i128-mul.ll b/third_party/LLVM/test/CodeGen/X86/i128-mul.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/i128-mul.ll
rename to third_party/LLVM/test/CodeGen/X86/i128-mul.ll
diff --git a/src/LLVM/test/CodeGen/X86/i128-ret.ll b/third_party/LLVM/test/CodeGen/X86/i128-ret.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/i128-ret.ll
rename to third_party/LLVM/test/CodeGen/X86/i128-ret.ll
diff --git a/src/LLVM/test/CodeGen/X86/i256-add.ll b/third_party/LLVM/test/CodeGen/X86/i256-add.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/i256-add.ll
rename to third_party/LLVM/test/CodeGen/X86/i256-add.ll
diff --git a/src/LLVM/test/CodeGen/X86/i2k.ll b/third_party/LLVM/test/CodeGen/X86/i2k.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/i2k.ll
rename to third_party/LLVM/test/CodeGen/X86/i2k.ll
diff --git a/src/LLVM/test/CodeGen/X86/i64-mem-copy.ll b/third_party/LLVM/test/CodeGen/X86/i64-mem-copy.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/i64-mem-copy.ll
rename to third_party/LLVM/test/CodeGen/X86/i64-mem-copy.ll
diff --git a/src/LLVM/test/CodeGen/X86/iabs.ll b/third_party/LLVM/test/CodeGen/X86/iabs.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/iabs.ll
rename to third_party/LLVM/test/CodeGen/X86/iabs.ll
diff --git a/src/LLVM/test/CodeGen/X86/illegal-insert.ll b/third_party/LLVM/test/CodeGen/X86/illegal-insert.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/illegal-insert.ll
rename to third_party/LLVM/test/CodeGen/X86/illegal-insert.ll
diff --git a/src/LLVM/test/CodeGen/X86/illegal-vector-args-return.ll b/third_party/LLVM/test/CodeGen/X86/illegal-vector-args-return.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/illegal-vector-args-return.ll
rename to third_party/LLVM/test/CodeGen/X86/illegal-vector-args-return.ll
diff --git a/src/LLVM/test/CodeGen/X86/imul-lea-2.ll b/third_party/LLVM/test/CodeGen/X86/imul-lea-2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/imul-lea-2.ll
rename to third_party/LLVM/test/CodeGen/X86/imul-lea-2.ll
diff --git a/src/LLVM/test/CodeGen/X86/imul-lea.ll b/third_party/LLVM/test/CodeGen/X86/imul-lea.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/imul-lea.ll
rename to third_party/LLVM/test/CodeGen/X86/imul-lea.ll
diff --git a/src/LLVM/test/CodeGen/X86/inline-asm-2addr.ll b/third_party/LLVM/test/CodeGen/X86/inline-asm-2addr.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/inline-asm-2addr.ll
rename to third_party/LLVM/test/CodeGen/X86/inline-asm-2addr.ll
diff --git a/src/LLVM/test/CodeGen/X86/inline-asm-R-constraint.ll b/third_party/LLVM/test/CodeGen/X86/inline-asm-R-constraint.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/inline-asm-R-constraint.ll
rename to third_party/LLVM/test/CodeGen/X86/inline-asm-R-constraint.ll
diff --git a/src/LLVM/test/CodeGen/X86/inline-asm-error.ll b/third_party/LLVM/test/CodeGen/X86/inline-asm-error.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/inline-asm-error.ll
rename to third_party/LLVM/test/CodeGen/X86/inline-asm-error.ll
diff --git a/src/LLVM/test/CodeGen/X86/inline-asm-flag-clobber.ll b/third_party/LLVM/test/CodeGen/X86/inline-asm-flag-clobber.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/inline-asm-flag-clobber.ll
rename to third_party/LLVM/test/CodeGen/X86/inline-asm-flag-clobber.ll
diff --git a/src/LLVM/test/CodeGen/X86/inline-asm-fpstack.ll b/third_party/LLVM/test/CodeGen/X86/inline-asm-fpstack.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/inline-asm-fpstack.ll
rename to third_party/LLVM/test/CodeGen/X86/inline-asm-fpstack.ll
diff --git a/src/LLVM/test/CodeGen/X86/inline-asm-h.ll b/third_party/LLVM/test/CodeGen/X86/inline-asm-h.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/inline-asm-h.ll
rename to third_party/LLVM/test/CodeGen/X86/inline-asm-h.ll
diff --git a/src/LLVM/test/CodeGen/X86/inline-asm-modifier-n.ll b/third_party/LLVM/test/CodeGen/X86/inline-asm-modifier-n.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/inline-asm-modifier-n.ll
rename to third_party/LLVM/test/CodeGen/X86/inline-asm-modifier-n.ll
diff --git a/src/LLVM/test/CodeGen/X86/inline-asm-mrv.ll b/third_party/LLVM/test/CodeGen/X86/inline-asm-mrv.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/inline-asm-mrv.ll
rename to third_party/LLVM/test/CodeGen/X86/inline-asm-mrv.ll
diff --git a/src/LLVM/test/CodeGen/X86/inline-asm-out-regs.ll b/third_party/LLVM/test/CodeGen/X86/inline-asm-out-regs.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/inline-asm-out-regs.ll
rename to third_party/LLVM/test/CodeGen/X86/inline-asm-out-regs.ll
diff --git a/src/LLVM/test/CodeGen/X86/inline-asm-pic.ll b/third_party/LLVM/test/CodeGen/X86/inline-asm-pic.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/inline-asm-pic.ll
rename to third_party/LLVM/test/CodeGen/X86/inline-asm-pic.ll
diff --git a/src/LLVM/test/CodeGen/X86/inline-asm-ptr-cast.ll b/third_party/LLVM/test/CodeGen/X86/inline-asm-ptr-cast.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/inline-asm-ptr-cast.ll
rename to third_party/LLVM/test/CodeGen/X86/inline-asm-ptr-cast.ll
diff --git a/src/LLVM/test/CodeGen/X86/inline-asm-q-regs.ll b/third_party/LLVM/test/CodeGen/X86/inline-asm-q-regs.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/inline-asm-q-regs.ll
rename to third_party/LLVM/test/CodeGen/X86/inline-asm-q-regs.ll
diff --git a/src/LLVM/test/CodeGen/X86/inline-asm-tied.ll b/third_party/LLVM/test/CodeGen/X86/inline-asm-tied.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/inline-asm-tied.ll
rename to third_party/LLVM/test/CodeGen/X86/inline-asm-tied.ll
diff --git a/src/LLVM/test/CodeGen/X86/inline-asm-x-scalar.ll b/third_party/LLVM/test/CodeGen/X86/inline-asm-x-scalar.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/inline-asm-x-scalar.ll
rename to third_party/LLVM/test/CodeGen/X86/inline-asm-x-scalar.ll
diff --git a/src/LLVM/test/CodeGen/X86/inline-asm.ll b/third_party/LLVM/test/CodeGen/X86/inline-asm.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/inline-asm.ll
rename to third_party/LLVM/test/CodeGen/X86/inline-asm.ll
diff --git a/src/LLVM/test/CodeGen/X86/ins_subreg_coalesce-1.ll b/third_party/LLVM/test/CodeGen/X86/ins_subreg_coalesce-1.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/ins_subreg_coalesce-1.ll
rename to third_party/LLVM/test/CodeGen/X86/ins_subreg_coalesce-1.ll
diff --git a/src/LLVM/test/CodeGen/X86/ins_subreg_coalesce-2.ll b/third_party/LLVM/test/CodeGen/X86/ins_subreg_coalesce-2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/ins_subreg_coalesce-2.ll
rename to third_party/LLVM/test/CodeGen/X86/ins_subreg_coalesce-2.ll
diff --git a/src/LLVM/test/CodeGen/X86/ins_subreg_coalesce-3.ll b/third_party/LLVM/test/CodeGen/X86/ins_subreg_coalesce-3.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/ins_subreg_coalesce-3.ll
rename to third_party/LLVM/test/CodeGen/X86/ins_subreg_coalesce-3.ll
diff --git a/src/LLVM/test/CodeGen/X86/insert-positions.ll b/third_party/LLVM/test/CodeGen/X86/insert-positions.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/insert-positions.ll
rename to third_party/LLVM/test/CodeGen/X86/insert-positions.ll
diff --git a/src/LLVM/test/CodeGen/X86/insertelement-copytoregs.ll b/third_party/LLVM/test/CodeGen/X86/insertelement-copytoregs.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/insertelement-copytoregs.ll
rename to third_party/LLVM/test/CodeGen/X86/insertelement-copytoregs.ll
diff --git a/src/LLVM/test/CodeGen/X86/insertelement-legalize.ll b/third_party/LLVM/test/CodeGen/X86/insertelement-legalize.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/insertelement-legalize.ll
rename to third_party/LLVM/test/CodeGen/X86/insertelement-legalize.ll
diff --git a/src/LLVM/test/CodeGen/X86/int-intrinsic.ll b/third_party/LLVM/test/CodeGen/X86/int-intrinsic.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/int-intrinsic.ll
rename to third_party/LLVM/test/CodeGen/X86/int-intrinsic.ll
diff --git a/src/LLVM/test/CodeGen/X86/invalid-shift-immediate.ll b/third_party/LLVM/test/CodeGen/X86/invalid-shift-immediate.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/invalid-shift-immediate.ll
rename to third_party/LLVM/test/CodeGen/X86/invalid-shift-immediate.ll
diff --git a/src/LLVM/test/CodeGen/X86/isel-sink.ll b/third_party/LLVM/test/CodeGen/X86/isel-sink.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/isel-sink.ll
rename to third_party/LLVM/test/CodeGen/X86/isel-sink.ll
diff --git a/src/LLVM/test/CodeGen/X86/isel-sink2.ll b/third_party/LLVM/test/CodeGen/X86/isel-sink2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/isel-sink2.ll
rename to third_party/LLVM/test/CodeGen/X86/isel-sink2.ll
diff --git a/src/LLVM/test/CodeGen/X86/isel-sink3.ll b/third_party/LLVM/test/CodeGen/X86/isel-sink3.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/isel-sink3.ll
rename to third_party/LLVM/test/CodeGen/X86/isel-sink3.ll
diff --git a/src/LLVM/test/CodeGen/X86/isint.ll b/third_party/LLVM/test/CodeGen/X86/isint.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/isint.ll
rename to third_party/LLVM/test/CodeGen/X86/isint.ll
diff --git a/src/LLVM/test/CodeGen/X86/isnan.ll b/third_party/LLVM/test/CodeGen/X86/isnan.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/isnan.ll
rename to third_party/LLVM/test/CodeGen/X86/isnan.ll
diff --git a/src/LLVM/test/CodeGen/X86/isnan2.ll b/third_party/LLVM/test/CodeGen/X86/isnan2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/isnan2.ll
rename to third_party/LLVM/test/CodeGen/X86/isnan2.ll
diff --git a/src/LLVM/test/CodeGen/X86/ispositive.ll b/third_party/LLVM/test/CodeGen/X86/ispositive.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/ispositive.ll
rename to third_party/LLVM/test/CodeGen/X86/ispositive.ll
diff --git a/src/LLVM/test/CodeGen/X86/iv-users-in-other-loops.ll b/third_party/LLVM/test/CodeGen/X86/iv-users-in-other-loops.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/iv-users-in-other-loops.ll
rename to third_party/LLVM/test/CodeGen/X86/iv-users-in-other-loops.ll
diff --git a/src/LLVM/test/CodeGen/X86/jump_sign.ll b/third_party/LLVM/test/CodeGen/X86/jump_sign.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/jump_sign.ll
rename to third_party/LLVM/test/CodeGen/X86/jump_sign.ll
diff --git a/src/LLVM/test/CodeGen/X86/label-redefinition.ll b/third_party/LLVM/test/CodeGen/X86/label-redefinition.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/label-redefinition.ll
rename to third_party/LLVM/test/CodeGen/X86/label-redefinition.ll
diff --git a/src/LLVM/test/CodeGen/X86/large-gep-scale.ll b/third_party/LLVM/test/CodeGen/X86/large-gep-scale.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/large-gep-scale.ll
rename to third_party/LLVM/test/CodeGen/X86/large-gep-scale.ll
diff --git a/src/LLVM/test/CodeGen/X86/ldzero.ll b/third_party/LLVM/test/CodeGen/X86/ldzero.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/ldzero.ll
rename to third_party/LLVM/test/CodeGen/X86/ldzero.ll
diff --git a/src/LLVM/test/CodeGen/X86/lea-2.ll b/third_party/LLVM/test/CodeGen/X86/lea-2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/lea-2.ll
rename to third_party/LLVM/test/CodeGen/X86/lea-2.ll
diff --git a/src/LLVM/test/CodeGen/X86/lea-3.ll b/third_party/LLVM/test/CodeGen/X86/lea-3.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/lea-3.ll
rename to third_party/LLVM/test/CodeGen/X86/lea-3.ll
diff --git a/src/LLVM/test/CodeGen/X86/lea-4.ll b/third_party/LLVM/test/CodeGen/X86/lea-4.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/lea-4.ll
rename to third_party/LLVM/test/CodeGen/X86/lea-4.ll
diff --git a/src/LLVM/test/CodeGen/X86/lea-recursion.ll b/third_party/LLVM/test/CodeGen/X86/lea-recursion.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/lea-recursion.ll
rename to third_party/LLVM/test/CodeGen/X86/lea-recursion.ll
diff --git a/src/LLVM/test/CodeGen/X86/lea.ll b/third_party/LLVM/test/CodeGen/X86/lea.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/lea.ll
rename to third_party/LLVM/test/CodeGen/X86/lea.ll
diff --git a/src/LLVM/test/CodeGen/X86/leaf-fp-elim.ll b/third_party/LLVM/test/CodeGen/X86/leaf-fp-elim.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/leaf-fp-elim.ll
rename to third_party/LLVM/test/CodeGen/X86/leaf-fp-elim.ll
diff --git a/src/LLVM/test/CodeGen/X86/legalize-fmp-oeq-vector-select.ll b/third_party/LLVM/test/CodeGen/X86/legalize-fmp-oeq-vector-select.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/legalize-fmp-oeq-vector-select.ll
rename to third_party/LLVM/test/CodeGen/X86/legalize-fmp-oeq-vector-select.ll
diff --git a/src/LLVM/test/CodeGen/X86/legalize-sub-zero-2.ll b/third_party/LLVM/test/CodeGen/X86/legalize-sub-zero-2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/legalize-sub-zero-2.ll
rename to third_party/LLVM/test/CodeGen/X86/legalize-sub-zero-2.ll
diff --git a/src/LLVM/test/CodeGen/X86/legalize-sub-zero.ll b/third_party/LLVM/test/CodeGen/X86/legalize-sub-zero.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/legalize-sub-zero.ll
rename to third_party/LLVM/test/CodeGen/X86/legalize-sub-zero.ll
diff --git a/src/LLVM/test/CodeGen/X86/legalizedag_vec.ll b/third_party/LLVM/test/CodeGen/X86/legalizedag_vec.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/legalizedag_vec.ll
rename to third_party/LLVM/test/CodeGen/X86/legalizedag_vec.ll
diff --git a/src/LLVM/test/CodeGen/X86/lfence.ll b/third_party/LLVM/test/CodeGen/X86/lfence.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/lfence.ll
rename to third_party/LLVM/test/CodeGen/X86/lfence.ll
diff --git a/src/LLVM/test/CodeGen/X86/licm-dominance.ll b/third_party/LLVM/test/CodeGen/X86/licm-dominance.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/licm-dominance.ll
rename to third_party/LLVM/test/CodeGen/X86/licm-dominance.ll
diff --git a/src/LLVM/test/CodeGen/X86/licm-nested.ll b/third_party/LLVM/test/CodeGen/X86/licm-nested.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/licm-nested.ll
rename to third_party/LLVM/test/CodeGen/X86/licm-nested.ll
diff --git a/src/LLVM/test/CodeGen/X86/licm-symbol.ll b/third_party/LLVM/test/CodeGen/X86/licm-symbol.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/licm-symbol.ll
rename to third_party/LLVM/test/CodeGen/X86/licm-symbol.ll
diff --git a/src/LLVM/test/CodeGen/X86/limited-prec.ll b/third_party/LLVM/test/CodeGen/X86/limited-prec.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/limited-prec.ll
rename to third_party/LLVM/test/CodeGen/X86/limited-prec.ll
diff --git a/src/LLVM/test/CodeGen/X86/live-out-reg-info.ll b/third_party/LLVM/test/CodeGen/X86/live-out-reg-info.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/live-out-reg-info.ll
rename to third_party/LLVM/test/CodeGen/X86/live-out-reg-info.ll
diff --git a/src/LLVM/test/CodeGen/X86/liveness-local-regalloc.ll b/third_party/LLVM/test/CodeGen/X86/liveness-local-regalloc.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/liveness-local-regalloc.ll
rename to third_party/LLVM/test/CodeGen/X86/liveness-local-regalloc.ll
diff --git a/src/LLVM/test/CodeGen/X86/lock-inst-encoding.ll b/third_party/LLVM/test/CodeGen/X86/lock-inst-encoding.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/lock-inst-encoding.ll
rename to third_party/LLVM/test/CodeGen/X86/lock-inst-encoding.ll
diff --git a/src/LLVM/test/CodeGen/X86/long-setcc.ll b/third_party/LLVM/test/CodeGen/X86/long-setcc.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/long-setcc.ll
rename to third_party/LLVM/test/CodeGen/X86/long-setcc.ll
diff --git a/src/LLVM/test/CodeGen/X86/longlong-deadload.ll b/third_party/LLVM/test/CodeGen/X86/longlong-deadload.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/longlong-deadload.ll
rename to third_party/LLVM/test/CodeGen/X86/longlong-deadload.ll
diff --git a/src/LLVM/test/CodeGen/X86/loop-blocks.ll b/third_party/LLVM/test/CodeGen/X86/loop-blocks.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/loop-blocks.ll
rename to third_party/LLVM/test/CodeGen/X86/loop-blocks.ll
diff --git a/src/LLVM/test/CodeGen/X86/loop-hoist.ll b/third_party/LLVM/test/CodeGen/X86/loop-hoist.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/loop-hoist.ll
rename to third_party/LLVM/test/CodeGen/X86/loop-hoist.ll
diff --git a/src/LLVM/test/CodeGen/X86/loop-strength-reduce-2.ll b/third_party/LLVM/test/CodeGen/X86/loop-strength-reduce-2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/loop-strength-reduce-2.ll
rename to third_party/LLVM/test/CodeGen/X86/loop-strength-reduce-2.ll
diff --git a/src/LLVM/test/CodeGen/X86/loop-strength-reduce-3.ll b/third_party/LLVM/test/CodeGen/X86/loop-strength-reduce-3.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/loop-strength-reduce-3.ll
rename to third_party/LLVM/test/CodeGen/X86/loop-strength-reduce-3.ll
diff --git a/src/LLVM/test/CodeGen/X86/loop-strength-reduce.ll b/third_party/LLVM/test/CodeGen/X86/loop-strength-reduce.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/loop-strength-reduce.ll
rename to third_party/LLVM/test/CodeGen/X86/loop-strength-reduce.ll
diff --git a/src/LLVM/test/CodeGen/X86/loop-strength-reduce2.ll b/third_party/LLVM/test/CodeGen/X86/loop-strength-reduce2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/loop-strength-reduce2.ll
rename to third_party/LLVM/test/CodeGen/X86/loop-strength-reduce2.ll
diff --git a/src/LLVM/test/CodeGen/X86/loop-strength-reduce3.ll b/third_party/LLVM/test/CodeGen/X86/loop-strength-reduce3.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/loop-strength-reduce3.ll
rename to third_party/LLVM/test/CodeGen/X86/loop-strength-reduce3.ll
diff --git a/src/LLVM/test/CodeGen/X86/loop-strength-reduce4.ll b/third_party/LLVM/test/CodeGen/X86/loop-strength-reduce4.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/loop-strength-reduce4.ll
rename to third_party/LLVM/test/CodeGen/X86/loop-strength-reduce4.ll
diff --git a/src/LLVM/test/CodeGen/X86/loop-strength-reduce5.ll b/third_party/LLVM/test/CodeGen/X86/loop-strength-reduce5.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/loop-strength-reduce5.ll
rename to third_party/LLVM/test/CodeGen/X86/loop-strength-reduce5.ll
diff --git a/src/LLVM/test/CodeGen/X86/loop-strength-reduce6.ll b/third_party/LLVM/test/CodeGen/X86/loop-strength-reduce6.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/loop-strength-reduce6.ll
rename to third_party/LLVM/test/CodeGen/X86/loop-strength-reduce6.ll
diff --git a/src/LLVM/test/CodeGen/X86/loop-strength-reduce7.ll b/third_party/LLVM/test/CodeGen/X86/loop-strength-reduce7.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/loop-strength-reduce7.ll
rename to third_party/LLVM/test/CodeGen/X86/loop-strength-reduce7.ll
diff --git a/src/LLVM/test/CodeGen/X86/loop-strength-reduce8.ll b/third_party/LLVM/test/CodeGen/X86/loop-strength-reduce8.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/loop-strength-reduce8.ll
rename to third_party/LLVM/test/CodeGen/X86/loop-strength-reduce8.ll
diff --git a/src/LLVM/test/CodeGen/X86/lsr-delayed-fold.ll b/third_party/LLVM/test/CodeGen/X86/lsr-delayed-fold.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/lsr-delayed-fold.ll
rename to third_party/LLVM/test/CodeGen/X86/lsr-delayed-fold.ll
diff --git a/src/LLVM/test/CodeGen/X86/lsr-i386.ll b/third_party/LLVM/test/CodeGen/X86/lsr-i386.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/lsr-i386.ll
rename to third_party/LLVM/test/CodeGen/X86/lsr-i386.ll
diff --git a/src/LLVM/test/CodeGen/X86/lsr-interesting-step.ll b/third_party/LLVM/test/CodeGen/X86/lsr-interesting-step.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/lsr-interesting-step.ll
rename to third_party/LLVM/test/CodeGen/X86/lsr-interesting-step.ll
diff --git a/src/LLVM/test/CodeGen/X86/lsr-loop-exit-cond.ll b/third_party/LLVM/test/CodeGen/X86/lsr-loop-exit-cond.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/lsr-loop-exit-cond.ll
rename to third_party/LLVM/test/CodeGen/X86/lsr-loop-exit-cond.ll
diff --git a/src/LLVM/test/CodeGen/X86/lsr-negative-stride.ll b/third_party/LLVM/test/CodeGen/X86/lsr-negative-stride.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/lsr-negative-stride.ll
rename to third_party/LLVM/test/CodeGen/X86/lsr-negative-stride.ll
diff --git a/src/LLVM/test/CodeGen/X86/lsr-nonaffine.ll b/third_party/LLVM/test/CodeGen/X86/lsr-nonaffine.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/lsr-nonaffine.ll
rename to third_party/LLVM/test/CodeGen/X86/lsr-nonaffine.ll
diff --git a/src/LLVM/test/CodeGen/X86/lsr-normalization.ll b/third_party/LLVM/test/CodeGen/X86/lsr-normalization.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/lsr-normalization.ll
rename to third_party/LLVM/test/CodeGen/X86/lsr-normalization.ll
diff --git a/src/LLVM/test/CodeGen/X86/lsr-overflow.ll b/third_party/LLVM/test/CodeGen/X86/lsr-overflow.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/lsr-overflow.ll
rename to third_party/LLVM/test/CodeGen/X86/lsr-overflow.ll
diff --git a/src/LLVM/test/CodeGen/X86/lsr-quadratic-expand.ll b/third_party/LLVM/test/CodeGen/X86/lsr-quadratic-expand.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/lsr-quadratic-expand.ll
rename to third_party/LLVM/test/CodeGen/X86/lsr-quadratic-expand.ll
diff --git a/src/LLVM/test/CodeGen/X86/lsr-redundant-addressing.ll b/third_party/LLVM/test/CodeGen/X86/lsr-redundant-addressing.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/lsr-redundant-addressing.ll
rename to third_party/LLVM/test/CodeGen/X86/lsr-redundant-addressing.ll
diff --git a/src/LLVM/test/CodeGen/X86/lsr-reuse-trunc.ll b/third_party/LLVM/test/CodeGen/X86/lsr-reuse-trunc.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/lsr-reuse-trunc.ll
rename to third_party/LLVM/test/CodeGen/X86/lsr-reuse-trunc.ll
diff --git a/src/LLVM/test/CodeGen/X86/lsr-reuse.ll b/third_party/LLVM/test/CodeGen/X86/lsr-reuse.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/lsr-reuse.ll
rename to third_party/LLVM/test/CodeGen/X86/lsr-reuse.ll
diff --git a/src/LLVM/test/CodeGen/X86/lsr-sort.ll b/third_party/LLVM/test/CodeGen/X86/lsr-sort.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/lsr-sort.ll
rename to third_party/LLVM/test/CodeGen/X86/lsr-sort.ll
diff --git a/src/LLVM/test/CodeGen/X86/lsr-static-addr.ll b/third_party/LLVM/test/CodeGen/X86/lsr-static-addr.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/lsr-static-addr.ll
rename to third_party/LLVM/test/CodeGen/X86/lsr-static-addr.ll
diff --git a/src/LLVM/test/CodeGen/X86/lsr-wrap.ll b/third_party/LLVM/test/CodeGen/X86/lsr-wrap.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/lsr-wrap.ll
rename to third_party/LLVM/test/CodeGen/X86/lsr-wrap.ll
diff --git a/src/LLVM/test/CodeGen/X86/lzcnt.ll b/third_party/LLVM/test/CodeGen/X86/lzcnt.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/lzcnt.ll
rename to third_party/LLVM/test/CodeGen/X86/lzcnt.ll
diff --git a/src/LLVM/test/CodeGen/X86/machine-cse.ll b/third_party/LLVM/test/CodeGen/X86/machine-cse.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/machine-cse.ll
rename to third_party/LLVM/test/CodeGen/X86/machine-cse.ll
diff --git a/src/LLVM/test/CodeGen/X86/masked-iv-safe.ll b/third_party/LLVM/test/CodeGen/X86/masked-iv-safe.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/masked-iv-safe.ll
rename to third_party/LLVM/test/CodeGen/X86/masked-iv-safe.ll
diff --git a/src/LLVM/test/CodeGen/X86/masked-iv-unsafe.ll b/third_party/LLVM/test/CodeGen/X86/masked-iv-unsafe.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/masked-iv-unsafe.ll
rename to third_party/LLVM/test/CodeGen/X86/masked-iv-unsafe.ll
diff --git a/src/LLVM/test/CodeGen/X86/maskmovdqu.ll b/third_party/LLVM/test/CodeGen/X86/maskmovdqu.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/maskmovdqu.ll
rename to third_party/LLVM/test/CodeGen/X86/maskmovdqu.ll
diff --git a/src/LLVM/test/CodeGen/X86/mcinst-lowering.ll b/third_party/LLVM/test/CodeGen/X86/mcinst-lowering.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/mcinst-lowering.ll
rename to third_party/LLVM/test/CodeGen/X86/mcinst-lowering.ll
diff --git a/src/LLVM/test/CodeGen/X86/mem-promote-integers.ll b/third_party/LLVM/test/CodeGen/X86/mem-promote-integers.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/mem-promote-integers.ll
rename to third_party/LLVM/test/CodeGen/X86/mem-promote-integers.ll
diff --git a/src/LLVM/test/CodeGen/X86/membarrier.ll b/third_party/LLVM/test/CodeGen/X86/membarrier.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/membarrier.ll
rename to third_party/LLVM/test/CodeGen/X86/membarrier.ll
diff --git a/src/LLVM/test/CodeGen/X86/memcmp.ll b/third_party/LLVM/test/CodeGen/X86/memcmp.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/memcmp.ll
rename to third_party/LLVM/test/CodeGen/X86/memcmp.ll
diff --git a/src/LLVM/test/CodeGen/X86/memcpy-2.ll b/third_party/LLVM/test/CodeGen/X86/memcpy-2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/memcpy-2.ll
rename to third_party/LLVM/test/CodeGen/X86/memcpy-2.ll
diff --git a/src/LLVM/test/CodeGen/X86/memcpy.ll b/third_party/LLVM/test/CodeGen/X86/memcpy.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/memcpy.ll
rename to third_party/LLVM/test/CodeGen/X86/memcpy.ll
diff --git a/src/LLVM/test/CodeGen/X86/memset-2.ll b/third_party/LLVM/test/CodeGen/X86/memset-2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/memset-2.ll
rename to third_party/LLVM/test/CodeGen/X86/memset-2.ll
diff --git a/src/LLVM/test/CodeGen/X86/memset-3.ll b/third_party/LLVM/test/CodeGen/X86/memset-3.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/memset-3.ll
rename to third_party/LLVM/test/CodeGen/X86/memset-3.ll
diff --git a/src/LLVM/test/CodeGen/X86/memset.ll b/third_party/LLVM/test/CodeGen/X86/memset.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/memset.ll
rename to third_party/LLVM/test/CodeGen/X86/memset.ll
diff --git a/src/LLVM/test/CodeGen/X86/memset64-on-x86-32.ll b/third_party/LLVM/test/CodeGen/X86/memset64-on-x86-32.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/memset64-on-x86-32.ll
rename to third_party/LLVM/test/CodeGen/X86/memset64-on-x86-32.ll
diff --git a/src/LLVM/test/CodeGen/X86/mfence.ll b/third_party/LLVM/test/CodeGen/X86/mfence.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/mfence.ll
rename to third_party/LLVM/test/CodeGen/X86/mfence.ll
diff --git a/src/LLVM/test/CodeGen/X86/mingw-alloca.ll b/third_party/LLVM/test/CodeGen/X86/mingw-alloca.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/mingw-alloca.ll
rename to third_party/LLVM/test/CodeGen/X86/mingw-alloca.ll
diff --git a/src/LLVM/test/CodeGen/X86/misaligned-memset.ll b/third_party/LLVM/test/CodeGen/X86/misaligned-memset.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/misaligned-memset.ll
rename to third_party/LLVM/test/CodeGen/X86/misaligned-memset.ll
diff --git a/src/LLVM/test/CodeGen/X86/mmx-arg-passing.ll b/third_party/LLVM/test/CodeGen/X86/mmx-arg-passing.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/mmx-arg-passing.ll
rename to third_party/LLVM/test/CodeGen/X86/mmx-arg-passing.ll
diff --git a/src/LLVM/test/CodeGen/X86/mmx-arg-passing2.ll b/third_party/LLVM/test/CodeGen/X86/mmx-arg-passing2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/mmx-arg-passing2.ll
rename to third_party/LLVM/test/CodeGen/X86/mmx-arg-passing2.ll
diff --git a/src/LLVM/test/CodeGen/X86/mmx-arith.ll b/third_party/LLVM/test/CodeGen/X86/mmx-arith.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/mmx-arith.ll
rename to third_party/LLVM/test/CodeGen/X86/mmx-arith.ll
diff --git a/src/LLVM/test/CodeGen/X86/mmx-bitcast-to-i64.ll b/third_party/LLVM/test/CodeGen/X86/mmx-bitcast-to-i64.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/mmx-bitcast-to-i64.ll
rename to third_party/LLVM/test/CodeGen/X86/mmx-bitcast-to-i64.ll
diff --git a/src/LLVM/test/CodeGen/X86/mmx-builtins.ll b/third_party/LLVM/test/CodeGen/X86/mmx-builtins.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/mmx-builtins.ll
rename to third_party/LLVM/test/CodeGen/X86/mmx-builtins.ll
diff --git a/src/LLVM/test/CodeGen/X86/mmx-copy-gprs.ll b/third_party/LLVM/test/CodeGen/X86/mmx-copy-gprs.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/mmx-copy-gprs.ll
rename to third_party/LLVM/test/CodeGen/X86/mmx-copy-gprs.ll
diff --git a/src/LLVM/test/CodeGen/X86/mmx-emms.ll b/third_party/LLVM/test/CodeGen/X86/mmx-emms.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/mmx-emms.ll
rename to third_party/LLVM/test/CodeGen/X86/mmx-emms.ll
diff --git a/src/LLVM/test/CodeGen/X86/mmx-insert-element.ll b/third_party/LLVM/test/CodeGen/X86/mmx-insert-element.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/mmx-insert-element.ll
rename to third_party/LLVM/test/CodeGen/X86/mmx-insert-element.ll
diff --git a/src/LLVM/test/CodeGen/X86/mmx-pinsrw.ll b/third_party/LLVM/test/CodeGen/X86/mmx-pinsrw.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/mmx-pinsrw.ll
rename to third_party/LLVM/test/CodeGen/X86/mmx-pinsrw.ll
diff --git a/src/LLVM/test/CodeGen/X86/mmx-punpckhdq.ll b/third_party/LLVM/test/CodeGen/X86/mmx-punpckhdq.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/mmx-punpckhdq.ll
rename to third_party/LLVM/test/CodeGen/X86/mmx-punpckhdq.ll
diff --git a/src/LLVM/test/CodeGen/X86/mmx-s2v.ll b/third_party/LLVM/test/CodeGen/X86/mmx-s2v.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/mmx-s2v.ll
rename to third_party/LLVM/test/CodeGen/X86/mmx-s2v.ll
diff --git a/src/LLVM/test/CodeGen/X86/mmx-shift.ll b/third_party/LLVM/test/CodeGen/X86/mmx-shift.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/mmx-shift.ll
rename to third_party/LLVM/test/CodeGen/X86/mmx-shift.ll
diff --git a/src/LLVM/test/CodeGen/X86/mmx-shuffle.ll b/third_party/LLVM/test/CodeGen/X86/mmx-shuffle.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/mmx-shuffle.ll
rename to third_party/LLVM/test/CodeGen/X86/mmx-shuffle.ll
diff --git a/src/LLVM/test/CodeGen/X86/mmx-vzmovl-2.ll b/third_party/LLVM/test/CodeGen/X86/mmx-vzmovl-2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/mmx-vzmovl-2.ll
rename to third_party/LLVM/test/CodeGen/X86/mmx-vzmovl-2.ll
diff --git a/src/LLVM/test/CodeGen/X86/mmx-vzmovl.ll b/third_party/LLVM/test/CodeGen/X86/mmx-vzmovl.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/mmx-vzmovl.ll
rename to third_party/LLVM/test/CodeGen/X86/mmx-vzmovl.ll
diff --git a/src/LLVM/test/CodeGen/X86/movbe.ll b/third_party/LLVM/test/CodeGen/X86/movbe.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/movbe.ll
rename to third_party/LLVM/test/CodeGen/X86/movbe.ll
diff --git a/src/LLVM/test/CodeGen/X86/movfs.ll b/third_party/LLVM/test/CodeGen/X86/movfs.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/movfs.ll
rename to third_party/LLVM/test/CodeGen/X86/movfs.ll
diff --git a/src/LLVM/test/CodeGen/X86/movgs.ll b/third_party/LLVM/test/CodeGen/X86/movgs.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/movgs.ll
rename to third_party/LLVM/test/CodeGen/X86/movgs.ll
diff --git a/src/LLVM/test/CodeGen/X86/movmsk.ll b/third_party/LLVM/test/CodeGen/X86/movmsk.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/movmsk.ll
rename to third_party/LLVM/test/CodeGen/X86/movmsk.ll
diff --git a/src/LLVM/test/CodeGen/X86/movntdq-no-avx.ll b/third_party/LLVM/test/CodeGen/X86/movntdq-no-avx.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/movntdq-no-avx.ll
rename to third_party/LLVM/test/CodeGen/X86/movntdq-no-avx.ll
diff --git a/src/LLVM/test/CodeGen/X86/mul-legalize.ll b/third_party/LLVM/test/CodeGen/X86/mul-legalize.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/mul-legalize.ll
rename to third_party/LLVM/test/CodeGen/X86/mul-legalize.ll
diff --git a/src/LLVM/test/CodeGen/X86/mul-remat.ll b/third_party/LLVM/test/CodeGen/X86/mul-remat.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/mul-remat.ll
rename to third_party/LLVM/test/CodeGen/X86/mul-remat.ll
diff --git a/src/LLVM/test/CodeGen/X86/mul-shift-reassoc.ll b/third_party/LLVM/test/CodeGen/X86/mul-shift-reassoc.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/mul-shift-reassoc.ll
rename to third_party/LLVM/test/CodeGen/X86/mul-shift-reassoc.ll
diff --git a/src/LLVM/test/CodeGen/X86/mul128.ll b/third_party/LLVM/test/CodeGen/X86/mul128.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/mul128.ll
rename to third_party/LLVM/test/CodeGen/X86/mul128.ll
diff --git a/src/LLVM/test/CodeGen/X86/mul64.ll b/third_party/LLVM/test/CodeGen/X86/mul64.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/mul64.ll
rename to third_party/LLVM/test/CodeGen/X86/mul64.ll
diff --git a/src/LLVM/test/CodeGen/X86/muloti.ll b/third_party/LLVM/test/CodeGen/X86/muloti.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/muloti.ll
rename to third_party/LLVM/test/CodeGen/X86/muloti.ll
diff --git a/src/LLVM/test/CodeGen/X86/mult-alt-generic-i686.ll b/third_party/LLVM/test/CodeGen/X86/mult-alt-generic-i686.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/mult-alt-generic-i686.ll
rename to third_party/LLVM/test/CodeGen/X86/mult-alt-generic-i686.ll
diff --git a/src/LLVM/test/CodeGen/X86/mult-alt-generic-x86_64.ll b/third_party/LLVM/test/CodeGen/X86/mult-alt-generic-x86_64.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/mult-alt-generic-x86_64.ll
rename to third_party/LLVM/test/CodeGen/X86/mult-alt-generic-x86_64.ll
diff --git a/src/LLVM/test/CodeGen/X86/mult-alt-x86.ll b/third_party/LLVM/test/CodeGen/X86/mult-alt-x86.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/mult-alt-x86.ll
rename to third_party/LLVM/test/CodeGen/X86/mult-alt-x86.ll
diff --git a/src/LLVM/test/CodeGen/X86/multiple-loop-post-inc.ll b/third_party/LLVM/test/CodeGen/X86/multiple-loop-post-inc.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/multiple-loop-post-inc.ll
rename to third_party/LLVM/test/CodeGen/X86/multiple-loop-post-inc.ll
diff --git a/src/LLVM/test/CodeGen/X86/multiple-return-values-cross-block.ll b/third_party/LLVM/test/CodeGen/X86/multiple-return-values-cross-block.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/multiple-return-values-cross-block.ll
rename to third_party/LLVM/test/CodeGen/X86/multiple-return-values-cross-block.ll
diff --git a/src/LLVM/test/CodeGen/X86/nancvt.ll b/third_party/LLVM/test/CodeGen/X86/nancvt.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/nancvt.ll
rename to third_party/LLVM/test/CodeGen/X86/nancvt.ll
diff --git a/src/LLVM/test/CodeGen/X86/narrow-shl-cst.ll b/third_party/LLVM/test/CodeGen/X86/narrow-shl-cst.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/narrow-shl-cst.ll
rename to third_party/LLVM/test/CodeGen/X86/narrow-shl-cst.ll
diff --git a/src/LLVM/test/CodeGen/X86/narrow-shl-load.ll b/third_party/LLVM/test/CodeGen/X86/narrow-shl-load.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/narrow-shl-load.ll
rename to third_party/LLVM/test/CodeGen/X86/narrow-shl-load.ll
diff --git a/src/LLVM/test/CodeGen/X86/narrow_op-1.ll b/third_party/LLVM/test/CodeGen/X86/narrow_op-1.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/narrow_op-1.ll
rename to third_party/LLVM/test/CodeGen/X86/narrow_op-1.ll
diff --git a/src/LLVM/test/CodeGen/X86/neg-shl-add.ll b/third_party/LLVM/test/CodeGen/X86/neg-shl-add.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/neg-shl-add.ll
rename to third_party/LLVM/test/CodeGen/X86/neg-shl-add.ll
diff --git a/src/LLVM/test/CodeGen/X86/neg_fp.ll b/third_party/LLVM/test/CodeGen/X86/neg_fp.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/neg_fp.ll
rename to third_party/LLVM/test/CodeGen/X86/neg_fp.ll
diff --git a/src/LLVM/test/CodeGen/X86/negate-add-zero.ll b/third_party/LLVM/test/CodeGen/X86/negate-add-zero.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/negate-add-zero.ll
rename to third_party/LLVM/test/CodeGen/X86/negate-add-zero.ll
diff --git a/src/LLVM/test/CodeGen/X86/negative-sin.ll b/third_party/LLVM/test/CodeGen/X86/negative-sin.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/negative-sin.ll
rename to third_party/LLVM/test/CodeGen/X86/negative-sin.ll
diff --git a/src/LLVM/test/CodeGen/X86/negative-stride-fptosi-user.ll b/third_party/LLVM/test/CodeGen/X86/negative-stride-fptosi-user.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/negative-stride-fptosi-user.ll
rename to third_party/LLVM/test/CodeGen/X86/negative-stride-fptosi-user.ll
diff --git a/src/LLVM/test/CodeGen/X86/negative-subscript.ll b/third_party/LLVM/test/CodeGen/X86/negative-subscript.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/negative-subscript.ll
rename to third_party/LLVM/test/CodeGen/X86/negative-subscript.ll
diff --git a/src/LLVM/test/CodeGen/X86/negative_zero.ll b/third_party/LLVM/test/CodeGen/X86/negative_zero.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/negative_zero.ll
rename to third_party/LLVM/test/CodeGen/X86/negative_zero.ll
diff --git a/src/LLVM/test/CodeGen/X86/no-cfi.ll b/third_party/LLVM/test/CodeGen/X86/no-cfi.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/no-cfi.ll
rename to third_party/LLVM/test/CodeGen/X86/no-cfi.ll
diff --git a/src/LLVM/test/CodeGen/X86/nobt.ll b/third_party/LLVM/test/CodeGen/X86/nobt.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/nobt.ll
rename to third_party/LLVM/test/CodeGen/X86/nobt.ll
diff --git a/src/LLVM/test/CodeGen/X86/non-lazy-bind.ll b/third_party/LLVM/test/CodeGen/X86/non-lazy-bind.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/non-lazy-bind.ll
rename to third_party/LLVM/test/CodeGen/X86/non-lazy-bind.ll
diff --git a/src/LLVM/test/CodeGen/X86/nontemporal.ll b/third_party/LLVM/test/CodeGen/X86/nontemporal.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/nontemporal.ll
rename to third_party/LLVM/test/CodeGen/X86/nontemporal.ll
diff --git a/src/LLVM/test/CodeGen/X86/norex-subreg.ll b/third_party/LLVM/test/CodeGen/X86/norex-subreg.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/norex-subreg.ll
rename to third_party/LLVM/test/CodeGen/X86/norex-subreg.ll
diff --git a/src/LLVM/test/CodeGen/X86/nosse-error1.ll b/third_party/LLVM/test/CodeGen/X86/nosse-error1.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/nosse-error1.ll
rename to third_party/LLVM/test/CodeGen/X86/nosse-error1.ll
diff --git a/src/LLVM/test/CodeGen/X86/nosse-error2.ll b/third_party/LLVM/test/CodeGen/X86/nosse-error2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/nosse-error2.ll
rename to third_party/LLVM/test/CodeGen/X86/nosse-error2.ll
diff --git a/src/LLVM/test/CodeGen/X86/nosse-varargs.ll b/third_party/LLVM/test/CodeGen/X86/nosse-varargs.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/nosse-varargs.ll
rename to third_party/LLVM/test/CodeGen/X86/nosse-varargs.ll
diff --git a/src/LLVM/test/CodeGen/X86/object-size.ll b/third_party/LLVM/test/CodeGen/X86/object-size.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/object-size.ll
rename to third_party/LLVM/test/CodeGen/X86/object-size.ll
diff --git a/src/LLVM/test/CodeGen/X86/opt-ext-uses.ll b/third_party/LLVM/test/CodeGen/X86/opt-ext-uses.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/opt-ext-uses.ll
rename to third_party/LLVM/test/CodeGen/X86/opt-ext-uses.ll
diff --git a/src/LLVM/test/CodeGen/X86/opt-shuff-tstore.ll b/third_party/LLVM/test/CodeGen/X86/opt-shuff-tstore.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/opt-shuff-tstore.ll
rename to third_party/LLVM/test/CodeGen/X86/opt-shuff-tstore.ll
diff --git a/src/LLVM/test/CodeGen/X86/optimize-max-0.ll b/third_party/LLVM/test/CodeGen/X86/optimize-max-0.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/optimize-max-0.ll
rename to third_party/LLVM/test/CodeGen/X86/optimize-max-0.ll
diff --git a/src/LLVM/test/CodeGen/X86/optimize-max-1.ll b/third_party/LLVM/test/CodeGen/X86/optimize-max-1.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/optimize-max-1.ll
rename to third_party/LLVM/test/CodeGen/X86/optimize-max-1.ll
diff --git a/src/LLVM/test/CodeGen/X86/optimize-max-2.ll b/third_party/LLVM/test/CodeGen/X86/optimize-max-2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/optimize-max-2.ll
rename to third_party/LLVM/test/CodeGen/X86/optimize-max-2.ll
diff --git a/src/LLVM/test/CodeGen/X86/optimize-max-3.ll b/third_party/LLVM/test/CodeGen/X86/optimize-max-3.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/optimize-max-3.ll
rename to third_party/LLVM/test/CodeGen/X86/optimize-max-3.ll
diff --git a/src/LLVM/test/CodeGen/X86/or-address.ll b/third_party/LLVM/test/CodeGen/X86/or-address.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/or-address.ll
rename to third_party/LLVM/test/CodeGen/X86/or-address.ll
diff --git a/src/LLVM/test/CodeGen/X86/or-branch.ll b/third_party/LLVM/test/CodeGen/X86/or-branch.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/or-branch.ll
rename to third_party/LLVM/test/CodeGen/X86/or-branch.ll
diff --git a/src/LLVM/test/CodeGen/X86/overlap-shift.ll b/third_party/LLVM/test/CodeGen/X86/overlap-shift.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/overlap-shift.ll
rename to third_party/LLVM/test/CodeGen/X86/overlap-shift.ll
diff --git a/src/LLVM/test/CodeGen/X86/packed_struct.ll b/third_party/LLVM/test/CodeGen/X86/packed_struct.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/packed_struct.ll
rename to third_party/LLVM/test/CodeGen/X86/packed_struct.ll
diff --git a/src/LLVM/test/CodeGen/X86/palignr-2.ll b/third_party/LLVM/test/CodeGen/X86/palignr-2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/palignr-2.ll
rename to third_party/LLVM/test/CodeGen/X86/palignr-2.ll
diff --git a/src/LLVM/test/CodeGen/X86/palignr.ll b/third_party/LLVM/test/CodeGen/X86/palignr.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/palignr.ll
rename to third_party/LLVM/test/CodeGen/X86/palignr.ll
diff --git a/src/LLVM/test/CodeGen/X86/peep-setb.ll b/third_party/LLVM/test/CodeGen/X86/peep-setb.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/peep-setb.ll
rename to third_party/LLVM/test/CodeGen/X86/peep-setb.ll
diff --git a/src/LLVM/test/CodeGen/X86/peep-test-0.ll b/third_party/LLVM/test/CodeGen/X86/peep-test-0.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/peep-test-0.ll
rename to third_party/LLVM/test/CodeGen/X86/peep-test-0.ll
diff --git a/src/LLVM/test/CodeGen/X86/peep-test-1.ll b/third_party/LLVM/test/CodeGen/X86/peep-test-1.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/peep-test-1.ll
rename to third_party/LLVM/test/CodeGen/X86/peep-test-1.ll
diff --git a/src/LLVM/test/CodeGen/X86/peep-test-2.ll b/third_party/LLVM/test/CodeGen/X86/peep-test-2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/peep-test-2.ll
rename to third_party/LLVM/test/CodeGen/X86/peep-test-2.ll
diff --git a/src/LLVM/test/CodeGen/X86/peep-test-3.ll b/third_party/LLVM/test/CodeGen/X86/peep-test-3.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/peep-test-3.ll
rename to third_party/LLVM/test/CodeGen/X86/peep-test-3.ll
diff --git a/src/LLVM/test/CodeGen/X86/peep-vector-extract-concat.ll b/third_party/LLVM/test/CodeGen/X86/peep-vector-extract-concat.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/peep-vector-extract-concat.ll
rename to third_party/LLVM/test/CodeGen/X86/peep-vector-extract-concat.ll
diff --git a/src/LLVM/test/CodeGen/X86/peep-vector-extract-insert.ll b/third_party/LLVM/test/CodeGen/X86/peep-vector-extract-insert.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/peep-vector-extract-insert.ll
rename to third_party/LLVM/test/CodeGen/X86/peep-vector-extract-insert.ll
diff --git a/src/LLVM/test/CodeGen/X86/personality.ll b/third_party/LLVM/test/CodeGen/X86/personality.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/personality.ll
rename to third_party/LLVM/test/CodeGen/X86/personality.ll
diff --git a/src/LLVM/test/CodeGen/X86/phi-bit-propagation.ll b/third_party/LLVM/test/CodeGen/X86/phi-bit-propagation.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/phi-bit-propagation.ll
rename to third_party/LLVM/test/CodeGen/X86/phi-bit-propagation.ll
diff --git a/src/LLVM/test/CodeGen/X86/phi-immediate-factoring.ll b/third_party/LLVM/test/CodeGen/X86/phi-immediate-factoring.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/phi-immediate-factoring.ll
rename to third_party/LLVM/test/CodeGen/X86/phi-immediate-factoring.ll
diff --git a/src/LLVM/test/CodeGen/X86/phys-reg-local-regalloc.ll b/third_party/LLVM/test/CodeGen/X86/phys-reg-local-regalloc.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/phys-reg-local-regalloc.ll
rename to third_party/LLVM/test/CodeGen/X86/phys-reg-local-regalloc.ll
diff --git a/src/LLVM/test/CodeGen/X86/phys_subreg_coalesce-2.ll b/third_party/LLVM/test/CodeGen/X86/phys_subreg_coalesce-2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/phys_subreg_coalesce-2.ll
rename to third_party/LLVM/test/CodeGen/X86/phys_subreg_coalesce-2.ll
diff --git a/src/LLVM/test/CodeGen/X86/phys_subreg_coalesce-3.ll b/third_party/LLVM/test/CodeGen/X86/phys_subreg_coalesce-3.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/phys_subreg_coalesce-3.ll
rename to third_party/LLVM/test/CodeGen/X86/phys_subreg_coalesce-3.ll
diff --git a/src/LLVM/test/CodeGen/X86/phys_subreg_coalesce.ll b/third_party/LLVM/test/CodeGen/X86/phys_subreg_coalesce.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/phys_subreg_coalesce.ll
rename to third_party/LLVM/test/CodeGen/X86/phys_subreg_coalesce.ll
diff --git a/src/LLVM/test/CodeGen/X86/pic-load-remat.ll b/third_party/LLVM/test/CodeGen/X86/pic-load-remat.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/pic-load-remat.ll
rename to third_party/LLVM/test/CodeGen/X86/pic-load-remat.ll
diff --git a/src/LLVM/test/CodeGen/X86/pic.ll b/third_party/LLVM/test/CodeGen/X86/pic.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/pic.ll
rename to third_party/LLVM/test/CodeGen/X86/pic.ll
diff --git a/src/LLVM/test/CodeGen/X86/pic_jumptable.ll b/third_party/LLVM/test/CodeGen/X86/pic_jumptable.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/pic_jumptable.ll
rename to third_party/LLVM/test/CodeGen/X86/pic_jumptable.ll
diff --git a/src/LLVM/test/CodeGen/X86/pmul.ll b/third_party/LLVM/test/CodeGen/X86/pmul.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/pmul.ll
rename to third_party/LLVM/test/CodeGen/X86/pmul.ll
diff --git a/src/LLVM/test/CodeGen/X86/pmulld.ll b/third_party/LLVM/test/CodeGen/X86/pmulld.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/pmulld.ll
rename to third_party/LLVM/test/CodeGen/X86/pmulld.ll
diff --git a/src/LLVM/test/CodeGen/X86/popcnt.ll b/third_party/LLVM/test/CodeGen/X86/popcnt.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/popcnt.ll
rename to third_party/LLVM/test/CodeGen/X86/popcnt.ll
diff --git a/src/LLVM/test/CodeGen/X86/postalloc-coalescing.ll b/third_party/LLVM/test/CodeGen/X86/postalloc-coalescing.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/postalloc-coalescing.ll
rename to third_party/LLVM/test/CodeGen/X86/postalloc-coalescing.ll
diff --git a/src/LLVM/test/CodeGen/X86/postra-licm.ll b/third_party/LLVM/test/CodeGen/X86/postra-licm.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/postra-licm.ll
rename to third_party/LLVM/test/CodeGen/X86/postra-licm.ll
diff --git a/src/LLVM/test/CodeGen/X86/powi.ll b/third_party/LLVM/test/CodeGen/X86/powi.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/powi.ll
rename to third_party/LLVM/test/CodeGen/X86/powi.ll
diff --git a/src/LLVM/test/CodeGen/X86/pr10068.ll b/third_party/LLVM/test/CodeGen/X86/pr10068.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/pr10068.ll
rename to third_party/LLVM/test/CodeGen/X86/pr10068.ll
diff --git a/src/LLVM/test/CodeGen/X86/pr10420.ll b/third_party/LLVM/test/CodeGen/X86/pr10420.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/pr10420.ll
rename to third_party/LLVM/test/CodeGen/X86/pr10420.ll
diff --git a/src/LLVM/test/CodeGen/X86/pr1462.ll b/third_party/LLVM/test/CodeGen/X86/pr1462.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/pr1462.ll
rename to third_party/LLVM/test/CodeGen/X86/pr1462.ll
diff --git a/src/LLVM/test/CodeGen/X86/pr1489.ll b/third_party/LLVM/test/CodeGen/X86/pr1489.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/pr1489.ll
rename to third_party/LLVM/test/CodeGen/X86/pr1489.ll
diff --git a/src/LLVM/test/CodeGen/X86/pr1505.ll b/third_party/LLVM/test/CodeGen/X86/pr1505.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/pr1505.ll
rename to third_party/LLVM/test/CodeGen/X86/pr1505.ll
diff --git a/src/LLVM/test/CodeGen/X86/pr1505b.ll b/third_party/LLVM/test/CodeGen/X86/pr1505b.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/pr1505b.ll
rename to third_party/LLVM/test/CodeGen/X86/pr1505b.ll
diff --git a/src/LLVM/test/CodeGen/X86/pr2177.ll b/third_party/LLVM/test/CodeGen/X86/pr2177.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/pr2177.ll
rename to third_party/LLVM/test/CodeGen/X86/pr2177.ll
diff --git a/src/LLVM/test/CodeGen/X86/pr2182.ll b/third_party/LLVM/test/CodeGen/X86/pr2182.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/pr2182.ll
rename to third_party/LLVM/test/CodeGen/X86/pr2182.ll
diff --git a/src/LLVM/test/CodeGen/X86/pr2326.ll b/third_party/LLVM/test/CodeGen/X86/pr2326.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/pr2326.ll
rename to third_party/LLVM/test/CodeGen/X86/pr2326.ll
diff --git a/src/LLVM/test/CodeGen/X86/pr2656.ll b/third_party/LLVM/test/CodeGen/X86/pr2656.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/pr2656.ll
rename to third_party/LLVM/test/CodeGen/X86/pr2656.ll
diff --git a/src/LLVM/test/CodeGen/X86/pr2659.ll b/third_party/LLVM/test/CodeGen/X86/pr2659.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/pr2659.ll
rename to third_party/LLVM/test/CodeGen/X86/pr2659.ll
diff --git a/src/LLVM/test/CodeGen/X86/pr2849.ll b/third_party/LLVM/test/CodeGen/X86/pr2849.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/pr2849.ll
rename to third_party/LLVM/test/CodeGen/X86/pr2849.ll
diff --git a/src/LLVM/test/CodeGen/X86/pr2924.ll b/third_party/LLVM/test/CodeGen/X86/pr2924.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/pr2924.ll
rename to third_party/LLVM/test/CodeGen/X86/pr2924.ll
diff --git a/src/LLVM/test/CodeGen/X86/pr2982.ll b/third_party/LLVM/test/CodeGen/X86/pr2982.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/pr2982.ll
rename to third_party/LLVM/test/CodeGen/X86/pr2982.ll
diff --git a/src/LLVM/test/CodeGen/X86/pr3154.ll b/third_party/LLVM/test/CodeGen/X86/pr3154.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/pr3154.ll
rename to third_party/LLVM/test/CodeGen/X86/pr3154.ll
diff --git a/src/LLVM/test/CodeGen/X86/pr3216.ll b/third_party/LLVM/test/CodeGen/X86/pr3216.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/pr3216.ll
rename to third_party/LLVM/test/CodeGen/X86/pr3216.ll
diff --git a/src/LLVM/test/CodeGen/X86/pr3241.ll b/third_party/LLVM/test/CodeGen/X86/pr3241.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/pr3241.ll
rename to third_party/LLVM/test/CodeGen/X86/pr3241.ll
diff --git a/src/LLVM/test/CodeGen/X86/pr3243.ll b/third_party/LLVM/test/CodeGen/X86/pr3243.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/pr3243.ll
rename to third_party/LLVM/test/CodeGen/X86/pr3243.ll
diff --git a/src/LLVM/test/CodeGen/X86/pr3244.ll b/third_party/LLVM/test/CodeGen/X86/pr3244.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/pr3244.ll
rename to third_party/LLVM/test/CodeGen/X86/pr3244.ll
diff --git a/src/LLVM/test/CodeGen/X86/pr3250.ll b/third_party/LLVM/test/CodeGen/X86/pr3250.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/pr3250.ll
rename to third_party/LLVM/test/CodeGen/X86/pr3250.ll
diff --git a/src/LLVM/test/CodeGen/X86/pr3317.ll b/third_party/LLVM/test/CodeGen/X86/pr3317.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/pr3317.ll
rename to third_party/LLVM/test/CodeGen/X86/pr3317.ll
diff --git a/src/LLVM/test/CodeGen/X86/pr3366.ll b/third_party/LLVM/test/CodeGen/X86/pr3366.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/pr3366.ll
rename to third_party/LLVM/test/CodeGen/X86/pr3366.ll
diff --git a/src/LLVM/test/CodeGen/X86/pr3457.ll b/third_party/LLVM/test/CodeGen/X86/pr3457.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/pr3457.ll
rename to third_party/LLVM/test/CodeGen/X86/pr3457.ll
diff --git a/src/LLVM/test/CodeGen/X86/pr3495-2.ll b/third_party/LLVM/test/CodeGen/X86/pr3495-2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/pr3495-2.ll
rename to third_party/LLVM/test/CodeGen/X86/pr3495-2.ll
diff --git a/src/LLVM/test/CodeGen/X86/pr3495.ll b/third_party/LLVM/test/CodeGen/X86/pr3495.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/pr3495.ll
rename to third_party/LLVM/test/CodeGen/X86/pr3495.ll
diff --git a/src/LLVM/test/CodeGen/X86/pr3522.ll b/third_party/LLVM/test/CodeGen/X86/pr3522.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/pr3522.ll
rename to third_party/LLVM/test/CodeGen/X86/pr3522.ll
diff --git a/src/LLVM/test/CodeGen/X86/pr7882.ll b/third_party/LLVM/test/CodeGen/X86/pr7882.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/pr7882.ll
rename to third_party/LLVM/test/CodeGen/X86/pr7882.ll
diff --git a/src/LLVM/test/CodeGen/X86/pr9127.ll b/third_party/LLVM/test/CodeGen/X86/pr9127.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/pr9127.ll
rename to third_party/LLVM/test/CodeGen/X86/pr9127.ll
diff --git a/src/LLVM/test/CodeGen/X86/pr9743.ll b/third_party/LLVM/test/CodeGen/X86/pr9743.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/pr9743.ll
rename to third_party/LLVM/test/CodeGen/X86/pr9743.ll
diff --git a/src/LLVM/test/CodeGen/X86/prefetch.ll b/third_party/LLVM/test/CodeGen/X86/prefetch.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/prefetch.ll
rename to third_party/LLVM/test/CodeGen/X86/prefetch.ll
diff --git a/src/LLVM/test/CodeGen/X86/private-2.ll b/third_party/LLVM/test/CodeGen/X86/private-2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/private-2.ll
rename to third_party/LLVM/test/CodeGen/X86/private-2.ll
diff --git a/src/LLVM/test/CodeGen/X86/private.ll b/third_party/LLVM/test/CodeGen/X86/private.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/private.ll
rename to third_party/LLVM/test/CodeGen/X86/private.ll
diff --git a/src/LLVM/test/CodeGen/X86/promote-assert-zext.ll b/third_party/LLVM/test/CodeGen/X86/promote-assert-zext.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/promote-assert-zext.ll
rename to third_party/LLVM/test/CodeGen/X86/promote-assert-zext.ll
diff --git a/src/LLVM/test/CodeGen/X86/promote-i16.ll b/third_party/LLVM/test/CodeGen/X86/promote-i16.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/promote-i16.ll
rename to third_party/LLVM/test/CodeGen/X86/promote-i16.ll
diff --git a/src/LLVM/test/CodeGen/X86/promote-trunc.ll b/third_party/LLVM/test/CodeGen/X86/promote-trunc.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/promote-trunc.ll
rename to third_party/LLVM/test/CodeGen/X86/promote-trunc.ll
diff --git a/src/LLVM/test/CodeGen/X86/ptr-rotate.ll b/third_party/LLVM/test/CodeGen/X86/ptr-rotate.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/ptr-rotate.ll
rename to third_party/LLVM/test/CodeGen/X86/ptr-rotate.ll
diff --git a/src/LLVM/test/CodeGen/X86/ptrtoint-constexpr.ll b/third_party/LLVM/test/CodeGen/X86/ptrtoint-constexpr.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/ptrtoint-constexpr.ll
rename to third_party/LLVM/test/CodeGen/X86/ptrtoint-constexpr.ll
diff --git a/src/LLVM/test/CodeGen/X86/rdtsc.ll b/third_party/LLVM/test/CodeGen/X86/rdtsc.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/rdtsc.ll
rename to third_party/LLVM/test/CodeGen/X86/rdtsc.ll
diff --git a/src/LLVM/test/CodeGen/X86/red-zone.ll b/third_party/LLVM/test/CodeGen/X86/red-zone.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/red-zone.ll
rename to third_party/LLVM/test/CodeGen/X86/red-zone.ll
diff --git a/src/LLVM/test/CodeGen/X86/red-zone2.ll b/third_party/LLVM/test/CodeGen/X86/red-zone2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/red-zone2.ll
rename to third_party/LLVM/test/CodeGen/X86/red-zone2.ll
diff --git a/src/LLVM/test/CodeGen/X86/reghinting.ll b/third_party/LLVM/test/CodeGen/X86/reghinting.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/reghinting.ll
rename to third_party/LLVM/test/CodeGen/X86/reghinting.ll
diff --git a/src/LLVM/test/CodeGen/X86/regpressure.ll b/third_party/LLVM/test/CodeGen/X86/regpressure.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/regpressure.ll
rename to third_party/LLVM/test/CodeGen/X86/regpressure.ll
diff --git a/src/LLVM/test/CodeGen/X86/rem-2.ll b/third_party/LLVM/test/CodeGen/X86/rem-2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/rem-2.ll
rename to third_party/LLVM/test/CodeGen/X86/rem-2.ll
diff --git a/src/LLVM/test/CodeGen/X86/rem.ll b/third_party/LLVM/test/CodeGen/X86/rem.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/rem.ll
rename to third_party/LLVM/test/CodeGen/X86/rem.ll
diff --git a/src/LLVM/test/CodeGen/X86/remat-constant.ll b/third_party/LLVM/test/CodeGen/X86/remat-constant.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/remat-constant.ll
rename to third_party/LLVM/test/CodeGen/X86/remat-constant.ll
diff --git a/src/LLVM/test/CodeGen/X86/remat-mov-0.ll b/third_party/LLVM/test/CodeGen/X86/remat-mov-0.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/remat-mov-0.ll
rename to third_party/LLVM/test/CodeGen/X86/remat-mov-0.ll
diff --git a/src/LLVM/test/CodeGen/X86/remat-scalar-zero.ll b/third_party/LLVM/test/CodeGen/X86/remat-scalar-zero.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/remat-scalar-zero.ll
rename to third_party/LLVM/test/CodeGen/X86/remat-scalar-zero.ll
diff --git a/src/LLVM/test/CodeGen/X86/ret-addr.ll b/third_party/LLVM/test/CodeGen/X86/ret-addr.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/ret-addr.ll
rename to third_party/LLVM/test/CodeGen/X86/ret-addr.ll
diff --git a/src/LLVM/test/CodeGen/X86/ret-i64-0.ll b/third_party/LLVM/test/CodeGen/X86/ret-i64-0.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/ret-i64-0.ll
rename to third_party/LLVM/test/CodeGen/X86/ret-i64-0.ll
diff --git a/src/LLVM/test/CodeGen/X86/ret-mmx.ll b/third_party/LLVM/test/CodeGen/X86/ret-mmx.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/ret-mmx.ll
rename to third_party/LLVM/test/CodeGen/X86/ret-mmx.ll
diff --git a/src/LLVM/test/CodeGen/X86/rip-rel-address.ll b/third_party/LLVM/test/CodeGen/X86/rip-rel-address.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/rip-rel-address.ll
rename to third_party/LLVM/test/CodeGen/X86/rip-rel-address.ll
diff --git a/src/LLVM/test/CodeGen/X86/rodata-relocs.ll b/third_party/LLVM/test/CodeGen/X86/rodata-relocs.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/rodata-relocs.ll
rename to third_party/LLVM/test/CodeGen/X86/rodata-relocs.ll
diff --git a/src/LLVM/test/CodeGen/X86/rot16.ll b/third_party/LLVM/test/CodeGen/X86/rot16.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/rot16.ll
rename to third_party/LLVM/test/CodeGen/X86/rot16.ll
diff --git a/src/LLVM/test/CodeGen/X86/rot32.ll b/third_party/LLVM/test/CodeGen/X86/rot32.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/rot32.ll
rename to third_party/LLVM/test/CodeGen/X86/rot32.ll
diff --git a/src/LLVM/test/CodeGen/X86/rot64.ll b/third_party/LLVM/test/CodeGen/X86/rot64.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/rot64.ll
rename to third_party/LLVM/test/CodeGen/X86/rot64.ll
diff --git a/src/LLVM/test/CodeGen/X86/rotate.ll b/third_party/LLVM/test/CodeGen/X86/rotate.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/rotate.ll
rename to third_party/LLVM/test/CodeGen/X86/rotate.ll
diff --git a/src/LLVM/test/CodeGen/X86/rotate2.ll b/third_party/LLVM/test/CodeGen/X86/rotate2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/rotate2.ll
rename to third_party/LLVM/test/CodeGen/X86/rotate2.ll
diff --git a/src/LLVM/test/CodeGen/X86/scalar-extract.ll b/third_party/LLVM/test/CodeGen/X86/scalar-extract.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/scalar-extract.ll
rename to third_party/LLVM/test/CodeGen/X86/scalar-extract.ll
diff --git a/src/LLVM/test/CodeGen/X86/scalar-min-max-fill-operand.ll b/third_party/LLVM/test/CodeGen/X86/scalar-min-max-fill-operand.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/scalar-min-max-fill-operand.ll
rename to third_party/LLVM/test/CodeGen/X86/scalar-min-max-fill-operand.ll
diff --git a/src/LLVM/test/CodeGen/X86/scalar_sse_minmax.ll b/third_party/LLVM/test/CodeGen/X86/scalar_sse_minmax.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/scalar_sse_minmax.ll
rename to third_party/LLVM/test/CodeGen/X86/scalar_sse_minmax.ll
diff --git a/src/LLVM/test/CodeGen/X86/scalar_widen_div.ll b/third_party/LLVM/test/CodeGen/X86/scalar_widen_div.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/scalar_widen_div.ll
rename to third_party/LLVM/test/CodeGen/X86/scalar_widen_div.ll
diff --git a/src/LLVM/test/CodeGen/X86/scalarize-bitcast.ll b/third_party/LLVM/test/CodeGen/X86/scalarize-bitcast.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/scalarize-bitcast.ll
rename to third_party/LLVM/test/CodeGen/X86/scalarize-bitcast.ll
diff --git a/src/LLVM/test/CodeGen/X86/scev-interchange.ll b/third_party/LLVM/test/CodeGen/X86/scev-interchange.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/scev-interchange.ll
rename to third_party/LLVM/test/CodeGen/X86/scev-interchange.ll
diff --git a/src/LLVM/test/CodeGen/X86/sdiv-exact.ll b/third_party/LLVM/test/CodeGen/X86/sdiv-exact.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/sdiv-exact.ll
rename to third_party/LLVM/test/CodeGen/X86/sdiv-exact.ll
diff --git a/src/LLVM/test/CodeGen/X86/segmented-stacks.ll b/third_party/LLVM/test/CodeGen/X86/segmented-stacks.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/segmented-stacks.ll
rename to third_party/LLVM/test/CodeGen/X86/segmented-stacks.ll
diff --git a/src/LLVM/test/CodeGen/X86/select.ll b/third_party/LLVM/test/CodeGen/X86/select.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/select.ll
rename to third_party/LLVM/test/CodeGen/X86/select.ll
diff --git a/src/LLVM/test/CodeGen/X86/setcc.ll b/third_party/LLVM/test/CodeGen/X86/setcc.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/setcc.ll
rename to third_party/LLVM/test/CodeGen/X86/setcc.ll
diff --git a/src/LLVM/test/CodeGen/X86/setoeq.ll b/third_party/LLVM/test/CodeGen/X86/setoeq.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/setoeq.ll
rename to third_party/LLVM/test/CodeGen/X86/setoeq.ll
diff --git a/src/LLVM/test/CodeGen/X86/setuge.ll b/third_party/LLVM/test/CodeGen/X86/setuge.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/setuge.ll
rename to third_party/LLVM/test/CodeGen/X86/setuge.ll
diff --git a/src/LLVM/test/CodeGen/X86/sext-i1.ll b/third_party/LLVM/test/CodeGen/X86/sext-i1.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/sext-i1.ll
rename to third_party/LLVM/test/CodeGen/X86/sext-i1.ll
diff --git a/src/LLVM/test/CodeGen/X86/sext-load.ll b/third_party/LLVM/test/CodeGen/X86/sext-load.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/sext-load.ll
rename to third_party/LLVM/test/CodeGen/X86/sext-load.ll
diff --git a/src/LLVM/test/CodeGen/X86/sext-ret-val.ll b/third_party/LLVM/test/CodeGen/X86/sext-ret-val.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/sext-ret-val.ll
rename to third_party/LLVM/test/CodeGen/X86/sext-ret-val.ll
diff --git a/src/LLVM/test/CodeGen/X86/sext-subreg.ll b/third_party/LLVM/test/CodeGen/X86/sext-subreg.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/sext-subreg.ll
rename to third_party/LLVM/test/CodeGen/X86/sext-subreg.ll
diff --git a/src/LLVM/test/CodeGen/X86/sext-trunc.ll b/third_party/LLVM/test/CodeGen/X86/sext-trunc.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/sext-trunc.ll
rename to third_party/LLVM/test/CodeGen/X86/sext-trunc.ll
diff --git a/src/LLVM/test/CodeGen/X86/sfence.ll b/third_party/LLVM/test/CodeGen/X86/sfence.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/sfence.ll
rename to third_party/LLVM/test/CodeGen/X86/sfence.ll
diff --git a/src/LLVM/test/CodeGen/X86/shift-and.ll b/third_party/LLVM/test/CodeGen/X86/shift-and.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/shift-and.ll
rename to third_party/LLVM/test/CodeGen/X86/shift-and.ll
diff --git a/src/LLVM/test/CodeGen/X86/shift-coalesce.ll b/third_party/LLVM/test/CodeGen/X86/shift-coalesce.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/shift-coalesce.ll
rename to third_party/LLVM/test/CodeGen/X86/shift-coalesce.ll
diff --git a/src/LLVM/test/CodeGen/X86/shift-codegen.ll b/third_party/LLVM/test/CodeGen/X86/shift-codegen.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/shift-codegen.ll
rename to third_party/LLVM/test/CodeGen/X86/shift-codegen.ll
diff --git a/src/LLVM/test/CodeGen/X86/shift-combine.ll b/third_party/LLVM/test/CodeGen/X86/shift-combine.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/shift-combine.ll
rename to third_party/LLVM/test/CodeGen/X86/shift-combine.ll
diff --git a/src/LLVM/test/CodeGen/X86/shift-double.ll b/third_party/LLVM/test/CodeGen/X86/shift-double.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/shift-double.ll
rename to third_party/LLVM/test/CodeGen/X86/shift-double.ll
diff --git a/src/LLVM/test/CodeGen/X86/shift-folding.ll b/third_party/LLVM/test/CodeGen/X86/shift-folding.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/shift-folding.ll
rename to third_party/LLVM/test/CodeGen/X86/shift-folding.ll
diff --git a/src/LLVM/test/CodeGen/X86/shift-i128.ll b/third_party/LLVM/test/CodeGen/X86/shift-i128.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/shift-i128.ll
rename to third_party/LLVM/test/CodeGen/X86/shift-i128.ll
diff --git a/src/LLVM/test/CodeGen/X86/shift-i256.ll b/third_party/LLVM/test/CodeGen/X86/shift-i256.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/shift-i256.ll
rename to third_party/LLVM/test/CodeGen/X86/shift-i256.ll
diff --git a/src/LLVM/test/CodeGen/X86/shift-one.ll b/third_party/LLVM/test/CodeGen/X86/shift-one.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/shift-one.ll
rename to third_party/LLVM/test/CodeGen/X86/shift-one.ll
diff --git a/src/LLVM/test/CodeGen/X86/shift-pair.ll b/third_party/LLVM/test/CodeGen/X86/shift-pair.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/shift-pair.ll
rename to third_party/LLVM/test/CodeGen/X86/shift-pair.ll
diff --git a/src/LLVM/test/CodeGen/X86/shift-parts.ll b/third_party/LLVM/test/CodeGen/X86/shift-parts.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/shift-parts.ll
rename to third_party/LLVM/test/CodeGen/X86/shift-parts.ll
diff --git a/src/LLVM/test/CodeGen/X86/shl-anyext.ll b/third_party/LLVM/test/CodeGen/X86/shl-anyext.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/shl-anyext.ll
rename to third_party/LLVM/test/CodeGen/X86/shl-anyext.ll
diff --git a/src/LLVM/test/CodeGen/X86/shl_elim.ll b/third_party/LLVM/test/CodeGen/X86/shl_elim.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/shl_elim.ll
rename to third_party/LLVM/test/CodeGen/X86/shl_elim.ll
diff --git a/src/LLVM/test/CodeGen/X86/shl_undef.ll b/third_party/LLVM/test/CodeGen/X86/shl_undef.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/shl_undef.ll
rename to third_party/LLVM/test/CodeGen/X86/shl_undef.ll
diff --git a/src/LLVM/test/CodeGen/X86/shrink-compare.ll b/third_party/LLVM/test/CodeGen/X86/shrink-compare.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/shrink-compare.ll
rename to third_party/LLVM/test/CodeGen/X86/shrink-compare.ll
diff --git a/src/LLVM/test/CodeGen/X86/shrink-fp-const1.ll b/third_party/LLVM/test/CodeGen/X86/shrink-fp-const1.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/shrink-fp-const1.ll
rename to third_party/LLVM/test/CodeGen/X86/shrink-fp-const1.ll
diff --git a/src/LLVM/test/CodeGen/X86/shrink-fp-const2.ll b/third_party/LLVM/test/CodeGen/X86/shrink-fp-const2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/shrink-fp-const2.ll
rename to third_party/LLVM/test/CodeGen/X86/shrink-fp-const2.ll
diff --git a/src/LLVM/test/CodeGen/X86/sibcall-2.ll b/third_party/LLVM/test/CodeGen/X86/sibcall-2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/sibcall-2.ll
rename to third_party/LLVM/test/CodeGen/X86/sibcall-2.ll
diff --git a/src/LLVM/test/CodeGen/X86/sibcall-3.ll b/third_party/LLVM/test/CodeGen/X86/sibcall-3.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/sibcall-3.ll
rename to third_party/LLVM/test/CodeGen/X86/sibcall-3.ll
diff --git a/src/LLVM/test/CodeGen/X86/sibcall-4.ll b/third_party/LLVM/test/CodeGen/X86/sibcall-4.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/sibcall-4.ll
rename to third_party/LLVM/test/CodeGen/X86/sibcall-4.ll
diff --git a/src/LLVM/test/CodeGen/X86/sibcall-5.ll b/third_party/LLVM/test/CodeGen/X86/sibcall-5.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/sibcall-5.ll
rename to third_party/LLVM/test/CodeGen/X86/sibcall-5.ll
diff --git a/src/LLVM/test/CodeGen/X86/sibcall-byval.ll b/third_party/LLVM/test/CodeGen/X86/sibcall-byval.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/sibcall-byval.ll
rename to third_party/LLVM/test/CodeGen/X86/sibcall-byval.ll
diff --git a/src/LLVM/test/CodeGen/X86/sibcall.ll b/third_party/LLVM/test/CodeGen/X86/sibcall.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/sibcall.ll
rename to third_party/LLVM/test/CodeGen/X86/sibcall.ll
diff --git a/src/LLVM/test/CodeGen/X86/sincos.ll b/third_party/LLVM/test/CodeGen/X86/sincos.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/sincos.ll
rename to third_party/LLVM/test/CodeGen/X86/sincos.ll
diff --git a/src/LLVM/test/CodeGen/X86/sink-hoist.ll b/third_party/LLVM/test/CodeGen/X86/sink-hoist.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/sink-hoist.ll
rename to third_party/LLVM/test/CodeGen/X86/sink-hoist.ll
diff --git a/src/LLVM/test/CodeGen/X86/small-byval-memcpy.ll b/third_party/LLVM/test/CodeGen/X86/small-byval-memcpy.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/small-byval-memcpy.ll
rename to third_party/LLVM/test/CodeGen/X86/small-byval-memcpy.ll
diff --git a/src/LLVM/test/CodeGen/X86/smul-with-overflow.ll b/third_party/LLVM/test/CodeGen/X86/smul-with-overflow.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/smul-with-overflow.ll
rename to third_party/LLVM/test/CodeGen/X86/smul-with-overflow.ll
diff --git a/src/LLVM/test/CodeGen/X86/soft-fp.ll b/third_party/LLVM/test/CodeGen/X86/soft-fp.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/soft-fp.ll
rename to third_party/LLVM/test/CodeGen/X86/soft-fp.ll
diff --git a/src/LLVM/test/CodeGen/X86/splat-scalar-load.ll b/third_party/LLVM/test/CodeGen/X86/splat-scalar-load.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/splat-scalar-load.ll
rename to third_party/LLVM/test/CodeGen/X86/splat-scalar-load.ll
diff --git a/src/LLVM/test/CodeGen/X86/split-eh-lpad-edges.ll b/third_party/LLVM/test/CodeGen/X86/split-eh-lpad-edges.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/split-eh-lpad-edges.ll
rename to third_party/LLVM/test/CodeGen/X86/split-eh-lpad-edges.ll
diff --git a/src/LLVM/test/CodeGen/X86/split-vector-bitcast.ll b/third_party/LLVM/test/CodeGen/X86/split-vector-bitcast.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/split-vector-bitcast.ll
rename to third_party/LLVM/test/CodeGen/X86/split-vector-bitcast.ll
diff --git a/src/LLVM/test/CodeGen/X86/split-vector-rem.ll b/third_party/LLVM/test/CodeGen/X86/split-vector-rem.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/split-vector-rem.ll
rename to third_party/LLVM/test/CodeGen/X86/split-vector-rem.ll
diff --git a/src/LLVM/test/CodeGen/X86/sret.ll b/third_party/LLVM/test/CodeGen/X86/sret.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/sret.ll
rename to third_party/LLVM/test/CodeGen/X86/sret.ll
diff --git a/src/LLVM/test/CodeGen/X86/sse-align-0.ll b/third_party/LLVM/test/CodeGen/X86/sse-align-0.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/sse-align-0.ll
rename to third_party/LLVM/test/CodeGen/X86/sse-align-0.ll
diff --git a/src/LLVM/test/CodeGen/X86/sse-align-1.ll b/third_party/LLVM/test/CodeGen/X86/sse-align-1.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/sse-align-1.ll
rename to third_party/LLVM/test/CodeGen/X86/sse-align-1.ll
diff --git a/src/LLVM/test/CodeGen/X86/sse-align-10.ll b/third_party/LLVM/test/CodeGen/X86/sse-align-10.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/sse-align-10.ll
rename to third_party/LLVM/test/CodeGen/X86/sse-align-10.ll
diff --git a/src/LLVM/test/CodeGen/X86/sse-align-11.ll b/third_party/LLVM/test/CodeGen/X86/sse-align-11.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/sse-align-11.ll
rename to third_party/LLVM/test/CodeGen/X86/sse-align-11.ll
diff --git a/src/LLVM/test/CodeGen/X86/sse-align-12.ll b/third_party/LLVM/test/CodeGen/X86/sse-align-12.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/sse-align-12.ll
rename to third_party/LLVM/test/CodeGen/X86/sse-align-12.ll
diff --git a/src/LLVM/test/CodeGen/X86/sse-align-2.ll b/third_party/LLVM/test/CodeGen/X86/sse-align-2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/sse-align-2.ll
rename to third_party/LLVM/test/CodeGen/X86/sse-align-2.ll
diff --git a/src/LLVM/test/CodeGen/X86/sse-align-3.ll b/third_party/LLVM/test/CodeGen/X86/sse-align-3.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/sse-align-3.ll
rename to third_party/LLVM/test/CodeGen/X86/sse-align-3.ll
diff --git a/src/LLVM/test/CodeGen/X86/sse-align-4.ll b/third_party/LLVM/test/CodeGen/X86/sse-align-4.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/sse-align-4.ll
rename to third_party/LLVM/test/CodeGen/X86/sse-align-4.ll
diff --git a/src/LLVM/test/CodeGen/X86/sse-align-5.ll b/third_party/LLVM/test/CodeGen/X86/sse-align-5.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/sse-align-5.ll
rename to third_party/LLVM/test/CodeGen/X86/sse-align-5.ll
diff --git a/src/LLVM/test/CodeGen/X86/sse-align-6.ll b/third_party/LLVM/test/CodeGen/X86/sse-align-6.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/sse-align-6.ll
rename to third_party/LLVM/test/CodeGen/X86/sse-align-6.ll
diff --git a/src/LLVM/test/CodeGen/X86/sse-align-7.ll b/third_party/LLVM/test/CodeGen/X86/sse-align-7.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/sse-align-7.ll
rename to third_party/LLVM/test/CodeGen/X86/sse-align-7.ll
diff --git a/src/LLVM/test/CodeGen/X86/sse-align-8.ll b/third_party/LLVM/test/CodeGen/X86/sse-align-8.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/sse-align-8.ll
rename to third_party/LLVM/test/CodeGen/X86/sse-align-8.ll
diff --git a/src/LLVM/test/CodeGen/X86/sse-align-9.ll b/third_party/LLVM/test/CodeGen/X86/sse-align-9.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/sse-align-9.ll
rename to third_party/LLVM/test/CodeGen/X86/sse-align-9.ll
diff --git a/src/LLVM/test/CodeGen/X86/sse-commute.ll b/third_party/LLVM/test/CodeGen/X86/sse-commute.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/sse-commute.ll
rename to third_party/LLVM/test/CodeGen/X86/sse-commute.ll
diff --git a/src/LLVM/test/CodeGen/X86/sse-fcopysign.ll b/third_party/LLVM/test/CodeGen/X86/sse-fcopysign.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/sse-fcopysign.ll
rename to third_party/LLVM/test/CodeGen/X86/sse-fcopysign.ll
diff --git a/src/LLVM/test/CodeGen/X86/sse-load-ret.ll b/third_party/LLVM/test/CodeGen/X86/sse-load-ret.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/sse-load-ret.ll
rename to third_party/LLVM/test/CodeGen/X86/sse-load-ret.ll
diff --git a/src/LLVM/test/CodeGen/X86/sse-minmax.ll b/third_party/LLVM/test/CodeGen/X86/sse-minmax.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/sse-minmax.ll
rename to third_party/LLVM/test/CodeGen/X86/sse-minmax.ll
diff --git a/src/LLVM/test/CodeGen/X86/sse-varargs.ll b/third_party/LLVM/test/CodeGen/X86/sse-varargs.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/sse-varargs.ll
rename to third_party/LLVM/test/CodeGen/X86/sse-varargs.ll
diff --git a/src/LLVM/test/CodeGen/X86/sse1.ll b/third_party/LLVM/test/CodeGen/X86/sse1.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/sse1.ll
rename to third_party/LLVM/test/CodeGen/X86/sse1.ll
diff --git a/src/LLVM/test/CodeGen/X86/sse2-blend.ll b/third_party/LLVM/test/CodeGen/X86/sse2-blend.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/sse2-blend.ll
rename to third_party/LLVM/test/CodeGen/X86/sse2-blend.ll
diff --git a/src/LLVM/test/CodeGen/X86/sse2.ll b/third_party/LLVM/test/CodeGen/X86/sse2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/sse2.ll
rename to third_party/LLVM/test/CodeGen/X86/sse2.ll
diff --git a/src/LLVM/test/CodeGen/X86/sse3.ll b/third_party/LLVM/test/CodeGen/X86/sse3.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/sse3.ll
rename to third_party/LLVM/test/CodeGen/X86/sse3.ll
diff --git a/src/LLVM/test/CodeGen/X86/sse41-blend.ll b/third_party/LLVM/test/CodeGen/X86/sse41-blend.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/sse41-blend.ll
rename to third_party/LLVM/test/CodeGen/X86/sse41-blend.ll
diff --git a/src/LLVM/test/CodeGen/X86/sse41.ll b/third_party/LLVM/test/CodeGen/X86/sse41.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/sse41.ll
rename to third_party/LLVM/test/CodeGen/X86/sse41.ll
diff --git a/src/LLVM/test/CodeGen/X86/sse42.ll b/third_party/LLVM/test/CodeGen/X86/sse42.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/sse42.ll
rename to third_party/LLVM/test/CodeGen/X86/sse42.ll
diff --git a/src/LLVM/test/CodeGen/X86/sse42_64.ll b/third_party/LLVM/test/CodeGen/X86/sse42_64.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/sse42_64.ll
rename to third_party/LLVM/test/CodeGen/X86/sse42_64.ll
diff --git a/src/LLVM/test/CodeGen/X86/sse_reload_fold.ll b/third_party/LLVM/test/CodeGen/X86/sse_reload_fold.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/sse_reload_fold.ll
rename to third_party/LLVM/test/CodeGen/X86/sse_reload_fold.ll
diff --git a/src/LLVM/test/CodeGen/X86/stack-align.ll b/third_party/LLVM/test/CodeGen/X86/stack-align.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/stack-align.ll
rename to third_party/LLVM/test/CodeGen/X86/stack-align.ll
diff --git a/src/LLVM/test/CodeGen/X86/stack-protector-linux.ll b/third_party/LLVM/test/CodeGen/X86/stack-protector-linux.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/stack-protector-linux.ll
rename to third_party/LLVM/test/CodeGen/X86/stack-protector-linux.ll
diff --git a/src/LLVM/test/CodeGen/X86/stdarg.ll b/third_party/LLVM/test/CodeGen/X86/stdarg.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/stdarg.ll
rename to third_party/LLVM/test/CodeGen/X86/stdarg.ll
diff --git a/src/LLVM/test/CodeGen/X86/stdcall-notailcall.ll b/third_party/LLVM/test/CodeGen/X86/stdcall-notailcall.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/stdcall-notailcall.ll
rename to third_party/LLVM/test/CodeGen/X86/stdcall-notailcall.ll
diff --git a/src/LLVM/test/CodeGen/X86/stdcall.ll b/third_party/LLVM/test/CodeGen/X86/stdcall.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/stdcall.ll
rename to third_party/LLVM/test/CodeGen/X86/stdcall.ll
diff --git a/src/LLVM/test/CodeGen/X86/store-empty-member.ll b/third_party/LLVM/test/CodeGen/X86/store-empty-member.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/store-empty-member.ll
rename to third_party/LLVM/test/CodeGen/X86/store-empty-member.ll
diff --git a/src/LLVM/test/CodeGen/X86/store-fp-constant.ll b/third_party/LLVM/test/CodeGen/X86/store-fp-constant.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/store-fp-constant.ll
rename to third_party/LLVM/test/CodeGen/X86/store-fp-constant.ll
diff --git a/src/LLVM/test/CodeGen/X86/store-global-address.ll b/third_party/LLVM/test/CodeGen/X86/store-global-address.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/store-global-address.ll
rename to third_party/LLVM/test/CodeGen/X86/store-global-address.ll
diff --git a/src/LLVM/test/CodeGen/X86/store-narrow.ll b/third_party/LLVM/test/CodeGen/X86/store-narrow.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/store-narrow.ll
rename to third_party/LLVM/test/CodeGen/X86/store-narrow.ll
diff --git a/src/LLVM/test/CodeGen/X86/store_op_load_fold.ll b/third_party/LLVM/test/CodeGen/X86/store_op_load_fold.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/store_op_load_fold.ll
rename to third_party/LLVM/test/CodeGen/X86/store_op_load_fold.ll
diff --git a/src/LLVM/test/CodeGen/X86/store_op_load_fold2.ll b/third_party/LLVM/test/CodeGen/X86/store_op_load_fold2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/store_op_load_fold2.ll
rename to third_party/LLVM/test/CodeGen/X86/store_op_load_fold2.ll
diff --git a/src/LLVM/test/CodeGen/X86/storetrunc-fp.ll b/third_party/LLVM/test/CodeGen/X86/storetrunc-fp.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/storetrunc-fp.ll
rename to third_party/LLVM/test/CodeGen/X86/storetrunc-fp.ll
diff --git a/src/LLVM/test/CodeGen/X86/stride-nine-with-base-reg.ll b/third_party/LLVM/test/CodeGen/X86/stride-nine-with-base-reg.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/stride-nine-with-base-reg.ll
rename to third_party/LLVM/test/CodeGen/X86/stride-nine-with-base-reg.ll
diff --git a/src/LLVM/test/CodeGen/X86/stride-reuse.ll b/third_party/LLVM/test/CodeGen/X86/stride-reuse.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/stride-reuse.ll
rename to third_party/LLVM/test/CodeGen/X86/stride-reuse.ll
diff --git a/src/LLVM/test/CodeGen/X86/sub-with-overflow.ll b/third_party/LLVM/test/CodeGen/X86/sub-with-overflow.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/sub-with-overflow.ll
rename to third_party/LLVM/test/CodeGen/X86/sub-with-overflow.ll
diff --git a/src/LLVM/test/CodeGen/X86/sub.ll b/third_party/LLVM/test/CodeGen/X86/sub.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/sub.ll
rename to third_party/LLVM/test/CodeGen/X86/sub.ll
diff --git a/src/LLVM/test/CodeGen/X86/subreg-to-reg-0.ll b/third_party/LLVM/test/CodeGen/X86/subreg-to-reg-0.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/subreg-to-reg-0.ll
rename to third_party/LLVM/test/CodeGen/X86/subreg-to-reg-0.ll
diff --git a/src/LLVM/test/CodeGen/X86/subreg-to-reg-1.ll b/third_party/LLVM/test/CodeGen/X86/subreg-to-reg-1.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/subreg-to-reg-1.ll
rename to third_party/LLVM/test/CodeGen/X86/subreg-to-reg-1.ll
diff --git a/src/LLVM/test/CodeGen/X86/subreg-to-reg-2.ll b/third_party/LLVM/test/CodeGen/X86/subreg-to-reg-2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/subreg-to-reg-2.ll
rename to third_party/LLVM/test/CodeGen/X86/subreg-to-reg-2.ll
diff --git a/src/LLVM/test/CodeGen/X86/subreg-to-reg-3.ll b/third_party/LLVM/test/CodeGen/X86/subreg-to-reg-3.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/subreg-to-reg-3.ll
rename to third_party/LLVM/test/CodeGen/X86/subreg-to-reg-3.ll
diff --git a/src/LLVM/test/CodeGen/X86/subreg-to-reg-4.ll b/third_party/LLVM/test/CodeGen/X86/subreg-to-reg-4.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/subreg-to-reg-4.ll
rename to third_party/LLVM/test/CodeGen/X86/subreg-to-reg-4.ll
diff --git a/src/LLVM/test/CodeGen/X86/subreg-to-reg-6.ll b/third_party/LLVM/test/CodeGen/X86/subreg-to-reg-6.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/subreg-to-reg-6.ll
rename to third_party/LLVM/test/CodeGen/X86/subreg-to-reg-6.ll
diff --git a/src/LLVM/test/CodeGen/X86/switch-bt.ll b/third_party/LLVM/test/CodeGen/X86/switch-bt.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/switch-bt.ll
rename to third_party/LLVM/test/CodeGen/X86/switch-bt.ll
diff --git a/src/LLVM/test/CodeGen/X86/switch-crit-edge-constant.ll b/third_party/LLVM/test/CodeGen/X86/switch-crit-edge-constant.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/switch-crit-edge-constant.ll
rename to third_party/LLVM/test/CodeGen/X86/switch-crit-edge-constant.ll
diff --git a/src/LLVM/test/CodeGen/X86/switch-or.ll b/third_party/LLVM/test/CodeGen/X86/switch-or.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/switch-or.ll
rename to third_party/LLVM/test/CodeGen/X86/switch-or.ll
diff --git a/src/LLVM/test/CodeGen/X86/switch-zextload.ll b/third_party/LLVM/test/CodeGen/X86/switch-zextload.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/switch-zextload.ll
rename to third_party/LLVM/test/CodeGen/X86/switch-zextload.ll
diff --git a/src/LLVM/test/CodeGen/X86/swizzle.ll b/third_party/LLVM/test/CodeGen/X86/swizzle.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/swizzle.ll
rename to third_party/LLVM/test/CodeGen/X86/swizzle.ll
diff --git a/src/LLVM/test/CodeGen/X86/tail-call-got.ll b/third_party/LLVM/test/CodeGen/X86/tail-call-got.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/tail-call-got.ll
rename to third_party/LLVM/test/CodeGen/X86/tail-call-got.ll
diff --git a/src/LLVM/test/CodeGen/X86/tail-dup-addr.ll b/third_party/LLVM/test/CodeGen/X86/tail-dup-addr.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/tail-dup-addr.ll
rename to third_party/LLVM/test/CodeGen/X86/tail-dup-addr.ll
diff --git a/src/LLVM/test/CodeGen/X86/tail-opts.ll b/third_party/LLVM/test/CodeGen/X86/tail-opts.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/tail-opts.ll
rename to third_party/LLVM/test/CodeGen/X86/tail-opts.ll
diff --git a/src/LLVM/test/CodeGen/X86/tail-threshold.ll b/third_party/LLVM/test/CodeGen/X86/tail-threshold.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/tail-threshold.ll
rename to third_party/LLVM/test/CodeGen/X86/tail-threshold.ll
diff --git a/src/LLVM/test/CodeGen/X86/tailcall-fastisel.ll b/third_party/LLVM/test/CodeGen/X86/tailcall-fastisel.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/tailcall-fastisel.ll
rename to third_party/LLVM/test/CodeGen/X86/tailcall-fastisel.ll
diff --git a/src/LLVM/test/CodeGen/X86/tailcall-i1.ll b/third_party/LLVM/test/CodeGen/X86/tailcall-i1.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/tailcall-i1.ll
rename to third_party/LLVM/test/CodeGen/X86/tailcall-i1.ll
diff --git a/src/LLVM/test/CodeGen/X86/tailcall-largecode.ll b/third_party/LLVM/test/CodeGen/X86/tailcall-largecode.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/tailcall-largecode.ll
rename to third_party/LLVM/test/CodeGen/X86/tailcall-largecode.ll
diff --git a/src/LLVM/test/CodeGen/X86/tailcall-returndup-void.ll b/third_party/LLVM/test/CodeGen/X86/tailcall-returndup-void.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/tailcall-returndup-void.ll
rename to third_party/LLVM/test/CodeGen/X86/tailcall-returndup-void.ll
diff --git a/src/LLVM/test/CodeGen/X86/tailcall-ri64.ll b/third_party/LLVM/test/CodeGen/X86/tailcall-ri64.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/tailcall-ri64.ll
rename to third_party/LLVM/test/CodeGen/X86/tailcall-ri64.ll
diff --git a/src/LLVM/test/CodeGen/X86/tailcall-stackalign.ll b/third_party/LLVM/test/CodeGen/X86/tailcall-stackalign.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/tailcall-stackalign.ll
rename to third_party/LLVM/test/CodeGen/X86/tailcall-stackalign.ll
diff --git a/src/LLVM/test/CodeGen/X86/tailcall-structret.ll b/third_party/LLVM/test/CodeGen/X86/tailcall-structret.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/tailcall-structret.ll
rename to third_party/LLVM/test/CodeGen/X86/tailcall-structret.ll
diff --git a/src/LLVM/test/CodeGen/X86/tailcall-void.ll b/third_party/LLVM/test/CodeGen/X86/tailcall-void.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/tailcall-void.ll
rename to third_party/LLVM/test/CodeGen/X86/tailcall-void.ll
diff --git a/src/LLVM/test/CodeGen/X86/tailcall1.ll b/third_party/LLVM/test/CodeGen/X86/tailcall1.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/tailcall1.ll
rename to third_party/LLVM/test/CodeGen/X86/tailcall1.ll
diff --git a/src/LLVM/test/CodeGen/X86/tailcallbyval.ll b/third_party/LLVM/test/CodeGen/X86/tailcallbyval.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/tailcallbyval.ll
rename to third_party/LLVM/test/CodeGen/X86/tailcallbyval.ll
diff --git a/src/LLVM/test/CodeGen/X86/tailcallbyval64.ll b/third_party/LLVM/test/CodeGen/X86/tailcallbyval64.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/tailcallbyval64.ll
rename to third_party/LLVM/test/CodeGen/X86/tailcallbyval64.ll
diff --git a/src/LLVM/test/CodeGen/X86/tailcallfp.ll b/third_party/LLVM/test/CodeGen/X86/tailcallfp.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/tailcallfp.ll
rename to third_party/LLVM/test/CodeGen/X86/tailcallfp.ll
diff --git a/src/LLVM/test/CodeGen/X86/tailcallfp2.ll b/third_party/LLVM/test/CodeGen/X86/tailcallfp2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/tailcallfp2.ll
rename to third_party/LLVM/test/CodeGen/X86/tailcallfp2.ll
diff --git a/src/LLVM/test/CodeGen/X86/tailcallpic1.ll b/third_party/LLVM/test/CodeGen/X86/tailcallpic1.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/tailcallpic1.ll
rename to third_party/LLVM/test/CodeGen/X86/tailcallpic1.ll
diff --git a/src/LLVM/test/CodeGen/X86/tailcallpic2.ll b/third_party/LLVM/test/CodeGen/X86/tailcallpic2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/tailcallpic2.ll
rename to third_party/LLVM/test/CodeGen/X86/tailcallpic2.ll
diff --git a/src/LLVM/test/CodeGen/X86/tailcallstack64.ll b/third_party/LLVM/test/CodeGen/X86/tailcallstack64.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/tailcallstack64.ll
rename to third_party/LLVM/test/CodeGen/X86/tailcallstack64.ll
diff --git a/src/LLVM/test/CodeGen/X86/test-nofold.ll b/third_party/LLVM/test/CodeGen/X86/test-nofold.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/test-nofold.ll
rename to third_party/LLVM/test/CodeGen/X86/test-nofold.ll
diff --git a/src/LLVM/test/CodeGen/X86/test-shrink-bug.ll b/third_party/LLVM/test/CodeGen/X86/test-shrink-bug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/test-shrink-bug.ll
rename to third_party/LLVM/test/CodeGen/X86/test-shrink-bug.ll
diff --git a/src/LLVM/test/CodeGen/X86/test-shrink.ll b/third_party/LLVM/test/CodeGen/X86/test-shrink.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/test-shrink.ll
rename to third_party/LLVM/test/CodeGen/X86/test-shrink.ll
diff --git a/src/LLVM/test/CodeGen/X86/testl-commute.ll b/third_party/LLVM/test/CodeGen/X86/testl-commute.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/testl-commute.ll
rename to third_party/LLVM/test/CodeGen/X86/testl-commute.ll
diff --git a/src/LLVM/test/CodeGen/X86/tls-pic.ll b/third_party/LLVM/test/CodeGen/X86/tls-pic.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/tls-pic.ll
rename to third_party/LLVM/test/CodeGen/X86/tls-pic.ll
diff --git a/src/LLVM/test/CodeGen/X86/tls1.ll b/third_party/LLVM/test/CodeGen/X86/tls1.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/tls1.ll
rename to third_party/LLVM/test/CodeGen/X86/tls1.ll
diff --git a/src/LLVM/test/CodeGen/X86/tls10.ll b/third_party/LLVM/test/CodeGen/X86/tls10.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/tls10.ll
rename to third_party/LLVM/test/CodeGen/X86/tls10.ll
diff --git a/src/LLVM/test/CodeGen/X86/tls11.ll b/third_party/LLVM/test/CodeGen/X86/tls11.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/tls11.ll
rename to third_party/LLVM/test/CodeGen/X86/tls11.ll
diff --git a/src/LLVM/test/CodeGen/X86/tls12.ll b/third_party/LLVM/test/CodeGen/X86/tls12.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/tls12.ll
rename to third_party/LLVM/test/CodeGen/X86/tls12.ll
diff --git a/src/LLVM/test/CodeGen/X86/tls13.ll b/third_party/LLVM/test/CodeGen/X86/tls13.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/tls13.ll
rename to third_party/LLVM/test/CodeGen/X86/tls13.ll
diff --git a/src/LLVM/test/CodeGen/X86/tls14.ll b/third_party/LLVM/test/CodeGen/X86/tls14.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/tls14.ll
rename to third_party/LLVM/test/CodeGen/X86/tls14.ll
diff --git a/src/LLVM/test/CodeGen/X86/tls15.ll b/third_party/LLVM/test/CodeGen/X86/tls15.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/tls15.ll
rename to third_party/LLVM/test/CodeGen/X86/tls15.ll
diff --git a/src/LLVM/test/CodeGen/X86/tls2.ll b/third_party/LLVM/test/CodeGen/X86/tls2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/tls2.ll
rename to third_party/LLVM/test/CodeGen/X86/tls2.ll
diff --git a/src/LLVM/test/CodeGen/X86/tls3.ll b/third_party/LLVM/test/CodeGen/X86/tls3.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/tls3.ll
rename to third_party/LLVM/test/CodeGen/X86/tls3.ll
diff --git a/src/LLVM/test/CodeGen/X86/tls4.ll b/third_party/LLVM/test/CodeGen/X86/tls4.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/tls4.ll
rename to third_party/LLVM/test/CodeGen/X86/tls4.ll
diff --git a/src/LLVM/test/CodeGen/X86/tls5.ll b/third_party/LLVM/test/CodeGen/X86/tls5.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/tls5.ll
rename to third_party/LLVM/test/CodeGen/X86/tls5.ll
diff --git a/src/LLVM/test/CodeGen/X86/tls6.ll b/third_party/LLVM/test/CodeGen/X86/tls6.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/tls6.ll
rename to third_party/LLVM/test/CodeGen/X86/tls6.ll
diff --git a/src/LLVM/test/CodeGen/X86/tls7.ll b/third_party/LLVM/test/CodeGen/X86/tls7.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/tls7.ll
rename to third_party/LLVM/test/CodeGen/X86/tls7.ll
diff --git a/src/LLVM/test/CodeGen/X86/tls8.ll b/third_party/LLVM/test/CodeGen/X86/tls8.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/tls8.ll
rename to third_party/LLVM/test/CodeGen/X86/tls8.ll
diff --git a/src/LLVM/test/CodeGen/X86/tls9.ll b/third_party/LLVM/test/CodeGen/X86/tls9.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/tls9.ll
rename to third_party/LLVM/test/CodeGen/X86/tls9.ll
diff --git a/src/LLVM/test/CodeGen/X86/tlv-1.ll b/third_party/LLVM/test/CodeGen/X86/tlv-1.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/tlv-1.ll
rename to third_party/LLVM/test/CodeGen/X86/tlv-1.ll
diff --git a/src/LLVM/test/CodeGen/X86/tlv-2.ll b/third_party/LLVM/test/CodeGen/X86/tlv-2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/tlv-2.ll
rename to third_party/LLVM/test/CodeGen/X86/tlv-2.ll
diff --git a/src/LLVM/test/CodeGen/X86/trap.ll b/third_party/LLVM/test/CodeGen/X86/trap.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/trap.ll
rename to third_party/LLVM/test/CodeGen/X86/trap.ll
diff --git a/src/LLVM/test/CodeGen/X86/trunc-ext-ld-st.ll b/third_party/LLVM/test/CodeGen/X86/trunc-ext-ld-st.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/trunc-ext-ld-st.ll
rename to third_party/LLVM/test/CodeGen/X86/trunc-ext-ld-st.ll
diff --git a/src/LLVM/test/CodeGen/X86/trunc-to-bool.ll b/third_party/LLVM/test/CodeGen/X86/trunc-to-bool.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/trunc-to-bool.ll
rename to third_party/LLVM/test/CodeGen/X86/trunc-to-bool.ll
diff --git a/src/LLVM/test/CodeGen/X86/twoaddr-coalesce-2.ll b/third_party/LLVM/test/CodeGen/X86/twoaddr-coalesce-2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/twoaddr-coalesce-2.ll
rename to third_party/LLVM/test/CodeGen/X86/twoaddr-coalesce-2.ll
diff --git a/src/LLVM/test/CodeGen/X86/twoaddr-coalesce.ll b/third_party/LLVM/test/CodeGen/X86/twoaddr-coalesce.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/twoaddr-coalesce.ll
rename to third_party/LLVM/test/CodeGen/X86/twoaddr-coalesce.ll
diff --git a/src/LLVM/test/CodeGen/X86/twoaddr-lea.ll b/third_party/LLVM/test/CodeGen/X86/twoaddr-lea.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/twoaddr-lea.ll
rename to third_party/LLVM/test/CodeGen/X86/twoaddr-lea.ll
diff --git a/src/LLVM/test/CodeGen/X86/twoaddr-pass-sink.ll b/third_party/LLVM/test/CodeGen/X86/twoaddr-pass-sink.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/twoaddr-pass-sink.ll
rename to third_party/LLVM/test/CodeGen/X86/twoaddr-pass-sink.ll
diff --git a/src/LLVM/test/CodeGen/X86/twoaddr-sink-terminator.ll b/third_party/LLVM/test/CodeGen/X86/twoaddr-sink-terminator.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/twoaddr-sink-terminator.ll
rename to third_party/LLVM/test/CodeGen/X86/twoaddr-sink-terminator.ll
diff --git a/src/LLVM/test/CodeGen/X86/uint64-to-float.ll b/third_party/LLVM/test/CodeGen/X86/uint64-to-float.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/uint64-to-float.ll
rename to third_party/LLVM/test/CodeGen/X86/uint64-to-float.ll
diff --git a/src/LLVM/test/CodeGen/X86/uint_to_fp-2.ll b/third_party/LLVM/test/CodeGen/X86/uint_to_fp-2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/uint_to_fp-2.ll
rename to third_party/LLVM/test/CodeGen/X86/uint_to_fp-2.ll
diff --git a/src/LLVM/test/CodeGen/X86/uint_to_fp.ll b/third_party/LLVM/test/CodeGen/X86/uint_to_fp.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/uint_to_fp.ll
rename to third_party/LLVM/test/CodeGen/X86/uint_to_fp.ll
diff --git a/src/LLVM/test/CodeGen/X86/umul-with-carry.ll b/third_party/LLVM/test/CodeGen/X86/umul-with-carry.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/umul-with-carry.ll
rename to third_party/LLVM/test/CodeGen/X86/umul-with-carry.ll
diff --git a/src/LLVM/test/CodeGen/X86/umul-with-overflow.ll b/third_party/LLVM/test/CodeGen/X86/umul-with-overflow.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/umul-with-overflow.ll
rename to third_party/LLVM/test/CodeGen/X86/umul-with-overflow.ll
diff --git a/src/LLVM/test/CodeGen/X86/unaligned-load.ll b/third_party/LLVM/test/CodeGen/X86/unaligned-load.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/unaligned-load.ll
rename to third_party/LLVM/test/CodeGen/X86/unaligned-load.ll
diff --git a/src/LLVM/test/CodeGen/X86/undef-label.ll b/third_party/LLVM/test/CodeGen/X86/undef-label.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/undef-label.ll
rename to third_party/LLVM/test/CodeGen/X86/undef-label.ll
diff --git a/src/LLVM/test/CodeGen/X86/unknown-location.ll b/third_party/LLVM/test/CodeGen/X86/unknown-location.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/unknown-location.ll
rename to third_party/LLVM/test/CodeGen/X86/unknown-location.ll
diff --git a/src/LLVM/test/CodeGen/X86/unreachable-loop-sinking.ll b/third_party/LLVM/test/CodeGen/X86/unreachable-loop-sinking.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/unreachable-loop-sinking.ll
rename to third_party/LLVM/test/CodeGen/X86/unreachable-loop-sinking.ll
diff --git a/src/LLVM/test/CodeGen/X86/unreachable-stack-protector.ll b/third_party/LLVM/test/CodeGen/X86/unreachable-stack-protector.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/unreachable-stack-protector.ll
rename to third_party/LLVM/test/CodeGen/X86/unreachable-stack-protector.ll
diff --git a/src/LLVM/test/CodeGen/X86/urem-i8-constant.ll b/third_party/LLVM/test/CodeGen/X86/urem-i8-constant.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/urem-i8-constant.ll
rename to third_party/LLVM/test/CodeGen/X86/urem-i8-constant.ll
diff --git a/src/LLVM/test/CodeGen/X86/use-add-flags.ll b/third_party/LLVM/test/CodeGen/X86/use-add-flags.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/use-add-flags.ll
rename to third_party/LLVM/test/CodeGen/X86/use-add-flags.ll
diff --git a/src/LLVM/test/CodeGen/X86/v-binop-widen.ll b/third_party/LLVM/test/CodeGen/X86/v-binop-widen.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/v-binop-widen.ll
rename to third_party/LLVM/test/CodeGen/X86/v-binop-widen.ll
diff --git a/src/LLVM/test/CodeGen/X86/v-binop-widen2.ll b/third_party/LLVM/test/CodeGen/X86/v-binop-widen2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/v-binop-widen2.ll
rename to third_party/LLVM/test/CodeGen/X86/v-binop-widen2.ll
diff --git a/src/LLVM/test/CodeGen/X86/v2f32.ll b/third_party/LLVM/test/CodeGen/X86/v2f32.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/v2f32.ll
rename to third_party/LLVM/test/CodeGen/X86/v2f32.ll
diff --git a/src/LLVM/test/CodeGen/X86/v4f32-immediate.ll b/third_party/LLVM/test/CodeGen/X86/v4f32-immediate.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/v4f32-immediate.ll
rename to third_party/LLVM/test/CodeGen/X86/v4f32-immediate.ll
diff --git a/src/LLVM/test/CodeGen/X86/vararg_tailcall.ll b/third_party/LLVM/test/CodeGen/X86/vararg_tailcall.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vararg_tailcall.ll
rename to third_party/LLVM/test/CodeGen/X86/vararg_tailcall.ll
diff --git a/src/LLVM/test/CodeGen/X86/variable-sized-darwin-bzero.ll b/third_party/LLVM/test/CodeGen/X86/variable-sized-darwin-bzero.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/variable-sized-darwin-bzero.ll
rename to third_party/LLVM/test/CodeGen/X86/variable-sized-darwin-bzero.ll
diff --git a/src/LLVM/test/CodeGen/X86/variadic-node-pic.ll b/third_party/LLVM/test/CodeGen/X86/variadic-node-pic.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/variadic-node-pic.ll
rename to third_party/LLVM/test/CodeGen/X86/variadic-node-pic.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec-sign.ll b/third_party/LLVM/test/CodeGen/X86/vec-sign.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec-sign.ll
rename to third_party/LLVM/test/CodeGen/X86/vec-sign.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec-trunc-store.ll b/third_party/LLVM/test/CodeGen/X86/vec-trunc-store.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec-trunc-store.ll
rename to third_party/LLVM/test/CodeGen/X86/vec-trunc-store.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_add.ll b/third_party/LLVM/test/CodeGen/X86/vec_add.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_add.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_add.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_align.ll b/third_party/LLVM/test/CodeGen/X86/vec_align.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_align.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_align.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_anyext.ll b/third_party/LLVM/test/CodeGen/X86/vec_anyext.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_anyext.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_anyext.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_call.ll b/third_party/LLVM/test/CodeGen/X86/vec_call.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_call.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_call.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_cast.ll b/third_party/LLVM/test/CodeGen/X86/vec_cast.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_cast.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_cast.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_clear.ll b/third_party/LLVM/test/CodeGen/X86/vec_clear.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_clear.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_clear.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_compare-2.ll b/third_party/LLVM/test/CodeGen/X86/vec_compare-2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_compare-2.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_compare-2.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_compare-sse4.ll b/third_party/LLVM/test/CodeGen/X86/vec_compare-sse4.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_compare-sse4.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_compare-sse4.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_compare.ll b/third_party/LLVM/test/CodeGen/X86/vec_compare.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_compare.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_compare.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_ctbits.ll b/third_party/LLVM/test/CodeGen/X86/vec_ctbits.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_ctbits.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_ctbits.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_ext_inreg.ll b/third_party/LLVM/test/CodeGen/X86/vec_ext_inreg.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_ext_inreg.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_ext_inreg.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_extract-sse4.ll b/third_party/LLVM/test/CodeGen/X86/vec_extract-sse4.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_extract-sse4.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_extract-sse4.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_extract.ll b/third_party/LLVM/test/CodeGen/X86/vec_extract.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_extract.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_extract.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_fneg.ll b/third_party/LLVM/test/CodeGen/X86/vec_fneg.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_fneg.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_fneg.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_i64.ll b/third_party/LLVM/test/CodeGen/X86/vec_i64.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_i64.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_i64.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_ins_extract-1.ll b/third_party/LLVM/test/CodeGen/X86/vec_ins_extract-1.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_ins_extract-1.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_ins_extract-1.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_ins_extract.ll b/third_party/LLVM/test/CodeGen/X86/vec_ins_extract.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_ins_extract.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_ins_extract.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_insert-2.ll b/third_party/LLVM/test/CodeGen/X86/vec_insert-2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_insert-2.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_insert-2.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_insert-3.ll b/third_party/LLVM/test/CodeGen/X86/vec_insert-3.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_insert-3.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_insert-3.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_insert-4.ll b/third_party/LLVM/test/CodeGen/X86/vec_insert-4.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_insert-4.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_insert-4.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_insert-5.ll b/third_party/LLVM/test/CodeGen/X86/vec_insert-5.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_insert-5.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_insert-5.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_insert-6.ll b/third_party/LLVM/test/CodeGen/X86/vec_insert-6.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_insert-6.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_insert-6.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_insert-7.ll b/third_party/LLVM/test/CodeGen/X86/vec_insert-7.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_insert-7.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_insert-7.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_insert-8.ll b/third_party/LLVM/test/CodeGen/X86/vec_insert-8.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_insert-8.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_insert-8.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_insert-9.ll b/third_party/LLVM/test/CodeGen/X86/vec_insert-9.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_insert-9.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_insert-9.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_insert.ll b/third_party/LLVM/test/CodeGen/X86/vec_insert.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_insert.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_insert.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_loadsingles.ll b/third_party/LLVM/test/CodeGen/X86/vec_loadsingles.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_loadsingles.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_loadsingles.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_logical.ll b/third_party/LLVM/test/CodeGen/X86/vec_logical.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_logical.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_logical.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_return.ll b/third_party/LLVM/test/CodeGen/X86/vec_return.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_return.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_return.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_set-2.ll b/third_party/LLVM/test/CodeGen/X86/vec_set-2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_set-2.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_set-2.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_set-3.ll b/third_party/LLVM/test/CodeGen/X86/vec_set-3.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_set-3.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_set-3.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_set-4.ll b/third_party/LLVM/test/CodeGen/X86/vec_set-4.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_set-4.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_set-4.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_set-5.ll b/third_party/LLVM/test/CodeGen/X86/vec_set-5.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_set-5.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_set-5.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_set-6.ll b/third_party/LLVM/test/CodeGen/X86/vec_set-6.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_set-6.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_set-6.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_set-7.ll b/third_party/LLVM/test/CodeGen/X86/vec_set-7.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_set-7.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_set-7.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_set-8.ll b/third_party/LLVM/test/CodeGen/X86/vec_set-8.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_set-8.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_set-8.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_set-9.ll b/third_party/LLVM/test/CodeGen/X86/vec_set-9.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_set-9.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_set-9.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_set-A.ll b/third_party/LLVM/test/CodeGen/X86/vec_set-A.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_set-A.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_set-A.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_set-B.ll b/third_party/LLVM/test/CodeGen/X86/vec_set-B.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_set-B.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_set-B.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_set-C.ll b/third_party/LLVM/test/CodeGen/X86/vec_set-C.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_set-C.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_set-C.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_set-D.ll b/third_party/LLVM/test/CodeGen/X86/vec_set-D.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_set-D.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_set-D.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_set-E.ll b/third_party/LLVM/test/CodeGen/X86/vec_set-E.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_set-E.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_set-E.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_set-F.ll b/third_party/LLVM/test/CodeGen/X86/vec_set-F.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_set-F.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_set-F.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_set-G.ll b/third_party/LLVM/test/CodeGen/X86/vec_set-G.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_set-G.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_set-G.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_set-H.ll b/third_party/LLVM/test/CodeGen/X86/vec_set-H.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_set-H.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_set-H.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_set-I.ll b/third_party/LLVM/test/CodeGen/X86/vec_set-I.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_set-I.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_set-I.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_set-J.ll b/third_party/LLVM/test/CodeGen/X86/vec_set-J.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_set-J.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_set-J.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_set.ll b/third_party/LLVM/test/CodeGen/X86/vec_set.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_set.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_set.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_sext.ll b/third_party/LLVM/test/CodeGen/X86/vec_sext.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_sext.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_sext.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_shift.ll b/third_party/LLVM/test/CodeGen/X86/vec_shift.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_shift.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_shift.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_shift2.ll b/third_party/LLVM/test/CodeGen/X86/vec_shift2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_shift2.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_shift2.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_shift3.ll b/third_party/LLVM/test/CodeGen/X86/vec_shift3.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_shift3.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_shift3.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_shift4.ll b/third_party/LLVM/test/CodeGen/X86/vec_shift4.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_shift4.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_shift4.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_shuffle-11.ll b/third_party/LLVM/test/CodeGen/X86/vec_shuffle-11.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_shuffle-11.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_shuffle-11.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_shuffle-14.ll b/third_party/LLVM/test/CodeGen/X86/vec_shuffle-14.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_shuffle-14.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_shuffle-14.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_shuffle-15.ll b/third_party/LLVM/test/CodeGen/X86/vec_shuffle-15.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_shuffle-15.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_shuffle-15.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_shuffle-16.ll b/third_party/LLVM/test/CodeGen/X86/vec_shuffle-16.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_shuffle-16.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_shuffle-16.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_shuffle-17.ll b/third_party/LLVM/test/CodeGen/X86/vec_shuffle-17.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_shuffle-17.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_shuffle-17.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_shuffle-18.ll b/third_party/LLVM/test/CodeGen/X86/vec_shuffle-18.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_shuffle-18.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_shuffle-18.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_shuffle-19.ll b/third_party/LLVM/test/CodeGen/X86/vec_shuffle-19.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_shuffle-19.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_shuffle-19.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_shuffle-20.ll b/third_party/LLVM/test/CodeGen/X86/vec_shuffle-20.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_shuffle-20.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_shuffle-20.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_shuffle-22.ll b/third_party/LLVM/test/CodeGen/X86/vec_shuffle-22.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_shuffle-22.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_shuffle-22.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_shuffle-23.ll b/third_party/LLVM/test/CodeGen/X86/vec_shuffle-23.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_shuffle-23.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_shuffle-23.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_shuffle-24.ll b/third_party/LLVM/test/CodeGen/X86/vec_shuffle-24.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_shuffle-24.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_shuffle-24.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_shuffle-25.ll b/third_party/LLVM/test/CodeGen/X86/vec_shuffle-25.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_shuffle-25.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_shuffle-25.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_shuffle-26.ll b/third_party/LLVM/test/CodeGen/X86/vec_shuffle-26.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_shuffle-26.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_shuffle-26.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_shuffle-27.ll b/third_party/LLVM/test/CodeGen/X86/vec_shuffle-27.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_shuffle-27.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_shuffle-27.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_shuffle-28.ll b/third_party/LLVM/test/CodeGen/X86/vec_shuffle-28.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_shuffle-28.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_shuffle-28.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_shuffle-30.ll b/third_party/LLVM/test/CodeGen/X86/vec_shuffle-30.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_shuffle-30.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_shuffle-30.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_shuffle-31.ll b/third_party/LLVM/test/CodeGen/X86/vec_shuffle-31.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_shuffle-31.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_shuffle-31.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_shuffle-34.ll b/third_party/LLVM/test/CodeGen/X86/vec_shuffle-34.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_shuffle-34.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_shuffle-34.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_shuffle-35.ll b/third_party/LLVM/test/CodeGen/X86/vec_shuffle-35.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_shuffle-35.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_shuffle-35.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_shuffle-36.ll b/third_party/LLVM/test/CodeGen/X86/vec_shuffle-36.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_shuffle-36.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_shuffle-36.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_shuffle-37.ll b/third_party/LLVM/test/CodeGen/X86/vec_shuffle-37.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_shuffle-37.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_shuffle-37.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_shuffle-38.ll b/third_party/LLVM/test/CodeGen/X86/vec_shuffle-38.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_shuffle-38.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_shuffle-38.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_shuffle.ll b/third_party/LLVM/test/CodeGen/X86/vec_shuffle.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_shuffle.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_shuffle.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_splat-2.ll b/third_party/LLVM/test/CodeGen/X86/vec_splat-2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_splat-2.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_splat-2.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_splat-3.ll b/third_party/LLVM/test/CodeGen/X86/vec_splat-3.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_splat-3.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_splat-3.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_splat-4.ll b/third_party/LLVM/test/CodeGen/X86/vec_splat-4.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_splat-4.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_splat-4.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_splat.ll b/third_party/LLVM/test/CodeGen/X86/vec_splat.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_splat.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_splat.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_ss_load_fold.ll b/third_party/LLVM/test/CodeGen/X86/vec_ss_load_fold.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_ss_load_fold.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_ss_load_fold.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_uint_to_fp.ll b/third_party/LLVM/test/CodeGen/X86/vec_uint_to_fp.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_uint_to_fp.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_uint_to_fp.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_zero-2.ll b/third_party/LLVM/test/CodeGen/X86/vec_zero-2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_zero-2.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_zero-2.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_zero.ll b/third_party/LLVM/test/CodeGen/X86/vec_zero.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_zero.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_zero.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_zero_cse.ll b/third_party/LLVM/test/CodeGen/X86/vec_zero_cse.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_zero_cse.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_zero_cse.ll
diff --git a/src/LLVM/test/CodeGen/X86/vec_zext.ll b/third_party/LLVM/test/CodeGen/X86/vec_zext.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vec_zext.ll
rename to third_party/LLVM/test/CodeGen/X86/vec_zext.ll
diff --git a/src/LLVM/test/CodeGen/X86/vector-intrinsics.ll b/third_party/LLVM/test/CodeGen/X86/vector-intrinsics.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vector-intrinsics.ll
rename to third_party/LLVM/test/CodeGen/X86/vector-intrinsics.ll
diff --git a/src/LLVM/test/CodeGen/X86/vector-rem.ll b/third_party/LLVM/test/CodeGen/X86/vector-rem.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vector-rem.ll
rename to third_party/LLVM/test/CodeGen/X86/vector-rem.ll
diff --git a/src/LLVM/test/CodeGen/X86/vector-variable-idx.ll b/third_party/LLVM/test/CodeGen/X86/vector-variable-idx.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vector-variable-idx.ll
rename to third_party/LLVM/test/CodeGen/X86/vector-variable-idx.ll
diff --git a/src/LLVM/test/CodeGen/X86/vector.ll b/third_party/LLVM/test/CodeGen/X86/vector.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vector.ll
rename to third_party/LLVM/test/CodeGen/X86/vector.ll
diff --git a/src/LLVM/test/CodeGen/X86/vfcmp.ll b/third_party/LLVM/test/CodeGen/X86/vfcmp.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vfcmp.ll
rename to third_party/LLVM/test/CodeGen/X86/vfcmp.ll
diff --git a/src/LLVM/test/CodeGen/X86/visibility.ll b/third_party/LLVM/test/CodeGen/X86/visibility.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/visibility.ll
rename to third_party/LLVM/test/CodeGen/X86/visibility.ll
diff --git a/src/LLVM/test/CodeGen/X86/visibility2.ll b/third_party/LLVM/test/CodeGen/X86/visibility2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/visibility2.ll
rename to third_party/LLVM/test/CodeGen/X86/visibility2.ll
diff --git a/src/LLVM/test/CodeGen/X86/volatile.ll b/third_party/LLVM/test/CodeGen/X86/volatile.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/volatile.ll
rename to third_party/LLVM/test/CodeGen/X86/volatile.ll
diff --git a/src/LLVM/test/CodeGen/X86/vortex-bug.ll b/third_party/LLVM/test/CodeGen/X86/vortex-bug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vortex-bug.ll
rename to third_party/LLVM/test/CodeGen/X86/vortex-bug.ll
diff --git a/src/LLVM/test/CodeGen/X86/vshift-1.ll b/third_party/LLVM/test/CodeGen/X86/vshift-1.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vshift-1.ll
rename to third_party/LLVM/test/CodeGen/X86/vshift-1.ll
diff --git a/src/LLVM/test/CodeGen/X86/vshift-2.ll b/third_party/LLVM/test/CodeGen/X86/vshift-2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vshift-2.ll
rename to third_party/LLVM/test/CodeGen/X86/vshift-2.ll
diff --git a/src/LLVM/test/CodeGen/X86/vshift-3.ll b/third_party/LLVM/test/CodeGen/X86/vshift-3.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vshift-3.ll
rename to third_party/LLVM/test/CodeGen/X86/vshift-3.ll
diff --git a/src/LLVM/test/CodeGen/X86/vshift-4.ll b/third_party/LLVM/test/CodeGen/X86/vshift-4.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vshift-4.ll
rename to third_party/LLVM/test/CodeGen/X86/vshift-4.ll
diff --git a/src/LLVM/test/CodeGen/X86/vshift-5.ll b/third_party/LLVM/test/CodeGen/X86/vshift-5.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vshift-5.ll
rename to third_party/LLVM/test/CodeGen/X86/vshift-5.ll
diff --git a/src/LLVM/test/CodeGen/X86/vshift_scalar.ll b/third_party/LLVM/test/CodeGen/X86/vshift_scalar.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vshift_scalar.ll
rename to third_party/LLVM/test/CodeGen/X86/vshift_scalar.ll
diff --git a/src/LLVM/test/CodeGen/X86/vshift_split.ll b/third_party/LLVM/test/CodeGen/X86/vshift_split.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vshift_split.ll
rename to third_party/LLVM/test/CodeGen/X86/vshift_split.ll
diff --git a/src/LLVM/test/CodeGen/X86/vshift_split2.ll b/third_party/LLVM/test/CodeGen/X86/vshift_split2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vshift_split2.ll
rename to third_party/LLVM/test/CodeGen/X86/vshift_split2.ll
diff --git a/src/LLVM/test/CodeGen/X86/vsplit-and.ll b/third_party/LLVM/test/CodeGen/X86/vsplit-and.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/vsplit-and.ll
rename to third_party/LLVM/test/CodeGen/X86/vsplit-and.ll
diff --git a/src/LLVM/test/CodeGen/X86/weak.ll b/third_party/LLVM/test/CodeGen/X86/weak.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/weak.ll
rename to third_party/LLVM/test/CodeGen/X86/weak.ll
diff --git a/src/LLVM/test/CodeGen/X86/wide-integer-fold.ll b/third_party/LLVM/test/CodeGen/X86/wide-integer-fold.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/wide-integer-fold.ll
rename to third_party/LLVM/test/CodeGen/X86/wide-integer-fold.ll
diff --git a/src/LLVM/test/CodeGen/X86/widen_arith-1.ll b/third_party/LLVM/test/CodeGen/X86/widen_arith-1.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/widen_arith-1.ll
rename to third_party/LLVM/test/CodeGen/X86/widen_arith-1.ll
diff --git a/src/LLVM/test/CodeGen/X86/widen_arith-2.ll b/third_party/LLVM/test/CodeGen/X86/widen_arith-2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/widen_arith-2.ll
rename to third_party/LLVM/test/CodeGen/X86/widen_arith-2.ll
diff --git a/src/LLVM/test/CodeGen/X86/widen_arith-3.ll b/third_party/LLVM/test/CodeGen/X86/widen_arith-3.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/widen_arith-3.ll
rename to third_party/LLVM/test/CodeGen/X86/widen_arith-3.ll
diff --git a/src/LLVM/test/CodeGen/X86/widen_arith-4.ll b/third_party/LLVM/test/CodeGen/X86/widen_arith-4.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/widen_arith-4.ll
rename to third_party/LLVM/test/CodeGen/X86/widen_arith-4.ll
diff --git a/src/LLVM/test/CodeGen/X86/widen_arith-5.ll b/third_party/LLVM/test/CodeGen/X86/widen_arith-5.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/widen_arith-5.ll
rename to third_party/LLVM/test/CodeGen/X86/widen_arith-5.ll
diff --git a/src/LLVM/test/CodeGen/X86/widen_arith-6.ll b/third_party/LLVM/test/CodeGen/X86/widen_arith-6.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/widen_arith-6.ll
rename to third_party/LLVM/test/CodeGen/X86/widen_arith-6.ll
diff --git a/src/LLVM/test/CodeGen/X86/widen_cast-1.ll b/third_party/LLVM/test/CodeGen/X86/widen_cast-1.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/widen_cast-1.ll
rename to third_party/LLVM/test/CodeGen/X86/widen_cast-1.ll
diff --git a/src/LLVM/test/CodeGen/X86/widen_cast-2.ll b/third_party/LLVM/test/CodeGen/X86/widen_cast-2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/widen_cast-2.ll
rename to third_party/LLVM/test/CodeGen/X86/widen_cast-2.ll
diff --git a/src/LLVM/test/CodeGen/X86/widen_cast-3.ll b/third_party/LLVM/test/CodeGen/X86/widen_cast-3.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/widen_cast-3.ll
rename to third_party/LLVM/test/CodeGen/X86/widen_cast-3.ll
diff --git a/src/LLVM/test/CodeGen/X86/widen_cast-4.ll b/third_party/LLVM/test/CodeGen/X86/widen_cast-4.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/widen_cast-4.ll
rename to third_party/LLVM/test/CodeGen/X86/widen_cast-4.ll
diff --git a/src/LLVM/test/CodeGen/X86/widen_cast-5.ll b/third_party/LLVM/test/CodeGen/X86/widen_cast-5.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/widen_cast-5.ll
rename to third_party/LLVM/test/CodeGen/X86/widen_cast-5.ll
diff --git a/src/LLVM/test/CodeGen/X86/widen_cast-6.ll b/third_party/LLVM/test/CodeGen/X86/widen_cast-6.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/widen_cast-6.ll
rename to third_party/LLVM/test/CodeGen/X86/widen_cast-6.ll
diff --git a/src/LLVM/test/CodeGen/X86/widen_conv-1.ll b/third_party/LLVM/test/CodeGen/X86/widen_conv-1.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/widen_conv-1.ll
rename to third_party/LLVM/test/CodeGen/X86/widen_conv-1.ll
diff --git a/src/LLVM/test/CodeGen/X86/widen_conv-2.ll b/third_party/LLVM/test/CodeGen/X86/widen_conv-2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/widen_conv-2.ll
rename to third_party/LLVM/test/CodeGen/X86/widen_conv-2.ll
diff --git a/src/LLVM/test/CodeGen/X86/widen_conv-3.ll b/third_party/LLVM/test/CodeGen/X86/widen_conv-3.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/widen_conv-3.ll
rename to third_party/LLVM/test/CodeGen/X86/widen_conv-3.ll
diff --git a/src/LLVM/test/CodeGen/X86/widen_conv-4.ll b/third_party/LLVM/test/CodeGen/X86/widen_conv-4.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/widen_conv-4.ll
rename to third_party/LLVM/test/CodeGen/X86/widen_conv-4.ll
diff --git a/src/LLVM/test/CodeGen/X86/widen_extract-1.ll b/third_party/LLVM/test/CodeGen/X86/widen_extract-1.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/widen_extract-1.ll
rename to third_party/LLVM/test/CodeGen/X86/widen_extract-1.ll
diff --git a/src/LLVM/test/CodeGen/X86/widen_load-0.ll b/third_party/LLVM/test/CodeGen/X86/widen_load-0.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/widen_load-0.ll
rename to third_party/LLVM/test/CodeGen/X86/widen_load-0.ll
diff --git a/src/LLVM/test/CodeGen/X86/widen_load-1.ll b/third_party/LLVM/test/CodeGen/X86/widen_load-1.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/widen_load-1.ll
rename to third_party/LLVM/test/CodeGen/X86/widen_load-1.ll
diff --git a/src/LLVM/test/CodeGen/X86/widen_load-2.ll b/third_party/LLVM/test/CodeGen/X86/widen_load-2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/widen_load-2.ll
rename to third_party/LLVM/test/CodeGen/X86/widen_load-2.ll
diff --git a/src/LLVM/test/CodeGen/X86/widen_shuffle-1.ll b/third_party/LLVM/test/CodeGen/X86/widen_shuffle-1.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/widen_shuffle-1.ll
rename to third_party/LLVM/test/CodeGen/X86/widen_shuffle-1.ll
diff --git a/src/LLVM/test/CodeGen/X86/win64_alloca_dynalloca.ll b/third_party/LLVM/test/CodeGen/X86/win64_alloca_dynalloca.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/win64_alloca_dynalloca.ll
rename to third_party/LLVM/test/CodeGen/X86/win64_alloca_dynalloca.ll
diff --git a/src/LLVM/test/CodeGen/X86/win64_params.ll b/third_party/LLVM/test/CodeGen/X86/win64_params.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/win64_params.ll
rename to third_party/LLVM/test/CodeGen/X86/win64_params.ll
diff --git a/src/LLVM/test/CodeGen/X86/win64_vararg.ll b/third_party/LLVM/test/CodeGen/X86/win64_vararg.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/win64_vararg.ll
rename to third_party/LLVM/test/CodeGen/X86/win64_vararg.ll
diff --git a/src/LLVM/test/CodeGen/X86/win_chkstk.ll b/third_party/LLVM/test/CodeGen/X86/win_chkstk.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/win_chkstk.ll
rename to third_party/LLVM/test/CodeGen/X86/win_chkstk.ll
diff --git a/src/LLVM/test/CodeGen/X86/x86-64-and-mask.ll b/third_party/LLVM/test/CodeGen/X86/x86-64-and-mask.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/x86-64-and-mask.ll
rename to third_party/LLVM/test/CodeGen/X86/x86-64-and-mask.ll
diff --git a/src/LLVM/test/CodeGen/X86/x86-64-arg.ll b/third_party/LLVM/test/CodeGen/X86/x86-64-arg.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/x86-64-arg.ll
rename to third_party/LLVM/test/CodeGen/X86/x86-64-arg.ll
diff --git a/src/LLVM/test/CodeGen/X86/x86-64-asm.ll b/third_party/LLVM/test/CodeGen/X86/x86-64-asm.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/x86-64-asm.ll
rename to third_party/LLVM/test/CodeGen/X86/x86-64-asm.ll
diff --git a/src/LLVM/test/CodeGen/X86/x86-64-dead-stack-adjust.ll b/third_party/LLVM/test/CodeGen/X86/x86-64-dead-stack-adjust.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/x86-64-dead-stack-adjust.ll
rename to third_party/LLVM/test/CodeGen/X86/x86-64-dead-stack-adjust.ll
diff --git a/src/LLVM/test/CodeGen/X86/x86-64-disp.ll b/third_party/LLVM/test/CodeGen/X86/x86-64-disp.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/x86-64-disp.ll
rename to third_party/LLVM/test/CodeGen/X86/x86-64-disp.ll
diff --git a/src/LLVM/test/CodeGen/X86/x86-64-extend-shift.ll b/third_party/LLVM/test/CodeGen/X86/x86-64-extend-shift.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/x86-64-extend-shift.ll
rename to third_party/LLVM/test/CodeGen/X86/x86-64-extend-shift.ll
diff --git a/src/LLVM/test/CodeGen/X86/x86-64-frameaddr.ll b/third_party/LLVM/test/CodeGen/X86/x86-64-frameaddr.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/x86-64-frameaddr.ll
rename to third_party/LLVM/test/CodeGen/X86/x86-64-frameaddr.ll
diff --git a/src/LLVM/test/CodeGen/X86/x86-64-gv-offset.ll b/third_party/LLVM/test/CodeGen/X86/x86-64-gv-offset.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/x86-64-gv-offset.ll
rename to third_party/LLVM/test/CodeGen/X86/x86-64-gv-offset.ll
diff --git a/src/LLVM/test/CodeGen/X86/x86-64-jumps.ll b/third_party/LLVM/test/CodeGen/X86/x86-64-jumps.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/x86-64-jumps.ll
rename to third_party/LLVM/test/CodeGen/X86/x86-64-jumps.ll
diff --git a/src/LLVM/test/CodeGen/X86/x86-64-mem.ll b/third_party/LLVM/test/CodeGen/X86/x86-64-mem.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/x86-64-mem.ll
rename to third_party/LLVM/test/CodeGen/X86/x86-64-mem.ll
diff --git a/src/LLVM/test/CodeGen/X86/x86-64-pic-1.ll b/third_party/LLVM/test/CodeGen/X86/x86-64-pic-1.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/x86-64-pic-1.ll
rename to third_party/LLVM/test/CodeGen/X86/x86-64-pic-1.ll
diff --git a/src/LLVM/test/CodeGen/X86/x86-64-pic-10.ll b/third_party/LLVM/test/CodeGen/X86/x86-64-pic-10.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/x86-64-pic-10.ll
rename to third_party/LLVM/test/CodeGen/X86/x86-64-pic-10.ll
diff --git a/src/LLVM/test/CodeGen/X86/x86-64-pic-11.ll b/third_party/LLVM/test/CodeGen/X86/x86-64-pic-11.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/x86-64-pic-11.ll
rename to third_party/LLVM/test/CodeGen/X86/x86-64-pic-11.ll
diff --git a/src/LLVM/test/CodeGen/X86/x86-64-pic-2.ll b/third_party/LLVM/test/CodeGen/X86/x86-64-pic-2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/x86-64-pic-2.ll
rename to third_party/LLVM/test/CodeGen/X86/x86-64-pic-2.ll
diff --git a/src/LLVM/test/CodeGen/X86/x86-64-pic-3.ll b/third_party/LLVM/test/CodeGen/X86/x86-64-pic-3.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/x86-64-pic-3.ll
rename to third_party/LLVM/test/CodeGen/X86/x86-64-pic-3.ll
diff --git a/src/LLVM/test/CodeGen/X86/x86-64-pic-4.ll b/third_party/LLVM/test/CodeGen/X86/x86-64-pic-4.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/x86-64-pic-4.ll
rename to third_party/LLVM/test/CodeGen/X86/x86-64-pic-4.ll
diff --git a/src/LLVM/test/CodeGen/X86/x86-64-pic-5.ll b/third_party/LLVM/test/CodeGen/X86/x86-64-pic-5.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/x86-64-pic-5.ll
rename to third_party/LLVM/test/CodeGen/X86/x86-64-pic-5.ll
diff --git a/src/LLVM/test/CodeGen/X86/x86-64-pic-6.ll b/third_party/LLVM/test/CodeGen/X86/x86-64-pic-6.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/x86-64-pic-6.ll
rename to third_party/LLVM/test/CodeGen/X86/x86-64-pic-6.ll
diff --git a/src/LLVM/test/CodeGen/X86/x86-64-pic-7.ll b/third_party/LLVM/test/CodeGen/X86/x86-64-pic-7.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/x86-64-pic-7.ll
rename to third_party/LLVM/test/CodeGen/X86/x86-64-pic-7.ll
diff --git a/src/LLVM/test/CodeGen/X86/x86-64-pic-8.ll b/third_party/LLVM/test/CodeGen/X86/x86-64-pic-8.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/x86-64-pic-8.ll
rename to third_party/LLVM/test/CodeGen/X86/x86-64-pic-8.ll
diff --git a/src/LLVM/test/CodeGen/X86/x86-64-pic-9.ll b/third_party/LLVM/test/CodeGen/X86/x86-64-pic-9.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/x86-64-pic-9.ll
rename to third_party/LLVM/test/CodeGen/X86/x86-64-pic-9.ll
diff --git a/src/LLVM/test/CodeGen/X86/x86-64-ret0.ll b/third_party/LLVM/test/CodeGen/X86/x86-64-ret0.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/x86-64-ret0.ll
rename to third_party/LLVM/test/CodeGen/X86/x86-64-ret0.ll
diff --git a/src/LLVM/test/CodeGen/X86/x86-64-shortint.ll b/third_party/LLVM/test/CodeGen/X86/x86-64-shortint.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/x86-64-shortint.ll
rename to third_party/LLVM/test/CodeGen/X86/x86-64-shortint.ll
diff --git a/src/LLVM/test/CodeGen/X86/x86-64-sret-return.ll b/third_party/LLVM/test/CodeGen/X86/x86-64-sret-return.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/x86-64-sret-return.ll
rename to third_party/LLVM/test/CodeGen/X86/x86-64-sret-return.ll
diff --git a/src/LLVM/test/CodeGen/X86/x86-64-tls-1.ll b/third_party/LLVM/test/CodeGen/X86/x86-64-tls-1.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/x86-64-tls-1.ll
rename to third_party/LLVM/test/CodeGen/X86/x86-64-tls-1.ll
diff --git a/src/LLVM/test/CodeGen/X86/x86-64-varargs.ll b/third_party/LLVM/test/CodeGen/X86/x86-64-varargs.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/x86-64-varargs.ll
rename to third_party/LLVM/test/CodeGen/X86/x86-64-varargs.ll
diff --git a/src/LLVM/test/CodeGen/X86/x86-frameaddr.ll b/third_party/LLVM/test/CodeGen/X86/x86-frameaddr.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/x86-frameaddr.ll
rename to third_party/LLVM/test/CodeGen/X86/x86-frameaddr.ll
diff --git a/src/LLVM/test/CodeGen/X86/x86-frameaddr2.ll b/third_party/LLVM/test/CodeGen/X86/x86-frameaddr2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/x86-frameaddr2.ll
rename to third_party/LLVM/test/CodeGen/X86/x86-frameaddr2.ll
diff --git a/src/LLVM/test/CodeGen/X86/x86-shifts.ll b/third_party/LLVM/test/CodeGen/X86/x86-shifts.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/x86-shifts.ll
rename to third_party/LLVM/test/CodeGen/X86/x86-shifts.ll
diff --git a/src/LLVM/test/CodeGen/X86/x86-store-gv-addr.ll b/third_party/LLVM/test/CodeGen/X86/x86-store-gv-addr.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/x86-store-gv-addr.ll
rename to third_party/LLVM/test/CodeGen/X86/x86-store-gv-addr.ll
diff --git a/src/LLVM/test/CodeGen/X86/x86_64-mul-by-const.ll b/third_party/LLVM/test/CodeGen/X86/x86_64-mul-by-const.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/x86_64-mul-by-const.ll
rename to third_party/LLVM/test/CodeGen/X86/x86_64-mul-by-const.ll
diff --git a/src/LLVM/test/CodeGen/X86/xmm-r64.ll b/third_party/LLVM/test/CodeGen/X86/xmm-r64.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/xmm-r64.ll
rename to third_party/LLVM/test/CodeGen/X86/xmm-r64.ll
diff --git a/src/LLVM/test/CodeGen/X86/xor-icmp.ll b/third_party/LLVM/test/CodeGen/X86/xor-icmp.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/xor-icmp.ll
rename to third_party/LLVM/test/CodeGen/X86/xor-icmp.ll
diff --git a/src/LLVM/test/CodeGen/X86/xor.ll b/third_party/LLVM/test/CodeGen/X86/xor.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/xor.ll
rename to third_party/LLVM/test/CodeGen/X86/xor.ll
diff --git a/src/LLVM/test/CodeGen/X86/zero-remat.ll b/third_party/LLVM/test/CodeGen/X86/zero-remat.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/zero-remat.ll
rename to third_party/LLVM/test/CodeGen/X86/zero-remat.ll
diff --git a/src/LLVM/test/CodeGen/X86/zext-extract_subreg.ll b/third_party/LLVM/test/CodeGen/X86/zext-extract_subreg.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/zext-extract_subreg.ll
rename to third_party/LLVM/test/CodeGen/X86/zext-extract_subreg.ll
diff --git a/src/LLVM/test/CodeGen/X86/zext-fold.ll b/third_party/LLVM/test/CodeGen/X86/zext-fold.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/zext-fold.ll
rename to third_party/LLVM/test/CodeGen/X86/zext-fold.ll
diff --git a/src/LLVM/test/CodeGen/X86/zext-inreg-0.ll b/third_party/LLVM/test/CodeGen/X86/zext-inreg-0.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/zext-inreg-0.ll
rename to third_party/LLVM/test/CodeGen/X86/zext-inreg-0.ll
diff --git a/src/LLVM/test/CodeGen/X86/zext-inreg-1.ll b/third_party/LLVM/test/CodeGen/X86/zext-inreg-1.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/zext-inreg-1.ll
rename to third_party/LLVM/test/CodeGen/X86/zext-inreg-1.ll
diff --git a/src/LLVM/test/CodeGen/X86/zext-sext.ll b/third_party/LLVM/test/CodeGen/X86/zext-sext.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/zext-sext.ll
rename to third_party/LLVM/test/CodeGen/X86/zext-sext.ll
diff --git a/src/LLVM/test/CodeGen/X86/zext-shl.ll b/third_party/LLVM/test/CodeGen/X86/zext-shl.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/zext-shl.ll
rename to third_party/LLVM/test/CodeGen/X86/zext-shl.ll
diff --git a/src/LLVM/test/CodeGen/X86/zext-trunc.ll b/third_party/LLVM/test/CodeGen/X86/zext-trunc.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/X86/zext-trunc.ll
rename to third_party/LLVM/test/CodeGen/X86/zext-trunc.ll
diff --git a/src/LLVM/test/CodeGen/XCore/2008-11-17-Shl64.ll b/third_party/LLVM/test/CodeGen/XCore/2008-11-17-Shl64.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/XCore/2008-11-17-Shl64.ll
rename to third_party/LLVM/test/CodeGen/XCore/2008-11-17-Shl64.ll
diff --git a/src/LLVM/test/CodeGen/XCore/2009-01-08-Crash.ll b/third_party/LLVM/test/CodeGen/XCore/2009-01-08-Crash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/XCore/2009-01-08-Crash.ll
rename to third_party/LLVM/test/CodeGen/XCore/2009-01-08-Crash.ll
diff --git a/src/LLVM/test/CodeGen/XCore/2009-01-14-Remat-Crash.ll b/third_party/LLVM/test/CodeGen/XCore/2009-01-14-Remat-Crash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/XCore/2009-01-14-Remat-Crash.ll
rename to third_party/LLVM/test/CodeGen/XCore/2009-01-14-Remat-Crash.ll
diff --git a/src/LLVM/test/CodeGen/XCore/2009-03-27-v2f64-param.ll b/third_party/LLVM/test/CodeGen/XCore/2009-03-27-v2f64-param.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/XCore/2009-03-27-v2f64-param.ll
rename to third_party/LLVM/test/CodeGen/XCore/2009-03-27-v2f64-param.ll
diff --git a/src/LLVM/test/CodeGen/XCore/2009-07-15-store192.ll b/third_party/LLVM/test/CodeGen/XCore/2009-07-15-store192.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/XCore/2009-07-15-store192.ll
rename to third_party/LLVM/test/CodeGen/XCore/2009-07-15-store192.ll
diff --git a/src/LLVM/test/CodeGen/XCore/2010-02-25-LSR-Crash.ll b/third_party/LLVM/test/CodeGen/XCore/2010-02-25-LSR-Crash.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/XCore/2010-02-25-LSR-Crash.ll
rename to third_party/LLVM/test/CodeGen/XCore/2010-02-25-LSR-Crash.ll
diff --git a/src/LLVM/test/CodeGen/XCore/2010-04-07-DbgValueOtherTargets.ll b/third_party/LLVM/test/CodeGen/XCore/2010-04-07-DbgValueOtherTargets.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/XCore/2010-04-07-DbgValueOtherTargets.ll
rename to third_party/LLVM/test/CodeGen/XCore/2010-04-07-DbgValueOtherTargets.ll
diff --git a/src/LLVM/test/CodeGen/XCore/2011-01-31-DAGCombineBug.ll b/third_party/LLVM/test/CodeGen/XCore/2011-01-31-DAGCombineBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/XCore/2011-01-31-DAGCombineBug.ll
rename to third_party/LLVM/test/CodeGen/XCore/2011-01-31-DAGCombineBug.ll
diff --git a/src/LLVM/test/CodeGen/XCore/2011-08-01-DynamicAllocBug.ll b/third_party/LLVM/test/CodeGen/XCore/2011-08-01-DynamicAllocBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/XCore/2011-08-01-DynamicAllocBug.ll
rename to third_party/LLVM/test/CodeGen/XCore/2011-08-01-DynamicAllocBug.ll
diff --git a/src/LLVM/test/CodeGen/XCore/2011-08-01-VarargsBug.ll b/third_party/LLVM/test/CodeGen/XCore/2011-08-01-VarargsBug.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/XCore/2011-08-01-VarargsBug.ll
rename to third_party/LLVM/test/CodeGen/XCore/2011-08-01-VarargsBug.ll
diff --git a/src/LLVM/test/CodeGen/XCore/addsub64.ll b/third_party/LLVM/test/CodeGen/XCore/addsub64.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/XCore/addsub64.ll
rename to third_party/LLVM/test/CodeGen/XCore/addsub64.ll
diff --git a/src/LLVM/test/CodeGen/XCore/ashr.ll b/third_party/LLVM/test/CodeGen/XCore/ashr.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/XCore/ashr.ll
rename to third_party/LLVM/test/CodeGen/XCore/ashr.ll
diff --git a/src/LLVM/test/CodeGen/XCore/basictest.ll b/third_party/LLVM/test/CodeGen/XCore/basictest.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/XCore/basictest.ll
rename to third_party/LLVM/test/CodeGen/XCore/basictest.ll
diff --git a/src/LLVM/test/CodeGen/XCore/bigstructret.ll b/third_party/LLVM/test/CodeGen/XCore/bigstructret.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/XCore/bigstructret.ll
rename to third_party/LLVM/test/CodeGen/XCore/bigstructret.ll
diff --git a/src/LLVM/test/CodeGen/XCore/constants.ll b/third_party/LLVM/test/CodeGen/XCore/constants.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/XCore/constants.ll
rename to third_party/LLVM/test/CodeGen/XCore/constants.ll
diff --git a/src/LLVM/test/CodeGen/XCore/cos.ll b/third_party/LLVM/test/CodeGen/XCore/cos.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/XCore/cos.ll
rename to third_party/LLVM/test/CodeGen/XCore/cos.ll
diff --git a/src/LLVM/test/CodeGen/XCore/dg.exp b/third_party/LLVM/test/CodeGen/XCore/dg.exp
similarity index 100%
rename from src/LLVM/test/CodeGen/XCore/dg.exp
rename to third_party/LLVM/test/CodeGen/XCore/dg.exp
diff --git a/src/LLVM/test/CodeGen/XCore/events.ll b/third_party/LLVM/test/CodeGen/XCore/events.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/XCore/events.ll
rename to third_party/LLVM/test/CodeGen/XCore/events.ll
diff --git a/src/LLVM/test/CodeGen/XCore/exp.ll b/third_party/LLVM/test/CodeGen/XCore/exp.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/XCore/exp.ll
rename to third_party/LLVM/test/CodeGen/XCore/exp.ll
diff --git a/src/LLVM/test/CodeGen/XCore/exp2.ll b/third_party/LLVM/test/CodeGen/XCore/exp2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/XCore/exp2.ll
rename to third_party/LLVM/test/CodeGen/XCore/exp2.ll
diff --git a/src/LLVM/test/CodeGen/XCore/fneg.ll b/third_party/LLVM/test/CodeGen/XCore/fneg.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/XCore/fneg.ll
rename to third_party/LLVM/test/CodeGen/XCore/fneg.ll
diff --git a/src/LLVM/test/CodeGen/XCore/getid.ll b/third_party/LLVM/test/CodeGen/XCore/getid.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/XCore/getid.ll
rename to third_party/LLVM/test/CodeGen/XCore/getid.ll
diff --git a/src/LLVM/test/CodeGen/XCore/globals.ll b/third_party/LLVM/test/CodeGen/XCore/globals.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/XCore/globals.ll
rename to third_party/LLVM/test/CodeGen/XCore/globals.ll
diff --git a/src/LLVM/test/CodeGen/XCore/indirectbr.ll b/third_party/LLVM/test/CodeGen/XCore/indirectbr.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/XCore/indirectbr.ll
rename to third_party/LLVM/test/CodeGen/XCore/indirectbr.ll
diff --git a/src/LLVM/test/CodeGen/XCore/ladd_lsub_combine.ll b/third_party/LLVM/test/CodeGen/XCore/ladd_lsub_combine.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/XCore/ladd_lsub_combine.ll
rename to third_party/LLVM/test/CodeGen/XCore/ladd_lsub_combine.ll
diff --git a/src/LLVM/test/CodeGen/XCore/licm-ldwcp.ll b/third_party/LLVM/test/CodeGen/XCore/licm-ldwcp.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/XCore/licm-ldwcp.ll
rename to third_party/LLVM/test/CodeGen/XCore/licm-ldwcp.ll
diff --git a/src/LLVM/test/CodeGen/XCore/load.ll b/third_party/LLVM/test/CodeGen/XCore/load.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/XCore/load.ll
rename to third_party/LLVM/test/CodeGen/XCore/load.ll
diff --git a/src/LLVM/test/CodeGen/XCore/log.ll b/third_party/LLVM/test/CodeGen/XCore/log.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/XCore/log.ll
rename to third_party/LLVM/test/CodeGen/XCore/log.ll
diff --git a/src/LLVM/test/CodeGen/XCore/log10.ll b/third_party/LLVM/test/CodeGen/XCore/log10.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/XCore/log10.ll
rename to third_party/LLVM/test/CodeGen/XCore/log10.ll
diff --git a/src/LLVM/test/CodeGen/XCore/log2.ll b/third_party/LLVM/test/CodeGen/XCore/log2.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/XCore/log2.ll
rename to third_party/LLVM/test/CodeGen/XCore/log2.ll
diff --git a/src/LLVM/test/CodeGen/XCore/misc-intrinsics.ll b/third_party/LLVM/test/CodeGen/XCore/misc-intrinsics.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/XCore/misc-intrinsics.ll
rename to third_party/LLVM/test/CodeGen/XCore/misc-intrinsics.ll
diff --git a/src/LLVM/test/CodeGen/XCore/mul64.ll b/third_party/LLVM/test/CodeGen/XCore/mul64.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/XCore/mul64.ll
rename to third_party/LLVM/test/CodeGen/XCore/mul64.ll
diff --git a/src/LLVM/test/CodeGen/XCore/pow.ll b/third_party/LLVM/test/CodeGen/XCore/pow.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/XCore/pow.ll
rename to third_party/LLVM/test/CodeGen/XCore/pow.ll
diff --git a/src/LLVM/test/CodeGen/XCore/powi.ll b/third_party/LLVM/test/CodeGen/XCore/powi.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/XCore/powi.ll
rename to third_party/LLVM/test/CodeGen/XCore/powi.ll
diff --git a/src/LLVM/test/CodeGen/XCore/private.ll b/third_party/LLVM/test/CodeGen/XCore/private.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/XCore/private.ll
rename to third_party/LLVM/test/CodeGen/XCore/private.ll
diff --git a/src/LLVM/test/CodeGen/XCore/ps-intrinsics.ll b/third_party/LLVM/test/CodeGen/XCore/ps-intrinsics.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/XCore/ps-intrinsics.ll
rename to third_party/LLVM/test/CodeGen/XCore/ps-intrinsics.ll
diff --git a/src/LLVM/test/CodeGen/XCore/resources.ll b/third_party/LLVM/test/CodeGen/XCore/resources.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/XCore/resources.ll
rename to third_party/LLVM/test/CodeGen/XCore/resources.ll
diff --git a/src/LLVM/test/CodeGen/XCore/scavenging.ll b/third_party/LLVM/test/CodeGen/XCore/scavenging.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/XCore/scavenging.ll
rename to third_party/LLVM/test/CodeGen/XCore/scavenging.ll
diff --git a/src/LLVM/test/CodeGen/XCore/sext.ll b/third_party/LLVM/test/CodeGen/XCore/sext.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/XCore/sext.ll
rename to third_party/LLVM/test/CodeGen/XCore/sext.ll
diff --git a/src/LLVM/test/CodeGen/XCore/sin.ll b/third_party/LLVM/test/CodeGen/XCore/sin.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/XCore/sin.ll
rename to third_party/LLVM/test/CodeGen/XCore/sin.ll
diff --git a/src/LLVM/test/CodeGen/XCore/sqrt.ll b/third_party/LLVM/test/CodeGen/XCore/sqrt.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/XCore/sqrt.ll
rename to third_party/LLVM/test/CodeGen/XCore/sqrt.ll
diff --git a/src/LLVM/test/CodeGen/XCore/sr-intrinsics.ll b/third_party/LLVM/test/CodeGen/XCore/sr-intrinsics.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/XCore/sr-intrinsics.ll
rename to third_party/LLVM/test/CodeGen/XCore/sr-intrinsics.ll
diff --git a/src/LLVM/test/CodeGen/XCore/store.ll b/third_party/LLVM/test/CodeGen/XCore/store.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/XCore/store.ll
rename to third_party/LLVM/test/CodeGen/XCore/store.ll
diff --git a/src/LLVM/test/CodeGen/XCore/switch.ll b/third_party/LLVM/test/CodeGen/XCore/switch.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/XCore/switch.ll
rename to third_party/LLVM/test/CodeGen/XCore/switch.ll
diff --git a/src/LLVM/test/CodeGen/XCore/switch_long.ll b/third_party/LLVM/test/CodeGen/XCore/switch_long.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/XCore/switch_long.ll
rename to third_party/LLVM/test/CodeGen/XCore/switch_long.ll
diff --git a/src/LLVM/test/CodeGen/XCore/threads.ll b/third_party/LLVM/test/CodeGen/XCore/threads.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/XCore/threads.ll
rename to third_party/LLVM/test/CodeGen/XCore/threads.ll
diff --git a/src/LLVM/test/CodeGen/XCore/tls.ll b/third_party/LLVM/test/CodeGen/XCore/tls.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/XCore/tls.ll
rename to third_party/LLVM/test/CodeGen/XCore/tls.ll
diff --git a/src/LLVM/test/CodeGen/XCore/trampoline.ll b/third_party/LLVM/test/CodeGen/XCore/trampoline.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/XCore/trampoline.ll
rename to third_party/LLVM/test/CodeGen/XCore/trampoline.ll
diff --git a/src/LLVM/test/CodeGen/XCore/trap.ll b/third_party/LLVM/test/CodeGen/XCore/trap.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/XCore/trap.ll
rename to third_party/LLVM/test/CodeGen/XCore/trap.ll
diff --git a/src/LLVM/test/CodeGen/XCore/unaligned_load.ll b/third_party/LLVM/test/CodeGen/XCore/unaligned_load.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/XCore/unaligned_load.ll
rename to third_party/LLVM/test/CodeGen/XCore/unaligned_load.ll
diff --git a/src/LLVM/test/CodeGen/XCore/unaligned_store.ll b/third_party/LLVM/test/CodeGen/XCore/unaligned_store.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/XCore/unaligned_store.ll
rename to third_party/LLVM/test/CodeGen/XCore/unaligned_store.ll
diff --git a/src/LLVM/test/CodeGen/XCore/unaligned_store_combine.ll b/third_party/LLVM/test/CodeGen/XCore/unaligned_store_combine.ll
similarity index 100%
rename from src/LLVM/test/CodeGen/XCore/unaligned_store_combine.ll
rename to third_party/LLVM/test/CodeGen/XCore/unaligned_store_combine.ll
diff --git a/src/LLVM/test/DebugInfo/2009-01-15-dbg_declare.ll b/third_party/LLVM/test/DebugInfo/2009-01-15-dbg_declare.ll
similarity index 100%
rename from src/LLVM/test/DebugInfo/2009-01-15-dbg_declare.ll
rename to third_party/LLVM/test/DebugInfo/2009-01-15-dbg_declare.ll
diff --git a/src/LLVM/test/DebugInfo/2009-10-16-Phi.ll b/third_party/LLVM/test/DebugInfo/2009-10-16-Phi.ll
similarity index 100%
rename from src/LLVM/test/DebugInfo/2009-10-16-Phi.ll
rename to third_party/LLVM/test/DebugInfo/2009-10-16-Phi.ll
diff --git a/src/LLVM/test/DebugInfo/2009-11-03-InsertExtractValue.ll b/third_party/LLVM/test/DebugInfo/2009-11-03-InsertExtractValue.ll
similarity index 100%
rename from src/LLVM/test/DebugInfo/2009-11-03-InsertExtractValue.ll
rename to third_party/LLVM/test/DebugInfo/2009-11-03-InsertExtractValue.ll
diff --git a/src/LLVM/test/DebugInfo/2009-11-05-DeadGlobalVariable.ll b/third_party/LLVM/test/DebugInfo/2009-11-05-DeadGlobalVariable.ll
similarity index 100%
rename from src/LLVM/test/DebugInfo/2009-11-05-DeadGlobalVariable.ll
rename to third_party/LLVM/test/DebugInfo/2009-11-05-DeadGlobalVariable.ll
diff --git a/src/LLVM/test/DebugInfo/2009-11-06-NamelessGlobalVariable.ll b/third_party/LLVM/test/DebugInfo/2009-11-06-NamelessGlobalVariable.ll
similarity index 100%
rename from src/LLVM/test/DebugInfo/2009-11-06-NamelessGlobalVariable.ll
rename to third_party/LLVM/test/DebugInfo/2009-11-06-NamelessGlobalVariable.ll
diff --git a/src/LLVM/test/DebugInfo/2009-11-10-CurrentFn.ll b/third_party/LLVM/test/DebugInfo/2009-11-10-CurrentFn.ll
similarity index 100%
rename from src/LLVM/test/DebugInfo/2009-11-10-CurrentFn.ll
rename to third_party/LLVM/test/DebugInfo/2009-11-10-CurrentFn.ll
diff --git a/src/LLVM/test/DebugInfo/2010-01-05-DbgScope.ll b/third_party/LLVM/test/DebugInfo/2010-01-05-DbgScope.ll
similarity index 100%
rename from src/LLVM/test/DebugInfo/2010-01-05-DbgScope.ll
rename to third_party/LLVM/test/DebugInfo/2010-01-05-DbgScope.ll
diff --git a/src/LLVM/test/DebugInfo/2010-01-19-DbgScope.ll b/third_party/LLVM/test/DebugInfo/2010-01-19-DbgScope.ll
similarity index 100%
rename from src/LLVM/test/DebugInfo/2010-01-19-DbgScope.ll
rename to third_party/LLVM/test/DebugInfo/2010-01-19-DbgScope.ll
diff --git a/src/LLVM/test/DebugInfo/2010-03-12-llc-crash.ll b/third_party/LLVM/test/DebugInfo/2010-03-12-llc-crash.ll
similarity index 100%
rename from src/LLVM/test/DebugInfo/2010-03-12-llc-crash.ll
rename to third_party/LLVM/test/DebugInfo/2010-03-12-llc-crash.ll
diff --git a/src/LLVM/test/DebugInfo/2010-03-19-DbgDeclare.ll b/third_party/LLVM/test/DebugInfo/2010-03-19-DbgDeclare.ll
similarity index 100%
rename from src/LLVM/test/DebugInfo/2010-03-19-DbgDeclare.ll
rename to third_party/LLVM/test/DebugInfo/2010-03-19-DbgDeclare.ll
diff --git a/src/LLVM/test/DebugInfo/2010-03-24-MemberFn.ll b/third_party/LLVM/test/DebugInfo/2010-03-24-MemberFn.ll
similarity index 100%
rename from src/LLVM/test/DebugInfo/2010-03-24-MemberFn.ll
rename to third_party/LLVM/test/DebugInfo/2010-03-24-MemberFn.ll
diff --git a/src/LLVM/test/DebugInfo/2010-03-30-InvalidDbgInfoCrash.ll b/third_party/LLVM/test/DebugInfo/2010-03-30-InvalidDbgInfoCrash.ll
similarity index 100%
rename from src/LLVM/test/DebugInfo/2010-03-30-InvalidDbgInfoCrash.ll
rename to third_party/LLVM/test/DebugInfo/2010-03-30-InvalidDbgInfoCrash.ll
diff --git a/src/LLVM/test/DebugInfo/2010-04-06-NestedFnDbgInfo.ll b/third_party/LLVM/test/DebugInfo/2010-04-06-NestedFnDbgInfo.ll
similarity index 100%
rename from src/LLVM/test/DebugInfo/2010-04-06-NestedFnDbgInfo.ll
rename to third_party/LLVM/test/DebugInfo/2010-04-06-NestedFnDbgInfo.ll
diff --git a/src/LLVM/test/DebugInfo/2010-04-13-PubType.ll b/third_party/LLVM/test/DebugInfo/2010-04-13-PubType.ll
similarity index 100%
rename from src/LLVM/test/DebugInfo/2010-04-13-PubType.ll
rename to third_party/LLVM/test/DebugInfo/2010-04-13-PubType.ll
diff --git a/src/LLVM/test/DebugInfo/2010-04-19-FramePtr.ll b/third_party/LLVM/test/DebugInfo/2010-04-19-FramePtr.ll
similarity index 100%
rename from src/LLVM/test/DebugInfo/2010-04-19-FramePtr.ll
rename to third_party/LLVM/test/DebugInfo/2010-04-19-FramePtr.ll
diff --git a/src/LLVM/test/DebugInfo/2010-04-25-CU-entry_pc.ll b/third_party/LLVM/test/DebugInfo/2010-04-25-CU-entry_pc.ll
similarity index 100%
rename from src/LLVM/test/DebugInfo/2010-04-25-CU-entry_pc.ll
rename to third_party/LLVM/test/DebugInfo/2010-04-25-CU-entry_pc.ll
diff --git a/src/LLVM/test/DebugInfo/2010-05-03-DisableFramePtr.ll b/third_party/LLVM/test/DebugInfo/2010-05-03-DisableFramePtr.ll
similarity index 100%
rename from src/LLVM/test/DebugInfo/2010-05-03-DisableFramePtr.ll
rename to third_party/LLVM/test/DebugInfo/2010-05-03-DisableFramePtr.ll
diff --git a/src/LLVM/test/DebugInfo/2010-05-03-OriginDIE.ll b/third_party/LLVM/test/DebugInfo/2010-05-03-OriginDIE.ll
similarity index 100%
rename from src/LLVM/test/DebugInfo/2010-05-03-OriginDIE.ll
rename to third_party/LLVM/test/DebugInfo/2010-05-03-OriginDIE.ll
diff --git a/src/LLVM/test/DebugInfo/2010-05-10-MultipleCU.ll b/third_party/LLVM/test/DebugInfo/2010-05-10-MultipleCU.ll
similarity index 100%
rename from src/LLVM/test/DebugInfo/2010-05-10-MultipleCU.ll
rename to third_party/LLVM/test/DebugInfo/2010-05-10-MultipleCU.ll
diff --git a/src/LLVM/test/DebugInfo/2010-06-29-InlinedFnLocalVar.ll b/third_party/LLVM/test/DebugInfo/2010-06-29-InlinedFnLocalVar.ll
similarity index 100%
rename from src/LLVM/test/DebugInfo/2010-06-29-InlinedFnLocalVar.ll
rename to third_party/LLVM/test/DebugInfo/2010-06-29-InlinedFnLocalVar.ll
diff --git a/src/LLVM/test/DebugInfo/2010-07-19-Crash.ll b/third_party/LLVM/test/DebugInfo/2010-07-19-Crash.ll
similarity index 100%
rename from src/LLVM/test/DebugInfo/2010-07-19-Crash.ll
rename to third_party/LLVM/test/DebugInfo/2010-07-19-Crash.ll
diff --git a/src/LLVM/test/DebugInfo/2010-10-01-crash.ll b/third_party/LLVM/test/DebugInfo/2010-10-01-crash.ll
similarity index 100%
rename from src/LLVM/test/DebugInfo/2010-10-01-crash.ll
rename to third_party/LLVM/test/DebugInfo/2010-10-01-crash.ll
diff --git a/src/LLVM/test/DebugInfo/2011-09-26-GlobalVarContext.ll b/third_party/LLVM/test/DebugInfo/2011-09-26-GlobalVarContext.ll
similarity index 100%
rename from src/LLVM/test/DebugInfo/2011-09-26-GlobalVarContext.ll
rename to third_party/LLVM/test/DebugInfo/2011-09-26-GlobalVarContext.ll
diff --git a/src/LLVM/test/DebugInfo/X86/debug_frame.ll b/third_party/LLVM/test/DebugInfo/X86/debug_frame.ll
similarity index 100%
rename from src/LLVM/test/DebugInfo/X86/debug_frame.ll
rename to third_party/LLVM/test/DebugInfo/X86/debug_frame.ll
diff --git a/src/LLVM/test/DebugInfo/X86/dg.exp b/third_party/LLVM/test/DebugInfo/X86/dg.exp
similarity index 100%
rename from src/LLVM/test/DebugInfo/X86/dg.exp
rename to third_party/LLVM/test/DebugInfo/X86/dg.exp
diff --git a/src/LLVM/test/DebugInfo/X86/earlydup-crash.ll b/third_party/LLVM/test/DebugInfo/X86/earlydup-crash.ll
similarity index 100%
rename from src/LLVM/test/DebugInfo/X86/earlydup-crash.ll
rename to third_party/LLVM/test/DebugInfo/X86/earlydup-crash.ll
diff --git a/src/LLVM/test/DebugInfo/X86/eh_symbol.ll b/third_party/LLVM/test/DebugInfo/X86/eh_symbol.ll
similarity index 100%
rename from src/LLVM/test/DebugInfo/X86/eh_symbol.ll
rename to third_party/LLVM/test/DebugInfo/X86/eh_symbol.ll
diff --git a/src/LLVM/test/DebugInfo/X86/pr9951.ll b/third_party/LLVM/test/DebugInfo/X86/pr9951.ll
similarity index 100%
rename from src/LLVM/test/DebugInfo/X86/pr9951.ll
rename to third_party/LLVM/test/DebugInfo/X86/pr9951.ll
diff --git a/src/LLVM/test/DebugInfo/X86/stmt-list.ll b/third_party/LLVM/test/DebugInfo/X86/stmt-list.ll
similarity index 100%
rename from src/LLVM/test/DebugInfo/X86/stmt-list.ll
rename to third_party/LLVM/test/DebugInfo/X86/stmt-list.ll
diff --git a/src/LLVM/test/DebugInfo/X86/subreg.ll b/third_party/LLVM/test/DebugInfo/X86/subreg.ll
similarity index 100%
rename from src/LLVM/test/DebugInfo/X86/subreg.ll
rename to third_party/LLVM/test/DebugInfo/X86/subreg.ll
diff --git a/src/LLVM/test/DebugInfo/array.ll b/third_party/LLVM/test/DebugInfo/array.ll
similarity index 100%
rename from src/LLVM/test/DebugInfo/array.ll
rename to third_party/LLVM/test/DebugInfo/array.ll
diff --git a/src/LLVM/test/DebugInfo/dg.exp b/third_party/LLVM/test/DebugInfo/dg.exp
similarity index 100%
rename from src/LLVM/test/DebugInfo/dg.exp
rename to third_party/LLVM/test/DebugInfo/dg.exp
diff --git a/src/LLVM/test/DebugInfo/inheritance.ll b/third_party/LLVM/test/DebugInfo/inheritance.ll
similarity index 100%
rename from src/LLVM/test/DebugInfo/inheritance.ll
rename to third_party/LLVM/test/DebugInfo/inheritance.ll
diff --git a/src/LLVM/test/DebugInfo/printdbginfo2.ll b/third_party/LLVM/test/DebugInfo/printdbginfo2.ll
similarity index 100%
rename from src/LLVM/test/DebugInfo/printdbginfo2.ll
rename to third_party/LLVM/test/DebugInfo/printdbginfo2.ll
diff --git a/src/LLVM/test/ExecutionEngine/2002-12-16-ArgTest.ll b/third_party/LLVM/test/ExecutionEngine/2002-12-16-ArgTest.ll
similarity index 100%
rename from src/LLVM/test/ExecutionEngine/2002-12-16-ArgTest.ll
rename to third_party/LLVM/test/ExecutionEngine/2002-12-16-ArgTest.ll
diff --git a/src/LLVM/test/ExecutionEngine/2003-01-04-ArgumentBug.ll b/third_party/LLVM/test/ExecutionEngine/2003-01-04-ArgumentBug.ll
similarity index 100%
rename from src/LLVM/test/ExecutionEngine/2003-01-04-ArgumentBug.ll
rename to third_party/LLVM/test/ExecutionEngine/2003-01-04-ArgumentBug.ll
diff --git a/src/LLVM/test/ExecutionEngine/2003-01-04-LoopTest.ll b/third_party/LLVM/test/ExecutionEngine/2003-01-04-LoopTest.ll
similarity index 100%
rename from src/LLVM/test/ExecutionEngine/2003-01-04-LoopTest.ll
rename to third_party/LLVM/test/ExecutionEngine/2003-01-04-LoopTest.ll
diff --git a/src/LLVM/test/ExecutionEngine/2003-01-04-PhiTest.ll b/third_party/LLVM/test/ExecutionEngine/2003-01-04-PhiTest.ll
similarity index 100%
rename from src/LLVM/test/ExecutionEngine/2003-01-04-PhiTest.ll
rename to third_party/LLVM/test/ExecutionEngine/2003-01-04-PhiTest.ll
diff --git a/src/LLVM/test/ExecutionEngine/2003-01-09-SARTest.ll b/third_party/LLVM/test/ExecutionEngine/2003-01-09-SARTest.ll
similarity index 100%
rename from src/LLVM/test/ExecutionEngine/2003-01-09-SARTest.ll
rename to third_party/LLVM/test/ExecutionEngine/2003-01-09-SARTest.ll
diff --git a/src/LLVM/test/ExecutionEngine/2003-01-10-FUCOM.ll b/third_party/LLVM/test/ExecutionEngine/2003-01-10-FUCOM.ll
similarity index 100%
rename from src/LLVM/test/ExecutionEngine/2003-01-10-FUCOM.ll
rename to third_party/LLVM/test/ExecutionEngine/2003-01-10-FUCOM.ll
diff --git a/src/LLVM/test/ExecutionEngine/2003-01-15-AlignmentTest.ll b/third_party/LLVM/test/ExecutionEngine/2003-01-15-AlignmentTest.ll
similarity index 100%
rename from src/LLVM/test/ExecutionEngine/2003-01-15-AlignmentTest.ll
rename to third_party/LLVM/test/ExecutionEngine/2003-01-15-AlignmentTest.ll
diff --git a/src/LLVM/test/ExecutionEngine/2003-05-06-LivenessClobber.ll b/third_party/LLVM/test/ExecutionEngine/2003-05-06-LivenessClobber.ll
similarity index 100%
rename from src/LLVM/test/ExecutionEngine/2003-05-06-LivenessClobber.ll
rename to third_party/LLVM/test/ExecutionEngine/2003-05-06-LivenessClobber.ll
diff --git a/src/LLVM/test/ExecutionEngine/2003-05-07-ArgumentTest.ll b/third_party/LLVM/test/ExecutionEngine/2003-05-07-ArgumentTest.ll
similarity index 100%
rename from src/LLVM/test/ExecutionEngine/2003-05-07-ArgumentTest.ll
rename to third_party/LLVM/test/ExecutionEngine/2003-05-07-ArgumentTest.ll
diff --git a/src/LLVM/test/ExecutionEngine/2003-05-11-PHIRegAllocBug.ll b/third_party/LLVM/test/ExecutionEngine/2003-05-11-PHIRegAllocBug.ll
similarity index 100%
rename from src/LLVM/test/ExecutionEngine/2003-05-11-PHIRegAllocBug.ll
rename to third_party/LLVM/test/ExecutionEngine/2003-05-11-PHIRegAllocBug.ll
diff --git a/src/LLVM/test/ExecutionEngine/2003-06-04-bzip2-bug.ll b/third_party/LLVM/test/ExecutionEngine/2003-06-04-bzip2-bug.ll
similarity index 100%
rename from src/LLVM/test/ExecutionEngine/2003-06-04-bzip2-bug.ll
rename to third_party/LLVM/test/ExecutionEngine/2003-06-04-bzip2-bug.ll
diff --git a/src/LLVM/test/ExecutionEngine/2003-06-05-PHIBug.ll b/third_party/LLVM/test/ExecutionEngine/2003-06-05-PHIBug.ll
similarity index 100%
rename from src/LLVM/test/ExecutionEngine/2003-06-05-PHIBug.ll
rename to third_party/LLVM/test/ExecutionEngine/2003-06-05-PHIBug.ll
diff --git a/src/LLVM/test/ExecutionEngine/2003-08-15-AllocaAssertion.ll b/third_party/LLVM/test/ExecutionEngine/2003-08-15-AllocaAssertion.ll
similarity index 100%
rename from src/LLVM/test/ExecutionEngine/2003-08-15-AllocaAssertion.ll
rename to third_party/LLVM/test/ExecutionEngine/2003-08-15-AllocaAssertion.ll
diff --git a/src/LLVM/test/ExecutionEngine/2003-08-21-EnvironmentTest.ll b/third_party/LLVM/test/ExecutionEngine/2003-08-21-EnvironmentTest.ll
similarity index 100%
rename from src/LLVM/test/ExecutionEngine/2003-08-21-EnvironmentTest.ll
rename to third_party/LLVM/test/ExecutionEngine/2003-08-21-EnvironmentTest.ll
diff --git a/src/LLVM/test/ExecutionEngine/2003-08-23-RegisterAllocatePhysReg.ll b/third_party/LLVM/test/ExecutionEngine/2003-08-23-RegisterAllocatePhysReg.ll
similarity index 100%
rename from src/LLVM/test/ExecutionEngine/2003-08-23-RegisterAllocatePhysReg.ll
rename to third_party/LLVM/test/ExecutionEngine/2003-08-23-RegisterAllocatePhysReg.ll
diff --git a/src/LLVM/test/ExecutionEngine/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.ll b/third_party/LLVM/test/ExecutionEngine/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.ll
similarity index 100%
rename from src/LLVM/test/ExecutionEngine/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.ll
rename to third_party/LLVM/test/ExecutionEngine/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.ll
diff --git a/src/LLVM/test/ExecutionEngine/2005-12-02-TailCallBug.ll b/third_party/LLVM/test/ExecutionEngine/2005-12-02-TailCallBug.ll
similarity index 100%
rename from src/LLVM/test/ExecutionEngine/2005-12-02-TailCallBug.ll
rename to third_party/LLVM/test/ExecutionEngine/2005-12-02-TailCallBug.ll
diff --git a/src/LLVM/test/ExecutionEngine/2007-12-10-APIntLoadStore.ll b/third_party/LLVM/test/ExecutionEngine/2007-12-10-APIntLoadStore.ll
similarity index 100%
rename from src/LLVM/test/ExecutionEngine/2007-12-10-APIntLoadStore.ll
rename to third_party/LLVM/test/ExecutionEngine/2007-12-10-APIntLoadStore.ll
diff --git a/src/LLVM/test/ExecutionEngine/2008-06-05-APInt-OverAShr.ll b/third_party/LLVM/test/ExecutionEngine/2008-06-05-APInt-OverAShr.ll
similarity index 100%
rename from src/LLVM/test/ExecutionEngine/2008-06-05-APInt-OverAShr.ll
rename to third_party/LLVM/test/ExecutionEngine/2008-06-05-APInt-OverAShr.ll
diff --git a/src/LLVM/test/ExecutionEngine/2010-01-15-UndefValue.ll b/third_party/LLVM/test/ExecutionEngine/2010-01-15-UndefValue.ll
similarity index 100%
rename from src/LLVM/test/ExecutionEngine/2010-01-15-UndefValue.ll
rename to third_party/LLVM/test/ExecutionEngine/2010-01-15-UndefValue.ll
diff --git a/src/LLVM/test/ExecutionEngine/dg.exp b/third_party/LLVM/test/ExecutionEngine/dg.exp
similarity index 100%
rename from src/LLVM/test/ExecutionEngine/dg.exp
rename to third_party/LLVM/test/ExecutionEngine/dg.exp
diff --git a/src/LLVM/test/ExecutionEngine/fpbitcast.ll b/third_party/LLVM/test/ExecutionEngine/fpbitcast.ll
similarity index 100%
rename from src/LLVM/test/ExecutionEngine/fpbitcast.ll
rename to third_party/LLVM/test/ExecutionEngine/fpbitcast.ll
diff --git a/src/LLVM/test/ExecutionEngine/hello.ll b/third_party/LLVM/test/ExecutionEngine/hello.ll
similarity index 100%
rename from src/LLVM/test/ExecutionEngine/hello.ll
rename to third_party/LLVM/test/ExecutionEngine/hello.ll
diff --git a/src/LLVM/test/ExecutionEngine/hello2.ll b/third_party/LLVM/test/ExecutionEngine/hello2.ll
similarity index 100%
rename from src/LLVM/test/ExecutionEngine/hello2.ll
rename to third_party/LLVM/test/ExecutionEngine/hello2.ll
diff --git a/src/LLVM/test/ExecutionEngine/simplesttest.ll b/third_party/LLVM/test/ExecutionEngine/simplesttest.ll
similarity index 100%
rename from src/LLVM/test/ExecutionEngine/simplesttest.ll
rename to third_party/LLVM/test/ExecutionEngine/simplesttest.ll
diff --git a/src/LLVM/test/ExecutionEngine/simpletest.ll b/third_party/LLVM/test/ExecutionEngine/simpletest.ll
similarity index 100%
rename from src/LLVM/test/ExecutionEngine/simpletest.ll
rename to third_party/LLVM/test/ExecutionEngine/simpletest.ll
diff --git a/src/LLVM/test/ExecutionEngine/stubs.ll b/third_party/LLVM/test/ExecutionEngine/stubs.ll
similarity index 100%
rename from src/LLVM/test/ExecutionEngine/stubs.ll
rename to third_party/LLVM/test/ExecutionEngine/stubs.ll
diff --git a/src/LLVM/test/ExecutionEngine/test-arith.ll b/third_party/LLVM/test/ExecutionEngine/test-arith.ll
similarity index 100%
rename from src/LLVM/test/ExecutionEngine/test-arith.ll
rename to third_party/LLVM/test/ExecutionEngine/test-arith.ll
diff --git a/src/LLVM/test/ExecutionEngine/test-branch.ll b/third_party/LLVM/test/ExecutionEngine/test-branch.ll
similarity index 100%
rename from src/LLVM/test/ExecutionEngine/test-branch.ll
rename to third_party/LLVM/test/ExecutionEngine/test-branch.ll
diff --git a/src/LLVM/test/ExecutionEngine/test-call.ll b/third_party/LLVM/test/ExecutionEngine/test-call.ll
similarity index 100%
rename from src/LLVM/test/ExecutionEngine/test-call.ll
rename to third_party/LLVM/test/ExecutionEngine/test-call.ll
diff --git a/src/LLVM/test/ExecutionEngine/test-cast.ll b/third_party/LLVM/test/ExecutionEngine/test-cast.ll
similarity index 100%
rename from src/LLVM/test/ExecutionEngine/test-cast.ll
rename to third_party/LLVM/test/ExecutionEngine/test-cast.ll
diff --git a/src/LLVM/test/ExecutionEngine/test-constantexpr.ll b/third_party/LLVM/test/ExecutionEngine/test-constantexpr.ll
similarity index 100%
rename from src/LLVM/test/ExecutionEngine/test-constantexpr.ll
rename to third_party/LLVM/test/ExecutionEngine/test-constantexpr.ll
diff --git a/src/LLVM/test/ExecutionEngine/test-fp.ll b/third_party/LLVM/test/ExecutionEngine/test-fp.ll
similarity index 100%
rename from src/LLVM/test/ExecutionEngine/test-fp.ll
rename to third_party/LLVM/test/ExecutionEngine/test-fp.ll
diff --git a/src/LLVM/test/ExecutionEngine/test-loadstore.ll b/third_party/LLVM/test/ExecutionEngine/test-loadstore.ll
similarity index 100%
rename from src/LLVM/test/ExecutionEngine/test-loadstore.ll
rename to third_party/LLVM/test/ExecutionEngine/test-loadstore.ll
diff --git a/src/LLVM/test/ExecutionEngine/test-logical.ll b/third_party/LLVM/test/ExecutionEngine/test-logical.ll
similarity index 100%
rename from src/LLVM/test/ExecutionEngine/test-logical.ll
rename to third_party/LLVM/test/ExecutionEngine/test-logical.ll
diff --git a/src/LLVM/test/ExecutionEngine/test-loop.ll b/third_party/LLVM/test/ExecutionEngine/test-loop.ll
similarity index 100%
rename from src/LLVM/test/ExecutionEngine/test-loop.ll
rename to third_party/LLVM/test/ExecutionEngine/test-loop.ll
diff --git a/src/LLVM/test/ExecutionEngine/test-phi.ll b/third_party/LLVM/test/ExecutionEngine/test-phi.ll
similarity index 100%
rename from src/LLVM/test/ExecutionEngine/test-phi.ll
rename to third_party/LLVM/test/ExecutionEngine/test-phi.ll
diff --git a/src/LLVM/test/ExecutionEngine/test-ret.ll b/third_party/LLVM/test/ExecutionEngine/test-ret.ll
similarity index 100%
rename from src/LLVM/test/ExecutionEngine/test-ret.ll
rename to third_party/LLVM/test/ExecutionEngine/test-ret.ll
diff --git a/src/LLVM/test/ExecutionEngine/test-setcond-fp.ll b/third_party/LLVM/test/ExecutionEngine/test-setcond-fp.ll
similarity index 100%
rename from src/LLVM/test/ExecutionEngine/test-setcond-fp.ll
rename to third_party/LLVM/test/ExecutionEngine/test-setcond-fp.ll
diff --git a/src/LLVM/test/ExecutionEngine/test-setcond-int.ll b/third_party/LLVM/test/ExecutionEngine/test-setcond-int.ll
similarity index 100%
rename from src/LLVM/test/ExecutionEngine/test-setcond-int.ll
rename to third_party/LLVM/test/ExecutionEngine/test-setcond-int.ll
diff --git a/src/LLVM/test/ExecutionEngine/test-shift.ll b/third_party/LLVM/test/ExecutionEngine/test-shift.ll
similarity index 100%
rename from src/LLVM/test/ExecutionEngine/test-shift.ll
rename to third_party/LLVM/test/ExecutionEngine/test-shift.ll
diff --git a/src/LLVM/test/Feature/NamedMDNode.ll b/third_party/LLVM/test/Feature/NamedMDNode.ll
similarity index 100%
rename from src/LLVM/test/Feature/NamedMDNode.ll
rename to third_party/LLVM/test/Feature/NamedMDNode.ll
diff --git a/src/LLVM/test/Feature/NamedMDNode2.ll b/third_party/LLVM/test/Feature/NamedMDNode2.ll
similarity index 100%
rename from src/LLVM/test/Feature/NamedMDNode2.ll
rename to third_party/LLVM/test/Feature/NamedMDNode2.ll
diff --git a/src/LLVM/test/Feature/README.txt b/third_party/LLVM/test/Feature/README.txt
similarity index 100%
rename from src/LLVM/test/Feature/README.txt
rename to third_party/LLVM/test/Feature/README.txt
diff --git a/src/LLVM/test/Feature/aliases.ll b/third_party/LLVM/test/Feature/aliases.ll
similarity index 100%
rename from src/LLVM/test/Feature/aliases.ll
rename to third_party/LLVM/test/Feature/aliases.ll
diff --git a/src/LLVM/test/Feature/alignment.ll b/third_party/LLVM/test/Feature/alignment.ll
similarity index 100%
rename from src/LLVM/test/Feature/alignment.ll
rename to third_party/LLVM/test/Feature/alignment.ll
diff --git a/src/LLVM/test/Feature/basictest.ll b/third_party/LLVM/test/Feature/basictest.ll
similarity index 100%
rename from src/LLVM/test/Feature/basictest.ll
rename to third_party/LLVM/test/Feature/basictest.ll
diff --git a/src/LLVM/test/Feature/callingconventions.ll b/third_party/LLVM/test/Feature/callingconventions.ll
similarity index 100%
rename from src/LLVM/test/Feature/callingconventions.ll
rename to third_party/LLVM/test/Feature/callingconventions.ll
diff --git a/src/LLVM/test/Feature/calltest.ll b/third_party/LLVM/test/Feature/calltest.ll
similarity index 100%
rename from src/LLVM/test/Feature/calltest.ll
rename to third_party/LLVM/test/Feature/calltest.ll
diff --git a/src/LLVM/test/Feature/casttest.ll b/third_party/LLVM/test/Feature/casttest.ll
similarity index 100%
rename from src/LLVM/test/Feature/casttest.ll
rename to third_party/LLVM/test/Feature/casttest.ll
diff --git a/src/LLVM/test/Feature/cfgstructures.ll b/third_party/LLVM/test/Feature/cfgstructures.ll
similarity index 100%
rename from src/LLVM/test/Feature/cfgstructures.ll
rename to third_party/LLVM/test/Feature/cfgstructures.ll
diff --git a/src/LLVM/test/Feature/constexpr.ll b/third_party/LLVM/test/Feature/constexpr.ll
similarity index 100%
rename from src/LLVM/test/Feature/constexpr.ll
rename to third_party/LLVM/test/Feature/constexpr.ll
diff --git a/src/LLVM/test/Feature/constpointer.ll b/third_party/LLVM/test/Feature/constpointer.ll
similarity index 100%
rename from src/LLVM/test/Feature/constpointer.ll
rename to third_party/LLVM/test/Feature/constpointer.ll
diff --git a/src/LLVM/test/Feature/dg.exp b/third_party/LLVM/test/Feature/dg.exp
similarity index 100%
rename from src/LLVM/test/Feature/dg.exp
rename to third_party/LLVM/test/Feature/dg.exp
diff --git a/src/LLVM/test/Feature/escaped_label.ll b/third_party/LLVM/test/Feature/escaped_label.ll
similarity index 100%
rename from src/LLVM/test/Feature/escaped_label.ll
rename to third_party/LLVM/test/Feature/escaped_label.ll
diff --git a/src/LLVM/test/Feature/exception.ll b/third_party/LLVM/test/Feature/exception.ll
similarity index 100%
rename from src/LLVM/test/Feature/exception.ll
rename to third_party/LLVM/test/Feature/exception.ll
diff --git a/src/LLVM/test/Feature/float.ll b/third_party/LLVM/test/Feature/float.ll
similarity index 100%
rename from src/LLVM/test/Feature/float.ll
rename to third_party/LLVM/test/Feature/float.ll
diff --git a/src/LLVM/test/Feature/fold-fpcast.ll b/third_party/LLVM/test/Feature/fold-fpcast.ll
similarity index 100%
rename from src/LLVM/test/Feature/fold-fpcast.ll
rename to third_party/LLVM/test/Feature/fold-fpcast.ll
diff --git a/src/LLVM/test/Feature/forwardreftest.ll b/third_party/LLVM/test/Feature/forwardreftest.ll
similarity index 100%
rename from src/LLVM/test/Feature/forwardreftest.ll
rename to third_party/LLVM/test/Feature/forwardreftest.ll
diff --git a/src/LLVM/test/Feature/global_section.ll b/third_party/LLVM/test/Feature/global_section.ll
similarity index 100%
rename from src/LLVM/test/Feature/global_section.ll
rename to third_party/LLVM/test/Feature/global_section.ll
diff --git a/src/LLVM/test/Feature/globalredefinition3.ll b/third_party/LLVM/test/Feature/globalredefinition3.ll
similarity index 100%
rename from src/LLVM/test/Feature/globalredefinition3.ll
rename to third_party/LLVM/test/Feature/globalredefinition3.ll
diff --git a/src/LLVM/test/Feature/globalvars.ll b/third_party/LLVM/test/Feature/globalvars.ll
similarity index 100%
rename from src/LLVM/test/Feature/globalvars.ll
rename to third_party/LLVM/test/Feature/globalvars.ll
diff --git a/src/LLVM/test/Feature/indirectcall.ll b/third_party/LLVM/test/Feature/indirectcall.ll
similarity index 100%
rename from src/LLVM/test/Feature/indirectcall.ll
rename to third_party/LLVM/test/Feature/indirectcall.ll
diff --git a/src/LLVM/test/Feature/indirectcall2.ll b/third_party/LLVM/test/Feature/indirectcall2.ll
similarity index 100%
rename from src/LLVM/test/Feature/indirectcall2.ll
rename to third_party/LLVM/test/Feature/indirectcall2.ll
diff --git a/src/LLVM/test/Feature/inlineasm.ll b/third_party/LLVM/test/Feature/inlineasm.ll
similarity index 100%
rename from src/LLVM/test/Feature/inlineasm.ll
rename to third_party/LLVM/test/Feature/inlineasm.ll
diff --git a/src/LLVM/test/Feature/instructions.ll b/third_party/LLVM/test/Feature/instructions.ll
similarity index 100%
rename from src/LLVM/test/Feature/instructions.ll
rename to third_party/LLVM/test/Feature/instructions.ll
diff --git a/src/LLVM/test/Feature/intrinsics.ll b/third_party/LLVM/test/Feature/intrinsics.ll
similarity index 100%
rename from src/LLVM/test/Feature/intrinsics.ll
rename to third_party/LLVM/test/Feature/intrinsics.ll
diff --git a/src/LLVM/test/Feature/linker_private_linkages.ll b/third_party/LLVM/test/Feature/linker_private_linkages.ll
similarity index 100%
rename from src/LLVM/test/Feature/linker_private_linkages.ll
rename to third_party/LLVM/test/Feature/linker_private_linkages.ll
diff --git a/src/LLVM/test/Feature/llvm2cpp.exp b/third_party/LLVM/test/Feature/llvm2cpp.exp
similarity index 100%
rename from src/LLVM/test/Feature/llvm2cpp.exp
rename to third_party/LLVM/test/Feature/llvm2cpp.exp
diff --git a/src/LLVM/test/Feature/load_module.ll b/third_party/LLVM/test/Feature/load_module.ll
similarity index 100%
rename from src/LLVM/test/Feature/load_module.ll
rename to third_party/LLVM/test/Feature/load_module.ll
diff --git a/src/LLVM/test/Feature/md_on_instruction.ll b/third_party/LLVM/test/Feature/md_on_instruction.ll
similarity index 100%
rename from src/LLVM/test/Feature/md_on_instruction.ll
rename to third_party/LLVM/test/Feature/md_on_instruction.ll
diff --git a/src/LLVM/test/Feature/memorymarkers.ll b/third_party/LLVM/test/Feature/memorymarkers.ll
similarity index 100%
rename from src/LLVM/test/Feature/memorymarkers.ll
rename to third_party/LLVM/test/Feature/memorymarkers.ll
diff --git a/src/LLVM/test/Feature/metadata.ll b/third_party/LLVM/test/Feature/metadata.ll
similarity index 100%
rename from src/LLVM/test/Feature/metadata.ll
rename to third_party/LLVM/test/Feature/metadata.ll
diff --git a/src/LLVM/test/Feature/newcasts.ll b/third_party/LLVM/test/Feature/newcasts.ll
similarity index 100%
rename from src/LLVM/test/Feature/newcasts.ll
rename to third_party/LLVM/test/Feature/newcasts.ll
diff --git a/src/LLVM/test/Feature/packed.ll b/third_party/LLVM/test/Feature/packed.ll
similarity index 100%
rename from src/LLVM/test/Feature/packed.ll
rename to third_party/LLVM/test/Feature/packed.ll
diff --git a/src/LLVM/test/Feature/packed_struct.ll b/third_party/LLVM/test/Feature/packed_struct.ll
similarity index 100%
rename from src/LLVM/test/Feature/packed_struct.ll
rename to third_party/LLVM/test/Feature/packed_struct.ll
diff --git a/src/LLVM/test/Feature/paramattrs.ll b/third_party/LLVM/test/Feature/paramattrs.ll
similarity index 100%
rename from src/LLVM/test/Feature/paramattrs.ll
rename to third_party/LLVM/test/Feature/paramattrs.ll
diff --git a/src/LLVM/test/Feature/ppcld.ll b/third_party/LLVM/test/Feature/ppcld.ll
similarity index 100%
rename from src/LLVM/test/Feature/ppcld.ll
rename to third_party/LLVM/test/Feature/ppcld.ll
diff --git a/src/LLVM/test/Feature/properties.ll b/third_party/LLVM/test/Feature/properties.ll
similarity index 100%
rename from src/LLVM/test/Feature/properties.ll
rename to third_party/LLVM/test/Feature/properties.ll
diff --git a/src/LLVM/test/Feature/prototype.ll b/third_party/LLVM/test/Feature/prototype.ll
similarity index 100%
rename from src/LLVM/test/Feature/prototype.ll
rename to third_party/LLVM/test/Feature/prototype.ll
diff --git a/src/LLVM/test/Feature/recursivetype.ll b/third_party/LLVM/test/Feature/recursivetype.ll
similarity index 100%
rename from src/LLVM/test/Feature/recursivetype.ll
rename to third_party/LLVM/test/Feature/recursivetype.ll
diff --git a/src/LLVM/test/Feature/simplecalltest.ll b/third_party/LLVM/test/Feature/simplecalltest.ll
similarity index 100%
rename from src/LLVM/test/Feature/simplecalltest.ll
rename to third_party/LLVM/test/Feature/simplecalltest.ll
diff --git a/src/LLVM/test/Feature/small.ll b/third_party/LLVM/test/Feature/small.ll
similarity index 100%
rename from src/LLVM/test/Feature/small.ll
rename to third_party/LLVM/test/Feature/small.ll
diff --git a/src/LLVM/test/Feature/smallest.ll b/third_party/LLVM/test/Feature/smallest.ll
similarity index 100%
rename from src/LLVM/test/Feature/smallest.ll
rename to third_party/LLVM/test/Feature/smallest.ll
diff --git a/src/LLVM/test/Feature/sparcld.ll b/third_party/LLVM/test/Feature/sparcld.ll
similarity index 100%
rename from src/LLVM/test/Feature/sparcld.ll
rename to third_party/LLVM/test/Feature/sparcld.ll
diff --git a/src/LLVM/test/Feature/terminators.ll b/third_party/LLVM/test/Feature/terminators.ll
similarity index 100%
rename from src/LLVM/test/Feature/terminators.ll
rename to third_party/LLVM/test/Feature/terminators.ll
diff --git a/src/LLVM/test/Feature/testalloca.ll b/third_party/LLVM/test/Feature/testalloca.ll
similarity index 100%
rename from src/LLVM/test/Feature/testalloca.ll
rename to third_party/LLVM/test/Feature/testalloca.ll
diff --git a/src/LLVM/test/Feature/testconstants.ll b/third_party/LLVM/test/Feature/testconstants.ll
similarity index 100%
rename from src/LLVM/test/Feature/testconstants.ll
rename to third_party/LLVM/test/Feature/testconstants.ll
diff --git a/src/LLVM/test/Feature/testlogical.ll b/third_party/LLVM/test/Feature/testlogical.ll
similarity index 100%
rename from src/LLVM/test/Feature/testlogical.ll
rename to third_party/LLVM/test/Feature/testlogical.ll
diff --git a/src/LLVM/test/Feature/testtype.ll b/third_party/LLVM/test/Feature/testtype.ll
similarity index 100%
rename from src/LLVM/test/Feature/testtype.ll
rename to third_party/LLVM/test/Feature/testtype.ll
diff --git a/src/LLVM/test/Feature/testvarargs.ll b/third_party/LLVM/test/Feature/testvarargs.ll
similarity index 100%
rename from src/LLVM/test/Feature/testvarargs.ll
rename to third_party/LLVM/test/Feature/testvarargs.ll
diff --git a/src/LLVM/test/Feature/undefined.ll b/third_party/LLVM/test/Feature/undefined.ll
similarity index 100%
rename from src/LLVM/test/Feature/undefined.ll
rename to third_party/LLVM/test/Feature/undefined.ll
diff --git a/src/LLVM/test/Feature/unreachable.ll b/third_party/LLVM/test/Feature/unreachable.ll
similarity index 100%
rename from src/LLVM/test/Feature/unreachable.ll
rename to third_party/LLVM/test/Feature/unreachable.ll
diff --git a/src/LLVM/test/Feature/varargs.ll b/third_party/LLVM/test/Feature/varargs.ll
similarity index 100%
rename from src/LLVM/test/Feature/varargs.ll
rename to third_party/LLVM/test/Feature/varargs.ll
diff --git a/src/LLVM/test/Feature/varargs_new.ll b/third_party/LLVM/test/Feature/varargs_new.ll
similarity index 100%
rename from src/LLVM/test/Feature/varargs_new.ll
rename to third_party/LLVM/test/Feature/varargs_new.ll
diff --git a/src/LLVM/test/Feature/vector-cast-constant-exprs.ll b/third_party/LLVM/test/Feature/vector-cast-constant-exprs.ll
similarity index 100%
rename from src/LLVM/test/Feature/vector-cast-constant-exprs.ll
rename to third_party/LLVM/test/Feature/vector-cast-constant-exprs.ll
diff --git a/src/LLVM/test/Feature/weak_constant.ll b/third_party/LLVM/test/Feature/weak_constant.ll
similarity index 100%
rename from src/LLVM/test/Feature/weak_constant.ll
rename to third_party/LLVM/test/Feature/weak_constant.ll
diff --git a/src/LLVM/test/Feature/weirdnames.ll b/third_party/LLVM/test/Feature/weirdnames.ll
similarity index 100%
rename from src/LLVM/test/Feature/weirdnames.ll
rename to third_party/LLVM/test/Feature/weirdnames.ll
diff --git a/src/LLVM/test/Feature/x86ld.ll b/third_party/LLVM/test/Feature/x86ld.ll
similarity index 100%
rename from src/LLVM/test/Feature/x86ld.ll
rename to third_party/LLVM/test/Feature/x86ld.ll
diff --git a/src/LLVM/test/Integer/2007-01-19-TruncSext.ll b/third_party/LLVM/test/Integer/2007-01-19-TruncSext.ll
similarity index 100%
rename from src/LLVM/test/Integer/2007-01-19-TruncSext.ll
rename to third_party/LLVM/test/Integer/2007-01-19-TruncSext.ll
diff --git a/src/LLVM/test/Integer/BitPacked.ll b/third_party/LLVM/test/Integer/BitPacked.ll
similarity index 100%
rename from src/LLVM/test/Integer/BitPacked.ll
rename to third_party/LLVM/test/Integer/BitPacked.ll
diff --git a/src/LLVM/test/Integer/basictest_bt.ll b/third_party/LLVM/test/Integer/basictest_bt.ll
similarity index 100%
rename from src/LLVM/test/Integer/basictest_bt.ll
rename to third_party/LLVM/test/Integer/basictest_bt.ll
diff --git a/src/LLVM/test/Integer/constexpr_bt.ll b/third_party/LLVM/test/Integer/constexpr_bt.ll
similarity index 100%
rename from src/LLVM/test/Integer/constexpr_bt.ll
rename to third_party/LLVM/test/Integer/constexpr_bt.ll
diff --git a/src/LLVM/test/Integer/constpointer_bt.ll b/third_party/LLVM/test/Integer/constpointer_bt.ll
similarity index 100%
rename from src/LLVM/test/Integer/constpointer_bt.ll
rename to third_party/LLVM/test/Integer/constpointer_bt.ll
diff --git a/src/LLVM/test/Integer/dg.exp b/third_party/LLVM/test/Integer/dg.exp
similarity index 100%
rename from src/LLVM/test/Integer/dg.exp
rename to third_party/LLVM/test/Integer/dg.exp
diff --git a/src/LLVM/test/Integer/fold-fpcast_bt.ll b/third_party/LLVM/test/Integer/fold-fpcast_bt.ll
similarity index 100%
rename from src/LLVM/test/Integer/fold-fpcast_bt.ll
rename to third_party/LLVM/test/Integer/fold-fpcast_bt.ll
diff --git a/src/LLVM/test/Integer/instructions_bt.ll b/third_party/LLVM/test/Integer/instructions_bt.ll
similarity index 100%
rename from src/LLVM/test/Integer/instructions_bt.ll
rename to third_party/LLVM/test/Integer/instructions_bt.ll
diff --git a/src/LLVM/test/Integer/newcasts_bt.ll b/third_party/LLVM/test/Integer/newcasts_bt.ll
similarity index 100%
rename from src/LLVM/test/Integer/newcasts_bt.ll
rename to third_party/LLVM/test/Integer/newcasts_bt.ll
diff --git a/src/LLVM/test/Integer/packed_bt.ll b/third_party/LLVM/test/Integer/packed_bt.ll
similarity index 100%
rename from src/LLVM/test/Integer/packed_bt.ll
rename to third_party/LLVM/test/Integer/packed_bt.ll
diff --git a/src/LLVM/test/Integer/packed_struct_bt.ll b/third_party/LLVM/test/Integer/packed_struct_bt.ll
similarity index 100%
rename from src/LLVM/test/Integer/packed_struct_bt.ll
rename to third_party/LLVM/test/Integer/packed_struct_bt.ll
diff --git a/src/LLVM/test/Integer/properties_bt.ll b/third_party/LLVM/test/Integer/properties_bt.ll
similarity index 100%
rename from src/LLVM/test/Integer/properties_bt.ll
rename to third_party/LLVM/test/Integer/properties_bt.ll
diff --git a/src/LLVM/test/Integer/undefined_bt.ll b/third_party/LLVM/test/Integer/undefined_bt.ll
similarity index 100%
rename from src/LLVM/test/Integer/undefined_bt.ll
rename to third_party/LLVM/test/Integer/undefined_bt.ll
diff --git a/src/LLVM/test/Integer/unreachable_bt.ll b/third_party/LLVM/test/Integer/unreachable_bt.ll
similarity index 100%
rename from src/LLVM/test/Integer/unreachable_bt.ll
rename to third_party/LLVM/test/Integer/unreachable_bt.ll
diff --git a/src/LLVM/test/Integer/varargs_bt.ll b/third_party/LLVM/test/Integer/varargs_bt.ll
similarity index 100%
rename from src/LLVM/test/Integer/varargs_bt.ll
rename to third_party/LLVM/test/Integer/varargs_bt.ll
diff --git a/src/LLVM/test/Integer/varargs_new_bt.ll b/third_party/LLVM/test/Integer/varargs_new_bt.ll
similarity index 100%
rename from src/LLVM/test/Integer/varargs_new_bt.ll
rename to third_party/LLVM/test/Integer/varargs_new_bt.ll
diff --git a/src/LLVM/test/Linker/2002-07-17-GlobalFail.ll b/third_party/LLVM/test/Linker/2002-07-17-GlobalFail.ll
similarity index 100%
rename from src/LLVM/test/Linker/2002-07-17-GlobalFail.ll
rename to third_party/LLVM/test/Linker/2002-07-17-GlobalFail.ll
diff --git a/src/LLVM/test/Linker/2002-07-17-LinkTest2.ll b/third_party/LLVM/test/Linker/2002-07-17-LinkTest2.ll
similarity index 100%
rename from src/LLVM/test/Linker/2002-07-17-LinkTest2.ll
rename to third_party/LLVM/test/Linker/2002-07-17-LinkTest2.ll
diff --git a/src/LLVM/test/Linker/2002-08-20-ConstantExpr.ll b/third_party/LLVM/test/Linker/2002-08-20-ConstantExpr.ll
similarity index 100%
rename from src/LLVM/test/Linker/2002-08-20-ConstantExpr.ll
rename to third_party/LLVM/test/Linker/2002-08-20-ConstantExpr.ll
diff --git a/src/LLVM/test/Linker/2003-01-30-LinkerRename.ll b/third_party/LLVM/test/Linker/2003-01-30-LinkerRename.ll
similarity index 100%
rename from src/LLVM/test/Linker/2003-01-30-LinkerRename.ll
rename to third_party/LLVM/test/Linker/2003-01-30-LinkerRename.ll
diff --git a/src/LLVM/test/Linker/2003-01-30-LinkerTypeRename.ll b/third_party/LLVM/test/Linker/2003-01-30-LinkerTypeRename.ll
similarity index 100%
rename from src/LLVM/test/Linker/2003-01-30-LinkerTypeRename.ll
rename to third_party/LLVM/test/Linker/2003-01-30-LinkerTypeRename.ll
diff --git a/src/LLVM/test/Linker/2003-04-21-Linkage.ll b/third_party/LLVM/test/Linker/2003-04-21-Linkage.ll
similarity index 100%
rename from src/LLVM/test/Linker/2003-04-21-Linkage.ll
rename to third_party/LLVM/test/Linker/2003-04-21-Linkage.ll
diff --git a/src/LLVM/test/Linker/2003-04-23-LinkOnceLost.ll b/third_party/LLVM/test/Linker/2003-04-23-LinkOnceLost.ll
similarity index 100%
rename from src/LLVM/test/Linker/2003-04-23-LinkOnceLost.ll
rename to third_party/LLVM/test/Linker/2003-04-23-LinkOnceLost.ll
diff --git a/src/LLVM/test/Linker/2003-04-26-NullPtrLinkProblem.ll b/third_party/LLVM/test/Linker/2003-04-26-NullPtrLinkProblem.ll
similarity index 100%
rename from src/LLVM/test/Linker/2003-04-26-NullPtrLinkProblem.ll
rename to third_party/LLVM/test/Linker/2003-04-26-NullPtrLinkProblem.ll
diff --git a/src/LLVM/test/Linker/2003-05-15-TypeProblem.ll b/third_party/LLVM/test/Linker/2003-05-15-TypeProblem.ll
similarity index 100%
rename from src/LLVM/test/Linker/2003-05-15-TypeProblem.ll
rename to third_party/LLVM/test/Linker/2003-05-15-TypeProblem.ll
diff --git a/src/LLVM/test/Linker/2003-05-31-LinkerRename.ll b/third_party/LLVM/test/Linker/2003-05-31-LinkerRename.ll
similarity index 100%
rename from src/LLVM/test/Linker/2003-05-31-LinkerRename.ll
rename to third_party/LLVM/test/Linker/2003-05-31-LinkerRename.ll
diff --git a/src/LLVM/test/Linker/2003-06-02-TypeResolveProblem.ll b/third_party/LLVM/test/Linker/2003-06-02-TypeResolveProblem.ll
similarity index 100%
rename from src/LLVM/test/Linker/2003-06-02-TypeResolveProblem.ll
rename to third_party/LLVM/test/Linker/2003-06-02-TypeResolveProblem.ll
diff --git a/src/LLVM/test/Linker/2003-06-02-TypeResolveProblem2.ll b/third_party/LLVM/test/Linker/2003-06-02-TypeResolveProblem2.ll
similarity index 100%
rename from src/LLVM/test/Linker/2003-06-02-TypeResolveProblem2.ll
rename to third_party/LLVM/test/Linker/2003-06-02-TypeResolveProblem2.ll
diff --git a/src/LLVM/test/Linker/2003-08-20-OpaqueTypeResolve.ll b/third_party/LLVM/test/Linker/2003-08-20-OpaqueTypeResolve.ll
similarity index 100%
rename from src/LLVM/test/Linker/2003-08-20-OpaqueTypeResolve.ll
rename to third_party/LLVM/test/Linker/2003-08-20-OpaqueTypeResolve.ll
diff --git a/src/LLVM/test/Linker/2003-08-23-GlobalVarLinking.ll b/third_party/LLVM/test/Linker/2003-08-23-GlobalVarLinking.ll
similarity index 100%
rename from src/LLVM/test/Linker/2003-08-23-GlobalVarLinking.ll
rename to third_party/LLVM/test/Linker/2003-08-23-GlobalVarLinking.ll
diff --git a/src/LLVM/test/Linker/2003-08-23-RecursiveOpaqueTypeResolve.ll b/third_party/LLVM/test/Linker/2003-08-23-RecursiveOpaqueTypeResolve.ll
similarity index 100%
rename from src/LLVM/test/Linker/2003-08-23-RecursiveOpaqueTypeResolve.ll
rename to third_party/LLVM/test/Linker/2003-08-23-RecursiveOpaqueTypeResolve.ll
diff --git a/src/LLVM/test/Linker/2003-08-24-InheritPtrSize.ll b/third_party/LLVM/test/Linker/2003-08-24-InheritPtrSize.ll
similarity index 100%
rename from src/LLVM/test/Linker/2003-08-24-InheritPtrSize.ll
rename to third_party/LLVM/test/Linker/2003-08-24-InheritPtrSize.ll
diff --git a/src/LLVM/test/Linker/2003-08-28-TypeResolvesGlobal.ll b/third_party/LLVM/test/Linker/2003-08-28-TypeResolvesGlobal.ll
similarity index 100%
rename from src/LLVM/test/Linker/2003-08-28-TypeResolvesGlobal.ll
rename to third_party/LLVM/test/Linker/2003-08-28-TypeResolvesGlobal.ll
diff --git a/src/LLVM/test/Linker/2003-08-28-TypeResolvesGlobal2.ll b/third_party/LLVM/test/Linker/2003-08-28-TypeResolvesGlobal2.ll
similarity index 100%
rename from src/LLVM/test/Linker/2003-08-28-TypeResolvesGlobal2.ll
rename to third_party/LLVM/test/Linker/2003-08-28-TypeResolvesGlobal2.ll
diff --git a/src/LLVM/test/Linker/2003-08-28-TypeResolvesGlobal3.ll b/third_party/LLVM/test/Linker/2003-08-28-TypeResolvesGlobal3.ll
similarity index 100%
rename from src/LLVM/test/Linker/2003-08-28-TypeResolvesGlobal3.ll
rename to third_party/LLVM/test/Linker/2003-08-28-TypeResolvesGlobal3.ll
diff --git a/src/LLVM/test/Linker/2003-10-27-LinkOncePromote.ll b/third_party/LLVM/test/Linker/2003-10-27-LinkOncePromote.ll
similarity index 100%
rename from src/LLVM/test/Linker/2003-10-27-LinkOncePromote.ll
rename to third_party/LLVM/test/Linker/2003-10-27-LinkOncePromote.ll
diff --git a/src/LLVM/test/Linker/2003-11-18-TypeResolution.ll b/third_party/LLVM/test/Linker/2003-11-18-TypeResolution.ll
similarity index 100%
rename from src/LLVM/test/Linker/2003-11-18-TypeResolution.ll
rename to third_party/LLVM/test/Linker/2003-11-18-TypeResolution.ll
diff --git a/src/LLVM/test/Linker/2004-02-17-WeakStrongLinkage.ll b/third_party/LLVM/test/Linker/2004-02-17-WeakStrongLinkage.ll
similarity index 100%
rename from src/LLVM/test/Linker/2004-02-17-WeakStrongLinkage.ll
rename to third_party/LLVM/test/Linker/2004-02-17-WeakStrongLinkage.ll
diff --git a/src/LLVM/test/Linker/2004-05-07-TypeResolution1.ll b/third_party/LLVM/test/Linker/2004-05-07-TypeResolution1.ll
similarity index 100%
rename from src/LLVM/test/Linker/2004-05-07-TypeResolution1.ll
rename to third_party/LLVM/test/Linker/2004-05-07-TypeResolution1.ll
diff --git a/src/LLVM/test/Linker/2004-05-07-TypeResolution2.ll b/third_party/LLVM/test/Linker/2004-05-07-TypeResolution2.ll
similarity index 100%
rename from src/LLVM/test/Linker/2004-05-07-TypeResolution2.ll
rename to third_party/LLVM/test/Linker/2004-05-07-TypeResolution2.ll
diff --git a/src/LLVM/test/Linker/2004-12-03-DisagreeingType.ll b/third_party/LLVM/test/Linker/2004-12-03-DisagreeingType.ll
similarity index 100%
rename from src/LLVM/test/Linker/2004-12-03-DisagreeingType.ll
rename to third_party/LLVM/test/Linker/2004-12-03-DisagreeingType.ll
diff --git a/src/LLVM/test/Linker/2005-02-12-ConstantGlobals-2.ll b/third_party/LLVM/test/Linker/2005-02-12-ConstantGlobals-2.ll
similarity index 100%
rename from src/LLVM/test/Linker/2005-02-12-ConstantGlobals-2.ll
rename to third_party/LLVM/test/Linker/2005-02-12-ConstantGlobals-2.ll
diff --git a/src/LLVM/test/Linker/2005-02-12-ConstantGlobals.ll b/third_party/LLVM/test/Linker/2005-02-12-ConstantGlobals.ll
similarity index 100%
rename from src/LLVM/test/Linker/2005-02-12-ConstantGlobals.ll
rename to third_party/LLVM/test/Linker/2005-02-12-ConstantGlobals.ll
diff --git a/src/LLVM/test/Linker/2005-12-06-AppendingZeroLengthArrays.ll b/third_party/LLVM/test/Linker/2005-12-06-AppendingZeroLengthArrays.ll
similarity index 100%
rename from src/LLVM/test/Linker/2005-12-06-AppendingZeroLengthArrays.ll
rename to third_party/LLVM/test/Linker/2005-12-06-AppendingZeroLengthArrays.ll
diff --git a/src/LLVM/test/Linker/2006-01-19-ConstantPacked.ll b/third_party/LLVM/test/Linker/2006-01-19-ConstantPacked.ll
similarity index 100%
rename from src/LLVM/test/Linker/2006-01-19-ConstantPacked.ll
rename to third_party/LLVM/test/Linker/2006-01-19-ConstantPacked.ll
diff --git a/src/LLVM/test/Linker/2006-06-15-GlobalVarAlignment.ll b/third_party/LLVM/test/Linker/2006-06-15-GlobalVarAlignment.ll
similarity index 100%
rename from src/LLVM/test/Linker/2006-06-15-GlobalVarAlignment.ll
rename to third_party/LLVM/test/Linker/2006-06-15-GlobalVarAlignment.ll
diff --git a/src/LLVM/test/Linker/2008-03-05-AliasReference.ll b/third_party/LLVM/test/Linker/2008-03-05-AliasReference.ll
similarity index 100%
rename from src/LLVM/test/Linker/2008-03-05-AliasReference.ll
rename to third_party/LLVM/test/Linker/2008-03-05-AliasReference.ll
diff --git a/src/LLVM/test/Linker/2008-03-05-AliasReference2.ll b/third_party/LLVM/test/Linker/2008-03-05-AliasReference2.ll
similarity index 100%
rename from src/LLVM/test/Linker/2008-03-05-AliasReference2.ll
rename to third_party/LLVM/test/Linker/2008-03-05-AliasReference2.ll
diff --git a/src/LLVM/test/Linker/2008-03-07-DroppedSection_a.ll b/third_party/LLVM/test/Linker/2008-03-07-DroppedSection_a.ll
similarity index 100%
rename from src/LLVM/test/Linker/2008-03-07-DroppedSection_a.ll
rename to third_party/LLVM/test/Linker/2008-03-07-DroppedSection_a.ll
diff --git a/src/LLVM/test/Linker/2008-03-07-DroppedSection_b.ll b/third_party/LLVM/test/Linker/2008-03-07-DroppedSection_b.ll
similarity index 100%
rename from src/LLVM/test/Linker/2008-03-07-DroppedSection_b.ll
rename to third_party/LLVM/test/Linker/2008-03-07-DroppedSection_b.ll
diff --git a/src/LLVM/test/Linker/2008-06-13-LinkOnceRedefinition.ll b/third_party/LLVM/test/Linker/2008-06-13-LinkOnceRedefinition.ll
similarity index 100%
rename from src/LLVM/test/Linker/2008-06-13-LinkOnceRedefinition.ll
rename to third_party/LLVM/test/Linker/2008-06-13-LinkOnceRedefinition.ll
diff --git a/src/LLVM/test/Linker/2008-06-26-AddressSpace.ll b/third_party/LLVM/test/Linker/2008-06-26-AddressSpace.ll
similarity index 100%
rename from src/LLVM/test/Linker/2008-06-26-AddressSpace.ll
rename to third_party/LLVM/test/Linker/2008-06-26-AddressSpace.ll
diff --git a/src/LLVM/test/Linker/2008-07-06-AliasFnDecl.ll b/third_party/LLVM/test/Linker/2008-07-06-AliasFnDecl.ll
similarity index 100%
rename from src/LLVM/test/Linker/2008-07-06-AliasFnDecl.ll
rename to third_party/LLVM/test/Linker/2008-07-06-AliasFnDecl.ll
diff --git a/src/LLVM/test/Linker/2008-07-06-AliasFnDecl2.ll b/third_party/LLVM/test/Linker/2008-07-06-AliasFnDecl2.ll
similarity index 100%
rename from src/LLVM/test/Linker/2008-07-06-AliasFnDecl2.ll
rename to third_party/LLVM/test/Linker/2008-07-06-AliasFnDecl2.ll
diff --git a/src/LLVM/test/Linker/2008-07-06-AliasWeakDest.ll b/third_party/LLVM/test/Linker/2008-07-06-AliasWeakDest.ll
similarity index 100%
rename from src/LLVM/test/Linker/2008-07-06-AliasWeakDest.ll
rename to third_party/LLVM/test/Linker/2008-07-06-AliasWeakDest.ll
diff --git a/src/LLVM/test/Linker/2008-07-06-AliasWeakDest2.ll b/third_party/LLVM/test/Linker/2008-07-06-AliasWeakDest2.ll
similarity index 100%
rename from src/LLVM/test/Linker/2008-07-06-AliasWeakDest2.ll
rename to third_party/LLVM/test/Linker/2008-07-06-AliasWeakDest2.ll
diff --git a/src/LLVM/test/Linker/2009-09-03-mdnode.ll b/third_party/LLVM/test/Linker/2009-09-03-mdnode.ll
similarity index 100%
rename from src/LLVM/test/Linker/2009-09-03-mdnode.ll
rename to third_party/LLVM/test/Linker/2009-09-03-mdnode.ll
diff --git a/src/LLVM/test/Linker/2009-09-03-mdnode2.ll b/third_party/LLVM/test/Linker/2009-09-03-mdnode2.ll
similarity index 100%
rename from src/LLVM/test/Linker/2009-09-03-mdnode2.ll
rename to third_party/LLVM/test/Linker/2009-09-03-mdnode2.ll
diff --git a/src/LLVM/test/Linker/2011-08-04-DebugLoc.ll b/third_party/LLVM/test/Linker/2011-08-04-DebugLoc.ll
similarity index 100%
rename from src/LLVM/test/Linker/2011-08-04-DebugLoc.ll
rename to third_party/LLVM/test/Linker/2011-08-04-DebugLoc.ll
diff --git a/src/LLVM/test/Linker/2011-08-04-DebugLoc2.ll b/third_party/LLVM/test/Linker/2011-08-04-DebugLoc2.ll
similarity index 100%
rename from src/LLVM/test/Linker/2011-08-04-DebugLoc2.ll
rename to third_party/LLVM/test/Linker/2011-08-04-DebugLoc2.ll
diff --git a/src/LLVM/test/Linker/2011-08-04-Metadata.ll b/third_party/LLVM/test/Linker/2011-08-04-Metadata.ll
similarity index 100%
rename from src/LLVM/test/Linker/2011-08-04-Metadata.ll
rename to third_party/LLVM/test/Linker/2011-08-04-Metadata.ll
diff --git a/src/LLVM/test/Linker/2011-08-04-Metadata2.ll b/third_party/LLVM/test/Linker/2011-08-04-Metadata2.ll
similarity index 100%
rename from src/LLVM/test/Linker/2011-08-04-Metadata2.ll
rename to third_party/LLVM/test/Linker/2011-08-04-Metadata2.ll
diff --git a/src/LLVM/test/Linker/2011-08-18-unique-class-type.ll b/third_party/LLVM/test/Linker/2011-08-18-unique-class-type.ll
similarity index 100%
rename from src/LLVM/test/Linker/2011-08-18-unique-class-type.ll
rename to third_party/LLVM/test/Linker/2011-08-18-unique-class-type.ll
diff --git a/src/LLVM/test/Linker/2011-08-18-unique-class-type2.ll b/third_party/LLVM/test/Linker/2011-08-18-unique-class-type2.ll
similarity index 100%
rename from src/LLVM/test/Linker/2011-08-18-unique-class-type2.ll
rename to third_party/LLVM/test/Linker/2011-08-18-unique-class-type2.ll
diff --git a/src/LLVM/test/Linker/2011-08-18-unique-debug-type.ll b/third_party/LLVM/test/Linker/2011-08-18-unique-debug-type.ll
similarity index 100%
rename from src/LLVM/test/Linker/2011-08-18-unique-debug-type.ll
rename to third_party/LLVM/test/Linker/2011-08-18-unique-debug-type.ll
diff --git a/src/LLVM/test/Linker/2011-08-18-unique-debug-type2.ll b/third_party/LLVM/test/Linker/2011-08-18-unique-debug-type2.ll
similarity index 100%
rename from src/LLVM/test/Linker/2011-08-18-unique-debug-type2.ll
rename to third_party/LLVM/test/Linker/2011-08-18-unique-debug-type2.ll
diff --git a/src/LLVM/test/Linker/2011-08-22-ResolveAlias.ll b/third_party/LLVM/test/Linker/2011-08-22-ResolveAlias.ll
similarity index 100%
rename from src/LLVM/test/Linker/2011-08-22-ResolveAlias.ll
rename to third_party/LLVM/test/Linker/2011-08-22-ResolveAlias.ll
diff --git a/src/LLVM/test/Linker/2011-08-22-ResolveAlias2.ll b/third_party/LLVM/test/Linker/2011-08-22-ResolveAlias2.ll
similarity index 100%
rename from src/LLVM/test/Linker/2011-08-22-ResolveAlias2.ll
rename to third_party/LLVM/test/Linker/2011-08-22-ResolveAlias2.ll
diff --git a/src/LLVM/test/Linker/AppendingLinkage.ll b/third_party/LLVM/test/Linker/AppendingLinkage.ll
similarity index 100%
rename from src/LLVM/test/Linker/AppendingLinkage.ll
rename to third_party/LLVM/test/Linker/AppendingLinkage.ll
diff --git a/src/LLVM/test/Linker/AppendingLinkage2.ll b/third_party/LLVM/test/Linker/AppendingLinkage2.ll
similarity index 100%
rename from src/LLVM/test/Linker/AppendingLinkage2.ll
rename to third_party/LLVM/test/Linker/AppendingLinkage2.ll
diff --git a/src/LLVM/test/Linker/ConstantGlobals1.ll b/third_party/LLVM/test/Linker/ConstantGlobals1.ll
similarity index 100%
rename from src/LLVM/test/Linker/ConstantGlobals1.ll
rename to third_party/LLVM/test/Linker/ConstantGlobals1.ll
diff --git a/src/LLVM/test/Linker/ConstantGlobals2.ll b/third_party/LLVM/test/Linker/ConstantGlobals2.ll
similarity index 100%
rename from src/LLVM/test/Linker/ConstantGlobals2.ll
rename to third_party/LLVM/test/Linker/ConstantGlobals2.ll
diff --git a/src/LLVM/test/Linker/ConstantGlobals3.ll b/third_party/LLVM/test/Linker/ConstantGlobals3.ll
similarity index 100%
rename from src/LLVM/test/Linker/ConstantGlobals3.ll
rename to third_party/LLVM/test/Linker/ConstantGlobals3.ll
diff --git a/src/LLVM/test/Linker/LinkOnce.ll b/third_party/LLVM/test/Linker/LinkOnce.ll
similarity index 100%
rename from src/LLVM/test/Linker/LinkOnce.ll
rename to third_party/LLVM/test/Linker/LinkOnce.ll
diff --git a/src/LLVM/test/Linker/PR8300.ll b/third_party/LLVM/test/Linker/PR8300.ll
similarity index 100%
rename from src/LLVM/test/Linker/PR8300.ll
rename to third_party/LLVM/test/Linker/PR8300.ll
diff --git a/src/LLVM/test/Linker/available_externally_a.ll b/third_party/LLVM/test/Linker/available_externally_a.ll
similarity index 100%
rename from src/LLVM/test/Linker/available_externally_a.ll
rename to third_party/LLVM/test/Linker/available_externally_a.ll
diff --git a/src/LLVM/test/Linker/available_externally_b.ll b/third_party/LLVM/test/Linker/available_externally_b.ll
similarity index 100%
rename from src/LLVM/test/Linker/available_externally_b.ll
rename to third_party/LLVM/test/Linker/available_externally_b.ll
diff --git a/src/LLVM/test/Linker/basiclink.ll b/third_party/LLVM/test/Linker/basiclink.ll
similarity index 100%
rename from src/LLVM/test/Linker/basiclink.ll
rename to third_party/LLVM/test/Linker/basiclink.ll
diff --git a/src/LLVM/test/Linker/dg.exp b/third_party/LLVM/test/Linker/dg.exp
similarity index 100%
rename from src/LLVM/test/Linker/dg.exp
rename to third_party/LLVM/test/Linker/dg.exp
diff --git a/src/LLVM/test/Linker/inlineasm.ll b/third_party/LLVM/test/Linker/inlineasm.ll
similarity index 100%
rename from src/LLVM/test/Linker/inlineasm.ll
rename to third_party/LLVM/test/Linker/inlineasm.ll
diff --git a/src/LLVM/test/Linker/link-archive.ll b/third_party/LLVM/test/Linker/link-archive.ll
similarity index 100%
rename from src/LLVM/test/Linker/link-archive.ll
rename to third_party/LLVM/test/Linker/link-archive.ll
diff --git a/src/LLVM/test/Linker/link-global-to-func.ll b/third_party/LLVM/test/Linker/link-global-to-func.ll
similarity index 100%
rename from src/LLVM/test/Linker/link-global-to-func.ll
rename to third_party/LLVM/test/Linker/link-global-to-func.ll
diff --git a/src/LLVM/test/Linker/link-messages.ll b/third_party/LLVM/test/Linker/link-messages.ll
similarity index 100%
rename from src/LLVM/test/Linker/link-messages.ll
rename to third_party/LLVM/test/Linker/link-messages.ll
diff --git a/src/LLVM/test/Linker/linkmdnode.ll b/third_party/LLVM/test/Linker/linkmdnode.ll
similarity index 100%
rename from src/LLVM/test/Linker/linkmdnode.ll
rename to third_party/LLVM/test/Linker/linkmdnode.ll
diff --git a/src/LLVM/test/Linker/linkmdnode2.ll b/third_party/LLVM/test/Linker/linkmdnode2.ll
similarity index 100%
rename from src/LLVM/test/Linker/linkmdnode2.ll
rename to third_party/LLVM/test/Linker/linkmdnode2.ll
diff --git a/src/LLVM/test/Linker/linknamedmdnode.ll b/third_party/LLVM/test/Linker/linknamedmdnode.ll
similarity index 100%
rename from src/LLVM/test/Linker/linknamedmdnode.ll
rename to third_party/LLVM/test/Linker/linknamedmdnode.ll
diff --git a/src/LLVM/test/Linker/linknamedmdnode2.ll b/third_party/LLVM/test/Linker/linknamedmdnode2.ll
similarity index 100%
rename from src/LLVM/test/Linker/linknamedmdnode2.ll
rename to third_party/LLVM/test/Linker/linknamedmdnode2.ll
diff --git a/src/LLVM/test/Linker/metadata-a.ll b/third_party/LLVM/test/Linker/metadata-a.ll
similarity index 100%
rename from src/LLVM/test/Linker/metadata-a.ll
rename to third_party/LLVM/test/Linker/metadata-a.ll
diff --git a/src/LLVM/test/Linker/metadata-b.ll b/third_party/LLVM/test/Linker/metadata-b.ll
similarity index 100%
rename from src/LLVM/test/Linker/metadata-b.ll
rename to third_party/LLVM/test/Linker/metadata-b.ll
diff --git a/src/LLVM/test/Linker/partial-type-refinement-link.ll b/third_party/LLVM/test/Linker/partial-type-refinement-link.ll
similarity index 100%
rename from src/LLVM/test/Linker/partial-type-refinement-link.ll
rename to third_party/LLVM/test/Linker/partial-type-refinement-link.ll
diff --git a/src/LLVM/test/Linker/partial-type-refinement.ll b/third_party/LLVM/test/Linker/partial-type-refinement.ll
similarity index 100%
rename from src/LLVM/test/Linker/partial-type-refinement.ll
rename to third_party/LLVM/test/Linker/partial-type-refinement.ll
diff --git a/src/LLVM/test/Linker/redefinition.ll b/third_party/LLVM/test/Linker/redefinition.ll
similarity index 100%
rename from src/LLVM/test/Linker/redefinition.ll
rename to third_party/LLVM/test/Linker/redefinition.ll
diff --git a/src/LLVM/test/Linker/testlink1.ll b/third_party/LLVM/test/Linker/testlink1.ll
similarity index 100%
rename from src/LLVM/test/Linker/testlink1.ll
rename to third_party/LLVM/test/Linker/testlink1.ll
diff --git a/src/LLVM/test/Linker/testlink2.ll b/third_party/LLVM/test/Linker/testlink2.ll
similarity index 100%
rename from src/LLVM/test/Linker/testlink2.ll
rename to third_party/LLVM/test/Linker/testlink2.ll
diff --git a/src/LLVM/test/Linker/unnamed-addr1-a.ll b/third_party/LLVM/test/Linker/unnamed-addr1-a.ll
similarity index 100%
rename from src/LLVM/test/Linker/unnamed-addr1-a.ll
rename to third_party/LLVM/test/Linker/unnamed-addr1-a.ll
diff --git a/src/LLVM/test/Linker/unnamed-addr1-b.ll b/third_party/LLVM/test/Linker/unnamed-addr1-b.ll
similarity index 100%
rename from src/LLVM/test/Linker/unnamed-addr1-b.ll
rename to third_party/LLVM/test/Linker/unnamed-addr1-b.ll
diff --git a/src/LLVM/test/Linker/weakextern.ll b/third_party/LLVM/test/Linker/weakextern.ll
similarity index 100%
rename from src/LLVM/test/Linker/weakextern.ll
rename to third_party/LLVM/test/Linker/weakextern.ll
diff --git a/src/LLVM/test/MC/ARM/arm-arithmetic-aliases.s b/third_party/LLVM/test/MC/ARM/arm-arithmetic-aliases.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/arm-arithmetic-aliases.s
rename to third_party/LLVM/test/MC/ARM/arm-arithmetic-aliases.s
diff --git a/src/LLVM/test/MC/ARM/arm-memory-instructions.s b/third_party/LLVM/test/MC/ARM/arm-memory-instructions.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/arm-memory-instructions.s
rename to third_party/LLVM/test/MC/ARM/arm-memory-instructions.s
diff --git a/src/LLVM/test/MC/ARM/arm_addrmode2.s b/third_party/LLVM/test/MC/ARM/arm_addrmode2.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/arm_addrmode2.s
rename to third_party/LLVM/test/MC/ARM/arm_addrmode2.s
diff --git a/src/LLVM/test/MC/ARM/arm_addrmode3.s b/third_party/LLVM/test/MC/ARM/arm_addrmode3.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/arm_addrmode3.s
rename to third_party/LLVM/test/MC/ARM/arm_addrmode3.s
diff --git a/src/LLVM/test/MC/ARM/arm_fixups.s b/third_party/LLVM/test/MC/ARM/arm_fixups.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/arm_fixups.s
rename to third_party/LLVM/test/MC/ARM/arm_fixups.s
diff --git a/src/LLVM/test/MC/ARM/arm_instructions.s b/third_party/LLVM/test/MC/ARM/arm_instructions.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/arm_instructions.s
rename to third_party/LLVM/test/MC/ARM/arm_instructions.s
diff --git a/src/LLVM/test/MC/ARM/arm_word_directive.s b/third_party/LLVM/test/MC/ARM/arm_word_directive.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/arm_word_directive.s
rename to third_party/LLVM/test/MC/ARM/arm_word_directive.s
diff --git a/src/LLVM/test/MC/ARM/basic-arm-instructions.s b/third_party/LLVM/test/MC/ARM/basic-arm-instructions.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/basic-arm-instructions.s
rename to third_party/LLVM/test/MC/ARM/basic-arm-instructions.s
diff --git a/src/LLVM/test/MC/ARM/basic-thumb-instructions.s b/third_party/LLVM/test/MC/ARM/basic-thumb-instructions.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/basic-thumb-instructions.s
rename to third_party/LLVM/test/MC/ARM/basic-thumb-instructions.s
diff --git a/src/LLVM/test/MC/ARM/basic-thumb2-instructions.s b/third_party/LLVM/test/MC/ARM/basic-thumb2-instructions.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/basic-thumb2-instructions.s
rename to third_party/LLVM/test/MC/ARM/basic-thumb2-instructions.s
diff --git a/src/LLVM/test/MC/ARM/bracket-darwin.s b/third_party/LLVM/test/MC/ARM/bracket-darwin.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/bracket-darwin.s
rename to third_party/LLVM/test/MC/ARM/bracket-darwin.s
diff --git a/src/LLVM/test/MC/ARM/bracket-exprs.s b/third_party/LLVM/test/MC/ARM/bracket-exprs.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/bracket-exprs.s
rename to third_party/LLVM/test/MC/ARM/bracket-exprs.s
diff --git a/src/LLVM/test/MC/ARM/darwin-ARM-reloc.s b/third_party/LLVM/test/MC/ARM/darwin-ARM-reloc.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/darwin-ARM-reloc.s
rename to third_party/LLVM/test/MC/ARM/darwin-ARM-reloc.s
diff --git a/src/LLVM/test/MC/ARM/darwin-Thumb-reloc.s b/third_party/LLVM/test/MC/ARM/darwin-Thumb-reloc.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/darwin-Thumb-reloc.s
rename to third_party/LLVM/test/MC/ARM/darwin-Thumb-reloc.s
diff --git a/src/LLVM/test/MC/ARM/dg.exp b/third_party/LLVM/test/MC/ARM/dg.exp
similarity index 100%
rename from src/LLVM/test/MC/ARM/dg.exp
rename to third_party/LLVM/test/MC/ARM/dg.exp
diff --git a/src/LLVM/test/MC/ARM/diagnostics.s b/third_party/LLVM/test/MC/ARM/diagnostics.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/diagnostics.s
rename to third_party/LLVM/test/MC/ARM/diagnostics.s
diff --git a/src/LLVM/test/MC/ARM/elf-eflags-eabi.s b/third_party/LLVM/test/MC/ARM/elf-eflags-eabi.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/elf-eflags-eabi.s
rename to third_party/LLVM/test/MC/ARM/elf-eflags-eabi.s
diff --git a/src/LLVM/test/MC/ARM/elf-movt.s b/third_party/LLVM/test/MC/ARM/elf-movt.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/elf-movt.s
rename to third_party/LLVM/test/MC/ARM/elf-movt.s
diff --git a/src/LLVM/test/MC/ARM/elf-reloc-01.ll b/third_party/LLVM/test/MC/ARM/elf-reloc-01.ll
similarity index 100%
rename from src/LLVM/test/MC/ARM/elf-reloc-01.ll
rename to third_party/LLVM/test/MC/ARM/elf-reloc-01.ll
diff --git a/src/LLVM/test/MC/ARM/elf-reloc-02.ll b/third_party/LLVM/test/MC/ARM/elf-reloc-02.ll
similarity index 100%
rename from src/LLVM/test/MC/ARM/elf-reloc-02.ll
rename to third_party/LLVM/test/MC/ARM/elf-reloc-02.ll
diff --git a/src/LLVM/test/MC/ARM/elf-reloc-03.ll b/third_party/LLVM/test/MC/ARM/elf-reloc-03.ll
similarity index 100%
rename from src/LLVM/test/MC/ARM/elf-reloc-03.ll
rename to third_party/LLVM/test/MC/ARM/elf-reloc-03.ll
diff --git a/src/LLVM/test/MC/ARM/elf-thumbfunc-reloc.ll b/third_party/LLVM/test/MC/ARM/elf-thumbfunc-reloc.ll
similarity index 100%
rename from src/LLVM/test/MC/ARM/elf-thumbfunc-reloc.ll
rename to third_party/LLVM/test/MC/ARM/elf-thumbfunc-reloc.ll
diff --git a/src/LLVM/test/MC/ARM/elf-thumbfunc.s b/third_party/LLVM/test/MC/ARM/elf-thumbfunc.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/elf-thumbfunc.s
rename to third_party/LLVM/test/MC/ARM/elf-thumbfunc.s
diff --git a/src/LLVM/test/MC/ARM/full_line_comment.s b/third_party/LLVM/test/MC/ARM/full_line_comment.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/full_line_comment.s
rename to third_party/LLVM/test/MC/ARM/full_line_comment.s
diff --git a/src/LLVM/test/MC/ARM/hilo-16bit-relocations.s b/third_party/LLVM/test/MC/ARM/hilo-16bit-relocations.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/hilo-16bit-relocations.s
rename to third_party/LLVM/test/MC/ARM/hilo-16bit-relocations.s
diff --git a/src/LLVM/test/MC/ARM/mode-switch.s b/third_party/LLVM/test/MC/ARM/mode-switch.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/mode-switch.s
rename to third_party/LLVM/test/MC/ARM/mode-switch.s
diff --git a/src/LLVM/test/MC/ARM/neon-abs-encoding.s b/third_party/LLVM/test/MC/ARM/neon-abs-encoding.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/neon-abs-encoding.s
rename to third_party/LLVM/test/MC/ARM/neon-abs-encoding.s
diff --git a/src/LLVM/test/MC/ARM/neon-absdiff-encoding.s b/third_party/LLVM/test/MC/ARM/neon-absdiff-encoding.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/neon-absdiff-encoding.s
rename to third_party/LLVM/test/MC/ARM/neon-absdiff-encoding.s
diff --git a/src/LLVM/test/MC/ARM/neon-add-encoding.s b/third_party/LLVM/test/MC/ARM/neon-add-encoding.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/neon-add-encoding.s
rename to third_party/LLVM/test/MC/ARM/neon-add-encoding.s
diff --git a/src/LLVM/test/MC/ARM/neon-bitcount-encoding.s b/third_party/LLVM/test/MC/ARM/neon-bitcount-encoding.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/neon-bitcount-encoding.s
rename to third_party/LLVM/test/MC/ARM/neon-bitcount-encoding.s
diff --git a/src/LLVM/test/MC/ARM/neon-bitwise-encoding.s b/third_party/LLVM/test/MC/ARM/neon-bitwise-encoding.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/neon-bitwise-encoding.s
rename to third_party/LLVM/test/MC/ARM/neon-bitwise-encoding.s
diff --git a/src/LLVM/test/MC/ARM/neon-cmp-encoding.s b/third_party/LLVM/test/MC/ARM/neon-cmp-encoding.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/neon-cmp-encoding.s
rename to third_party/LLVM/test/MC/ARM/neon-cmp-encoding.s
diff --git a/src/LLVM/test/MC/ARM/neon-convert-encoding.s b/third_party/LLVM/test/MC/ARM/neon-convert-encoding.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/neon-convert-encoding.s
rename to third_party/LLVM/test/MC/ARM/neon-convert-encoding.s
diff --git a/src/LLVM/test/MC/ARM/neon-dup-encoding.s b/third_party/LLVM/test/MC/ARM/neon-dup-encoding.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/neon-dup-encoding.s
rename to third_party/LLVM/test/MC/ARM/neon-dup-encoding.s
diff --git a/src/LLVM/test/MC/ARM/neon-minmax-encoding.s b/third_party/LLVM/test/MC/ARM/neon-minmax-encoding.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/neon-minmax-encoding.s
rename to third_party/LLVM/test/MC/ARM/neon-minmax-encoding.s
diff --git a/src/LLVM/test/MC/ARM/neon-mov-encoding.s b/third_party/LLVM/test/MC/ARM/neon-mov-encoding.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/neon-mov-encoding.s
rename to third_party/LLVM/test/MC/ARM/neon-mov-encoding.s
diff --git a/src/LLVM/test/MC/ARM/neon-mul-accum-encoding.s b/third_party/LLVM/test/MC/ARM/neon-mul-accum-encoding.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/neon-mul-accum-encoding.s
rename to third_party/LLVM/test/MC/ARM/neon-mul-accum-encoding.s
diff --git a/src/LLVM/test/MC/ARM/neon-mul-encoding.s b/third_party/LLVM/test/MC/ARM/neon-mul-encoding.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/neon-mul-encoding.s
rename to third_party/LLVM/test/MC/ARM/neon-mul-encoding.s
diff --git a/src/LLVM/test/MC/ARM/neon-neg-encoding.s b/third_party/LLVM/test/MC/ARM/neon-neg-encoding.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/neon-neg-encoding.s
rename to third_party/LLVM/test/MC/ARM/neon-neg-encoding.s
diff --git a/src/LLVM/test/MC/ARM/neon-pairwise-encoding.s b/third_party/LLVM/test/MC/ARM/neon-pairwise-encoding.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/neon-pairwise-encoding.s
rename to third_party/LLVM/test/MC/ARM/neon-pairwise-encoding.s
diff --git a/src/LLVM/test/MC/ARM/neon-reciprocal-encoding.s b/third_party/LLVM/test/MC/ARM/neon-reciprocal-encoding.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/neon-reciprocal-encoding.s
rename to third_party/LLVM/test/MC/ARM/neon-reciprocal-encoding.s
diff --git a/src/LLVM/test/MC/ARM/neon-reverse-encoding.s b/third_party/LLVM/test/MC/ARM/neon-reverse-encoding.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/neon-reverse-encoding.s
rename to third_party/LLVM/test/MC/ARM/neon-reverse-encoding.s
diff --git a/src/LLVM/test/MC/ARM/neon-satshift-encoding.s b/third_party/LLVM/test/MC/ARM/neon-satshift-encoding.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/neon-satshift-encoding.s
rename to third_party/LLVM/test/MC/ARM/neon-satshift-encoding.s
diff --git a/src/LLVM/test/MC/ARM/neon-shift-encoding.s b/third_party/LLVM/test/MC/ARM/neon-shift-encoding.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/neon-shift-encoding.s
rename to third_party/LLVM/test/MC/ARM/neon-shift-encoding.s
diff --git a/src/LLVM/test/MC/ARM/neon-shiftaccum-encoding.s b/third_party/LLVM/test/MC/ARM/neon-shiftaccum-encoding.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/neon-shiftaccum-encoding.s
rename to third_party/LLVM/test/MC/ARM/neon-shiftaccum-encoding.s
diff --git a/src/LLVM/test/MC/ARM/neon-shuffle-encoding.s b/third_party/LLVM/test/MC/ARM/neon-shuffle-encoding.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/neon-shuffle-encoding.s
rename to third_party/LLVM/test/MC/ARM/neon-shuffle-encoding.s
diff --git a/src/LLVM/test/MC/ARM/neon-sub-encoding.s b/third_party/LLVM/test/MC/ARM/neon-sub-encoding.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/neon-sub-encoding.s
rename to third_party/LLVM/test/MC/ARM/neon-sub-encoding.s
diff --git a/src/LLVM/test/MC/ARM/neon-table-encoding.s b/third_party/LLVM/test/MC/ARM/neon-table-encoding.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/neon-table-encoding.s
rename to third_party/LLVM/test/MC/ARM/neon-table-encoding.s
diff --git a/src/LLVM/test/MC/ARM/neon-vld-encoding.s b/third_party/LLVM/test/MC/ARM/neon-vld-encoding.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/neon-vld-encoding.s
rename to third_party/LLVM/test/MC/ARM/neon-vld-encoding.s
diff --git a/src/LLVM/test/MC/ARM/neon-vst-encoding.s b/third_party/LLVM/test/MC/ARM/neon-vst-encoding.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/neon-vst-encoding.s
rename to third_party/LLVM/test/MC/ARM/neon-vst-encoding.s
diff --git a/src/LLVM/test/MC/ARM/neont2-abs-encoding.s b/third_party/LLVM/test/MC/ARM/neont2-abs-encoding.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/neont2-abs-encoding.s
rename to third_party/LLVM/test/MC/ARM/neont2-abs-encoding.s
diff --git a/src/LLVM/test/MC/ARM/neont2-absdiff-encoding.s b/third_party/LLVM/test/MC/ARM/neont2-absdiff-encoding.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/neont2-absdiff-encoding.s
rename to third_party/LLVM/test/MC/ARM/neont2-absdiff-encoding.s
diff --git a/src/LLVM/test/MC/ARM/neont2-add-encoding.s b/third_party/LLVM/test/MC/ARM/neont2-add-encoding.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/neont2-add-encoding.s
rename to third_party/LLVM/test/MC/ARM/neont2-add-encoding.s
diff --git a/src/LLVM/test/MC/ARM/neont2-bitcount-encoding.s b/third_party/LLVM/test/MC/ARM/neont2-bitcount-encoding.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/neont2-bitcount-encoding.s
rename to third_party/LLVM/test/MC/ARM/neont2-bitcount-encoding.s
diff --git a/src/LLVM/test/MC/ARM/neont2-bitwise-encoding.s b/third_party/LLVM/test/MC/ARM/neont2-bitwise-encoding.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/neont2-bitwise-encoding.s
rename to third_party/LLVM/test/MC/ARM/neont2-bitwise-encoding.s
diff --git a/src/LLVM/test/MC/ARM/neont2-cmp-encoding.s b/third_party/LLVM/test/MC/ARM/neont2-cmp-encoding.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/neont2-cmp-encoding.s
rename to third_party/LLVM/test/MC/ARM/neont2-cmp-encoding.s
diff --git a/src/LLVM/test/MC/ARM/neont2-convert-encoding.s b/third_party/LLVM/test/MC/ARM/neont2-convert-encoding.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/neont2-convert-encoding.s
rename to third_party/LLVM/test/MC/ARM/neont2-convert-encoding.s
diff --git a/src/LLVM/test/MC/ARM/neont2-dup-encoding.s b/third_party/LLVM/test/MC/ARM/neont2-dup-encoding.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/neont2-dup-encoding.s
rename to third_party/LLVM/test/MC/ARM/neont2-dup-encoding.s
diff --git a/src/LLVM/test/MC/ARM/neont2-minmax-encoding.s b/third_party/LLVM/test/MC/ARM/neont2-minmax-encoding.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/neont2-minmax-encoding.s
rename to third_party/LLVM/test/MC/ARM/neont2-minmax-encoding.s
diff --git a/src/LLVM/test/MC/ARM/neont2-mov-encoding.s b/third_party/LLVM/test/MC/ARM/neont2-mov-encoding.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/neont2-mov-encoding.s
rename to third_party/LLVM/test/MC/ARM/neont2-mov-encoding.s
diff --git a/src/LLVM/test/MC/ARM/neont2-mul-accum-encoding.s b/third_party/LLVM/test/MC/ARM/neont2-mul-accum-encoding.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/neont2-mul-accum-encoding.s
rename to third_party/LLVM/test/MC/ARM/neont2-mul-accum-encoding.s
diff --git a/src/LLVM/test/MC/ARM/neont2-mul-encoding.s b/third_party/LLVM/test/MC/ARM/neont2-mul-encoding.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/neont2-mul-encoding.s
rename to third_party/LLVM/test/MC/ARM/neont2-mul-encoding.s
diff --git a/src/LLVM/test/MC/ARM/neont2-neg-encoding.s b/third_party/LLVM/test/MC/ARM/neont2-neg-encoding.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/neont2-neg-encoding.s
rename to third_party/LLVM/test/MC/ARM/neont2-neg-encoding.s
diff --git a/src/LLVM/test/MC/ARM/neont2-pairwise-encoding.s b/third_party/LLVM/test/MC/ARM/neont2-pairwise-encoding.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/neont2-pairwise-encoding.s
rename to third_party/LLVM/test/MC/ARM/neont2-pairwise-encoding.s
diff --git a/src/LLVM/test/MC/ARM/neont2-reciprocal-encoding.s b/third_party/LLVM/test/MC/ARM/neont2-reciprocal-encoding.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/neont2-reciprocal-encoding.s
rename to third_party/LLVM/test/MC/ARM/neont2-reciprocal-encoding.s
diff --git a/src/LLVM/test/MC/ARM/neont2-reverse-encoding.s b/third_party/LLVM/test/MC/ARM/neont2-reverse-encoding.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/neont2-reverse-encoding.s
rename to third_party/LLVM/test/MC/ARM/neont2-reverse-encoding.s
diff --git a/src/LLVM/test/MC/ARM/neont2-satshift-encoding.s b/third_party/LLVM/test/MC/ARM/neont2-satshift-encoding.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/neont2-satshift-encoding.s
rename to third_party/LLVM/test/MC/ARM/neont2-satshift-encoding.s
diff --git a/src/LLVM/test/MC/ARM/neont2-shift-encoding.s b/third_party/LLVM/test/MC/ARM/neont2-shift-encoding.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/neont2-shift-encoding.s
rename to third_party/LLVM/test/MC/ARM/neont2-shift-encoding.s
diff --git a/src/LLVM/test/MC/ARM/neont2-shiftaccum-encoding.s b/third_party/LLVM/test/MC/ARM/neont2-shiftaccum-encoding.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/neont2-shiftaccum-encoding.s
rename to third_party/LLVM/test/MC/ARM/neont2-shiftaccum-encoding.s
diff --git a/src/LLVM/test/MC/ARM/neont2-shuffle-encoding.s b/third_party/LLVM/test/MC/ARM/neont2-shuffle-encoding.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/neont2-shuffle-encoding.s
rename to third_party/LLVM/test/MC/ARM/neont2-shuffle-encoding.s
diff --git a/src/LLVM/test/MC/ARM/neont2-sub-encoding.s b/third_party/LLVM/test/MC/ARM/neont2-sub-encoding.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/neont2-sub-encoding.s
rename to third_party/LLVM/test/MC/ARM/neont2-sub-encoding.s
diff --git a/src/LLVM/test/MC/ARM/neont2-table-encoding.s b/third_party/LLVM/test/MC/ARM/neont2-table-encoding.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/neont2-table-encoding.s
rename to third_party/LLVM/test/MC/ARM/neont2-table-encoding.s
diff --git a/src/LLVM/test/MC/ARM/neont2-vld-encoding.s b/third_party/LLVM/test/MC/ARM/neont2-vld-encoding.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/neont2-vld-encoding.s
rename to third_party/LLVM/test/MC/ARM/neont2-vld-encoding.s
diff --git a/src/LLVM/test/MC/ARM/neont2-vst-encoding.s b/third_party/LLVM/test/MC/ARM/neont2-vst-encoding.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/neont2-vst-encoding.s
rename to third_party/LLVM/test/MC/ARM/neont2-vst-encoding.s
diff --git a/src/LLVM/test/MC/ARM/nop-armv4-padding.s b/third_party/LLVM/test/MC/ARM/nop-armv4-padding.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/nop-armv4-padding.s
rename to third_party/LLVM/test/MC/ARM/nop-armv4-padding.s
diff --git a/src/LLVM/test/MC/ARM/nop-armv6t2-padding.s b/third_party/LLVM/test/MC/ARM/nop-armv6t2-padding.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/nop-armv6t2-padding.s
rename to third_party/LLVM/test/MC/ARM/nop-armv6t2-padding.s
diff --git a/src/LLVM/test/MC/ARM/nop-thumb-padding.s b/third_party/LLVM/test/MC/ARM/nop-thumb-padding.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/nop-thumb-padding.s
rename to third_party/LLVM/test/MC/ARM/nop-thumb-padding.s
diff --git a/src/LLVM/test/MC/ARM/nop-thumb2-padding.s b/third_party/LLVM/test/MC/ARM/nop-thumb2-padding.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/nop-thumb2-padding.s
rename to third_party/LLVM/test/MC/ARM/nop-thumb2-padding.s
diff --git a/src/LLVM/test/MC/ARM/prefetch.ll b/third_party/LLVM/test/MC/ARM/prefetch.ll
similarity index 100%
rename from src/LLVM/test/MC/ARM/prefetch.ll
rename to third_party/LLVM/test/MC/ARM/prefetch.ll
diff --git a/src/LLVM/test/MC/ARM/simple-fp-encoding.s b/third_party/LLVM/test/MC/ARM/simple-fp-encoding.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/simple-fp-encoding.s
rename to third_party/LLVM/test/MC/ARM/simple-fp-encoding.s
diff --git a/src/LLVM/test/MC/ARM/thumb-diagnostics.s b/third_party/LLVM/test/MC/ARM/thumb-diagnostics.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/thumb-diagnostics.s
rename to third_party/LLVM/test/MC/ARM/thumb-diagnostics.s
diff --git a/src/LLVM/test/MC/ARM/thumb-nop.s b/third_party/LLVM/test/MC/ARM/thumb-nop.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/thumb-nop.s
rename to third_party/LLVM/test/MC/ARM/thumb-nop.s
diff --git a/src/LLVM/test/MC/ARM/thumb.s b/third_party/LLVM/test/MC/ARM/thumb.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/thumb.s
rename to third_party/LLVM/test/MC/ARM/thumb.s
diff --git a/src/LLVM/test/MC/ARM/thumb2-diagnostics.s b/third_party/LLVM/test/MC/ARM/thumb2-diagnostics.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/thumb2-diagnostics.s
rename to third_party/LLVM/test/MC/ARM/thumb2-diagnostics.s
diff --git a/src/LLVM/test/MC/ARM/thumb2-mclass.s b/third_party/LLVM/test/MC/ARM/thumb2-mclass.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/thumb2-mclass.s
rename to third_party/LLVM/test/MC/ARM/thumb2-mclass.s
diff --git a/src/LLVM/test/MC/ARM/thumb2-movt-fixup.s b/third_party/LLVM/test/MC/ARM/thumb2-movt-fixup.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/thumb2-movt-fixup.s
rename to third_party/LLVM/test/MC/ARM/thumb2-movt-fixup.s
diff --git a/src/LLVM/test/MC/ARM/vpush-vpop.s b/third_party/LLVM/test/MC/ARM/vpush-vpop.s
similarity index 100%
rename from src/LLVM/test/MC/ARM/vpush-vpop.s
rename to third_party/LLVM/test/MC/ARM/vpush-vpop.s
diff --git a/src/LLVM/test/MC/ARM/xscale-attributes.ll b/third_party/LLVM/test/MC/ARM/xscale-attributes.ll
similarity index 100%
rename from src/LLVM/test/MC/ARM/xscale-attributes.ll
rename to third_party/LLVM/test/MC/ARM/xscale-attributes.ll
diff --git a/src/LLVM/test/MC/AsmParser/2011-09-06-NoNewline.s b/third_party/LLVM/test/MC/AsmParser/2011-09-06-NoNewline.s
similarity index 100%
rename from src/LLVM/test/MC/AsmParser/2011-09-06-NoNewline.s
rename to third_party/LLVM/test/MC/AsmParser/2011-09-06-NoNewline.s
diff --git a/src/LLVM/test/MC/AsmParser/assignment.s b/third_party/LLVM/test/MC/AsmParser/assignment.s
similarity index 100%
rename from src/LLVM/test/MC/AsmParser/assignment.s
rename to third_party/LLVM/test/MC/AsmParser/assignment.s
diff --git a/src/LLVM/test/MC/AsmParser/conditional_asm.s b/third_party/LLVM/test/MC/AsmParser/conditional_asm.s
similarity index 100%
rename from src/LLVM/test/MC/AsmParser/conditional_asm.s
rename to third_party/LLVM/test/MC/AsmParser/conditional_asm.s
diff --git a/src/LLVM/test/MC/AsmParser/dash-n.s b/third_party/LLVM/test/MC/AsmParser/dash-n.s
similarity index 100%
rename from src/LLVM/test/MC/AsmParser/dash-n.s
rename to third_party/LLVM/test/MC/AsmParser/dash-n.s
diff --git a/src/LLVM/test/MC/AsmParser/dg.exp b/third_party/LLVM/test/MC/AsmParser/dg.exp
similarity index 100%
rename from src/LLVM/test/MC/AsmParser/dg.exp
rename to third_party/LLVM/test/MC/AsmParser/dg.exp
diff --git a/src/LLVM/test/MC/AsmParser/directive_abort.s b/third_party/LLVM/test/MC/AsmParser/directive_abort.s
similarity index 100%
rename from src/LLVM/test/MC/AsmParser/directive_abort.s
rename to third_party/LLVM/test/MC/AsmParser/directive_abort.s
diff --git a/src/LLVM/test/MC/AsmParser/directive_align.s b/third_party/LLVM/test/MC/AsmParser/directive_align.s
similarity index 100%
rename from src/LLVM/test/MC/AsmParser/directive_align.s
rename to third_party/LLVM/test/MC/AsmParser/directive_align.s
diff --git a/src/LLVM/test/MC/AsmParser/directive_ascii.s b/third_party/LLVM/test/MC/AsmParser/directive_ascii.s
similarity index 100%
rename from src/LLVM/test/MC/AsmParser/directive_ascii.s
rename to third_party/LLVM/test/MC/AsmParser/directive_ascii.s
diff --git a/src/LLVM/test/MC/AsmParser/directive_comm.s b/third_party/LLVM/test/MC/AsmParser/directive_comm.s
similarity index 100%
rename from src/LLVM/test/MC/AsmParser/directive_comm.s
rename to third_party/LLVM/test/MC/AsmParser/directive_comm.s
diff --git a/src/LLVM/test/MC/AsmParser/directive_darwin_section.s b/third_party/LLVM/test/MC/AsmParser/directive_darwin_section.s
similarity index 100%
rename from src/LLVM/test/MC/AsmParser/directive_darwin_section.s
rename to third_party/LLVM/test/MC/AsmParser/directive_darwin_section.s
diff --git a/src/LLVM/test/MC/AsmParser/directive_desc.s b/third_party/LLVM/test/MC/AsmParser/directive_desc.s
similarity index 100%
rename from src/LLVM/test/MC/AsmParser/directive_desc.s
rename to third_party/LLVM/test/MC/AsmParser/directive_desc.s
diff --git a/src/LLVM/test/MC/AsmParser/directive_elf_size.s b/third_party/LLVM/test/MC/AsmParser/directive_elf_size.s
similarity index 100%
rename from src/LLVM/test/MC/AsmParser/directive_elf_size.s
rename to third_party/LLVM/test/MC/AsmParser/directive_elf_size.s
diff --git a/src/LLVM/test/MC/AsmParser/directive_file.s b/third_party/LLVM/test/MC/AsmParser/directive_file.s
similarity index 100%
rename from src/LLVM/test/MC/AsmParser/directive_file.s
rename to third_party/LLVM/test/MC/AsmParser/directive_file.s
diff --git a/src/LLVM/test/MC/AsmParser/directive_fill.s b/third_party/LLVM/test/MC/AsmParser/directive_fill.s
similarity index 100%
rename from src/LLVM/test/MC/AsmParser/directive_fill.s
rename to third_party/LLVM/test/MC/AsmParser/directive_fill.s
diff --git a/src/LLVM/test/MC/AsmParser/directive_include.s b/third_party/LLVM/test/MC/AsmParser/directive_include.s
similarity index 100%
rename from src/LLVM/test/MC/AsmParser/directive_include.s
rename to third_party/LLVM/test/MC/AsmParser/directive_include.s
diff --git a/src/LLVM/test/MC/AsmParser/directive_lcomm.s b/third_party/LLVM/test/MC/AsmParser/directive_lcomm.s
similarity index 100%
rename from src/LLVM/test/MC/AsmParser/directive_lcomm.s
rename to third_party/LLVM/test/MC/AsmParser/directive_lcomm.s
diff --git a/src/LLVM/test/MC/AsmParser/directive_line.s b/third_party/LLVM/test/MC/AsmParser/directive_line.s
similarity index 100%
rename from src/LLVM/test/MC/AsmParser/directive_line.s
rename to third_party/LLVM/test/MC/AsmParser/directive_line.s
diff --git a/src/LLVM/test/MC/AsmParser/directive_loc.s b/third_party/LLVM/test/MC/AsmParser/directive_loc.s
similarity index 100%
rename from src/LLVM/test/MC/AsmParser/directive_loc.s
rename to third_party/LLVM/test/MC/AsmParser/directive_loc.s
diff --git a/src/LLVM/test/MC/AsmParser/directive_lsym.s b/third_party/LLVM/test/MC/AsmParser/directive_lsym.s
similarity index 100%
rename from src/LLVM/test/MC/AsmParser/directive_lsym.s
rename to third_party/LLVM/test/MC/AsmParser/directive_lsym.s
diff --git a/src/LLVM/test/MC/AsmParser/directive_org.s b/third_party/LLVM/test/MC/AsmParser/directive_org.s
similarity index 100%
rename from src/LLVM/test/MC/AsmParser/directive_org.s
rename to third_party/LLVM/test/MC/AsmParser/directive_org.s
diff --git a/src/LLVM/test/MC/AsmParser/directive_seh.s b/third_party/LLVM/test/MC/AsmParser/directive_seh.s
similarity index 100%
rename from src/LLVM/test/MC/AsmParser/directive_seh.s
rename to third_party/LLVM/test/MC/AsmParser/directive_seh.s
diff --git a/src/LLVM/test/MC/AsmParser/directive_set.s b/third_party/LLVM/test/MC/AsmParser/directive_set.s
similarity index 100%
rename from src/LLVM/test/MC/AsmParser/directive_set.s
rename to third_party/LLVM/test/MC/AsmParser/directive_set.s
diff --git a/src/LLVM/test/MC/AsmParser/directive_space.s b/third_party/LLVM/test/MC/AsmParser/directive_space.s
similarity index 100%
rename from src/LLVM/test/MC/AsmParser/directive_space.s
rename to third_party/LLVM/test/MC/AsmParser/directive_space.s
diff --git a/src/LLVM/test/MC/AsmParser/directive_subsections_via_symbols.s b/third_party/LLVM/test/MC/AsmParser/directive_subsections_via_symbols.s
similarity index 100%
rename from src/LLVM/test/MC/AsmParser/directive_subsections_via_symbols.s
rename to third_party/LLVM/test/MC/AsmParser/directive_subsections_via_symbols.s
diff --git a/src/LLVM/test/MC/AsmParser/directive_symbol_attrs.s b/third_party/LLVM/test/MC/AsmParser/directive_symbol_attrs.s
similarity index 100%
rename from src/LLVM/test/MC/AsmParser/directive_symbol_attrs.s
rename to third_party/LLVM/test/MC/AsmParser/directive_symbol_attrs.s
diff --git a/src/LLVM/test/MC/AsmParser/directive_tbss.s b/third_party/LLVM/test/MC/AsmParser/directive_tbss.s
similarity index 100%
rename from src/LLVM/test/MC/AsmParser/directive_tbss.s
rename to third_party/LLVM/test/MC/AsmParser/directive_tbss.s
diff --git a/src/LLVM/test/MC/AsmParser/directive_tdata.s b/third_party/LLVM/test/MC/AsmParser/directive_tdata.s
similarity index 100%
rename from src/LLVM/test/MC/AsmParser/directive_tdata.s
rename to third_party/LLVM/test/MC/AsmParser/directive_tdata.s
diff --git a/src/LLVM/test/MC/AsmParser/directive_thread_init_func.s b/third_party/LLVM/test/MC/AsmParser/directive_thread_init_func.s
similarity index 100%
rename from src/LLVM/test/MC/AsmParser/directive_thread_init_func.s
rename to third_party/LLVM/test/MC/AsmParser/directive_thread_init_func.s
diff --git a/src/LLVM/test/MC/AsmParser/directive_tlv.s b/third_party/LLVM/test/MC/AsmParser/directive_tlv.s
similarity index 100%
rename from src/LLVM/test/MC/AsmParser/directive_tlv.s
rename to third_party/LLVM/test/MC/AsmParser/directive_tlv.s
diff --git a/src/LLVM/test/MC/AsmParser/directive_values.s b/third_party/LLVM/test/MC/AsmParser/directive_values.s
similarity index 100%
rename from src/LLVM/test/MC/AsmParser/directive_values.s
rename to third_party/LLVM/test/MC/AsmParser/directive_values.s
diff --git a/src/LLVM/test/MC/AsmParser/directive_zerofill.s b/third_party/LLVM/test/MC/AsmParser/directive_zerofill.s
similarity index 100%
rename from src/LLVM/test/MC/AsmParser/directive_zerofill.s
rename to third_party/LLVM/test/MC/AsmParser/directive_zerofill.s
diff --git a/src/LLVM/test/MC/AsmParser/dollars-in-identifiers.s b/third_party/LLVM/test/MC/AsmParser/dollars-in-identifiers.s
similarity index 100%
rename from src/LLVM/test/MC/AsmParser/dollars-in-identifiers.s
rename to third_party/LLVM/test/MC/AsmParser/dollars-in-identifiers.s
diff --git a/src/LLVM/test/MC/AsmParser/dot-symbol.s b/third_party/LLVM/test/MC/AsmParser/dot-symbol.s
similarity index 100%
rename from src/LLVM/test/MC/AsmParser/dot-symbol.s
rename to third_party/LLVM/test/MC/AsmParser/dot-symbol.s
diff --git a/src/LLVM/test/MC/AsmParser/equ.s b/third_party/LLVM/test/MC/AsmParser/equ.s
similarity index 100%
rename from src/LLVM/test/MC/AsmParser/equ.s
rename to third_party/LLVM/test/MC/AsmParser/equ.s
diff --git a/src/LLVM/test/MC/AsmParser/expr_symbol_modifiers.s b/third_party/LLVM/test/MC/AsmParser/expr_symbol_modifiers.s
similarity index 100%
rename from src/LLVM/test/MC/AsmParser/expr_symbol_modifiers.s
rename to third_party/LLVM/test/MC/AsmParser/expr_symbol_modifiers.s
diff --git a/src/LLVM/test/MC/AsmParser/exprs-invalid.s b/third_party/LLVM/test/MC/AsmParser/exprs-invalid.s
similarity index 100%
rename from src/LLVM/test/MC/AsmParser/exprs-invalid.s
rename to third_party/LLVM/test/MC/AsmParser/exprs-invalid.s
diff --git a/src/LLVM/test/MC/AsmParser/exprs.s b/third_party/LLVM/test/MC/AsmParser/exprs.s
similarity index 100%
rename from src/LLVM/test/MC/AsmParser/exprs.s
rename to third_party/LLVM/test/MC/AsmParser/exprs.s
diff --git a/src/LLVM/test/MC/AsmParser/floating-literals.s b/third_party/LLVM/test/MC/AsmParser/floating-literals.s
similarity index 100%
rename from src/LLVM/test/MC/AsmParser/floating-literals.s
rename to third_party/LLVM/test/MC/AsmParser/floating-literals.s
diff --git a/src/LLVM/test/MC/AsmParser/hello.s b/third_party/LLVM/test/MC/AsmParser/hello.s
similarity index 100%
rename from src/LLVM/test/MC/AsmParser/hello.s
rename to third_party/LLVM/test/MC/AsmParser/hello.s
diff --git a/src/LLVM/test/MC/AsmParser/ifdef.s b/third_party/LLVM/test/MC/AsmParser/ifdef.s
similarity index 100%
rename from src/LLVM/test/MC/AsmParser/ifdef.s
rename to third_party/LLVM/test/MC/AsmParser/ifdef.s
diff --git a/src/LLVM/test/MC/AsmParser/ifndef.s b/third_party/LLVM/test/MC/AsmParser/ifndef.s
similarity index 100%
rename from src/LLVM/test/MC/AsmParser/ifndef.s
rename to third_party/LLVM/test/MC/AsmParser/ifndef.s
diff --git a/src/LLVM/test/MC/AsmParser/labels.s b/third_party/LLVM/test/MC/AsmParser/labels.s
similarity index 100%
rename from src/LLVM/test/MC/AsmParser/labels.s
rename to third_party/LLVM/test/MC/AsmParser/labels.s
diff --git a/src/LLVM/test/MC/AsmParser/macro-args.s b/third_party/LLVM/test/MC/AsmParser/macro-args.s
similarity index 100%
rename from src/LLVM/test/MC/AsmParser/macro-args.s
rename to third_party/LLVM/test/MC/AsmParser/macro-args.s
diff --git a/src/LLVM/test/MC/AsmParser/macro-def-in-instantiation.s b/third_party/LLVM/test/MC/AsmParser/macro-def-in-instantiation.s
similarity index 100%
rename from src/LLVM/test/MC/AsmParser/macro-def-in-instantiation.s
rename to third_party/LLVM/test/MC/AsmParser/macro-def-in-instantiation.s
diff --git a/src/LLVM/test/MC/AsmParser/macros-parsing.s b/third_party/LLVM/test/MC/AsmParser/macros-parsing.s
similarity index 100%
rename from src/LLVM/test/MC/AsmParser/macros-parsing.s
rename to third_party/LLVM/test/MC/AsmParser/macros-parsing.s
diff --git a/src/LLVM/test/MC/AsmParser/macros.s b/third_party/LLVM/test/MC/AsmParser/macros.s
similarity index 100%
rename from src/LLVM/test/MC/AsmParser/macros.s
rename to third_party/LLVM/test/MC/AsmParser/macros.s
diff --git a/src/LLVM/test/MC/AsmParser/rename.s b/third_party/LLVM/test/MC/AsmParser/rename.s
similarity index 100%
rename from src/LLVM/test/MC/AsmParser/rename.s
rename to third_party/LLVM/test/MC/AsmParser/rename.s
diff --git a/src/LLVM/test/MC/AsmParser/section.s b/third_party/LLVM/test/MC/AsmParser/section.s
similarity index 100%
rename from src/LLVM/test/MC/AsmParser/section.s
rename to third_party/LLVM/test/MC/AsmParser/section.s
diff --git a/src/LLVM/test/MC/AsmParser/variables-invalid.s b/third_party/LLVM/test/MC/AsmParser/variables-invalid.s
similarity index 100%
rename from src/LLVM/test/MC/AsmParser/variables-invalid.s
rename to third_party/LLVM/test/MC/AsmParser/variables-invalid.s
diff --git a/src/LLVM/test/MC/AsmParser/variables.s b/third_party/LLVM/test/MC/AsmParser/variables.s
similarity index 100%
rename from src/LLVM/test/MC/AsmParser/variables.s
rename to third_party/LLVM/test/MC/AsmParser/variables.s
diff --git a/src/LLVM/test/MC/COFF/align-nops.s b/third_party/LLVM/test/MC/COFF/align-nops.s
similarity index 100%
rename from src/LLVM/test/MC/COFF/align-nops.s
rename to third_party/LLVM/test/MC/COFF/align-nops.s
diff --git a/src/LLVM/test/MC/COFF/basic-coff.s b/third_party/LLVM/test/MC/COFF/basic-coff.s
similarity index 100%
rename from src/LLVM/test/MC/COFF/basic-coff.s
rename to third_party/LLVM/test/MC/COFF/basic-coff.s
diff --git a/src/LLVM/test/MC/COFF/bss.s b/third_party/LLVM/test/MC/COFF/bss.s
similarity index 100%
rename from src/LLVM/test/MC/COFF/bss.s
rename to third_party/LLVM/test/MC/COFF/bss.s
diff --git a/src/LLVM/test/MC/COFF/dg.exp b/third_party/LLVM/test/MC/COFF/dg.exp
similarity index 100%
rename from src/LLVM/test/MC/COFF/dg.exp
rename to third_party/LLVM/test/MC/COFF/dg.exp
diff --git a/src/LLVM/test/MC/COFF/diff.s b/third_party/LLVM/test/MC/COFF/diff.s
similarity index 100%
rename from src/LLVM/test/MC/COFF/diff.s
rename to third_party/LLVM/test/MC/COFF/diff.s
diff --git a/src/LLVM/test/MC/COFF/module-asm.ll b/third_party/LLVM/test/MC/COFF/module-asm.ll
similarity index 100%
rename from src/LLVM/test/MC/COFF/module-asm.ll
rename to third_party/LLVM/test/MC/COFF/module-asm.ll
diff --git a/src/LLVM/test/MC/COFF/seh-section.s b/third_party/LLVM/test/MC/COFF/seh-section.s
similarity index 100%
rename from src/LLVM/test/MC/COFF/seh-section.s
rename to third_party/LLVM/test/MC/COFF/seh-section.s
diff --git a/src/LLVM/test/MC/COFF/seh.s b/third_party/LLVM/test/MC/COFF/seh.s
similarity index 100%
rename from src/LLVM/test/MC/COFF/seh.s
rename to third_party/LLVM/test/MC/COFF/seh.s
diff --git a/src/LLVM/test/MC/COFF/simple-fixups.s b/third_party/LLVM/test/MC/COFF/simple-fixups.s
similarity index 100%
rename from src/LLVM/test/MC/COFF/simple-fixups.s
rename to third_party/LLVM/test/MC/COFF/simple-fixups.s
diff --git a/src/LLVM/test/MC/COFF/switch-relocations.ll b/third_party/LLVM/test/MC/COFF/switch-relocations.ll
similarity index 100%
rename from src/LLVM/test/MC/COFF/switch-relocations.ll
rename to third_party/LLVM/test/MC/COFF/switch-relocations.ll
diff --git a/src/LLVM/test/MC/COFF/symbol-alias.s b/third_party/LLVM/test/MC/COFF/symbol-alias.s
similarity index 100%
rename from src/LLVM/test/MC/COFF/symbol-alias.s
rename to third_party/LLVM/test/MC/COFF/symbol-alias.s
diff --git a/src/LLVM/test/MC/COFF/symbol-fragment-offset.s b/third_party/LLVM/test/MC/COFF/symbol-fragment-offset.s
similarity index 100%
rename from src/LLVM/test/MC/COFF/symbol-fragment-offset.s
rename to third_party/LLVM/test/MC/COFF/symbol-fragment-offset.s
diff --git a/src/LLVM/test/MC/COFF/weak.s b/third_party/LLVM/test/MC/COFF/weak.s
similarity index 100%
rename from src/LLVM/test/MC/COFF/weak.s
rename to third_party/LLVM/test/MC/COFF/weak.s
diff --git a/src/LLVM/test/MC/Disassembler/ARM/arm-tests.txt b/third_party/LLVM/test/MC/Disassembler/ARM/arm-tests.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/ARM/arm-tests.txt
rename to third_party/LLVM/test/MC/Disassembler/ARM/arm-tests.txt
diff --git a/src/LLVM/test/MC/Disassembler/ARM/basic-arm-instructions.txt b/third_party/LLVM/test/MC/Disassembler/ARM/basic-arm-instructions.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/ARM/basic-arm-instructions.txt
rename to third_party/LLVM/test/MC/Disassembler/ARM/basic-arm-instructions.txt
diff --git a/src/LLVM/test/MC/Disassembler/ARM/dg.exp b/third_party/LLVM/test/MC/Disassembler/ARM/dg.exp
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/ARM/dg.exp
rename to third_party/LLVM/test/MC/Disassembler/ARM/dg.exp
diff --git a/src/LLVM/test/MC/Disassembler/ARM/fp-encoding.txt b/third_party/LLVM/test/MC/Disassembler/ARM/fp-encoding.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/ARM/fp-encoding.txt
rename to third_party/LLVM/test/MC/Disassembler/ARM/fp-encoding.txt
diff --git a/src/LLVM/test/MC/Disassembler/ARM/invalid-BFI-arm.txt b/third_party/LLVM/test/MC/Disassembler/ARM/invalid-BFI-arm.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/ARM/invalid-BFI-arm.txt
rename to third_party/LLVM/test/MC/Disassembler/ARM/invalid-BFI-arm.txt
diff --git a/src/LLVM/test/MC/Disassembler/ARM/invalid-Bcc-thumb.txt b/third_party/LLVM/test/MC/Disassembler/ARM/invalid-Bcc-thumb.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/ARM/invalid-Bcc-thumb.txt
rename to third_party/LLVM/test/MC/Disassembler/ARM/invalid-Bcc-thumb.txt
diff --git a/src/LLVM/test/MC/Disassembler/ARM/invalid-CPS2p-arm.txt b/third_party/LLVM/test/MC/Disassembler/ARM/invalid-CPS2p-arm.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/ARM/invalid-CPS2p-arm.txt
rename to third_party/LLVM/test/MC/Disassembler/ARM/invalid-CPS2p-arm.txt
diff --git a/src/LLVM/test/MC/Disassembler/ARM/invalid-CPS3p-arm.txt b/third_party/LLVM/test/MC/Disassembler/ARM/invalid-CPS3p-arm.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/ARM/invalid-CPS3p-arm.txt
rename to third_party/LLVM/test/MC/Disassembler/ARM/invalid-CPS3p-arm.txt
diff --git a/src/LLVM/test/MC/Disassembler/ARM/invalid-DMB-thumb.txt b/third_party/LLVM/test/MC/Disassembler/ARM/invalid-DMB-thumb.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/ARM/invalid-DMB-thumb.txt
rename to third_party/LLVM/test/MC/Disassembler/ARM/invalid-DMB-thumb.txt
diff --git a/src/LLVM/test/MC/Disassembler/ARM/invalid-DSB-arm.txt b/third_party/LLVM/test/MC/Disassembler/ARM/invalid-DSB-arm.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/ARM/invalid-DSB-arm.txt
rename to third_party/LLVM/test/MC/Disassembler/ARM/invalid-DSB-arm.txt
diff --git a/src/LLVM/test/MC/Disassembler/ARM/invalid-IT-CBNZ-thumb.txt b/third_party/LLVM/test/MC/Disassembler/ARM/invalid-IT-CBNZ-thumb.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/ARM/invalid-IT-CBNZ-thumb.txt
rename to third_party/LLVM/test/MC/Disassembler/ARM/invalid-IT-CBNZ-thumb.txt
diff --git a/src/LLVM/test/MC/Disassembler/ARM/invalid-IT-thumb.txt b/third_party/LLVM/test/MC/Disassembler/ARM/invalid-IT-thumb.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/ARM/invalid-IT-thumb.txt
rename to third_party/LLVM/test/MC/Disassembler/ARM/invalid-IT-thumb.txt
diff --git a/src/LLVM/test/MC/Disassembler/ARM/invalid-LDC-form-arm.txt b/third_party/LLVM/test/MC/Disassembler/ARM/invalid-LDC-form-arm.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/ARM/invalid-LDC-form-arm.txt
rename to third_party/LLVM/test/MC/Disassembler/ARM/invalid-LDC-form-arm.txt
diff --git a/src/LLVM/test/MC/Disassembler/ARM/invalid-LDM-thumb.txt b/third_party/LLVM/test/MC/Disassembler/ARM/invalid-LDM-thumb.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/ARM/invalid-LDM-thumb.txt
rename to third_party/LLVM/test/MC/Disassembler/ARM/invalid-LDM-thumb.txt
diff --git a/src/LLVM/test/MC/Disassembler/ARM/invalid-LDRB_POST-arm.txt b/third_party/LLVM/test/MC/Disassembler/ARM/invalid-LDRB_POST-arm.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/ARM/invalid-LDRB_POST-arm.txt
rename to third_party/LLVM/test/MC/Disassembler/ARM/invalid-LDRB_POST-arm.txt
diff --git a/src/LLVM/test/MC/Disassembler/ARM/invalid-LDRD-arm.txt b/third_party/LLVM/test/MC/Disassembler/ARM/invalid-LDRD-arm.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/ARM/invalid-LDRD-arm.txt
rename to third_party/LLVM/test/MC/Disassembler/ARM/invalid-LDRD-arm.txt
diff --git a/src/LLVM/test/MC/Disassembler/ARM/invalid-LDRD_PRE-thumb.txt b/third_party/LLVM/test/MC/Disassembler/ARM/invalid-LDRD_PRE-thumb.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/ARM/invalid-LDRD_PRE-thumb.txt
rename to third_party/LLVM/test/MC/Disassembler/ARM/invalid-LDRD_PRE-thumb.txt
diff --git a/src/LLVM/test/MC/Disassembler/ARM/invalid-LDRT-arm.txt b/third_party/LLVM/test/MC/Disassembler/ARM/invalid-LDRT-arm.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/ARM/invalid-LDRT-arm.txt
rename to third_party/LLVM/test/MC/Disassembler/ARM/invalid-LDRT-arm.txt
diff --git a/src/LLVM/test/MC/Disassembler/ARM/invalid-LDR_POST-arm.txt b/third_party/LLVM/test/MC/Disassembler/ARM/invalid-LDR_POST-arm.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/ARM/invalid-LDR_POST-arm.txt
rename to third_party/LLVM/test/MC/Disassembler/ARM/invalid-LDR_POST-arm.txt
diff --git a/src/LLVM/test/MC/Disassembler/ARM/invalid-LDR_PRE-arm.txt b/third_party/LLVM/test/MC/Disassembler/ARM/invalid-LDR_PRE-arm.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/ARM/invalid-LDR_PRE-arm.txt
rename to third_party/LLVM/test/MC/Disassembler/ARM/invalid-LDR_PRE-arm.txt
diff --git a/src/LLVM/test/MC/Disassembler/ARM/invalid-LDRrs-arm.txt b/third_party/LLVM/test/MC/Disassembler/ARM/invalid-LDRrs-arm.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/ARM/invalid-LDRrs-arm.txt
rename to third_party/LLVM/test/MC/Disassembler/ARM/invalid-LDRrs-arm.txt
diff --git a/src/LLVM/test/MC/Disassembler/ARM/invalid-LSL-regform.txt b/third_party/LLVM/test/MC/Disassembler/ARM/invalid-LSL-regform.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/ARM/invalid-LSL-regform.txt
rename to third_party/LLVM/test/MC/Disassembler/ARM/invalid-LSL-regform.txt
diff --git a/src/LLVM/test/MC/Disassembler/ARM/invalid-MCR-arm.txt b/third_party/LLVM/test/MC/Disassembler/ARM/invalid-MCR-arm.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/ARM/invalid-MCR-arm.txt
rename to third_party/LLVM/test/MC/Disassembler/ARM/invalid-MCR-arm.txt
diff --git a/src/LLVM/test/MC/Disassembler/ARM/invalid-MOVTi16-arm.txt b/third_party/LLVM/test/MC/Disassembler/ARM/invalid-MOVTi16-arm.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/ARM/invalid-MOVTi16-arm.txt
rename to third_party/LLVM/test/MC/Disassembler/ARM/invalid-MOVTi16-arm.txt
diff --git a/src/LLVM/test/MC/Disassembler/ARM/invalid-MOVr-arm.txt b/third_party/LLVM/test/MC/Disassembler/ARM/invalid-MOVr-arm.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/ARM/invalid-MOVr-arm.txt
rename to third_party/LLVM/test/MC/Disassembler/ARM/invalid-MOVr-arm.txt
diff --git a/src/LLVM/test/MC/Disassembler/ARM/invalid-MOVs-LSL-arm.txt b/third_party/LLVM/test/MC/Disassembler/ARM/invalid-MOVs-LSL-arm.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/ARM/invalid-MOVs-LSL-arm.txt
rename to third_party/LLVM/test/MC/Disassembler/ARM/invalid-MOVs-LSL-arm.txt
diff --git a/src/LLVM/test/MC/Disassembler/ARM/invalid-MOVs-arm.txt b/third_party/LLVM/test/MC/Disassembler/ARM/invalid-MOVs-arm.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/ARM/invalid-MOVs-arm.txt
rename to third_party/LLVM/test/MC/Disassembler/ARM/invalid-MOVs-arm.txt
diff --git a/src/LLVM/test/MC/Disassembler/ARM/invalid-MSRi-arm.txt b/third_party/LLVM/test/MC/Disassembler/ARM/invalid-MSRi-arm.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/ARM/invalid-MSRi-arm.txt
rename to third_party/LLVM/test/MC/Disassembler/ARM/invalid-MSRi-arm.txt
diff --git a/src/LLVM/test/MC/Disassembler/ARM/invalid-RFEorLDMIA-arm.txt b/third_party/LLVM/test/MC/Disassembler/ARM/invalid-RFEorLDMIA-arm.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/ARM/invalid-RFEorLDMIA-arm.txt
rename to third_party/LLVM/test/MC/Disassembler/ARM/invalid-RFEorLDMIA-arm.txt
diff --git a/src/LLVM/test/MC/Disassembler/ARM/invalid-RSC-arm.txt b/third_party/LLVM/test/MC/Disassembler/ARM/invalid-RSC-arm.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/ARM/invalid-RSC-arm.txt
rename to third_party/LLVM/test/MC/Disassembler/ARM/invalid-RSC-arm.txt
diff --git a/src/LLVM/test/MC/Disassembler/ARM/invalid-SBFX-arm.txt b/third_party/LLVM/test/MC/Disassembler/ARM/invalid-SBFX-arm.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/ARM/invalid-SBFX-arm.txt
rename to third_party/LLVM/test/MC/Disassembler/ARM/invalid-SBFX-arm.txt
diff --git a/src/LLVM/test/MC/Disassembler/ARM/invalid-SMLAD-arm.txt b/third_party/LLVM/test/MC/Disassembler/ARM/invalid-SMLAD-arm.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/ARM/invalid-SMLAD-arm.txt
rename to third_party/LLVM/test/MC/Disassembler/ARM/invalid-SMLAD-arm.txt
diff --git a/src/LLVM/test/MC/Disassembler/ARM/invalid-SRS-arm.txt b/third_party/LLVM/test/MC/Disassembler/ARM/invalid-SRS-arm.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/ARM/invalid-SRS-arm.txt
rename to third_party/LLVM/test/MC/Disassembler/ARM/invalid-SRS-arm.txt
diff --git a/src/LLVM/test/MC/Disassembler/ARM/invalid-SSAT-arm.txt b/third_party/LLVM/test/MC/Disassembler/ARM/invalid-SSAT-arm.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/ARM/invalid-SSAT-arm.txt
rename to third_party/LLVM/test/MC/Disassembler/ARM/invalid-SSAT-arm.txt
diff --git a/src/LLVM/test/MC/Disassembler/ARM/invalid-STMIA_UPD-thumb.txt b/third_party/LLVM/test/MC/Disassembler/ARM/invalid-STMIA_UPD-thumb.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/ARM/invalid-STMIA_UPD-thumb.txt
rename to third_party/LLVM/test/MC/Disassembler/ARM/invalid-STMIA_UPD-thumb.txt
diff --git a/src/LLVM/test/MC/Disassembler/ARM/invalid-STRBrs-arm.txt b/third_party/LLVM/test/MC/Disassembler/ARM/invalid-STRBrs-arm.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/ARM/invalid-STRBrs-arm.txt
rename to third_party/LLVM/test/MC/Disassembler/ARM/invalid-STRBrs-arm.txt
diff --git a/src/LLVM/test/MC/Disassembler/ARM/invalid-SXTB-arm.txt b/third_party/LLVM/test/MC/Disassembler/ARM/invalid-SXTB-arm.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/ARM/invalid-SXTB-arm.txt
rename to third_party/LLVM/test/MC/Disassembler/ARM/invalid-SXTB-arm.txt
diff --git a/src/LLVM/test/MC/Disassembler/ARM/invalid-UMAAL-arm.txt b/third_party/LLVM/test/MC/Disassembler/ARM/invalid-UMAAL-arm.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/ARM/invalid-UMAAL-arm.txt
rename to third_party/LLVM/test/MC/Disassembler/ARM/invalid-UMAAL-arm.txt
diff --git a/src/LLVM/test/MC/Disassembler/ARM/invalid-UQADD8-arm.txt b/third_party/LLVM/test/MC/Disassembler/ARM/invalid-UQADD8-arm.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/ARM/invalid-UQADD8-arm.txt
rename to third_party/LLVM/test/MC/Disassembler/ARM/invalid-UQADD8-arm.txt
diff --git a/src/LLVM/test/MC/Disassembler/ARM/invalid-VLD1DUPq8_UPD-arm.txt b/third_party/LLVM/test/MC/Disassembler/ARM/invalid-VLD1DUPq8_UPD-arm.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/ARM/invalid-VLD1DUPq8_UPD-arm.txt
rename to third_party/LLVM/test/MC/Disassembler/ARM/invalid-VLD1DUPq8_UPD-arm.txt
diff --git a/src/LLVM/test/MC/Disassembler/ARM/invalid-VLD3DUPd32_UPD-thumb.txt b/third_party/LLVM/test/MC/Disassembler/ARM/invalid-VLD3DUPd32_UPD-thumb.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/ARM/invalid-VLD3DUPd32_UPD-thumb.txt
rename to third_party/LLVM/test/MC/Disassembler/ARM/invalid-VLD3DUPd32_UPD-thumb.txt
diff --git a/src/LLVM/test/MC/Disassembler/ARM/invalid-VLDMSDB_UPD-arm.txt b/third_party/LLVM/test/MC/Disassembler/ARM/invalid-VLDMSDB_UPD-arm.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/ARM/invalid-VLDMSDB_UPD-arm.txt
rename to third_party/LLVM/test/MC/Disassembler/ARM/invalid-VLDMSDB_UPD-arm.txt
diff --git a/src/LLVM/test/MC/Disassembler/ARM/invalid-VQADD-arm.txt b/third_party/LLVM/test/MC/Disassembler/ARM/invalid-VQADD-arm.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/ARM/invalid-VQADD-arm.txt
rename to third_party/LLVM/test/MC/Disassembler/ARM/invalid-VQADD-arm.txt
diff --git a/src/LLVM/test/MC/Disassembler/ARM/invalid-VST2b32_UPD-arm.txt b/third_party/LLVM/test/MC/Disassembler/ARM/invalid-VST2b32_UPD-arm.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/ARM/invalid-VST2b32_UPD-arm.txt
rename to third_party/LLVM/test/MC/Disassembler/ARM/invalid-VST2b32_UPD-arm.txt
diff --git a/src/LLVM/test/MC/Disassembler/ARM/invalid-t2Bcc-thumb.txt b/third_party/LLVM/test/MC/Disassembler/ARM/invalid-t2Bcc-thumb.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/ARM/invalid-t2Bcc-thumb.txt
rename to third_party/LLVM/test/MC/Disassembler/ARM/invalid-t2Bcc-thumb.txt
diff --git a/src/LLVM/test/MC/Disassembler/ARM/invalid-t2LDRBT-thumb.txt b/third_party/LLVM/test/MC/Disassembler/ARM/invalid-t2LDRBT-thumb.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/ARM/invalid-t2LDRBT-thumb.txt
rename to third_party/LLVM/test/MC/Disassembler/ARM/invalid-t2LDRBT-thumb.txt
diff --git a/src/LLVM/test/MC/Disassembler/ARM/invalid-t2LDREXD-thumb.txt b/third_party/LLVM/test/MC/Disassembler/ARM/invalid-t2LDREXD-thumb.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/ARM/invalid-t2LDREXD-thumb.txt
rename to third_party/LLVM/test/MC/Disassembler/ARM/invalid-t2LDREXD-thumb.txt
diff --git a/src/LLVM/test/MC/Disassembler/ARM/invalid-t2LDRSHi12-thumb.txt b/third_party/LLVM/test/MC/Disassembler/ARM/invalid-t2LDRSHi12-thumb.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/ARM/invalid-t2LDRSHi12-thumb.txt
rename to third_party/LLVM/test/MC/Disassembler/ARM/invalid-t2LDRSHi12-thumb.txt
diff --git a/src/LLVM/test/MC/Disassembler/ARM/invalid-t2LDRSHi8-thumb.txt b/third_party/LLVM/test/MC/Disassembler/ARM/invalid-t2LDRSHi8-thumb.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/ARM/invalid-t2LDRSHi8-thumb.txt
rename to third_party/LLVM/test/MC/Disassembler/ARM/invalid-t2LDRSHi8-thumb.txt
diff --git a/src/LLVM/test/MC/Disassembler/ARM/invalid-t2PUSH-thumb.txt b/third_party/LLVM/test/MC/Disassembler/ARM/invalid-t2PUSH-thumb.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/ARM/invalid-t2PUSH-thumb.txt
rename to third_party/LLVM/test/MC/Disassembler/ARM/invalid-t2PUSH-thumb.txt
diff --git a/src/LLVM/test/MC/Disassembler/ARM/invalid-t2STRD_PRE-thumb.txt b/third_party/LLVM/test/MC/Disassembler/ARM/invalid-t2STRD_PRE-thumb.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/ARM/invalid-t2STRD_PRE-thumb.txt
rename to third_party/LLVM/test/MC/Disassembler/ARM/invalid-t2STRD_PRE-thumb.txt
diff --git a/src/LLVM/test/MC/Disassembler/ARM/invalid-t2STREXB-thumb.txt b/third_party/LLVM/test/MC/Disassembler/ARM/invalid-t2STREXB-thumb.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/ARM/invalid-t2STREXB-thumb.txt
rename to third_party/LLVM/test/MC/Disassembler/ARM/invalid-t2STREXB-thumb.txt
diff --git a/src/LLVM/test/MC/Disassembler/ARM/invalid-t2STREXD-thumb.txt b/third_party/LLVM/test/MC/Disassembler/ARM/invalid-t2STREXD-thumb.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/ARM/invalid-t2STREXD-thumb.txt
rename to third_party/LLVM/test/MC/Disassembler/ARM/invalid-t2STREXD-thumb.txt
diff --git a/src/LLVM/test/MC/Disassembler/ARM/invalid-t2STR_POST-thumb.txt b/third_party/LLVM/test/MC/Disassembler/ARM/invalid-t2STR_POST-thumb.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/ARM/invalid-t2STR_POST-thumb.txt
rename to third_party/LLVM/test/MC/Disassembler/ARM/invalid-t2STR_POST-thumb.txt
diff --git a/src/LLVM/test/MC/Disassembler/ARM/memory-arm-instructions.txt b/third_party/LLVM/test/MC/Disassembler/ARM/memory-arm-instructions.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/ARM/memory-arm-instructions.txt
rename to third_party/LLVM/test/MC/Disassembler/ARM/memory-arm-instructions.txt
diff --git a/src/LLVM/test/MC/Disassembler/ARM/neon-tests.txt b/third_party/LLVM/test/MC/Disassembler/ARM/neon-tests.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/ARM/neon-tests.txt
rename to third_party/LLVM/test/MC/Disassembler/ARM/neon-tests.txt
diff --git a/src/LLVM/test/MC/Disassembler/ARM/neon.txt b/third_party/LLVM/test/MC/Disassembler/ARM/neon.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/ARM/neon.txt
rename to third_party/LLVM/test/MC/Disassembler/ARM/neon.txt
diff --git a/src/LLVM/test/MC/Disassembler/ARM/neont2.txt b/third_party/LLVM/test/MC/Disassembler/ARM/neont2.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/ARM/neont2.txt
rename to third_party/LLVM/test/MC/Disassembler/ARM/neont2.txt
diff --git a/src/LLVM/test/MC/Disassembler/ARM/thumb-MSR-MClass.txt b/third_party/LLVM/test/MC/Disassembler/ARM/thumb-MSR-MClass.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/ARM/thumb-MSR-MClass.txt
rename to third_party/LLVM/test/MC/Disassembler/ARM/thumb-MSR-MClass.txt
diff --git a/src/LLVM/test/MC/Disassembler/ARM/thumb-printf.txt b/third_party/LLVM/test/MC/Disassembler/ARM/thumb-printf.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/ARM/thumb-printf.txt
rename to third_party/LLVM/test/MC/Disassembler/ARM/thumb-printf.txt
diff --git a/src/LLVM/test/MC/Disassembler/ARM/thumb-tests.txt b/third_party/LLVM/test/MC/Disassembler/ARM/thumb-tests.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/ARM/thumb-tests.txt
rename to third_party/LLVM/test/MC/Disassembler/ARM/thumb-tests.txt
diff --git a/src/LLVM/test/MC/Disassembler/ARM/thumb1.txt b/third_party/LLVM/test/MC/Disassembler/ARM/thumb1.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/ARM/thumb1.txt
rename to third_party/LLVM/test/MC/Disassembler/ARM/thumb1.txt
diff --git a/src/LLVM/test/MC/Disassembler/ARM/thumb2.txt b/third_party/LLVM/test/MC/Disassembler/ARM/thumb2.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/ARM/thumb2.txt
rename to third_party/LLVM/test/MC/Disassembler/ARM/thumb2.txt
diff --git a/src/LLVM/test/MC/Disassembler/MBlaze/dg.exp b/third_party/LLVM/test/MC/Disassembler/MBlaze/dg.exp
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/MBlaze/dg.exp
rename to third_party/LLVM/test/MC/Disassembler/MBlaze/dg.exp
diff --git a/src/LLVM/test/MC/Disassembler/MBlaze/mblaze_branch.txt b/third_party/LLVM/test/MC/Disassembler/MBlaze/mblaze_branch.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/MBlaze/mblaze_branch.txt
rename to third_party/LLVM/test/MC/Disassembler/MBlaze/mblaze_branch.txt
diff --git a/src/LLVM/test/MC/Disassembler/MBlaze/mblaze_fpu.txt b/third_party/LLVM/test/MC/Disassembler/MBlaze/mblaze_fpu.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/MBlaze/mblaze_fpu.txt
rename to third_party/LLVM/test/MC/Disassembler/MBlaze/mblaze_fpu.txt
diff --git a/src/LLVM/test/MC/Disassembler/MBlaze/mblaze_fsl.txt b/third_party/LLVM/test/MC/Disassembler/MBlaze/mblaze_fsl.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/MBlaze/mblaze_fsl.txt
rename to third_party/LLVM/test/MC/Disassembler/MBlaze/mblaze_fsl.txt
diff --git a/src/LLVM/test/MC/Disassembler/MBlaze/mblaze_imm.txt b/third_party/LLVM/test/MC/Disassembler/MBlaze/mblaze_imm.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/MBlaze/mblaze_imm.txt
rename to third_party/LLVM/test/MC/Disassembler/MBlaze/mblaze_imm.txt
diff --git a/src/LLVM/test/MC/Disassembler/MBlaze/mblaze_memory.txt b/third_party/LLVM/test/MC/Disassembler/MBlaze/mblaze_memory.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/MBlaze/mblaze_memory.txt
rename to third_party/LLVM/test/MC/Disassembler/MBlaze/mblaze_memory.txt
diff --git a/src/LLVM/test/MC/Disassembler/MBlaze/mblaze_operands.txt b/third_party/LLVM/test/MC/Disassembler/MBlaze/mblaze_operands.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/MBlaze/mblaze_operands.txt
rename to third_party/LLVM/test/MC/Disassembler/MBlaze/mblaze_operands.txt
diff --git a/src/LLVM/test/MC/Disassembler/MBlaze/mblaze_pattern.txt b/third_party/LLVM/test/MC/Disassembler/MBlaze/mblaze_pattern.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/MBlaze/mblaze_pattern.txt
rename to third_party/LLVM/test/MC/Disassembler/MBlaze/mblaze_pattern.txt
diff --git a/src/LLVM/test/MC/Disassembler/MBlaze/mblaze_shift.txt b/third_party/LLVM/test/MC/Disassembler/MBlaze/mblaze_shift.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/MBlaze/mblaze_shift.txt
rename to third_party/LLVM/test/MC/Disassembler/MBlaze/mblaze_shift.txt
diff --git a/src/LLVM/test/MC/Disassembler/MBlaze/mblaze_special.txt b/third_party/LLVM/test/MC/Disassembler/MBlaze/mblaze_special.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/MBlaze/mblaze_special.txt
rename to third_party/LLVM/test/MC/Disassembler/MBlaze/mblaze_special.txt
diff --git a/src/LLVM/test/MC/Disassembler/MBlaze/mblaze_typea.txt b/third_party/LLVM/test/MC/Disassembler/MBlaze/mblaze_typea.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/MBlaze/mblaze_typea.txt
rename to third_party/LLVM/test/MC/Disassembler/MBlaze/mblaze_typea.txt
diff --git a/src/LLVM/test/MC/Disassembler/MBlaze/mblaze_typeb.txt b/third_party/LLVM/test/MC/Disassembler/MBlaze/mblaze_typeb.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/MBlaze/mblaze_typeb.txt
rename to third_party/LLVM/test/MC/Disassembler/MBlaze/mblaze_typeb.txt
diff --git a/src/LLVM/test/MC/Disassembler/X86/dg.exp b/third_party/LLVM/test/MC/Disassembler/X86/dg.exp
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/X86/dg.exp
rename to third_party/LLVM/test/MC/Disassembler/X86/dg.exp
diff --git a/src/LLVM/test/MC/Disassembler/X86/enhanced.txt b/third_party/LLVM/test/MC/Disassembler/X86/enhanced.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/X86/enhanced.txt
rename to third_party/LLVM/test/MC/Disassembler/X86/enhanced.txt
diff --git a/src/LLVM/test/MC/Disassembler/X86/intel-syntax.txt b/third_party/LLVM/test/MC/Disassembler/X86/intel-syntax.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/X86/intel-syntax.txt
rename to third_party/LLVM/test/MC/Disassembler/X86/intel-syntax.txt
diff --git a/src/LLVM/test/MC/Disassembler/X86/invalid-VEX-vvvv.txt b/third_party/LLVM/test/MC/Disassembler/X86/invalid-VEX-vvvv.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/X86/invalid-VEX-vvvv.txt
rename to third_party/LLVM/test/MC/Disassembler/X86/invalid-VEX-vvvv.txt
diff --git a/src/LLVM/test/MC/Disassembler/X86/simple-tests.txt b/third_party/LLVM/test/MC/Disassembler/X86/simple-tests.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/X86/simple-tests.txt
rename to third_party/LLVM/test/MC/Disassembler/X86/simple-tests.txt
diff --git a/src/LLVM/test/MC/Disassembler/X86/truncated-input.txt b/third_party/LLVM/test/MC/Disassembler/X86/truncated-input.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/X86/truncated-input.txt
rename to third_party/LLVM/test/MC/Disassembler/X86/truncated-input.txt
diff --git a/src/LLVM/test/MC/Disassembler/X86/x86-32.txt b/third_party/LLVM/test/MC/Disassembler/X86/x86-32.txt
similarity index 100%
rename from src/LLVM/test/MC/Disassembler/X86/x86-32.txt
rename to third_party/LLVM/test/MC/Disassembler/X86/x86-32.txt
diff --git a/src/LLVM/test/MC/ELF/abs.s b/third_party/LLVM/test/MC/ELF/abs.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/abs.s
rename to third_party/LLVM/test/MC/ELF/abs.s
diff --git a/src/LLVM/test/MC/ELF/alias-reloc.s b/third_party/LLVM/test/MC/ELF/alias-reloc.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/alias-reloc.s
rename to third_party/LLVM/test/MC/ELF/alias-reloc.s
diff --git a/src/LLVM/test/MC/ELF/alias.s b/third_party/LLVM/test/MC/ELF/alias.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/alias.s
rename to third_party/LLVM/test/MC/ELF/alias.s
diff --git a/src/LLVM/test/MC/ELF/align-bss.s b/third_party/LLVM/test/MC/ELF/align-bss.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/align-bss.s
rename to third_party/LLVM/test/MC/ELF/align-bss.s
diff --git a/src/LLVM/test/MC/ELF/align-nops.s b/third_party/LLVM/test/MC/ELF/align-nops.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/align-nops.s
rename to third_party/LLVM/test/MC/ELF/align-nops.s
diff --git a/src/LLVM/test/MC/ELF/align-size.s b/third_party/LLVM/test/MC/ELF/align-size.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/align-size.s
rename to third_party/LLVM/test/MC/ELF/align-size.s
diff --git a/src/LLVM/test/MC/ELF/align-text.s b/third_party/LLVM/test/MC/ELF/align-text.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/align-text.s
rename to third_party/LLVM/test/MC/ELF/align-text.s
diff --git a/src/LLVM/test/MC/ELF/align.s b/third_party/LLVM/test/MC/ELF/align.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/align.s
rename to third_party/LLVM/test/MC/ELF/align.s
diff --git a/src/LLVM/test/MC/ELF/bad-section.s b/third_party/LLVM/test/MC/ELF/bad-section.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/bad-section.s
rename to third_party/LLVM/test/MC/ELF/bad-section.s
diff --git a/src/LLVM/test/MC/ELF/basic-elf-32.s b/third_party/LLVM/test/MC/ELF/basic-elf-32.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/basic-elf-32.s
rename to third_party/LLVM/test/MC/ELF/basic-elf-32.s
diff --git a/src/LLVM/test/MC/ELF/basic-elf-64.s b/third_party/LLVM/test/MC/ELF/basic-elf-64.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/basic-elf-64.s
rename to third_party/LLVM/test/MC/ELF/basic-elf-64.s
diff --git a/src/LLVM/test/MC/ELF/bracket-exprs.s b/third_party/LLVM/test/MC/ELF/bracket-exprs.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/bracket-exprs.s
rename to third_party/LLVM/test/MC/ELF/bracket-exprs.s
diff --git a/src/LLVM/test/MC/ELF/bracket.s b/third_party/LLVM/test/MC/ELF/bracket.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/bracket.s
rename to third_party/LLVM/test/MC/ELF/bracket.s
diff --git a/src/LLVM/test/MC/ELF/bss.ll b/third_party/LLVM/test/MC/ELF/bss.ll
similarity index 100%
rename from src/LLVM/test/MC/ELF/bss.ll
rename to third_party/LLVM/test/MC/ELF/bss.ll
diff --git a/src/LLVM/test/MC/ELF/call-abs.s b/third_party/LLVM/test/MC/ELF/call-abs.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/call-abs.s
rename to third_party/LLVM/test/MC/ELF/call-abs.s
diff --git a/src/LLVM/test/MC/ELF/cfi-adjust-cfa-offset.s b/third_party/LLVM/test/MC/ELF/cfi-adjust-cfa-offset.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/cfi-adjust-cfa-offset.s
rename to third_party/LLVM/test/MC/ELF/cfi-adjust-cfa-offset.s
diff --git a/src/LLVM/test/MC/ELF/cfi-advance-loc2.s b/third_party/LLVM/test/MC/ELF/cfi-advance-loc2.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/cfi-advance-loc2.s
rename to third_party/LLVM/test/MC/ELF/cfi-advance-loc2.s
diff --git a/src/LLVM/test/MC/ELF/cfi-def-cfa-offset.s b/third_party/LLVM/test/MC/ELF/cfi-def-cfa-offset.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/cfi-def-cfa-offset.s
rename to third_party/LLVM/test/MC/ELF/cfi-def-cfa-offset.s
diff --git a/src/LLVM/test/MC/ELF/cfi-def-cfa-register.s b/third_party/LLVM/test/MC/ELF/cfi-def-cfa-register.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/cfi-def-cfa-register.s
rename to third_party/LLVM/test/MC/ELF/cfi-def-cfa-register.s
diff --git a/src/LLVM/test/MC/ELF/cfi-def-cfa.s b/third_party/LLVM/test/MC/ELF/cfi-def-cfa.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/cfi-def-cfa.s
rename to third_party/LLVM/test/MC/ELF/cfi-def-cfa.s
diff --git a/src/LLVM/test/MC/ELF/cfi-offset.s b/third_party/LLVM/test/MC/ELF/cfi-offset.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/cfi-offset.s
rename to third_party/LLVM/test/MC/ELF/cfi-offset.s
diff --git a/src/LLVM/test/MC/ELF/cfi-rel-offset.s b/third_party/LLVM/test/MC/ELF/cfi-rel-offset.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/cfi-rel-offset.s
rename to third_party/LLVM/test/MC/ELF/cfi-rel-offset.s
diff --git a/src/LLVM/test/MC/ELF/cfi-rel-offset2.s b/third_party/LLVM/test/MC/ELF/cfi-rel-offset2.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/cfi-rel-offset2.s
rename to third_party/LLVM/test/MC/ELF/cfi-rel-offset2.s
diff --git a/src/LLVM/test/MC/ELF/cfi-remember.s b/third_party/LLVM/test/MC/ELF/cfi-remember.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/cfi-remember.s
rename to third_party/LLVM/test/MC/ELF/cfi-remember.s
diff --git a/src/LLVM/test/MC/ELF/cfi-same-value.s b/third_party/LLVM/test/MC/ELF/cfi-same-value.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/cfi-same-value.s
rename to third_party/LLVM/test/MC/ELF/cfi-same-value.s
diff --git a/src/LLVM/test/MC/ELF/cfi-sections.s b/third_party/LLVM/test/MC/ELF/cfi-sections.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/cfi-sections.s
rename to third_party/LLVM/test/MC/ELF/cfi-sections.s
diff --git a/src/LLVM/test/MC/ELF/cfi-zero-addr-delta.s b/third_party/LLVM/test/MC/ELF/cfi-zero-addr-delta.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/cfi-zero-addr-delta.s
rename to third_party/LLVM/test/MC/ELF/cfi-zero-addr-delta.s
diff --git a/src/LLVM/test/MC/ELF/cfi.s b/third_party/LLVM/test/MC/ELF/cfi.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/cfi.s
rename to third_party/LLVM/test/MC/ELF/cfi.s
diff --git a/src/LLVM/test/MC/ELF/comdat.s b/third_party/LLVM/test/MC/ELF/comdat.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/comdat.s
rename to third_party/LLVM/test/MC/ELF/comdat.s
diff --git a/src/LLVM/test/MC/ELF/common.s b/third_party/LLVM/test/MC/ELF/common.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/common.s
rename to third_party/LLVM/test/MC/ELF/common.s
diff --git a/src/LLVM/test/MC/ELF/common2.s b/third_party/LLVM/test/MC/ELF/common2.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/common2.s
rename to third_party/LLVM/test/MC/ELF/common2.s
diff --git a/src/LLVM/test/MC/ELF/debug-line.s b/third_party/LLVM/test/MC/ELF/debug-line.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/debug-line.s
rename to third_party/LLVM/test/MC/ELF/debug-line.s
diff --git a/src/LLVM/test/MC/ELF/debug-loc.s b/third_party/LLVM/test/MC/ELF/debug-loc.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/debug-loc.s
rename to third_party/LLVM/test/MC/ELF/debug-loc.s
diff --git a/src/LLVM/test/MC/ELF/dg.exp b/third_party/LLVM/test/MC/ELF/dg.exp
similarity index 100%
rename from src/LLVM/test/MC/ELF/dg.exp
rename to third_party/LLVM/test/MC/ELF/dg.exp
diff --git a/src/LLVM/test/MC/ELF/diff.s b/third_party/LLVM/test/MC/ELF/diff.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/diff.s
rename to third_party/LLVM/test/MC/ELF/diff.s
diff --git a/src/LLVM/test/MC/ELF/diff2.s b/third_party/LLVM/test/MC/ELF/diff2.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/diff2.s
rename to third_party/LLVM/test/MC/ELF/diff2.s
diff --git a/src/LLVM/test/MC/ELF/elf_directive_previous.s b/third_party/LLVM/test/MC/ELF/elf_directive_previous.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/elf_directive_previous.s
rename to third_party/LLVM/test/MC/ELF/elf_directive_previous.s
diff --git a/src/LLVM/test/MC/ELF/elf_directive_section.s b/third_party/LLVM/test/MC/ELF/elf_directive_section.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/elf_directive_section.s
rename to third_party/LLVM/test/MC/ELF/elf_directive_section.s
diff --git a/src/LLVM/test/MC/ELF/empty-dwarf-lines.s b/third_party/LLVM/test/MC/ELF/empty-dwarf-lines.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/empty-dwarf-lines.s
rename to third_party/LLVM/test/MC/ELF/empty-dwarf-lines.s
diff --git a/src/LLVM/test/MC/ELF/empty.s b/third_party/LLVM/test/MC/ELF/empty.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/empty.s
rename to third_party/LLVM/test/MC/ELF/empty.s
diff --git a/src/LLVM/test/MC/ELF/entsize.ll b/third_party/LLVM/test/MC/ELF/entsize.ll
similarity index 100%
rename from src/LLVM/test/MC/ELF/entsize.ll
rename to third_party/LLVM/test/MC/ELF/entsize.ll
diff --git a/src/LLVM/test/MC/ELF/entsize.s b/third_party/LLVM/test/MC/ELF/entsize.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/entsize.s
rename to third_party/LLVM/test/MC/ELF/entsize.s
diff --git a/src/LLVM/test/MC/ELF/file.s b/third_party/LLVM/test/MC/ELF/file.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/file.s
rename to third_party/LLVM/test/MC/ELF/file.s
diff --git a/src/LLVM/test/MC/ELF/global-offset.s b/third_party/LLVM/test/MC/ELF/global-offset.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/global-offset.s
rename to third_party/LLVM/test/MC/ELF/global-offset.s
diff --git a/src/LLVM/test/MC/ELF/got.s b/third_party/LLVM/test/MC/ELF/got.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/got.s
rename to third_party/LLVM/test/MC/ELF/got.s
diff --git a/src/LLVM/test/MC/ELF/ident.s b/third_party/LLVM/test/MC/ELF/ident.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/ident.s
rename to third_party/LLVM/test/MC/ELF/ident.s
diff --git a/src/LLVM/test/MC/ELF/invalid-symver.s b/third_party/LLVM/test/MC/ELF/invalid-symver.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/invalid-symver.s
rename to third_party/LLVM/test/MC/ELF/invalid-symver.s
diff --git a/src/LLVM/test/MC/ELF/leb128.s b/third_party/LLVM/test/MC/ELF/leb128.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/leb128.s
rename to third_party/LLVM/test/MC/ELF/leb128.s
diff --git a/src/LLVM/test/MC/ELF/local-reloc.s b/third_party/LLVM/test/MC/ELF/local-reloc.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/local-reloc.s
rename to third_party/LLVM/test/MC/ELF/local-reloc.s
diff --git a/src/LLVM/test/MC/ELF/many-section.s b/third_party/LLVM/test/MC/ELF/many-section.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/many-section.s
rename to third_party/LLVM/test/MC/ELF/many-section.s
diff --git a/src/LLVM/test/MC/ELF/merge.s b/third_party/LLVM/test/MC/ELF/merge.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/merge.s
rename to third_party/LLVM/test/MC/ELF/merge.s
diff --git a/src/LLVM/test/MC/ELF/n_bytes.s b/third_party/LLVM/test/MC/ELF/n_bytes.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/n_bytes.s
rename to third_party/LLVM/test/MC/ELF/n_bytes.s
diff --git a/src/LLVM/test/MC/ELF/no-fixup.s b/third_party/LLVM/test/MC/ELF/no-fixup.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/no-fixup.s
rename to third_party/LLVM/test/MC/ELF/no-fixup.s
diff --git a/src/LLVM/test/MC/ELF/noexec.s b/third_party/LLVM/test/MC/ELF/noexec.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/noexec.s
rename to third_party/LLVM/test/MC/ELF/noexec.s
diff --git a/src/LLVM/test/MC/ELF/norelocation.s b/third_party/LLVM/test/MC/ELF/norelocation.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/norelocation.s
rename to third_party/LLVM/test/MC/ELF/norelocation.s
diff --git a/src/LLVM/test/MC/ELF/org.s b/third_party/LLVM/test/MC/ELF/org.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/org.s
rename to third_party/LLVM/test/MC/ELF/org.s
diff --git a/src/LLVM/test/MC/ELF/pic-diff.s b/third_party/LLVM/test/MC/ELF/pic-diff.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/pic-diff.s
rename to third_party/LLVM/test/MC/ELF/pic-diff.s
diff --git a/src/LLVM/test/MC/ELF/plt.s b/third_party/LLVM/test/MC/ELF/plt.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/plt.s
rename to third_party/LLVM/test/MC/ELF/plt.s
diff --git a/src/LLVM/test/MC/ELF/pr9292.s b/third_party/LLVM/test/MC/ELF/pr9292.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/pr9292.s
rename to third_party/LLVM/test/MC/ELF/pr9292.s
diff --git a/src/LLVM/test/MC/ELF/relax-arith.s b/third_party/LLVM/test/MC/ELF/relax-arith.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/relax-arith.s
rename to third_party/LLVM/test/MC/ELF/relax-arith.s
diff --git a/src/LLVM/test/MC/ELF/relax-crash.s b/third_party/LLVM/test/MC/ELF/relax-crash.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/relax-crash.s
rename to third_party/LLVM/test/MC/ELF/relax-crash.s
diff --git a/src/LLVM/test/MC/ELF/relax.s b/third_party/LLVM/test/MC/ELF/relax.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/relax.s
rename to third_party/LLVM/test/MC/ELF/relax.s
diff --git a/src/LLVM/test/MC/ELF/relocation-386.s b/third_party/LLVM/test/MC/ELF/relocation-386.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/relocation-386.s
rename to third_party/LLVM/test/MC/ELF/relocation-386.s
diff --git a/src/LLVM/test/MC/ELF/relocation-pc.s b/third_party/LLVM/test/MC/ELF/relocation-pc.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/relocation-pc.s
rename to third_party/LLVM/test/MC/ELF/relocation-pc.s
diff --git a/src/LLVM/test/MC/ELF/relocation.s b/third_party/LLVM/test/MC/ELF/relocation.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/relocation.s
rename to third_party/LLVM/test/MC/ELF/relocation.s
diff --git a/src/LLVM/test/MC/ELF/rename.s b/third_party/LLVM/test/MC/ELF/rename.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/rename.s
rename to third_party/LLVM/test/MC/ELF/rename.s
diff --git a/src/LLVM/test/MC/ELF/section-quoting.s b/third_party/LLVM/test/MC/ELF/section-quoting.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/section-quoting.s
rename to third_party/LLVM/test/MC/ELF/section-quoting.s
diff --git a/src/LLVM/test/MC/ELF/section.s b/third_party/LLVM/test/MC/ELF/section.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/section.s
rename to third_party/LLVM/test/MC/ELF/section.s
diff --git a/src/LLVM/test/MC/ELF/set.s b/third_party/LLVM/test/MC/ELF/set.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/set.s
rename to third_party/LLVM/test/MC/ELF/set.s
diff --git a/src/LLVM/test/MC/ELF/sleb.s b/third_party/LLVM/test/MC/ELF/sleb.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/sleb.s
rename to third_party/LLVM/test/MC/ELF/sleb.s
diff --git a/src/LLVM/test/MC/ELF/symref.s b/third_party/LLVM/test/MC/ELF/symref.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/symref.s
rename to third_party/LLVM/test/MC/ELF/symref.s
diff --git a/src/LLVM/test/MC/ELF/tls-i386.s b/third_party/LLVM/test/MC/ELF/tls-i386.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/tls-i386.s
rename to third_party/LLVM/test/MC/ELF/tls-i386.s
diff --git a/src/LLVM/test/MC/ELF/tls.s b/third_party/LLVM/test/MC/ELF/tls.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/tls.s
rename to third_party/LLVM/test/MC/ELF/tls.s
diff --git a/src/LLVM/test/MC/ELF/type.s b/third_party/LLVM/test/MC/ELF/type.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/type.s
rename to third_party/LLVM/test/MC/ELF/type.s
diff --git a/src/LLVM/test/MC/ELF/uleb.s b/third_party/LLVM/test/MC/ELF/uleb.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/uleb.s
rename to third_party/LLVM/test/MC/ELF/uleb.s
diff --git a/src/LLVM/test/MC/ELF/undef.s b/third_party/LLVM/test/MC/ELF/undef.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/undef.s
rename to third_party/LLVM/test/MC/ELF/undef.s
diff --git a/src/LLVM/test/MC/ELF/undef2.s b/third_party/LLVM/test/MC/ELF/undef2.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/undef2.s
rename to third_party/LLVM/test/MC/ELF/undef2.s
diff --git a/src/LLVM/test/MC/ELF/weak-relocation.s b/third_party/LLVM/test/MC/ELF/weak-relocation.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/weak-relocation.s
rename to third_party/LLVM/test/MC/ELF/weak-relocation.s
diff --git a/src/LLVM/test/MC/ELF/weak.s b/third_party/LLVM/test/MC/ELF/weak.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/weak.s
rename to third_party/LLVM/test/MC/ELF/weak.s
diff --git a/src/LLVM/test/MC/ELF/weakref-plt.s b/third_party/LLVM/test/MC/ELF/weakref-plt.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/weakref-plt.s
rename to third_party/LLVM/test/MC/ELF/weakref-plt.s
diff --git a/src/LLVM/test/MC/ELF/weakref-reloc.s b/third_party/LLVM/test/MC/ELF/weakref-reloc.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/weakref-reloc.s
rename to third_party/LLVM/test/MC/ELF/weakref-reloc.s
diff --git a/src/LLVM/test/MC/ELF/weakref.s b/third_party/LLVM/test/MC/ELF/weakref.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/weakref.s
rename to third_party/LLVM/test/MC/ELF/weakref.s
diff --git a/src/LLVM/test/MC/ELF/x86_64-reloc-sizetest.s b/third_party/LLVM/test/MC/ELF/x86_64-reloc-sizetest.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/x86_64-reloc-sizetest.s
rename to third_party/LLVM/test/MC/ELF/x86_64-reloc-sizetest.s
diff --git a/src/LLVM/test/MC/ELF/zero.s b/third_party/LLVM/test/MC/ELF/zero.s
similarity index 100%
rename from src/LLVM/test/MC/ELF/zero.s
rename to third_party/LLVM/test/MC/ELF/zero.s
diff --git a/src/LLVM/test/MC/MBlaze/dg.exp b/third_party/LLVM/test/MC/MBlaze/dg.exp
similarity index 100%
rename from src/LLVM/test/MC/MBlaze/dg.exp
rename to third_party/LLVM/test/MC/MBlaze/dg.exp
diff --git a/src/LLVM/test/MC/MBlaze/mblaze_branch.s b/third_party/LLVM/test/MC/MBlaze/mblaze_branch.s
similarity index 100%
rename from src/LLVM/test/MC/MBlaze/mblaze_branch.s
rename to third_party/LLVM/test/MC/MBlaze/mblaze_branch.s
diff --git a/src/LLVM/test/MC/MBlaze/mblaze_fpu.s b/third_party/LLVM/test/MC/MBlaze/mblaze_fpu.s
similarity index 100%
rename from src/LLVM/test/MC/MBlaze/mblaze_fpu.s
rename to third_party/LLVM/test/MC/MBlaze/mblaze_fpu.s
diff --git a/src/LLVM/test/MC/MBlaze/mblaze_fsl.s b/third_party/LLVM/test/MC/MBlaze/mblaze_fsl.s
similarity index 100%
rename from src/LLVM/test/MC/MBlaze/mblaze_fsl.s
rename to third_party/LLVM/test/MC/MBlaze/mblaze_fsl.s
diff --git a/src/LLVM/test/MC/MBlaze/mblaze_imm.s b/third_party/LLVM/test/MC/MBlaze/mblaze_imm.s
similarity index 100%
rename from src/LLVM/test/MC/MBlaze/mblaze_imm.s
rename to third_party/LLVM/test/MC/MBlaze/mblaze_imm.s
diff --git a/src/LLVM/test/MC/MBlaze/mblaze_memory.s b/third_party/LLVM/test/MC/MBlaze/mblaze_memory.s
similarity index 100%
rename from src/LLVM/test/MC/MBlaze/mblaze_memory.s
rename to third_party/LLVM/test/MC/MBlaze/mblaze_memory.s
diff --git a/src/LLVM/test/MC/MBlaze/mblaze_operands.s b/third_party/LLVM/test/MC/MBlaze/mblaze_operands.s
similarity index 100%
rename from src/LLVM/test/MC/MBlaze/mblaze_operands.s
rename to third_party/LLVM/test/MC/MBlaze/mblaze_operands.s
diff --git a/src/LLVM/test/MC/MBlaze/mblaze_pattern.s b/third_party/LLVM/test/MC/MBlaze/mblaze_pattern.s
similarity index 100%
rename from src/LLVM/test/MC/MBlaze/mblaze_pattern.s
rename to third_party/LLVM/test/MC/MBlaze/mblaze_pattern.s
diff --git a/src/LLVM/test/MC/MBlaze/mblaze_shift.s b/third_party/LLVM/test/MC/MBlaze/mblaze_shift.s
similarity index 100%
rename from src/LLVM/test/MC/MBlaze/mblaze_shift.s
rename to third_party/LLVM/test/MC/MBlaze/mblaze_shift.s
diff --git a/src/LLVM/test/MC/MBlaze/mblaze_special.s b/third_party/LLVM/test/MC/MBlaze/mblaze_special.s
similarity index 100%
rename from src/LLVM/test/MC/MBlaze/mblaze_special.s
rename to third_party/LLVM/test/MC/MBlaze/mblaze_special.s
diff --git a/src/LLVM/test/MC/MBlaze/mblaze_typea.s b/third_party/LLVM/test/MC/MBlaze/mblaze_typea.s
similarity index 100%
rename from src/LLVM/test/MC/MBlaze/mblaze_typea.s
rename to third_party/LLVM/test/MC/MBlaze/mblaze_typea.s
diff --git a/src/LLVM/test/MC/MBlaze/mblaze_typeb.s b/third_party/LLVM/test/MC/MBlaze/mblaze_typeb.s
similarity index 100%
rename from src/LLVM/test/MC/MBlaze/mblaze_typeb.s
rename to third_party/LLVM/test/MC/MBlaze/mblaze_typeb.s
diff --git a/src/LLVM/test/MC/MachO/absolutize.s b/third_party/LLVM/test/MC/MachO/absolutize.s
similarity index 100%
rename from src/LLVM/test/MC/MachO/absolutize.s
rename to third_party/LLVM/test/MC/MachO/absolutize.s
diff --git a/src/LLVM/test/MC/MachO/comm-1.s b/third_party/LLVM/test/MC/MachO/comm-1.s
similarity index 100%
rename from src/LLVM/test/MC/MachO/comm-1.s
rename to third_party/LLVM/test/MC/MachO/comm-1.s
diff --git a/src/LLVM/test/MC/MachO/darwin-complex-difference.s b/third_party/LLVM/test/MC/MachO/darwin-complex-difference.s
similarity index 100%
rename from src/LLVM/test/MC/MachO/darwin-complex-difference.s
rename to third_party/LLVM/test/MC/MachO/darwin-complex-difference.s
diff --git a/src/LLVM/test/MC/MachO/darwin-x86_64-diff-relocs.s b/third_party/LLVM/test/MC/MachO/darwin-x86_64-diff-relocs.s
similarity index 100%
rename from src/LLVM/test/MC/MachO/darwin-x86_64-diff-relocs.s
rename to third_party/LLVM/test/MC/MachO/darwin-x86_64-diff-relocs.s
diff --git a/src/LLVM/test/MC/MachO/darwin-x86_64-nobase-relocs.s b/third_party/LLVM/test/MC/MachO/darwin-x86_64-nobase-relocs.s
similarity index 100%
rename from src/LLVM/test/MC/MachO/darwin-x86_64-nobase-relocs.s
rename to third_party/LLVM/test/MC/MachO/darwin-x86_64-nobase-relocs.s
diff --git a/src/LLVM/test/MC/MachO/darwin-x86_64-reloc-offsets.s b/third_party/LLVM/test/MC/MachO/darwin-x86_64-reloc-offsets.s
similarity index 100%
rename from src/LLVM/test/MC/MachO/darwin-x86_64-reloc-offsets.s
rename to third_party/LLVM/test/MC/MachO/darwin-x86_64-reloc-offsets.s
diff --git a/src/LLVM/test/MC/MachO/darwin-x86_64-reloc.s b/third_party/LLVM/test/MC/MachO/darwin-x86_64-reloc.s
similarity index 100%
rename from src/LLVM/test/MC/MachO/darwin-x86_64-reloc.s
rename to third_party/LLVM/test/MC/MachO/darwin-x86_64-reloc.s
diff --git a/src/LLVM/test/MC/MachO/data.s b/third_party/LLVM/test/MC/MachO/data.s
similarity index 100%
rename from src/LLVM/test/MC/MachO/data.s
rename to third_party/LLVM/test/MC/MachO/data.s
diff --git a/src/LLVM/test/MC/MachO/debug_frame.s b/third_party/LLVM/test/MC/MachO/debug_frame.s
similarity index 100%
rename from src/LLVM/test/MC/MachO/debug_frame.s
rename to third_party/LLVM/test/MC/MachO/debug_frame.s
diff --git a/src/LLVM/test/MC/MachO/dg.exp b/third_party/LLVM/test/MC/MachO/dg.exp
similarity index 100%
rename from src/LLVM/test/MC/MachO/dg.exp
rename to third_party/LLVM/test/MC/MachO/dg.exp
diff --git a/src/LLVM/test/MC/MachO/diff-with-two-sections.s b/third_party/LLVM/test/MC/MachO/diff-with-two-sections.s
similarity index 100%
rename from src/LLVM/test/MC/MachO/diff-with-two-sections.s
rename to third_party/LLVM/test/MC/MachO/diff-with-two-sections.s
diff --git a/src/LLVM/test/MC/MachO/direction_labels.s b/third_party/LLVM/test/MC/MachO/direction_labels.s
similarity index 100%
rename from src/LLVM/test/MC/MachO/direction_labels.s
rename to third_party/LLVM/test/MC/MachO/direction_labels.s
diff --git a/src/LLVM/test/MC/MachO/empty-dwarf-lines.s b/third_party/LLVM/test/MC/MachO/empty-dwarf-lines.s
similarity index 100%
rename from src/LLVM/test/MC/MachO/empty-dwarf-lines.s
rename to third_party/LLVM/test/MC/MachO/empty-dwarf-lines.s
diff --git a/src/LLVM/test/MC/MachO/indirect-symbols.s b/third_party/LLVM/test/MC/MachO/indirect-symbols.s
similarity index 100%
rename from src/LLVM/test/MC/MachO/indirect-symbols.s
rename to third_party/LLVM/test/MC/MachO/indirect-symbols.s
diff --git a/src/LLVM/test/MC/MachO/jcc.s b/third_party/LLVM/test/MC/MachO/jcc.s
similarity index 100%
rename from src/LLVM/test/MC/MachO/jcc.s
rename to third_party/LLVM/test/MC/MachO/jcc.s
diff --git a/src/LLVM/test/MC/MachO/lcomm-attributes.s b/third_party/LLVM/test/MC/MachO/lcomm-attributes.s
similarity index 100%
rename from src/LLVM/test/MC/MachO/lcomm-attributes.s
rename to third_party/LLVM/test/MC/MachO/lcomm-attributes.s
diff --git a/src/LLVM/test/MC/MachO/loc.s b/third_party/LLVM/test/MC/MachO/loc.s
similarity index 100%
rename from src/LLVM/test/MC/MachO/loc.s
rename to third_party/LLVM/test/MC/MachO/loc.s
diff --git a/src/LLVM/test/MC/MachO/pcrel-to-other-section.s b/third_party/LLVM/test/MC/MachO/pcrel-to-other-section.s
similarity index 100%
rename from src/LLVM/test/MC/MachO/pcrel-to-other-section.s
rename to third_party/LLVM/test/MC/MachO/pcrel-to-other-section.s
diff --git a/src/LLVM/test/MC/MachO/relax-jumps.s b/third_party/LLVM/test/MC/MachO/relax-jumps.s
similarity index 100%
rename from src/LLVM/test/MC/MachO/relax-jumps.s
rename to third_party/LLVM/test/MC/MachO/relax-jumps.s
diff --git a/src/LLVM/test/MC/MachO/relax-recompute-align.s b/third_party/LLVM/test/MC/MachO/relax-recompute-align.s
similarity index 100%
rename from src/LLVM/test/MC/MachO/relax-recompute-align.s
rename to third_party/LLVM/test/MC/MachO/relax-recompute-align.s
diff --git a/src/LLVM/test/MC/MachO/reloc-diff.s b/third_party/LLVM/test/MC/MachO/reloc-diff.s
similarity index 100%
rename from src/LLVM/test/MC/MachO/reloc-diff.s
rename to third_party/LLVM/test/MC/MachO/reloc-diff.s
diff --git a/src/LLVM/test/MC/MachO/reloc-pcrel-offset.s b/third_party/LLVM/test/MC/MachO/reloc-pcrel-offset.s
similarity index 100%
rename from src/LLVM/test/MC/MachO/reloc-pcrel-offset.s
rename to third_party/LLVM/test/MC/MachO/reloc-pcrel-offset.s
diff --git a/src/LLVM/test/MC/MachO/reloc-pcrel.s b/third_party/LLVM/test/MC/MachO/reloc-pcrel.s
similarity index 100%
rename from src/LLVM/test/MC/MachO/reloc-pcrel.s
rename to third_party/LLVM/test/MC/MachO/reloc-pcrel.s
diff --git a/src/LLVM/test/MC/MachO/reloc.s b/third_party/LLVM/test/MC/MachO/reloc.s
similarity index 100%
rename from src/LLVM/test/MC/MachO/reloc.s
rename to third_party/LLVM/test/MC/MachO/reloc.s
diff --git a/src/LLVM/test/MC/MachO/section-align-1.s b/third_party/LLVM/test/MC/MachO/section-align-1.s
similarity index 100%
rename from src/LLVM/test/MC/MachO/section-align-1.s
rename to third_party/LLVM/test/MC/MachO/section-align-1.s
diff --git a/src/LLVM/test/MC/MachO/section-align-2.s b/third_party/LLVM/test/MC/MachO/section-align-2.s
similarity index 100%
rename from src/LLVM/test/MC/MachO/section-align-2.s
rename to third_party/LLVM/test/MC/MachO/section-align-2.s
diff --git a/src/LLVM/test/MC/MachO/section-attributes.s b/third_party/LLVM/test/MC/MachO/section-attributes.s
similarity index 100%
rename from src/LLVM/test/MC/MachO/section-attributes.s
rename to third_party/LLVM/test/MC/MachO/section-attributes.s
diff --git a/src/LLVM/test/MC/MachO/section-flags.s b/third_party/LLVM/test/MC/MachO/section-flags.s
similarity index 100%
rename from src/LLVM/test/MC/MachO/section-flags.s
rename to third_party/LLVM/test/MC/MachO/section-flags.s
diff --git a/src/LLVM/test/MC/MachO/string-table.s b/third_party/LLVM/test/MC/MachO/string-table.s
similarity index 100%
rename from src/LLVM/test/MC/MachO/string-table.s
rename to third_party/LLVM/test/MC/MachO/string-table.s
diff --git a/src/LLVM/test/MC/MachO/symbol-diff.s b/third_party/LLVM/test/MC/MachO/symbol-diff.s
similarity index 100%
rename from src/LLVM/test/MC/MachO/symbol-diff.s
rename to third_party/LLVM/test/MC/MachO/symbol-diff.s
diff --git a/src/LLVM/test/MC/MachO/symbol-flags.s b/third_party/LLVM/test/MC/MachO/symbol-flags.s
similarity index 100%
rename from src/LLVM/test/MC/MachO/symbol-flags.s
rename to third_party/LLVM/test/MC/MachO/symbol-flags.s
diff --git a/src/LLVM/test/MC/MachO/symbol-indirect.s b/third_party/LLVM/test/MC/MachO/symbol-indirect.s
similarity index 100%
rename from src/LLVM/test/MC/MachO/symbol-indirect.s
rename to third_party/LLVM/test/MC/MachO/symbol-indirect.s
diff --git a/src/LLVM/test/MC/MachO/symbols-1.s b/third_party/LLVM/test/MC/MachO/symbols-1.s
similarity index 100%
rename from src/LLVM/test/MC/MachO/symbols-1.s
rename to third_party/LLVM/test/MC/MachO/symbols-1.s
diff --git a/src/LLVM/test/MC/MachO/tbss.s b/third_party/LLVM/test/MC/MachO/tbss.s
similarity index 100%
rename from src/LLVM/test/MC/MachO/tbss.s
rename to third_party/LLVM/test/MC/MachO/tbss.s
diff --git a/src/LLVM/test/MC/MachO/tdata.s b/third_party/LLVM/test/MC/MachO/tdata.s
similarity index 100%
rename from src/LLVM/test/MC/MachO/tdata.s
rename to third_party/LLVM/test/MC/MachO/tdata.s
diff --git a/src/LLVM/test/MC/MachO/temp-labels.s b/third_party/LLVM/test/MC/MachO/temp-labels.s
similarity index 100%
rename from src/LLVM/test/MC/MachO/temp-labels.s
rename to third_party/LLVM/test/MC/MachO/temp-labels.s
diff --git a/src/LLVM/test/MC/MachO/thread_init_func.s b/third_party/LLVM/test/MC/MachO/thread_init_func.s
similarity index 100%
rename from src/LLVM/test/MC/MachO/thread_init_func.s
rename to third_party/LLVM/test/MC/MachO/thread_init_func.s
diff --git a/src/LLVM/test/MC/MachO/tls.s b/third_party/LLVM/test/MC/MachO/tls.s
similarity index 100%
rename from src/LLVM/test/MC/MachO/tls.s
rename to third_party/LLVM/test/MC/MachO/tls.s
diff --git a/src/LLVM/test/MC/MachO/tlv-reloc.s b/third_party/LLVM/test/MC/MachO/tlv-reloc.s
similarity index 100%
rename from src/LLVM/test/MC/MachO/tlv-reloc.s
rename to third_party/LLVM/test/MC/MachO/tlv-reloc.s
diff --git a/src/LLVM/test/MC/MachO/tlv.s b/third_party/LLVM/test/MC/MachO/tlv.s
similarity index 100%
rename from src/LLVM/test/MC/MachO/tlv.s
rename to third_party/LLVM/test/MC/MachO/tlv.s
diff --git a/src/LLVM/test/MC/MachO/values.s b/third_party/LLVM/test/MC/MachO/values.s
similarity index 100%
rename from src/LLVM/test/MC/MachO/values.s
rename to third_party/LLVM/test/MC/MachO/values.s
diff --git a/src/LLVM/test/MC/MachO/variable-errors.s b/third_party/LLVM/test/MC/MachO/variable-errors.s
similarity index 100%
rename from src/LLVM/test/MC/MachO/variable-errors.s
rename to third_party/LLVM/test/MC/MachO/variable-errors.s
diff --git a/src/LLVM/test/MC/MachO/variable-exprs.s b/third_party/LLVM/test/MC/MachO/variable-exprs.s
similarity index 100%
rename from src/LLVM/test/MC/MachO/variable-exprs.s
rename to third_party/LLVM/test/MC/MachO/variable-exprs.s
diff --git a/src/LLVM/test/MC/MachO/weakdef.s b/third_party/LLVM/test/MC/MachO/weakdef.s
similarity index 100%
rename from src/LLVM/test/MC/MachO/weakdef.s
rename to third_party/LLVM/test/MC/MachO/weakdef.s
diff --git a/src/LLVM/test/MC/MachO/x86_32-optimal_nop.s b/third_party/LLVM/test/MC/MachO/x86_32-optimal_nop.s
similarity index 100%
rename from src/LLVM/test/MC/MachO/x86_32-optimal_nop.s
rename to third_party/LLVM/test/MC/MachO/x86_32-optimal_nop.s
diff --git a/src/LLVM/test/MC/MachO/x86_32-sections.s b/third_party/LLVM/test/MC/MachO/x86_32-sections.s
similarity index 100%
rename from src/LLVM/test/MC/MachO/x86_32-sections.s
rename to third_party/LLVM/test/MC/MachO/x86_32-sections.s
diff --git a/src/LLVM/test/MC/MachO/x86_32-symbols.s b/third_party/LLVM/test/MC/MachO/x86_32-symbols.s
similarity index 100%
rename from src/LLVM/test/MC/MachO/x86_32-symbols.s
rename to third_party/LLVM/test/MC/MachO/x86_32-symbols.s
diff --git a/src/LLVM/test/MC/MachO/x86_64-reloc-arithmetic.s b/third_party/LLVM/test/MC/MachO/x86_64-reloc-arithmetic.s
similarity index 100%
rename from src/LLVM/test/MC/MachO/x86_64-reloc-arithmetic.s
rename to third_party/LLVM/test/MC/MachO/x86_64-reloc-arithmetic.s
diff --git a/src/LLVM/test/MC/MachO/x86_64-sections.s b/third_party/LLVM/test/MC/MachO/x86_64-sections.s
similarity index 100%
rename from src/LLVM/test/MC/MachO/x86_64-sections.s
rename to third_party/LLVM/test/MC/MachO/x86_64-sections.s
diff --git a/src/LLVM/test/MC/MachO/x86_64-symbols.s b/third_party/LLVM/test/MC/MachO/x86_64-symbols.s
similarity index 100%
rename from src/LLVM/test/MC/MachO/x86_64-symbols.s
rename to third_party/LLVM/test/MC/MachO/x86_64-symbols.s
diff --git a/src/LLVM/test/MC/MachO/zerofill-1.s b/third_party/LLVM/test/MC/MachO/zerofill-1.s
similarity index 100%
rename from src/LLVM/test/MC/MachO/zerofill-1.s
rename to third_party/LLVM/test/MC/MachO/zerofill-1.s
diff --git a/src/LLVM/test/MC/MachO/zerofill-2.s b/third_party/LLVM/test/MC/MachO/zerofill-2.s
similarity index 100%
rename from src/LLVM/test/MC/MachO/zerofill-2.s
rename to third_party/LLVM/test/MC/MachO/zerofill-2.s
diff --git a/src/LLVM/test/MC/MachO/zerofill-3.s b/third_party/LLVM/test/MC/MachO/zerofill-3.s
similarity index 100%
rename from src/LLVM/test/MC/MachO/zerofill-3.s
rename to third_party/LLVM/test/MC/MachO/zerofill-3.s
diff --git a/src/LLVM/test/MC/MachO/zerofill-4.s b/third_party/LLVM/test/MC/MachO/zerofill-4.s
similarity index 100%
rename from src/LLVM/test/MC/MachO/zerofill-4.s
rename to third_party/LLVM/test/MC/MachO/zerofill-4.s
diff --git a/src/LLVM/test/MC/MachO/zerofill-5.s b/third_party/LLVM/test/MC/MachO/zerofill-5.s
similarity index 100%
rename from src/LLVM/test/MC/MachO/zerofill-5.s
rename to third_party/LLVM/test/MC/MachO/zerofill-5.s
diff --git a/src/LLVM/test/MC/MachO/zerofill-sect-align.s b/third_party/LLVM/test/MC/MachO/zerofill-sect-align.s
similarity index 100%
rename from src/LLVM/test/MC/MachO/zerofill-sect-align.s
rename to third_party/LLVM/test/MC/MachO/zerofill-sect-align.s
diff --git a/src/LLVM/test/MC/X86/3DNow.s b/third_party/LLVM/test/MC/X86/3DNow.s
similarity index 100%
rename from src/LLVM/test/MC/X86/3DNow.s
rename to third_party/LLVM/test/MC/X86/3DNow.s
diff --git a/src/LLVM/test/MC/X86/dg.exp b/third_party/LLVM/test/MC/X86/dg.exp
similarity index 100%
rename from src/LLVM/test/MC/X86/dg.exp
rename to third_party/LLVM/test/MC/X86/dg.exp
diff --git a/src/LLVM/test/MC/X86/padlock.s b/third_party/LLVM/test/MC/X86/padlock.s
similarity index 100%
rename from src/LLVM/test/MC/X86/padlock.s
rename to third_party/LLVM/test/MC/X86/padlock.s
diff --git a/src/LLVM/test/MC/X86/x86-32-avx.s b/third_party/LLVM/test/MC/X86/x86-32-avx.s
similarity index 100%
rename from src/LLVM/test/MC/X86/x86-32-avx.s
rename to third_party/LLVM/test/MC/X86/x86-32-avx.s
diff --git a/src/LLVM/test/MC/X86/x86-32-coverage.s b/third_party/LLVM/test/MC/X86/x86-32-coverage.s
similarity index 100%
rename from src/LLVM/test/MC/X86/x86-32-coverage.s
rename to third_party/LLVM/test/MC/X86/x86-32-coverage.s
diff --git a/src/LLVM/test/MC/X86/x86-32-fma3.s b/third_party/LLVM/test/MC/X86/x86-32-fma3.s
similarity index 100%
rename from src/LLVM/test/MC/X86/x86-32-fma3.s
rename to third_party/LLVM/test/MC/X86/x86-32-fma3.s
diff --git a/src/LLVM/test/MC/X86/x86-32.s b/third_party/LLVM/test/MC/X86/x86-32.s
similarity index 100%
rename from src/LLVM/test/MC/X86/x86-32.s
rename to third_party/LLVM/test/MC/X86/x86-32.s
diff --git a/src/LLVM/test/MC/X86/x86-64.s b/third_party/LLVM/test/MC/X86/x86-64.s
similarity index 100%
rename from src/LLVM/test/MC/X86/x86-64.s
rename to third_party/LLVM/test/MC/X86/x86-64.s
diff --git a/src/LLVM/test/MC/X86/x86_64-avx-clmul-encoding.s b/third_party/LLVM/test/MC/X86/x86_64-avx-clmul-encoding.s
similarity index 100%
rename from src/LLVM/test/MC/X86/x86_64-avx-clmul-encoding.s
rename to third_party/LLVM/test/MC/X86/x86_64-avx-clmul-encoding.s
diff --git a/src/LLVM/test/MC/X86/x86_64-avx-encoding.s b/third_party/LLVM/test/MC/X86/x86_64-avx-encoding.s
similarity index 100%
rename from src/LLVM/test/MC/X86/x86_64-avx-encoding.s
rename to third_party/LLVM/test/MC/X86/x86_64-avx-encoding.s
diff --git a/src/LLVM/test/MC/X86/x86_64-encoding.s b/third_party/LLVM/test/MC/X86/x86_64-encoding.s
similarity index 100%
rename from src/LLVM/test/MC/X86/x86_64-encoding.s
rename to third_party/LLVM/test/MC/X86/x86_64-encoding.s
diff --git a/src/LLVM/test/MC/X86/x86_64-fma3-encoding.s b/third_party/LLVM/test/MC/X86/x86_64-fma3-encoding.s
similarity index 100%
rename from src/LLVM/test/MC/X86/x86_64-fma3-encoding.s
rename to third_party/LLVM/test/MC/X86/x86_64-fma3-encoding.s
diff --git a/src/LLVM/test/MC/X86/x86_64-imm-widths.s b/third_party/LLVM/test/MC/X86/x86_64-imm-widths.s
similarity index 100%
rename from src/LLVM/test/MC/X86/x86_64-imm-widths.s
rename to third_party/LLVM/test/MC/X86/x86_64-imm-widths.s
diff --git a/src/LLVM/test/MC/X86/x86_directives.s b/third_party/LLVM/test/MC/X86/x86_directives.s
similarity index 100%
rename from src/LLVM/test/MC/X86/x86_directives.s
rename to third_party/LLVM/test/MC/X86/x86_directives.s
diff --git a/src/LLVM/test/MC/X86/x86_errors.s b/third_party/LLVM/test/MC/X86/x86_errors.s
similarity index 100%
rename from src/LLVM/test/MC/X86/x86_errors.s
rename to third_party/LLVM/test/MC/X86/x86_errors.s
diff --git a/src/LLVM/test/MC/X86/x86_operands.s b/third_party/LLVM/test/MC/X86/x86_operands.s
similarity index 100%
rename from src/LLVM/test/MC/X86/x86_operands.s
rename to third_party/LLVM/test/MC/X86/x86_operands.s
diff --git a/src/LLVM/test/Makefile b/third_party/LLVM/test/Makefile
similarity index 100%
rename from src/LLVM/test/Makefile
rename to third_party/LLVM/test/Makefile
diff --git a/src/LLVM/test/Makefile.tests b/third_party/LLVM/test/Makefile.tests
similarity index 100%
rename from src/LLVM/test/Makefile.tests
rename to third_party/LLVM/test/Makefile.tests
diff --git a/src/LLVM/test/Object/TestObjectFiles/archive-test.a-bitcode b/third_party/LLVM/test/Object/TestObjectFiles/archive-test.a-bitcode
similarity index 100%
rename from src/LLVM/test/Object/TestObjectFiles/archive-test.a-bitcode
rename to third_party/LLVM/test/Object/TestObjectFiles/archive-test.a-bitcode
Binary files differ
diff --git a/src/LLVM/test/Object/TestObjectFiles/archive-test.a-coff-i386 b/third_party/LLVM/test/Object/TestObjectFiles/archive-test.a-coff-i386
similarity index 100%
rename from src/LLVM/test/Object/TestObjectFiles/archive-test.a-coff-i386
rename to third_party/LLVM/test/Object/TestObjectFiles/archive-test.a-coff-i386
Binary files differ
diff --git a/src/LLVM/test/Object/TestObjectFiles/trivial-object-test.coff-i386 b/third_party/LLVM/test/Object/TestObjectFiles/trivial-object-test.coff-i386
similarity index 100%
rename from src/LLVM/test/Object/TestObjectFiles/trivial-object-test.coff-i386
rename to third_party/LLVM/test/Object/TestObjectFiles/trivial-object-test.coff-i386
Binary files differ
diff --git a/src/LLVM/test/Object/TestObjectFiles/trivial-object-test.coff-x86-64 b/third_party/LLVM/test/Object/TestObjectFiles/trivial-object-test.coff-x86-64
similarity index 100%
rename from src/LLVM/test/Object/TestObjectFiles/trivial-object-test.coff-x86-64
rename to third_party/LLVM/test/Object/TestObjectFiles/trivial-object-test.coff-x86-64
Binary files differ
diff --git a/src/LLVM/test/Object/TestObjectFiles/trivial-object-test.elf-i386 b/third_party/LLVM/test/Object/TestObjectFiles/trivial-object-test.elf-i386
similarity index 100%
rename from src/LLVM/test/Object/TestObjectFiles/trivial-object-test.elf-i386
rename to third_party/LLVM/test/Object/TestObjectFiles/trivial-object-test.elf-i386
Binary files differ
diff --git a/src/LLVM/test/Object/TestObjectFiles/trivial-object-test.elf-x86-64 b/third_party/LLVM/test/Object/TestObjectFiles/trivial-object-test.elf-x86-64
similarity index 100%
rename from src/LLVM/test/Object/TestObjectFiles/trivial-object-test.elf-x86-64
rename to third_party/LLVM/test/Object/TestObjectFiles/trivial-object-test.elf-x86-64
Binary files differ
diff --git a/src/LLVM/test/Object/TestObjectFiles/trivial-object-test.macho-i386 b/third_party/LLVM/test/Object/TestObjectFiles/trivial-object-test.macho-i386
similarity index 100%
rename from src/LLVM/test/Object/TestObjectFiles/trivial-object-test.macho-i386
rename to third_party/LLVM/test/Object/TestObjectFiles/trivial-object-test.macho-i386
Binary files differ
diff --git a/src/LLVM/test/Object/TestObjectFiles/trivial-object-test.macho-x86-64 b/third_party/LLVM/test/Object/TestObjectFiles/trivial-object-test.macho-x86-64
similarity index 100%
rename from src/LLVM/test/Object/TestObjectFiles/trivial-object-test.macho-x86-64
rename to third_party/LLVM/test/Object/TestObjectFiles/trivial-object-test.macho-x86-64
Binary files differ
diff --git a/src/LLVM/test/Object/dg.exp b/third_party/LLVM/test/Object/dg.exp
similarity index 100%
rename from src/LLVM/test/Object/dg.exp
rename to third_party/LLVM/test/Object/dg.exp
diff --git a/src/LLVM/test/Object/nm-archive.test b/third_party/LLVM/test/Object/nm-archive.test
similarity index 100%
rename from src/LLVM/test/Object/nm-archive.test
rename to third_party/LLVM/test/Object/nm-archive.test
diff --git a/src/LLVM/test/Object/nm-trivial-object.test b/third_party/LLVM/test/Object/nm-trivial-object.test
similarity index 100%
rename from src/LLVM/test/Object/nm-trivial-object.test
rename to third_party/LLVM/test/Object/nm-trivial-object.test
diff --git a/src/LLVM/test/Object/objdump-disassembly-inline-relocations.test b/third_party/LLVM/test/Object/objdump-disassembly-inline-relocations.test
similarity index 100%
rename from src/LLVM/test/Object/objdump-disassembly-inline-relocations.test
rename to third_party/LLVM/test/Object/objdump-disassembly-inline-relocations.test
diff --git a/src/LLVM/test/Object/objdump-relocations.test b/third_party/LLVM/test/Object/objdump-relocations.test
similarity index 100%
rename from src/LLVM/test/Object/objdump-relocations.test
rename to third_party/LLVM/test/Object/objdump-relocations.test
diff --git a/src/LLVM/test/Object/objdump-sectionheaders.test b/third_party/LLVM/test/Object/objdump-sectionheaders.test
similarity index 100%
rename from src/LLVM/test/Object/objdump-sectionheaders.test
rename to third_party/LLVM/test/Object/objdump-sectionheaders.test
diff --git a/src/LLVM/test/Object/objdump-trivial-object.test b/third_party/LLVM/test/Object/objdump-trivial-object.test
similarity index 100%
rename from src/LLVM/test/Object/objdump-trivial-object.test
rename to third_party/LLVM/test/Object/objdump-trivial-object.test
diff --git a/src/LLVM/test/Other/2002-01-31-CallGraph.ll b/third_party/LLVM/test/Other/2002-01-31-CallGraph.ll
similarity index 100%
rename from src/LLVM/test/Other/2002-01-31-CallGraph.ll
rename to third_party/LLVM/test/Other/2002-01-31-CallGraph.ll
diff --git a/src/LLVM/test/Other/2002-02-24-InlineBrokePHINodes.ll b/third_party/LLVM/test/Other/2002-02-24-InlineBrokePHINodes.ll
similarity index 100%
rename from src/LLVM/test/Other/2002-02-24-InlineBrokePHINodes.ll
rename to third_party/LLVM/test/Other/2002-02-24-InlineBrokePHINodes.ll
diff --git a/src/LLVM/test/Other/2002-03-11-ConstPropCrash.ll b/third_party/LLVM/test/Other/2002-03-11-ConstPropCrash.ll
similarity index 100%
rename from src/LLVM/test/Other/2002-03-11-ConstPropCrash.ll
rename to third_party/LLVM/test/Other/2002-03-11-ConstPropCrash.ll
diff --git a/src/LLVM/test/Other/2003-02-19-LoopInfoNestingBug.ll b/third_party/LLVM/test/Other/2003-02-19-LoopInfoNestingBug.ll
similarity index 100%
rename from src/LLVM/test/Other/2003-02-19-LoopInfoNestingBug.ll
rename to third_party/LLVM/test/Other/2003-02-19-LoopInfoNestingBug.ll
diff --git a/src/LLVM/test/Other/2004-08-16-PackedConstantInlineStore.ll b/third_party/LLVM/test/Other/2004-08-16-PackedConstantInlineStore.ll
similarity index 100%
rename from src/LLVM/test/Other/2004-08-16-PackedConstantInlineStore.ll
rename to third_party/LLVM/test/Other/2004-08-16-PackedConstantInlineStore.ll
diff --git a/src/LLVM/test/Other/2004-08-16-PackedGlobalConstant.ll b/third_party/LLVM/test/Other/2004-08-16-PackedGlobalConstant.ll
similarity index 100%
rename from src/LLVM/test/Other/2004-08-16-PackedGlobalConstant.ll
rename to third_party/LLVM/test/Other/2004-08-16-PackedGlobalConstant.ll
diff --git a/src/LLVM/test/Other/2004-08-16-PackedSelect.ll b/third_party/LLVM/test/Other/2004-08-16-PackedSelect.ll
similarity index 100%
rename from src/LLVM/test/Other/2004-08-16-PackedSelect.ll
rename to third_party/LLVM/test/Other/2004-08-16-PackedSelect.ll
diff --git a/src/LLVM/test/Other/2004-08-16-PackedSimple.ll b/third_party/LLVM/test/Other/2004-08-16-PackedSimple.ll
similarity index 100%
rename from src/LLVM/test/Other/2004-08-16-PackedSimple.ll
rename to third_party/LLVM/test/Other/2004-08-16-PackedSimple.ll
diff --git a/src/LLVM/test/Other/2004-08-20-PackedControlFlow.ll b/third_party/LLVM/test/Other/2004-08-20-PackedControlFlow.ll
similarity index 100%
rename from src/LLVM/test/Other/2004-08-20-PackedControlFlow.ll
rename to third_party/LLVM/test/Other/2004-08-20-PackedControlFlow.ll
diff --git a/src/LLVM/test/Other/2006-02-05-PassManager.ll b/third_party/LLVM/test/Other/2006-02-05-PassManager.ll
similarity index 100%
rename from src/LLVM/test/Other/2006-02-05-PassManager.ll
rename to third_party/LLVM/test/Other/2006-02-05-PassManager.ll
diff --git a/src/LLVM/test/Other/2007-04-24-eliminate-mostly-empty-blocks.ll b/third_party/LLVM/test/Other/2007-04-24-eliminate-mostly-empty-blocks.ll
similarity index 100%
rename from src/LLVM/test/Other/2007-04-24-eliminate-mostly-empty-blocks.ll
rename to third_party/LLVM/test/Other/2007-04-24-eliminate-mostly-empty-blocks.ll
diff --git a/src/LLVM/test/Other/2007-06-05-PassID.ll b/third_party/LLVM/test/Other/2007-06-05-PassID.ll
similarity index 100%
rename from src/LLVM/test/Other/2007-06-05-PassID.ll
rename to third_party/LLVM/test/Other/2007-06-05-PassID.ll
diff --git a/src/LLVM/test/Other/2007-06-28-PassManager.ll b/third_party/LLVM/test/Other/2007-06-28-PassManager.ll
similarity index 100%
rename from src/LLVM/test/Other/2007-06-28-PassManager.ll
rename to third_party/LLVM/test/Other/2007-06-28-PassManager.ll
diff --git a/src/LLVM/test/Other/2007-09-10-PassManager.ll b/third_party/LLVM/test/Other/2007-09-10-PassManager.ll
similarity index 100%
rename from src/LLVM/test/Other/2007-09-10-PassManager.ll
rename to third_party/LLVM/test/Other/2007-09-10-PassManager.ll
diff --git a/src/LLVM/test/Other/2008-02-14-PassManager.ll b/third_party/LLVM/test/Other/2008-02-14-PassManager.ll
similarity index 100%
rename from src/LLVM/test/Other/2008-02-14-PassManager.ll
rename to third_party/LLVM/test/Other/2008-02-14-PassManager.ll
diff --git a/src/LLVM/test/Other/2008-06-04-FieldSizeInPacked.ll b/third_party/LLVM/test/Other/2008-06-04-FieldSizeInPacked.ll
similarity index 100%
rename from src/LLVM/test/Other/2008-06-04-FieldSizeInPacked.ll
rename to third_party/LLVM/test/Other/2008-06-04-FieldSizeInPacked.ll
diff --git a/src/LLVM/test/Other/2008-10-06-RemoveDeadPass.ll b/third_party/LLVM/test/Other/2008-10-06-RemoveDeadPass.ll
similarity index 100%
rename from src/LLVM/test/Other/2008-10-06-RemoveDeadPass.ll
rename to third_party/LLVM/test/Other/2008-10-06-RemoveDeadPass.ll
diff --git a/src/LLVM/test/Other/2008-10-15-MissingSpace.ll b/third_party/LLVM/test/Other/2008-10-15-MissingSpace.ll
similarity index 100%
rename from src/LLVM/test/Other/2008-10-15-MissingSpace.ll
rename to third_party/LLVM/test/Other/2008-10-15-MissingSpace.ll
diff --git a/src/LLVM/test/Other/2009-03-31-CallGraph.ll b/third_party/LLVM/test/Other/2009-03-31-CallGraph.ll
similarity index 100%
rename from src/LLVM/test/Other/2009-03-31-CallGraph.ll
rename to third_party/LLVM/test/Other/2009-03-31-CallGraph.ll
diff --git a/src/LLVM/test/Other/2009-06-05-no-implicit-float.ll b/third_party/LLVM/test/Other/2009-06-05-no-implicit-float.ll
similarity index 100%
rename from src/LLVM/test/Other/2009-06-05-no-implicit-float.ll
rename to third_party/LLVM/test/Other/2009-06-05-no-implicit-float.ll
diff --git a/src/LLVM/test/Other/2009-09-14-function-elements.ll b/third_party/LLVM/test/Other/2009-09-14-function-elements.ll
similarity index 100%
rename from src/LLVM/test/Other/2009-09-14-function-elements.ll
rename to third_party/LLVM/test/Other/2009-09-14-function-elements.ll
diff --git a/src/LLVM/test/Other/2010-05-06-Printer.ll b/third_party/LLVM/test/Other/2010-05-06-Printer.ll
similarity index 100%
rename from src/LLVM/test/Other/2010-05-06-Printer.ll
rename to third_party/LLVM/test/Other/2010-05-06-Printer.ll
diff --git a/src/LLVM/test/Other/X86/dg.exp b/third_party/LLVM/test/Other/X86/dg.exp
similarity index 100%
rename from src/LLVM/test/Other/X86/dg.exp
rename to third_party/LLVM/test/Other/X86/dg.exp
diff --git a/src/LLVM/test/Other/X86/inline-asm-newline-terminator.ll b/third_party/LLVM/test/Other/X86/inline-asm-newline-terminator.ll
similarity index 100%
rename from src/LLVM/test/Other/X86/inline-asm-newline-terminator.ll
rename to third_party/LLVM/test/Other/X86/inline-asm-newline-terminator.ll
diff --git a/src/LLVM/test/Other/close-stderr.ll b/third_party/LLVM/test/Other/close-stderr.ll
similarity index 100%
rename from src/LLVM/test/Other/close-stderr.ll
rename to third_party/LLVM/test/Other/close-stderr.ll
diff --git a/src/LLVM/test/Other/constant-fold-gep.ll b/third_party/LLVM/test/Other/constant-fold-gep.ll
similarity index 100%
rename from src/LLVM/test/Other/constant-fold-gep.ll
rename to third_party/LLVM/test/Other/constant-fold-gep.ll
diff --git a/src/LLVM/test/Other/dg.exp b/third_party/LLVM/test/Other/dg.exp
similarity index 100%
rename from src/LLVM/test/Other/dg.exp
rename to third_party/LLVM/test/Other/dg.exp
diff --git a/src/LLVM/test/Other/extract.ll b/third_party/LLVM/test/Other/extract.ll
similarity index 100%
rename from src/LLVM/test/Other/extract.ll
rename to third_party/LLVM/test/Other/extract.ll
diff --git a/src/LLVM/test/Other/invalid-commandline-option.ll b/third_party/LLVM/test/Other/invalid-commandline-option.ll
similarity index 100%
rename from src/LLVM/test/Other/invalid-commandline-option.ll
rename to third_party/LLVM/test/Other/invalid-commandline-option.ll
diff --git a/src/LLVM/test/Other/lint.ll b/third_party/LLVM/test/Other/lint.ll
similarity index 100%
rename from src/LLVM/test/Other/lint.ll
rename to third_party/LLVM/test/Other/lint.ll
diff --git a/src/LLVM/test/Scripts/README.txt b/third_party/LLVM/test/Scripts/README.txt
similarity index 100%
rename from src/LLVM/test/Scripts/README.txt
rename to third_party/LLVM/test/Scripts/README.txt
diff --git a/src/LLVM/test/Scripts/coff-dump.py b/third_party/LLVM/test/Scripts/coff-dump.py
similarity index 100%
rename from src/LLVM/test/Scripts/coff-dump.py
rename to third_party/LLVM/test/Scripts/coff-dump.py
diff --git a/src/LLVM/test/Scripts/coff-dump.py.bat b/third_party/LLVM/test/Scripts/coff-dump.py.bat
similarity index 100%
rename from src/LLVM/test/Scripts/coff-dump.py.bat
rename to third_party/LLVM/test/Scripts/coff-dump.py.bat
diff --git a/src/LLVM/test/Scripts/common_dump.py b/third_party/LLVM/test/Scripts/common_dump.py
similarity index 100%
rename from src/LLVM/test/Scripts/common_dump.py
rename to third_party/LLVM/test/Scripts/common_dump.py
diff --git a/src/LLVM/test/Scripts/elf-dump b/third_party/LLVM/test/Scripts/elf-dump
similarity index 100%
rename from src/LLVM/test/Scripts/elf-dump
rename to third_party/LLVM/test/Scripts/elf-dump
diff --git a/src/LLVM/test/Scripts/elf-dump.bat b/third_party/LLVM/test/Scripts/elf-dump.bat
similarity index 100%
rename from src/LLVM/test/Scripts/elf-dump.bat
rename to third_party/LLVM/test/Scripts/elf-dump.bat
diff --git a/src/LLVM/test/Scripts/ignore b/third_party/LLVM/test/Scripts/ignore
similarity index 100%
rename from src/LLVM/test/Scripts/ignore
rename to third_party/LLVM/test/Scripts/ignore
diff --git a/src/LLVM/test/Scripts/macho-dumpx b/third_party/LLVM/test/Scripts/macho-dumpx
similarity index 100%
rename from src/LLVM/test/Scripts/macho-dumpx
rename to third_party/LLVM/test/Scripts/macho-dumpx
diff --git a/src/LLVM/test/Scripts/macho-dumpx.bat b/third_party/LLVM/test/Scripts/macho-dumpx.bat
similarity index 100%
rename from src/LLVM/test/Scripts/macho-dumpx.bat
rename to third_party/LLVM/test/Scripts/macho-dumpx.bat
diff --git a/src/LLVM/test/TableGen/2003-08-03-PassCode.td b/third_party/LLVM/test/TableGen/2003-08-03-PassCode.td
similarity index 100%
rename from src/LLVM/test/TableGen/2003-08-03-PassCode.td
rename to third_party/LLVM/test/TableGen/2003-08-03-PassCode.td
diff --git a/src/LLVM/test/TableGen/2006-09-18-LargeInt.td b/third_party/LLVM/test/TableGen/2006-09-18-LargeInt.td
similarity index 100%
rename from src/LLVM/test/TableGen/2006-09-18-LargeInt.td
rename to third_party/LLVM/test/TableGen/2006-09-18-LargeInt.td
diff --git a/src/LLVM/test/TableGen/2010-03-24-PrematureDefaults.td b/third_party/LLVM/test/TableGen/2010-03-24-PrematureDefaults.td
similarity index 100%
rename from src/LLVM/test/TableGen/2010-03-24-PrematureDefaults.td
rename to third_party/LLVM/test/TableGen/2010-03-24-PrematureDefaults.td
diff --git a/src/LLVM/test/TableGen/AnonDefinitionOnDemand.td b/third_party/LLVM/test/TableGen/AnonDefinitionOnDemand.td
similarity index 100%
rename from src/LLVM/test/TableGen/AnonDefinitionOnDemand.td
rename to third_party/LLVM/test/TableGen/AnonDefinitionOnDemand.td
diff --git a/src/LLVM/test/TableGen/BitsInitOverflow.td b/third_party/LLVM/test/TableGen/BitsInitOverflow.td
similarity index 100%
rename from src/LLVM/test/TableGen/BitsInitOverflow.td
rename to third_party/LLVM/test/TableGen/BitsInitOverflow.td
diff --git a/src/LLVM/test/TableGen/CStyleComment.td b/third_party/LLVM/test/TableGen/CStyleComment.td
similarity index 100%
rename from src/LLVM/test/TableGen/CStyleComment.td
rename to third_party/LLVM/test/TableGen/CStyleComment.td
diff --git a/src/LLVM/test/TableGen/Dag.td b/third_party/LLVM/test/TableGen/Dag.td
similarity index 100%
rename from src/LLVM/test/TableGen/Dag.td
rename to third_party/LLVM/test/TableGen/Dag.td
diff --git a/src/LLVM/test/TableGen/DefmInherit.td b/third_party/LLVM/test/TableGen/DefmInherit.td
similarity index 100%
rename from src/LLVM/test/TableGen/DefmInherit.td
rename to third_party/LLVM/test/TableGen/DefmInherit.td
diff --git a/src/LLVM/test/TableGen/DefmInsideMultiClass.td b/third_party/LLVM/test/TableGen/DefmInsideMultiClass.td
similarity index 100%
rename from src/LLVM/test/TableGen/DefmInsideMultiClass.td
rename to third_party/LLVM/test/TableGen/DefmInsideMultiClass.td
diff --git a/src/LLVM/test/TableGen/FieldAccess.td b/third_party/LLVM/test/TableGen/FieldAccess.td
similarity index 100%
rename from src/LLVM/test/TableGen/FieldAccess.td
rename to third_party/LLVM/test/TableGen/FieldAccess.td
diff --git a/src/LLVM/test/TableGen/ForwardRef.td b/third_party/LLVM/test/TableGen/ForwardRef.td
similarity index 100%
rename from src/LLVM/test/TableGen/ForwardRef.td
rename to third_party/LLVM/test/TableGen/ForwardRef.td
diff --git a/src/LLVM/test/TableGen/GeneralList.td b/third_party/LLVM/test/TableGen/GeneralList.td
similarity index 100%
rename from src/LLVM/test/TableGen/GeneralList.td
rename to third_party/LLVM/test/TableGen/GeneralList.td
diff --git a/src/LLVM/test/TableGen/Include.inc b/third_party/LLVM/test/TableGen/Include.inc
similarity index 100%
rename from src/LLVM/test/TableGen/Include.inc
rename to third_party/LLVM/test/TableGen/Include.inc
diff --git a/src/LLVM/test/TableGen/Include.td b/third_party/LLVM/test/TableGen/Include.td
similarity index 100%
rename from src/LLVM/test/TableGen/Include.td
rename to third_party/LLVM/test/TableGen/Include.td
diff --git a/src/LLVM/test/TableGen/IntBitInit.td b/third_party/LLVM/test/TableGen/IntBitInit.td
similarity index 100%
rename from src/LLVM/test/TableGen/IntBitInit.td
rename to third_party/LLVM/test/TableGen/IntBitInit.td
diff --git a/src/LLVM/test/TableGen/LazyChange.td b/third_party/LLVM/test/TableGen/LazyChange.td
similarity index 100%
rename from src/LLVM/test/TableGen/LazyChange.td
rename to third_party/LLVM/test/TableGen/LazyChange.td
diff --git a/src/LLVM/test/TableGen/LetInsideMultiClasses.td b/third_party/LLVM/test/TableGen/LetInsideMultiClasses.td
similarity index 100%
rename from src/LLVM/test/TableGen/LetInsideMultiClasses.td
rename to third_party/LLVM/test/TableGen/LetInsideMultiClasses.td
diff --git a/src/LLVM/test/TableGen/ListArgs.td b/third_party/LLVM/test/TableGen/ListArgs.td
similarity index 100%
rename from src/LLVM/test/TableGen/ListArgs.td
rename to third_party/LLVM/test/TableGen/ListArgs.td
diff --git a/src/LLVM/test/TableGen/ListArgsSimple.td b/third_party/LLVM/test/TableGen/ListArgsSimple.td
similarity index 100%
rename from src/LLVM/test/TableGen/ListArgsSimple.td
rename to third_party/LLVM/test/TableGen/ListArgsSimple.td
diff --git a/src/LLVM/test/TableGen/ListConversion.td b/third_party/LLVM/test/TableGen/ListConversion.td
similarity index 100%
rename from src/LLVM/test/TableGen/ListConversion.td
rename to third_party/LLVM/test/TableGen/ListConversion.td
diff --git a/src/LLVM/test/TableGen/ListManip.td b/third_party/LLVM/test/TableGen/ListManip.td
similarity index 100%
rename from src/LLVM/test/TableGen/ListManip.td
rename to third_party/LLVM/test/TableGen/ListManip.td
diff --git a/src/LLVM/test/TableGen/ListOfList.td b/third_party/LLVM/test/TableGen/ListOfList.td
similarity index 100%
rename from src/LLVM/test/TableGen/ListOfList.td
rename to third_party/LLVM/test/TableGen/ListOfList.td
diff --git a/src/LLVM/test/TableGen/ListSlices.td b/third_party/LLVM/test/TableGen/ListSlices.td
similarity index 100%
rename from src/LLVM/test/TableGen/ListSlices.td
rename to third_party/LLVM/test/TableGen/ListSlices.td
diff --git a/src/LLVM/test/TableGen/LoLoL.td b/third_party/LLVM/test/TableGen/LoLoL.td
similarity index 100%
rename from src/LLVM/test/TableGen/LoLoL.td
rename to third_party/LLVM/test/TableGen/LoLoL.td
diff --git a/src/LLVM/test/TableGen/MultiClass.td b/third_party/LLVM/test/TableGen/MultiClass.td
similarity index 100%
rename from src/LLVM/test/TableGen/MultiClass.td
rename to third_party/LLVM/test/TableGen/MultiClass.td
diff --git a/src/LLVM/test/TableGen/MultiClassDefName.td b/third_party/LLVM/test/TableGen/MultiClassDefName.td
similarity index 100%
rename from src/LLVM/test/TableGen/MultiClassDefName.td
rename to third_party/LLVM/test/TableGen/MultiClassDefName.td
diff --git a/src/LLVM/test/TableGen/MultiClassInherit.td b/third_party/LLVM/test/TableGen/MultiClassInherit.td
similarity index 100%
rename from src/LLVM/test/TableGen/MultiClassInherit.td
rename to third_party/LLVM/test/TableGen/MultiClassInherit.td
diff --git a/src/LLVM/test/TableGen/MultiPat.td b/third_party/LLVM/test/TableGen/MultiPat.td
similarity index 100%
rename from src/LLVM/test/TableGen/MultiPat.td
rename to third_party/LLVM/test/TableGen/MultiPat.td
diff --git a/src/LLVM/test/TableGen/SetTheory.td b/third_party/LLVM/test/TableGen/SetTheory.td
similarity index 100%
rename from src/LLVM/test/TableGen/SetTheory.td
rename to third_party/LLVM/test/TableGen/SetTheory.td
diff --git a/src/LLVM/test/TableGen/Slice.td b/third_party/LLVM/test/TableGen/Slice.td
similarity index 100%
rename from src/LLVM/test/TableGen/Slice.td
rename to third_party/LLVM/test/TableGen/Slice.td
diff --git a/src/LLVM/test/TableGen/String.td b/third_party/LLVM/test/TableGen/String.td
similarity index 100%
rename from src/LLVM/test/TableGen/String.td
rename to third_party/LLVM/test/TableGen/String.td
diff --git a/src/LLVM/test/TableGen/SuperSubclassSameName.td b/third_party/LLVM/test/TableGen/SuperSubclassSameName.td
similarity index 100%
rename from src/LLVM/test/TableGen/SuperSubclassSameName.td
rename to third_party/LLVM/test/TableGen/SuperSubclassSameName.td
diff --git a/src/LLVM/test/TableGen/TargetInstrInfo.td b/third_party/LLVM/test/TableGen/TargetInstrInfo.td
similarity index 100%
rename from src/LLVM/test/TableGen/TargetInstrInfo.td
rename to third_party/LLVM/test/TableGen/TargetInstrInfo.td
diff --git a/src/LLVM/test/TableGen/TargetInstrSpec.td b/third_party/LLVM/test/TableGen/TargetInstrSpec.td
similarity index 100%
rename from src/LLVM/test/TableGen/TargetInstrSpec.td
rename to third_party/LLVM/test/TableGen/TargetInstrSpec.td
diff --git a/src/LLVM/test/TableGen/TemplateArgRename.td b/third_party/LLVM/test/TableGen/TemplateArgRename.td
similarity index 100%
rename from src/LLVM/test/TableGen/TemplateArgRename.td
rename to third_party/LLVM/test/TableGen/TemplateArgRename.td
diff --git a/src/LLVM/test/TableGen/Tree.td b/third_party/LLVM/test/TableGen/Tree.td
similarity index 100%
rename from src/LLVM/test/TableGen/Tree.td
rename to third_party/LLVM/test/TableGen/Tree.td
diff --git a/src/LLVM/test/TableGen/TreeNames.td b/third_party/LLVM/test/TableGen/TreeNames.td
similarity index 100%
rename from src/LLVM/test/TableGen/TreeNames.td
rename to third_party/LLVM/test/TableGen/TreeNames.td
diff --git a/src/LLVM/test/TableGen/UnsetBitInit.td b/third_party/LLVM/test/TableGen/UnsetBitInit.td
similarity index 100%
rename from src/LLVM/test/TableGen/UnsetBitInit.td
rename to third_party/LLVM/test/TableGen/UnsetBitInit.td
diff --git a/src/LLVM/test/TableGen/UnterminatedComment.td b/third_party/LLVM/test/TableGen/UnterminatedComment.td
similarity index 100%
rename from src/LLVM/test/TableGen/UnterminatedComment.td
rename to third_party/LLVM/test/TableGen/UnterminatedComment.td
diff --git a/src/LLVM/test/TableGen/cast.td b/third_party/LLVM/test/TableGen/cast.td
similarity index 100%
rename from src/LLVM/test/TableGen/cast.td
rename to third_party/LLVM/test/TableGen/cast.td
diff --git a/src/LLVM/test/TableGen/defmclass.td b/third_party/LLVM/test/TableGen/defmclass.td
similarity index 100%
rename from src/LLVM/test/TableGen/defmclass.td
rename to third_party/LLVM/test/TableGen/defmclass.td
diff --git a/src/LLVM/test/TableGen/dg.exp b/third_party/LLVM/test/TableGen/dg.exp
similarity index 100%
rename from src/LLVM/test/TableGen/dg.exp
rename to third_party/LLVM/test/TableGen/dg.exp
diff --git a/src/LLVM/test/TableGen/eq.td b/third_party/LLVM/test/TableGen/eq.td
similarity index 100%
rename from src/LLVM/test/TableGen/eq.td
rename to third_party/LLVM/test/TableGen/eq.td
diff --git a/src/LLVM/test/TableGen/eqbit.td b/third_party/LLVM/test/TableGen/eqbit.td
similarity index 100%
rename from src/LLVM/test/TableGen/eqbit.td
rename to third_party/LLVM/test/TableGen/eqbit.td
diff --git a/src/LLVM/test/TableGen/foreach.td b/third_party/LLVM/test/TableGen/foreach.td
similarity index 100%
rename from src/LLVM/test/TableGen/foreach.td
rename to third_party/LLVM/test/TableGen/foreach.td
diff --git a/src/LLVM/test/TableGen/if.td b/third_party/LLVM/test/TableGen/if.td
similarity index 100%
rename from src/LLVM/test/TableGen/if.td
rename to third_party/LLVM/test/TableGen/if.td
diff --git a/src/LLVM/test/TableGen/ifbit.td b/third_party/LLVM/test/TableGen/ifbit.td
similarity index 100%
rename from src/LLVM/test/TableGen/ifbit.td
rename to third_party/LLVM/test/TableGen/ifbit.td
diff --git a/src/LLVM/test/TableGen/lisp.td b/third_party/LLVM/test/TableGen/lisp.td
similarity index 100%
rename from src/LLVM/test/TableGen/lisp.td
rename to third_party/LLVM/test/TableGen/lisp.td
diff --git a/src/LLVM/test/TableGen/nested-comment.td b/third_party/LLVM/test/TableGen/nested-comment.td
similarity index 100%
rename from src/LLVM/test/TableGen/nested-comment.td
rename to third_party/LLVM/test/TableGen/nested-comment.td
diff --git a/src/LLVM/test/TableGen/strconcat.td b/third_party/LLVM/test/TableGen/strconcat.td
similarity index 100%
rename from src/LLVM/test/TableGen/strconcat.td
rename to third_party/LLVM/test/TableGen/strconcat.td
diff --git a/src/LLVM/test/TableGen/subst.td b/third_party/LLVM/test/TableGen/subst.td
similarity index 100%
rename from src/LLVM/test/TableGen/subst.td
rename to third_party/LLVM/test/TableGen/subst.td
diff --git a/src/LLVM/test/TableGen/subst2.td b/third_party/LLVM/test/TableGen/subst2.td
similarity index 100%
rename from src/LLVM/test/TableGen/subst2.td
rename to third_party/LLVM/test/TableGen/subst2.td
diff --git a/src/LLVM/test/TableGen/usevalname.td b/third_party/LLVM/test/TableGen/usevalname.td
similarity index 100%
rename from src/LLVM/test/TableGen/usevalname.td
rename to third_party/LLVM/test/TableGen/usevalname.td
diff --git a/src/LLVM/test/TestRunner.sh b/third_party/LLVM/test/TestRunner.sh
similarity index 100%
rename from src/LLVM/test/TestRunner.sh
rename to third_party/LLVM/test/TestRunner.sh
diff --git a/src/LLVM/test/Transforms/ADCE/2002-01-31-UseStuckAround.ll b/third_party/LLVM/test/Transforms/ADCE/2002-01-31-UseStuckAround.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ADCE/2002-01-31-UseStuckAround.ll
rename to third_party/LLVM/test/Transforms/ADCE/2002-01-31-UseStuckAround.ll
diff --git a/src/LLVM/test/Transforms/ADCE/2002-05-22-PHITest.ll b/third_party/LLVM/test/Transforms/ADCE/2002-05-22-PHITest.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ADCE/2002-05-22-PHITest.ll
rename to third_party/LLVM/test/Transforms/ADCE/2002-05-22-PHITest.ll
diff --git a/src/LLVM/test/Transforms/ADCE/2002-05-23-ZeroArgPHITest.ll b/third_party/LLVM/test/Transforms/ADCE/2002-05-23-ZeroArgPHITest.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ADCE/2002-05-23-ZeroArgPHITest.ll
rename to third_party/LLVM/test/Transforms/ADCE/2002-05-23-ZeroArgPHITest.ll
diff --git a/src/LLVM/test/Transforms/ADCE/2002-05-28-Crash-distilled.ll b/third_party/LLVM/test/Transforms/ADCE/2002-05-28-Crash-distilled.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ADCE/2002-05-28-Crash-distilled.ll
rename to third_party/LLVM/test/Transforms/ADCE/2002-05-28-Crash-distilled.ll
diff --git a/src/LLVM/test/Transforms/ADCE/2002-05-28-Crash.ll b/third_party/LLVM/test/Transforms/ADCE/2002-05-28-Crash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ADCE/2002-05-28-Crash.ll
rename to third_party/LLVM/test/Transforms/ADCE/2002-05-28-Crash.ll
diff --git a/src/LLVM/test/Transforms/ADCE/2002-07-17-AssertionFailure.ll b/third_party/LLVM/test/Transforms/ADCE/2002-07-17-AssertionFailure.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ADCE/2002-07-17-AssertionFailure.ll
rename to third_party/LLVM/test/Transforms/ADCE/2002-07-17-AssertionFailure.ll
diff --git a/src/LLVM/test/Transforms/ADCE/2002-07-17-PHIAssertion.ll b/third_party/LLVM/test/Transforms/ADCE/2002-07-17-PHIAssertion.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ADCE/2002-07-17-PHIAssertion.ll
rename to third_party/LLVM/test/Transforms/ADCE/2002-07-17-PHIAssertion.ll
diff --git a/src/LLVM/test/Transforms/ADCE/2002-07-29-Segfault.ll b/third_party/LLVM/test/Transforms/ADCE/2002-07-29-Segfault.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ADCE/2002-07-29-Segfault.ll
rename to third_party/LLVM/test/Transforms/ADCE/2002-07-29-Segfault.ll
diff --git a/src/LLVM/test/Transforms/ADCE/2003-01-22-PredecessorProblem.ll b/third_party/LLVM/test/Transforms/ADCE/2003-01-22-PredecessorProblem.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ADCE/2003-01-22-PredecessorProblem.ll
rename to third_party/LLVM/test/Transforms/ADCE/2003-01-22-PredecessorProblem.ll
diff --git a/src/LLVM/test/Transforms/ADCE/2003-04-25-PHIPostDominateProblem.ll b/third_party/LLVM/test/Transforms/ADCE/2003-04-25-PHIPostDominateProblem.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ADCE/2003-04-25-PHIPostDominateProblem.ll
rename to third_party/LLVM/test/Transforms/ADCE/2003-04-25-PHIPostDominateProblem.ll
diff --git a/src/LLVM/test/Transforms/ADCE/2003-06-11-InvalidCFG.ll b/third_party/LLVM/test/Transforms/ADCE/2003-06-11-InvalidCFG.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ADCE/2003-06-11-InvalidCFG.ll
rename to third_party/LLVM/test/Transforms/ADCE/2003-06-11-InvalidCFG.ll
diff --git a/src/LLVM/test/Transforms/ADCE/2003-06-24-BadSuccessor.ll b/third_party/LLVM/test/Transforms/ADCE/2003-06-24-BadSuccessor.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ADCE/2003-06-24-BadSuccessor.ll
rename to third_party/LLVM/test/Transforms/ADCE/2003-06-24-BadSuccessor.ll
diff --git a/src/LLVM/test/Transforms/ADCE/2003-06-24-BasicFunctionality.ll b/third_party/LLVM/test/Transforms/ADCE/2003-06-24-BasicFunctionality.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ADCE/2003-06-24-BasicFunctionality.ll
rename to third_party/LLVM/test/Transforms/ADCE/2003-06-24-BasicFunctionality.ll
diff --git a/src/LLVM/test/Transforms/ADCE/2003-09-10-UnwindInstFail.ll b/third_party/LLVM/test/Transforms/ADCE/2003-09-10-UnwindInstFail.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ADCE/2003-09-10-UnwindInstFail.ll
rename to third_party/LLVM/test/Transforms/ADCE/2003-09-10-UnwindInstFail.ll
diff --git a/src/LLVM/test/Transforms/ADCE/2003-09-15-InfLoopCrash.ll b/third_party/LLVM/test/Transforms/ADCE/2003-09-15-InfLoopCrash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ADCE/2003-09-15-InfLoopCrash.ll
rename to third_party/LLVM/test/Transforms/ADCE/2003-09-15-InfLoopCrash.ll
diff --git a/src/LLVM/test/Transforms/ADCE/2003-11-16-MissingPostDominanceInfo.ll b/third_party/LLVM/test/Transforms/ADCE/2003-11-16-MissingPostDominanceInfo.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ADCE/2003-11-16-MissingPostDominanceInfo.ll
rename to third_party/LLVM/test/Transforms/ADCE/2003-11-16-MissingPostDominanceInfo.ll
diff --git a/src/LLVM/test/Transforms/ADCE/2004-05-04-UnreachableBlock.ll b/third_party/LLVM/test/Transforms/ADCE/2004-05-04-UnreachableBlock.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ADCE/2004-05-04-UnreachableBlock.ll
rename to third_party/LLVM/test/Transforms/ADCE/2004-05-04-UnreachableBlock.ll
diff --git a/src/LLVM/test/Transforms/ADCE/2005-02-17-PHI-Invoke-Crash.ll b/third_party/LLVM/test/Transforms/ADCE/2005-02-17-PHI-Invoke-Crash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ADCE/2005-02-17-PHI-Invoke-Crash.ll
rename to third_party/LLVM/test/Transforms/ADCE/2005-02-17-PHI-Invoke-Crash.ll
diff --git a/src/LLVM/test/Transforms/ADCE/basictest.ll b/third_party/LLVM/test/Transforms/ADCE/basictest.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ADCE/basictest.ll
rename to third_party/LLVM/test/Transforms/ADCE/basictest.ll
diff --git a/src/LLVM/test/Transforms/ADCE/basictest1.ll b/third_party/LLVM/test/Transforms/ADCE/basictest1.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ADCE/basictest1.ll
rename to third_party/LLVM/test/Transforms/ADCE/basictest1.ll
diff --git a/src/LLVM/test/Transforms/ADCE/basictest2.ll b/third_party/LLVM/test/Transforms/ADCE/basictest2.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ADCE/basictest2.ll
rename to third_party/LLVM/test/Transforms/ADCE/basictest2.ll
diff --git a/src/LLVM/test/Transforms/ADCE/dce_pure_call.ll b/third_party/LLVM/test/Transforms/ADCE/dce_pure_call.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ADCE/dce_pure_call.ll
rename to third_party/LLVM/test/Transforms/ADCE/dce_pure_call.ll
diff --git a/src/LLVM/test/Transforms/ADCE/dce_pure_invoke.ll b/third_party/LLVM/test/Transforms/ADCE/dce_pure_invoke.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ADCE/dce_pure_invoke.ll
rename to third_party/LLVM/test/Transforms/ADCE/dce_pure_invoke.ll
diff --git a/src/LLVM/test/Transforms/ADCE/dg.exp b/third_party/LLVM/test/Transforms/ADCE/dg.exp
similarity index 100%
rename from src/LLVM/test/Transforms/ADCE/dg.exp
rename to third_party/LLVM/test/Transforms/ADCE/dg.exp
diff --git a/src/LLVM/test/Transforms/ADCE/unreachable-function.ll b/third_party/LLVM/test/Transforms/ADCE/unreachable-function.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ADCE/unreachable-function.ll
rename to third_party/LLVM/test/Transforms/ADCE/unreachable-function.ll
diff --git a/src/LLVM/test/Transforms/ArgumentPromotion/2008-02-01-ReturnAttrs.ll b/third_party/LLVM/test/Transforms/ArgumentPromotion/2008-02-01-ReturnAttrs.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ArgumentPromotion/2008-02-01-ReturnAttrs.ll
rename to third_party/LLVM/test/Transforms/ArgumentPromotion/2008-02-01-ReturnAttrs.ll
diff --git a/src/LLVM/test/Transforms/ArgumentPromotion/2008-07-02-array-indexing.ll b/third_party/LLVM/test/Transforms/ArgumentPromotion/2008-07-02-array-indexing.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ArgumentPromotion/2008-07-02-array-indexing.ll
rename to third_party/LLVM/test/Transforms/ArgumentPromotion/2008-07-02-array-indexing.ll
diff --git a/src/LLVM/test/Transforms/ArgumentPromotion/2008-09-07-CGUpdate.ll b/third_party/LLVM/test/Transforms/ArgumentPromotion/2008-09-07-CGUpdate.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ArgumentPromotion/2008-09-07-CGUpdate.ll
rename to third_party/LLVM/test/Transforms/ArgumentPromotion/2008-09-07-CGUpdate.ll
diff --git a/src/LLVM/test/Transforms/ArgumentPromotion/2008-09-08-CGUpdateSelfEdge.ll b/third_party/LLVM/test/Transforms/ArgumentPromotion/2008-09-08-CGUpdateSelfEdge.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ArgumentPromotion/2008-09-08-CGUpdateSelfEdge.ll
rename to third_party/LLVM/test/Transforms/ArgumentPromotion/2008-09-08-CGUpdateSelfEdge.ll
diff --git a/src/LLVM/test/Transforms/ArgumentPromotion/aggregate-promote.ll b/third_party/LLVM/test/Transforms/ArgumentPromotion/aggregate-promote.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ArgumentPromotion/aggregate-promote.ll
rename to third_party/LLVM/test/Transforms/ArgumentPromotion/aggregate-promote.ll
diff --git a/src/LLVM/test/Transforms/ArgumentPromotion/attrs.ll b/third_party/LLVM/test/Transforms/ArgumentPromotion/attrs.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ArgumentPromotion/attrs.ll
rename to third_party/LLVM/test/Transforms/ArgumentPromotion/attrs.ll
diff --git a/src/LLVM/test/Transforms/ArgumentPromotion/basictest.ll b/third_party/LLVM/test/Transforms/ArgumentPromotion/basictest.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ArgumentPromotion/basictest.ll
rename to third_party/LLVM/test/Transforms/ArgumentPromotion/basictest.ll
diff --git a/src/LLVM/test/Transforms/ArgumentPromotion/byval-2.ll b/third_party/LLVM/test/Transforms/ArgumentPromotion/byval-2.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ArgumentPromotion/byval-2.ll
rename to third_party/LLVM/test/Transforms/ArgumentPromotion/byval-2.ll
diff --git a/src/LLVM/test/Transforms/ArgumentPromotion/byval.ll b/third_party/LLVM/test/Transforms/ArgumentPromotion/byval.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ArgumentPromotion/byval.ll
rename to third_party/LLVM/test/Transforms/ArgumentPromotion/byval.ll
diff --git a/src/LLVM/test/Transforms/ArgumentPromotion/callgraph-update.ll b/third_party/LLVM/test/Transforms/ArgumentPromotion/callgraph-update.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ArgumentPromotion/callgraph-update.ll
rename to third_party/LLVM/test/Transforms/ArgumentPromotion/callgraph-update.ll
diff --git a/src/LLVM/test/Transforms/ArgumentPromotion/chained.ll b/third_party/LLVM/test/Transforms/ArgumentPromotion/chained.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ArgumentPromotion/chained.ll
rename to third_party/LLVM/test/Transforms/ArgumentPromotion/chained.ll
diff --git a/src/LLVM/test/Transforms/ArgumentPromotion/control-flow.ll b/third_party/LLVM/test/Transforms/ArgumentPromotion/control-flow.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ArgumentPromotion/control-flow.ll
rename to third_party/LLVM/test/Transforms/ArgumentPromotion/control-flow.ll
diff --git a/src/LLVM/test/Transforms/ArgumentPromotion/control-flow2.ll b/third_party/LLVM/test/Transforms/ArgumentPromotion/control-flow2.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ArgumentPromotion/control-flow2.ll
rename to third_party/LLVM/test/Transforms/ArgumentPromotion/control-flow2.ll
diff --git a/src/LLVM/test/Transforms/ArgumentPromotion/crash.ll b/third_party/LLVM/test/Transforms/ArgumentPromotion/crash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ArgumentPromotion/crash.ll
rename to third_party/LLVM/test/Transforms/ArgumentPromotion/crash.ll
diff --git a/src/LLVM/test/Transforms/ArgumentPromotion/dg.exp b/third_party/LLVM/test/Transforms/ArgumentPromotion/dg.exp
similarity index 100%
rename from src/LLVM/test/Transforms/ArgumentPromotion/dg.exp
rename to third_party/LLVM/test/Transforms/ArgumentPromotion/dg.exp
diff --git a/src/LLVM/test/Transforms/ArgumentPromotion/pr3085.ll b/third_party/LLVM/test/Transforms/ArgumentPromotion/pr3085.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ArgumentPromotion/pr3085.ll
rename to third_party/LLVM/test/Transforms/ArgumentPromotion/pr3085.ll
diff --git a/src/LLVM/test/Transforms/BlockPlacement/basictest.ll b/third_party/LLVM/test/Transforms/BlockPlacement/basictest.ll
similarity index 100%
rename from src/LLVM/test/Transforms/BlockPlacement/basictest.ll
rename to third_party/LLVM/test/Transforms/BlockPlacement/basictest.ll
diff --git a/src/LLVM/test/Transforms/BlockPlacement/dg.exp b/third_party/LLVM/test/Transforms/BlockPlacement/dg.exp
similarity index 100%
rename from src/LLVM/test/Transforms/BlockPlacement/dg.exp
rename to third_party/LLVM/test/Transforms/BlockPlacement/dg.exp
diff --git a/src/LLVM/test/Transforms/BranchFolding/2007-10-19-InlineAsmDirectives.ll b/third_party/LLVM/test/Transforms/BranchFolding/2007-10-19-InlineAsmDirectives.ll
similarity index 100%
rename from src/LLVM/test/Transforms/BranchFolding/2007-10-19-InlineAsmDirectives.ll
rename to third_party/LLVM/test/Transforms/BranchFolding/2007-10-19-InlineAsmDirectives.ll
diff --git a/src/LLVM/test/Transforms/CodeExtractor/2004-03-13-LoopExtractorCrash.ll b/third_party/LLVM/test/Transforms/CodeExtractor/2004-03-13-LoopExtractorCrash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/CodeExtractor/2004-03-13-LoopExtractorCrash.ll
rename to third_party/LLVM/test/Transforms/CodeExtractor/2004-03-13-LoopExtractorCrash.ll
diff --git a/src/LLVM/test/Transforms/CodeExtractor/2004-03-14-DominanceProblem.ll b/third_party/LLVM/test/Transforms/CodeExtractor/2004-03-14-DominanceProblem.ll
similarity index 100%
rename from src/LLVM/test/Transforms/CodeExtractor/2004-03-14-DominanceProblem.ll
rename to third_party/LLVM/test/Transforms/CodeExtractor/2004-03-14-DominanceProblem.ll
diff --git a/src/LLVM/test/Transforms/CodeExtractor/2004-03-14-NoSwitchSupport.ll b/third_party/LLVM/test/Transforms/CodeExtractor/2004-03-14-NoSwitchSupport.ll
similarity index 100%
rename from src/LLVM/test/Transforms/CodeExtractor/2004-03-14-NoSwitchSupport.ll
rename to third_party/LLVM/test/Transforms/CodeExtractor/2004-03-14-NoSwitchSupport.ll
diff --git a/src/LLVM/test/Transforms/CodeExtractor/2004-03-17-MissedLiveIns.ll b/third_party/LLVM/test/Transforms/CodeExtractor/2004-03-17-MissedLiveIns.ll
similarity index 100%
rename from src/LLVM/test/Transforms/CodeExtractor/2004-03-17-MissedLiveIns.ll
rename to third_party/LLVM/test/Transforms/CodeExtractor/2004-03-17-MissedLiveIns.ll
diff --git a/src/LLVM/test/Transforms/CodeExtractor/2004-03-17-UpdatePHIsOutsideRegion.ll b/third_party/LLVM/test/Transforms/CodeExtractor/2004-03-17-UpdatePHIsOutsideRegion.ll
similarity index 100%
rename from src/LLVM/test/Transforms/CodeExtractor/2004-03-17-UpdatePHIsOutsideRegion.ll
rename to third_party/LLVM/test/Transforms/CodeExtractor/2004-03-17-UpdatePHIsOutsideRegion.ll
diff --git a/src/LLVM/test/Transforms/CodeExtractor/2004-03-18-InvokeHandling.ll b/third_party/LLVM/test/Transforms/CodeExtractor/2004-03-18-InvokeHandling.ll
similarity index 100%
rename from src/LLVM/test/Transforms/CodeExtractor/2004-03-18-InvokeHandling.ll
rename to third_party/LLVM/test/Transforms/CodeExtractor/2004-03-18-InvokeHandling.ll
diff --git a/src/LLVM/test/Transforms/CodeExtractor/2004-08-12-BlockExtractPHI.ll b/third_party/LLVM/test/Transforms/CodeExtractor/2004-08-12-BlockExtractPHI.ll
similarity index 100%
rename from src/LLVM/test/Transforms/CodeExtractor/2004-08-12-BlockExtractPHI.ll
rename to third_party/LLVM/test/Transforms/CodeExtractor/2004-08-12-BlockExtractPHI.ll
diff --git a/src/LLVM/test/Transforms/CodeExtractor/2004-11-12-InvokeExtract.ll b/third_party/LLVM/test/Transforms/CodeExtractor/2004-11-12-InvokeExtract.ll
similarity index 100%
rename from src/LLVM/test/Transforms/CodeExtractor/2004-11-12-InvokeExtract.ll
rename to third_party/LLVM/test/Transforms/CodeExtractor/2004-11-12-InvokeExtract.ll
diff --git a/src/LLVM/test/Transforms/CodeExtractor/dg.exp b/third_party/LLVM/test/Transforms/CodeExtractor/dg.exp
similarity index 100%
rename from src/LLVM/test/Transforms/CodeExtractor/dg.exp
rename to third_party/LLVM/test/Transforms/CodeExtractor/dg.exp
diff --git a/src/LLVM/test/Transforms/CodeGenPrepare/2008-11-24-RAUW-Self.ll b/third_party/LLVM/test/Transforms/CodeGenPrepare/2008-11-24-RAUW-Self.ll
similarity index 100%
rename from src/LLVM/test/Transforms/CodeGenPrepare/2008-11-24-RAUW-Self.ll
rename to third_party/LLVM/test/Transforms/CodeGenPrepare/2008-11-24-RAUW-Self.ll
diff --git a/src/LLVM/test/Transforms/CodeGenPrepare/basic.ll b/third_party/LLVM/test/Transforms/CodeGenPrepare/basic.ll
similarity index 100%
rename from src/LLVM/test/Transforms/CodeGenPrepare/basic.ll
rename to third_party/LLVM/test/Transforms/CodeGenPrepare/basic.ll
diff --git a/src/LLVM/test/Transforms/CodeGenPrepare/dg.exp b/third_party/LLVM/test/Transforms/CodeGenPrepare/dg.exp
similarity index 100%
rename from src/LLVM/test/Transforms/CodeGenPrepare/dg.exp
rename to third_party/LLVM/test/Transforms/CodeGenPrepare/dg.exp
diff --git a/src/LLVM/test/Transforms/ConstProp/2002-05-03-DivideByZeroException.ll b/third_party/LLVM/test/Transforms/ConstProp/2002-05-03-DivideByZeroException.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ConstProp/2002-05-03-DivideByZeroException.ll
rename to third_party/LLVM/test/Transforms/ConstProp/2002-05-03-DivideByZeroException.ll
diff --git a/src/LLVM/test/Transforms/ConstProp/2002-05-03-NotOperator.ll b/third_party/LLVM/test/Transforms/ConstProp/2002-05-03-NotOperator.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ConstProp/2002-05-03-NotOperator.ll
rename to third_party/LLVM/test/Transforms/ConstProp/2002-05-03-NotOperator.ll
diff --git a/src/LLVM/test/Transforms/ConstProp/2002-09-03-SetCC-Bools.ll b/third_party/LLVM/test/Transforms/ConstProp/2002-09-03-SetCC-Bools.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ConstProp/2002-09-03-SetCC-Bools.ll
rename to third_party/LLVM/test/Transforms/ConstProp/2002-09-03-SetCC-Bools.ll
diff --git a/src/LLVM/test/Transforms/ConstProp/2003-05-12-DivideError.ll b/third_party/LLVM/test/Transforms/ConstProp/2003-05-12-DivideError.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ConstProp/2003-05-12-DivideError.ll
rename to third_party/LLVM/test/Transforms/ConstProp/2003-05-12-DivideError.ll
diff --git a/src/LLVM/test/Transforms/ConstProp/2005-01-28-SetCCGEP.ll b/third_party/LLVM/test/Transforms/ConstProp/2005-01-28-SetCCGEP.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ConstProp/2005-01-28-SetCCGEP.ll
rename to third_party/LLVM/test/Transforms/ConstProp/2005-01-28-SetCCGEP.ll
diff --git a/src/LLVM/test/Transforms/ConstProp/2006-11-30-vector-cast.ll b/third_party/LLVM/test/Transforms/ConstProp/2006-11-30-vector-cast.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ConstProp/2006-11-30-vector-cast.ll
rename to third_party/LLVM/test/Transforms/ConstProp/2006-11-30-vector-cast.ll
diff --git a/src/LLVM/test/Transforms/ConstProp/2006-12-01-TruncBoolBug.ll b/third_party/LLVM/test/Transforms/ConstProp/2006-12-01-TruncBoolBug.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ConstProp/2006-12-01-TruncBoolBug.ll
rename to third_party/LLVM/test/Transforms/ConstProp/2006-12-01-TruncBoolBug.ll
diff --git a/src/LLVM/test/Transforms/ConstProp/2006-12-01-bool-casts.ll b/third_party/LLVM/test/Transforms/ConstProp/2006-12-01-bool-casts.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ConstProp/2006-12-01-bool-casts.ll
rename to third_party/LLVM/test/Transforms/ConstProp/2006-12-01-bool-casts.ll
diff --git a/src/LLVM/test/Transforms/ConstProp/2007-02-05-BitCast.ll b/third_party/LLVM/test/Transforms/ConstProp/2007-02-05-BitCast.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ConstProp/2007-02-05-BitCast.ll
rename to third_party/LLVM/test/Transforms/ConstProp/2007-02-05-BitCast.ll
diff --git a/src/LLVM/test/Transforms/ConstProp/2007-02-23-sdiv.ll b/third_party/LLVM/test/Transforms/ConstProp/2007-02-23-sdiv.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ConstProp/2007-02-23-sdiv.ll
rename to third_party/LLVM/test/Transforms/ConstProp/2007-02-23-sdiv.ll
diff --git a/src/LLVM/test/Transforms/ConstProp/2007-11-23-cttz.ll b/third_party/LLVM/test/Transforms/ConstProp/2007-11-23-cttz.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ConstProp/2007-11-23-cttz.ll
rename to third_party/LLVM/test/Transforms/ConstProp/2007-11-23-cttz.ll
diff --git a/src/LLVM/test/Transforms/ConstProp/2008-07-07-VectorCompare.ll b/third_party/LLVM/test/Transforms/ConstProp/2008-07-07-VectorCompare.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ConstProp/2008-07-07-VectorCompare.ll
rename to third_party/LLVM/test/Transforms/ConstProp/2008-07-07-VectorCompare.ll
diff --git a/src/LLVM/test/Transforms/ConstProp/2009-06-20-constexpr-zero-lhs.ll b/third_party/LLVM/test/Transforms/ConstProp/2009-06-20-constexpr-zero-lhs.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ConstProp/2009-06-20-constexpr-zero-lhs.ll
rename to third_party/LLVM/test/Transforms/ConstProp/2009-06-20-constexpr-zero-lhs.ll
diff --git a/src/LLVM/test/Transforms/ConstProp/2009-09-01-GEP-Crash.ll b/third_party/LLVM/test/Transforms/ConstProp/2009-09-01-GEP-Crash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ConstProp/2009-09-01-GEP-Crash.ll
rename to third_party/LLVM/test/Transforms/ConstProp/2009-09-01-GEP-Crash.ll
diff --git a/src/LLVM/test/Transforms/ConstProp/basictest.ll b/third_party/LLVM/test/Transforms/ConstProp/basictest.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ConstProp/basictest.ll
rename to third_party/LLVM/test/Transforms/ConstProp/basictest.ll
diff --git a/src/LLVM/test/Transforms/ConstProp/bitcast.ll b/third_party/LLVM/test/Transforms/ConstProp/bitcast.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ConstProp/bitcast.ll
rename to third_party/LLVM/test/Transforms/ConstProp/bitcast.ll
diff --git a/src/LLVM/test/Transforms/ConstProp/bswap.ll b/third_party/LLVM/test/Transforms/ConstProp/bswap.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ConstProp/bswap.ll
rename to third_party/LLVM/test/Transforms/ConstProp/bswap.ll
diff --git a/src/LLVM/test/Transforms/ConstProp/calls.ll b/third_party/LLVM/test/Transforms/ConstProp/calls.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ConstProp/calls.ll
rename to third_party/LLVM/test/Transforms/ConstProp/calls.ll
diff --git a/src/LLVM/test/Transforms/ConstProp/constant-expr.ll b/third_party/LLVM/test/Transforms/ConstProp/constant-expr.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ConstProp/constant-expr.ll
rename to third_party/LLVM/test/Transforms/ConstProp/constant-expr.ll
diff --git a/src/LLVM/test/Transforms/ConstProp/dg.exp b/third_party/LLVM/test/Transforms/ConstProp/dg.exp
similarity index 100%
rename from src/LLVM/test/Transforms/ConstProp/dg.exp
rename to third_party/LLVM/test/Transforms/ConstProp/dg.exp
diff --git a/src/LLVM/test/Transforms/ConstProp/div-zero.ll b/third_party/LLVM/test/Transforms/ConstProp/div-zero.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ConstProp/div-zero.ll
rename to third_party/LLVM/test/Transforms/ConstProp/div-zero.ll
diff --git a/src/LLVM/test/Transforms/ConstProp/extractvalue.ll b/third_party/LLVM/test/Transforms/ConstProp/extractvalue.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ConstProp/extractvalue.ll
rename to third_party/LLVM/test/Transforms/ConstProp/extractvalue.ll
diff --git a/src/LLVM/test/Transforms/ConstProp/float-to-ptr-cast.ll b/third_party/LLVM/test/Transforms/ConstProp/float-to-ptr-cast.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ConstProp/float-to-ptr-cast.ll
rename to third_party/LLVM/test/Transforms/ConstProp/float-to-ptr-cast.ll
diff --git a/src/LLVM/test/Transforms/ConstProp/insertvalue.ll b/third_party/LLVM/test/Transforms/ConstProp/insertvalue.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ConstProp/insertvalue.ll
rename to third_party/LLVM/test/Transforms/ConstProp/insertvalue.ll
diff --git a/src/LLVM/test/Transforms/ConstProp/loads.ll b/third_party/LLVM/test/Transforms/ConstProp/loads.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ConstProp/loads.ll
rename to third_party/LLVM/test/Transforms/ConstProp/loads.ll
diff --git a/src/LLVM/test/Transforms/ConstProp/logicaltest.ll b/third_party/LLVM/test/Transforms/ConstProp/logicaltest.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ConstProp/logicaltest.ll
rename to third_party/LLVM/test/Transforms/ConstProp/logicaltest.ll
diff --git a/src/LLVM/test/Transforms/ConstProp/overflow-ops.ll b/third_party/LLVM/test/Transforms/ConstProp/overflow-ops.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ConstProp/overflow-ops.ll
rename to third_party/LLVM/test/Transforms/ConstProp/overflow-ops.ll
diff --git a/src/LLVM/test/Transforms/ConstProp/phi.ll b/third_party/LLVM/test/Transforms/ConstProp/phi.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ConstProp/phi.ll
rename to third_party/LLVM/test/Transforms/ConstProp/phi.ll
diff --git a/src/LLVM/test/Transforms/ConstProp/remtest.ll b/third_party/LLVM/test/Transforms/ConstProp/remtest.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ConstProp/remtest.ll
rename to third_party/LLVM/test/Transforms/ConstProp/remtest.ll
diff --git a/src/LLVM/test/Transforms/ConstantMerge/2002-09-23-CPR-Update.ll b/third_party/LLVM/test/Transforms/ConstantMerge/2002-09-23-CPR-Update.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ConstantMerge/2002-09-23-CPR-Update.ll
rename to third_party/LLVM/test/Transforms/ConstantMerge/2002-09-23-CPR-Update.ll
diff --git a/src/LLVM/test/Transforms/ConstantMerge/2003-10-28-MergeExternalConstants.ll b/third_party/LLVM/test/Transforms/ConstantMerge/2003-10-28-MergeExternalConstants.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ConstantMerge/2003-10-28-MergeExternalConstants.ll
rename to third_party/LLVM/test/Transforms/ConstantMerge/2003-10-28-MergeExternalConstants.ll
diff --git a/src/LLVM/test/Transforms/ConstantMerge/2011-01-15-EitherOrder.ll b/third_party/LLVM/test/Transforms/ConstantMerge/2011-01-15-EitherOrder.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ConstantMerge/2011-01-15-EitherOrder.ll
rename to third_party/LLVM/test/Transforms/ConstantMerge/2011-01-15-EitherOrder.ll
diff --git a/src/LLVM/test/Transforms/ConstantMerge/dg.exp b/third_party/LLVM/test/Transforms/ConstantMerge/dg.exp
similarity index 100%
rename from src/LLVM/test/Transforms/ConstantMerge/dg.exp
rename to third_party/LLVM/test/Transforms/ConstantMerge/dg.exp
diff --git a/src/LLVM/test/Transforms/ConstantMerge/dont-merge.ll b/third_party/LLVM/test/Transforms/ConstantMerge/dont-merge.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ConstantMerge/dont-merge.ll
rename to third_party/LLVM/test/Transforms/ConstantMerge/dont-merge.ll
diff --git a/src/LLVM/test/Transforms/ConstantMerge/merge-both.ll b/third_party/LLVM/test/Transforms/ConstantMerge/merge-both.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ConstantMerge/merge-both.ll
rename to third_party/LLVM/test/Transforms/ConstantMerge/merge-both.ll
diff --git a/src/LLVM/test/Transforms/ConstantMerge/unnamed-addr.ll b/third_party/LLVM/test/Transforms/ConstantMerge/unnamed-addr.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ConstantMerge/unnamed-addr.ll
rename to third_party/LLVM/test/Transforms/ConstantMerge/unnamed-addr.ll
diff --git a/src/LLVM/test/Transforms/CorrelatedValuePropagation/2010-09-02-Trunc.ll b/third_party/LLVM/test/Transforms/CorrelatedValuePropagation/2010-09-02-Trunc.ll
similarity index 100%
rename from src/LLVM/test/Transforms/CorrelatedValuePropagation/2010-09-02-Trunc.ll
rename to third_party/LLVM/test/Transforms/CorrelatedValuePropagation/2010-09-02-Trunc.ll
diff --git a/src/LLVM/test/Transforms/CorrelatedValuePropagation/2010-09-26-MergeConstantRange.ll b/third_party/LLVM/test/Transforms/CorrelatedValuePropagation/2010-09-26-MergeConstantRange.ll
similarity index 100%
rename from src/LLVM/test/Transforms/CorrelatedValuePropagation/2010-09-26-MergeConstantRange.ll
rename to third_party/LLVM/test/Transforms/CorrelatedValuePropagation/2010-09-26-MergeConstantRange.ll
diff --git a/src/LLVM/test/Transforms/CorrelatedValuePropagation/basic.ll b/third_party/LLVM/test/Transforms/CorrelatedValuePropagation/basic.ll
similarity index 100%
rename from src/LLVM/test/Transforms/CorrelatedValuePropagation/basic.ll
rename to third_party/LLVM/test/Transforms/CorrelatedValuePropagation/basic.ll
diff --git a/src/LLVM/test/Transforms/CorrelatedValuePropagation/crash.ll b/third_party/LLVM/test/Transforms/CorrelatedValuePropagation/crash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/CorrelatedValuePropagation/crash.ll
rename to third_party/LLVM/test/Transforms/CorrelatedValuePropagation/crash.ll
diff --git a/src/LLVM/test/Transforms/CorrelatedValuePropagation/dg.exp b/third_party/LLVM/test/Transforms/CorrelatedValuePropagation/dg.exp
similarity index 100%
rename from src/LLVM/test/Transforms/CorrelatedValuePropagation/dg.exp
rename to third_party/LLVM/test/Transforms/CorrelatedValuePropagation/dg.exp
diff --git a/src/LLVM/test/Transforms/CorrelatedValuePropagation/non-null.ll b/third_party/LLVM/test/Transforms/CorrelatedValuePropagation/non-null.ll
similarity index 100%
rename from src/LLVM/test/Transforms/CorrelatedValuePropagation/non-null.ll
rename to third_party/LLVM/test/Transforms/CorrelatedValuePropagation/non-null.ll
diff --git a/src/LLVM/test/Transforms/DeadArgElim/2006-06-27-struct-ret.ll b/third_party/LLVM/test/Transforms/DeadArgElim/2006-06-27-struct-ret.ll
similarity index 100%
rename from src/LLVM/test/Transforms/DeadArgElim/2006-06-27-struct-ret.ll
rename to third_party/LLVM/test/Transforms/DeadArgElim/2006-06-27-struct-ret.ll
diff --git a/src/LLVM/test/Transforms/DeadArgElim/2007-02-07-FuncRename.ll b/third_party/LLVM/test/Transforms/DeadArgElim/2007-02-07-FuncRename.ll
similarity index 100%
rename from src/LLVM/test/Transforms/DeadArgElim/2007-02-07-FuncRename.ll
rename to third_party/LLVM/test/Transforms/DeadArgElim/2007-02-07-FuncRename.ll
diff --git a/src/LLVM/test/Transforms/DeadArgElim/2007-10-18-VarargsReturn.ll b/third_party/LLVM/test/Transforms/DeadArgElim/2007-10-18-VarargsReturn.ll
similarity index 100%
rename from src/LLVM/test/Transforms/DeadArgElim/2007-10-18-VarargsReturn.ll
rename to third_party/LLVM/test/Transforms/DeadArgElim/2007-10-18-VarargsReturn.ll
diff --git a/src/LLVM/test/Transforms/DeadArgElim/2007-12-20-ParamAttrs.ll b/third_party/LLVM/test/Transforms/DeadArgElim/2007-12-20-ParamAttrs.ll
similarity index 100%
rename from src/LLVM/test/Transforms/DeadArgElim/2007-12-20-ParamAttrs.ll
rename to third_party/LLVM/test/Transforms/DeadArgElim/2007-12-20-ParamAttrs.ll
diff --git a/src/LLVM/test/Transforms/DeadArgElim/2008-01-16-VarargsParamAttrs.ll b/third_party/LLVM/test/Transforms/DeadArgElim/2008-01-16-VarargsParamAttrs.ll
similarity index 100%
rename from src/LLVM/test/Transforms/DeadArgElim/2008-01-16-VarargsParamAttrs.ll
rename to third_party/LLVM/test/Transforms/DeadArgElim/2008-01-16-VarargsParamAttrs.ll
diff --git a/src/LLVM/test/Transforms/DeadArgElim/2008-06-23-DeadAfterLive.ll b/third_party/LLVM/test/Transforms/DeadArgElim/2008-06-23-DeadAfterLive.ll
similarity index 100%
rename from src/LLVM/test/Transforms/DeadArgElim/2008-06-23-DeadAfterLive.ll
rename to third_party/LLVM/test/Transforms/DeadArgElim/2008-06-23-DeadAfterLive.ll
diff --git a/src/LLVM/test/Transforms/DeadArgElim/2009-03-17-MRE-Invoke.ll b/third_party/LLVM/test/Transforms/DeadArgElim/2009-03-17-MRE-Invoke.ll
similarity index 100%
rename from src/LLVM/test/Transforms/DeadArgElim/2009-03-17-MRE-Invoke.ll
rename to third_party/LLVM/test/Transforms/DeadArgElim/2009-03-17-MRE-Invoke.ll
diff --git a/src/LLVM/test/Transforms/DeadArgElim/2010-04-30-DbgInfo.ll b/third_party/LLVM/test/Transforms/DeadArgElim/2010-04-30-DbgInfo.ll
similarity index 100%
rename from src/LLVM/test/Transforms/DeadArgElim/2010-04-30-DbgInfo.ll
rename to third_party/LLVM/test/Transforms/DeadArgElim/2010-04-30-DbgInfo.ll
diff --git a/src/LLVM/test/Transforms/DeadArgElim/basictest.ll b/third_party/LLVM/test/Transforms/DeadArgElim/basictest.ll
similarity index 100%
rename from src/LLVM/test/Transforms/DeadArgElim/basictest.ll
rename to third_party/LLVM/test/Transforms/DeadArgElim/basictest.ll
diff --git a/src/LLVM/test/Transforms/DeadArgElim/canon.ll b/third_party/LLVM/test/Transforms/DeadArgElim/canon.ll
similarity index 100%
rename from src/LLVM/test/Transforms/DeadArgElim/canon.ll
rename to third_party/LLVM/test/Transforms/DeadArgElim/canon.ll
diff --git a/src/LLVM/test/Transforms/DeadArgElim/dead_vaargs.ll b/third_party/LLVM/test/Transforms/DeadArgElim/dead_vaargs.ll
similarity index 100%
rename from src/LLVM/test/Transforms/DeadArgElim/dead_vaargs.ll
rename to third_party/LLVM/test/Transforms/DeadArgElim/dead_vaargs.ll
diff --git a/src/LLVM/test/Transforms/DeadArgElim/deadexternal.ll b/third_party/LLVM/test/Transforms/DeadArgElim/deadexternal.ll
similarity index 100%
rename from src/LLVM/test/Transforms/DeadArgElim/deadexternal.ll
rename to third_party/LLVM/test/Transforms/DeadArgElim/deadexternal.ll
diff --git a/src/LLVM/test/Transforms/DeadArgElim/deadretval.ll b/third_party/LLVM/test/Transforms/DeadArgElim/deadretval.ll
similarity index 100%
rename from src/LLVM/test/Transforms/DeadArgElim/deadretval.ll
rename to third_party/LLVM/test/Transforms/DeadArgElim/deadretval.ll
diff --git a/src/LLVM/test/Transforms/DeadArgElim/deadretval2.ll b/third_party/LLVM/test/Transforms/DeadArgElim/deadretval2.ll
similarity index 100%
rename from src/LLVM/test/Transforms/DeadArgElim/deadretval2.ll
rename to third_party/LLVM/test/Transforms/DeadArgElim/deadretval2.ll
diff --git a/src/LLVM/test/Transforms/DeadArgElim/dg.exp b/third_party/LLVM/test/Transforms/DeadArgElim/dg.exp
similarity index 100%
rename from src/LLVM/test/Transforms/DeadArgElim/dg.exp
rename to third_party/LLVM/test/Transforms/DeadArgElim/dg.exp
diff --git a/src/LLVM/test/Transforms/DeadArgElim/keepalive.ll b/third_party/LLVM/test/Transforms/DeadArgElim/keepalive.ll
similarity index 100%
rename from src/LLVM/test/Transforms/DeadArgElim/keepalive.ll
rename to third_party/LLVM/test/Transforms/DeadArgElim/keepalive.ll
diff --git a/src/LLVM/test/Transforms/DeadArgElim/multdeadretval.ll b/third_party/LLVM/test/Transforms/DeadArgElim/multdeadretval.ll
similarity index 100%
rename from src/LLVM/test/Transforms/DeadArgElim/multdeadretval.ll
rename to third_party/LLVM/test/Transforms/DeadArgElim/multdeadretval.ll
diff --git a/src/LLVM/test/Transforms/DeadStoreElimination/2011-03-25-DSEMiscompile.ll b/third_party/LLVM/test/Transforms/DeadStoreElimination/2011-03-25-DSEMiscompile.ll
similarity index 100%
rename from src/LLVM/test/Transforms/DeadStoreElimination/2011-03-25-DSEMiscompile.ll
rename to third_party/LLVM/test/Transforms/DeadStoreElimination/2011-03-25-DSEMiscompile.ll
diff --git a/src/LLVM/test/Transforms/DeadStoreElimination/2011-09-06-EndOfFunction.ll b/third_party/LLVM/test/Transforms/DeadStoreElimination/2011-09-06-EndOfFunction.ll
similarity index 100%
rename from src/LLVM/test/Transforms/DeadStoreElimination/2011-09-06-EndOfFunction.ll
rename to third_party/LLVM/test/Transforms/DeadStoreElimination/2011-09-06-EndOfFunction.ll
diff --git a/src/LLVM/test/Transforms/DeadStoreElimination/2011-09-06-MemCpy.ll b/third_party/LLVM/test/Transforms/DeadStoreElimination/2011-09-06-MemCpy.ll
similarity index 100%
rename from src/LLVM/test/Transforms/DeadStoreElimination/2011-09-06-MemCpy.ll
rename to third_party/LLVM/test/Transforms/DeadStoreElimination/2011-09-06-MemCpy.ll
diff --git a/src/LLVM/test/Transforms/DeadStoreElimination/PartialStore.ll b/third_party/LLVM/test/Transforms/DeadStoreElimination/PartialStore.ll
similarity index 100%
rename from src/LLVM/test/Transforms/DeadStoreElimination/PartialStore.ll
rename to third_party/LLVM/test/Transforms/DeadStoreElimination/PartialStore.ll
diff --git a/src/LLVM/test/Transforms/DeadStoreElimination/atomic.ll b/third_party/LLVM/test/Transforms/DeadStoreElimination/atomic.ll
similarity index 100%
rename from src/LLVM/test/Transforms/DeadStoreElimination/atomic.ll
rename to third_party/LLVM/test/Transforms/DeadStoreElimination/atomic.ll
diff --git a/src/LLVM/test/Transforms/DeadStoreElimination/const-pointers.ll b/third_party/LLVM/test/Transforms/DeadStoreElimination/const-pointers.ll
similarity index 100%
rename from src/LLVM/test/Transforms/DeadStoreElimination/const-pointers.ll
rename to third_party/LLVM/test/Transforms/DeadStoreElimination/const-pointers.ll
diff --git a/src/LLVM/test/Transforms/DeadStoreElimination/crash.ll b/third_party/LLVM/test/Transforms/DeadStoreElimination/crash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/DeadStoreElimination/crash.ll
rename to third_party/LLVM/test/Transforms/DeadStoreElimination/crash.ll
diff --git a/src/LLVM/test/Transforms/DeadStoreElimination/dg.exp b/third_party/LLVM/test/Transforms/DeadStoreElimination/dg.exp
similarity index 100%
rename from src/LLVM/test/Transforms/DeadStoreElimination/dg.exp
rename to third_party/LLVM/test/Transforms/DeadStoreElimination/dg.exp
diff --git a/src/LLVM/test/Transforms/DeadStoreElimination/free.ll b/third_party/LLVM/test/Transforms/DeadStoreElimination/free.ll
similarity index 100%
rename from src/LLVM/test/Transforms/DeadStoreElimination/free.ll
rename to third_party/LLVM/test/Transforms/DeadStoreElimination/free.ll
diff --git a/src/LLVM/test/Transforms/DeadStoreElimination/lifetime.ll b/third_party/LLVM/test/Transforms/DeadStoreElimination/lifetime.ll
similarity index 100%
rename from src/LLVM/test/Transforms/DeadStoreElimination/lifetime.ll
rename to third_party/LLVM/test/Transforms/DeadStoreElimination/lifetime.ll
diff --git a/src/LLVM/test/Transforms/DeadStoreElimination/memintrinsics.ll b/third_party/LLVM/test/Transforms/DeadStoreElimination/memintrinsics.ll
similarity index 100%
rename from src/LLVM/test/Transforms/DeadStoreElimination/memintrinsics.ll
rename to third_party/LLVM/test/Transforms/DeadStoreElimination/memintrinsics.ll
diff --git a/src/LLVM/test/Transforms/DeadStoreElimination/no-targetdata.ll b/third_party/LLVM/test/Transforms/DeadStoreElimination/no-targetdata.ll
similarity index 100%
rename from src/LLVM/test/Transforms/DeadStoreElimination/no-targetdata.ll
rename to third_party/LLVM/test/Transforms/DeadStoreElimination/no-targetdata.ll
diff --git a/src/LLVM/test/Transforms/DeadStoreElimination/simple.ll b/third_party/LLVM/test/Transforms/DeadStoreElimination/simple.ll
similarity index 100%
rename from src/LLVM/test/Transforms/DeadStoreElimination/simple.ll
rename to third_party/LLVM/test/Transforms/DeadStoreElimination/simple.ll
diff --git a/src/LLVM/test/Transforms/EarlyCSE/basic.ll b/third_party/LLVM/test/Transforms/EarlyCSE/basic.ll
similarity index 100%
rename from src/LLVM/test/Transforms/EarlyCSE/basic.ll
rename to third_party/LLVM/test/Transforms/EarlyCSE/basic.ll
diff --git a/src/LLVM/test/Transforms/EarlyCSE/dg.exp b/third_party/LLVM/test/Transforms/EarlyCSE/dg.exp
similarity index 100%
rename from src/LLVM/test/Transforms/EarlyCSE/dg.exp
rename to third_party/LLVM/test/Transforms/EarlyCSE/dg.exp
diff --git a/src/LLVM/test/Transforms/FunctionAttrs/2008-09-03-Mutual.ll b/third_party/LLVM/test/Transforms/FunctionAttrs/2008-09-03-Mutual.ll
similarity index 100%
rename from src/LLVM/test/Transforms/FunctionAttrs/2008-09-03-Mutual.ll
rename to third_party/LLVM/test/Transforms/FunctionAttrs/2008-09-03-Mutual.ll
diff --git a/src/LLVM/test/Transforms/FunctionAttrs/2008-09-03-ReadNone.ll b/third_party/LLVM/test/Transforms/FunctionAttrs/2008-09-03-ReadNone.ll
similarity index 100%
rename from src/LLVM/test/Transforms/FunctionAttrs/2008-09-03-ReadNone.ll
rename to third_party/LLVM/test/Transforms/FunctionAttrs/2008-09-03-ReadNone.ll
diff --git a/src/LLVM/test/Transforms/FunctionAttrs/2008-09-03-ReadOnly.ll b/third_party/LLVM/test/Transforms/FunctionAttrs/2008-09-03-ReadOnly.ll
similarity index 100%
rename from src/LLVM/test/Transforms/FunctionAttrs/2008-09-03-ReadOnly.ll
rename to third_party/LLVM/test/Transforms/FunctionAttrs/2008-09-03-ReadOnly.ll
diff --git a/src/LLVM/test/Transforms/FunctionAttrs/2008-09-13-VolatileRead.ll b/third_party/LLVM/test/Transforms/FunctionAttrs/2008-09-13-VolatileRead.ll
similarity index 100%
rename from src/LLVM/test/Transforms/FunctionAttrs/2008-09-13-VolatileRead.ll
rename to third_party/LLVM/test/Transforms/FunctionAttrs/2008-09-13-VolatileRead.ll
diff --git a/src/LLVM/test/Transforms/FunctionAttrs/2008-12-29-Constant.ll b/third_party/LLVM/test/Transforms/FunctionAttrs/2008-12-29-Constant.ll
similarity index 100%
rename from src/LLVM/test/Transforms/FunctionAttrs/2008-12-29-Constant.ll
rename to third_party/LLVM/test/Transforms/FunctionAttrs/2008-12-29-Constant.ll
diff --git a/src/LLVM/test/Transforms/FunctionAttrs/2008-12-31-NoCapture.ll b/third_party/LLVM/test/Transforms/FunctionAttrs/2008-12-31-NoCapture.ll
similarity index 100%
rename from src/LLVM/test/Transforms/FunctionAttrs/2008-12-31-NoCapture.ll
rename to third_party/LLVM/test/Transforms/FunctionAttrs/2008-12-31-NoCapture.ll
diff --git a/src/LLVM/test/Transforms/FunctionAttrs/2009-01-02-LocalStores.ll b/third_party/LLVM/test/Transforms/FunctionAttrs/2009-01-02-LocalStores.ll
similarity index 100%
rename from src/LLVM/test/Transforms/FunctionAttrs/2009-01-02-LocalStores.ll
rename to third_party/LLVM/test/Transforms/FunctionAttrs/2009-01-02-LocalStores.ll
diff --git a/src/LLVM/test/Transforms/FunctionAttrs/2010-10-30-volatile.ll b/third_party/LLVM/test/Transforms/FunctionAttrs/2010-10-30-volatile.ll
similarity index 100%
rename from src/LLVM/test/Transforms/FunctionAttrs/2010-10-30-volatile.ll
rename to third_party/LLVM/test/Transforms/FunctionAttrs/2010-10-30-volatile.ll
diff --git a/src/LLVM/test/Transforms/FunctionAttrs/atomic.ll b/third_party/LLVM/test/Transforms/FunctionAttrs/atomic.ll
similarity index 100%
rename from src/LLVM/test/Transforms/FunctionAttrs/atomic.ll
rename to third_party/LLVM/test/Transforms/FunctionAttrs/atomic.ll
diff --git a/src/LLVM/test/Transforms/FunctionAttrs/dg.exp b/third_party/LLVM/test/Transforms/FunctionAttrs/dg.exp
similarity index 100%
rename from src/LLVM/test/Transforms/FunctionAttrs/dg.exp
rename to third_party/LLVM/test/Transforms/FunctionAttrs/dg.exp
diff --git a/src/LLVM/test/Transforms/GVN/2007-07-25-DominatedLoop.ll b/third_party/LLVM/test/Transforms/GVN/2007-07-25-DominatedLoop.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GVN/2007-07-25-DominatedLoop.ll
rename to third_party/LLVM/test/Transforms/GVN/2007-07-25-DominatedLoop.ll
diff --git a/src/LLVM/test/Transforms/GVN/2007-07-25-InfiniteLoop.ll b/third_party/LLVM/test/Transforms/GVN/2007-07-25-InfiniteLoop.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GVN/2007-07-25-InfiniteLoop.ll
rename to third_party/LLVM/test/Transforms/GVN/2007-07-25-InfiniteLoop.ll
diff --git a/src/LLVM/test/Transforms/GVN/2007-07-25-Loop.ll b/third_party/LLVM/test/Transforms/GVN/2007-07-25-Loop.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GVN/2007-07-25-Loop.ll
rename to third_party/LLVM/test/Transforms/GVN/2007-07-25-Loop.ll
diff --git a/src/LLVM/test/Transforms/GVN/2007-07-25-NestedLoop.ll b/third_party/LLVM/test/Transforms/GVN/2007-07-25-NestedLoop.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GVN/2007-07-25-NestedLoop.ll
rename to third_party/LLVM/test/Transforms/GVN/2007-07-25-NestedLoop.ll
diff --git a/src/LLVM/test/Transforms/GVN/2007-07-25-SinglePredecessor.ll b/third_party/LLVM/test/Transforms/GVN/2007-07-25-SinglePredecessor.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GVN/2007-07-25-SinglePredecessor.ll
rename to third_party/LLVM/test/Transforms/GVN/2007-07-25-SinglePredecessor.ll
diff --git a/src/LLVM/test/Transforms/GVN/2007-07-26-InterlockingLoops.ll b/third_party/LLVM/test/Transforms/GVN/2007-07-26-InterlockingLoops.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GVN/2007-07-26-InterlockingLoops.ll
rename to third_party/LLVM/test/Transforms/GVN/2007-07-26-InterlockingLoops.ll
diff --git a/src/LLVM/test/Transforms/GVN/2007-07-26-NonRedundant.ll b/third_party/LLVM/test/Transforms/GVN/2007-07-26-NonRedundant.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GVN/2007-07-26-NonRedundant.ll
rename to third_party/LLVM/test/Transforms/GVN/2007-07-26-NonRedundant.ll
diff --git a/src/LLVM/test/Transforms/GVN/2007-07-26-PhiErasure.ll b/third_party/LLVM/test/Transforms/GVN/2007-07-26-PhiErasure.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GVN/2007-07-26-PhiErasure.ll
rename to third_party/LLVM/test/Transforms/GVN/2007-07-26-PhiErasure.ll
diff --git a/src/LLVM/test/Transforms/GVN/2007-07-30-PredIDom.ll b/third_party/LLVM/test/Transforms/GVN/2007-07-30-PredIDom.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GVN/2007-07-30-PredIDom.ll
rename to third_party/LLVM/test/Transforms/GVN/2007-07-30-PredIDom.ll
diff --git a/src/LLVM/test/Transforms/GVN/2007-07-31-NoDomInherit.ll b/third_party/LLVM/test/Transforms/GVN/2007-07-31-NoDomInherit.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GVN/2007-07-31-NoDomInherit.ll
rename to third_party/LLVM/test/Transforms/GVN/2007-07-31-NoDomInherit.ll
diff --git a/src/LLVM/test/Transforms/GVN/2007-07-31-RedundantPhi.ll b/third_party/LLVM/test/Transforms/GVN/2007-07-31-RedundantPhi.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GVN/2007-07-31-RedundantPhi.ll
rename to third_party/LLVM/test/Transforms/GVN/2007-07-31-RedundantPhi.ll
diff --git a/src/LLVM/test/Transforms/GVN/2008-02-12-UndefLoad.ll b/third_party/LLVM/test/Transforms/GVN/2008-02-12-UndefLoad.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GVN/2008-02-12-UndefLoad.ll
rename to third_party/LLVM/test/Transforms/GVN/2008-02-12-UndefLoad.ll
diff --git a/src/LLVM/test/Transforms/GVN/2008-02-13-NewPHI.ll b/third_party/LLVM/test/Transforms/GVN/2008-02-13-NewPHI.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GVN/2008-02-13-NewPHI.ll
rename to third_party/LLVM/test/Transforms/GVN/2008-02-13-NewPHI.ll
diff --git a/src/LLVM/test/Transforms/GVN/2008-07-02-Unreachable.ll b/third_party/LLVM/test/Transforms/GVN/2008-07-02-Unreachable.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GVN/2008-07-02-Unreachable.ll
rename to third_party/LLVM/test/Transforms/GVN/2008-07-02-Unreachable.ll
diff --git a/src/LLVM/test/Transforms/GVN/2008-12-09-SelfRemove.ll b/third_party/LLVM/test/Transforms/GVN/2008-12-09-SelfRemove.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GVN/2008-12-09-SelfRemove.ll
rename to third_party/LLVM/test/Transforms/GVN/2008-12-09-SelfRemove.ll
diff --git a/src/LLVM/test/Transforms/GVN/2008-12-12-RLE-Crash.ll b/third_party/LLVM/test/Transforms/GVN/2008-12-12-RLE-Crash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GVN/2008-12-12-RLE-Crash.ll
rename to third_party/LLVM/test/Transforms/GVN/2008-12-12-RLE-Crash.ll
diff --git a/src/LLVM/test/Transforms/GVN/2008-12-14-rle-reanalyze.ll b/third_party/LLVM/test/Transforms/GVN/2008-12-14-rle-reanalyze.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GVN/2008-12-14-rle-reanalyze.ll
rename to third_party/LLVM/test/Transforms/GVN/2008-12-14-rle-reanalyze.ll
diff --git a/src/LLVM/test/Transforms/GVN/2008-12-15-CacheVisited.ll b/third_party/LLVM/test/Transforms/GVN/2008-12-15-CacheVisited.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GVN/2008-12-15-CacheVisited.ll
rename to third_party/LLVM/test/Transforms/GVN/2008-12-15-CacheVisited.ll
diff --git a/src/LLVM/test/Transforms/GVN/2009-01-21-SortInvalidation.ll b/third_party/LLVM/test/Transforms/GVN/2009-01-21-SortInvalidation.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GVN/2009-01-21-SortInvalidation.ll
rename to third_party/LLVM/test/Transforms/GVN/2009-01-21-SortInvalidation.ll
diff --git a/src/LLVM/test/Transforms/GVN/2009-01-22-SortInvalidation.ll b/third_party/LLVM/test/Transforms/GVN/2009-01-22-SortInvalidation.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GVN/2009-01-22-SortInvalidation.ll
rename to third_party/LLVM/test/Transforms/GVN/2009-01-22-SortInvalidation.ll
diff --git a/src/LLVM/test/Transforms/GVN/2009-02-17-LoadPRECrash.ll b/third_party/LLVM/test/Transforms/GVN/2009-02-17-LoadPRECrash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GVN/2009-02-17-LoadPRECrash.ll
rename to third_party/LLVM/test/Transforms/GVN/2009-02-17-LoadPRECrash.ll
diff --git a/src/LLVM/test/Transforms/GVN/2009-03-10-PREOnVoid.ll b/third_party/LLVM/test/Transforms/GVN/2009-03-10-PREOnVoid.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GVN/2009-03-10-PREOnVoid.ll
rename to third_party/LLVM/test/Transforms/GVN/2009-03-10-PREOnVoid.ll
diff --git a/src/LLVM/test/Transforms/GVN/2009-06-17-InvalidPRE.ll b/third_party/LLVM/test/Transforms/GVN/2009-06-17-InvalidPRE.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GVN/2009-06-17-InvalidPRE.ll
rename to third_party/LLVM/test/Transforms/GVN/2009-06-17-InvalidPRE.ll
diff --git a/src/LLVM/test/Transforms/GVN/2009-07-13-MemDepSortFail.ll b/third_party/LLVM/test/Transforms/GVN/2009-07-13-MemDepSortFail.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GVN/2009-07-13-MemDepSortFail.ll
rename to third_party/LLVM/test/Transforms/GVN/2009-07-13-MemDepSortFail.ll
diff --git a/src/LLVM/test/Transforms/GVN/2009-11-12-MemDepMallocBitCast.ll b/third_party/LLVM/test/Transforms/GVN/2009-11-12-MemDepMallocBitCast.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GVN/2009-11-12-MemDepMallocBitCast.ll
rename to third_party/LLVM/test/Transforms/GVN/2009-11-12-MemDepMallocBitCast.ll
diff --git a/src/LLVM/test/Transforms/GVN/2010-03-31-RedundantPHIs.ll b/third_party/LLVM/test/Transforms/GVN/2010-03-31-RedundantPHIs.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GVN/2010-03-31-RedundantPHIs.ll
rename to third_party/LLVM/test/Transforms/GVN/2010-03-31-RedundantPHIs.ll
diff --git a/src/LLVM/test/Transforms/GVN/2010-05-08-OneBit.ll b/third_party/LLVM/test/Transforms/GVN/2010-05-08-OneBit.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GVN/2010-05-08-OneBit.ll
rename to third_party/LLVM/test/Transforms/GVN/2010-05-08-OneBit.ll
diff --git a/src/LLVM/test/Transforms/GVN/2010-11-13-Simplify.ll b/third_party/LLVM/test/Transforms/GVN/2010-11-13-Simplify.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GVN/2010-11-13-Simplify.ll
rename to third_party/LLVM/test/Transforms/GVN/2010-11-13-Simplify.ll
diff --git a/src/LLVM/test/Transforms/GVN/2011-04-27-phioperands.ll b/third_party/LLVM/test/Transforms/GVN/2011-04-27-phioperands.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GVN/2011-04-27-phioperands.ll
rename to third_party/LLVM/test/Transforms/GVN/2011-04-27-phioperands.ll
diff --git a/src/LLVM/test/Transforms/GVN/2011-06-01-NonLocalMemdepMiscompile.ll b/third_party/LLVM/test/Transforms/GVN/2011-06-01-NonLocalMemdepMiscompile.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GVN/2011-06-01-NonLocalMemdepMiscompile.ll
rename to third_party/LLVM/test/Transforms/GVN/2011-06-01-NonLocalMemdepMiscompile.ll
diff --git a/src/LLVM/test/Transforms/GVN/2011-07-07-MatchIntrinsicExtract.ll b/third_party/LLVM/test/Transforms/GVN/2011-07-07-MatchIntrinsicExtract.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GVN/2011-07-07-MatchIntrinsicExtract.ll
rename to third_party/LLVM/test/Transforms/GVN/2011-07-07-MatchIntrinsicExtract.ll
diff --git a/src/LLVM/test/Transforms/GVN/2011-09-07-TypeIdFor.ll b/third_party/LLVM/test/Transforms/GVN/2011-09-07-TypeIdFor.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GVN/2011-09-07-TypeIdFor.ll
rename to third_party/LLVM/test/Transforms/GVN/2011-09-07-TypeIdFor.ll
diff --git a/src/LLVM/test/Transforms/GVN/atomic.ll b/third_party/LLVM/test/Transforms/GVN/atomic.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GVN/atomic.ll
rename to third_party/LLVM/test/Transforms/GVN/atomic.ll
diff --git a/src/LLVM/test/Transforms/GVN/basic.ll b/third_party/LLVM/test/Transforms/GVN/basic.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GVN/basic.ll
rename to third_party/LLVM/test/Transforms/GVN/basic.ll
diff --git a/src/LLVM/test/Transforms/GVN/bitcast-of-call.ll b/third_party/LLVM/test/Transforms/GVN/bitcast-of-call.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GVN/bitcast-of-call.ll
rename to third_party/LLVM/test/Transforms/GVN/bitcast-of-call.ll
diff --git a/src/LLVM/test/Transforms/GVN/calls-nonlocal.ll b/third_party/LLVM/test/Transforms/GVN/calls-nonlocal.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GVN/calls-nonlocal.ll
rename to third_party/LLVM/test/Transforms/GVN/calls-nonlocal.ll
diff --git a/src/LLVM/test/Transforms/GVN/calls-readonly.ll b/third_party/LLVM/test/Transforms/GVN/calls-readonly.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GVN/calls-readonly.ll
rename to third_party/LLVM/test/Transforms/GVN/calls-readonly.ll
diff --git a/src/LLVM/test/Transforms/GVN/condprop.ll b/third_party/LLVM/test/Transforms/GVN/condprop.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GVN/condprop.ll
rename to third_party/LLVM/test/Transforms/GVN/condprop.ll
diff --git a/src/LLVM/test/Transforms/GVN/crash-no-aa.ll b/third_party/LLVM/test/Transforms/GVN/crash-no-aa.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GVN/crash-no-aa.ll
rename to third_party/LLVM/test/Transforms/GVN/crash-no-aa.ll
diff --git a/src/LLVM/test/Transforms/GVN/crash.ll b/third_party/LLVM/test/Transforms/GVN/crash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GVN/crash.ll
rename to third_party/LLVM/test/Transforms/GVN/crash.ll
diff --git a/src/LLVM/test/Transforms/GVN/dg.exp b/third_party/LLVM/test/Transforms/GVN/dg.exp
similarity index 100%
rename from src/LLVM/test/Transforms/GVN/dg.exp
rename to third_party/LLVM/test/Transforms/GVN/dg.exp
diff --git a/src/LLVM/test/Transforms/GVN/lifetime-simple.ll b/third_party/LLVM/test/Transforms/GVN/lifetime-simple.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GVN/lifetime-simple.ll
rename to third_party/LLVM/test/Transforms/GVN/lifetime-simple.ll
diff --git a/src/LLVM/test/Transforms/GVN/load-constant-mem.ll b/third_party/LLVM/test/Transforms/GVN/load-constant-mem.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GVN/load-constant-mem.ll
rename to third_party/LLVM/test/Transforms/GVN/load-constant-mem.ll
diff --git a/src/LLVM/test/Transforms/GVN/load-pre-align.ll b/third_party/LLVM/test/Transforms/GVN/load-pre-align.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GVN/load-pre-align.ll
rename to third_party/LLVM/test/Transforms/GVN/load-pre-align.ll
diff --git a/src/LLVM/test/Transforms/GVN/load-pre-licm.ll b/third_party/LLVM/test/Transforms/GVN/load-pre-licm.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GVN/load-pre-licm.ll
rename to third_party/LLVM/test/Transforms/GVN/load-pre-licm.ll
diff --git a/src/LLVM/test/Transforms/GVN/local-pre.ll b/third_party/LLVM/test/Transforms/GVN/local-pre.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GVN/local-pre.ll
rename to third_party/LLVM/test/Transforms/GVN/local-pre.ll
diff --git a/src/LLVM/test/Transforms/GVN/lpre-call-wrap-2.ll b/third_party/LLVM/test/Transforms/GVN/lpre-call-wrap-2.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GVN/lpre-call-wrap-2.ll
rename to third_party/LLVM/test/Transforms/GVN/lpre-call-wrap-2.ll
diff --git a/src/LLVM/test/Transforms/GVN/lpre-call-wrap.ll b/third_party/LLVM/test/Transforms/GVN/lpre-call-wrap.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GVN/lpre-call-wrap.ll
rename to third_party/LLVM/test/Transforms/GVN/lpre-call-wrap.ll
diff --git a/src/LLVM/test/Transforms/GVN/non-local-offset.ll b/third_party/LLVM/test/Transforms/GVN/non-local-offset.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GVN/non-local-offset.ll
rename to third_party/LLVM/test/Transforms/GVN/non-local-offset.ll
diff --git a/src/LLVM/test/Transforms/GVN/nonescaping-malloc.ll b/third_party/LLVM/test/Transforms/GVN/nonescaping-malloc.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GVN/nonescaping-malloc.ll
rename to third_party/LLVM/test/Transforms/GVN/nonescaping-malloc.ll
diff --git a/src/LLVM/test/Transforms/GVN/null-aliases-nothing.ll b/third_party/LLVM/test/Transforms/GVN/null-aliases-nothing.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GVN/null-aliases-nothing.ll
rename to third_party/LLVM/test/Transforms/GVN/null-aliases-nothing.ll
diff --git a/src/LLVM/test/Transforms/GVN/phi-translate-partial-alias.ll b/third_party/LLVM/test/Transforms/GVN/phi-translate-partial-alias.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GVN/phi-translate-partial-alias.ll
rename to third_party/LLVM/test/Transforms/GVN/phi-translate-partial-alias.ll
diff --git a/src/LLVM/test/Transforms/GVN/phi-translate.ll b/third_party/LLVM/test/Transforms/GVN/phi-translate.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GVN/phi-translate.ll
rename to third_party/LLVM/test/Transforms/GVN/phi-translate.ll
diff --git a/src/LLVM/test/Transforms/GVN/pr10820.ll b/third_party/LLVM/test/Transforms/GVN/pr10820.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GVN/pr10820.ll
rename to third_party/LLVM/test/Transforms/GVN/pr10820.ll
diff --git a/src/LLVM/test/Transforms/GVN/pre-basic-add.ll b/third_party/LLVM/test/Transforms/GVN/pre-basic-add.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GVN/pre-basic-add.ll
rename to third_party/LLVM/test/Transforms/GVN/pre-basic-add.ll
diff --git a/src/LLVM/test/Transforms/GVN/pre-load.ll b/third_party/LLVM/test/Transforms/GVN/pre-load.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GVN/pre-load.ll
rename to third_party/LLVM/test/Transforms/GVN/pre-load.ll
diff --git a/src/LLVM/test/Transforms/GVN/pre-single-pred.ll b/third_party/LLVM/test/Transforms/GVN/pre-single-pred.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GVN/pre-single-pred.ll
rename to third_party/LLVM/test/Transforms/GVN/pre-single-pred.ll
diff --git a/src/LLVM/test/Transforms/GVN/preserve-tbaa.ll b/third_party/LLVM/test/Transforms/GVN/preserve-tbaa.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GVN/preserve-tbaa.ll
rename to third_party/LLVM/test/Transforms/GVN/preserve-tbaa.ll
diff --git a/src/LLVM/test/Transforms/GVN/rle-must-alias.ll b/third_party/LLVM/test/Transforms/GVN/rle-must-alias.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GVN/rle-must-alias.ll
rename to third_party/LLVM/test/Transforms/GVN/rle-must-alias.ll
diff --git a/src/LLVM/test/Transforms/GVN/rle-no-phi-translate.ll b/third_party/LLVM/test/Transforms/GVN/rle-no-phi-translate.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GVN/rle-no-phi-translate.ll
rename to third_party/LLVM/test/Transforms/GVN/rle-no-phi-translate.ll
diff --git a/src/LLVM/test/Transforms/GVN/rle-nonlocal.ll b/third_party/LLVM/test/Transforms/GVN/rle-nonlocal.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GVN/rle-nonlocal.ll
rename to third_party/LLVM/test/Transforms/GVN/rle-nonlocal.ll
diff --git a/src/LLVM/test/Transforms/GVN/rle-phi-translate.ll b/third_party/LLVM/test/Transforms/GVN/rle-phi-translate.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GVN/rle-phi-translate.ll
rename to third_party/LLVM/test/Transforms/GVN/rle-phi-translate.ll
diff --git a/src/LLVM/test/Transforms/GVN/rle-semidominated.ll b/third_party/LLVM/test/Transforms/GVN/rle-semidominated.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GVN/rle-semidominated.ll
rename to third_party/LLVM/test/Transforms/GVN/rle-semidominated.ll
diff --git a/src/LLVM/test/Transforms/GVN/rle.ll b/third_party/LLVM/test/Transforms/GVN/rle.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GVN/rle.ll
rename to third_party/LLVM/test/Transforms/GVN/rle.ll
diff --git a/src/LLVM/test/Transforms/GlobalDCE/2002-07-17-CastRef.ll b/third_party/LLVM/test/Transforms/GlobalDCE/2002-07-17-CastRef.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GlobalDCE/2002-07-17-CastRef.ll
rename to third_party/LLVM/test/Transforms/GlobalDCE/2002-07-17-CastRef.ll
diff --git a/src/LLVM/test/Transforms/GlobalDCE/2002-07-17-ConstantRef.ll b/third_party/LLVM/test/Transforms/GlobalDCE/2002-07-17-ConstantRef.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GlobalDCE/2002-07-17-ConstantRef.ll
rename to third_party/LLVM/test/Transforms/GlobalDCE/2002-07-17-ConstantRef.ll
diff --git a/src/LLVM/test/Transforms/GlobalDCE/2002-08-17-FunctionDGE.ll b/third_party/LLVM/test/Transforms/GlobalDCE/2002-08-17-FunctionDGE.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GlobalDCE/2002-08-17-FunctionDGE.ll
rename to third_party/LLVM/test/Transforms/GlobalDCE/2002-08-17-FunctionDGE.ll
diff --git a/src/LLVM/test/Transforms/GlobalDCE/2002-08-17-WorkListTest.ll b/third_party/LLVM/test/Transforms/GlobalDCE/2002-08-17-WorkListTest.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GlobalDCE/2002-08-17-WorkListTest.ll
rename to third_party/LLVM/test/Transforms/GlobalDCE/2002-08-17-WorkListTest.ll
diff --git a/src/LLVM/test/Transforms/GlobalDCE/2002-09-12-Redeletion.ll b/third_party/LLVM/test/Transforms/GlobalDCE/2002-09-12-Redeletion.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GlobalDCE/2002-09-12-Redeletion.ll
rename to third_party/LLVM/test/Transforms/GlobalDCE/2002-09-12-Redeletion.ll
diff --git a/src/LLVM/test/Transforms/GlobalDCE/2003-07-01-SelfReference.ll b/third_party/LLVM/test/Transforms/GlobalDCE/2003-07-01-SelfReference.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GlobalDCE/2003-07-01-SelfReference.ll
rename to third_party/LLVM/test/Transforms/GlobalDCE/2003-07-01-SelfReference.ll
diff --git a/src/LLVM/test/Transforms/GlobalDCE/2003-10-09-PreserveWeakGlobals.ll b/third_party/LLVM/test/Transforms/GlobalDCE/2003-10-09-PreserveWeakGlobals.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GlobalDCE/2003-10-09-PreserveWeakGlobals.ll
rename to third_party/LLVM/test/Transforms/GlobalDCE/2003-10-09-PreserveWeakGlobals.ll
diff --git a/src/LLVM/test/Transforms/GlobalDCE/2009-01-05-DeadAliases.ll b/third_party/LLVM/test/Transforms/GlobalDCE/2009-01-05-DeadAliases.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GlobalDCE/2009-01-05-DeadAliases.ll
rename to third_party/LLVM/test/Transforms/GlobalDCE/2009-01-05-DeadAliases.ll
diff --git a/src/LLVM/test/Transforms/GlobalDCE/2009-02-17-AliasUsesAliasee.ll b/third_party/LLVM/test/Transforms/GlobalDCE/2009-02-17-AliasUsesAliasee.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GlobalDCE/2009-02-17-AliasUsesAliasee.ll
rename to third_party/LLVM/test/Transforms/GlobalDCE/2009-02-17-AliasUsesAliasee.ll
diff --git a/src/LLVM/test/Transforms/GlobalDCE/2009-09-03-MDNode.ll b/third_party/LLVM/test/Transforms/GlobalDCE/2009-09-03-MDNode.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GlobalDCE/2009-09-03-MDNode.ll
rename to third_party/LLVM/test/Transforms/GlobalDCE/2009-09-03-MDNode.ll
diff --git a/src/LLVM/test/Transforms/GlobalDCE/basicvariabletest.ll b/third_party/LLVM/test/Transforms/GlobalDCE/basicvariabletest.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GlobalDCE/basicvariabletest.ll
rename to third_party/LLVM/test/Transforms/GlobalDCE/basicvariabletest.ll
diff --git a/src/LLVM/test/Transforms/GlobalDCE/dg.exp b/third_party/LLVM/test/Transforms/GlobalDCE/dg.exp
similarity index 100%
rename from src/LLVM/test/Transforms/GlobalDCE/dg.exp
rename to third_party/LLVM/test/Transforms/GlobalDCE/dg.exp
diff --git a/src/LLVM/test/Transforms/GlobalDCE/externally_available.ll b/third_party/LLVM/test/Transforms/GlobalDCE/externally_available.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GlobalDCE/externally_available.ll
rename to third_party/LLVM/test/Transforms/GlobalDCE/externally_available.ll
diff --git a/src/LLVM/test/Transforms/GlobalOpt/2004-10-10-CastStoreOnce.ll b/third_party/LLVM/test/Transforms/GlobalOpt/2004-10-10-CastStoreOnce.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GlobalOpt/2004-10-10-CastStoreOnce.ll
rename to third_party/LLVM/test/Transforms/GlobalOpt/2004-10-10-CastStoreOnce.ll
diff --git a/src/LLVM/test/Transforms/GlobalOpt/2005-06-15-LocalizeConstExprCrash.ll b/third_party/LLVM/test/Transforms/GlobalOpt/2005-06-15-LocalizeConstExprCrash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GlobalOpt/2005-06-15-LocalizeConstExprCrash.ll
rename to third_party/LLVM/test/Transforms/GlobalOpt/2005-06-15-LocalizeConstExprCrash.ll
diff --git a/src/LLVM/test/Transforms/GlobalOpt/2005-09-27-Crash.ll b/third_party/LLVM/test/Transforms/GlobalOpt/2005-09-27-Crash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GlobalOpt/2005-09-27-Crash.ll
rename to third_party/LLVM/test/Transforms/GlobalOpt/2005-09-27-Crash.ll
diff --git a/src/LLVM/test/Transforms/GlobalOpt/2006-07-07-InlineAsmCrash.ll b/third_party/LLVM/test/Transforms/GlobalOpt/2006-07-07-InlineAsmCrash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GlobalOpt/2006-07-07-InlineAsmCrash.ll
rename to third_party/LLVM/test/Transforms/GlobalOpt/2006-07-07-InlineAsmCrash.ll
diff --git a/src/LLVM/test/Transforms/GlobalOpt/2006-11-01-ShrinkGlobalPhiCrash.ll b/third_party/LLVM/test/Transforms/GlobalOpt/2006-11-01-ShrinkGlobalPhiCrash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GlobalOpt/2006-11-01-ShrinkGlobalPhiCrash.ll
rename to third_party/LLVM/test/Transforms/GlobalOpt/2006-11-01-ShrinkGlobalPhiCrash.ll
diff --git a/src/LLVM/test/Transforms/GlobalOpt/2007-04-05-Crash.ll b/third_party/LLVM/test/Transforms/GlobalOpt/2007-04-05-Crash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GlobalOpt/2007-04-05-Crash.ll
rename to third_party/LLVM/test/Transforms/GlobalOpt/2007-04-05-Crash.ll
diff --git a/src/LLVM/test/Transforms/GlobalOpt/2007-05-13-Crash.ll b/third_party/LLVM/test/Transforms/GlobalOpt/2007-05-13-Crash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GlobalOpt/2007-05-13-Crash.ll
rename to third_party/LLVM/test/Transforms/GlobalOpt/2007-05-13-Crash.ll
diff --git a/src/LLVM/test/Transforms/GlobalOpt/2007-06-04-PackedStruct.ll b/third_party/LLVM/test/Transforms/GlobalOpt/2007-06-04-PackedStruct.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GlobalOpt/2007-06-04-PackedStruct.ll
rename to third_party/LLVM/test/Transforms/GlobalOpt/2007-06-04-PackedStruct.ll
diff --git a/src/LLVM/test/Transforms/GlobalOpt/2007-11-09-GEP-GEP-Crash.ll b/third_party/LLVM/test/Transforms/GlobalOpt/2007-11-09-GEP-GEP-Crash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GlobalOpt/2007-11-09-GEP-GEP-Crash.ll
rename to third_party/LLVM/test/Transforms/GlobalOpt/2007-11-09-GEP-GEP-Crash.ll
diff --git a/src/LLVM/test/Transforms/GlobalOpt/2008-01-03-Crash.ll b/third_party/LLVM/test/Transforms/GlobalOpt/2008-01-03-Crash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GlobalOpt/2008-01-03-Crash.ll
rename to third_party/LLVM/test/Transforms/GlobalOpt/2008-01-03-Crash.ll
diff --git a/src/LLVM/test/Transforms/GlobalOpt/2008-01-13-OutOfRangeSROA.ll b/third_party/LLVM/test/Transforms/GlobalOpt/2008-01-13-OutOfRangeSROA.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GlobalOpt/2008-01-13-OutOfRangeSROA.ll
rename to third_party/LLVM/test/Transforms/GlobalOpt/2008-01-13-OutOfRangeSROA.ll
diff --git a/src/LLVM/test/Transforms/GlobalOpt/2008-01-29-VolatileGlobal.ll b/third_party/LLVM/test/Transforms/GlobalOpt/2008-01-29-VolatileGlobal.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GlobalOpt/2008-01-29-VolatileGlobal.ll
rename to third_party/LLVM/test/Transforms/GlobalOpt/2008-01-29-VolatileGlobal.ll
diff --git a/src/LLVM/test/Transforms/GlobalOpt/2008-02-16-NestAttr.ll b/third_party/LLVM/test/Transforms/GlobalOpt/2008-02-16-NestAttr.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GlobalOpt/2008-02-16-NestAttr.ll
rename to third_party/LLVM/test/Transforms/GlobalOpt/2008-02-16-NestAttr.ll
diff --git a/src/LLVM/test/Transforms/GlobalOpt/2008-04-26-SROA-Global-Align.ll b/third_party/LLVM/test/Transforms/GlobalOpt/2008-04-26-SROA-Global-Align.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GlobalOpt/2008-04-26-SROA-Global-Align.ll
rename to third_party/LLVM/test/Transforms/GlobalOpt/2008-04-26-SROA-Global-Align.ll
diff --git a/src/LLVM/test/Transforms/GlobalOpt/2008-07-17-addrspace.ll b/third_party/LLVM/test/Transforms/GlobalOpt/2008-07-17-addrspace.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GlobalOpt/2008-07-17-addrspace.ll
rename to third_party/LLVM/test/Transforms/GlobalOpt/2008-07-17-addrspace.ll
diff --git a/src/LLVM/test/Transforms/GlobalOpt/2008-12-16-HeapSRACrash-2.ll b/third_party/LLVM/test/Transforms/GlobalOpt/2008-12-16-HeapSRACrash-2.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GlobalOpt/2008-12-16-HeapSRACrash-2.ll
rename to third_party/LLVM/test/Transforms/GlobalOpt/2008-12-16-HeapSRACrash-2.ll
diff --git a/src/LLVM/test/Transforms/GlobalOpt/2008-12-16-HeapSRACrash.ll b/third_party/LLVM/test/Transforms/GlobalOpt/2008-12-16-HeapSRACrash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GlobalOpt/2008-12-16-HeapSRACrash.ll
rename to third_party/LLVM/test/Transforms/GlobalOpt/2008-12-16-HeapSRACrash.ll
diff --git a/src/LLVM/test/Transforms/GlobalOpt/2009-01-13-phi-user.ll b/third_party/LLVM/test/Transforms/GlobalOpt/2009-01-13-phi-user.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GlobalOpt/2009-01-13-phi-user.ll
rename to third_party/LLVM/test/Transforms/GlobalOpt/2009-01-13-phi-user.ll
diff --git a/src/LLVM/test/Transforms/GlobalOpt/2009-02-15-BitcastAlias.ll b/third_party/LLVM/test/Transforms/GlobalOpt/2009-02-15-BitcastAlias.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GlobalOpt/2009-02-15-BitcastAlias.ll
rename to third_party/LLVM/test/Transforms/GlobalOpt/2009-02-15-BitcastAlias.ll
diff --git a/src/LLVM/test/Transforms/GlobalOpt/2009-02-15-ResolveAlias.ll b/third_party/LLVM/test/Transforms/GlobalOpt/2009-02-15-ResolveAlias.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GlobalOpt/2009-02-15-ResolveAlias.ll
rename to third_party/LLVM/test/Transforms/GlobalOpt/2009-02-15-ResolveAlias.ll
diff --git a/src/LLVM/test/Transforms/GlobalOpt/2009-03-05-dbg.ll b/third_party/LLVM/test/Transforms/GlobalOpt/2009-03-05-dbg.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GlobalOpt/2009-03-05-dbg.ll
rename to third_party/LLVM/test/Transforms/GlobalOpt/2009-03-05-dbg.ll
diff --git a/src/LLVM/test/Transforms/GlobalOpt/2009-03-06-Anonymous.ll b/third_party/LLVM/test/Transforms/GlobalOpt/2009-03-06-Anonymous.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GlobalOpt/2009-03-06-Anonymous.ll
rename to third_party/LLVM/test/Transforms/GlobalOpt/2009-03-06-Anonymous.ll
diff --git a/src/LLVM/test/Transforms/GlobalOpt/2009-03-07-PromotePtrToBool.ll b/third_party/LLVM/test/Transforms/GlobalOpt/2009-03-07-PromotePtrToBool.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GlobalOpt/2009-03-07-PromotePtrToBool.ll
rename to third_party/LLVM/test/Transforms/GlobalOpt/2009-03-07-PromotePtrToBool.ll
diff --git a/src/LLVM/test/Transforms/GlobalOpt/2009-06-01-RecursivePHI.ll b/third_party/LLVM/test/Transforms/GlobalOpt/2009-06-01-RecursivePHI.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GlobalOpt/2009-06-01-RecursivePHI.ll
rename to third_party/LLVM/test/Transforms/GlobalOpt/2009-06-01-RecursivePHI.ll
diff --git a/src/LLVM/test/Transforms/GlobalOpt/2009-11-16-BrokenPerformHeapAllocSRoA.ll b/third_party/LLVM/test/Transforms/GlobalOpt/2009-11-16-BrokenPerformHeapAllocSRoA.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GlobalOpt/2009-11-16-BrokenPerformHeapAllocSRoA.ll
rename to third_party/LLVM/test/Transforms/GlobalOpt/2009-11-16-BrokenPerformHeapAllocSRoA.ll
diff --git a/src/LLVM/test/Transforms/GlobalOpt/2009-11-16-MallocSingleStoreToGlobalVar.ll b/third_party/LLVM/test/Transforms/GlobalOpt/2009-11-16-MallocSingleStoreToGlobalVar.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GlobalOpt/2009-11-16-MallocSingleStoreToGlobalVar.ll
rename to third_party/LLVM/test/Transforms/GlobalOpt/2009-11-16-MallocSingleStoreToGlobalVar.ll
diff --git a/src/LLVM/test/Transforms/GlobalOpt/2010-02-25-MallocPromote.ll b/third_party/LLVM/test/Transforms/GlobalOpt/2010-02-25-MallocPromote.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GlobalOpt/2010-02-25-MallocPromote.ll
rename to third_party/LLVM/test/Transforms/GlobalOpt/2010-02-25-MallocPromote.ll
diff --git a/src/LLVM/test/Transforms/GlobalOpt/2010-02-26-MallocSROA.ll b/third_party/LLVM/test/Transforms/GlobalOpt/2010-02-26-MallocSROA.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GlobalOpt/2010-02-26-MallocSROA.ll
rename to third_party/LLVM/test/Transforms/GlobalOpt/2010-02-26-MallocSROA.ll
diff --git a/src/LLVM/test/Transforms/GlobalOpt/2010-10-19-WeakOdr.ll b/third_party/LLVM/test/Transforms/GlobalOpt/2010-10-19-WeakOdr.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GlobalOpt/2010-10-19-WeakOdr.ll
rename to third_party/LLVM/test/Transforms/GlobalOpt/2010-10-19-WeakOdr.ll
diff --git a/src/LLVM/test/Transforms/GlobalOpt/2011-04-09-EmptyGlobalCtors.ll b/third_party/LLVM/test/Transforms/GlobalOpt/2011-04-09-EmptyGlobalCtors.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GlobalOpt/2011-04-09-EmptyGlobalCtors.ll
rename to third_party/LLVM/test/Transforms/GlobalOpt/2011-04-09-EmptyGlobalCtors.ll
diff --git a/src/LLVM/test/Transforms/GlobalOpt/alias-resolve.ll b/third_party/LLVM/test/Transforms/GlobalOpt/alias-resolve.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GlobalOpt/alias-resolve.ll
rename to third_party/LLVM/test/Transforms/GlobalOpt/alias-resolve.ll
diff --git a/src/LLVM/test/Transforms/GlobalOpt/basictest.ll b/third_party/LLVM/test/Transforms/GlobalOpt/basictest.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GlobalOpt/basictest.ll
rename to third_party/LLVM/test/Transforms/GlobalOpt/basictest.ll
diff --git a/src/LLVM/test/Transforms/GlobalOpt/constantexpr-dangle.ll b/third_party/LLVM/test/Transforms/GlobalOpt/constantexpr-dangle.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GlobalOpt/constantexpr-dangle.ll
rename to third_party/LLVM/test/Transforms/GlobalOpt/constantexpr-dangle.ll
diff --git a/src/LLVM/test/Transforms/GlobalOpt/constantfold-initializers.ll b/third_party/LLVM/test/Transforms/GlobalOpt/constantfold-initializers.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GlobalOpt/constantfold-initializers.ll
rename to third_party/LLVM/test/Transforms/GlobalOpt/constantfold-initializers.ll
diff --git a/src/LLVM/test/Transforms/GlobalOpt/crash.ll b/third_party/LLVM/test/Transforms/GlobalOpt/crash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GlobalOpt/crash.ll
rename to third_party/LLVM/test/Transforms/GlobalOpt/crash.ll
diff --git a/src/LLVM/test/Transforms/GlobalOpt/ctor-list-opt-constexpr.ll b/third_party/LLVM/test/Transforms/GlobalOpt/ctor-list-opt-constexpr.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GlobalOpt/ctor-list-opt-constexpr.ll
rename to third_party/LLVM/test/Transforms/GlobalOpt/ctor-list-opt-constexpr.ll
diff --git a/src/LLVM/test/Transforms/GlobalOpt/ctor-list-opt-inbounds.ll b/third_party/LLVM/test/Transforms/GlobalOpt/ctor-list-opt-inbounds.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GlobalOpt/ctor-list-opt-inbounds.ll
rename to third_party/LLVM/test/Transforms/GlobalOpt/ctor-list-opt-inbounds.ll
diff --git a/src/LLVM/test/Transforms/GlobalOpt/ctor-list-opt.ll b/third_party/LLVM/test/Transforms/GlobalOpt/ctor-list-opt.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GlobalOpt/ctor-list-opt.ll
rename to third_party/LLVM/test/Transforms/GlobalOpt/ctor-list-opt.ll
diff --git a/src/LLVM/test/Transforms/GlobalOpt/cxx-dtor.ll b/third_party/LLVM/test/Transforms/GlobalOpt/cxx-dtor.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GlobalOpt/cxx-dtor.ll
rename to third_party/LLVM/test/Transforms/GlobalOpt/cxx-dtor.ll
diff --git a/src/LLVM/test/Transforms/GlobalOpt/deadglobal-2.ll b/third_party/LLVM/test/Transforms/GlobalOpt/deadglobal-2.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GlobalOpt/deadglobal-2.ll
rename to third_party/LLVM/test/Transforms/GlobalOpt/deadglobal-2.ll
diff --git a/src/LLVM/test/Transforms/GlobalOpt/deadglobal.ll b/third_party/LLVM/test/Transforms/GlobalOpt/deadglobal.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GlobalOpt/deadglobal.ll
rename to third_party/LLVM/test/Transforms/GlobalOpt/deadglobal.ll
diff --git a/src/LLVM/test/Transforms/GlobalOpt/dg.exp b/third_party/LLVM/test/Transforms/GlobalOpt/dg.exp
similarity index 100%
rename from src/LLVM/test/Transforms/GlobalOpt/dg.exp
rename to third_party/LLVM/test/Transforms/GlobalOpt/dg.exp
diff --git a/src/LLVM/test/Transforms/GlobalOpt/globalsra-partial.ll b/third_party/LLVM/test/Transforms/GlobalOpt/globalsra-partial.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GlobalOpt/globalsra-partial.ll
rename to third_party/LLVM/test/Transforms/GlobalOpt/globalsra-partial.ll
diff --git a/src/LLVM/test/Transforms/GlobalOpt/globalsra-unknown-index.ll b/third_party/LLVM/test/Transforms/GlobalOpt/globalsra-unknown-index.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GlobalOpt/globalsra-unknown-index.ll
rename to third_party/LLVM/test/Transforms/GlobalOpt/globalsra-unknown-index.ll
diff --git a/src/LLVM/test/Transforms/GlobalOpt/globalsra.ll b/third_party/LLVM/test/Transforms/GlobalOpt/globalsra.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GlobalOpt/globalsra.ll
rename to third_party/LLVM/test/Transforms/GlobalOpt/globalsra.ll
diff --git a/src/LLVM/test/Transforms/GlobalOpt/heap-sra-1.ll b/third_party/LLVM/test/Transforms/GlobalOpt/heap-sra-1.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GlobalOpt/heap-sra-1.ll
rename to third_party/LLVM/test/Transforms/GlobalOpt/heap-sra-1.ll
diff --git a/src/LLVM/test/Transforms/GlobalOpt/heap-sra-2.ll b/third_party/LLVM/test/Transforms/GlobalOpt/heap-sra-2.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GlobalOpt/heap-sra-2.ll
rename to third_party/LLVM/test/Transforms/GlobalOpt/heap-sra-2.ll
diff --git a/src/LLVM/test/Transforms/GlobalOpt/heap-sra-3.ll b/third_party/LLVM/test/Transforms/GlobalOpt/heap-sra-3.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GlobalOpt/heap-sra-3.ll
rename to third_party/LLVM/test/Transforms/GlobalOpt/heap-sra-3.ll
diff --git a/src/LLVM/test/Transforms/GlobalOpt/heap-sra-4.ll b/third_party/LLVM/test/Transforms/GlobalOpt/heap-sra-4.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GlobalOpt/heap-sra-4.ll
rename to third_party/LLVM/test/Transforms/GlobalOpt/heap-sra-4.ll
diff --git a/src/LLVM/test/Transforms/GlobalOpt/heap-sra-phi.ll b/third_party/LLVM/test/Transforms/GlobalOpt/heap-sra-phi.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GlobalOpt/heap-sra-phi.ll
rename to third_party/LLVM/test/Transforms/GlobalOpt/heap-sra-phi.ll
diff --git a/src/LLVM/test/Transforms/GlobalOpt/integer-bool.ll b/third_party/LLVM/test/Transforms/GlobalOpt/integer-bool.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GlobalOpt/integer-bool.ll
rename to third_party/LLVM/test/Transforms/GlobalOpt/integer-bool.ll
diff --git a/src/LLVM/test/Transforms/GlobalOpt/iterate.ll b/third_party/LLVM/test/Transforms/GlobalOpt/iterate.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GlobalOpt/iterate.ll
rename to third_party/LLVM/test/Transforms/GlobalOpt/iterate.ll
diff --git a/src/LLVM/test/Transforms/GlobalOpt/load-store-global.ll b/third_party/LLVM/test/Transforms/GlobalOpt/load-store-global.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GlobalOpt/load-store-global.ll
rename to third_party/LLVM/test/Transforms/GlobalOpt/load-store-global.ll
diff --git a/src/LLVM/test/Transforms/GlobalOpt/malloc-promote-1.ll b/third_party/LLVM/test/Transforms/GlobalOpt/malloc-promote-1.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GlobalOpt/malloc-promote-1.ll
rename to third_party/LLVM/test/Transforms/GlobalOpt/malloc-promote-1.ll
diff --git a/src/LLVM/test/Transforms/GlobalOpt/malloc-promote-2.ll b/third_party/LLVM/test/Transforms/GlobalOpt/malloc-promote-2.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GlobalOpt/malloc-promote-2.ll
rename to third_party/LLVM/test/Transforms/GlobalOpt/malloc-promote-2.ll
diff --git a/src/LLVM/test/Transforms/GlobalOpt/memcpy.ll b/third_party/LLVM/test/Transforms/GlobalOpt/memcpy.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GlobalOpt/memcpy.ll
rename to third_party/LLVM/test/Transforms/GlobalOpt/memcpy.ll
diff --git a/src/LLVM/test/Transforms/GlobalOpt/memset-null.ll b/third_party/LLVM/test/Transforms/GlobalOpt/memset-null.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GlobalOpt/memset-null.ll
rename to third_party/LLVM/test/Transforms/GlobalOpt/memset-null.ll
diff --git a/src/LLVM/test/Transforms/GlobalOpt/memset.ll b/third_party/LLVM/test/Transforms/GlobalOpt/memset.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GlobalOpt/memset.ll
rename to third_party/LLVM/test/Transforms/GlobalOpt/memset.ll
diff --git a/src/LLVM/test/Transforms/GlobalOpt/metadata.ll b/third_party/LLVM/test/Transforms/GlobalOpt/metadata.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GlobalOpt/metadata.ll
rename to third_party/LLVM/test/Transforms/GlobalOpt/metadata.ll
diff --git a/src/LLVM/test/Transforms/GlobalOpt/phi-select.ll b/third_party/LLVM/test/Transforms/GlobalOpt/phi-select.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GlobalOpt/phi-select.ll
rename to third_party/LLVM/test/Transforms/GlobalOpt/phi-select.ll
diff --git a/src/LLVM/test/Transforms/GlobalOpt/storepointer-compare.ll b/third_party/LLVM/test/Transforms/GlobalOpt/storepointer-compare.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GlobalOpt/storepointer-compare.ll
rename to third_party/LLVM/test/Transforms/GlobalOpt/storepointer-compare.ll
diff --git a/src/LLVM/test/Transforms/GlobalOpt/storepointer.ll b/third_party/LLVM/test/Transforms/GlobalOpt/storepointer.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GlobalOpt/storepointer.ll
rename to third_party/LLVM/test/Transforms/GlobalOpt/storepointer.ll
diff --git a/src/LLVM/test/Transforms/GlobalOpt/trivialstore.ll b/third_party/LLVM/test/Transforms/GlobalOpt/trivialstore.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GlobalOpt/trivialstore.ll
rename to third_party/LLVM/test/Transforms/GlobalOpt/trivialstore.ll
diff --git a/src/LLVM/test/Transforms/GlobalOpt/undef-init.ll b/third_party/LLVM/test/Transforms/GlobalOpt/undef-init.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GlobalOpt/undef-init.ll
rename to third_party/LLVM/test/Transforms/GlobalOpt/undef-init.ll
diff --git a/src/LLVM/test/Transforms/GlobalOpt/unnamed-addr.ll b/third_party/LLVM/test/Transforms/GlobalOpt/unnamed-addr.ll
similarity index 100%
rename from src/LLVM/test/Transforms/GlobalOpt/unnamed-addr.ll
rename to third_party/LLVM/test/Transforms/GlobalOpt/unnamed-addr.ll
diff --git a/src/LLVM/test/Transforms/IPConstantProp/2008-06-09-WeakProp.ll b/third_party/LLVM/test/Transforms/IPConstantProp/2008-06-09-WeakProp.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IPConstantProp/2008-06-09-WeakProp.ll
rename to third_party/LLVM/test/Transforms/IPConstantProp/2008-06-09-WeakProp.ll
diff --git a/src/LLVM/test/Transforms/IPConstantProp/2009-09-24-byval-ptr.ll b/third_party/LLVM/test/Transforms/IPConstantProp/2009-09-24-byval-ptr.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IPConstantProp/2009-09-24-byval-ptr.ll
rename to third_party/LLVM/test/Transforms/IPConstantProp/2009-09-24-byval-ptr.ll
diff --git a/src/LLVM/test/Transforms/IPConstantProp/dangling-block-address.ll b/third_party/LLVM/test/Transforms/IPConstantProp/dangling-block-address.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IPConstantProp/dangling-block-address.ll
rename to third_party/LLVM/test/Transforms/IPConstantProp/dangling-block-address.ll
diff --git a/src/LLVM/test/Transforms/IPConstantProp/deadarg.ll b/third_party/LLVM/test/Transforms/IPConstantProp/deadarg.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IPConstantProp/deadarg.ll
rename to third_party/LLVM/test/Transforms/IPConstantProp/deadarg.ll
diff --git a/src/LLVM/test/Transforms/IPConstantProp/dg.exp b/third_party/LLVM/test/Transforms/IPConstantProp/dg.exp
similarity index 100%
rename from src/LLVM/test/Transforms/IPConstantProp/dg.exp
rename to third_party/LLVM/test/Transforms/IPConstantProp/dg.exp
diff --git a/src/LLVM/test/Transforms/IPConstantProp/global.ll b/third_party/LLVM/test/Transforms/IPConstantProp/global.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IPConstantProp/global.ll
rename to third_party/LLVM/test/Transforms/IPConstantProp/global.ll
diff --git a/src/LLVM/test/Transforms/IPConstantProp/recursion.ll b/third_party/LLVM/test/Transforms/IPConstantProp/recursion.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IPConstantProp/recursion.ll
rename to third_party/LLVM/test/Transforms/IPConstantProp/recursion.ll
diff --git a/src/LLVM/test/Transforms/IPConstantProp/return-argument.ll b/third_party/LLVM/test/Transforms/IPConstantProp/return-argument.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IPConstantProp/return-argument.ll
rename to third_party/LLVM/test/Transforms/IPConstantProp/return-argument.ll
diff --git a/src/LLVM/test/Transforms/IPConstantProp/return-constant.ll b/third_party/LLVM/test/Transforms/IPConstantProp/return-constant.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IPConstantProp/return-constant.ll
rename to third_party/LLVM/test/Transforms/IPConstantProp/return-constant.ll
diff --git a/src/LLVM/test/Transforms/IPConstantProp/return-constants.ll b/third_party/LLVM/test/Transforms/IPConstantProp/return-constants.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IPConstantProp/return-constants.ll
rename to third_party/LLVM/test/Transforms/IPConstantProp/return-constants.ll
diff --git a/src/LLVM/test/Transforms/IPConstantProp/user-with-multiple-uses.ll b/third_party/LLVM/test/Transforms/IPConstantProp/user-with-multiple-uses.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IPConstantProp/user-with-multiple-uses.ll
rename to third_party/LLVM/test/Transforms/IPConstantProp/user-with-multiple-uses.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/2002-09-09-PointerIndVar.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/2002-09-09-PointerIndVar.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/2002-09-09-PointerIndVar.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/2002-09-09-PointerIndVar.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/2003-04-16-ExprAnalysis.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/2003-04-16-ExprAnalysis.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/2003-04-16-ExprAnalysis.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/2003-04-16-ExprAnalysis.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/2003-09-23-NotAtTop.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/2003-09-23-NotAtTop.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/2003-09-23-NotAtTop.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/2003-09-23-NotAtTop.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/2003-12-10-RemoveInstrCrash.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/2003-12-10-RemoveInstrCrash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/2003-12-10-RemoveInstrCrash.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/2003-12-10-RemoveInstrCrash.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/2003-12-15-Crash.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/2003-12-15-Crash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/2003-12-15-Crash.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/2003-12-15-Crash.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/2004-03-10-PHIInsertionBug.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/2004-03-10-PHIInsertionBug.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/2004-03-10-PHIInsertionBug.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/2004-03-10-PHIInsertionBug.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/2004-04-05-InvokeCastCrash.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/2004-04-05-InvokeCastCrash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/2004-04-05-InvokeCastCrash.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/2004-04-05-InvokeCastCrash.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/2004-04-07-ScalarEvolutionCrash.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/2004-04-07-ScalarEvolutionCrash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/2004-04-07-ScalarEvolutionCrash.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/2004-04-07-ScalarEvolutionCrash.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/2005-02-11-InvokeCrash.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/2005-02-11-InvokeCrash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/2005-02-11-InvokeCrash.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/2005-02-11-InvokeCrash.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/2005-02-17-TruncateExprCrash.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/2005-02-17-TruncateExprCrash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/2005-02-17-TruncateExprCrash.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/2005-02-17-TruncateExprCrash.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/2005-02-26-ExitValueCompute.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/2005-02-26-ExitValueCompute.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/2005-02-26-ExitValueCompute.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/2005-02-26-ExitValueCompute.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/2005-06-15-InstMoveCrash.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/2005-06-15-InstMoveCrash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/2005-06-15-InstMoveCrash.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/2005-06-15-InstMoveCrash.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/2005-11-18-Crash.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/2005-11-18-Crash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/2005-11-18-Crash.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/2005-11-18-Crash.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/2006-03-31-NegativeStride.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/2006-03-31-NegativeStride.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/2006-03-31-NegativeStride.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/2006-03-31-NegativeStride.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/2006-06-16-Indvar-LCSSA-Crash.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/2006-06-16-Indvar-LCSSA-Crash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/2006-06-16-Indvar-LCSSA-Crash.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/2006-06-16-Indvar-LCSSA-Crash.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/2006-09-20-LFTR-Crash.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/2006-09-20-LFTR-Crash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/2006-09-20-LFTR-Crash.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/2006-09-20-LFTR-Crash.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/2006-12-10-BitCast.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/2006-12-10-BitCast.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/2006-12-10-BitCast.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/2006-12-10-BitCast.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/2007-01-06-TripCount.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/2007-01-06-TripCount.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/2007-01-06-TripCount.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/2007-01-06-TripCount.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/2007-06-06-DeleteDanglesPtr.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/2007-06-06-DeleteDanglesPtr.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/2007-06-06-DeleteDanglesPtr.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/2007-06-06-DeleteDanglesPtr.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/2007-11-23-BitcastCrash.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/2007-11-23-BitcastCrash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/2007-11-23-BitcastCrash.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/2007-11-23-BitcastCrash.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/2008-06-15-SCEVExpanderBug.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/2008-06-15-SCEVExpanderBug.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/2008-06-15-SCEVExpanderBug.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/2008-06-15-SCEVExpanderBug.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/2008-09-02-IVType.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/2008-09-02-IVType.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/2008-09-02-IVType.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/2008-09-02-IVType.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/2008-10-03-CouldNotCompute.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/2008-10-03-CouldNotCompute.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/2008-10-03-CouldNotCompute.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/2008-10-03-CouldNotCompute.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/2008-11-25-APFloatAssert.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/2008-11-25-APFloatAssert.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/2008-11-25-APFloatAssert.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/2008-11-25-APFloatAssert.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/2009-04-14-shorten_iv_vars.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/2009-04-14-shorten_iv_vars.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/2009-04-14-shorten_iv_vars.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/2009-04-14-shorten_iv_vars.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/2009-04-15-shorten-iv-vars-2.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/2009-04-15-shorten-iv-vars-2.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/2009-04-15-shorten-iv-vars-2.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/2009-04-15-shorten-iv-vars-2.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/2009-04-22-IndvarCrash.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/2009-04-22-IndvarCrash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/2009-04-22-IndvarCrash.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/2009-04-22-IndvarCrash.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/2009-04-27-Floating.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/2009-04-27-Floating.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/2009-04-27-Floating.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/2009-04-27-Floating.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/2009-05-24-useafterfree.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/2009-05-24-useafterfree.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/2009-05-24-useafterfree.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/2009-05-24-useafterfree.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/2011-09-10-widen-nsw.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/2011-09-10-widen-nsw.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/2011-09-10-widen-nsw.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/2011-09-10-widen-nsw.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/2011-09-19-vectoriv.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/2011-09-19-vectoriv.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/2011-09-19-vectoriv.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/2011-09-19-vectoriv.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/2011-09-27-hoistsext.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/2011-09-27-hoistsext.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/2011-09-27-hoistsext.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/2011-09-27-hoistsext.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/ada-loops.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/ada-loops.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/ada-loops.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/ada-loops.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/addrec-gep.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/addrec-gep.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/addrec-gep.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/addrec-gep.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/ashr-tripcount.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/ashr-tripcount.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/ashr-tripcount.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/ashr-tripcount.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/avoid-i0.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/avoid-i0.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/avoid-i0.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/avoid-i0.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/casted-argument.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/casted-argument.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/casted-argument.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/casted-argument.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/complex-scev.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/complex-scev.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/complex-scev.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/complex-scev.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/crash.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/crash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/crash.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/crash.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/dangling-use.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/dangling-use.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/dangling-use.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/dangling-use.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/dg.exp b/third_party/LLVM/test/Transforms/IndVarSimplify/dg.exp
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/dg.exp
rename to third_party/LLVM/test/Transforms/IndVarSimplify/dg.exp
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/divide-pointer.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/divide-pointer.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/divide-pointer.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/divide-pointer.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/elim-extend.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/elim-extend.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/elim-extend.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/elim-extend.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/eliminate-comparison.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/eliminate-comparison.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/eliminate-comparison.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/eliminate-comparison.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/eliminate-max.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/eliminate-max.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/eliminate-max.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/eliminate-max.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/eliminate-rem.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/eliminate-rem.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/eliminate-rem.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/eliminate-rem.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/exit_value_tests.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/exit_value_tests.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/exit_value_tests.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/exit_value_tests.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/floating-point-iv.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/floating-point-iv.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/floating-point-iv.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/floating-point-iv.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/gep-with-mul-base.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/gep-with-mul-base.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/gep-with-mul-base.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/gep-with-mul-base.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/indirectbr.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/indirectbr.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/indirectbr.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/indirectbr.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/interesting-invoke-use.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/interesting-invoke-use.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/interesting-invoke-use.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/interesting-invoke-use.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/iterationCount_zext_or_trunc.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/iterationCount_zext_or_trunc.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/iterationCount_zext_or_trunc.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/iterationCount_zext_or_trunc.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/iv-fold.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/iv-fold.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/iv-fold.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/iv-fold.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/iv-sext.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/iv-sext.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/iv-sext.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/iv-sext.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/iv-zext.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/iv-zext.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/iv-zext.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/iv-zext.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/lftr-other-uses.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/lftr-other-uses.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/lftr-other-uses.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/lftr-other-uses.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/lftr-promote.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/lftr-promote.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/lftr-promote.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/lftr-promote.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/lftr-reuse.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/lftr-reuse.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/lftr-reuse.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/lftr-reuse.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/lftr_simple.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/lftr_simple.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/lftr_simple.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/lftr_simple.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/loop_evaluate10.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/loop_evaluate10.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/loop_evaluate10.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/loop_evaluate10.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/loop_evaluate11.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/loop_evaluate11.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/loop_evaluate11.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/loop_evaluate11.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/loop_evaluate7.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/loop_evaluate7.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/loop_evaluate7.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/loop_evaluate7.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/loop_evaluate8.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/loop_evaluate8.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/loop_evaluate8.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/loop_evaluate8.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/loop_evaluate9.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/loop_evaluate9.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/loop_evaluate9.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/loop_evaluate9.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/loop_evaluate_1.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/loop_evaluate_1.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/loop_evaluate_1.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/loop_evaluate_1.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/loop_evaluate_2.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/loop_evaluate_2.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/loop_evaluate_2.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/loop_evaluate_2.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/loop_evaluate_3.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/loop_evaluate_3.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/loop_evaluate_3.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/loop_evaluate_3.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/loop_evaluate_4.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/loop_evaluate_4.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/loop_evaluate_4.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/loop_evaluate_4.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/loop_evaluate_5.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/loop_evaluate_5.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/loop_evaluate_5.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/loop_evaluate_5.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/loop_evaluate_6.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/loop_evaluate_6.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/loop_evaluate_6.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/loop_evaluate_6.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/masked-iv.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/masked-iv.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/masked-iv.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/masked-iv.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/no-iv-rewrite.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/no-iv-rewrite.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/no-iv-rewrite.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/no-iv-rewrite.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/phi-uses-value-multiple-times.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/phi-uses-value-multiple-times.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/phi-uses-value-multiple-times.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/phi-uses-value-multiple-times.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/polynomial-expand.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/polynomial-expand.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/polynomial-expand.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/polynomial-expand.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/preserve-gep-loop-variant.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/preserve-gep-loop-variant.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/preserve-gep-loop-variant.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/preserve-gep-loop-variant.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/preserve-gep-nested.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/preserve-gep-nested.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/preserve-gep-nested.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/preserve-gep-nested.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/preserve-gep-remainder.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/preserve-gep-remainder.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/preserve-gep-remainder.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/preserve-gep-remainder.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/preserve-gep.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/preserve-gep.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/preserve-gep.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/preserve-gep.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/preserve-signed-wrap.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/preserve-signed-wrap.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/preserve-signed-wrap.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/preserve-signed-wrap.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/promote-iv-to-eliminate-casts.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/promote-iv-to-eliminate-casts.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/promote-iv-to-eliminate-casts.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/promote-iv-to-eliminate-casts.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/shrunk-constant.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/shrunk-constant.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/shrunk-constant.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/shrunk-constant.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/signed-trip-count.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/signed-trip-count.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/signed-trip-count.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/signed-trip-count.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/single-element-range.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/single-element-range.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/single-element-range.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/single-element-range.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/sink-alloca.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/sink-alloca.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/sink-alloca.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/sink-alloca.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/sink-trapping.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/sink-trapping.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/sink-trapping.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/sink-trapping.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/tripcount_compute.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/tripcount_compute.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/tripcount_compute.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/tripcount_compute.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/tripcount_infinite.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/tripcount_infinite.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/tripcount_infinite.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/tripcount_infinite.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/udiv.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/udiv.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/udiv.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/udiv.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/uglygep.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/uglygep.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/uglygep.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/uglygep.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/variable-stride-ivs-0.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/variable-stride-ivs-0.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/variable-stride-ivs-0.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/variable-stride-ivs-0.ll
diff --git a/src/LLVM/test/Transforms/IndVarSimplify/variable-stride-ivs-1.ll b/third_party/LLVM/test/Transforms/IndVarSimplify/variable-stride-ivs-1.ll
similarity index 100%
rename from src/LLVM/test/Transforms/IndVarSimplify/variable-stride-ivs-1.ll
rename to third_party/LLVM/test/Transforms/IndVarSimplify/variable-stride-ivs-1.ll
diff --git a/src/LLVM/test/Transforms/Inline/2003-09-14-InlineValue.ll b/third_party/LLVM/test/Transforms/Inline/2003-09-14-InlineValue.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Inline/2003-09-14-InlineValue.ll
rename to third_party/LLVM/test/Transforms/Inline/2003-09-14-InlineValue.ll
diff --git a/src/LLVM/test/Transforms/Inline/2003-09-22-PHINodeInlineFail.ll b/third_party/LLVM/test/Transforms/Inline/2003-09-22-PHINodeInlineFail.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Inline/2003-09-22-PHINodeInlineFail.ll
rename to third_party/LLVM/test/Transforms/Inline/2003-09-22-PHINodeInlineFail.ll
diff --git a/src/LLVM/test/Transforms/Inline/2003-09-22-PHINodesInExceptionDest.ll b/third_party/LLVM/test/Transforms/Inline/2003-09-22-PHINodesInExceptionDest.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Inline/2003-09-22-PHINodesInExceptionDest.ll
rename to third_party/LLVM/test/Transforms/Inline/2003-09-22-PHINodesInExceptionDest.ll
diff --git a/src/LLVM/test/Transforms/Inline/2003-09-22-PHINodesInNormalInvokeDest.ll b/third_party/LLVM/test/Transforms/Inline/2003-09-22-PHINodesInNormalInvokeDest.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Inline/2003-09-22-PHINodesInNormalInvokeDest.ll
rename to third_party/LLVM/test/Transforms/Inline/2003-09-22-PHINodesInNormalInvokeDest.ll
diff --git a/src/LLVM/test/Transforms/Inline/2003-10-13-AllocaDominanceProblem.ll b/third_party/LLVM/test/Transforms/Inline/2003-10-13-AllocaDominanceProblem.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Inline/2003-10-13-AllocaDominanceProblem.ll
rename to third_party/LLVM/test/Transforms/Inline/2003-10-13-AllocaDominanceProblem.ll
diff --git a/src/LLVM/test/Transforms/Inline/2004-04-15-InlineDeletesCall.ll b/third_party/LLVM/test/Transforms/Inline/2004-04-15-InlineDeletesCall.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Inline/2004-04-15-InlineDeletesCall.ll
rename to third_party/LLVM/test/Transforms/Inline/2004-04-15-InlineDeletesCall.ll
diff --git a/src/LLVM/test/Transforms/Inline/2004-04-20-InlineLinkOnce.ll b/third_party/LLVM/test/Transforms/Inline/2004-04-20-InlineLinkOnce.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Inline/2004-04-20-InlineLinkOnce.ll
rename to third_party/LLVM/test/Transforms/Inline/2004-04-20-InlineLinkOnce.ll
diff --git a/src/LLVM/test/Transforms/Inline/2004-10-17-InlineFunctionWithoutReturn.ll b/third_party/LLVM/test/Transforms/Inline/2004-10-17-InlineFunctionWithoutReturn.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Inline/2004-10-17-InlineFunctionWithoutReturn.ll
rename to third_party/LLVM/test/Transforms/Inline/2004-10-17-InlineFunctionWithoutReturn.ll
diff --git a/src/LLVM/test/Transforms/Inline/2006-01-14-CallGraphUpdate.ll b/third_party/LLVM/test/Transforms/Inline/2006-01-14-CallGraphUpdate.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Inline/2006-01-14-CallGraphUpdate.ll
rename to third_party/LLVM/test/Transforms/Inline/2006-01-14-CallGraphUpdate.ll
diff --git a/src/LLVM/test/Transforms/Inline/2006-07-12-InlinePruneCGUpdate.ll b/third_party/LLVM/test/Transforms/Inline/2006-07-12-InlinePruneCGUpdate.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Inline/2006-07-12-InlinePruneCGUpdate.ll
rename to third_party/LLVM/test/Transforms/Inline/2006-07-12-InlinePruneCGUpdate.ll
diff --git a/src/LLVM/test/Transforms/Inline/2006-11-09-InlineCGUpdate-2.ll b/third_party/LLVM/test/Transforms/Inline/2006-11-09-InlineCGUpdate-2.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Inline/2006-11-09-InlineCGUpdate-2.ll
rename to third_party/LLVM/test/Transforms/Inline/2006-11-09-InlineCGUpdate-2.ll
diff --git a/src/LLVM/test/Transforms/Inline/2006-11-09-InlineCGUpdate.ll b/third_party/LLVM/test/Transforms/Inline/2006-11-09-InlineCGUpdate.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Inline/2006-11-09-InlineCGUpdate.ll
rename to third_party/LLVM/test/Transforms/Inline/2006-11-09-InlineCGUpdate.ll
diff --git a/src/LLVM/test/Transforms/Inline/2007-04-15-InlineEH.ll b/third_party/LLVM/test/Transforms/Inline/2007-04-15-InlineEH.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Inline/2007-04-15-InlineEH.ll
rename to third_party/LLVM/test/Transforms/Inline/2007-04-15-InlineEH.ll
diff --git a/src/LLVM/test/Transforms/Inline/2007-06-06-NoInline.ll b/third_party/LLVM/test/Transforms/Inline/2007-06-06-NoInline.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Inline/2007-06-06-NoInline.ll
rename to third_party/LLVM/test/Transforms/Inline/2007-06-06-NoInline.ll
diff --git a/src/LLVM/test/Transforms/Inline/2007-06-25-WeakInline.ll b/third_party/LLVM/test/Transforms/Inline/2007-06-25-WeakInline.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Inline/2007-06-25-WeakInline.ll
rename to third_party/LLVM/test/Transforms/Inline/2007-06-25-WeakInline.ll
diff --git a/src/LLVM/test/Transforms/Inline/2007-12-19-InlineNoUnwind.ll b/third_party/LLVM/test/Transforms/Inline/2007-12-19-InlineNoUnwind.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Inline/2007-12-19-InlineNoUnwind.ll
rename to third_party/LLVM/test/Transforms/Inline/2007-12-19-InlineNoUnwind.ll
diff --git a/src/LLVM/test/Transforms/Inline/2008-09-02-AlwaysInline.ll b/third_party/LLVM/test/Transforms/Inline/2008-09-02-AlwaysInline.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Inline/2008-09-02-AlwaysInline.ll
rename to third_party/LLVM/test/Transforms/Inline/2008-09-02-AlwaysInline.ll
diff --git a/src/LLVM/test/Transforms/Inline/2008-09-02-NoInline.ll b/third_party/LLVM/test/Transforms/Inline/2008-09-02-NoInline.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Inline/2008-09-02-NoInline.ll
rename to third_party/LLVM/test/Transforms/Inline/2008-09-02-NoInline.ll
diff --git a/src/LLVM/test/Transforms/Inline/2008-10-30-AlwaysInline.ll b/third_party/LLVM/test/Transforms/Inline/2008-10-30-AlwaysInline.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Inline/2008-10-30-AlwaysInline.ll
rename to third_party/LLVM/test/Transforms/Inline/2008-10-30-AlwaysInline.ll
diff --git a/src/LLVM/test/Transforms/Inline/2008-11-04-AlwaysInline.ll b/third_party/LLVM/test/Transforms/Inline/2008-11-04-AlwaysInline.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Inline/2008-11-04-AlwaysInline.ll
rename to third_party/LLVM/test/Transforms/Inline/2008-11-04-AlwaysInline.ll
diff --git a/src/LLVM/test/Transforms/Inline/2009-01-08-NoInlineDynamicAlloca.ll b/third_party/LLVM/test/Transforms/Inline/2009-01-08-NoInlineDynamicAlloca.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Inline/2009-01-08-NoInlineDynamicAlloca.ll
rename to third_party/LLVM/test/Transforms/Inline/2009-01-08-NoInlineDynamicAlloca.ll
diff --git a/src/LLVM/test/Transforms/Inline/2009-01-13-RecursiveInlineCrash.ll b/third_party/LLVM/test/Transforms/Inline/2009-01-13-RecursiveInlineCrash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Inline/2009-01-13-RecursiveInlineCrash.ll
rename to third_party/LLVM/test/Transforms/Inline/2009-01-13-RecursiveInlineCrash.ll
diff --git a/src/LLVM/test/Transforms/Inline/2009-05-07-CallUsingSelfCrash.ll b/third_party/LLVM/test/Transforms/Inline/2009-05-07-CallUsingSelfCrash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Inline/2009-05-07-CallUsingSelfCrash.ll
rename to third_party/LLVM/test/Transforms/Inline/2009-05-07-CallUsingSelfCrash.ll
diff --git a/src/LLVM/test/Transforms/Inline/2010-05-12-ValueMap.ll b/third_party/LLVM/test/Transforms/Inline/2010-05-12-ValueMap.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Inline/2010-05-12-ValueMap.ll
rename to third_party/LLVM/test/Transforms/Inline/2010-05-12-ValueMap.ll
diff --git a/src/LLVM/test/Transforms/Inline/2010-05-31-ByvalTailcall.ll b/third_party/LLVM/test/Transforms/Inline/2010-05-31-ByvalTailcall.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Inline/2010-05-31-ByvalTailcall.ll
rename to third_party/LLVM/test/Transforms/Inline/2010-05-31-ByvalTailcall.ll
diff --git a/src/LLVM/test/Transforms/Inline/PR4909.ll b/third_party/LLVM/test/Transforms/Inline/PR4909.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Inline/PR4909.ll
rename to third_party/LLVM/test/Transforms/Inline/PR4909.ll
diff --git a/src/LLVM/test/Transforms/Inline/alloca-in-scc.ll b/third_party/LLVM/test/Transforms/Inline/alloca-in-scc.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Inline/alloca-in-scc.ll
rename to third_party/LLVM/test/Transforms/Inline/alloca-in-scc.ll
diff --git a/src/LLVM/test/Transforms/Inline/alloca_test.ll b/third_party/LLVM/test/Transforms/Inline/alloca_test.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Inline/alloca_test.ll
rename to third_party/LLVM/test/Transforms/Inline/alloca_test.ll
diff --git a/src/LLVM/test/Transforms/Inline/always_inline_dyn_alloca.ll b/third_party/LLVM/test/Transforms/Inline/always_inline_dyn_alloca.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Inline/always_inline_dyn_alloca.ll
rename to third_party/LLVM/test/Transforms/Inline/always_inline_dyn_alloca.ll
diff --git a/src/LLVM/test/Transforms/Inline/array_merge.ll b/third_party/LLVM/test/Transforms/Inline/array_merge.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Inline/array_merge.ll
rename to third_party/LLVM/test/Transforms/Inline/array_merge.ll
diff --git a/src/LLVM/test/Transforms/Inline/basictest.ll b/third_party/LLVM/test/Transforms/Inline/basictest.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Inline/basictest.ll
rename to third_party/LLVM/test/Transforms/Inline/basictest.ll
diff --git a/src/LLVM/test/Transforms/Inline/byval.ll b/third_party/LLVM/test/Transforms/Inline/byval.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Inline/byval.ll
rename to third_party/LLVM/test/Transforms/Inline/byval.ll
diff --git a/src/LLVM/test/Transforms/Inline/callgraph-update.ll b/third_party/LLVM/test/Transforms/Inline/callgraph-update.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Inline/callgraph-update.ll
rename to third_party/LLVM/test/Transforms/Inline/callgraph-update.ll
diff --git a/src/LLVM/test/Transforms/Inline/casts.ll b/third_party/LLVM/test/Transforms/Inline/casts.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Inline/casts.ll
rename to third_party/LLVM/test/Transforms/Inline/casts.ll
diff --git a/src/LLVM/test/Transforms/Inline/cfg_preserve_test.ll b/third_party/LLVM/test/Transforms/Inline/cfg_preserve_test.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Inline/cfg_preserve_test.ll
rename to third_party/LLVM/test/Transforms/Inline/cfg_preserve_test.ll
diff --git a/src/LLVM/test/Transforms/Inline/crash.ll b/third_party/LLVM/test/Transforms/Inline/crash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Inline/crash.ll
rename to third_party/LLVM/test/Transforms/Inline/crash.ll
diff --git a/src/LLVM/test/Transforms/Inline/crash2.ll b/third_party/LLVM/test/Transforms/Inline/crash2.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Inline/crash2.ll
rename to third_party/LLVM/test/Transforms/Inline/crash2.ll
diff --git a/src/LLVM/test/Transforms/Inline/delete-call.ll b/third_party/LLVM/test/Transforms/Inline/delete-call.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Inline/delete-call.ll
rename to third_party/LLVM/test/Transforms/Inline/delete-call.ll
diff --git a/src/LLVM/test/Transforms/Inline/devirtualize-2.ll b/third_party/LLVM/test/Transforms/Inline/devirtualize-2.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Inline/devirtualize-2.ll
rename to third_party/LLVM/test/Transforms/Inline/devirtualize-2.ll
diff --git a/src/LLVM/test/Transforms/Inline/devirtualize-3.ll b/third_party/LLVM/test/Transforms/Inline/devirtualize-3.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Inline/devirtualize-3.ll
rename to third_party/LLVM/test/Transforms/Inline/devirtualize-3.ll
diff --git a/src/LLVM/test/Transforms/Inline/devirtualize.ll b/third_party/LLVM/test/Transforms/Inline/devirtualize.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Inline/devirtualize.ll
rename to third_party/LLVM/test/Transforms/Inline/devirtualize.ll
diff --git a/src/LLVM/test/Transforms/Inline/dg.exp b/third_party/LLVM/test/Transforms/Inline/dg.exp
similarity index 100%
rename from src/LLVM/test/Transforms/Inline/dg.exp
rename to third_party/LLVM/test/Transforms/Inline/dg.exp
diff --git a/src/LLVM/test/Transforms/Inline/dynamic_alloca_test.ll b/third_party/LLVM/test/Transforms/Inline/dynamic_alloca_test.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Inline/dynamic_alloca_test.ll
rename to third_party/LLVM/test/Transforms/Inline/dynamic_alloca_test.ll
diff --git a/src/LLVM/test/Transforms/Inline/externally_available.ll b/third_party/LLVM/test/Transforms/Inline/externally_available.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Inline/externally_available.ll
rename to third_party/LLVM/test/Transforms/Inline/externally_available.ll
diff --git a/src/LLVM/test/Transforms/Inline/gvn-inline-iteration.ll b/third_party/LLVM/test/Transforms/Inline/gvn-inline-iteration.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Inline/gvn-inline-iteration.ll
rename to third_party/LLVM/test/Transforms/Inline/gvn-inline-iteration.ll
diff --git a/src/LLVM/test/Transforms/Inline/inline-invoke-tail.ll b/third_party/LLVM/test/Transforms/Inline/inline-invoke-tail.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Inline/inline-invoke-tail.ll
rename to third_party/LLVM/test/Transforms/Inline/inline-invoke-tail.ll
diff --git a/src/LLVM/test/Transforms/Inline/inline-tail.ll b/third_party/LLVM/test/Transforms/Inline/inline-tail.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Inline/inline-tail.ll
rename to third_party/LLVM/test/Transforms/Inline/inline-tail.ll
diff --git a/src/LLVM/test/Transforms/Inline/inline_cleanup.ll b/third_party/LLVM/test/Transforms/Inline/inline_cleanup.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Inline/inline_cleanup.ll
rename to third_party/LLVM/test/Transforms/Inline/inline_cleanup.ll
diff --git a/src/LLVM/test/Transforms/Inline/inline_constprop.ll b/third_party/LLVM/test/Transforms/Inline/inline_constprop.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Inline/inline_constprop.ll
rename to third_party/LLVM/test/Transforms/Inline/inline_constprop.ll
diff --git a/src/LLVM/test/Transforms/Inline/inline_dce.ll b/third_party/LLVM/test/Transforms/Inline/inline_dce.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Inline/inline_dce.ll
rename to third_party/LLVM/test/Transforms/Inline/inline_dce.ll
diff --git a/src/LLVM/test/Transforms/Inline/inline_invoke.ll b/third_party/LLVM/test/Transforms/Inline/inline_invoke.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Inline/inline_invoke.ll
rename to third_party/LLVM/test/Transforms/Inline/inline_invoke.ll
diff --git a/src/LLVM/test/Transforms/Inline/inline_prune.ll b/third_party/LLVM/test/Transforms/Inline/inline_prune.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Inline/inline_prune.ll
rename to third_party/LLVM/test/Transforms/Inline/inline_prune.ll
diff --git a/src/LLVM/test/Transforms/Inline/invoke_test-1.ll b/third_party/LLVM/test/Transforms/Inline/invoke_test-1.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Inline/invoke_test-1.ll
rename to third_party/LLVM/test/Transforms/Inline/invoke_test-1.ll
diff --git a/src/LLVM/test/Transforms/Inline/invoke_test-2.ll b/third_party/LLVM/test/Transforms/Inline/invoke_test-2.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Inline/invoke_test-2.ll
rename to third_party/LLVM/test/Transforms/Inline/invoke_test-2.ll
diff --git a/src/LLVM/test/Transforms/Inline/invoke_test-3.ll b/third_party/LLVM/test/Transforms/Inline/invoke_test-3.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Inline/invoke_test-3.ll
rename to third_party/LLVM/test/Transforms/Inline/invoke_test-3.ll
diff --git a/src/LLVM/test/Transforms/Inline/lifetime.ll b/third_party/LLVM/test/Transforms/Inline/lifetime.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Inline/lifetime.ll
rename to third_party/LLVM/test/Transforms/Inline/lifetime.ll
diff --git a/src/LLVM/test/Transforms/Inline/nested-inline.ll b/third_party/LLVM/test/Transforms/Inline/nested-inline.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Inline/nested-inline.ll
rename to third_party/LLVM/test/Transforms/Inline/nested-inline.ll
diff --git a/src/LLVM/test/Transforms/Inline/noinline-recursive-fn.ll b/third_party/LLVM/test/Transforms/Inline/noinline-recursive-fn.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Inline/noinline-recursive-fn.ll
rename to third_party/LLVM/test/Transforms/Inline/noinline-recursive-fn.ll
diff --git a/src/LLVM/test/Transforms/Inline/noinline.ll b/third_party/LLVM/test/Transforms/Inline/noinline.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Inline/noinline.ll
rename to third_party/LLVM/test/Transforms/Inline/noinline.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2002-03-11-InstCombineHang.ll b/third_party/LLVM/test/Transforms/InstCombine/2002-03-11-InstCombineHang.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2002-03-11-InstCombineHang.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2002-03-11-InstCombineHang.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2002-05-14-SubFailure.ll b/third_party/LLVM/test/Transforms/InstCombine/2002-05-14-SubFailure.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2002-05-14-SubFailure.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2002-05-14-SubFailure.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2002-08-02-CastTest.ll b/third_party/LLVM/test/Transforms/InstCombine/2002-08-02-CastTest.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2002-08-02-CastTest.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2002-08-02-CastTest.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2002-12-05-MissedConstProp.ll b/third_party/LLVM/test/Transforms/InstCombine/2002-12-05-MissedConstProp.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2002-12-05-MissedConstProp.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2002-12-05-MissedConstProp.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2003-05-26-CastMiscompile.ll b/third_party/LLVM/test/Transforms/InstCombine/2003-05-26-CastMiscompile.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2003-05-26-CastMiscompile.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2003-05-26-CastMiscompile.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2003-05-27-ConstExprCrash.ll b/third_party/LLVM/test/Transforms/InstCombine/2003-05-27-ConstExprCrash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2003-05-27-ConstExprCrash.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2003-05-27-ConstExprCrash.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2003-06-05-BranchInvertInfLoop.ll b/third_party/LLVM/test/Transforms/InstCombine/2003-06-05-BranchInvertInfLoop.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2003-06-05-BranchInvertInfLoop.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2003-06-05-BranchInvertInfLoop.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2003-07-21-ExternalConstant.ll b/third_party/LLVM/test/Transforms/InstCombine/2003-07-21-ExternalConstant.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2003-07-21-ExternalConstant.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2003-07-21-ExternalConstant.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2003-08-12-AllocaNonNull.ll b/third_party/LLVM/test/Transforms/InstCombine/2003-08-12-AllocaNonNull.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2003-08-12-AllocaNonNull.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2003-08-12-AllocaNonNull.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2003-09-09-VolatileLoadElim.ll b/third_party/LLVM/test/Transforms/InstCombine/2003-09-09-VolatileLoadElim.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2003-09-09-VolatileLoadElim.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2003-09-09-VolatileLoadElim.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2003-10-29-CallSiteResolve.ll b/third_party/LLVM/test/Transforms/InstCombine/2003-10-29-CallSiteResolve.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2003-10-29-CallSiteResolve.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2003-10-29-CallSiteResolve.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2003-11-03-VarargsCallBug.ll b/third_party/LLVM/test/Transforms/InstCombine/2003-11-03-VarargsCallBug.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2003-11-03-VarargsCallBug.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2003-11-03-VarargsCallBug.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2004-01-13-InstCombineInvokePHI.ll b/third_party/LLVM/test/Transforms/InstCombine/2004-01-13-InstCombineInvokePHI.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2004-01-13-InstCombineInvokePHI.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2004-01-13-InstCombineInvokePHI.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2004-02-23-ShiftShiftOverflow.ll b/third_party/LLVM/test/Transforms/InstCombine/2004-02-23-ShiftShiftOverflow.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2004-02-23-ShiftShiftOverflow.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2004-02-23-ShiftShiftOverflow.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2004-03-13-InstCombineInfLoop.ll b/third_party/LLVM/test/Transforms/InstCombine/2004-03-13-InstCombineInfLoop.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2004-03-13-InstCombineInfLoop.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2004-03-13-InstCombineInfLoop.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2004-04-04-InstCombineReplaceAllUsesWith.ll b/third_party/LLVM/test/Transforms/InstCombine/2004-04-04-InstCombineReplaceAllUsesWith.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2004-04-04-InstCombineReplaceAllUsesWith.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2004-04-04-InstCombineReplaceAllUsesWith.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2004-05-07-UnsizedCastLoad.ll b/third_party/LLVM/test/Transforms/InstCombine/2004-05-07-UnsizedCastLoad.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2004-05-07-UnsizedCastLoad.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2004-05-07-UnsizedCastLoad.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2004-07-27-ConstantExprMul.ll b/third_party/LLVM/test/Transforms/InstCombine/2004-07-27-ConstantExprMul.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2004-07-27-ConstantExprMul.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2004-07-27-ConstantExprMul.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2004-08-09-RemInfLoop.ll b/third_party/LLVM/test/Transforms/InstCombine/2004-08-09-RemInfLoop.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2004-08-09-RemInfLoop.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2004-08-09-RemInfLoop.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2004-08-10-BoolSetCC.ll b/third_party/LLVM/test/Transforms/InstCombine/2004-08-10-BoolSetCC.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2004-08-10-BoolSetCC.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2004-08-10-BoolSetCC.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2004-09-20-BadLoadCombine.ll b/third_party/LLVM/test/Transforms/InstCombine/2004-09-20-BadLoadCombine.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2004-09-20-BadLoadCombine.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2004-09-20-BadLoadCombine.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2004-09-20-BadLoadCombine2.ll b/third_party/LLVM/test/Transforms/InstCombine/2004-09-20-BadLoadCombine2.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2004-09-20-BadLoadCombine2.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2004-09-20-BadLoadCombine2.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2004-09-28-BadShiftAndSetCC.ll b/third_party/LLVM/test/Transforms/InstCombine/2004-09-28-BadShiftAndSetCC.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2004-09-28-BadShiftAndSetCC.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2004-09-28-BadShiftAndSetCC.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2004-11-22-Missed-and-fold.ll b/third_party/LLVM/test/Transforms/InstCombine/2004-11-22-Missed-and-fold.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2004-11-22-Missed-and-fold.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2004-11-22-Missed-and-fold.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2004-11-27-SetCCForCastLargerAndConstant.ll b/third_party/LLVM/test/Transforms/InstCombine/2004-11-27-SetCCForCastLargerAndConstant.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2004-11-27-SetCCForCastLargerAndConstant.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2004-11-27-SetCCForCastLargerAndConstant.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2004-12-08-RemInfiniteLoop.ll b/third_party/LLVM/test/Transforms/InstCombine/2004-12-08-RemInfiniteLoop.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2004-12-08-RemInfiniteLoop.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2004-12-08-RemInfiniteLoop.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2005-03-04-ShiftOverflow.ll b/third_party/LLVM/test/Transforms/InstCombine/2005-03-04-ShiftOverflow.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2005-03-04-ShiftOverflow.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2005-03-04-ShiftOverflow.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2005-04-07-UDivSelectCrash.ll b/third_party/LLVM/test/Transforms/InstCombine/2005-04-07-UDivSelectCrash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2005-04-07-UDivSelectCrash.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2005-04-07-UDivSelectCrash.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2005-06-15-DivSelectCrash.ll b/third_party/LLVM/test/Transforms/InstCombine/2005-06-15-DivSelectCrash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2005-06-15-DivSelectCrash.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2005-06-15-DivSelectCrash.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2005-06-15-ShiftSetCCCrash.ll b/third_party/LLVM/test/Transforms/InstCombine/2005-06-15-ShiftSetCCCrash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2005-06-15-ShiftSetCCCrash.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2005-06-15-ShiftSetCCCrash.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2005-06-16-RangeCrash.ll b/third_party/LLVM/test/Transforms/InstCombine/2005-06-16-RangeCrash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2005-06-16-RangeCrash.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2005-06-16-RangeCrash.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2005-06-16-SetCCOrSetCCMiscompile.ll b/third_party/LLVM/test/Transforms/InstCombine/2005-06-16-SetCCOrSetCCMiscompile.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2005-06-16-SetCCOrSetCCMiscompile.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2005-06-16-SetCCOrSetCCMiscompile.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2005-07-07-DeadPHILoop.ll b/third_party/LLVM/test/Transforms/InstCombine/2005-07-07-DeadPHILoop.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2005-07-07-DeadPHILoop.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2005-07-07-DeadPHILoop.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2006-02-13-DemandedMiscompile.ll b/third_party/LLVM/test/Transforms/InstCombine/2006-02-13-DemandedMiscompile.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2006-02-13-DemandedMiscompile.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2006-02-13-DemandedMiscompile.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2006-02-28-Crash.ll b/third_party/LLVM/test/Transforms/InstCombine/2006-02-28-Crash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2006-02-28-Crash.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2006-02-28-Crash.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2006-03-30-ExtractElement.ll b/third_party/LLVM/test/Transforms/InstCombine/2006-03-30-ExtractElement.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2006-03-30-ExtractElement.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2006-03-30-ExtractElement.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2006-04-28-ShiftShiftLongLong.ll b/third_party/LLVM/test/Transforms/InstCombine/2006-04-28-ShiftShiftLongLong.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2006-04-28-ShiftShiftLongLong.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2006-04-28-ShiftShiftLongLong.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2006-05-04-DemandedBitCrash.ll b/third_party/LLVM/test/Transforms/InstCombine/2006-05-04-DemandedBitCrash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2006-05-04-DemandedBitCrash.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2006-05-04-DemandedBitCrash.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2006-09-15-CastToBool.ll b/third_party/LLVM/test/Transforms/InstCombine/2006-09-15-CastToBool.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2006-09-15-CastToBool.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2006-09-15-CastToBool.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2006-10-19-SignedToUnsignedCastAndConst-2.ll b/third_party/LLVM/test/Transforms/InstCombine/2006-10-19-SignedToUnsignedCastAndConst-2.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2006-10-19-SignedToUnsignedCastAndConst-2.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2006-10-19-SignedToUnsignedCastAndConst-2.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2006-10-20-mask.ll b/third_party/LLVM/test/Transforms/InstCombine/2006-10-20-mask.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2006-10-20-mask.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2006-10-20-mask.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2006-10-26-VectorReassoc.ll b/third_party/LLVM/test/Transforms/InstCombine/2006-10-26-VectorReassoc.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2006-10-26-VectorReassoc.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2006-10-26-VectorReassoc.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2006-11-10-ashr-miscompile.ll b/third_party/LLVM/test/Transforms/InstCombine/2006-11-10-ashr-miscompile.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2006-11-10-ashr-miscompile.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2006-11-10-ashr-miscompile.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2006-12-01-BadFPVectorXform.ll b/third_party/LLVM/test/Transforms/InstCombine/2006-12-01-BadFPVectorXform.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2006-12-01-BadFPVectorXform.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2006-12-01-BadFPVectorXform.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2006-12-05-fp-to-int-ext.ll b/third_party/LLVM/test/Transforms/InstCombine/2006-12-05-fp-to-int-ext.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2006-12-05-fp-to-int-ext.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2006-12-05-fp-to-int-ext.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2006-12-08-Phi-ICmp-Op-Fold.ll b/third_party/LLVM/test/Transforms/InstCombine/2006-12-08-Phi-ICmp-Op-Fold.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2006-12-08-Phi-ICmp-Op-Fold.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2006-12-08-Phi-ICmp-Op-Fold.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2006-12-08-Select-ICmp.ll b/third_party/LLVM/test/Transforms/InstCombine/2006-12-08-Select-ICmp.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2006-12-08-Select-ICmp.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2006-12-08-Select-ICmp.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2006-12-15-Range-Test.ll b/third_party/LLVM/test/Transforms/InstCombine/2006-12-15-Range-Test.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2006-12-15-Range-Test.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2006-12-15-Range-Test.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2006-12-23-Select-Cmp-Cmp.ll b/third_party/LLVM/test/Transforms/InstCombine/2006-12-23-Select-Cmp-Cmp.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2006-12-23-Select-Cmp-Cmp.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2006-12-23-Select-Cmp-Cmp.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2007-01-13-ExtCompareMiscompile.ll b/third_party/LLVM/test/Transforms/InstCombine/2007-01-13-ExtCompareMiscompile.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2007-01-13-ExtCompareMiscompile.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2007-01-13-ExtCompareMiscompile.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2007-01-14-FcmpSelf.ll b/third_party/LLVM/test/Transforms/InstCombine/2007-01-14-FcmpSelf.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2007-01-14-FcmpSelf.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2007-01-14-FcmpSelf.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2007-01-18-VectorInfLoop.ll b/third_party/LLVM/test/Transforms/InstCombine/2007-01-18-VectorInfLoop.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2007-01-18-VectorInfLoop.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2007-01-18-VectorInfLoop.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2007-01-27-AndICmp.ll b/third_party/LLVM/test/Transforms/InstCombine/2007-01-27-AndICmp.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2007-01-27-AndICmp.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2007-01-27-AndICmp.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2007-02-01-LoadSinkAlloca.ll b/third_party/LLVM/test/Transforms/InstCombine/2007-02-01-LoadSinkAlloca.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2007-02-01-LoadSinkAlloca.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2007-02-01-LoadSinkAlloca.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2007-02-07-PointerCast.ll b/third_party/LLVM/test/Transforms/InstCombine/2007-02-07-PointerCast.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2007-02-07-PointerCast.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2007-02-07-PointerCast.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2007-02-23-PhiFoldInfLoop.ll b/third_party/LLVM/test/Transforms/InstCombine/2007-02-23-PhiFoldInfLoop.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2007-02-23-PhiFoldInfLoop.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2007-02-23-PhiFoldInfLoop.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2007-03-13-CompareMerge.ll b/third_party/LLVM/test/Transforms/InstCombine/2007-03-13-CompareMerge.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2007-03-13-CompareMerge.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2007-03-13-CompareMerge.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2007-03-19-BadTruncChangePR1261.ll b/third_party/LLVM/test/Transforms/InstCombine/2007-03-19-BadTruncChangePR1261.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2007-03-19-BadTruncChangePR1261.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2007-03-19-BadTruncChangePR1261.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2007-03-21-SignedRangeTest.ll b/third_party/LLVM/test/Transforms/InstCombine/2007-03-21-SignedRangeTest.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2007-03-21-SignedRangeTest.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2007-03-21-SignedRangeTest.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2007-03-25-BadShiftMask.ll b/third_party/LLVM/test/Transforms/InstCombine/2007-03-25-BadShiftMask.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2007-03-25-BadShiftMask.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2007-03-25-BadShiftMask.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2007-03-25-DoubleShift.ll b/third_party/LLVM/test/Transforms/InstCombine/2007-03-25-DoubleShift.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2007-03-25-DoubleShift.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2007-03-25-DoubleShift.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2007-03-26-BadShiftMask.ll b/third_party/LLVM/test/Transforms/InstCombine/2007-03-26-BadShiftMask.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2007-03-26-BadShiftMask.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2007-03-26-BadShiftMask.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2007-04-08-SingleEltVectorCrash.ll b/third_party/LLVM/test/Transforms/InstCombine/2007-04-08-SingleEltVectorCrash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2007-04-08-SingleEltVectorCrash.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2007-04-08-SingleEltVectorCrash.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2007-05-10-icmp-or.ll b/third_party/LLVM/test/Transforms/InstCombine/2007-05-10-icmp-or.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2007-05-10-icmp-or.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2007-05-10-icmp-or.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2007-05-14-Crash.ll b/third_party/LLVM/test/Transforms/InstCombine/2007-05-14-Crash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2007-05-14-Crash.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2007-05-14-Crash.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2007-05-18-CastFoldBug.ll b/third_party/LLVM/test/Transforms/InstCombine/2007-05-18-CastFoldBug.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2007-05-18-CastFoldBug.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2007-05-18-CastFoldBug.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2007-06-06-AshrSignBit.ll b/third_party/LLVM/test/Transforms/InstCombine/2007-06-06-AshrSignBit.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2007-06-06-AshrSignBit.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2007-06-06-AshrSignBit.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2007-06-21-DivCompareMiscomp.ll b/third_party/LLVM/test/Transforms/InstCombine/2007-06-21-DivCompareMiscomp.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2007-06-21-DivCompareMiscomp.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2007-06-21-DivCompareMiscomp.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2007-08-02-InfiniteLoop.ll b/third_party/LLVM/test/Transforms/InstCombine/2007-08-02-InfiniteLoop.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2007-08-02-InfiniteLoop.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2007-08-02-InfiniteLoop.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2007-09-10-AliasConstFold.ll b/third_party/LLVM/test/Transforms/InstCombine/2007-09-10-AliasConstFold.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2007-09-10-AliasConstFold.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2007-09-10-AliasConstFold.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2007-09-11-Trampoline.ll b/third_party/LLVM/test/Transforms/InstCombine/2007-09-11-Trampoline.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2007-09-11-Trampoline.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2007-09-11-Trampoline.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2007-09-17-AliasConstFold2.ll b/third_party/LLVM/test/Transforms/InstCombine/2007-09-17-AliasConstFold2.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2007-09-17-AliasConstFold2.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2007-09-17-AliasConstFold2.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2007-10-10-EliminateMemCpy.ll b/third_party/LLVM/test/Transforms/InstCombine/2007-10-10-EliminateMemCpy.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2007-10-10-EliminateMemCpy.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2007-10-10-EliminateMemCpy.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2007-10-12-Crash.ll b/third_party/LLVM/test/Transforms/InstCombine/2007-10-12-Crash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2007-10-12-Crash.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2007-10-12-Crash.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2007-10-28-stacksave.ll b/third_party/LLVM/test/Transforms/InstCombine/2007-10-28-stacksave.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2007-10-28-stacksave.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2007-10-28-stacksave.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2007-10-31-RangeCrash.ll b/third_party/LLVM/test/Transforms/InstCombine/2007-10-31-RangeCrash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2007-10-31-RangeCrash.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2007-10-31-RangeCrash.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2007-10-31-StringCrash.ll b/third_party/LLVM/test/Transforms/InstCombine/2007-10-31-StringCrash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2007-10-31-StringCrash.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2007-10-31-StringCrash.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2007-11-07-OpaqueAlignCrash.ll b/third_party/LLVM/test/Transforms/InstCombine/2007-11-07-OpaqueAlignCrash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2007-11-07-OpaqueAlignCrash.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2007-11-07-OpaqueAlignCrash.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2007-11-15-CompareMiscomp.ll b/third_party/LLVM/test/Transforms/InstCombine/2007-11-15-CompareMiscomp.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2007-11-15-CompareMiscomp.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2007-11-15-CompareMiscomp.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2007-11-22-IcmpCrash.ll b/third_party/LLVM/test/Transforms/InstCombine/2007-11-22-IcmpCrash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2007-11-22-IcmpCrash.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2007-11-22-IcmpCrash.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2007-11-25-CompatibleAttributes.ll b/third_party/LLVM/test/Transforms/InstCombine/2007-11-25-CompatibleAttributes.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2007-11-25-CompatibleAttributes.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2007-11-25-CompatibleAttributes.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2007-12-10-ConstFoldCompare.ll b/third_party/LLVM/test/Transforms/InstCombine/2007-12-10-ConstFoldCompare.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2007-12-10-ConstFoldCompare.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2007-12-10-ConstFoldCompare.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2007-12-12-GEPScale.ll b/third_party/LLVM/test/Transforms/InstCombine/2007-12-12-GEPScale.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2007-12-12-GEPScale.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2007-12-12-GEPScale.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2007-12-16-AsmNoUnwind.ll b/third_party/LLVM/test/Transforms/InstCombine/2007-12-16-AsmNoUnwind.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2007-12-16-AsmNoUnwind.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2007-12-16-AsmNoUnwind.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2007-12-18-AddSelCmpSub.ll b/third_party/LLVM/test/Transforms/InstCombine/2007-12-18-AddSelCmpSub.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2007-12-18-AddSelCmpSub.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2007-12-18-AddSelCmpSub.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2007-12-28-IcmpSub2.ll b/third_party/LLVM/test/Transforms/InstCombine/2007-12-28-IcmpSub2.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2007-12-28-IcmpSub2.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2007-12-28-IcmpSub2.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2008-01-06-BitCastAttributes.ll b/third_party/LLVM/test/Transforms/InstCombine/2008-01-06-BitCastAttributes.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2008-01-06-BitCastAttributes.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2008-01-06-BitCastAttributes.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2008-01-06-CastCrash.ll b/third_party/LLVM/test/Transforms/InstCombine/2008-01-06-CastCrash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2008-01-06-CastCrash.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2008-01-06-CastCrash.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2008-01-06-VoidCast.ll b/third_party/LLVM/test/Transforms/InstCombine/2008-01-06-VoidCast.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2008-01-06-VoidCast.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2008-01-06-VoidCast.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2008-01-13-AndCmpCmp.ll b/third_party/LLVM/test/Transforms/InstCombine/2008-01-13-AndCmpCmp.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2008-01-13-AndCmpCmp.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2008-01-13-AndCmpCmp.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2008-01-13-NoBitCastAttributes.ll b/third_party/LLVM/test/Transforms/InstCombine/2008-01-13-NoBitCastAttributes.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2008-01-13-NoBitCastAttributes.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2008-01-13-NoBitCastAttributes.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2008-01-14-DoubleNest.ll b/third_party/LLVM/test/Transforms/InstCombine/2008-01-14-DoubleNest.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2008-01-14-DoubleNest.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2008-01-14-DoubleNest.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2008-01-14-VarArgTrampoline.ll b/third_party/LLVM/test/Transforms/InstCombine/2008-01-14-VarArgTrampoline.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2008-01-14-VarArgTrampoline.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2008-01-14-VarArgTrampoline.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2008-01-21-MismatchedCastAndCompare.ll b/third_party/LLVM/test/Transforms/InstCombine/2008-01-21-MismatchedCastAndCompare.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2008-01-21-MismatchedCastAndCompare.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2008-01-21-MismatchedCastAndCompare.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2008-01-21-MulTrunc.ll b/third_party/LLVM/test/Transforms/InstCombine/2008-01-21-MulTrunc.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2008-01-21-MulTrunc.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2008-01-21-MulTrunc.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2008-01-27-FloatSelect.ll b/third_party/LLVM/test/Transforms/InstCombine/2008-01-27-FloatSelect.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2008-01-27-FloatSelect.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2008-01-27-FloatSelect.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2008-01-29-AddICmp.ll b/third_party/LLVM/test/Transforms/InstCombine/2008-01-29-AddICmp.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2008-01-29-AddICmp.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2008-01-29-AddICmp.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2008-02-13-MulURem.ll b/third_party/LLVM/test/Transforms/InstCombine/2008-02-13-MulURem.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2008-02-13-MulURem.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2008-02-13-MulURem.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2008-02-16-SDivOverflow.ll b/third_party/LLVM/test/Transforms/InstCombine/2008-02-16-SDivOverflow.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2008-02-16-SDivOverflow.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2008-02-16-SDivOverflow.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2008-02-16-SDivOverflow2.ll b/third_party/LLVM/test/Transforms/InstCombine/2008-02-16-SDivOverflow2.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2008-02-16-SDivOverflow2.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2008-02-16-SDivOverflow2.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2008-02-23-MulSub.ll b/third_party/LLVM/test/Transforms/InstCombine/2008-02-23-MulSub.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2008-02-23-MulSub.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2008-02-23-MulSub.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2008-02-28-OrFCmpCrash.ll b/third_party/LLVM/test/Transforms/InstCombine/2008-02-28-OrFCmpCrash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2008-02-28-OrFCmpCrash.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2008-02-28-OrFCmpCrash.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2008-03-13-IntToPtr.ll b/third_party/LLVM/test/Transforms/InstCombine/2008-03-13-IntToPtr.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2008-03-13-IntToPtr.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2008-03-13-IntToPtr.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2008-04-22-ByValBitcast.ll b/third_party/LLVM/test/Transforms/InstCombine/2008-04-22-ByValBitcast.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2008-04-22-ByValBitcast.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2008-04-22-ByValBitcast.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2008-04-28-VolatileStore.ll b/third_party/LLVM/test/Transforms/InstCombine/2008-04-28-VolatileStore.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2008-04-28-VolatileStore.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2008-04-28-VolatileStore.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2008-04-29-VolatileLoadDontMerge.ll b/third_party/LLVM/test/Transforms/InstCombine/2008-04-29-VolatileLoadDontMerge.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2008-04-29-VolatileLoadDontMerge.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2008-04-29-VolatileLoadDontMerge.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2008-04-29-VolatileLoadMerge.ll b/third_party/LLVM/test/Transforms/InstCombine/2008-04-29-VolatileLoadMerge.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2008-04-29-VolatileLoadMerge.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2008-04-29-VolatileLoadMerge.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2008-05-08-LiveStoreDelete.ll b/third_party/LLVM/test/Transforms/InstCombine/2008-05-08-LiveStoreDelete.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2008-05-08-LiveStoreDelete.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2008-05-08-LiveStoreDelete.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2008-05-08-StrLenSink.ll b/third_party/LLVM/test/Transforms/InstCombine/2008-05-08-StrLenSink.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2008-05-08-StrLenSink.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2008-05-08-StrLenSink.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2008-05-09-SinkOfInvoke.ll b/third_party/LLVM/test/Transforms/InstCombine/2008-05-09-SinkOfInvoke.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2008-05-09-SinkOfInvoke.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2008-05-09-SinkOfInvoke.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2008-05-17-InfLoop.ll b/third_party/LLVM/test/Transforms/InstCombine/2008-05-17-InfLoop.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2008-05-17-InfLoop.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2008-05-17-InfLoop.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2008-05-18-FoldIntToPtr.ll b/third_party/LLVM/test/Transforms/InstCombine/2008-05-18-FoldIntToPtr.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2008-05-18-FoldIntToPtr.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2008-05-18-FoldIntToPtr.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2008-05-22-IDivVector.ll b/third_party/LLVM/test/Transforms/InstCombine/2008-05-22-IDivVector.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2008-05-22-IDivVector.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2008-05-22-IDivVector.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2008-05-22-NegValVector.ll b/third_party/LLVM/test/Transforms/InstCombine/2008-05-22-NegValVector.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2008-05-22-NegValVector.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2008-05-22-NegValVector.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2008-05-23-CompareFold.ll b/third_party/LLVM/test/Transforms/InstCombine/2008-05-23-CompareFold.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2008-05-23-CompareFold.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2008-05-23-CompareFold.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2008-05-31-AddBool.ll b/third_party/LLVM/test/Transforms/InstCombine/2008-05-31-AddBool.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2008-05-31-AddBool.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2008-05-31-AddBool.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2008-05-31-Bools.ll b/third_party/LLVM/test/Transforms/InstCombine/2008-05-31-Bools.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2008-05-31-Bools.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2008-05-31-Bools.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2008-06-05-ashr-crash.ll b/third_party/LLVM/test/Transforms/InstCombine/2008-06-05-ashr-crash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2008-06-05-ashr-crash.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2008-06-05-ashr-crash.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2008-06-08-ICmpPHI.ll b/third_party/LLVM/test/Transforms/InstCombine/2008-06-08-ICmpPHI.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2008-06-08-ICmpPHI.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2008-06-08-ICmpPHI.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2008-06-13-InfiniteLoopStore.ll b/third_party/LLVM/test/Transforms/InstCombine/2008-06-13-InfiniteLoopStore.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2008-06-13-InfiniteLoopStore.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2008-06-13-InfiniteLoopStore.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2008-06-13-ReadOnlyCallStore.ll b/third_party/LLVM/test/Transforms/InstCombine/2008-06-13-ReadOnlyCallStore.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2008-06-13-ReadOnlyCallStore.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2008-06-13-ReadOnlyCallStore.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2008-06-19-UncondLoad.ll b/third_party/LLVM/test/Transforms/InstCombine/2008-06-19-UncondLoad.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2008-06-19-UncondLoad.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2008-06-19-UncondLoad.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2008-06-21-CompareMiscomp.ll b/third_party/LLVM/test/Transforms/InstCombine/2008-06-21-CompareMiscomp.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2008-06-21-CompareMiscomp.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2008-06-21-CompareMiscomp.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2008-06-24-StackRestore.ll b/third_party/LLVM/test/Transforms/InstCombine/2008-06-24-StackRestore.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2008-06-24-StackRestore.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2008-06-24-StackRestore.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2008-07-08-AndICmp.ll b/third_party/LLVM/test/Transforms/InstCombine/2008-07-08-AndICmp.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2008-07-08-AndICmp.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2008-07-08-AndICmp.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2008-07-08-ShiftOneAndOne.ll b/third_party/LLVM/test/Transforms/InstCombine/2008-07-08-ShiftOneAndOne.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2008-07-08-ShiftOneAndOne.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2008-07-08-ShiftOneAndOne.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2008-07-08-SubAnd.ll b/third_party/LLVM/test/Transforms/InstCombine/2008-07-08-SubAnd.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2008-07-08-SubAnd.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2008-07-08-SubAnd.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2008-07-08-VolatileLoadMerge.ll b/third_party/LLVM/test/Transforms/InstCombine/2008-07-08-VolatileLoadMerge.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2008-07-08-VolatileLoadMerge.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2008-07-08-VolatileLoadMerge.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2008-07-09-SubAndError.ll b/third_party/LLVM/test/Transforms/InstCombine/2008-07-09-SubAndError.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2008-07-09-SubAndError.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2008-07-09-SubAndError.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2008-07-10-CastSextBool.ll b/third_party/LLVM/test/Transforms/InstCombine/2008-07-10-CastSextBool.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2008-07-10-CastSextBool.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2008-07-10-CastSextBool.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2008-07-10-ICmpBinOp.ll b/third_party/LLVM/test/Transforms/InstCombine/2008-07-10-ICmpBinOp.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2008-07-10-ICmpBinOp.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2008-07-10-ICmpBinOp.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2008-07-11-RemAnd.ll b/third_party/LLVM/test/Transforms/InstCombine/2008-07-11-RemAnd.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2008-07-11-RemAnd.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2008-07-11-RemAnd.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2008-07-13-DivZero.ll b/third_party/LLVM/test/Transforms/InstCombine/2008-07-13-DivZero.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2008-07-13-DivZero.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2008-07-13-DivZero.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2008-07-16-fsub.ll b/third_party/LLVM/test/Transforms/InstCombine/2008-07-16-fsub.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2008-07-16-fsub.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2008-07-16-fsub.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2008-07-16-sse2_storel_dq.ll b/third_party/LLVM/test/Transforms/InstCombine/2008-07-16-sse2_storel_dq.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2008-07-16-sse2_storel_dq.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2008-07-16-sse2_storel_dq.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2008-08-05-And.ll b/third_party/LLVM/test/Transforms/InstCombine/2008-08-05-And.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2008-08-05-And.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2008-08-05-And.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2008-08-17-ICmpXorSignbit.ll b/third_party/LLVM/test/Transforms/InstCombine/2008-08-17-ICmpXorSignbit.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2008-08-17-ICmpXorSignbit.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2008-08-17-ICmpXorSignbit.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2008-09-02-VectorCrash.ll b/third_party/LLVM/test/Transforms/InstCombine/2008-09-02-VectorCrash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2008-09-02-VectorCrash.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2008-09-02-VectorCrash.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2008-09-29-FoldingOr.ll b/third_party/LLVM/test/Transforms/InstCombine/2008-09-29-FoldingOr.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2008-09-29-FoldingOr.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2008-09-29-FoldingOr.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2008-10-11-DivCompareFold.ll b/third_party/LLVM/test/Transforms/InstCombine/2008-10-11-DivCompareFold.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2008-10-11-DivCompareFold.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2008-10-11-DivCompareFold.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2008-10-23-ConstFoldWithoutMask.ll b/third_party/LLVM/test/Transforms/InstCombine/2008-10-23-ConstFoldWithoutMask.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2008-10-23-ConstFoldWithoutMask.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2008-10-23-ConstFoldWithoutMask.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2008-11-01-SRemDemandedBits.ll b/third_party/LLVM/test/Transforms/InstCombine/2008-11-01-SRemDemandedBits.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2008-11-01-SRemDemandedBits.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2008-11-01-SRemDemandedBits.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2008-11-08-FCmp.ll b/third_party/LLVM/test/Transforms/InstCombine/2008-11-08-FCmp.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2008-11-08-FCmp.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2008-11-08-FCmp.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2008-11-20-DivMulRem.ll b/third_party/LLVM/test/Transforms/InstCombine/2008-11-20-DivMulRem.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2008-11-20-DivMulRem.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2008-11-20-DivMulRem.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2008-11-27-IDivVector.ll b/third_party/LLVM/test/Transforms/InstCombine/2008-11-27-IDivVector.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2008-11-27-IDivVector.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2008-11-27-IDivVector.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2008-11-27-MultiplyIntVec.ll b/third_party/LLVM/test/Transforms/InstCombine/2008-11-27-MultiplyIntVec.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2008-11-27-MultiplyIntVec.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2008-11-27-MultiplyIntVec.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2008-11-27-UDivNegative.ll b/third_party/LLVM/test/Transforms/InstCombine/2008-11-27-UDivNegative.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2008-11-27-UDivNegative.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2008-11-27-UDivNegative.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2008-12-17-SRemNegConstVec.ll b/third_party/LLVM/test/Transforms/InstCombine/2008-12-17-SRemNegConstVec.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2008-12-17-SRemNegConstVec.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2008-12-17-SRemNegConstVec.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2009-01-05-i128-crash.ll b/third_party/LLVM/test/Transforms/InstCombine/2009-01-05-i128-crash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2009-01-05-i128-crash.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2009-01-05-i128-crash.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2009-01-08-AlignAlloca.ll b/third_party/LLVM/test/Transforms/InstCombine/2009-01-08-AlignAlloca.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2009-01-08-AlignAlloca.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2009-01-08-AlignAlloca.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2009-01-16-PointerAddrSpace.ll b/third_party/LLVM/test/Transforms/InstCombine/2009-01-16-PointerAddrSpace.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2009-01-16-PointerAddrSpace.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2009-01-16-PointerAddrSpace.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2009-01-19-fmod-constant-float-specials.ll b/third_party/LLVM/test/Transforms/InstCombine/2009-01-19-fmod-constant-float-specials.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2009-01-19-fmod-constant-float-specials.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2009-01-19-fmod-constant-float-specials.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2009-01-19-fmod-constant-float.ll b/third_party/LLVM/test/Transforms/InstCombine/2009-01-19-fmod-constant-float.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2009-01-19-fmod-constant-float.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2009-01-19-fmod-constant-float.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2009-01-24-EmptyStruct.ll b/third_party/LLVM/test/Transforms/InstCombine/2009-01-24-EmptyStruct.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2009-01-24-EmptyStruct.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2009-01-24-EmptyStruct.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2009-01-31-InfIterate.ll b/third_party/LLVM/test/Transforms/InstCombine/2009-01-31-InfIterate.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2009-01-31-InfIterate.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2009-01-31-InfIterate.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2009-01-31-Pressure.ll b/third_party/LLVM/test/Transforms/InstCombine/2009-01-31-Pressure.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2009-01-31-Pressure.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2009-01-31-Pressure.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2009-02-04-FPBitcast.ll b/third_party/LLVM/test/Transforms/InstCombine/2009-02-04-FPBitcast.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2009-02-04-FPBitcast.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2009-02-04-FPBitcast.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2009-02-20-InstCombine-SROA.ll b/third_party/LLVM/test/Transforms/InstCombine/2009-02-20-InstCombine-SROA.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2009-02-20-InstCombine-SROA.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2009-02-20-InstCombine-SROA.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2009-02-21-LoadCST.ll b/third_party/LLVM/test/Transforms/InstCombine/2009-02-21-LoadCST.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2009-02-21-LoadCST.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2009-02-21-LoadCST.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2009-02-25-CrashZeroSizeArray.ll b/third_party/LLVM/test/Transforms/InstCombine/2009-02-25-CrashZeroSizeArray.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2009-02-25-CrashZeroSizeArray.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2009-02-25-CrashZeroSizeArray.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2009-03-18-vector-ashr-crash.ll b/third_party/LLVM/test/Transforms/InstCombine/2009-03-18-vector-ashr-crash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2009-03-18-vector-ashr-crash.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2009-03-18-vector-ashr-crash.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2009-03-20-AShrOverShift.ll b/third_party/LLVM/test/Transforms/InstCombine/2009-03-20-AShrOverShift.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2009-03-20-AShrOverShift.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2009-03-20-AShrOverShift.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2009-03-24-InfLoop.ll b/third_party/LLVM/test/Transforms/InstCombine/2009-03-24-InfLoop.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2009-03-24-InfLoop.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2009-03-24-InfLoop.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2009-04-07-MulPromoteToI96.ll b/third_party/LLVM/test/Transforms/InstCombine/2009-04-07-MulPromoteToI96.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2009-04-07-MulPromoteToI96.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2009-04-07-MulPromoteToI96.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2009-05-23-FCmpToICmp.ll b/third_party/LLVM/test/Transforms/InstCombine/2009-05-23-FCmpToICmp.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2009-05-23-FCmpToICmp.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2009-05-23-FCmpToICmp.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2009-06-11-StoreAddrSpace.ll b/third_party/LLVM/test/Transforms/InstCombine/2009-06-11-StoreAddrSpace.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2009-06-11-StoreAddrSpace.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2009-06-11-StoreAddrSpace.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2009-06-16-SRemDemandedBits.ll b/third_party/LLVM/test/Transforms/InstCombine/2009-06-16-SRemDemandedBits.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2009-06-16-SRemDemandedBits.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2009-06-16-SRemDemandedBits.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2009-07-02-MaskedIntVector.ll b/third_party/LLVM/test/Transforms/InstCombine/2009-07-02-MaskedIntVector.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2009-07-02-MaskedIntVector.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2009-07-02-MaskedIntVector.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2009-12-17-CmpSelectNull.ll b/third_party/LLVM/test/Transforms/InstCombine/2009-12-17-CmpSelectNull.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2009-12-17-CmpSelectNull.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2009-12-17-CmpSelectNull.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2010-01-28-NegativeSRem.ll b/third_party/LLVM/test/Transforms/InstCombine/2010-01-28-NegativeSRem.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2010-01-28-NegativeSRem.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2010-01-28-NegativeSRem.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2010-03-03-ExtElim.ll b/third_party/LLVM/test/Transforms/InstCombine/2010-03-03-ExtElim.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2010-03-03-ExtElim.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2010-03-03-ExtElim.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2010-11-01-lshr-mask.ll b/third_party/LLVM/test/Transforms/InstCombine/2010-11-01-lshr-mask.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2010-11-01-lshr-mask.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2010-11-01-lshr-mask.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2010-11-21-SizeZeroTypeGEP.ll b/third_party/LLVM/test/Transforms/InstCombine/2010-11-21-SizeZeroTypeGEP.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2010-11-21-SizeZeroTypeGEP.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2010-11-21-SizeZeroTypeGEP.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2010-11-23-Distributed.ll b/third_party/LLVM/test/Transforms/InstCombine/2010-11-23-Distributed.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2010-11-23-Distributed.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2010-11-23-Distributed.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2011-02-14-InfLoop.ll b/third_party/LLVM/test/Transforms/InstCombine/2011-02-14-InfLoop.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2011-02-14-InfLoop.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2011-02-14-InfLoop.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2011-03-08-SRemMinusOneBadOpt.ll b/third_party/LLVM/test/Transforms/InstCombine/2011-03-08-SRemMinusOneBadOpt.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2011-03-08-SRemMinusOneBadOpt.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2011-03-08-SRemMinusOneBadOpt.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2011-05-02-VectorBoolean.ll b/third_party/LLVM/test/Transforms/InstCombine/2011-05-02-VectorBoolean.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2011-05-02-VectorBoolean.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2011-05-02-VectorBoolean.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2011-05-13-InBoundsGEP.ll b/third_party/LLVM/test/Transforms/InstCombine/2011-05-13-InBoundsGEP.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2011-05-13-InBoundsGEP.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2011-05-13-InBoundsGEP.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2011-05-28-swapmulsub.ll b/third_party/LLVM/test/Transforms/InstCombine/2011-05-28-swapmulsub.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2011-05-28-swapmulsub.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2011-05-28-swapmulsub.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2011-06-13-nsw-alloca.ll b/third_party/LLVM/test/Transforms/InstCombine/2011-06-13-nsw-alloca.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2011-06-13-nsw-alloca.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2011-06-13-nsw-alloca.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2011-09-03-Trampoline.ll b/third_party/LLVM/test/Transforms/InstCombine/2011-09-03-Trampoline.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2011-09-03-Trampoline.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2011-09-03-Trampoline.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/2011-10-07-AlignPromotion.ll b/third_party/LLVM/test/Transforms/InstCombine/2011-10-07-AlignPromotion.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/2011-10-07-AlignPromotion.ll
rename to third_party/LLVM/test/Transforms/InstCombine/2011-10-07-AlignPromotion.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/CPP_min_max.ll b/third_party/LLVM/test/Transforms/InstCombine/CPP_min_max.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/CPP_min_max.ll
rename to third_party/LLVM/test/Transforms/InstCombine/CPP_min_max.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/ExtractCast.ll b/third_party/LLVM/test/Transforms/InstCombine/ExtractCast.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/ExtractCast.ll
rename to third_party/LLVM/test/Transforms/InstCombine/ExtractCast.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/IntPtrCast.ll b/third_party/LLVM/test/Transforms/InstCombine/IntPtrCast.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/IntPtrCast.ll
rename to third_party/LLVM/test/Transforms/InstCombine/IntPtrCast.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/JavaCompare.ll b/third_party/LLVM/test/Transforms/InstCombine/JavaCompare.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/JavaCompare.ll
rename to third_party/LLVM/test/Transforms/InstCombine/JavaCompare.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/LandingPadClauses.ll b/third_party/LLVM/test/Transforms/InstCombine/LandingPadClauses.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/LandingPadClauses.ll
rename to third_party/LLVM/test/Transforms/InstCombine/LandingPadClauses.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/README.txt b/third_party/LLVM/test/Transforms/InstCombine/README.txt
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/README.txt
rename to third_party/LLVM/test/Transforms/InstCombine/README.txt
diff --git a/src/LLVM/test/Transforms/InstCombine/add-shrink.ll b/third_party/LLVM/test/Transforms/InstCombine/add-shrink.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/add-shrink.ll
rename to third_party/LLVM/test/Transforms/InstCombine/add-shrink.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/add-sitofp.ll b/third_party/LLVM/test/Transforms/InstCombine/add-sitofp.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/add-sitofp.ll
rename to third_party/LLVM/test/Transforms/InstCombine/add-sitofp.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/add.ll b/third_party/LLVM/test/Transforms/InstCombine/add.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/add.ll
rename to third_party/LLVM/test/Transforms/InstCombine/add.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/add2.ll b/third_party/LLVM/test/Transforms/InstCombine/add2.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/add2.ll
rename to third_party/LLVM/test/Transforms/InstCombine/add2.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/add3.ll b/third_party/LLVM/test/Transforms/InstCombine/add3.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/add3.ll
rename to third_party/LLVM/test/Transforms/InstCombine/add3.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/addnegneg.ll b/third_party/LLVM/test/Transforms/InstCombine/addnegneg.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/addnegneg.ll
rename to third_party/LLVM/test/Transforms/InstCombine/addnegneg.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/adjust-for-sminmax.ll b/third_party/LLVM/test/Transforms/InstCombine/adjust-for-sminmax.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/adjust-for-sminmax.ll
rename to third_party/LLVM/test/Transforms/InstCombine/adjust-for-sminmax.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/align-2d-gep.ll b/third_party/LLVM/test/Transforms/InstCombine/align-2d-gep.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/align-2d-gep.ll
rename to third_party/LLVM/test/Transforms/InstCombine/align-2d-gep.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/align-addr.ll b/third_party/LLVM/test/Transforms/InstCombine/align-addr.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/align-addr.ll
rename to third_party/LLVM/test/Transforms/InstCombine/align-addr.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/align-external.ll b/third_party/LLVM/test/Transforms/InstCombine/align-external.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/align-external.ll
rename to third_party/LLVM/test/Transforms/InstCombine/align-external.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/alloca.ll b/third_party/LLVM/test/Transforms/InstCombine/alloca.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/alloca.ll
rename to third_party/LLVM/test/Transforms/InstCombine/alloca.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/and-compare.ll b/third_party/LLVM/test/Transforms/InstCombine/and-compare.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/and-compare.ll
rename to third_party/LLVM/test/Transforms/InstCombine/and-compare.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/and-fcmp.ll b/third_party/LLVM/test/Transforms/InstCombine/and-fcmp.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/and-fcmp.ll
rename to third_party/LLVM/test/Transforms/InstCombine/and-fcmp.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/and-not-or.ll b/third_party/LLVM/test/Transforms/InstCombine/and-not-or.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/and-not-or.ll
rename to third_party/LLVM/test/Transforms/InstCombine/and-not-or.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/and-or-and.ll b/third_party/LLVM/test/Transforms/InstCombine/and-or-and.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/and-or-and.ll
rename to third_party/LLVM/test/Transforms/InstCombine/and-or-and.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/and-or-not.ll b/third_party/LLVM/test/Transforms/InstCombine/and-or-not.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/and-or-not.ll
rename to third_party/LLVM/test/Transforms/InstCombine/and-or-not.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/and-or.ll b/third_party/LLVM/test/Transforms/InstCombine/and-or.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/and-or.ll
rename to third_party/LLVM/test/Transforms/InstCombine/and-or.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/and-xor-merge.ll b/third_party/LLVM/test/Transforms/InstCombine/and-xor-merge.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/and-xor-merge.ll
rename to third_party/LLVM/test/Transforms/InstCombine/and-xor-merge.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/and.ll b/third_party/LLVM/test/Transforms/InstCombine/and.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/and.ll
rename to third_party/LLVM/test/Transforms/InstCombine/and.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/and2.ll b/third_party/LLVM/test/Transforms/InstCombine/and2.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/and2.ll
rename to third_party/LLVM/test/Transforms/InstCombine/and2.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/apint-add1.ll b/third_party/LLVM/test/Transforms/InstCombine/apint-add1.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/apint-add1.ll
rename to third_party/LLVM/test/Transforms/InstCombine/apint-add1.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/apint-add2.ll b/third_party/LLVM/test/Transforms/InstCombine/apint-add2.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/apint-add2.ll
rename to third_party/LLVM/test/Transforms/InstCombine/apint-add2.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/apint-and-compare.ll b/third_party/LLVM/test/Transforms/InstCombine/apint-and-compare.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/apint-and-compare.ll
rename to third_party/LLVM/test/Transforms/InstCombine/apint-and-compare.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/apint-and-or-and.ll b/third_party/LLVM/test/Transforms/InstCombine/apint-and-or-and.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/apint-and-or-and.ll
rename to third_party/LLVM/test/Transforms/InstCombine/apint-and-or-and.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/apint-and-xor-merge.ll b/third_party/LLVM/test/Transforms/InstCombine/apint-and-xor-merge.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/apint-and-xor-merge.ll
rename to third_party/LLVM/test/Transforms/InstCombine/apint-and-xor-merge.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/apint-and1.ll b/third_party/LLVM/test/Transforms/InstCombine/apint-and1.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/apint-and1.ll
rename to third_party/LLVM/test/Transforms/InstCombine/apint-and1.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/apint-and2.ll b/third_party/LLVM/test/Transforms/InstCombine/apint-and2.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/apint-and2.ll
rename to third_party/LLVM/test/Transforms/InstCombine/apint-and2.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/apint-call-cast-target.ll b/third_party/LLVM/test/Transforms/InstCombine/apint-call-cast-target.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/apint-call-cast-target.ll
rename to third_party/LLVM/test/Transforms/InstCombine/apint-call-cast-target.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/apint-cast-and-cast.ll b/third_party/LLVM/test/Transforms/InstCombine/apint-cast-and-cast.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/apint-cast-and-cast.ll
rename to third_party/LLVM/test/Transforms/InstCombine/apint-cast-and-cast.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/apint-cast-cast-to-and.ll b/third_party/LLVM/test/Transforms/InstCombine/apint-cast-cast-to-and.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/apint-cast-cast-to-and.ll
rename to third_party/LLVM/test/Transforms/InstCombine/apint-cast-cast-to-and.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/apint-cast.ll b/third_party/LLVM/test/Transforms/InstCombine/apint-cast.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/apint-cast.ll
rename to third_party/LLVM/test/Transforms/InstCombine/apint-cast.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/apint-div1.ll b/third_party/LLVM/test/Transforms/InstCombine/apint-div1.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/apint-div1.ll
rename to third_party/LLVM/test/Transforms/InstCombine/apint-div1.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/apint-div2.ll b/third_party/LLVM/test/Transforms/InstCombine/apint-div2.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/apint-div2.ll
rename to third_party/LLVM/test/Transforms/InstCombine/apint-div2.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/apint-mul1.ll b/third_party/LLVM/test/Transforms/InstCombine/apint-mul1.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/apint-mul1.ll
rename to third_party/LLVM/test/Transforms/InstCombine/apint-mul1.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/apint-mul2.ll b/third_party/LLVM/test/Transforms/InstCombine/apint-mul2.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/apint-mul2.ll
rename to third_party/LLVM/test/Transforms/InstCombine/apint-mul2.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/apint-not.ll b/third_party/LLVM/test/Transforms/InstCombine/apint-not.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/apint-not.ll
rename to third_party/LLVM/test/Transforms/InstCombine/apint-not.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/apint-or1.ll b/third_party/LLVM/test/Transforms/InstCombine/apint-or1.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/apint-or1.ll
rename to third_party/LLVM/test/Transforms/InstCombine/apint-or1.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/apint-or2.ll b/third_party/LLVM/test/Transforms/InstCombine/apint-or2.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/apint-or2.ll
rename to third_party/LLVM/test/Transforms/InstCombine/apint-or2.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/apint-rem1.ll b/third_party/LLVM/test/Transforms/InstCombine/apint-rem1.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/apint-rem1.ll
rename to third_party/LLVM/test/Transforms/InstCombine/apint-rem1.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/apint-rem2.ll b/third_party/LLVM/test/Transforms/InstCombine/apint-rem2.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/apint-rem2.ll
rename to third_party/LLVM/test/Transforms/InstCombine/apint-rem2.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/apint-select.ll b/third_party/LLVM/test/Transforms/InstCombine/apint-select.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/apint-select.ll
rename to third_party/LLVM/test/Transforms/InstCombine/apint-select.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/apint-shift-simplify.ll b/third_party/LLVM/test/Transforms/InstCombine/apint-shift-simplify.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/apint-shift-simplify.ll
rename to third_party/LLVM/test/Transforms/InstCombine/apint-shift-simplify.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/apint-shift.ll b/third_party/LLVM/test/Transforms/InstCombine/apint-shift.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/apint-shift.ll
rename to third_party/LLVM/test/Transforms/InstCombine/apint-shift.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/apint-shl-trunc.ll b/third_party/LLVM/test/Transforms/InstCombine/apint-shl-trunc.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/apint-shl-trunc.ll
rename to third_party/LLVM/test/Transforms/InstCombine/apint-shl-trunc.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/apint-sub.ll b/third_party/LLVM/test/Transforms/InstCombine/apint-sub.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/apint-sub.ll
rename to third_party/LLVM/test/Transforms/InstCombine/apint-sub.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/apint-xor1.ll b/third_party/LLVM/test/Transforms/InstCombine/apint-xor1.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/apint-xor1.ll
rename to third_party/LLVM/test/Transforms/InstCombine/apint-xor1.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/apint-xor2.ll b/third_party/LLVM/test/Transforms/InstCombine/apint-xor2.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/apint-xor2.ll
rename to third_party/LLVM/test/Transforms/InstCombine/apint-xor2.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/apint-zext1.ll b/third_party/LLVM/test/Transforms/InstCombine/apint-zext1.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/apint-zext1.ll
rename to third_party/LLVM/test/Transforms/InstCombine/apint-zext1.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/apint-zext2.ll b/third_party/LLVM/test/Transforms/InstCombine/apint-zext2.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/apint-zext2.ll
rename to third_party/LLVM/test/Transforms/InstCombine/apint-zext2.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/ashr-nop.ll b/third_party/LLVM/test/Transforms/InstCombine/ashr-nop.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/ashr-nop.ll
rename to third_party/LLVM/test/Transforms/InstCombine/ashr-nop.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/atomic.ll b/third_party/LLVM/test/Transforms/InstCombine/atomic.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/atomic.ll
rename to third_party/LLVM/test/Transforms/InstCombine/atomic.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/badmalloc.ll b/third_party/LLVM/test/Transforms/InstCombine/badmalloc.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/badmalloc.ll
rename to third_party/LLVM/test/Transforms/InstCombine/badmalloc.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/binop-cast.ll b/third_party/LLVM/test/Transforms/InstCombine/binop-cast.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/binop-cast.ll
rename to third_party/LLVM/test/Transforms/InstCombine/binop-cast.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/bit-checks.ll b/third_party/LLVM/test/Transforms/InstCombine/bit-checks.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/bit-checks.ll
rename to third_party/LLVM/test/Transforms/InstCombine/bit-checks.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/bit-tracking.ll b/third_party/LLVM/test/Transforms/InstCombine/bit-tracking.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/bit-tracking.ll
rename to third_party/LLVM/test/Transforms/InstCombine/bit-tracking.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/bitcast-sext-vector.ll b/third_party/LLVM/test/Transforms/InstCombine/bitcast-sext-vector.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/bitcast-sext-vector.ll
rename to third_party/LLVM/test/Transforms/InstCombine/bitcast-sext-vector.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/bitcast-store.ll b/third_party/LLVM/test/Transforms/InstCombine/bitcast-store.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/bitcast-store.ll
rename to third_party/LLVM/test/Transforms/InstCombine/bitcast-store.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/bitcast-vec-canon.ll b/third_party/LLVM/test/Transforms/InstCombine/bitcast-vec-canon.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/bitcast-vec-canon.ll
rename to third_party/LLVM/test/Transforms/InstCombine/bitcast-vec-canon.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/bitcast-vec-uniform.ll b/third_party/LLVM/test/Transforms/InstCombine/bitcast-vec-uniform.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/bitcast-vec-uniform.ll
rename to third_party/LLVM/test/Transforms/InstCombine/bitcast-vec-uniform.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/bitcast-vector-fold.ll b/third_party/LLVM/test/Transforms/InstCombine/bitcast-vector-fold.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/bitcast-vector-fold.ll
rename to third_party/LLVM/test/Transforms/InstCombine/bitcast-vector-fold.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/bitcast.ll b/third_party/LLVM/test/Transforms/InstCombine/bitcast.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/bitcast.ll
rename to third_party/LLVM/test/Transforms/InstCombine/bitcast.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/bitcount.ll b/third_party/LLVM/test/Transforms/InstCombine/bitcount.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/bitcount.ll
rename to third_party/LLVM/test/Transforms/InstCombine/bitcount.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/bittest.ll b/third_party/LLVM/test/Transforms/InstCombine/bittest.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/bittest.ll
rename to third_party/LLVM/test/Transforms/InstCombine/bittest.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/bswap-fold.ll b/third_party/LLVM/test/Transforms/InstCombine/bswap-fold.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/bswap-fold.ll
rename to third_party/LLVM/test/Transforms/InstCombine/bswap-fold.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/bswap.ll b/third_party/LLVM/test/Transforms/InstCombine/bswap.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/bswap.ll
rename to third_party/LLVM/test/Transforms/InstCombine/bswap.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/call-cast-target.ll b/third_party/LLVM/test/Transforms/InstCombine/call-cast-target.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/call-cast-target.ll
rename to third_party/LLVM/test/Transforms/InstCombine/call-cast-target.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/call-intrinsics.ll b/third_party/LLVM/test/Transforms/InstCombine/call-intrinsics.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/call-intrinsics.ll
rename to third_party/LLVM/test/Transforms/InstCombine/call-intrinsics.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/call.ll b/third_party/LLVM/test/Transforms/InstCombine/call.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/call.ll
rename to third_party/LLVM/test/Transforms/InstCombine/call.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/call2.ll b/third_party/LLVM/test/Transforms/InstCombine/call2.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/call2.ll
rename to third_party/LLVM/test/Transforms/InstCombine/call2.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/canonicalize_branch.ll b/third_party/LLVM/test/Transforms/InstCombine/canonicalize_branch.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/canonicalize_branch.ll
rename to third_party/LLVM/test/Transforms/InstCombine/canonicalize_branch.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/cast-mul-select.ll b/third_party/LLVM/test/Transforms/InstCombine/cast-mul-select.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/cast-mul-select.ll
rename to third_party/LLVM/test/Transforms/InstCombine/cast-mul-select.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/cast-set.ll b/third_party/LLVM/test/Transforms/InstCombine/cast-set.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/cast-set.ll
rename to third_party/LLVM/test/Transforms/InstCombine/cast-set.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/cast.ll b/third_party/LLVM/test/Transforms/InstCombine/cast.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/cast.ll
rename to third_party/LLVM/test/Transforms/InstCombine/cast.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/cast_ptr.ll b/third_party/LLVM/test/Transforms/InstCombine/cast_ptr.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/cast_ptr.ll
rename to third_party/LLVM/test/Transforms/InstCombine/cast_ptr.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/compare-signs.ll b/third_party/LLVM/test/Transforms/InstCombine/compare-signs.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/compare-signs.ll
rename to third_party/LLVM/test/Transforms/InstCombine/compare-signs.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/constant-fold-compare.ll b/third_party/LLVM/test/Transforms/InstCombine/constant-fold-compare.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/constant-fold-compare.ll
rename to third_party/LLVM/test/Transforms/InstCombine/constant-fold-compare.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/constant-fold-gep.ll b/third_party/LLVM/test/Transforms/InstCombine/constant-fold-gep.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/constant-fold-gep.ll
rename to third_party/LLVM/test/Transforms/InstCombine/constant-fold-gep.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/crash.ll b/third_party/LLVM/test/Transforms/InstCombine/crash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/crash.ll
rename to third_party/LLVM/test/Transforms/InstCombine/crash.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/dce-iterate.ll b/third_party/LLVM/test/Transforms/InstCombine/dce-iterate.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/dce-iterate.ll
rename to third_party/LLVM/test/Transforms/InstCombine/dce-iterate.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/deadcode.ll b/third_party/LLVM/test/Transforms/InstCombine/deadcode.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/deadcode.ll
rename to third_party/LLVM/test/Transforms/InstCombine/deadcode.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/debuginfo.ll b/third_party/LLVM/test/Transforms/InstCombine/debuginfo.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/debuginfo.ll
rename to third_party/LLVM/test/Transforms/InstCombine/debuginfo.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/devirt.ll b/third_party/LLVM/test/Transforms/InstCombine/devirt.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/devirt.ll
rename to third_party/LLVM/test/Transforms/InstCombine/devirt.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/dg.exp b/third_party/LLVM/test/Transforms/InstCombine/dg.exp
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/dg.exp
rename to third_party/LLVM/test/Transforms/InstCombine/dg.exp
diff --git a/src/LLVM/test/Transforms/InstCombine/div.ll b/third_party/LLVM/test/Transforms/InstCombine/div.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/div.ll
rename to third_party/LLVM/test/Transforms/InstCombine/div.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/enforce-known-alignment.ll b/third_party/LLVM/test/Transforms/InstCombine/enforce-known-alignment.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/enforce-known-alignment.ll
rename to third_party/LLVM/test/Transforms/InstCombine/enforce-known-alignment.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/exact.ll b/third_party/LLVM/test/Transforms/InstCombine/exact.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/exact.ll
rename to third_party/LLVM/test/Transforms/InstCombine/exact.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/extractvalue.ll b/third_party/LLVM/test/Transforms/InstCombine/extractvalue.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/extractvalue.ll
rename to third_party/LLVM/test/Transforms/InstCombine/extractvalue.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/fcmp-select.ll b/third_party/LLVM/test/Transforms/InstCombine/fcmp-select.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/fcmp-select.ll
rename to third_party/LLVM/test/Transforms/InstCombine/fcmp-select.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/fcmp-special.ll b/third_party/LLVM/test/Transforms/InstCombine/fcmp-special.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/fcmp-special.ll
rename to third_party/LLVM/test/Transforms/InstCombine/fcmp-special.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/fcmp.ll b/third_party/LLVM/test/Transforms/InstCombine/fcmp.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/fcmp.ll
rename to third_party/LLVM/test/Transforms/InstCombine/fcmp.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/fdiv.ll b/third_party/LLVM/test/Transforms/InstCombine/fdiv.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/fdiv.ll
rename to third_party/LLVM/test/Transforms/InstCombine/fdiv.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/fold-bin-operand.ll b/third_party/LLVM/test/Transforms/InstCombine/fold-bin-operand.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/fold-bin-operand.ll
rename to third_party/LLVM/test/Transforms/InstCombine/fold-bin-operand.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/fold-calls.ll b/third_party/LLVM/test/Transforms/InstCombine/fold-calls.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/fold-calls.ll
rename to third_party/LLVM/test/Transforms/InstCombine/fold-calls.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/fold-vector-select.ll b/third_party/LLVM/test/Transforms/InstCombine/fold-vector-select.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/fold-vector-select.ll
rename to third_party/LLVM/test/Transforms/InstCombine/fold-vector-select.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/fold-vector-zero.ll b/third_party/LLVM/test/Transforms/InstCombine/fold-vector-zero.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/fold-vector-zero.ll
rename to third_party/LLVM/test/Transforms/InstCombine/fold-vector-zero.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/fp-ret-bitcast.ll b/third_party/LLVM/test/Transforms/InstCombine/fp-ret-bitcast.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/fp-ret-bitcast.ll
rename to third_party/LLVM/test/Transforms/InstCombine/fp-ret-bitcast.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/fpcast.ll b/third_party/LLVM/test/Transforms/InstCombine/fpcast.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/fpcast.ll
rename to third_party/LLVM/test/Transforms/InstCombine/fpcast.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/fpextend.ll b/third_party/LLVM/test/Transforms/InstCombine/fpextend.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/fpextend.ll
rename to third_party/LLVM/test/Transforms/InstCombine/fpextend.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/fsub.ll b/third_party/LLVM/test/Transforms/InstCombine/fsub.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/fsub.ll
rename to third_party/LLVM/test/Transforms/InstCombine/fsub.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/gep-addrspace.ll b/third_party/LLVM/test/Transforms/InstCombine/gep-addrspace.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/gep-addrspace.ll
rename to third_party/LLVM/test/Transforms/InstCombine/gep-addrspace.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/gepgep.ll b/third_party/LLVM/test/Transforms/InstCombine/gepgep.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/gepgep.ll
rename to third_party/LLVM/test/Transforms/InstCombine/gepgep.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/getelementptr.ll b/third_party/LLVM/test/Transforms/InstCombine/getelementptr.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/getelementptr.ll
rename to third_party/LLVM/test/Transforms/InstCombine/getelementptr.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/hoist_instr.ll b/third_party/LLVM/test/Transforms/InstCombine/hoist_instr.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/hoist_instr.ll
rename to third_party/LLVM/test/Transforms/InstCombine/hoist_instr.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/icmp.ll b/third_party/LLVM/test/Transforms/InstCombine/icmp.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/icmp.ll
rename to third_party/LLVM/test/Transforms/InstCombine/icmp.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/idioms.ll b/third_party/LLVM/test/Transforms/InstCombine/idioms.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/idioms.ll
rename to third_party/LLVM/test/Transforms/InstCombine/idioms.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/intrinsics.ll b/third_party/LLVM/test/Transforms/InstCombine/intrinsics.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/intrinsics.ll
rename to third_party/LLVM/test/Transforms/InstCombine/intrinsics.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/invariant.ll b/third_party/LLVM/test/Transforms/InstCombine/invariant.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/invariant.ll
rename to third_party/LLVM/test/Transforms/InstCombine/invariant.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/known_align.ll b/third_party/LLVM/test/Transforms/InstCombine/known_align.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/known_align.ll
rename to third_party/LLVM/test/Transforms/InstCombine/known_align.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/load-cmp.ll b/third_party/LLVM/test/Transforms/InstCombine/load-cmp.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/load-cmp.ll
rename to third_party/LLVM/test/Transforms/InstCombine/load-cmp.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/load-select.ll b/third_party/LLVM/test/Transforms/InstCombine/load-select.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/load-select.ll
rename to third_party/LLVM/test/Transforms/InstCombine/load-select.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/load.ll b/third_party/LLVM/test/Transforms/InstCombine/load.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/load.ll
rename to third_party/LLVM/test/Transforms/InstCombine/load.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/load3.ll b/third_party/LLVM/test/Transforms/InstCombine/load3.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/load3.ll
rename to third_party/LLVM/test/Transforms/InstCombine/load3.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/loadstore-alignment.ll b/third_party/LLVM/test/Transforms/InstCombine/loadstore-alignment.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/loadstore-alignment.ll
rename to third_party/LLVM/test/Transforms/InstCombine/loadstore-alignment.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/logical-select.ll b/third_party/LLVM/test/Transforms/InstCombine/logical-select.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/logical-select.ll
rename to third_party/LLVM/test/Transforms/InstCombine/logical-select.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/lshr-phi.ll b/third_party/LLVM/test/Transforms/InstCombine/lshr-phi.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/lshr-phi.ll
rename to third_party/LLVM/test/Transforms/InstCombine/lshr-phi.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/malloc-free-delete.ll b/third_party/LLVM/test/Transforms/InstCombine/malloc-free-delete.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/malloc-free-delete.ll
rename to third_party/LLVM/test/Transforms/InstCombine/malloc-free-delete.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/memcpy-to-load.ll b/third_party/LLVM/test/Transforms/InstCombine/memcpy-to-load.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/memcpy-to-load.ll
rename to third_party/LLVM/test/Transforms/InstCombine/memcpy-to-load.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/memcpy.ll b/third_party/LLVM/test/Transforms/InstCombine/memcpy.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/memcpy.ll
rename to third_party/LLVM/test/Transforms/InstCombine/memcpy.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/memmove.ll b/third_party/LLVM/test/Transforms/InstCombine/memmove.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/memmove.ll
rename to third_party/LLVM/test/Transforms/InstCombine/memmove.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/memset.ll b/third_party/LLVM/test/Transforms/InstCombine/memset.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/memset.ll
rename to third_party/LLVM/test/Transforms/InstCombine/memset.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/memset2.ll b/third_party/LLVM/test/Transforms/InstCombine/memset2.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/memset2.ll
rename to third_party/LLVM/test/Transforms/InstCombine/memset2.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/memset_chk.ll b/third_party/LLVM/test/Transforms/InstCombine/memset_chk.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/memset_chk.ll
rename to third_party/LLVM/test/Transforms/InstCombine/memset_chk.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/merge-icmp.ll b/third_party/LLVM/test/Transforms/InstCombine/merge-icmp.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/merge-icmp.ll
rename to third_party/LLVM/test/Transforms/InstCombine/merge-icmp.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/mul-masked-bits.ll b/third_party/LLVM/test/Transforms/InstCombine/mul-masked-bits.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/mul-masked-bits.ll
rename to third_party/LLVM/test/Transforms/InstCombine/mul-masked-bits.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/mul.ll b/third_party/LLVM/test/Transforms/InstCombine/mul.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/mul.ll
rename to third_party/LLVM/test/Transforms/InstCombine/mul.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/multi-use-or.ll b/third_party/LLVM/test/Transforms/InstCombine/multi-use-or.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/multi-use-or.ll
rename to third_party/LLVM/test/Transforms/InstCombine/multi-use-or.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/narrow.ll b/third_party/LLVM/test/Transforms/InstCombine/narrow.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/narrow.ll
rename to third_party/LLVM/test/Transforms/InstCombine/narrow.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/neon-intrinsics.ll b/third_party/LLVM/test/Transforms/InstCombine/neon-intrinsics.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/neon-intrinsics.ll
rename to third_party/LLVM/test/Transforms/InstCombine/neon-intrinsics.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/no-negzero.ll b/third_party/LLVM/test/Transforms/InstCombine/no-negzero.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/no-negzero.ll
rename to third_party/LLVM/test/Transforms/InstCombine/no-negzero.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/not-fcmp.ll b/third_party/LLVM/test/Transforms/InstCombine/not-fcmp.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/not-fcmp.ll
rename to third_party/LLVM/test/Transforms/InstCombine/not-fcmp.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/not.ll b/third_party/LLVM/test/Transforms/InstCombine/not.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/not.ll
rename to third_party/LLVM/test/Transforms/InstCombine/not.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/nothrow.ll b/third_party/LLVM/test/Transforms/InstCombine/nothrow.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/nothrow.ll
rename to third_party/LLVM/test/Transforms/InstCombine/nothrow.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/nsw.ll b/third_party/LLVM/test/Transforms/InstCombine/nsw.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/nsw.ll
rename to third_party/LLVM/test/Transforms/InstCombine/nsw.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/objsize.ll b/third_party/LLVM/test/Transforms/InstCombine/objsize.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/objsize.ll
rename to third_party/LLVM/test/Transforms/InstCombine/objsize.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/odr-linkage.ll b/third_party/LLVM/test/Transforms/InstCombine/odr-linkage.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/odr-linkage.ll
rename to third_party/LLVM/test/Transforms/InstCombine/odr-linkage.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/or-fcmp.ll b/third_party/LLVM/test/Transforms/InstCombine/or-fcmp.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/or-fcmp.ll
rename to third_party/LLVM/test/Transforms/InstCombine/or-fcmp.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/or-to-xor.ll b/third_party/LLVM/test/Transforms/InstCombine/or-to-xor.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/or-to-xor.ll
rename to third_party/LLVM/test/Transforms/InstCombine/or-to-xor.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/or-xor.ll b/third_party/LLVM/test/Transforms/InstCombine/or-xor.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/or-xor.ll
rename to third_party/LLVM/test/Transforms/InstCombine/or-xor.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/or.ll b/third_party/LLVM/test/Transforms/InstCombine/or.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/or.ll
rename to third_party/LLVM/test/Transforms/InstCombine/or.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/overflow.ll b/third_party/LLVM/test/Transforms/InstCombine/overflow.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/overflow.ll
rename to third_party/LLVM/test/Transforms/InstCombine/overflow.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/phi-merge-gep.ll b/third_party/LLVM/test/Transforms/InstCombine/phi-merge-gep.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/phi-merge-gep.ll
rename to third_party/LLVM/test/Transforms/InstCombine/phi-merge-gep.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/phi.ll b/third_party/LLVM/test/Transforms/InstCombine/phi.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/phi.ll
rename to third_party/LLVM/test/Transforms/InstCombine/phi.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/pr2645-0.ll b/third_party/LLVM/test/Transforms/InstCombine/pr2645-0.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/pr2645-0.ll
rename to third_party/LLVM/test/Transforms/InstCombine/pr2645-0.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/pr2645-1.ll b/third_party/LLVM/test/Transforms/InstCombine/pr2645-1.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/pr2645-1.ll
rename to third_party/LLVM/test/Transforms/InstCombine/pr2645-1.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/pr2996.ll b/third_party/LLVM/test/Transforms/InstCombine/pr2996.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/pr2996.ll
rename to third_party/LLVM/test/Transforms/InstCombine/pr2996.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/pr8547.ll b/third_party/LLVM/test/Transforms/InstCombine/pr8547.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/pr8547.ll
rename to third_party/LLVM/test/Transforms/InstCombine/pr8547.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/preserve-sminmax.ll b/third_party/LLVM/test/Transforms/InstCombine/preserve-sminmax.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/preserve-sminmax.ll
rename to third_party/LLVM/test/Transforms/InstCombine/preserve-sminmax.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/ptr-int-cast.ll b/third_party/LLVM/test/Transforms/InstCombine/ptr-int-cast.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/ptr-int-cast.ll
rename to third_party/LLVM/test/Transforms/InstCombine/ptr-int-cast.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/rem.ll b/third_party/LLVM/test/Transforms/InstCombine/rem.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/rem.ll
rename to third_party/LLVM/test/Transforms/InstCombine/rem.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/sdiv-1.ll b/third_party/LLVM/test/Transforms/InstCombine/sdiv-1.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/sdiv-1.ll
rename to third_party/LLVM/test/Transforms/InstCombine/sdiv-1.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/sdiv-2.ll b/third_party/LLVM/test/Transforms/InstCombine/sdiv-2.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/sdiv-2.ll
rename to third_party/LLVM/test/Transforms/InstCombine/sdiv-2.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/sdiv-shift.ll b/third_party/LLVM/test/Transforms/InstCombine/sdiv-shift.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/sdiv-shift.ll
rename to third_party/LLVM/test/Transforms/InstCombine/sdiv-shift.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/select-2.ll b/third_party/LLVM/test/Transforms/InstCombine/select-2.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/select-2.ll
rename to third_party/LLVM/test/Transforms/InstCombine/select-2.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/select-crash.ll b/third_party/LLVM/test/Transforms/InstCombine/select-crash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/select-crash.ll
rename to third_party/LLVM/test/Transforms/InstCombine/select-crash.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/select-load-call.ll b/third_party/LLVM/test/Transforms/InstCombine/select-load-call.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/select-load-call.ll
rename to third_party/LLVM/test/Transforms/InstCombine/select-load-call.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/select.ll b/third_party/LLVM/test/Transforms/InstCombine/select.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/select.ll
rename to third_party/LLVM/test/Transforms/InstCombine/select.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/set.ll b/third_party/LLVM/test/Transforms/InstCombine/set.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/set.ll
rename to third_party/LLVM/test/Transforms/InstCombine/set.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/setcc-strength-reduce.ll b/third_party/LLVM/test/Transforms/InstCombine/setcc-strength-reduce.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/setcc-strength-reduce.ll
rename to third_party/LLVM/test/Transforms/InstCombine/setcc-strength-reduce.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/sext.ll b/third_party/LLVM/test/Transforms/InstCombine/sext.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/sext.ll
rename to third_party/LLVM/test/Transforms/InstCombine/sext.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/shift-sra.ll b/third_party/LLVM/test/Transforms/InstCombine/shift-sra.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/shift-sra.ll
rename to third_party/LLVM/test/Transforms/InstCombine/shift-sra.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/shift.ll b/third_party/LLVM/test/Transforms/InstCombine/shift.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/shift.ll
rename to third_party/LLVM/test/Transforms/InstCombine/shift.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/shufflemask-undef.ll b/third_party/LLVM/test/Transforms/InstCombine/shufflemask-undef.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/shufflemask-undef.ll
rename to third_party/LLVM/test/Transforms/InstCombine/shufflemask-undef.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/shufflevec-constant.ll b/third_party/LLVM/test/Transforms/InstCombine/shufflevec-constant.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/shufflevec-constant.ll
rename to third_party/LLVM/test/Transforms/InstCombine/shufflevec-constant.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/sign-test-and-or.ll b/third_party/LLVM/test/Transforms/InstCombine/sign-test-and-or.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/sign-test-and-or.ll
rename to third_party/LLVM/test/Transforms/InstCombine/sign-test-and-or.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/signed-comparison.ll b/third_party/LLVM/test/Transforms/InstCombine/signed-comparison.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/signed-comparison.ll
rename to third_party/LLVM/test/Transforms/InstCombine/signed-comparison.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/signext.ll b/third_party/LLVM/test/Transforms/InstCombine/signext.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/signext.ll
rename to third_party/LLVM/test/Transforms/InstCombine/signext.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/simplify-demanded-bits-pointer.ll b/third_party/LLVM/test/Transforms/InstCombine/simplify-demanded-bits-pointer.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/simplify-demanded-bits-pointer.ll
rename to third_party/LLVM/test/Transforms/InstCombine/simplify-demanded-bits-pointer.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/sink_instruction.ll b/third_party/LLVM/test/Transforms/InstCombine/sink_instruction.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/sink_instruction.ll
rename to third_party/LLVM/test/Transforms/InstCombine/sink_instruction.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/sitofp.ll b/third_party/LLVM/test/Transforms/InstCombine/sitofp.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/sitofp.ll
rename to third_party/LLVM/test/Transforms/InstCombine/sitofp.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/sqrt.ll b/third_party/LLVM/test/Transforms/InstCombine/sqrt.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/sqrt.ll
rename to third_party/LLVM/test/Transforms/InstCombine/sqrt.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/srem-simplify-bug.ll b/third_party/LLVM/test/Transforms/InstCombine/srem-simplify-bug.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/srem-simplify-bug.ll
rename to third_party/LLVM/test/Transforms/InstCombine/srem-simplify-bug.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/srem.ll b/third_party/LLVM/test/Transforms/InstCombine/srem.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/srem.ll
rename to third_party/LLVM/test/Transforms/InstCombine/srem.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/srem1.ll b/third_party/LLVM/test/Transforms/InstCombine/srem1.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/srem1.ll
rename to third_party/LLVM/test/Transforms/InstCombine/srem1.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/stack-overalign.ll b/third_party/LLVM/test/Transforms/InstCombine/stack-overalign.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/stack-overalign.ll
rename to third_party/LLVM/test/Transforms/InstCombine/stack-overalign.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/stacksaverestore.ll b/third_party/LLVM/test/Transforms/InstCombine/stacksaverestore.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/stacksaverestore.ll
rename to third_party/LLVM/test/Transforms/InstCombine/stacksaverestore.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/store.ll b/third_party/LLVM/test/Transforms/InstCombine/store.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/store.ll
rename to third_party/LLVM/test/Transforms/InstCombine/store.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/strcpy_chk-64.ll b/third_party/LLVM/test/Transforms/InstCombine/strcpy_chk-64.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/strcpy_chk-64.ll
rename to third_party/LLVM/test/Transforms/InstCombine/strcpy_chk-64.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/strcpy_chk.ll b/third_party/LLVM/test/Transforms/InstCombine/strcpy_chk.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/strcpy_chk.ll
rename to third_party/LLVM/test/Transforms/InstCombine/strcpy_chk.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/sub.ll b/third_party/LLVM/test/Transforms/InstCombine/sub.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/sub.ll
rename to third_party/LLVM/test/Transforms/InstCombine/sub.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/trunc.ll b/third_party/LLVM/test/Transforms/InstCombine/trunc.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/trunc.ll
rename to third_party/LLVM/test/Transforms/InstCombine/trunc.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/udiv-simplify-bug-0.ll b/third_party/LLVM/test/Transforms/InstCombine/udiv-simplify-bug-0.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/udiv-simplify-bug-0.ll
rename to third_party/LLVM/test/Transforms/InstCombine/udiv-simplify-bug-0.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/udiv-simplify-bug-1.ll b/third_party/LLVM/test/Transforms/InstCombine/udiv-simplify-bug-1.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/udiv-simplify-bug-1.ll
rename to third_party/LLVM/test/Transforms/InstCombine/udiv-simplify-bug-1.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/udiv_select_to_select_shift.ll b/third_party/LLVM/test/Transforms/InstCombine/udiv_select_to_select_shift.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/udiv_select_to_select_shift.ll
rename to third_party/LLVM/test/Transforms/InstCombine/udiv_select_to_select_shift.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/udivrem-change-width.ll b/third_party/LLVM/test/Transforms/InstCombine/udivrem-change-width.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/udivrem-change-width.ll
rename to third_party/LLVM/test/Transforms/InstCombine/udivrem-change-width.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/urem-simplify-bug.ll b/third_party/LLVM/test/Transforms/InstCombine/urem-simplify-bug.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/urem-simplify-bug.ll
rename to third_party/LLVM/test/Transforms/InstCombine/urem-simplify-bug.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/urem.ll b/third_party/LLVM/test/Transforms/InstCombine/urem.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/urem.ll
rename to third_party/LLVM/test/Transforms/InstCombine/urem.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/vec_demanded_elts.ll b/third_party/LLVM/test/Transforms/InstCombine/vec_demanded_elts.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/vec_demanded_elts.ll
rename to third_party/LLVM/test/Transforms/InstCombine/vec_demanded_elts.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/vec_extract_elt.ll b/third_party/LLVM/test/Transforms/InstCombine/vec_extract_elt.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/vec_extract_elt.ll
rename to third_party/LLVM/test/Transforms/InstCombine/vec_extract_elt.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/vec_insertelt.ll b/third_party/LLVM/test/Transforms/InstCombine/vec_insertelt.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/vec_insertelt.ll
rename to third_party/LLVM/test/Transforms/InstCombine/vec_insertelt.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/vec_narrow.ll b/third_party/LLVM/test/Transforms/InstCombine/vec_narrow.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/vec_narrow.ll
rename to third_party/LLVM/test/Transforms/InstCombine/vec_narrow.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/vec_sext.ll b/third_party/LLVM/test/Transforms/InstCombine/vec_sext.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/vec_sext.ll
rename to third_party/LLVM/test/Transforms/InstCombine/vec_sext.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/vec_shuffle.ll b/third_party/LLVM/test/Transforms/InstCombine/vec_shuffle.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/vec_shuffle.ll
rename to third_party/LLVM/test/Transforms/InstCombine/vec_shuffle.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/vector-casts.ll b/third_party/LLVM/test/Transforms/InstCombine/vector-casts.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/vector-casts.ll
rename to third_party/LLVM/test/Transforms/InstCombine/vector-casts.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/vector-srem.ll b/third_party/LLVM/test/Transforms/InstCombine/vector-srem.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/vector-srem.ll
rename to third_party/LLVM/test/Transforms/InstCombine/vector-srem.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/volatile_store.ll b/third_party/LLVM/test/Transforms/InstCombine/volatile_store.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/volatile_store.ll
rename to third_party/LLVM/test/Transforms/InstCombine/volatile_store.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/x86-crc32-demanded.ll b/third_party/LLVM/test/Transforms/InstCombine/x86-crc32-demanded.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/x86-crc32-demanded.ll
rename to third_party/LLVM/test/Transforms/InstCombine/x86-crc32-demanded.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/xor-undef.ll b/third_party/LLVM/test/Transforms/InstCombine/xor-undef.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/xor-undef.ll
rename to third_party/LLVM/test/Transforms/InstCombine/xor-undef.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/xor.ll b/third_party/LLVM/test/Transforms/InstCombine/xor.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/xor.ll
rename to third_party/LLVM/test/Transforms/InstCombine/xor.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/xor2.ll b/third_party/LLVM/test/Transforms/InstCombine/xor2.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/xor2.ll
rename to third_party/LLVM/test/Transforms/InstCombine/xor2.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/zero-point-zero-add.ll b/third_party/LLVM/test/Transforms/InstCombine/zero-point-zero-add.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/zero-point-zero-add.ll
rename to third_party/LLVM/test/Transforms/InstCombine/zero-point-zero-add.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/zeroext-and-reduce.ll b/third_party/LLVM/test/Transforms/InstCombine/zeroext-and-reduce.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/zeroext-and-reduce.ll
rename to third_party/LLVM/test/Transforms/InstCombine/zeroext-and-reduce.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/zext-bool-add-sub.ll b/third_party/LLVM/test/Transforms/InstCombine/zext-bool-add-sub.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/zext-bool-add-sub.ll
rename to third_party/LLVM/test/Transforms/InstCombine/zext-bool-add-sub.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/zext-fold.ll b/third_party/LLVM/test/Transforms/InstCombine/zext-fold.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/zext-fold.ll
rename to third_party/LLVM/test/Transforms/InstCombine/zext-fold.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/zext-or-icmp.ll b/third_party/LLVM/test/Transforms/InstCombine/zext-or-icmp.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/zext-or-icmp.ll
rename to third_party/LLVM/test/Transforms/InstCombine/zext-or-icmp.ll
diff --git a/src/LLVM/test/Transforms/InstCombine/zext.ll b/third_party/LLVM/test/Transforms/InstCombine/zext.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstCombine/zext.ll
rename to third_party/LLVM/test/Transforms/InstCombine/zext.ll
diff --git a/src/LLVM/test/Transforms/InstSimplify/2010-12-20-Boolean.ll b/third_party/LLVM/test/Transforms/InstSimplify/2010-12-20-Boolean.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstSimplify/2010-12-20-Boolean.ll
rename to third_party/LLVM/test/Transforms/InstSimplify/2010-12-20-Boolean.ll
diff --git a/src/LLVM/test/Transforms/InstSimplify/2010-12-20-Distribute.ll b/third_party/LLVM/test/Transforms/InstSimplify/2010-12-20-Distribute.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstSimplify/2010-12-20-Distribute.ll
rename to third_party/LLVM/test/Transforms/InstSimplify/2010-12-20-Distribute.ll
diff --git a/src/LLVM/test/Transforms/InstSimplify/2011-01-14-Thread.ll b/third_party/LLVM/test/Transforms/InstSimplify/2011-01-14-Thread.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstSimplify/2011-01-14-Thread.ll
rename to third_party/LLVM/test/Transforms/InstSimplify/2011-01-14-Thread.ll
diff --git a/src/LLVM/test/Transforms/InstSimplify/2011-02-01-Vector.ll b/third_party/LLVM/test/Transforms/InstSimplify/2011-02-01-Vector.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstSimplify/2011-02-01-Vector.ll
rename to third_party/LLVM/test/Transforms/InstSimplify/2011-02-01-Vector.ll
diff --git a/src/LLVM/test/Transforms/InstSimplify/2011-09-05-InsertExtractValue.ll b/third_party/LLVM/test/Transforms/InstSimplify/2011-09-05-InsertExtractValue.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstSimplify/2011-09-05-InsertExtractValue.ll
rename to third_party/LLVM/test/Transforms/InstSimplify/2011-09-05-InsertExtractValue.ll
diff --git a/src/LLVM/test/Transforms/InstSimplify/compare.ll b/third_party/LLVM/test/Transforms/InstSimplify/compare.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstSimplify/compare.ll
rename to third_party/LLVM/test/Transforms/InstSimplify/compare.ll
diff --git a/src/LLVM/test/Transforms/InstSimplify/dg.exp b/third_party/LLVM/test/Transforms/InstSimplify/dg.exp
similarity index 100%
rename from src/LLVM/test/Transforms/InstSimplify/dg.exp
rename to third_party/LLVM/test/Transforms/InstSimplify/dg.exp
diff --git a/src/LLVM/test/Transforms/InstSimplify/exact-nsw-nuw.ll b/third_party/LLVM/test/Transforms/InstSimplify/exact-nsw-nuw.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstSimplify/exact-nsw-nuw.ll
rename to third_party/LLVM/test/Transforms/InstSimplify/exact-nsw-nuw.ll
diff --git a/src/LLVM/test/Transforms/InstSimplify/fdiv.ll b/third_party/LLVM/test/Transforms/InstSimplify/fdiv.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstSimplify/fdiv.ll
rename to third_party/LLVM/test/Transforms/InstSimplify/fdiv.ll
diff --git a/src/LLVM/test/Transforms/InstSimplify/maxmin.ll b/third_party/LLVM/test/Transforms/InstSimplify/maxmin.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstSimplify/maxmin.ll
rename to third_party/LLVM/test/Transforms/InstSimplify/maxmin.ll
diff --git a/src/LLVM/test/Transforms/InstSimplify/reassociate.ll b/third_party/LLVM/test/Transforms/InstSimplify/reassociate.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstSimplify/reassociate.ll
rename to third_party/LLVM/test/Transforms/InstSimplify/reassociate.ll
diff --git a/src/LLVM/test/Transforms/InstSimplify/rem.ll b/third_party/LLVM/test/Transforms/InstSimplify/rem.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstSimplify/rem.ll
rename to third_party/LLVM/test/Transforms/InstSimplify/rem.ll
diff --git a/src/LLVM/test/Transforms/InstSimplify/undef.ll b/third_party/LLVM/test/Transforms/InstSimplify/undef.ll
similarity index 100%
rename from src/LLVM/test/Transforms/InstSimplify/undef.ll
rename to third_party/LLVM/test/Transforms/InstSimplify/undef.ll
diff --git a/src/LLVM/test/Transforms/Internalize/2008-05-09-AllButMain.ll b/third_party/LLVM/test/Transforms/Internalize/2008-05-09-AllButMain.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Internalize/2008-05-09-AllButMain.ll
rename to third_party/LLVM/test/Transforms/Internalize/2008-05-09-AllButMain.ll
diff --git a/src/LLVM/test/Transforms/Internalize/2008-05-09-AllButMain.ll.apifile b/third_party/LLVM/test/Transforms/Internalize/2008-05-09-AllButMain.ll.apifile
similarity index 100%
rename from src/LLVM/test/Transforms/Internalize/2008-05-09-AllButMain.ll.apifile
rename to third_party/LLVM/test/Transforms/Internalize/2008-05-09-AllButMain.ll.apifile
diff --git a/src/LLVM/test/Transforms/Internalize/2009-01-05-InternalizeAliases.ll b/third_party/LLVM/test/Transforms/Internalize/2009-01-05-InternalizeAliases.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Internalize/2009-01-05-InternalizeAliases.ll
rename to third_party/LLVM/test/Transforms/Internalize/2009-01-05-InternalizeAliases.ll
diff --git a/src/LLVM/test/Transforms/Internalize/available_externally.ll b/third_party/LLVM/test/Transforms/Internalize/available_externally.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Internalize/available_externally.ll
rename to third_party/LLVM/test/Transforms/Internalize/available_externally.ll
diff --git a/src/LLVM/test/Transforms/Internalize/dg.exp b/third_party/LLVM/test/Transforms/Internalize/dg.exp
similarity index 100%
rename from src/LLVM/test/Transforms/Internalize/dg.exp
rename to third_party/LLVM/test/Transforms/Internalize/dg.exp
diff --git a/src/LLVM/test/Transforms/JumpThreading/2008-11-27-EntryMunge.ll b/third_party/LLVM/test/Transforms/JumpThreading/2008-11-27-EntryMunge.ll
similarity index 100%
rename from src/LLVM/test/Transforms/JumpThreading/2008-11-27-EntryMunge.ll
rename to third_party/LLVM/test/Transforms/JumpThreading/2008-11-27-EntryMunge.ll
diff --git a/src/LLVM/test/Transforms/JumpThreading/2010-08-26-and.ll b/third_party/LLVM/test/Transforms/JumpThreading/2010-08-26-and.ll
similarity index 100%
rename from src/LLVM/test/Transforms/JumpThreading/2010-08-26-and.ll
rename to third_party/LLVM/test/Transforms/JumpThreading/2010-08-26-and.ll
diff --git a/src/LLVM/test/Transforms/JumpThreading/2011-04-02-SimplifyDeadBlock.ll b/third_party/LLVM/test/Transforms/JumpThreading/2011-04-02-SimplifyDeadBlock.ll
similarity index 100%
rename from src/LLVM/test/Transforms/JumpThreading/2011-04-02-SimplifyDeadBlock.ll
rename to third_party/LLVM/test/Transforms/JumpThreading/2011-04-02-SimplifyDeadBlock.ll
diff --git a/src/LLVM/test/Transforms/JumpThreading/2011-04-14-InfLoop.ll b/third_party/LLVM/test/Transforms/JumpThreading/2011-04-14-InfLoop.ll
similarity index 100%
rename from src/LLVM/test/Transforms/JumpThreading/2011-04-14-InfLoop.ll
rename to third_party/LLVM/test/Transforms/JumpThreading/2011-04-14-InfLoop.ll
diff --git a/src/LLVM/test/Transforms/JumpThreading/and-and-cond.ll b/third_party/LLVM/test/Transforms/JumpThreading/and-and-cond.ll
similarity index 100%
rename from src/LLVM/test/Transforms/JumpThreading/and-and-cond.ll
rename to third_party/LLVM/test/Transforms/JumpThreading/and-and-cond.ll
diff --git a/src/LLVM/test/Transforms/JumpThreading/and-cond.ll b/third_party/LLVM/test/Transforms/JumpThreading/and-cond.ll
similarity index 100%
rename from src/LLVM/test/Transforms/JumpThreading/and-cond.ll
rename to third_party/LLVM/test/Transforms/JumpThreading/and-cond.ll
diff --git a/src/LLVM/test/Transforms/JumpThreading/basic.ll b/third_party/LLVM/test/Transforms/JumpThreading/basic.ll
similarity index 100%
rename from src/LLVM/test/Transforms/JumpThreading/basic.ll
rename to third_party/LLVM/test/Transforms/JumpThreading/basic.ll
diff --git a/src/LLVM/test/Transforms/JumpThreading/branch-no-const.ll b/third_party/LLVM/test/Transforms/JumpThreading/branch-no-const.ll
similarity index 100%
rename from src/LLVM/test/Transforms/JumpThreading/branch-no-const.ll
rename to third_party/LLVM/test/Transforms/JumpThreading/branch-no-const.ll
diff --git a/src/LLVM/test/Transforms/JumpThreading/compare.ll b/third_party/LLVM/test/Transforms/JumpThreading/compare.ll
similarity index 100%
rename from src/LLVM/test/Transforms/JumpThreading/compare.ll
rename to third_party/LLVM/test/Transforms/JumpThreading/compare.ll
diff --git a/src/LLVM/test/Transforms/JumpThreading/crash.ll b/third_party/LLVM/test/Transforms/JumpThreading/crash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/JumpThreading/crash.ll
rename to third_party/LLVM/test/Transforms/JumpThreading/crash.ll
diff --git a/src/LLVM/test/Transforms/JumpThreading/degenerate-phi.ll b/third_party/LLVM/test/Transforms/JumpThreading/degenerate-phi.ll
similarity index 100%
rename from src/LLVM/test/Transforms/JumpThreading/degenerate-phi.ll
rename to third_party/LLVM/test/Transforms/JumpThreading/degenerate-phi.ll
diff --git a/src/LLVM/test/Transforms/JumpThreading/dg.exp b/third_party/LLVM/test/Transforms/JumpThreading/dg.exp
similarity index 100%
rename from src/LLVM/test/Transforms/JumpThreading/dg.exp
rename to third_party/LLVM/test/Transforms/JumpThreading/dg.exp
diff --git a/src/LLVM/test/Transforms/JumpThreading/indirectbr.ll b/third_party/LLVM/test/Transforms/JumpThreading/indirectbr.ll
similarity index 100%
rename from src/LLVM/test/Transforms/JumpThreading/indirectbr.ll
rename to third_party/LLVM/test/Transforms/JumpThreading/indirectbr.ll
diff --git a/src/LLVM/test/Transforms/JumpThreading/lvi-load.ll b/third_party/LLVM/test/Transforms/JumpThreading/lvi-load.ll
similarity index 100%
rename from src/LLVM/test/Transforms/JumpThreading/lvi-load.ll
rename to third_party/LLVM/test/Transforms/JumpThreading/lvi-load.ll
diff --git a/src/LLVM/test/Transforms/JumpThreading/no-irreducible-loops.ll b/third_party/LLVM/test/Transforms/JumpThreading/no-irreducible-loops.ll
similarity index 100%
rename from src/LLVM/test/Transforms/JumpThreading/no-irreducible-loops.ll
rename to third_party/LLVM/test/Transforms/JumpThreading/no-irreducible-loops.ll
diff --git a/src/LLVM/test/Transforms/JumpThreading/or-undef.ll b/third_party/LLVM/test/Transforms/JumpThreading/or-undef.ll
similarity index 100%
rename from src/LLVM/test/Transforms/JumpThreading/or-undef.ll
rename to third_party/LLVM/test/Transforms/JumpThreading/or-undef.ll
diff --git a/src/LLVM/test/Transforms/JumpThreading/pr9331.ll b/third_party/LLVM/test/Transforms/JumpThreading/pr9331.ll
similarity index 100%
rename from src/LLVM/test/Transforms/JumpThreading/pr9331.ll
rename to third_party/LLVM/test/Transforms/JumpThreading/pr9331.ll
diff --git a/src/LLVM/test/Transforms/JumpThreading/select.ll b/third_party/LLVM/test/Transforms/JumpThreading/select.ll
similarity index 100%
rename from src/LLVM/test/Transforms/JumpThreading/select.ll
rename to third_party/LLVM/test/Transforms/JumpThreading/select.ll
diff --git a/src/LLVM/test/Transforms/JumpThreading/thread-loads.ll b/third_party/LLVM/test/Transforms/JumpThreading/thread-loads.ll
similarity index 100%
rename from src/LLVM/test/Transforms/JumpThreading/thread-loads.ll
rename to third_party/LLVM/test/Transforms/JumpThreading/thread-loads.ll
diff --git a/src/LLVM/test/Transforms/LCSSA/2006-06-03-IncorrectIDFPhis.ll b/third_party/LLVM/test/Transforms/LCSSA/2006-06-03-IncorrectIDFPhis.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LCSSA/2006-06-03-IncorrectIDFPhis.ll
rename to third_party/LLVM/test/Transforms/LCSSA/2006-06-03-IncorrectIDFPhis.ll
diff --git a/src/LLVM/test/Transforms/LCSSA/2006-06-12-MultipleExitsSameBlock.ll b/third_party/LLVM/test/Transforms/LCSSA/2006-06-12-MultipleExitsSameBlock.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LCSSA/2006-06-12-MultipleExitsSameBlock.ll
rename to third_party/LLVM/test/Transforms/LCSSA/2006-06-12-MultipleExitsSameBlock.ll
diff --git a/src/LLVM/test/Transforms/LCSSA/2006-07-09-NoDominator.ll b/third_party/LLVM/test/Transforms/LCSSA/2006-07-09-NoDominator.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LCSSA/2006-07-09-NoDominator.ll
rename to third_party/LLVM/test/Transforms/LCSSA/2006-07-09-NoDominator.ll
diff --git a/src/LLVM/test/Transforms/LCSSA/2006-10-31-UnreachableBlock-2.ll b/third_party/LLVM/test/Transforms/LCSSA/2006-10-31-UnreachableBlock-2.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LCSSA/2006-10-31-UnreachableBlock-2.ll
rename to third_party/LLVM/test/Transforms/LCSSA/2006-10-31-UnreachableBlock-2.ll
diff --git a/src/LLVM/test/Transforms/LCSSA/2006-10-31-UnreachableBlock.ll b/third_party/LLVM/test/Transforms/LCSSA/2006-10-31-UnreachableBlock.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LCSSA/2006-10-31-UnreachableBlock.ll
rename to third_party/LLVM/test/Transforms/LCSSA/2006-10-31-UnreachableBlock.ll
diff --git a/src/LLVM/test/Transforms/LCSSA/2007-07-12-LICM-2.ll b/third_party/LLVM/test/Transforms/LCSSA/2007-07-12-LICM-2.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LCSSA/2007-07-12-LICM-2.ll
rename to third_party/LLVM/test/Transforms/LCSSA/2007-07-12-LICM-2.ll
diff --git a/src/LLVM/test/Transforms/LCSSA/2007-07-12-LICM-3.ll b/third_party/LLVM/test/Transforms/LCSSA/2007-07-12-LICM-3.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LCSSA/2007-07-12-LICM-3.ll
rename to third_party/LLVM/test/Transforms/LCSSA/2007-07-12-LICM-3.ll
diff --git a/src/LLVM/test/Transforms/LCSSA/2007-07-12-LICM.ll b/third_party/LLVM/test/Transforms/LCSSA/2007-07-12-LICM.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LCSSA/2007-07-12-LICM.ll
rename to third_party/LLVM/test/Transforms/LCSSA/2007-07-12-LICM.ll
diff --git a/src/LLVM/test/Transforms/LCSSA/basictest.ll b/third_party/LLVM/test/Transforms/LCSSA/basictest.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LCSSA/basictest.ll
rename to third_party/LLVM/test/Transforms/LCSSA/basictest.ll
diff --git a/src/LLVM/test/Transforms/LCSSA/dg.exp b/third_party/LLVM/test/Transforms/LCSSA/dg.exp
similarity index 100%
rename from src/LLVM/test/Transforms/LCSSA/dg.exp
rename to third_party/LLVM/test/Transforms/LCSSA/dg.exp
diff --git a/src/LLVM/test/Transforms/LCSSA/indirectbr.ll b/third_party/LLVM/test/Transforms/LCSSA/indirectbr.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LCSSA/indirectbr.ll
rename to third_party/LLVM/test/Transforms/LCSSA/indirectbr.ll
diff --git a/src/LLVM/test/Transforms/LCSSA/invoke-dest.ll b/third_party/LLVM/test/Transforms/LCSSA/invoke-dest.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LCSSA/invoke-dest.ll
rename to third_party/LLVM/test/Transforms/LCSSA/invoke-dest.ll
diff --git a/src/LLVM/test/Transforms/LCSSA/unreachable-use.ll b/third_party/LLVM/test/Transforms/LCSSA/unreachable-use.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LCSSA/unreachable-use.ll
rename to third_party/LLVM/test/Transforms/LCSSA/unreachable-use.ll
diff --git a/src/LLVM/test/Transforms/LCSSA/unused-phis.ll b/third_party/LLVM/test/Transforms/LCSSA/unused-phis.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LCSSA/unused-phis.ll
rename to third_party/LLVM/test/Transforms/LCSSA/unused-phis.ll
diff --git a/src/LLVM/test/Transforms/LICM/2003-02-26-LoopExitNotDominated.ll b/third_party/LLVM/test/Transforms/LICM/2003-02-26-LoopExitNotDominated.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LICM/2003-02-26-LoopExitNotDominated.ll
rename to third_party/LLVM/test/Transforms/LICM/2003-02-26-LoopExitNotDominated.ll
diff --git a/src/LLVM/test/Transforms/LICM/2003-02-27-NestedLoopExitBlocks.ll b/third_party/LLVM/test/Transforms/LICM/2003-02-27-NestedLoopExitBlocks.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LICM/2003-02-27-NestedLoopExitBlocks.ll
rename to third_party/LLVM/test/Transforms/LICM/2003-02-27-NestedLoopExitBlocks.ll
diff --git a/src/LLVM/test/Transforms/LICM/2003-02-27-PreheaderExitNodeUpdate.ll b/third_party/LLVM/test/Transforms/LICM/2003-02-27-PreheaderExitNodeUpdate.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LICM/2003-02-27-PreheaderExitNodeUpdate.ll
rename to third_party/LLVM/test/Transforms/LICM/2003-02-27-PreheaderExitNodeUpdate.ll
diff --git a/src/LLVM/test/Transforms/LICM/2003-02-27-PreheaderProblem.ll b/third_party/LLVM/test/Transforms/LICM/2003-02-27-PreheaderProblem.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LICM/2003-02-27-PreheaderProblem.ll
rename to third_party/LLVM/test/Transforms/LICM/2003-02-27-PreheaderProblem.ll
diff --git a/src/LLVM/test/Transforms/LICM/2003-02-27-StoreSinkPHIs.ll b/third_party/LLVM/test/Transforms/LICM/2003-02-27-StoreSinkPHIs.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LICM/2003-02-27-StoreSinkPHIs.ll
rename to third_party/LLVM/test/Transforms/LICM/2003-02-27-StoreSinkPHIs.ll
diff --git a/src/LLVM/test/Transforms/LICM/2003-02-28-PromoteDifferentType.ll b/third_party/LLVM/test/Transforms/LICM/2003-02-28-PromoteDifferentType.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LICM/2003-02-28-PromoteDifferentType.ll
rename to third_party/LLVM/test/Transforms/LICM/2003-02-28-PromoteDifferentType.ll
diff --git a/src/LLVM/test/Transforms/LICM/2003-05-02-LoadHoist.ll b/third_party/LLVM/test/Transforms/LICM/2003-05-02-LoadHoist.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LICM/2003-05-02-LoadHoist.ll
rename to third_party/LLVM/test/Transforms/LICM/2003-05-02-LoadHoist.ll
diff --git a/src/LLVM/test/Transforms/LICM/2003-12-11-SinkingToPHI.ll b/third_party/LLVM/test/Transforms/LICM/2003-12-11-SinkingToPHI.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LICM/2003-12-11-SinkingToPHI.ll
rename to third_party/LLVM/test/Transforms/LICM/2003-12-11-SinkingToPHI.ll
diff --git a/src/LLVM/test/Transforms/LICM/2004-09-14-AliasAnalysisInvalidate.ll b/third_party/LLVM/test/Transforms/LICM/2004-09-14-AliasAnalysisInvalidate.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LICM/2004-09-14-AliasAnalysisInvalidate.ll
rename to third_party/LLVM/test/Transforms/LICM/2004-09-14-AliasAnalysisInvalidate.ll
diff --git a/src/LLVM/test/Transforms/LICM/2004-11-17-UndefIndexCrash.ll b/third_party/LLVM/test/Transforms/LICM/2004-11-17-UndefIndexCrash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LICM/2004-11-17-UndefIndexCrash.ll
rename to third_party/LLVM/test/Transforms/LICM/2004-11-17-UndefIndexCrash.ll
diff --git a/src/LLVM/test/Transforms/LICM/2006-09-12-DeadUserOfSunkInstr.ll b/third_party/LLVM/test/Transforms/LICM/2006-09-12-DeadUserOfSunkInstr.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LICM/2006-09-12-DeadUserOfSunkInstr.ll
rename to third_party/LLVM/test/Transforms/LICM/2006-09-12-DeadUserOfSunkInstr.ll
diff --git a/src/LLVM/test/Transforms/LICM/2007-05-22-VolatileSink.ll b/third_party/LLVM/test/Transforms/LICM/2007-05-22-VolatileSink.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LICM/2007-05-22-VolatileSink.ll
rename to third_party/LLVM/test/Transforms/LICM/2007-05-22-VolatileSink.ll
diff --git a/src/LLVM/test/Transforms/LICM/2007-07-30-AliasSet.ll b/third_party/LLVM/test/Transforms/LICM/2007-07-30-AliasSet.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LICM/2007-07-30-AliasSet.ll
rename to third_party/LLVM/test/Transforms/LICM/2007-07-30-AliasSet.ll
diff --git a/src/LLVM/test/Transforms/LICM/2007-09-17-PromoteValue.ll b/third_party/LLVM/test/Transforms/LICM/2007-09-17-PromoteValue.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LICM/2007-09-17-PromoteValue.ll
rename to third_party/LLVM/test/Transforms/LICM/2007-09-17-PromoteValue.ll
diff --git a/src/LLVM/test/Transforms/LICM/2007-09-24-PromoteNullValue.ll b/third_party/LLVM/test/Transforms/LICM/2007-09-24-PromoteNullValue.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LICM/2007-09-24-PromoteNullValue.ll
rename to third_party/LLVM/test/Transforms/LICM/2007-09-24-PromoteNullValue.ll
diff --git a/src/LLVM/test/Transforms/LICM/2007-10-01-PromoteSafeValue.ll b/third_party/LLVM/test/Transforms/LICM/2007-10-01-PromoteSafeValue.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LICM/2007-10-01-PromoteSafeValue.ll
rename to third_party/LLVM/test/Transforms/LICM/2007-10-01-PromoteSafeValue.ll
diff --git a/src/LLVM/test/Transforms/LICM/2008-05-20-AliasSetVAArg.ll b/third_party/LLVM/test/Transforms/LICM/2008-05-20-AliasSetVAArg.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LICM/2008-05-20-AliasSetVAArg.ll
rename to third_party/LLVM/test/Transforms/LICM/2008-05-20-AliasSetVAArg.ll
diff --git a/src/LLVM/test/Transforms/LICM/2008-07-22-LoadGlobalConstant.ll b/third_party/LLVM/test/Transforms/LICM/2008-07-22-LoadGlobalConstant.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LICM/2008-07-22-LoadGlobalConstant.ll
rename to third_party/LLVM/test/Transforms/LICM/2008-07-22-LoadGlobalConstant.ll
diff --git a/src/LLVM/test/Transforms/LICM/2009-12-10-LICM-Indbr-Crash.ll b/third_party/LLVM/test/Transforms/LICM/2009-12-10-LICM-Indbr-Crash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LICM/2009-12-10-LICM-Indbr-Crash.ll
rename to third_party/LLVM/test/Transforms/LICM/2009-12-10-LICM-Indbr-Crash.ll
diff --git a/src/LLVM/test/Transforms/LICM/2011-04-06-HoistMissedASTUpdate.ll b/third_party/LLVM/test/Transforms/LICM/2011-04-06-HoistMissedASTUpdate.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LICM/2011-04-06-HoistMissedASTUpdate.ll
rename to third_party/LLVM/test/Transforms/LICM/2011-04-06-HoistMissedASTUpdate.ll
diff --git a/src/LLVM/test/Transforms/LICM/2011-04-06-PromoteResultOfPromotion.ll b/third_party/LLVM/test/Transforms/LICM/2011-04-06-PromoteResultOfPromotion.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LICM/2011-04-06-PromoteResultOfPromotion.ll
rename to third_party/LLVM/test/Transforms/LICM/2011-04-06-PromoteResultOfPromotion.ll
diff --git a/src/LLVM/test/Transforms/LICM/2011-04-09-RAUW-AST.ll b/third_party/LLVM/test/Transforms/LICM/2011-04-09-RAUW-AST.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LICM/2011-04-09-RAUW-AST.ll
rename to third_party/LLVM/test/Transforms/LICM/2011-04-09-RAUW-AST.ll
diff --git a/src/LLVM/test/Transforms/LICM/2011-07-06-Alignment.ll b/third_party/LLVM/test/Transforms/LICM/2011-07-06-Alignment.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LICM/2011-07-06-Alignment.ll
rename to third_party/LLVM/test/Transforms/LICM/2011-07-06-Alignment.ll
diff --git a/src/LLVM/test/Transforms/LICM/Preserve-LCSSA.ll b/third_party/LLVM/test/Transforms/LICM/Preserve-LCSSA.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LICM/Preserve-LCSSA.ll
rename to third_party/LLVM/test/Transforms/LICM/Preserve-LCSSA.ll
diff --git a/src/LLVM/test/Transforms/LICM/atomics.ll b/third_party/LLVM/test/Transforms/LICM/atomics.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LICM/atomics.ll
rename to third_party/LLVM/test/Transforms/LICM/atomics.ll
diff --git a/src/LLVM/test/Transforms/LICM/basictest.ll b/third_party/LLVM/test/Transforms/LICM/basictest.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LICM/basictest.ll
rename to third_party/LLVM/test/Transforms/LICM/basictest.ll
diff --git a/src/LLVM/test/Transforms/LICM/crash.ll b/third_party/LLVM/test/Transforms/LICM/crash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LICM/crash.ll
rename to third_party/LLVM/test/Transforms/LICM/crash.ll
diff --git a/src/LLVM/test/Transforms/LICM/debug-value.ll b/third_party/LLVM/test/Transforms/LICM/debug-value.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LICM/debug-value.ll
rename to third_party/LLVM/test/Transforms/LICM/debug-value.ll
diff --git a/src/LLVM/test/Transforms/LICM/dg.exp b/third_party/LLVM/test/Transforms/LICM/dg.exp
similarity index 100%
rename from src/LLVM/test/Transforms/LICM/dg.exp
rename to third_party/LLVM/test/Transforms/LICM/dg.exp
diff --git a/src/LLVM/test/Transforms/LICM/hoisting.ll b/third_party/LLVM/test/Transforms/LICM/hoisting.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LICM/hoisting.ll
rename to third_party/LLVM/test/Transforms/LICM/hoisting.ll
diff --git a/src/LLVM/test/Transforms/LICM/no-preheader-test.ll b/third_party/LLVM/test/Transforms/LICM/no-preheader-test.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LICM/no-preheader-test.ll
rename to third_party/LLVM/test/Transforms/LICM/no-preheader-test.ll
diff --git a/src/LLVM/test/Transforms/LICM/scalar-promote-memmodel.ll b/third_party/LLVM/test/Transforms/LICM/scalar-promote-memmodel.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LICM/scalar-promote-memmodel.ll
rename to third_party/LLVM/test/Transforms/LICM/scalar-promote-memmodel.ll
diff --git a/src/LLVM/test/Transforms/LICM/scalar_promote.ll b/third_party/LLVM/test/Transforms/LICM/scalar_promote.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LICM/scalar_promote.ll
rename to third_party/LLVM/test/Transforms/LICM/scalar_promote.ll
diff --git a/src/LLVM/test/Transforms/LICM/sinking.ll b/third_party/LLVM/test/Transforms/LICM/sinking.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LICM/sinking.ll
rename to third_party/LLVM/test/Transforms/LICM/sinking.ll
diff --git a/src/LLVM/test/Transforms/LoopDeletion/2007-07-23-InfiniteLoop.ll b/third_party/LLVM/test/Transforms/LoopDeletion/2007-07-23-InfiniteLoop.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopDeletion/2007-07-23-InfiniteLoop.ll
rename to third_party/LLVM/test/Transforms/LoopDeletion/2007-07-23-InfiniteLoop.ll
diff --git a/src/LLVM/test/Transforms/LoopDeletion/2008-05-06-Phi.ll b/third_party/LLVM/test/Transforms/LoopDeletion/2008-05-06-Phi.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopDeletion/2008-05-06-Phi.ll
rename to third_party/LLVM/test/Transforms/LoopDeletion/2008-05-06-Phi.ll
diff --git a/src/LLVM/test/Transforms/LoopDeletion/2011-06-21-phioperands.ll b/third_party/LLVM/test/Transforms/LoopDeletion/2011-06-21-phioperands.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopDeletion/2011-06-21-phioperands.ll
rename to third_party/LLVM/test/Transforms/LoopDeletion/2011-06-21-phioperands.ll
diff --git a/src/LLVM/test/Transforms/LoopDeletion/dcetest.ll b/third_party/LLVM/test/Transforms/LoopDeletion/dcetest.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopDeletion/dcetest.ll
rename to third_party/LLVM/test/Transforms/LoopDeletion/dcetest.ll
diff --git a/src/LLVM/test/Transforms/LoopDeletion/dg.exp b/third_party/LLVM/test/Transforms/LoopDeletion/dg.exp
similarity index 100%
rename from src/LLVM/test/Transforms/LoopDeletion/dg.exp
rename to third_party/LLVM/test/Transforms/LoopDeletion/dg.exp
diff --git a/src/LLVM/test/Transforms/LoopDeletion/multiple-exit-conditions.ll b/third_party/LLVM/test/Transforms/LoopDeletion/multiple-exit-conditions.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopDeletion/multiple-exit-conditions.ll
rename to third_party/LLVM/test/Transforms/LoopDeletion/multiple-exit-conditions.ll
diff --git a/src/LLVM/test/Transforms/LoopDeletion/multiple-exits.ll b/third_party/LLVM/test/Transforms/LoopDeletion/multiple-exits.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopDeletion/multiple-exits.ll
rename to third_party/LLVM/test/Transforms/LoopDeletion/multiple-exits.ll
diff --git a/src/LLVM/test/Transforms/LoopDeletion/simplify-then-delete.ll b/third_party/LLVM/test/Transforms/LoopDeletion/simplify-then-delete.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopDeletion/simplify-then-delete.ll
rename to third_party/LLVM/test/Transforms/LoopDeletion/simplify-then-delete.ll
diff --git a/src/LLVM/test/Transforms/LoopIdiom/basic.ll b/third_party/LLVM/test/Transforms/LoopIdiom/basic.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopIdiom/basic.ll
rename to third_party/LLVM/test/Transforms/LoopIdiom/basic.ll
diff --git a/src/LLVM/test/Transforms/LoopIdiom/debug-line.ll b/third_party/LLVM/test/Transforms/LoopIdiom/debug-line.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopIdiom/debug-line.ll
rename to third_party/LLVM/test/Transforms/LoopIdiom/debug-line.ll
diff --git a/src/LLVM/test/Transforms/LoopIdiom/dg.exp b/third_party/LLVM/test/Transforms/LoopIdiom/dg.exp
similarity index 100%
rename from src/LLVM/test/Transforms/LoopIdiom/dg.exp
rename to third_party/LLVM/test/Transforms/LoopIdiom/dg.exp
diff --git a/src/LLVM/test/Transforms/LoopIdiom/memset_noidiom.ll b/third_party/LLVM/test/Transforms/LoopIdiom/memset_noidiom.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopIdiom/memset_noidiom.ll
rename to third_party/LLVM/test/Transforms/LoopIdiom/memset_noidiom.ll
diff --git a/src/LLVM/test/Transforms/LoopRotate/2009-01-25-SingleEntryPhi.ll b/third_party/LLVM/test/Transforms/LoopRotate/2009-01-25-SingleEntryPhi.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopRotate/2009-01-25-SingleEntryPhi.ll
rename to third_party/LLVM/test/Transforms/LoopRotate/2009-01-25-SingleEntryPhi.ll
diff --git a/src/LLVM/test/Transforms/LoopRotate/PhiRename-1.ll b/third_party/LLVM/test/Transforms/LoopRotate/PhiRename-1.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopRotate/PhiRename-1.ll
rename to third_party/LLVM/test/Transforms/LoopRotate/PhiRename-1.ll
diff --git a/src/LLVM/test/Transforms/LoopRotate/PhiSelfRefernce-1.ll b/third_party/LLVM/test/Transforms/LoopRotate/PhiSelfRefernce-1.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopRotate/PhiSelfRefernce-1.ll
rename to third_party/LLVM/test/Transforms/LoopRotate/PhiSelfRefernce-1.ll
diff --git a/src/LLVM/test/Transforms/LoopRotate/basic.ll b/third_party/LLVM/test/Transforms/LoopRotate/basic.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopRotate/basic.ll
rename to third_party/LLVM/test/Transforms/LoopRotate/basic.ll
diff --git a/src/LLVM/test/Transforms/LoopRotate/crash.ll b/third_party/LLVM/test/Transforms/LoopRotate/crash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopRotate/crash.ll
rename to third_party/LLVM/test/Transforms/LoopRotate/crash.ll
diff --git a/src/LLVM/test/Transforms/LoopRotate/dbgvalue.ll b/third_party/LLVM/test/Transforms/LoopRotate/dbgvalue.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopRotate/dbgvalue.ll
rename to third_party/LLVM/test/Transforms/LoopRotate/dbgvalue.ll
diff --git a/src/LLVM/test/Transforms/LoopRotate/dg.exp b/third_party/LLVM/test/Transforms/LoopRotate/dg.exp
similarity index 100%
rename from src/LLVM/test/Transforms/LoopRotate/dg.exp
rename to third_party/LLVM/test/Transforms/LoopRotate/dg.exp
diff --git a/src/LLVM/test/Transforms/LoopRotate/indirectbr.ll b/third_party/LLVM/test/Transforms/LoopRotate/indirectbr.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopRotate/indirectbr.ll
rename to third_party/LLVM/test/Transforms/LoopRotate/indirectbr.ll
diff --git a/src/LLVM/test/Transforms/LoopRotate/phi-duplicate.ll b/third_party/LLVM/test/Transforms/LoopRotate/phi-duplicate.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopRotate/phi-duplicate.ll
rename to third_party/LLVM/test/Transforms/LoopRotate/phi-duplicate.ll
diff --git a/src/LLVM/test/Transforms/LoopRotate/pr2639.ll b/third_party/LLVM/test/Transforms/LoopRotate/pr2639.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopRotate/pr2639.ll
rename to third_party/LLVM/test/Transforms/LoopRotate/pr2639.ll
diff --git a/src/LLVM/test/Transforms/LoopRotate/preserve-scev.ll b/third_party/LLVM/test/Transforms/LoopRotate/preserve-scev.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopRotate/preserve-scev.ll
rename to third_party/LLVM/test/Transforms/LoopRotate/preserve-scev.ll
diff --git a/src/LLVM/test/Transforms/LoopSimplify/2003-04-25-AssertFail.ll b/third_party/LLVM/test/Transforms/LoopSimplify/2003-04-25-AssertFail.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopSimplify/2003-04-25-AssertFail.ll
rename to third_party/LLVM/test/Transforms/LoopSimplify/2003-04-25-AssertFail.ll
diff --git a/src/LLVM/test/Transforms/LoopSimplify/2003-05-12-PreheaderExitOfChild.ll b/third_party/LLVM/test/Transforms/LoopSimplify/2003-05-12-PreheaderExitOfChild.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopSimplify/2003-05-12-PreheaderExitOfChild.ll
rename to third_party/LLVM/test/Transforms/LoopSimplify/2003-05-12-PreheaderExitOfChild.ll
diff --git a/src/LLVM/test/Transforms/LoopSimplify/2003-08-15-PreheadersFail.ll b/third_party/LLVM/test/Transforms/LoopSimplify/2003-08-15-PreheadersFail.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopSimplify/2003-08-15-PreheadersFail.ll
rename to third_party/LLVM/test/Transforms/LoopSimplify/2003-08-15-PreheadersFail.ll
diff --git a/src/LLVM/test/Transforms/LoopSimplify/2003-12-10-ExitBlocksProblem.ll b/third_party/LLVM/test/Transforms/LoopSimplify/2003-12-10-ExitBlocksProblem.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopSimplify/2003-12-10-ExitBlocksProblem.ll
rename to third_party/LLVM/test/Transforms/LoopSimplify/2003-12-10-ExitBlocksProblem.ll
diff --git a/src/LLVM/test/Transforms/LoopSimplify/2004-02-05-DominatorInfoCorruption.ll b/third_party/LLVM/test/Transforms/LoopSimplify/2004-02-05-DominatorInfoCorruption.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopSimplify/2004-02-05-DominatorInfoCorruption.ll
rename to third_party/LLVM/test/Transforms/LoopSimplify/2004-02-05-DominatorInfoCorruption.ll
diff --git a/src/LLVM/test/Transforms/LoopSimplify/2004-03-15-IncorrectDomUpdate.ll b/third_party/LLVM/test/Transforms/LoopSimplify/2004-03-15-IncorrectDomUpdate.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopSimplify/2004-03-15-IncorrectDomUpdate.ll
rename to third_party/LLVM/test/Transforms/LoopSimplify/2004-03-15-IncorrectDomUpdate.ll
diff --git a/src/LLVM/test/Transforms/LoopSimplify/2004-04-01-IncorrectDomUpdate.ll b/third_party/LLVM/test/Transforms/LoopSimplify/2004-04-01-IncorrectDomUpdate.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopSimplify/2004-04-01-IncorrectDomUpdate.ll
rename to third_party/LLVM/test/Transforms/LoopSimplify/2004-04-01-IncorrectDomUpdate.ll
diff --git a/src/LLVM/test/Transforms/LoopSimplify/2004-04-12-LoopSimplify-SwitchBackedges.ll b/third_party/LLVM/test/Transforms/LoopSimplify/2004-04-12-LoopSimplify-SwitchBackedges.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopSimplify/2004-04-12-LoopSimplify-SwitchBackedges.ll
rename to third_party/LLVM/test/Transforms/LoopSimplify/2004-04-12-LoopSimplify-SwitchBackedges.ll
diff --git a/src/LLVM/test/Transforms/LoopSimplify/2004-04-13-LoopSimplifyUpdateDomFrontier.ll b/third_party/LLVM/test/Transforms/LoopSimplify/2004-04-13-LoopSimplifyUpdateDomFrontier.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopSimplify/2004-04-13-LoopSimplifyUpdateDomFrontier.ll
rename to third_party/LLVM/test/Transforms/LoopSimplify/2004-04-13-LoopSimplifyUpdateDomFrontier.ll
diff --git a/src/LLVM/test/Transforms/LoopSimplify/2007-10-28-InvokeCrash.ll b/third_party/LLVM/test/Transforms/LoopSimplify/2007-10-28-InvokeCrash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopSimplify/2007-10-28-InvokeCrash.ll
rename to third_party/LLVM/test/Transforms/LoopSimplify/2007-10-28-InvokeCrash.ll
diff --git a/src/LLVM/test/Transforms/LoopSimplify/2010-07-15-IncorrectDomFrontierUpdate.ll b/third_party/LLVM/test/Transforms/LoopSimplify/2010-07-15-IncorrectDomFrontierUpdate.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopSimplify/2010-07-15-IncorrectDomFrontierUpdate.ll
rename to third_party/LLVM/test/Transforms/LoopSimplify/2010-07-15-IncorrectDomFrontierUpdate.ll
diff --git a/src/LLVM/test/Transforms/LoopSimplify/2010-12-26-PHIInfiniteLoop.ll b/third_party/LLVM/test/Transforms/LoopSimplify/2010-12-26-PHIInfiniteLoop.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopSimplify/2010-12-26-PHIInfiniteLoop.ll
rename to third_party/LLVM/test/Transforms/LoopSimplify/2010-12-26-PHIInfiniteLoop.ll
diff --git a/src/LLVM/test/Transforms/LoopSimplify/basictest.ll b/third_party/LLVM/test/Transforms/LoopSimplify/basictest.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopSimplify/basictest.ll
rename to third_party/LLVM/test/Transforms/LoopSimplify/basictest.ll
diff --git a/src/LLVM/test/Transforms/LoopSimplify/dg.exp b/third_party/LLVM/test/Transforms/LoopSimplify/dg.exp
similarity index 100%
rename from src/LLVM/test/Transforms/LoopSimplify/dg.exp
rename to third_party/LLVM/test/Transforms/LoopSimplify/dg.exp
diff --git a/src/LLVM/test/Transforms/LoopSimplify/hardertest.ll b/third_party/LLVM/test/Transforms/LoopSimplify/hardertest.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopSimplify/hardertest.ll
rename to third_party/LLVM/test/Transforms/LoopSimplify/hardertest.ll
diff --git a/src/LLVM/test/Transforms/LoopSimplify/indirectbr-backedge.ll b/third_party/LLVM/test/Transforms/LoopSimplify/indirectbr-backedge.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopSimplify/indirectbr-backedge.ll
rename to third_party/LLVM/test/Transforms/LoopSimplify/indirectbr-backedge.ll
diff --git a/src/LLVM/test/Transforms/LoopSimplify/indirectbr.ll b/third_party/LLVM/test/Transforms/LoopSimplify/indirectbr.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopSimplify/indirectbr.ll
rename to third_party/LLVM/test/Transforms/LoopSimplify/indirectbr.ll
diff --git a/src/LLVM/test/Transforms/LoopSimplify/merge-exits.ll b/third_party/LLVM/test/Transforms/LoopSimplify/merge-exits.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopSimplify/merge-exits.ll
rename to third_party/LLVM/test/Transforms/LoopSimplify/merge-exits.ll
diff --git a/src/LLVM/test/Transforms/LoopSimplify/phi-node-simplify.ll b/third_party/LLVM/test/Transforms/LoopSimplify/phi-node-simplify.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopSimplify/phi-node-simplify.ll
rename to third_party/LLVM/test/Transforms/LoopSimplify/phi-node-simplify.ll
diff --git a/src/LLVM/test/Transforms/LoopSimplify/preserve-scev.ll b/third_party/LLVM/test/Transforms/LoopSimplify/preserve-scev.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopSimplify/preserve-scev.ll
rename to third_party/LLVM/test/Transforms/LoopSimplify/preserve-scev.ll
diff --git a/src/LLVM/test/Transforms/LoopSimplify/single-backedge.ll b/third_party/LLVM/test/Transforms/LoopSimplify/single-backedge.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopSimplify/single-backedge.ll
rename to third_party/LLVM/test/Transforms/LoopSimplify/single-backedge.ll
diff --git a/src/LLVM/test/Transforms/LoopSimplify/unreachable-loop-pred.ll b/third_party/LLVM/test/Transforms/LoopSimplify/unreachable-loop-pred.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopSimplify/unreachable-loop-pred.ll
rename to third_party/LLVM/test/Transforms/LoopSimplify/unreachable-loop-pred.ll
diff --git a/src/LLVM/test/Transforms/LoopStrengthReduce/2005-08-15-AddRecIV.ll b/third_party/LLVM/test/Transforms/LoopStrengthReduce/2005-08-15-AddRecIV.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopStrengthReduce/2005-08-15-AddRecIV.ll
rename to third_party/LLVM/test/Transforms/LoopStrengthReduce/2005-08-15-AddRecIV.ll
diff --git a/src/LLVM/test/Transforms/LoopStrengthReduce/2005-08-17-OutOfLoopVariant.ll b/third_party/LLVM/test/Transforms/LoopStrengthReduce/2005-08-17-OutOfLoopVariant.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopStrengthReduce/2005-08-17-OutOfLoopVariant.ll
rename to third_party/LLVM/test/Transforms/LoopStrengthReduce/2005-08-17-OutOfLoopVariant.ll
diff --git a/src/LLVM/test/Transforms/LoopStrengthReduce/2005-09-12-UsesOutOutsideOfLoop.ll b/third_party/LLVM/test/Transforms/LoopStrengthReduce/2005-09-12-UsesOutOutsideOfLoop.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopStrengthReduce/2005-09-12-UsesOutOutsideOfLoop.ll
rename to third_party/LLVM/test/Transforms/LoopStrengthReduce/2005-09-12-UsesOutOutsideOfLoop.ll
diff --git a/src/LLVM/test/Transforms/LoopStrengthReduce/2007-04-23-UseIterator.ll b/third_party/LLVM/test/Transforms/LoopStrengthReduce/2007-04-23-UseIterator.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopStrengthReduce/2007-04-23-UseIterator.ll
rename to third_party/LLVM/test/Transforms/LoopStrengthReduce/2007-04-23-UseIterator.ll
diff --git a/src/LLVM/test/Transforms/LoopStrengthReduce/2008-08-13-CmpStride.ll b/third_party/LLVM/test/Transforms/LoopStrengthReduce/2008-08-13-CmpStride.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopStrengthReduce/2008-08-13-CmpStride.ll
rename to third_party/LLVM/test/Transforms/LoopStrengthReduce/2008-08-13-CmpStride.ll
diff --git a/src/LLVM/test/Transforms/LoopStrengthReduce/2008-08-14-ShadowIV.ll b/third_party/LLVM/test/Transforms/LoopStrengthReduce/2008-08-14-ShadowIV.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopStrengthReduce/2008-08-14-ShadowIV.ll
rename to third_party/LLVM/test/Transforms/LoopStrengthReduce/2008-08-14-ShadowIV.ll
diff --git a/src/LLVM/test/Transforms/LoopStrengthReduce/2008-09-09-Overflow.ll b/third_party/LLVM/test/Transforms/LoopStrengthReduce/2008-09-09-Overflow.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopStrengthReduce/2008-09-09-Overflow.ll
rename to third_party/LLVM/test/Transforms/LoopStrengthReduce/2008-09-09-Overflow.ll
diff --git a/src/LLVM/test/Transforms/LoopStrengthReduce/2009-01-13-nonconstant-stride-outside-loop.ll b/third_party/LLVM/test/Transforms/LoopStrengthReduce/2009-01-13-nonconstant-stride-outside-loop.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopStrengthReduce/2009-01-13-nonconstant-stride-outside-loop.ll
rename to third_party/LLVM/test/Transforms/LoopStrengthReduce/2009-01-13-nonconstant-stride-outside-loop.ll
diff --git a/src/LLVM/test/Transforms/LoopStrengthReduce/2009-04-28-no-reduce-mul.ll b/third_party/LLVM/test/Transforms/LoopStrengthReduce/2009-04-28-no-reduce-mul.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopStrengthReduce/2009-04-28-no-reduce-mul.ll
rename to third_party/LLVM/test/Transforms/LoopStrengthReduce/2009-04-28-no-reduce-mul.ll
diff --git a/src/LLVM/test/Transforms/LoopStrengthReduce/2011-07-19-CritEdgeBreakCrash.ll b/third_party/LLVM/test/Transforms/LoopStrengthReduce/2011-07-19-CritEdgeBreakCrash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopStrengthReduce/2011-07-19-CritEdgeBreakCrash.ll
rename to third_party/LLVM/test/Transforms/LoopStrengthReduce/2011-07-19-CritEdgeBreakCrash.ll
diff --git a/src/LLVM/test/Transforms/LoopStrengthReduce/2011-07-20-DoubleIV.ll b/third_party/LLVM/test/Transforms/LoopStrengthReduce/2011-07-20-DoubleIV.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopStrengthReduce/2011-07-20-DoubleIV.ll
rename to third_party/LLVM/test/Transforms/LoopStrengthReduce/2011-07-20-DoubleIV.ll
diff --git a/src/LLVM/test/Transforms/LoopStrengthReduce/2011-10-03-CritEdgeMerge.ll b/third_party/LLVM/test/Transforms/LoopStrengthReduce/2011-10-03-CritEdgeMerge.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopStrengthReduce/2011-10-03-CritEdgeMerge.ll
rename to third_party/LLVM/test/Transforms/LoopStrengthReduce/2011-10-03-CritEdgeMerge.ll
diff --git a/src/LLVM/test/Transforms/LoopStrengthReduce/2011-10-06-ReusePhi.ll b/third_party/LLVM/test/Transforms/LoopStrengthReduce/2011-10-06-ReusePhi.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopStrengthReduce/2011-10-06-ReusePhi.ll
rename to third_party/LLVM/test/Transforms/LoopStrengthReduce/2011-10-06-ReusePhi.ll
diff --git a/src/LLVM/test/Transforms/LoopStrengthReduce/2011-10-13-SCEVChain.ll b/third_party/LLVM/test/Transforms/LoopStrengthReduce/2011-10-13-SCEVChain.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopStrengthReduce/2011-10-13-SCEVChain.ll
rename to third_party/LLVM/test/Transforms/LoopStrengthReduce/2011-10-13-SCEVChain.ll
diff --git a/src/LLVM/test/Transforms/LoopStrengthReduce/2011-10-14-IntPtr.ll b/third_party/LLVM/test/Transforms/LoopStrengthReduce/2011-10-14-IntPtr.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopStrengthReduce/2011-10-14-IntPtr.ll
rename to third_party/LLVM/test/Transforms/LoopStrengthReduce/2011-10-14-IntPtr.ll
diff --git a/src/LLVM/test/Transforms/LoopStrengthReduce/X86/2009-11-10-LSRCrash.ll b/third_party/LLVM/test/Transforms/LoopStrengthReduce/X86/2009-11-10-LSRCrash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopStrengthReduce/X86/2009-11-10-LSRCrash.ll
rename to third_party/LLVM/test/Transforms/LoopStrengthReduce/X86/2009-11-10-LSRCrash.ll
diff --git a/src/LLVM/test/Transforms/LoopStrengthReduce/X86/dg.exp b/third_party/LLVM/test/Transforms/LoopStrengthReduce/X86/dg.exp
similarity index 100%
rename from src/LLVM/test/Transforms/LoopStrengthReduce/X86/dg.exp
rename to third_party/LLVM/test/Transforms/LoopStrengthReduce/X86/dg.exp
diff --git a/src/LLVM/test/Transforms/LoopStrengthReduce/count-to-zero.ll b/third_party/LLVM/test/Transforms/LoopStrengthReduce/count-to-zero.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopStrengthReduce/count-to-zero.ll
rename to third_party/LLVM/test/Transforms/LoopStrengthReduce/count-to-zero.ll
diff --git a/src/LLVM/test/Transforms/LoopStrengthReduce/dead-phi.ll b/third_party/LLVM/test/Transforms/LoopStrengthReduce/dead-phi.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopStrengthReduce/dead-phi.ll
rename to third_party/LLVM/test/Transforms/LoopStrengthReduce/dead-phi.ll
diff --git a/src/LLVM/test/Transforms/LoopStrengthReduce/dg.exp b/third_party/LLVM/test/Transforms/LoopStrengthReduce/dg.exp
similarity index 100%
rename from src/LLVM/test/Transforms/LoopStrengthReduce/dg.exp
rename to third_party/LLVM/test/Transforms/LoopStrengthReduce/dg.exp
diff --git a/src/LLVM/test/Transforms/LoopStrengthReduce/different-type-ivs.ll b/third_party/LLVM/test/Transforms/LoopStrengthReduce/different-type-ivs.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopStrengthReduce/different-type-ivs.ll
rename to third_party/LLVM/test/Transforms/LoopStrengthReduce/different-type-ivs.ll
diff --git a/src/LLVM/test/Transforms/LoopStrengthReduce/dont-hoist-simple-loop-constants.ll b/third_party/LLVM/test/Transforms/LoopStrengthReduce/dont-hoist-simple-loop-constants.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopStrengthReduce/dont-hoist-simple-loop-constants.ll
rename to third_party/LLVM/test/Transforms/LoopStrengthReduce/dont-hoist-simple-loop-constants.ll
diff --git a/src/LLVM/test/Transforms/LoopStrengthReduce/dont_insert_redundant_ops.ll b/third_party/LLVM/test/Transforms/LoopStrengthReduce/dont_insert_redundant_ops.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopStrengthReduce/dont_insert_redundant_ops.ll
rename to third_party/LLVM/test/Transforms/LoopStrengthReduce/dont_insert_redundant_ops.ll
diff --git a/src/LLVM/test/Transforms/LoopStrengthReduce/dont_reduce_bytes.ll b/third_party/LLVM/test/Transforms/LoopStrengthReduce/dont_reduce_bytes.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopStrengthReduce/dont_reduce_bytes.ll
rename to third_party/LLVM/test/Transforms/LoopStrengthReduce/dont_reduce_bytes.ll
diff --git a/src/LLVM/test/Transforms/LoopStrengthReduce/dont_reverse.ll b/third_party/LLVM/test/Transforms/LoopStrengthReduce/dont_reverse.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopStrengthReduce/dont_reverse.ll
rename to third_party/LLVM/test/Transforms/LoopStrengthReduce/dont_reverse.ll
diff --git a/src/LLVM/test/Transforms/LoopStrengthReduce/exit_compare_live_range.ll b/third_party/LLVM/test/Transforms/LoopStrengthReduce/exit_compare_live_range.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopStrengthReduce/exit_compare_live_range.ll
rename to third_party/LLVM/test/Transforms/LoopStrengthReduce/exit_compare_live_range.ll
diff --git a/src/LLVM/test/Transforms/LoopStrengthReduce/hoist-parent-preheader.ll b/third_party/LLVM/test/Transforms/LoopStrengthReduce/hoist-parent-preheader.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopStrengthReduce/hoist-parent-preheader.ll
rename to third_party/LLVM/test/Transforms/LoopStrengthReduce/hoist-parent-preheader.ll
diff --git a/src/LLVM/test/Transforms/LoopStrengthReduce/invariant_value_first.ll b/third_party/LLVM/test/Transforms/LoopStrengthReduce/invariant_value_first.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopStrengthReduce/invariant_value_first.ll
rename to third_party/LLVM/test/Transforms/LoopStrengthReduce/invariant_value_first.ll
diff --git a/src/LLVM/test/Transforms/LoopStrengthReduce/invariant_value_first_arg.ll b/third_party/LLVM/test/Transforms/LoopStrengthReduce/invariant_value_first_arg.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopStrengthReduce/invariant_value_first_arg.ll
rename to third_party/LLVM/test/Transforms/LoopStrengthReduce/invariant_value_first_arg.ll
diff --git a/src/LLVM/test/Transforms/LoopStrengthReduce/nested-reduce.ll b/third_party/LLVM/test/Transforms/LoopStrengthReduce/nested-reduce.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopStrengthReduce/nested-reduce.ll
rename to third_party/LLVM/test/Transforms/LoopStrengthReduce/nested-reduce.ll
diff --git a/src/LLVM/test/Transforms/LoopStrengthReduce/nonlinear-postinc.ll b/third_party/LLVM/test/Transforms/LoopStrengthReduce/nonlinear-postinc.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopStrengthReduce/nonlinear-postinc.ll
rename to third_party/LLVM/test/Transforms/LoopStrengthReduce/nonlinear-postinc.ll
diff --git a/src/LLVM/test/Transforms/LoopStrengthReduce/ops_after_indvar.ll b/third_party/LLVM/test/Transforms/LoopStrengthReduce/ops_after_indvar.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopStrengthReduce/ops_after_indvar.ll
rename to third_party/LLVM/test/Transforms/LoopStrengthReduce/ops_after_indvar.ll
diff --git a/src/LLVM/test/Transforms/LoopStrengthReduce/phi_node_update_multiple_preds.ll b/third_party/LLVM/test/Transforms/LoopStrengthReduce/phi_node_update_multiple_preds.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopStrengthReduce/phi_node_update_multiple_preds.ll
rename to third_party/LLVM/test/Transforms/LoopStrengthReduce/phi_node_update_multiple_preds.ll
diff --git a/src/LLVM/test/Transforms/LoopStrengthReduce/post-inc-icmpzero.ll b/third_party/LLVM/test/Transforms/LoopStrengthReduce/post-inc-icmpzero.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopStrengthReduce/post-inc-icmpzero.ll
rename to third_party/LLVM/test/Transforms/LoopStrengthReduce/post-inc-icmpzero.ll
diff --git a/src/LLVM/test/Transforms/LoopStrengthReduce/pr2537.ll b/third_party/LLVM/test/Transforms/LoopStrengthReduce/pr2537.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopStrengthReduce/pr2537.ll
rename to third_party/LLVM/test/Transforms/LoopStrengthReduce/pr2537.ll
diff --git a/src/LLVM/test/Transforms/LoopStrengthReduce/pr2570.ll b/third_party/LLVM/test/Transforms/LoopStrengthReduce/pr2570.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopStrengthReduce/pr2570.ll
rename to third_party/LLVM/test/Transforms/LoopStrengthReduce/pr2570.ll
diff --git a/src/LLVM/test/Transforms/LoopStrengthReduce/pr3086.ll b/third_party/LLVM/test/Transforms/LoopStrengthReduce/pr3086.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopStrengthReduce/pr3086.ll
rename to third_party/LLVM/test/Transforms/LoopStrengthReduce/pr3086.ll
diff --git a/src/LLVM/test/Transforms/LoopStrengthReduce/pr3399.ll b/third_party/LLVM/test/Transforms/LoopStrengthReduce/pr3399.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopStrengthReduce/pr3399.ll
rename to third_party/LLVM/test/Transforms/LoopStrengthReduce/pr3399.ll
diff --git a/src/LLVM/test/Transforms/LoopStrengthReduce/pr3571.ll b/third_party/LLVM/test/Transforms/LoopStrengthReduce/pr3571.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopStrengthReduce/pr3571.ll
rename to third_party/LLVM/test/Transforms/LoopStrengthReduce/pr3571.ll
diff --git a/src/LLVM/test/Transforms/LoopStrengthReduce/quadradic-exit-value.ll b/third_party/LLVM/test/Transforms/LoopStrengthReduce/quadradic-exit-value.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopStrengthReduce/quadradic-exit-value.ll
rename to third_party/LLVM/test/Transforms/LoopStrengthReduce/quadradic-exit-value.ll
diff --git a/src/LLVM/test/Transforms/LoopStrengthReduce/related_indvars.ll b/third_party/LLVM/test/Transforms/LoopStrengthReduce/related_indvars.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopStrengthReduce/related_indvars.ll
rename to third_party/LLVM/test/Transforms/LoopStrengthReduce/related_indvars.ll
diff --git a/src/LLVM/test/Transforms/LoopStrengthReduce/remove_indvar.ll b/third_party/LLVM/test/Transforms/LoopStrengthReduce/remove_indvar.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopStrengthReduce/remove_indvar.ll
rename to third_party/LLVM/test/Transforms/LoopStrengthReduce/remove_indvar.ll
diff --git a/src/LLVM/test/Transforms/LoopStrengthReduce/share_code_in_preheader.ll b/third_party/LLVM/test/Transforms/LoopStrengthReduce/share_code_in_preheader.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopStrengthReduce/share_code_in_preheader.ll
rename to third_party/LLVM/test/Transforms/LoopStrengthReduce/share_code_in_preheader.ll
diff --git a/src/LLVM/test/Transforms/LoopStrengthReduce/share_ivs.ll b/third_party/LLVM/test/Transforms/LoopStrengthReduce/share_ivs.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopStrengthReduce/share_ivs.ll
rename to third_party/LLVM/test/Transforms/LoopStrengthReduce/share_ivs.ll
diff --git a/src/LLVM/test/Transforms/LoopStrengthReduce/uglygep.ll b/third_party/LLVM/test/Transforms/LoopStrengthReduce/uglygep.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopStrengthReduce/uglygep.ll
rename to third_party/LLVM/test/Transforms/LoopStrengthReduce/uglygep.ll
diff --git a/src/LLVM/test/Transforms/LoopStrengthReduce/use_postinc_value_outside_loop.ll b/third_party/LLVM/test/Transforms/LoopStrengthReduce/use_postinc_value_outside_loop.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopStrengthReduce/use_postinc_value_outside_loop.ll
rename to third_party/LLVM/test/Transforms/LoopStrengthReduce/use_postinc_value_outside_loop.ll
diff --git a/src/LLVM/test/Transforms/LoopStrengthReduce/var_stride_used_by_compare.ll b/third_party/LLVM/test/Transforms/LoopStrengthReduce/var_stride_used_by_compare.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopStrengthReduce/var_stride_used_by_compare.ll
rename to third_party/LLVM/test/Transforms/LoopStrengthReduce/var_stride_used_by_compare.ll
diff --git a/src/LLVM/test/Transforms/LoopStrengthReduce/variable_stride.ll b/third_party/LLVM/test/Transforms/LoopStrengthReduce/variable_stride.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopStrengthReduce/variable_stride.ll
rename to third_party/LLVM/test/Transforms/LoopStrengthReduce/variable_stride.ll
diff --git a/src/LLVM/test/Transforms/LoopUnroll/2004-05-13-DontUnrollTooMuch.ll b/third_party/LLVM/test/Transforms/LoopUnroll/2004-05-13-DontUnrollTooMuch.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopUnroll/2004-05-13-DontUnrollTooMuch.ll
rename to third_party/LLVM/test/Transforms/LoopUnroll/2004-05-13-DontUnrollTooMuch.ll
diff --git a/src/LLVM/test/Transforms/LoopUnroll/2005-03-06-BadLoopInfoUpdate.ll b/third_party/LLVM/test/Transforms/LoopUnroll/2005-03-06-BadLoopInfoUpdate.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopUnroll/2005-03-06-BadLoopInfoUpdate.ll
rename to third_party/LLVM/test/Transforms/LoopUnroll/2005-03-06-BadLoopInfoUpdate.ll
diff --git a/src/LLVM/test/Transforms/LoopUnroll/2006-08-24-MultiBlockLoop.ll b/third_party/LLVM/test/Transforms/LoopUnroll/2006-08-24-MultiBlockLoop.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopUnroll/2006-08-24-MultiBlockLoop.ll
rename to third_party/LLVM/test/Transforms/LoopUnroll/2006-08-24-MultiBlockLoop.ll
diff --git a/src/LLVM/test/Transforms/LoopUnroll/2007-04-16-PhiUpdate.ll b/third_party/LLVM/test/Transforms/LoopUnroll/2007-04-16-PhiUpdate.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopUnroll/2007-04-16-PhiUpdate.ll
rename to third_party/LLVM/test/Transforms/LoopUnroll/2007-04-16-PhiUpdate.ll
diff --git a/src/LLVM/test/Transforms/LoopUnroll/2007-05-05-UnrollMiscomp.ll b/third_party/LLVM/test/Transforms/LoopUnroll/2007-05-05-UnrollMiscomp.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopUnroll/2007-05-05-UnrollMiscomp.ll
rename to third_party/LLVM/test/Transforms/LoopUnroll/2007-05-05-UnrollMiscomp.ll
diff --git a/src/LLVM/test/Transforms/LoopUnroll/2007-05-09-UnknownTripCount.ll b/third_party/LLVM/test/Transforms/LoopUnroll/2007-05-09-UnknownTripCount.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopUnroll/2007-05-09-UnknownTripCount.ll
rename to third_party/LLVM/test/Transforms/LoopUnroll/2007-05-09-UnknownTripCount.ll
diff --git a/src/LLVM/test/Transforms/LoopUnroll/2007-11-05-Crash.ll b/third_party/LLVM/test/Transforms/LoopUnroll/2007-11-05-Crash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopUnroll/2007-11-05-Crash.ll
rename to third_party/LLVM/test/Transforms/LoopUnroll/2007-11-05-Crash.ll
diff --git a/src/LLVM/test/Transforms/LoopUnroll/2011-08-08-PhiUpdate.ll b/third_party/LLVM/test/Transforms/LoopUnroll/2011-08-08-PhiUpdate.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopUnroll/2011-08-08-PhiUpdate.ll
rename to third_party/LLVM/test/Transforms/LoopUnroll/2011-08-08-PhiUpdate.ll
diff --git a/src/LLVM/test/Transforms/LoopUnroll/2011-08-09-IVSimplify.ll b/third_party/LLVM/test/Transforms/LoopUnroll/2011-08-09-IVSimplify.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopUnroll/2011-08-09-IVSimplify.ll
rename to third_party/LLVM/test/Transforms/LoopUnroll/2011-08-09-IVSimplify.ll
diff --git a/src/LLVM/test/Transforms/LoopUnroll/2011-08-09-PhiUpdate.ll b/third_party/LLVM/test/Transforms/LoopUnroll/2011-08-09-PhiUpdate.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopUnroll/2011-08-09-PhiUpdate.ll
rename to third_party/LLVM/test/Transforms/LoopUnroll/2011-08-09-PhiUpdate.ll
diff --git a/src/LLVM/test/Transforms/LoopUnroll/2011-10-01-NoopTrunc.ll b/third_party/LLVM/test/Transforms/LoopUnroll/2011-10-01-NoopTrunc.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopUnroll/2011-10-01-NoopTrunc.ll
rename to third_party/LLVM/test/Transforms/LoopUnroll/2011-10-01-NoopTrunc.ll
diff --git a/src/LLVM/test/Transforms/LoopUnroll/basic.ll b/third_party/LLVM/test/Transforms/LoopUnroll/basic.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopUnroll/basic.ll
rename to third_party/LLVM/test/Transforms/LoopUnroll/basic.ll
diff --git a/src/LLVM/test/Transforms/LoopUnroll/dg.exp b/third_party/LLVM/test/Transforms/LoopUnroll/dg.exp
similarity index 100%
rename from src/LLVM/test/Transforms/LoopUnroll/dg.exp
rename to third_party/LLVM/test/Transforms/LoopUnroll/dg.exp
diff --git a/src/LLVM/test/Transforms/LoopUnroll/pr10813.ll b/third_party/LLVM/test/Transforms/LoopUnroll/pr10813.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopUnroll/pr10813.ll
rename to third_party/LLVM/test/Transforms/LoopUnroll/pr10813.ll
diff --git a/src/LLVM/test/Transforms/LoopUnroll/scevunroll.ll b/third_party/LLVM/test/Transforms/LoopUnroll/scevunroll.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopUnroll/scevunroll.ll
rename to third_party/LLVM/test/Transforms/LoopUnroll/scevunroll.ll
diff --git a/src/LLVM/test/Transforms/LoopUnroll/shifted-tripcount.ll b/third_party/LLVM/test/Transforms/LoopUnroll/shifted-tripcount.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopUnroll/shifted-tripcount.ll
rename to third_party/LLVM/test/Transforms/LoopUnroll/shifted-tripcount.ll
diff --git a/src/LLVM/test/Transforms/LoopUnroll/unloop.ll b/third_party/LLVM/test/Transforms/LoopUnroll/unloop.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopUnroll/unloop.ll
rename to third_party/LLVM/test/Transforms/LoopUnroll/unloop.ll
diff --git a/src/LLVM/test/Transforms/LoopUnswitch/2006-06-13-SingleEntryPHI.ll b/third_party/LLVM/test/Transforms/LoopUnswitch/2006-06-13-SingleEntryPHI.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopUnswitch/2006-06-13-SingleEntryPHI.ll
rename to third_party/LLVM/test/Transforms/LoopUnswitch/2006-06-13-SingleEntryPHI.ll
diff --git a/src/LLVM/test/Transforms/LoopUnswitch/2006-06-27-DeadSwitchCase.ll b/third_party/LLVM/test/Transforms/LoopUnswitch/2006-06-27-DeadSwitchCase.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopUnswitch/2006-06-27-DeadSwitchCase.ll
rename to third_party/LLVM/test/Transforms/LoopUnswitch/2006-06-27-DeadSwitchCase.ll
diff --git a/src/LLVM/test/Transforms/LoopUnswitch/2007-05-09-Unreachable.ll b/third_party/LLVM/test/Transforms/LoopUnswitch/2007-05-09-Unreachable.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopUnswitch/2007-05-09-Unreachable.ll
rename to third_party/LLVM/test/Transforms/LoopUnswitch/2007-05-09-Unreachable.ll
diff --git a/src/LLVM/test/Transforms/LoopUnswitch/2007-05-09-tl.ll b/third_party/LLVM/test/Transforms/LoopUnswitch/2007-05-09-tl.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopUnswitch/2007-05-09-tl.ll
rename to third_party/LLVM/test/Transforms/LoopUnswitch/2007-05-09-tl.ll
diff --git a/src/LLVM/test/Transforms/LoopUnswitch/2007-07-12-ExitDomInfo.ll b/third_party/LLVM/test/Transforms/LoopUnswitch/2007-07-12-ExitDomInfo.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopUnswitch/2007-07-12-ExitDomInfo.ll
rename to third_party/LLVM/test/Transforms/LoopUnswitch/2007-07-12-ExitDomInfo.ll
diff --git a/src/LLVM/test/Transforms/LoopUnswitch/2007-07-13-DomInfo.ll b/third_party/LLVM/test/Transforms/LoopUnswitch/2007-07-13-DomInfo.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopUnswitch/2007-07-13-DomInfo.ll
rename to third_party/LLVM/test/Transforms/LoopUnswitch/2007-07-13-DomInfo.ll
diff --git a/src/LLVM/test/Transforms/LoopUnswitch/2007-07-18-DomInfo.ll b/third_party/LLVM/test/Transforms/LoopUnswitch/2007-07-18-DomInfo.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopUnswitch/2007-07-18-DomInfo.ll
rename to third_party/LLVM/test/Transforms/LoopUnswitch/2007-07-18-DomInfo.ll
diff --git a/src/LLVM/test/Transforms/LoopUnswitch/2007-08-01-Dom.ll b/third_party/LLVM/test/Transforms/LoopUnswitch/2007-08-01-Dom.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopUnswitch/2007-08-01-Dom.ll
rename to third_party/LLVM/test/Transforms/LoopUnswitch/2007-08-01-Dom.ll
diff --git a/src/LLVM/test/Transforms/LoopUnswitch/2007-08-01-LCSSA.ll b/third_party/LLVM/test/Transforms/LoopUnswitch/2007-08-01-LCSSA.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopUnswitch/2007-08-01-LCSSA.ll
rename to third_party/LLVM/test/Transforms/LoopUnswitch/2007-08-01-LCSSA.ll
diff --git a/src/LLVM/test/Transforms/LoopUnswitch/2007-10-04-DomFrontier.ll b/third_party/LLVM/test/Transforms/LoopUnswitch/2007-10-04-DomFrontier.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopUnswitch/2007-10-04-DomFrontier.ll
rename to third_party/LLVM/test/Transforms/LoopUnswitch/2007-10-04-DomFrontier.ll
diff --git a/src/LLVM/test/Transforms/LoopUnswitch/2008-06-02-DomInfo.ll b/third_party/LLVM/test/Transforms/LoopUnswitch/2008-06-02-DomInfo.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopUnswitch/2008-06-02-DomInfo.ll
rename to third_party/LLVM/test/Transforms/LoopUnswitch/2008-06-02-DomInfo.ll
diff --git a/src/LLVM/test/Transforms/LoopUnswitch/2008-06-17-DomFrontier.ll b/third_party/LLVM/test/Transforms/LoopUnswitch/2008-06-17-DomFrontier.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopUnswitch/2008-06-17-DomFrontier.ll
rename to third_party/LLVM/test/Transforms/LoopUnswitch/2008-06-17-DomFrontier.ll
diff --git a/src/LLVM/test/Transforms/LoopUnswitch/2008-11-03-Invariant.ll b/third_party/LLVM/test/Transforms/LoopUnswitch/2008-11-03-Invariant.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopUnswitch/2008-11-03-Invariant.ll
rename to third_party/LLVM/test/Transforms/LoopUnswitch/2008-11-03-Invariant.ll
diff --git a/src/LLVM/test/Transforms/LoopUnswitch/2010-11-18-LCSSA.ll b/third_party/LLVM/test/Transforms/LoopUnswitch/2010-11-18-LCSSA.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopUnswitch/2010-11-18-LCSSA.ll
rename to third_party/LLVM/test/Transforms/LoopUnswitch/2010-11-18-LCSSA.ll
diff --git a/src/LLVM/test/Transforms/LoopUnswitch/2011-06-02-CritSwitch.ll b/third_party/LLVM/test/Transforms/LoopUnswitch/2011-06-02-CritSwitch.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopUnswitch/2011-06-02-CritSwitch.ll
rename to third_party/LLVM/test/Transforms/LoopUnswitch/2011-06-02-CritSwitch.ll
diff --git a/src/LLVM/test/Transforms/LoopUnswitch/2011-09-26-EHCrash.ll b/third_party/LLVM/test/Transforms/LoopUnswitch/2011-09-26-EHCrash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopUnswitch/2011-09-26-EHCrash.ll
rename to third_party/LLVM/test/Transforms/LoopUnswitch/2011-09-26-EHCrash.ll
diff --git a/src/LLVM/test/Transforms/LoopUnswitch/basictest.ll b/third_party/LLVM/test/Transforms/LoopUnswitch/basictest.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopUnswitch/basictest.ll
rename to third_party/LLVM/test/Transforms/LoopUnswitch/basictest.ll
diff --git a/src/LLVM/test/Transforms/LoopUnswitch/crash.ll b/third_party/LLVM/test/Transforms/LoopUnswitch/crash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopUnswitch/crash.ll
rename to third_party/LLVM/test/Transforms/LoopUnswitch/crash.ll
diff --git a/src/LLVM/test/Transforms/LoopUnswitch/dg.exp b/third_party/LLVM/test/Transforms/LoopUnswitch/dg.exp
similarity index 100%
rename from src/LLVM/test/Transforms/LoopUnswitch/dg.exp
rename to third_party/LLVM/test/Transforms/LoopUnswitch/dg.exp
diff --git a/src/LLVM/test/Transforms/LoopUnswitch/infinite-loop.ll b/third_party/LLVM/test/Transforms/LoopUnswitch/infinite-loop.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopUnswitch/infinite-loop.ll
rename to third_party/LLVM/test/Transforms/LoopUnswitch/infinite-loop.ll
diff --git a/src/LLVM/test/Transforms/LoopUnswitch/preserve-analyses.ll b/third_party/LLVM/test/Transforms/LoopUnswitch/preserve-analyses.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LoopUnswitch/preserve-analyses.ll
rename to third_party/LLVM/test/Transforms/LoopUnswitch/preserve-analyses.ll
diff --git a/src/LLVM/test/Transforms/LowerAtomic/atomic-load.ll b/third_party/LLVM/test/Transforms/LowerAtomic/atomic-load.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LowerAtomic/atomic-load.ll
rename to third_party/LLVM/test/Transforms/LowerAtomic/atomic-load.ll
diff --git a/src/LLVM/test/Transforms/LowerAtomic/atomic-swap.ll b/third_party/LLVM/test/Transforms/LowerAtomic/atomic-swap.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LowerAtomic/atomic-swap.ll
rename to third_party/LLVM/test/Transforms/LowerAtomic/atomic-swap.ll
diff --git a/src/LLVM/test/Transforms/LowerAtomic/barrier.ll b/third_party/LLVM/test/Transforms/LowerAtomic/barrier.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LowerAtomic/barrier.ll
rename to third_party/LLVM/test/Transforms/LowerAtomic/barrier.ll
diff --git a/src/LLVM/test/Transforms/LowerAtomic/dg.exp b/third_party/LLVM/test/Transforms/LowerAtomic/dg.exp
similarity index 100%
rename from src/LLVM/test/Transforms/LowerAtomic/dg.exp
rename to third_party/LLVM/test/Transforms/LowerAtomic/dg.exp
diff --git a/src/LLVM/test/Transforms/LowerExpectIntrinsic/basic.ll b/third_party/LLVM/test/Transforms/LowerExpectIntrinsic/basic.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LowerExpectIntrinsic/basic.ll
rename to third_party/LLVM/test/Transforms/LowerExpectIntrinsic/basic.ll
diff --git a/src/LLVM/test/Transforms/LowerExpectIntrinsic/dg.exp b/third_party/LLVM/test/Transforms/LowerExpectIntrinsic/dg.exp
similarity index 100%
rename from src/LLVM/test/Transforms/LowerExpectIntrinsic/dg.exp
rename to third_party/LLVM/test/Transforms/LowerExpectIntrinsic/dg.exp
diff --git a/src/LLVM/test/Transforms/LowerInvoke/2003-12-10-Crash.ll b/third_party/LLVM/test/Transforms/LowerInvoke/2003-12-10-Crash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LowerInvoke/2003-12-10-Crash.ll
rename to third_party/LLVM/test/Transforms/LowerInvoke/2003-12-10-Crash.ll
diff --git a/src/LLVM/test/Transforms/LowerInvoke/2004-02-29-PHICrash.ll b/third_party/LLVM/test/Transforms/LowerInvoke/2004-02-29-PHICrash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LowerInvoke/2004-02-29-PHICrash.ll
rename to third_party/LLVM/test/Transforms/LowerInvoke/2004-02-29-PHICrash.ll
diff --git a/src/LLVM/test/Transforms/LowerInvoke/2005-08-03-InvokeWithPHI.ll b/third_party/LLVM/test/Transforms/LowerInvoke/2005-08-03-InvokeWithPHI.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LowerInvoke/2005-08-03-InvokeWithPHI.ll
rename to third_party/LLVM/test/Transforms/LowerInvoke/2005-08-03-InvokeWithPHI.ll
diff --git a/src/LLVM/test/Transforms/LowerInvoke/2005-08-03-InvokeWithPHIUse.ll b/third_party/LLVM/test/Transforms/LowerInvoke/2005-08-03-InvokeWithPHIUse.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LowerInvoke/2005-08-03-InvokeWithPHIUse.ll
rename to third_party/LLVM/test/Transforms/LowerInvoke/2005-08-03-InvokeWithPHIUse.ll
diff --git a/src/LLVM/test/Transforms/LowerInvoke/2008-02-14-CritEdgePhiCrash.ll b/third_party/LLVM/test/Transforms/LowerInvoke/2008-02-14-CritEdgePhiCrash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LowerInvoke/2008-02-14-CritEdgePhiCrash.ll
rename to third_party/LLVM/test/Transforms/LowerInvoke/2008-02-14-CritEdgePhiCrash.ll
diff --git a/src/LLVM/test/Transforms/LowerInvoke/basictest.ll b/third_party/LLVM/test/Transforms/LowerInvoke/basictest.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LowerInvoke/basictest.ll
rename to third_party/LLVM/test/Transforms/LowerInvoke/basictest.ll
diff --git a/src/LLVM/test/Transforms/LowerInvoke/dg.exp b/third_party/LLVM/test/Transforms/LowerInvoke/dg.exp
similarity index 100%
rename from src/LLVM/test/Transforms/LowerInvoke/dg.exp
rename to third_party/LLVM/test/Transforms/LowerInvoke/dg.exp
diff --git a/src/LLVM/test/Transforms/LowerSwitch/2003-05-01-PHIProblem.ll b/third_party/LLVM/test/Transforms/LowerSwitch/2003-05-01-PHIProblem.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LowerSwitch/2003-05-01-PHIProblem.ll
rename to third_party/LLVM/test/Transforms/LowerSwitch/2003-05-01-PHIProblem.ll
diff --git a/src/LLVM/test/Transforms/LowerSwitch/2003-08-23-EmptySwitch.ll b/third_party/LLVM/test/Transforms/LowerSwitch/2003-08-23-EmptySwitch.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LowerSwitch/2003-08-23-EmptySwitch.ll
rename to third_party/LLVM/test/Transforms/LowerSwitch/2003-08-23-EmptySwitch.ll
diff --git a/src/LLVM/test/Transforms/LowerSwitch/2004-03-13-SwitchIsDefaultCrash.ll b/third_party/LLVM/test/Transforms/LowerSwitch/2004-03-13-SwitchIsDefaultCrash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LowerSwitch/2004-03-13-SwitchIsDefaultCrash.ll
rename to third_party/LLVM/test/Transforms/LowerSwitch/2004-03-13-SwitchIsDefaultCrash.ll
diff --git a/src/LLVM/test/Transforms/LowerSwitch/dg.exp b/third_party/LLVM/test/Transforms/LowerSwitch/dg.exp
similarity index 100%
rename from src/LLVM/test/Transforms/LowerSwitch/dg.exp
rename to third_party/LLVM/test/Transforms/LowerSwitch/dg.exp
diff --git a/src/LLVM/test/Transforms/LowerSwitch/feature.ll b/third_party/LLVM/test/Transforms/LowerSwitch/feature.ll
similarity index 100%
rename from src/LLVM/test/Transforms/LowerSwitch/feature.ll
rename to third_party/LLVM/test/Transforms/LowerSwitch/feature.ll
diff --git a/src/LLVM/test/Transforms/Mem2Reg/2002-03-28-UninitializedVal.ll b/third_party/LLVM/test/Transforms/Mem2Reg/2002-03-28-UninitializedVal.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Mem2Reg/2002-03-28-UninitializedVal.ll
rename to third_party/LLVM/test/Transforms/Mem2Reg/2002-03-28-UninitializedVal.ll
diff --git a/src/LLVM/test/Transforms/Mem2Reg/2002-05-01-ShouldNotPromoteThisAlloca.ll b/third_party/LLVM/test/Transforms/Mem2Reg/2002-05-01-ShouldNotPromoteThisAlloca.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Mem2Reg/2002-05-01-ShouldNotPromoteThisAlloca.ll
rename to third_party/LLVM/test/Transforms/Mem2Reg/2002-05-01-ShouldNotPromoteThisAlloca.ll
diff --git a/src/LLVM/test/Transforms/Mem2Reg/2003-04-10-DFNotFound.ll b/third_party/LLVM/test/Transforms/Mem2Reg/2003-04-10-DFNotFound.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Mem2Reg/2003-04-10-DFNotFound.ll
rename to third_party/LLVM/test/Transforms/Mem2Reg/2003-04-10-DFNotFound.ll
diff --git a/src/LLVM/test/Transforms/Mem2Reg/2003-04-18-DeadBlockProblem.ll b/third_party/LLVM/test/Transforms/Mem2Reg/2003-04-18-DeadBlockProblem.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Mem2Reg/2003-04-18-DeadBlockProblem.ll
rename to third_party/LLVM/test/Transforms/Mem2Reg/2003-04-18-DeadBlockProblem.ll
diff --git a/src/LLVM/test/Transforms/Mem2Reg/2003-04-24-MultipleIdenticalSuccessors.ll b/third_party/LLVM/test/Transforms/Mem2Reg/2003-04-24-MultipleIdenticalSuccessors.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Mem2Reg/2003-04-24-MultipleIdenticalSuccessors.ll
rename to third_party/LLVM/test/Transforms/Mem2Reg/2003-04-24-MultipleIdenticalSuccessors.ll
diff --git a/src/LLVM/test/Transforms/Mem2Reg/2003-06-26-IterativePromote.ll b/third_party/LLVM/test/Transforms/Mem2Reg/2003-06-26-IterativePromote.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Mem2Reg/2003-06-26-IterativePromote.ll
rename to third_party/LLVM/test/Transforms/Mem2Reg/2003-06-26-IterativePromote.ll
diff --git a/src/LLVM/test/Transforms/Mem2Reg/2003-10-05-DeadPHIInsertion.ll b/third_party/LLVM/test/Transforms/Mem2Reg/2003-10-05-DeadPHIInsertion.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Mem2Reg/2003-10-05-DeadPHIInsertion.ll
rename to third_party/LLVM/test/Transforms/Mem2Reg/2003-10-05-DeadPHIInsertion.ll
diff --git a/src/LLVM/test/Transforms/Mem2Reg/2005-06-30-ReadBeforeWrite.ll b/third_party/LLVM/test/Transforms/Mem2Reg/2005-06-30-ReadBeforeWrite.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Mem2Reg/2005-06-30-ReadBeforeWrite.ll
rename to third_party/LLVM/test/Transforms/Mem2Reg/2005-06-30-ReadBeforeWrite.ll
diff --git a/src/LLVM/test/Transforms/Mem2Reg/2005-11-28-Crash.ll b/third_party/LLVM/test/Transforms/Mem2Reg/2005-11-28-Crash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Mem2Reg/2005-11-28-Crash.ll
rename to third_party/LLVM/test/Transforms/Mem2Reg/2005-11-28-Crash.ll
diff --git a/src/LLVM/test/Transforms/Mem2Reg/2007-08-27-VolatileLoadsStores.ll b/third_party/LLVM/test/Transforms/Mem2Reg/2007-08-27-VolatileLoadsStores.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Mem2Reg/2007-08-27-VolatileLoadsStores.ll
rename to third_party/LLVM/test/Transforms/Mem2Reg/2007-08-27-VolatileLoadsStores.ll
diff --git a/src/LLVM/test/Transforms/Mem2Reg/ConvertDebugInfo.ll b/third_party/LLVM/test/Transforms/Mem2Reg/ConvertDebugInfo.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Mem2Reg/ConvertDebugInfo.ll
rename to third_party/LLVM/test/Transforms/Mem2Reg/ConvertDebugInfo.ll
diff --git a/src/LLVM/test/Transforms/Mem2Reg/ConvertDebugInfo2.ll b/third_party/LLVM/test/Transforms/Mem2Reg/ConvertDebugInfo2.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Mem2Reg/ConvertDebugInfo2.ll
rename to third_party/LLVM/test/Transforms/Mem2Reg/ConvertDebugInfo2.ll
diff --git a/src/LLVM/test/Transforms/Mem2Reg/PromoteMemToRegister.ll b/third_party/LLVM/test/Transforms/Mem2Reg/PromoteMemToRegister.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Mem2Reg/PromoteMemToRegister.ll
rename to third_party/LLVM/test/Transforms/Mem2Reg/PromoteMemToRegister.ll
diff --git a/src/LLVM/test/Transforms/Mem2Reg/UndefValuesMerge.ll b/third_party/LLVM/test/Transforms/Mem2Reg/UndefValuesMerge.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Mem2Reg/UndefValuesMerge.ll
rename to third_party/LLVM/test/Transforms/Mem2Reg/UndefValuesMerge.ll
diff --git a/src/LLVM/test/Transforms/Mem2Reg/atomic.ll b/third_party/LLVM/test/Transforms/Mem2Reg/atomic.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Mem2Reg/atomic.ll
rename to third_party/LLVM/test/Transforms/Mem2Reg/atomic.ll
diff --git a/src/LLVM/test/Transforms/Mem2Reg/crash.ll b/third_party/LLVM/test/Transforms/Mem2Reg/crash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Mem2Reg/crash.ll
rename to third_party/LLVM/test/Transforms/Mem2Reg/crash.ll
diff --git a/src/LLVM/test/Transforms/Mem2Reg/dg.exp b/third_party/LLVM/test/Transforms/Mem2Reg/dg.exp
similarity index 100%
rename from src/LLVM/test/Transforms/Mem2Reg/dg.exp
rename to third_party/LLVM/test/Transforms/Mem2Reg/dg.exp
diff --git a/src/LLVM/test/Transforms/Mem2Reg/ignore-lifetime.ll b/third_party/LLVM/test/Transforms/Mem2Reg/ignore-lifetime.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Mem2Reg/ignore-lifetime.ll
rename to third_party/LLVM/test/Transforms/Mem2Reg/ignore-lifetime.ll
diff --git a/src/LLVM/test/Transforms/MemCpyOpt/2008-02-24-MultipleUseofSRet.ll b/third_party/LLVM/test/Transforms/MemCpyOpt/2008-02-24-MultipleUseofSRet.ll
similarity index 100%
rename from src/LLVM/test/Transforms/MemCpyOpt/2008-02-24-MultipleUseofSRet.ll
rename to third_party/LLVM/test/Transforms/MemCpyOpt/2008-02-24-MultipleUseofSRet.ll
diff --git a/src/LLVM/test/Transforms/MemCpyOpt/2008-03-13-ReturnSlotBitcast.ll b/third_party/LLVM/test/Transforms/MemCpyOpt/2008-03-13-ReturnSlotBitcast.ll
similarity index 100%
rename from src/LLVM/test/Transforms/MemCpyOpt/2008-03-13-ReturnSlotBitcast.ll
rename to third_party/LLVM/test/Transforms/MemCpyOpt/2008-03-13-ReturnSlotBitcast.ll
diff --git a/src/LLVM/test/Transforms/MemCpyOpt/2011-06-02-CallSlotOverwritten.ll b/third_party/LLVM/test/Transforms/MemCpyOpt/2011-06-02-CallSlotOverwritten.ll
similarity index 100%
rename from src/LLVM/test/Transforms/MemCpyOpt/2011-06-02-CallSlotOverwritten.ll
rename to third_party/LLVM/test/Transforms/MemCpyOpt/2011-06-02-CallSlotOverwritten.ll
diff --git a/src/LLVM/test/Transforms/MemCpyOpt/align.ll b/third_party/LLVM/test/Transforms/MemCpyOpt/align.ll
similarity index 100%
rename from src/LLVM/test/Transforms/MemCpyOpt/align.ll
rename to third_party/LLVM/test/Transforms/MemCpyOpt/align.ll
diff --git a/src/LLVM/test/Transforms/MemCpyOpt/atomic.ll b/third_party/LLVM/test/Transforms/MemCpyOpt/atomic.ll
similarity index 100%
rename from src/LLVM/test/Transforms/MemCpyOpt/atomic.ll
rename to third_party/LLVM/test/Transforms/MemCpyOpt/atomic.ll
diff --git a/src/LLVM/test/Transforms/MemCpyOpt/crash.ll b/third_party/LLVM/test/Transforms/MemCpyOpt/crash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/MemCpyOpt/crash.ll
rename to third_party/LLVM/test/Transforms/MemCpyOpt/crash.ll
diff --git a/src/LLVM/test/Transforms/MemCpyOpt/dg.exp b/third_party/LLVM/test/Transforms/MemCpyOpt/dg.exp
similarity index 100%
rename from src/LLVM/test/Transforms/MemCpyOpt/dg.exp
rename to third_party/LLVM/test/Transforms/MemCpyOpt/dg.exp
diff --git a/src/LLVM/test/Transforms/MemCpyOpt/form-memset.ll b/third_party/LLVM/test/Transforms/MemCpyOpt/form-memset.ll
similarity index 100%
rename from src/LLVM/test/Transforms/MemCpyOpt/form-memset.ll
rename to third_party/LLVM/test/Transforms/MemCpyOpt/form-memset.ll
diff --git a/src/LLVM/test/Transforms/MemCpyOpt/loadstore-sret.ll b/third_party/LLVM/test/Transforms/MemCpyOpt/loadstore-sret.ll
similarity index 100%
rename from src/LLVM/test/Transforms/MemCpyOpt/loadstore-sret.ll
rename to third_party/LLVM/test/Transforms/MemCpyOpt/loadstore-sret.ll
diff --git a/src/LLVM/test/Transforms/MemCpyOpt/memcpy-to-memset.ll b/third_party/LLVM/test/Transforms/MemCpyOpt/memcpy-to-memset.ll
similarity index 100%
rename from src/LLVM/test/Transforms/MemCpyOpt/memcpy-to-memset.ll
rename to third_party/LLVM/test/Transforms/MemCpyOpt/memcpy-to-memset.ll
diff --git a/src/LLVM/test/Transforms/MemCpyOpt/memcpy.ll b/third_party/LLVM/test/Transforms/MemCpyOpt/memcpy.ll
similarity index 100%
rename from src/LLVM/test/Transforms/MemCpyOpt/memcpy.ll
rename to third_party/LLVM/test/Transforms/MemCpyOpt/memcpy.ll
diff --git a/src/LLVM/test/Transforms/MemCpyOpt/memmove.ll b/third_party/LLVM/test/Transforms/MemCpyOpt/memmove.ll
similarity index 100%
rename from src/LLVM/test/Transforms/MemCpyOpt/memmove.ll
rename to third_party/LLVM/test/Transforms/MemCpyOpt/memmove.ll
diff --git a/src/LLVM/test/Transforms/MemCpyOpt/smaller.ll b/third_party/LLVM/test/Transforms/MemCpyOpt/smaller.ll
similarity index 100%
rename from src/LLVM/test/Transforms/MemCpyOpt/smaller.ll
rename to third_party/LLVM/test/Transforms/MemCpyOpt/smaller.ll
diff --git a/src/LLVM/test/Transforms/MemCpyOpt/sret.ll b/third_party/LLVM/test/Transforms/MemCpyOpt/sret.ll
similarity index 100%
rename from src/LLVM/test/Transforms/MemCpyOpt/sret.ll
rename to third_party/LLVM/test/Transforms/MemCpyOpt/sret.ll
diff --git a/src/LLVM/test/Transforms/MergeFunc/2011-02-08-RemoveEqual.ll b/third_party/LLVM/test/Transforms/MergeFunc/2011-02-08-RemoveEqual.ll
similarity index 100%
rename from src/LLVM/test/Transforms/MergeFunc/2011-02-08-RemoveEqual.ll
rename to third_party/LLVM/test/Transforms/MergeFunc/2011-02-08-RemoveEqual.ll
diff --git a/src/LLVM/test/Transforms/MergeFunc/dg.exp b/third_party/LLVM/test/Transforms/MergeFunc/dg.exp
similarity index 100%
rename from src/LLVM/test/Transforms/MergeFunc/dg.exp
rename to third_party/LLVM/test/Transforms/MergeFunc/dg.exp
diff --git a/src/LLVM/test/Transforms/MergeFunc/fold-weak.ll b/third_party/LLVM/test/Transforms/MergeFunc/fold-weak.ll
similarity index 100%
rename from src/LLVM/test/Transforms/MergeFunc/fold-weak.ll
rename to third_party/LLVM/test/Transforms/MergeFunc/fold-weak.ll
diff --git a/src/LLVM/test/Transforms/MergeFunc/phi-speculation1.ll b/third_party/LLVM/test/Transforms/MergeFunc/phi-speculation1.ll
similarity index 100%
rename from src/LLVM/test/Transforms/MergeFunc/phi-speculation1.ll
rename to third_party/LLVM/test/Transforms/MergeFunc/phi-speculation1.ll
diff --git a/src/LLVM/test/Transforms/MergeFunc/phi-speculation2.ll b/third_party/LLVM/test/Transforms/MergeFunc/phi-speculation2.ll
similarity index 100%
rename from src/LLVM/test/Transforms/MergeFunc/phi-speculation2.ll
rename to third_party/LLVM/test/Transforms/MergeFunc/phi-speculation2.ll
diff --git a/src/LLVM/test/Transforms/MergeFunc/vector.ll b/third_party/LLVM/test/Transforms/MergeFunc/vector.ll
similarity index 100%
rename from src/LLVM/test/Transforms/MergeFunc/vector.ll
rename to third_party/LLVM/test/Transforms/MergeFunc/vector.ll
diff --git a/src/LLVM/test/Transforms/MergeFunc/vectors-and-arrays.ll b/third_party/LLVM/test/Transforms/MergeFunc/vectors-and-arrays.ll
similarity index 100%
rename from src/LLVM/test/Transforms/MergeFunc/vectors-and-arrays.ll
rename to third_party/LLVM/test/Transforms/MergeFunc/vectors-and-arrays.ll
diff --git a/src/LLVM/test/Transforms/ObjCARC/basic.ll b/third_party/LLVM/test/Transforms/ObjCARC/basic.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ObjCARC/basic.ll
rename to third_party/LLVM/test/Transforms/ObjCARC/basic.ll
diff --git a/src/LLVM/test/Transforms/ObjCARC/cfg-hazards.ll b/third_party/LLVM/test/Transforms/ObjCARC/cfg-hazards.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ObjCARC/cfg-hazards.ll
rename to third_party/LLVM/test/Transforms/ObjCARC/cfg-hazards.ll
diff --git a/src/LLVM/test/Transforms/ObjCARC/contract-marker.ll b/third_party/LLVM/test/Transforms/ObjCARC/contract-marker.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ObjCARC/contract-marker.ll
rename to third_party/LLVM/test/Transforms/ObjCARC/contract-marker.ll
diff --git a/src/LLVM/test/Transforms/ObjCARC/contract-storestrong-ivar.ll b/third_party/LLVM/test/Transforms/ObjCARC/contract-storestrong-ivar.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ObjCARC/contract-storestrong-ivar.ll
rename to third_party/LLVM/test/Transforms/ObjCARC/contract-storestrong-ivar.ll
diff --git a/src/LLVM/test/Transforms/ObjCARC/contract-storestrong.ll b/third_party/LLVM/test/Transforms/ObjCARC/contract-storestrong.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ObjCARC/contract-storestrong.ll
rename to third_party/LLVM/test/Transforms/ObjCARC/contract-storestrong.ll
diff --git a/src/LLVM/test/Transforms/ObjCARC/contract-testcases.ll b/third_party/LLVM/test/Transforms/ObjCARC/contract-testcases.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ObjCARC/contract-testcases.ll
rename to third_party/LLVM/test/Transforms/ObjCARC/contract-testcases.ll
diff --git a/src/LLVM/test/Transforms/ObjCARC/contract.ll b/third_party/LLVM/test/Transforms/ObjCARC/contract.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ObjCARC/contract.ll
rename to third_party/LLVM/test/Transforms/ObjCARC/contract.ll
diff --git a/src/LLVM/test/Transforms/ObjCARC/dg.exp b/third_party/LLVM/test/Transforms/ObjCARC/dg.exp
similarity index 100%
rename from src/LLVM/test/Transforms/ObjCARC/dg.exp
rename to third_party/LLVM/test/Transforms/ObjCARC/dg.exp
diff --git a/src/LLVM/test/Transforms/ObjCARC/empty-block.ll b/third_party/LLVM/test/Transforms/ObjCARC/empty-block.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ObjCARC/empty-block.ll
rename to third_party/LLVM/test/Transforms/ObjCARC/empty-block.ll
diff --git a/src/LLVM/test/Transforms/ObjCARC/expand.ll b/third_party/LLVM/test/Transforms/ObjCARC/expand.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ObjCARC/expand.ll
rename to third_party/LLVM/test/Transforms/ObjCARC/expand.ll
diff --git a/src/LLVM/test/Transforms/ObjCARC/gvn.ll b/third_party/LLVM/test/Transforms/ObjCARC/gvn.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ObjCARC/gvn.ll
rename to third_party/LLVM/test/Transforms/ObjCARC/gvn.ll
diff --git a/src/LLVM/test/Transforms/ObjCARC/invoke.ll b/third_party/LLVM/test/Transforms/ObjCARC/invoke.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ObjCARC/invoke.ll
rename to third_party/LLVM/test/Transforms/ObjCARC/invoke.ll
diff --git a/src/LLVM/test/Transforms/ObjCARC/move-and-form-retain-autorelease.ll b/third_party/LLVM/test/Transforms/ObjCARC/move-and-form-retain-autorelease.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ObjCARC/move-and-form-retain-autorelease.ll
rename to third_party/LLVM/test/Transforms/ObjCARC/move-and-form-retain-autorelease.ll
diff --git a/src/LLVM/test/Transforms/ObjCARC/move-and-merge-autorelease.ll b/third_party/LLVM/test/Transforms/ObjCARC/move-and-merge-autorelease.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ObjCARC/move-and-merge-autorelease.ll
rename to third_party/LLVM/test/Transforms/ObjCARC/move-and-merge-autorelease.ll
diff --git a/src/LLVM/test/Transforms/ObjCARC/nested.ll b/third_party/LLVM/test/Transforms/ObjCARC/nested.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ObjCARC/nested.ll
rename to third_party/LLVM/test/Transforms/ObjCARC/nested.ll
diff --git a/src/LLVM/test/Transforms/ObjCARC/post-inlining.ll b/third_party/LLVM/test/Transforms/ObjCARC/post-inlining.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ObjCARC/post-inlining.ll
rename to third_party/LLVM/test/Transforms/ObjCARC/post-inlining.ll
diff --git a/src/LLVM/test/Transforms/ObjCARC/retain-block-alloca.ll b/third_party/LLVM/test/Transforms/ObjCARC/retain-block-alloca.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ObjCARC/retain-block-alloca.ll
rename to third_party/LLVM/test/Transforms/ObjCARC/retain-block-alloca.ll
diff --git a/src/LLVM/test/Transforms/ObjCARC/retain-block-side-effects.ll b/third_party/LLVM/test/Transforms/ObjCARC/retain-block-side-effects.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ObjCARC/retain-block-side-effects.ll
rename to third_party/LLVM/test/Transforms/ObjCARC/retain-block-side-effects.ll
diff --git a/src/LLVM/test/Transforms/ObjCARC/retain-not-declared.ll b/third_party/LLVM/test/Transforms/ObjCARC/retain-not-declared.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ObjCARC/retain-not-declared.ll
rename to third_party/LLVM/test/Transforms/ObjCARC/retain-not-declared.ll
diff --git a/src/LLVM/test/Transforms/ObjCARC/rle-s2l.ll b/third_party/LLVM/test/Transforms/ObjCARC/rle-s2l.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ObjCARC/rle-s2l.ll
rename to third_party/LLVM/test/Transforms/ObjCARC/rle-s2l.ll
diff --git a/src/LLVM/test/Transforms/ObjCARC/rv.ll b/third_party/LLVM/test/Transforms/ObjCARC/rv.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ObjCARC/rv.ll
rename to third_party/LLVM/test/Transforms/ObjCARC/rv.ll
diff --git a/src/LLVM/test/Transforms/ObjCARC/weak-contract.ll b/third_party/LLVM/test/Transforms/ObjCARC/weak-contract.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ObjCARC/weak-contract.ll
rename to third_party/LLVM/test/Transforms/ObjCARC/weak-contract.ll
diff --git a/src/LLVM/test/Transforms/ObjCARC/weak-copies.ll b/third_party/LLVM/test/Transforms/ObjCARC/weak-copies.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ObjCARC/weak-copies.ll
rename to third_party/LLVM/test/Transforms/ObjCARC/weak-copies.ll
diff --git a/src/LLVM/test/Transforms/ObjCARC/weak.ll b/third_party/LLVM/test/Transforms/ObjCARC/weak.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ObjCARC/weak.ll
rename to third_party/LLVM/test/Transforms/ObjCARC/weak.ll
diff --git a/src/LLVM/test/Transforms/PhaseOrdering/2010-03-22-empty-baseclass.ll b/third_party/LLVM/test/Transforms/PhaseOrdering/2010-03-22-empty-baseclass.ll
similarity index 100%
rename from src/LLVM/test/Transforms/PhaseOrdering/2010-03-22-empty-baseclass.ll
rename to third_party/LLVM/test/Transforms/PhaseOrdering/2010-03-22-empty-baseclass.ll
diff --git a/src/LLVM/test/Transforms/PhaseOrdering/basic.ll b/third_party/LLVM/test/Transforms/PhaseOrdering/basic.ll
similarity index 100%
rename from src/LLVM/test/Transforms/PhaseOrdering/basic.ll
rename to third_party/LLVM/test/Transforms/PhaseOrdering/basic.ll
diff --git a/src/LLVM/test/Transforms/PhaseOrdering/dg.exp b/third_party/LLVM/test/Transforms/PhaseOrdering/dg.exp
similarity index 100%
rename from src/LLVM/test/Transforms/PhaseOrdering/dg.exp
rename to third_party/LLVM/test/Transforms/PhaseOrdering/dg.exp
diff --git a/src/LLVM/test/Transforms/PruneEH/2003-09-14-ExternalCall.ll b/third_party/LLVM/test/Transforms/PruneEH/2003-09-14-ExternalCall.ll
similarity index 100%
rename from src/LLVM/test/Transforms/PruneEH/2003-09-14-ExternalCall.ll
rename to third_party/LLVM/test/Transforms/PruneEH/2003-09-14-ExternalCall.ll
diff --git a/src/LLVM/test/Transforms/PruneEH/2003-11-21-PHIUpdate.ll b/third_party/LLVM/test/Transforms/PruneEH/2003-11-21-PHIUpdate.ll
similarity index 100%
rename from src/LLVM/test/Transforms/PruneEH/2003-11-21-PHIUpdate.ll
rename to third_party/LLVM/test/Transforms/PruneEH/2003-11-21-PHIUpdate.ll
diff --git a/src/LLVM/test/Transforms/PruneEH/2008-06-02-Weak.ll b/third_party/LLVM/test/Transforms/PruneEH/2008-06-02-Weak.ll
similarity index 100%
rename from src/LLVM/test/Transforms/PruneEH/2008-06-02-Weak.ll
rename to third_party/LLVM/test/Transforms/PruneEH/2008-06-02-Weak.ll
diff --git a/src/LLVM/test/Transforms/PruneEH/dg.exp b/third_party/LLVM/test/Transforms/PruneEH/dg.exp
similarity index 100%
rename from src/LLVM/test/Transforms/PruneEH/dg.exp
rename to third_party/LLVM/test/Transforms/PruneEH/dg.exp
diff --git a/src/LLVM/test/Transforms/PruneEH/recursivetest.ll b/third_party/LLVM/test/Transforms/PruneEH/recursivetest.ll
similarity index 100%
rename from src/LLVM/test/Transforms/PruneEH/recursivetest.ll
rename to third_party/LLVM/test/Transforms/PruneEH/recursivetest.ll
diff --git a/src/LLVM/test/Transforms/PruneEH/simplenoreturntest.ll b/third_party/LLVM/test/Transforms/PruneEH/simplenoreturntest.ll
similarity index 100%
rename from src/LLVM/test/Transforms/PruneEH/simplenoreturntest.ll
rename to third_party/LLVM/test/Transforms/PruneEH/simplenoreturntest.ll
diff --git a/src/LLVM/test/Transforms/PruneEH/simpletest.ll b/third_party/LLVM/test/Transforms/PruneEH/simpletest.ll
similarity index 100%
rename from src/LLVM/test/Transforms/PruneEH/simpletest.ll
rename to third_party/LLVM/test/Transforms/PruneEH/simpletest.ll
diff --git a/src/LLVM/test/Transforms/Reassociate/2002-05-15-AgressiveSubMove.ll b/third_party/LLVM/test/Transforms/Reassociate/2002-05-15-AgressiveSubMove.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Reassociate/2002-05-15-AgressiveSubMove.ll
rename to third_party/LLVM/test/Transforms/Reassociate/2002-05-15-AgressiveSubMove.ll
diff --git a/src/LLVM/test/Transforms/Reassociate/2002-05-15-MissedTree.ll b/third_party/LLVM/test/Transforms/Reassociate/2002-05-15-MissedTree.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Reassociate/2002-05-15-MissedTree.ll
rename to third_party/LLVM/test/Transforms/Reassociate/2002-05-15-MissedTree.ll
diff --git a/src/LLVM/test/Transforms/Reassociate/2002-05-15-SubReassociate.ll b/third_party/LLVM/test/Transforms/Reassociate/2002-05-15-SubReassociate.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Reassociate/2002-05-15-SubReassociate.ll
rename to third_party/LLVM/test/Transforms/Reassociate/2002-05-15-SubReassociate.ll
diff --git a/src/LLVM/test/Transforms/Reassociate/2002-05-15-SubReassociate2.ll b/third_party/LLVM/test/Transforms/Reassociate/2002-05-15-SubReassociate2.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Reassociate/2002-05-15-SubReassociate2.ll
rename to third_party/LLVM/test/Transforms/Reassociate/2002-05-15-SubReassociate2.ll
diff --git a/src/LLVM/test/Transforms/Reassociate/2002-07-09-DominanceProblem.ll b/third_party/LLVM/test/Transforms/Reassociate/2002-07-09-DominanceProblem.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Reassociate/2002-07-09-DominanceProblem.ll
rename to third_party/LLVM/test/Transforms/Reassociate/2002-07-09-DominanceProblem.ll
diff --git a/src/LLVM/test/Transforms/Reassociate/2003-08-12-InfiniteLoop.ll b/third_party/LLVM/test/Transforms/Reassociate/2003-08-12-InfiniteLoop.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Reassociate/2003-08-12-InfiniteLoop.ll
rename to third_party/LLVM/test/Transforms/Reassociate/2003-08-12-InfiniteLoop.ll
diff --git a/src/LLVM/test/Transforms/Reassociate/2005-08-24-Crash.ll b/third_party/LLVM/test/Transforms/Reassociate/2005-08-24-Crash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Reassociate/2005-08-24-Crash.ll
rename to third_party/LLVM/test/Transforms/Reassociate/2005-08-24-Crash.ll
diff --git a/src/LLVM/test/Transforms/Reassociate/2005-09-01-ArrayOutOfBounds.ll b/third_party/LLVM/test/Transforms/Reassociate/2005-09-01-ArrayOutOfBounds.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Reassociate/2005-09-01-ArrayOutOfBounds.ll
rename to third_party/LLVM/test/Transforms/Reassociate/2005-09-01-ArrayOutOfBounds.ll
diff --git a/src/LLVM/test/Transforms/Reassociate/2006-04-27-ReassociateVector.ll b/third_party/LLVM/test/Transforms/Reassociate/2006-04-27-ReassociateVector.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Reassociate/2006-04-27-ReassociateVector.ll
rename to third_party/LLVM/test/Transforms/Reassociate/2006-04-27-ReassociateVector.ll
diff --git a/src/LLVM/test/Transforms/Reassociate/2011-01-26-UseAfterFree.ll b/third_party/LLVM/test/Transforms/Reassociate/2011-01-26-UseAfterFree.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Reassociate/2011-01-26-UseAfterFree.ll
rename to third_party/LLVM/test/Transforms/Reassociate/2011-01-26-UseAfterFree.ll
diff --git a/src/LLVM/test/Transforms/Reassociate/basictest.ll b/third_party/LLVM/test/Transforms/Reassociate/basictest.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Reassociate/basictest.ll
rename to third_party/LLVM/test/Transforms/Reassociate/basictest.ll
diff --git a/src/LLVM/test/Transforms/Reassociate/crash.ll b/third_party/LLVM/test/Transforms/Reassociate/crash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Reassociate/crash.ll
rename to third_party/LLVM/test/Transforms/Reassociate/crash.ll
diff --git a/src/LLVM/test/Transforms/Reassociate/dg.exp b/third_party/LLVM/test/Transforms/Reassociate/dg.exp
similarity index 100%
rename from src/LLVM/test/Transforms/Reassociate/dg.exp
rename to third_party/LLVM/test/Transforms/Reassociate/dg.exp
diff --git a/src/LLVM/test/Transforms/Reassociate/inverses.ll b/third_party/LLVM/test/Transforms/Reassociate/inverses.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Reassociate/inverses.ll
rename to third_party/LLVM/test/Transforms/Reassociate/inverses.ll
diff --git a/src/LLVM/test/Transforms/Reassociate/looptest.ll b/third_party/LLVM/test/Transforms/Reassociate/looptest.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Reassociate/looptest.ll
rename to third_party/LLVM/test/Transforms/Reassociate/looptest.ll
diff --git a/src/LLVM/test/Transforms/Reassociate/mulfactor.ll b/third_party/LLVM/test/Transforms/Reassociate/mulfactor.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Reassociate/mulfactor.ll
rename to third_party/LLVM/test/Transforms/Reassociate/mulfactor.ll
diff --git a/src/LLVM/test/Transforms/Reassociate/mulfactor2.ll b/third_party/LLVM/test/Transforms/Reassociate/mulfactor2.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Reassociate/mulfactor2.ll
rename to third_party/LLVM/test/Transforms/Reassociate/mulfactor2.ll
diff --git a/src/LLVM/test/Transforms/Reassociate/negation.ll b/third_party/LLVM/test/Transforms/Reassociate/negation.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Reassociate/negation.ll
rename to third_party/LLVM/test/Transforms/Reassociate/negation.ll
diff --git a/src/LLVM/test/Transforms/Reassociate/optional-flags.ll b/third_party/LLVM/test/Transforms/Reassociate/optional-flags.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Reassociate/optional-flags.ll
rename to third_party/LLVM/test/Transforms/Reassociate/optional-flags.ll
diff --git a/src/LLVM/test/Transforms/Reassociate/otherops.ll b/third_party/LLVM/test/Transforms/Reassociate/otherops.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Reassociate/otherops.ll
rename to third_party/LLVM/test/Transforms/Reassociate/otherops.ll
diff --git a/src/LLVM/test/Transforms/Reassociate/secondary.ll b/third_party/LLVM/test/Transforms/Reassociate/secondary.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Reassociate/secondary.ll
rename to third_party/LLVM/test/Transforms/Reassociate/secondary.ll
diff --git a/src/LLVM/test/Transforms/Reassociate/shift-factor.ll b/third_party/LLVM/test/Transforms/Reassociate/shift-factor.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Reassociate/shift-factor.ll
rename to third_party/LLVM/test/Transforms/Reassociate/shift-factor.ll
diff --git a/src/LLVM/test/Transforms/Reassociate/shifttest.ll b/third_party/LLVM/test/Transforms/Reassociate/shifttest.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Reassociate/shifttest.ll
rename to third_party/LLVM/test/Transforms/Reassociate/shifttest.ll
diff --git a/src/LLVM/test/Transforms/Reassociate/subtest.ll b/third_party/LLVM/test/Transforms/Reassociate/subtest.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Reassociate/subtest.ll
rename to third_party/LLVM/test/Transforms/Reassociate/subtest.ll
diff --git a/src/LLVM/test/Transforms/Reassociate/subtest2.ll b/third_party/LLVM/test/Transforms/Reassociate/subtest2.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Reassociate/subtest2.ll
rename to third_party/LLVM/test/Transforms/Reassociate/subtest2.ll
diff --git a/src/LLVM/test/Transforms/SCCP/2002-05-02-MissSecondInst.ll b/third_party/LLVM/test/Transforms/SCCP/2002-05-02-MissSecondInst.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SCCP/2002-05-02-MissSecondInst.ll
rename to third_party/LLVM/test/Transforms/SCCP/2002-05-02-MissSecondInst.ll
diff --git a/src/LLVM/test/Transforms/SCCP/2002-05-20-MissedIncomingValue.ll b/third_party/LLVM/test/Transforms/SCCP/2002-05-20-MissedIncomingValue.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SCCP/2002-05-20-MissedIncomingValue.ll
rename to third_party/LLVM/test/Transforms/SCCP/2002-05-20-MissedIncomingValue.ll
diff --git a/src/LLVM/test/Transforms/SCCP/2002-05-21-InvalidSimplify.ll b/third_party/LLVM/test/Transforms/SCCP/2002-05-21-InvalidSimplify.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SCCP/2002-05-21-InvalidSimplify.ll
rename to third_party/LLVM/test/Transforms/SCCP/2002-05-21-InvalidSimplify.ll
diff --git a/src/LLVM/test/Transforms/SCCP/2002-08-30-GetElementPtrTest.ll b/third_party/LLVM/test/Transforms/SCCP/2002-08-30-GetElementPtrTest.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SCCP/2002-08-30-GetElementPtrTest.ll
rename to third_party/LLVM/test/Transforms/SCCP/2002-08-30-GetElementPtrTest.ll
diff --git a/src/LLVM/test/Transforms/SCCP/2003-06-24-OverdefinedPHIValue.ll b/third_party/LLVM/test/Transforms/SCCP/2003-06-24-OverdefinedPHIValue.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SCCP/2003-06-24-OverdefinedPHIValue.ll
rename to third_party/LLVM/test/Transforms/SCCP/2003-06-24-OverdefinedPHIValue.ll
diff --git a/src/LLVM/test/Transforms/SCCP/2003-08-26-InvokeHandling.ll b/third_party/LLVM/test/Transforms/SCCP/2003-08-26-InvokeHandling.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SCCP/2003-08-26-InvokeHandling.ll
rename to third_party/LLVM/test/Transforms/SCCP/2003-08-26-InvokeHandling.ll
diff --git a/src/LLVM/test/Transforms/SCCP/2004-11-16-DeadInvoke.ll b/third_party/LLVM/test/Transforms/SCCP/2004-11-16-DeadInvoke.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SCCP/2004-11-16-DeadInvoke.ll
rename to third_party/LLVM/test/Transforms/SCCP/2004-11-16-DeadInvoke.ll
diff --git a/src/LLVM/test/Transforms/SCCP/2004-12-10-UndefBranchBug.ll b/third_party/LLVM/test/Transforms/SCCP/2004-12-10-UndefBranchBug.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SCCP/2004-12-10-UndefBranchBug.ll
rename to third_party/LLVM/test/Transforms/SCCP/2004-12-10-UndefBranchBug.ll
diff --git a/src/LLVM/test/Transforms/SCCP/2006-10-23-IPSCCP-Crash.ll b/third_party/LLVM/test/Transforms/SCCP/2006-10-23-IPSCCP-Crash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SCCP/2006-10-23-IPSCCP-Crash.ll
rename to third_party/LLVM/test/Transforms/SCCP/2006-10-23-IPSCCP-Crash.ll
diff --git a/src/LLVM/test/Transforms/SCCP/2006-12-04-PackedType.ll b/third_party/LLVM/test/Transforms/SCCP/2006-12-04-PackedType.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SCCP/2006-12-04-PackedType.ll
rename to third_party/LLVM/test/Transforms/SCCP/2006-12-04-PackedType.ll
diff --git a/src/LLVM/test/Transforms/SCCP/2006-12-19-UndefBug.ll b/third_party/LLVM/test/Transforms/SCCP/2006-12-19-UndefBug.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SCCP/2006-12-19-UndefBug.ll
rename to third_party/LLVM/test/Transforms/SCCP/2006-12-19-UndefBug.ll
diff --git a/src/LLVM/test/Transforms/SCCP/2007-05-16-InvokeCrash.ll b/third_party/LLVM/test/Transforms/SCCP/2007-05-16-InvokeCrash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SCCP/2007-05-16-InvokeCrash.ll
rename to third_party/LLVM/test/Transforms/SCCP/2007-05-16-InvokeCrash.ll
diff --git a/src/LLVM/test/Transforms/SCCP/2008-01-27-UndefCorrelate.ll b/third_party/LLVM/test/Transforms/SCCP/2008-01-27-UndefCorrelate.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SCCP/2008-01-27-UndefCorrelate.ll
rename to third_party/LLVM/test/Transforms/SCCP/2008-01-27-UndefCorrelate.ll
diff --git a/src/LLVM/test/Transforms/SCCP/2008-04-22-multiple-ret-sccp.ll b/third_party/LLVM/test/Transforms/SCCP/2008-04-22-multiple-ret-sccp.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SCCP/2008-04-22-multiple-ret-sccp.ll
rename to third_party/LLVM/test/Transforms/SCCP/2008-04-22-multiple-ret-sccp.ll
diff --git a/src/LLVM/test/Transforms/SCCP/2008-05-23-UndefCallFold.ll b/third_party/LLVM/test/Transforms/SCCP/2008-05-23-UndefCallFold.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SCCP/2008-05-23-UndefCallFold.ll
rename to third_party/LLVM/test/Transforms/SCCP/2008-05-23-UndefCallFold.ll
diff --git a/src/LLVM/test/Transforms/SCCP/2009-01-14-IPSCCP-Invoke.ll b/third_party/LLVM/test/Transforms/SCCP/2009-01-14-IPSCCP-Invoke.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SCCP/2009-01-14-IPSCCP-Invoke.ll
rename to third_party/LLVM/test/Transforms/SCCP/2009-01-14-IPSCCP-Invoke.ll
diff --git a/src/LLVM/test/Transforms/SCCP/2009-05-27-VectorOperandZero.ll b/third_party/LLVM/test/Transforms/SCCP/2009-05-27-VectorOperandZero.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SCCP/2009-05-27-VectorOperandZero.ll
rename to third_party/LLVM/test/Transforms/SCCP/2009-05-27-VectorOperandZero.ll
diff --git a/src/LLVM/test/Transforms/SCCP/apint-array.ll b/third_party/LLVM/test/Transforms/SCCP/apint-array.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SCCP/apint-array.ll
rename to third_party/LLVM/test/Transforms/SCCP/apint-array.ll
diff --git a/src/LLVM/test/Transforms/SCCP/apint-basictest.ll b/third_party/LLVM/test/Transforms/SCCP/apint-basictest.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SCCP/apint-basictest.ll
rename to third_party/LLVM/test/Transforms/SCCP/apint-basictest.ll
diff --git a/src/LLVM/test/Transforms/SCCP/apint-basictest2.ll b/third_party/LLVM/test/Transforms/SCCP/apint-basictest2.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SCCP/apint-basictest2.ll
rename to third_party/LLVM/test/Transforms/SCCP/apint-basictest2.ll
diff --git a/src/LLVM/test/Transforms/SCCP/apint-basictest3.ll b/third_party/LLVM/test/Transforms/SCCP/apint-basictest3.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SCCP/apint-basictest3.ll
rename to third_party/LLVM/test/Transforms/SCCP/apint-basictest3.ll
diff --git a/src/LLVM/test/Transforms/SCCP/apint-basictest4.ll b/third_party/LLVM/test/Transforms/SCCP/apint-basictest4.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SCCP/apint-basictest4.ll
rename to third_party/LLVM/test/Transforms/SCCP/apint-basictest4.ll
diff --git a/src/LLVM/test/Transforms/SCCP/apint-bigarray.ll b/third_party/LLVM/test/Transforms/SCCP/apint-bigarray.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SCCP/apint-bigarray.ll
rename to third_party/LLVM/test/Transforms/SCCP/apint-bigarray.ll
diff --git a/src/LLVM/test/Transforms/SCCP/apint-bigint.ll b/third_party/LLVM/test/Transforms/SCCP/apint-bigint.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SCCP/apint-bigint.ll
rename to third_party/LLVM/test/Transforms/SCCP/apint-bigint.ll
diff --git a/src/LLVM/test/Transforms/SCCP/apint-bigint2.ll b/third_party/LLVM/test/Transforms/SCCP/apint-bigint2.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SCCP/apint-bigint2.ll
rename to third_party/LLVM/test/Transforms/SCCP/apint-bigint2.ll
diff --git a/src/LLVM/test/Transforms/SCCP/apint-ipsccp1.ll b/third_party/LLVM/test/Transforms/SCCP/apint-ipsccp1.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SCCP/apint-ipsccp1.ll
rename to third_party/LLVM/test/Transforms/SCCP/apint-ipsccp1.ll
diff --git a/src/LLVM/test/Transforms/SCCP/apint-ipsccp2.ll b/third_party/LLVM/test/Transforms/SCCP/apint-ipsccp2.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SCCP/apint-ipsccp2.ll
rename to third_party/LLVM/test/Transforms/SCCP/apint-ipsccp2.ll
diff --git a/src/LLVM/test/Transforms/SCCP/apint-ipsccp3.ll b/third_party/LLVM/test/Transforms/SCCP/apint-ipsccp3.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SCCP/apint-ipsccp3.ll
rename to third_party/LLVM/test/Transforms/SCCP/apint-ipsccp3.ll
diff --git a/src/LLVM/test/Transforms/SCCP/apint-ipsccp4.ll b/third_party/LLVM/test/Transforms/SCCP/apint-ipsccp4.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SCCP/apint-ipsccp4.ll
rename to third_party/LLVM/test/Transforms/SCCP/apint-ipsccp4.ll
diff --git a/src/LLVM/test/Transforms/SCCP/apint-load.ll b/third_party/LLVM/test/Transforms/SCCP/apint-load.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SCCP/apint-load.ll
rename to third_party/LLVM/test/Transforms/SCCP/apint-load.ll
diff --git a/src/LLVM/test/Transforms/SCCP/apint-phi.ll b/third_party/LLVM/test/Transforms/SCCP/apint-phi.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SCCP/apint-phi.ll
rename to third_party/LLVM/test/Transforms/SCCP/apint-phi.ll
diff --git a/src/LLVM/test/Transforms/SCCP/apint-select.ll b/third_party/LLVM/test/Transforms/SCCP/apint-select.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SCCP/apint-select.ll
rename to third_party/LLVM/test/Transforms/SCCP/apint-select.ll
diff --git a/src/LLVM/test/Transforms/SCCP/atomic-load-store.ll b/third_party/LLVM/test/Transforms/SCCP/atomic-load-store.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SCCP/atomic-load-store.ll
rename to third_party/LLVM/test/Transforms/SCCP/atomic-load-store.ll
diff --git a/src/LLVM/test/Transforms/SCCP/calltest.ll b/third_party/LLVM/test/Transforms/SCCP/calltest.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SCCP/calltest.ll
rename to third_party/LLVM/test/Transforms/SCCP/calltest.ll
diff --git a/src/LLVM/test/Transforms/SCCP/crash.ll b/third_party/LLVM/test/Transforms/SCCP/crash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SCCP/crash.ll
rename to third_party/LLVM/test/Transforms/SCCP/crash.ll
diff --git a/src/LLVM/test/Transforms/SCCP/dg.exp b/third_party/LLVM/test/Transforms/SCCP/dg.exp
similarity index 100%
rename from src/LLVM/test/Transforms/SCCP/dg.exp
rename to third_party/LLVM/test/Transforms/SCCP/dg.exp
diff --git a/src/LLVM/test/Transforms/SCCP/ipsccp-addr-taken.ll b/third_party/LLVM/test/Transforms/SCCP/ipsccp-addr-taken.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SCCP/ipsccp-addr-taken.ll
rename to third_party/LLVM/test/Transforms/SCCP/ipsccp-addr-taken.ll
diff --git a/src/LLVM/test/Transforms/SCCP/ipsccp-basic.ll b/third_party/LLVM/test/Transforms/SCCP/ipsccp-basic.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SCCP/ipsccp-basic.ll
rename to third_party/LLVM/test/Transforms/SCCP/ipsccp-basic.ll
diff --git a/src/LLVM/test/Transforms/SCCP/loadtest.ll b/third_party/LLVM/test/Transforms/SCCP/loadtest.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SCCP/loadtest.ll
rename to third_party/LLVM/test/Transforms/SCCP/loadtest.ll
diff --git a/src/LLVM/test/Transforms/SCCP/logical-nuke.ll b/third_party/LLVM/test/Transforms/SCCP/logical-nuke.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SCCP/logical-nuke.ll
rename to third_party/LLVM/test/Transforms/SCCP/logical-nuke.ll
diff --git a/src/LLVM/test/Transforms/SCCP/phitest.ll b/third_party/LLVM/test/Transforms/SCCP/phitest.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SCCP/phitest.ll
rename to third_party/LLVM/test/Transforms/SCCP/phitest.ll
diff --git a/src/LLVM/test/Transforms/SCCP/retvalue-undef.ll b/third_party/LLVM/test/Transforms/SCCP/retvalue-undef.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SCCP/retvalue-undef.ll
rename to third_party/LLVM/test/Transforms/SCCP/retvalue-undef.ll
diff --git a/src/LLVM/test/Transforms/SCCP/sccptest.ll b/third_party/LLVM/test/Transforms/SCCP/sccptest.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SCCP/sccptest.ll
rename to third_party/LLVM/test/Transforms/SCCP/sccptest.ll
diff --git a/src/LLVM/test/Transforms/SCCP/select.ll b/third_party/LLVM/test/Transforms/SCCP/select.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SCCP/select.ll
rename to third_party/LLVM/test/Transforms/SCCP/select.ll
diff --git a/src/LLVM/test/Transforms/SCCP/switch.ll b/third_party/LLVM/test/Transforms/SCCP/switch.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SCCP/switch.ll
rename to third_party/LLVM/test/Transforms/SCCP/switch.ll
diff --git a/src/LLVM/test/Transforms/SCCP/undef-resolve.ll b/third_party/LLVM/test/Transforms/SCCP/undef-resolve.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SCCP/undef-resolve.ll
rename to third_party/LLVM/test/Transforms/SCCP/undef-resolve.ll
diff --git a/src/LLVM/test/Transforms/ScalarRepl/2003-05-29-ArrayFail.ll b/third_party/LLVM/test/Transforms/ScalarRepl/2003-05-29-ArrayFail.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ScalarRepl/2003-05-29-ArrayFail.ll
rename to third_party/LLVM/test/Transforms/ScalarRepl/2003-05-29-ArrayFail.ll
diff --git a/src/LLVM/test/Transforms/ScalarRepl/2003-09-12-IncorrectPromote.ll b/third_party/LLVM/test/Transforms/ScalarRepl/2003-09-12-IncorrectPromote.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ScalarRepl/2003-09-12-IncorrectPromote.ll
rename to third_party/LLVM/test/Transforms/ScalarRepl/2003-09-12-IncorrectPromote.ll
diff --git a/src/LLVM/test/Transforms/ScalarRepl/2003-10-29-ArrayProblem.ll b/third_party/LLVM/test/Transforms/ScalarRepl/2003-10-29-ArrayProblem.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ScalarRepl/2003-10-29-ArrayProblem.ll
rename to third_party/LLVM/test/Transforms/ScalarRepl/2003-10-29-ArrayProblem.ll
diff --git a/src/LLVM/test/Transforms/ScalarRepl/2006-11-07-InvalidArrayPromote.ll b/third_party/LLVM/test/Transforms/ScalarRepl/2006-11-07-InvalidArrayPromote.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ScalarRepl/2006-11-07-InvalidArrayPromote.ll
rename to third_party/LLVM/test/Transforms/ScalarRepl/2006-11-07-InvalidArrayPromote.ll
diff --git a/src/LLVM/test/Transforms/ScalarRepl/2007-05-29-MemcpyPreserve.ll b/third_party/LLVM/test/Transforms/ScalarRepl/2007-05-29-MemcpyPreserve.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ScalarRepl/2007-05-29-MemcpyPreserve.ll
rename to third_party/LLVM/test/Transforms/ScalarRepl/2007-05-29-MemcpyPreserve.ll
diff --git a/src/LLVM/test/Transforms/ScalarRepl/2007-11-03-bigendian_apint.ll b/third_party/LLVM/test/Transforms/ScalarRepl/2007-11-03-bigendian_apint.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ScalarRepl/2007-11-03-bigendian_apint.ll
rename to third_party/LLVM/test/Transforms/ScalarRepl/2007-11-03-bigendian_apint.ll
diff --git a/src/LLVM/test/Transforms/ScalarRepl/2008-01-29-PromoteBug.ll b/third_party/LLVM/test/Transforms/ScalarRepl/2008-01-29-PromoteBug.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ScalarRepl/2008-01-29-PromoteBug.ll
rename to third_party/LLVM/test/Transforms/ScalarRepl/2008-01-29-PromoteBug.ll
diff --git a/src/LLVM/test/Transforms/ScalarRepl/2008-02-28-SubElementExtractCrash.ll b/third_party/LLVM/test/Transforms/ScalarRepl/2008-02-28-SubElementExtractCrash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ScalarRepl/2008-02-28-SubElementExtractCrash.ll
rename to third_party/LLVM/test/Transforms/ScalarRepl/2008-02-28-SubElementExtractCrash.ll
diff --git a/src/LLVM/test/Transforms/ScalarRepl/2008-06-05-loadstore-agg.ll b/third_party/LLVM/test/Transforms/ScalarRepl/2008-06-05-loadstore-agg.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ScalarRepl/2008-06-05-loadstore-agg.ll
rename to third_party/LLVM/test/Transforms/ScalarRepl/2008-06-05-loadstore-agg.ll
diff --git a/src/LLVM/test/Transforms/ScalarRepl/2008-06-22-LargeArray.ll b/third_party/LLVM/test/Transforms/ScalarRepl/2008-06-22-LargeArray.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ScalarRepl/2008-06-22-LargeArray.ll
rename to third_party/LLVM/test/Transforms/ScalarRepl/2008-06-22-LargeArray.ll
diff --git a/src/LLVM/test/Transforms/ScalarRepl/2008-08-22-out-of-range-array-promote.ll b/third_party/LLVM/test/Transforms/ScalarRepl/2008-08-22-out-of-range-array-promote.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ScalarRepl/2008-08-22-out-of-range-array-promote.ll
rename to third_party/LLVM/test/Transforms/ScalarRepl/2008-08-22-out-of-range-array-promote.ll
diff --git a/src/LLVM/test/Transforms/ScalarRepl/2008-09-22-vector-gep.ll b/third_party/LLVM/test/Transforms/ScalarRepl/2008-09-22-vector-gep.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ScalarRepl/2008-09-22-vector-gep.ll
rename to third_party/LLVM/test/Transforms/ScalarRepl/2008-09-22-vector-gep.ll
diff --git a/src/LLVM/test/Transforms/ScalarRepl/2009-02-02-ScalarPromoteOutOfRange.ll b/third_party/LLVM/test/Transforms/ScalarRepl/2009-02-02-ScalarPromoteOutOfRange.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ScalarRepl/2009-02-02-ScalarPromoteOutOfRange.ll
rename to third_party/LLVM/test/Transforms/ScalarRepl/2009-02-02-ScalarPromoteOutOfRange.ll
diff --git a/src/LLVM/test/Transforms/ScalarRepl/2009-02-05-LoadFCA.ll b/third_party/LLVM/test/Transforms/ScalarRepl/2009-02-05-LoadFCA.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ScalarRepl/2009-02-05-LoadFCA.ll
rename to third_party/LLVM/test/Transforms/ScalarRepl/2009-02-05-LoadFCA.ll
diff --git a/src/LLVM/test/Transforms/ScalarRepl/2009-03-04-MemCpyAlign.ll b/third_party/LLVM/test/Transforms/ScalarRepl/2009-03-04-MemCpyAlign.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ScalarRepl/2009-03-04-MemCpyAlign.ll
rename to third_party/LLVM/test/Transforms/ScalarRepl/2009-03-04-MemCpyAlign.ll
diff --git a/src/LLVM/test/Transforms/ScalarRepl/2009-03-05-Aggre2Scalar-dbg.ll b/third_party/LLVM/test/Transforms/ScalarRepl/2009-03-05-Aggre2Scalar-dbg.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ScalarRepl/2009-03-05-Aggre2Scalar-dbg.ll
rename to third_party/LLVM/test/Transforms/ScalarRepl/2009-03-05-Aggre2Scalar-dbg.ll
diff --git a/src/LLVM/test/Transforms/ScalarRepl/2009-12-11-NeonTypes.ll b/third_party/LLVM/test/Transforms/ScalarRepl/2009-12-11-NeonTypes.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ScalarRepl/2009-12-11-NeonTypes.ll
rename to third_party/LLVM/test/Transforms/ScalarRepl/2009-12-11-NeonTypes.ll
diff --git a/src/LLVM/test/Transforms/ScalarRepl/2010-01-18-SelfCopy.ll b/third_party/LLVM/test/Transforms/ScalarRepl/2010-01-18-SelfCopy.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ScalarRepl/2010-01-18-SelfCopy.ll
rename to third_party/LLVM/test/Transforms/ScalarRepl/2010-01-18-SelfCopy.ll
diff --git a/src/LLVM/test/Transforms/ScalarRepl/2011-05-06-CapturedAlloca.ll b/third_party/LLVM/test/Transforms/ScalarRepl/2011-05-06-CapturedAlloca.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ScalarRepl/2011-05-06-CapturedAlloca.ll
rename to third_party/LLVM/test/Transforms/ScalarRepl/2011-05-06-CapturedAlloca.ll
diff --git a/src/LLVM/test/Transforms/ScalarRepl/2011-06-08-VectorExtractValue.ll b/third_party/LLVM/test/Transforms/ScalarRepl/2011-06-08-VectorExtractValue.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ScalarRepl/2011-06-08-VectorExtractValue.ll
rename to third_party/LLVM/test/Transforms/ScalarRepl/2011-06-08-VectorExtractValue.ll
diff --git a/src/LLVM/test/Transforms/ScalarRepl/2011-06-17-VectorPartialMemset.ll b/third_party/LLVM/test/Transforms/ScalarRepl/2011-06-17-VectorPartialMemset.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ScalarRepl/2011-06-17-VectorPartialMemset.ll
rename to third_party/LLVM/test/Transforms/ScalarRepl/2011-06-17-VectorPartialMemset.ll
diff --git a/src/LLVM/test/Transforms/ScalarRepl/2011-09-22-PHISpeculateInvoke.ll b/third_party/LLVM/test/Transforms/ScalarRepl/2011-09-22-PHISpeculateInvoke.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ScalarRepl/2011-09-22-PHISpeculateInvoke.ll
rename to third_party/LLVM/test/Transforms/ScalarRepl/2011-09-22-PHISpeculateInvoke.ll
diff --git a/src/LLVM/test/Transforms/ScalarRepl/2011-10-11-VectorMemset.ll b/third_party/LLVM/test/Transforms/ScalarRepl/2011-10-11-VectorMemset.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ScalarRepl/2011-10-11-VectorMemset.ll
rename to third_party/LLVM/test/Transforms/ScalarRepl/2011-10-11-VectorMemset.ll
diff --git a/src/LLVM/test/Transforms/ScalarRepl/AggregatePromote.ll b/third_party/LLVM/test/Transforms/ScalarRepl/AggregatePromote.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ScalarRepl/AggregatePromote.ll
rename to third_party/LLVM/test/Transforms/ScalarRepl/AggregatePromote.ll
diff --git a/src/LLVM/test/Transforms/ScalarRepl/DifferingTypes.ll b/third_party/LLVM/test/Transforms/ScalarRepl/DifferingTypes.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ScalarRepl/DifferingTypes.ll
rename to third_party/LLVM/test/Transforms/ScalarRepl/DifferingTypes.ll
diff --git a/src/LLVM/test/Transforms/ScalarRepl/address-space.ll b/third_party/LLVM/test/Transforms/ScalarRepl/address-space.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ScalarRepl/address-space.ll
rename to third_party/LLVM/test/Transforms/ScalarRepl/address-space.ll
diff --git a/src/LLVM/test/Transforms/ScalarRepl/arraytest.ll b/third_party/LLVM/test/Transforms/ScalarRepl/arraytest.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ScalarRepl/arraytest.ll
rename to third_party/LLVM/test/Transforms/ScalarRepl/arraytest.ll
diff --git a/src/LLVM/test/Transforms/ScalarRepl/badarray.ll b/third_party/LLVM/test/Transforms/ScalarRepl/badarray.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ScalarRepl/badarray.ll
rename to third_party/LLVM/test/Transforms/ScalarRepl/badarray.ll
diff --git a/src/LLVM/test/Transforms/ScalarRepl/basictest.ll b/third_party/LLVM/test/Transforms/ScalarRepl/basictest.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ScalarRepl/basictest.ll
rename to third_party/LLVM/test/Transforms/ScalarRepl/basictest.ll
diff --git a/src/LLVM/test/Transforms/ScalarRepl/bitfield-sroa.ll b/third_party/LLVM/test/Transforms/ScalarRepl/bitfield-sroa.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ScalarRepl/bitfield-sroa.ll
rename to third_party/LLVM/test/Transforms/ScalarRepl/bitfield-sroa.ll
diff --git a/src/LLVM/test/Transforms/ScalarRepl/copy-aggregate.ll b/third_party/LLVM/test/Transforms/ScalarRepl/copy-aggregate.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ScalarRepl/copy-aggregate.ll
rename to third_party/LLVM/test/Transforms/ScalarRepl/copy-aggregate.ll
diff --git a/src/LLVM/test/Transforms/ScalarRepl/crash.ll b/third_party/LLVM/test/Transforms/ScalarRepl/crash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ScalarRepl/crash.ll
rename to third_party/LLVM/test/Transforms/ScalarRepl/crash.ll
diff --git a/src/LLVM/test/Transforms/ScalarRepl/debuginfo-preserved.ll b/third_party/LLVM/test/Transforms/ScalarRepl/debuginfo-preserved.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ScalarRepl/debuginfo-preserved.ll
rename to third_party/LLVM/test/Transforms/ScalarRepl/debuginfo-preserved.ll
diff --git a/src/LLVM/test/Transforms/ScalarRepl/debuginfo.ll b/third_party/LLVM/test/Transforms/ScalarRepl/debuginfo.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ScalarRepl/debuginfo.ll
rename to third_party/LLVM/test/Transforms/ScalarRepl/debuginfo.ll
diff --git a/src/LLVM/test/Transforms/ScalarRepl/dg.exp b/third_party/LLVM/test/Transforms/ScalarRepl/dg.exp
similarity index 100%
rename from src/LLVM/test/Transforms/ScalarRepl/dg.exp
rename to third_party/LLVM/test/Transforms/ScalarRepl/dg.exp
diff --git a/src/LLVM/test/Transforms/ScalarRepl/inline-vector.ll b/third_party/LLVM/test/Transforms/ScalarRepl/inline-vector.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ScalarRepl/inline-vector.ll
rename to third_party/LLVM/test/Transforms/ScalarRepl/inline-vector.ll
diff --git a/src/LLVM/test/Transforms/ScalarRepl/lifetime.ll b/third_party/LLVM/test/Transforms/ScalarRepl/lifetime.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ScalarRepl/lifetime.ll
rename to third_party/LLVM/test/Transforms/ScalarRepl/lifetime.ll
diff --git a/src/LLVM/test/Transforms/ScalarRepl/load-store-aggregate.ll b/third_party/LLVM/test/Transforms/ScalarRepl/load-store-aggregate.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ScalarRepl/load-store-aggregate.ll
rename to third_party/LLVM/test/Transforms/ScalarRepl/load-store-aggregate.ll
diff --git a/src/LLVM/test/Transforms/ScalarRepl/memcpy-align.ll b/third_party/LLVM/test/Transforms/ScalarRepl/memcpy-align.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ScalarRepl/memcpy-align.ll
rename to third_party/LLVM/test/Transforms/ScalarRepl/memcpy-align.ll
diff --git a/src/LLVM/test/Transforms/ScalarRepl/memcpy-from-global.ll b/third_party/LLVM/test/Transforms/ScalarRepl/memcpy-from-global.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ScalarRepl/memcpy-from-global.ll
rename to third_party/LLVM/test/Transforms/ScalarRepl/memcpy-from-global.ll
diff --git a/src/LLVM/test/Transforms/ScalarRepl/memset-aggregate-byte-leader.ll b/third_party/LLVM/test/Transforms/ScalarRepl/memset-aggregate-byte-leader.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ScalarRepl/memset-aggregate-byte-leader.ll
rename to third_party/LLVM/test/Transforms/ScalarRepl/memset-aggregate-byte-leader.ll
diff --git a/src/LLVM/test/Transforms/ScalarRepl/memset-aggregate.ll b/third_party/LLVM/test/Transforms/ScalarRepl/memset-aggregate.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ScalarRepl/memset-aggregate.ll
rename to third_party/LLVM/test/Transforms/ScalarRepl/memset-aggregate.ll
diff --git a/src/LLVM/test/Transforms/ScalarRepl/nonzero-first-index.ll b/third_party/LLVM/test/Transforms/ScalarRepl/nonzero-first-index.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ScalarRepl/nonzero-first-index.ll
rename to third_party/LLVM/test/Transforms/ScalarRepl/nonzero-first-index.ll
diff --git a/src/LLVM/test/Transforms/ScalarRepl/not-a-vector.ll b/third_party/LLVM/test/Transforms/ScalarRepl/not-a-vector.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ScalarRepl/not-a-vector.ll
rename to third_party/LLVM/test/Transforms/ScalarRepl/not-a-vector.ll
diff --git a/src/LLVM/test/Transforms/ScalarRepl/only-memcpy-uses.ll b/third_party/LLVM/test/Transforms/ScalarRepl/only-memcpy-uses.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ScalarRepl/only-memcpy-uses.ll
rename to third_party/LLVM/test/Transforms/ScalarRepl/only-memcpy-uses.ll
diff --git a/src/LLVM/test/Transforms/ScalarRepl/phi-select.ll b/third_party/LLVM/test/Transforms/ScalarRepl/phi-select.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ScalarRepl/phi-select.ll
rename to third_party/LLVM/test/Transforms/ScalarRepl/phi-select.ll
diff --git a/src/LLVM/test/Transforms/ScalarRepl/phinodepromote.ll b/third_party/LLVM/test/Transforms/ScalarRepl/phinodepromote.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ScalarRepl/phinodepromote.ll
rename to third_party/LLVM/test/Transforms/ScalarRepl/phinodepromote.ll
diff --git a/src/LLVM/test/Transforms/ScalarRepl/select_promote.ll b/third_party/LLVM/test/Transforms/ScalarRepl/select_promote.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ScalarRepl/select_promote.ll
rename to third_party/LLVM/test/Transforms/ScalarRepl/select_promote.ll
diff --git a/src/LLVM/test/Transforms/ScalarRepl/sroa-fca.ll b/third_party/LLVM/test/Transforms/ScalarRepl/sroa-fca.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ScalarRepl/sroa-fca.ll
rename to third_party/LLVM/test/Transforms/ScalarRepl/sroa-fca.ll
diff --git a/src/LLVM/test/Transforms/ScalarRepl/sroa_two.ll b/third_party/LLVM/test/Transforms/ScalarRepl/sroa_two.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ScalarRepl/sroa_two.ll
rename to third_party/LLVM/test/Transforms/ScalarRepl/sroa_two.ll
diff --git a/src/LLVM/test/Transforms/ScalarRepl/union-fp-int.ll b/third_party/LLVM/test/Transforms/ScalarRepl/union-fp-int.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ScalarRepl/union-fp-int.ll
rename to third_party/LLVM/test/Transforms/ScalarRepl/union-fp-int.ll
diff --git a/src/LLVM/test/Transforms/ScalarRepl/union-packed.ll b/third_party/LLVM/test/Transforms/ScalarRepl/union-packed.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ScalarRepl/union-packed.ll
rename to third_party/LLVM/test/Transforms/ScalarRepl/union-packed.ll
diff --git a/src/LLVM/test/Transforms/ScalarRepl/union-pointer.ll b/third_party/LLVM/test/Transforms/ScalarRepl/union-pointer.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ScalarRepl/union-pointer.ll
rename to third_party/LLVM/test/Transforms/ScalarRepl/union-pointer.ll
diff --git a/src/LLVM/test/Transforms/ScalarRepl/vector_memcpy.ll b/third_party/LLVM/test/Transforms/ScalarRepl/vector_memcpy.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ScalarRepl/vector_memcpy.ll
rename to third_party/LLVM/test/Transforms/ScalarRepl/vector_memcpy.ll
diff --git a/src/LLVM/test/Transforms/ScalarRepl/vector_promote.ll b/third_party/LLVM/test/Transforms/ScalarRepl/vector_promote.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ScalarRepl/vector_promote.ll
rename to third_party/LLVM/test/Transforms/ScalarRepl/vector_promote.ll
diff --git a/src/LLVM/test/Transforms/ScalarRepl/vectors-with-mismatched-elements.ll b/third_party/LLVM/test/Transforms/ScalarRepl/vectors-with-mismatched-elements.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ScalarRepl/vectors-with-mismatched-elements.ll
rename to third_party/LLVM/test/Transforms/ScalarRepl/vectors-with-mismatched-elements.ll
diff --git a/src/LLVM/test/Transforms/ScalarRepl/volatile.ll b/third_party/LLVM/test/Transforms/ScalarRepl/volatile.ll
similarity index 100%
rename from src/LLVM/test/Transforms/ScalarRepl/volatile.ll
rename to third_party/LLVM/test/Transforms/ScalarRepl/volatile.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/2002-05-05-EmptyBlockMerge.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/2002-05-05-EmptyBlockMerge.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/2002-05-05-EmptyBlockMerge.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/2002-05-05-EmptyBlockMerge.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/2002-05-21-PHIElimination.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/2002-05-21-PHIElimination.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/2002-05-21-PHIElimination.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/2002-05-21-PHIElimination.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/2002-06-24-PHINode.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/2002-06-24-PHINode.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/2002-06-24-PHINode.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/2002-06-24-PHINode.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/2002-09-24-PHIAssertion.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/2002-09-24-PHIAssertion.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/2002-09-24-PHIAssertion.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/2002-09-24-PHIAssertion.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/2003-03-07-DominateProblem.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/2003-03-07-DominateProblem.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/2003-03-07-DominateProblem.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/2003-03-07-DominateProblem.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/2003-08-05-InvokeCrash.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/2003-08-05-InvokeCrash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/2003-08-05-InvokeCrash.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/2003-08-05-InvokeCrash.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/2003-08-05-MishandleInvoke.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/2003-08-05-MishandleInvoke.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/2003-08-05-MishandleInvoke.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/2003-08-05-MishandleInvoke.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/2003-08-17-BranchFold.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/2003-08-17-BranchFold.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/2003-08-17-BranchFold.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/2003-08-17-BranchFold.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/2003-08-17-BranchFoldOrdering.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/2003-08-17-BranchFoldOrdering.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/2003-08-17-BranchFoldOrdering.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/2003-08-17-BranchFoldOrdering.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/2003-08-17-FoldSwitch-dbg.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/2003-08-17-FoldSwitch-dbg.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/2003-08-17-FoldSwitch-dbg.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/2003-08-17-FoldSwitch-dbg.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/2003-08-17-FoldSwitch.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/2003-08-17-FoldSwitch.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/2003-08-17-FoldSwitch.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/2003-08-17-FoldSwitch.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/2004-12-10-SimplifyCFGCrash.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/2004-12-10-SimplifyCFGCrash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/2004-12-10-SimplifyCFGCrash.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/2004-12-10-SimplifyCFGCrash.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/2005-06-16-PHICrash.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/2005-06-16-PHICrash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/2005-06-16-PHICrash.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/2005-06-16-PHICrash.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/2005-08-01-PHIUpdateFail.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/2005-08-01-PHIUpdateFail.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/2005-08-01-PHIUpdateFail.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/2005-08-01-PHIUpdateFail.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/2005-10-02-InvokeSimplify.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/2005-10-02-InvokeSimplify.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/2005-10-02-InvokeSimplify.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/2005-10-02-InvokeSimplify.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/2005-12-03-IncorrectPHIFold.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/2005-12-03-IncorrectPHIFold.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/2005-12-03-IncorrectPHIFold.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/2005-12-03-IncorrectPHIFold.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/2006-02-17-InfiniteUnroll.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/2006-02-17-InfiniteUnroll.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/2006-02-17-InfiniteUnroll.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/2006-02-17-InfiniteUnroll.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/2006-06-12-InfLoop.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/2006-06-12-InfLoop.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/2006-06-12-InfLoop.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/2006-06-12-InfLoop.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/2006-08-03-Crash.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/2006-08-03-Crash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/2006-08-03-Crash.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/2006-08-03-Crash.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/2006-10-19-UncondDiv.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/2006-10-19-UncondDiv.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/2006-10-19-UncondDiv.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/2006-10-19-UncondDiv.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/2006-10-29-InvokeCrash.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/2006-10-29-InvokeCrash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/2006-10-29-InvokeCrash.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/2006-10-29-InvokeCrash.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/2006-12-08-Ptr-ICmp-Branch.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/2006-12-08-Ptr-ICmp-Branch.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/2006-12-08-Ptr-ICmp-Branch.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/2006-12-08-Ptr-ICmp-Branch.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/2007-11-22-InvokeNoUnwind.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/2007-11-22-InvokeNoUnwind.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/2007-11-22-InvokeNoUnwind.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/2007-11-22-InvokeNoUnwind.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/2007-12-21-Crash.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/2007-12-21-Crash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/2007-12-21-Crash.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/2007-12-21-Crash.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/2008-01-02-hoist-fp-add.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/2008-01-02-hoist-fp-add.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/2008-01-02-hoist-fp-add.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/2008-01-02-hoist-fp-add.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/2008-05-16-PHIBlockMerge.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/2008-05-16-PHIBlockMerge.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/2008-05-16-PHIBlockMerge.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/2008-05-16-PHIBlockMerge.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/2008-07-13-InfLoopMiscompile.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/2008-07-13-InfLoopMiscompile.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/2008-07-13-InfLoopMiscompile.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/2008-07-13-InfLoopMiscompile.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/2008-09-08-MultiplePred.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/2008-09-08-MultiplePred.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/2008-09-08-MultiplePred.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/2008-09-08-MultiplePred.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/2008-09-17-SpeculativeHoist.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/2008-09-17-SpeculativeHoist.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/2008-09-17-SpeculativeHoist.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/2008-09-17-SpeculativeHoist.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/2008-10-03-SpeculativelyExecuteBeforePHI.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/2008-10-03-SpeculativelyExecuteBeforePHI.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/2008-10-03-SpeculativelyExecuteBeforePHI.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/2008-10-03-SpeculativelyExecuteBeforePHI.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/2008-12-06-SingleEntryPhi.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/2008-12-06-SingleEntryPhi.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/2008-12-06-SingleEntryPhi.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/2008-12-06-SingleEntryPhi.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/2008-12-16-DCECond.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/2008-12-16-DCECond.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/2008-12-16-DCECond.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/2008-12-16-DCECond.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/2009-01-18-PHIPropCrash.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/2009-01-18-PHIPropCrash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/2009-01-18-PHIPropCrash.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/2009-01-18-PHIPropCrash.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/2009-01-19-UnconditionalTrappingConstantExpr.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/2009-01-19-UnconditionalTrappingConstantExpr.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/2009-01-19-UnconditionalTrappingConstantExpr.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/2009-01-19-UnconditionalTrappingConstantExpr.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/2009-05-12-externweak.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/2009-05-12-externweak.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/2009-05-12-externweak.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/2009-05-12-externweak.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/2009-06-15-InvokeCrash.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/2009-06-15-InvokeCrash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/2009-06-15-InvokeCrash.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/2009-06-15-InvokeCrash.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/2010-03-30-InvokeCrash.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/2010-03-30-InvokeCrash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/2010-03-30-InvokeCrash.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/2010-03-30-InvokeCrash.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/2010-10-24-OnlyUnwindInEntry.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/2010-10-24-OnlyUnwindInEntry.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/2010-10-24-OnlyUnwindInEntry.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/2010-10-24-OnlyUnwindInEntry.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/2011-03-08-UnreachableUse.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/2011-03-08-UnreachableUse.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/2011-03-08-UnreachableUse.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/2011-03-08-UnreachableUse.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/2011-09-05-TrivialLPad.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/2011-09-05-TrivialLPad.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/2011-09-05-TrivialLPad.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/2011-09-05-TrivialLPad.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/BrUnwind.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/BrUnwind.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/BrUnwind.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/BrUnwind.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/DeadSetCC.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/DeadSetCC.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/DeadSetCC.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/DeadSetCC.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/EqualPHIEdgeBlockMerge.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/EqualPHIEdgeBlockMerge.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/EqualPHIEdgeBlockMerge.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/EqualPHIEdgeBlockMerge.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/ForwardSwitchConditionToPHI.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/ForwardSwitchConditionToPHI.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/ForwardSwitchConditionToPHI.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/ForwardSwitchConditionToPHI.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/HoistCode.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/HoistCode.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/HoistCode.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/HoistCode.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/MagicPointer.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/MagicPointer.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/MagicPointer.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/MagicPointer.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/PR9946.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/PR9946.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/PR9946.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/PR9946.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/PhiBlockMerge.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/PhiBlockMerge.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/PhiBlockMerge.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/PhiBlockMerge.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/PhiBlockMerge2.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/PhiBlockMerge2.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/PhiBlockMerge2.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/PhiBlockMerge2.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/PhiEliminate.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/PhiEliminate.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/PhiEliminate.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/PhiEliminate.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/PhiEliminate2.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/PhiEliminate2.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/PhiEliminate2.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/PhiEliminate2.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/PhiEliminate3.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/PhiEliminate3.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/PhiEliminate3.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/PhiEliminate3.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/PhiNoEliminate.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/PhiNoEliminate.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/PhiNoEliminate.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/PhiNoEliminate.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/SpeculativeExec.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/SpeculativeExec.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/SpeculativeExec.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/SpeculativeExec.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/UncondBranchToReturn.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/UncondBranchToReturn.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/UncondBranchToReturn.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/UncondBranchToReturn.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/UnreachableEliminate.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/UnreachableEliminate.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/UnreachableEliminate.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/UnreachableEliminate.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/basictest.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/basictest.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/basictest.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/basictest.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/branch-branch-dbginfo.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/branch-branch-dbginfo.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/branch-branch-dbginfo.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/branch-branch-dbginfo.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/branch-cond-merge.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/branch-cond-merge.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/branch-cond-merge.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/branch-cond-merge.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/branch-cond-prop.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/branch-cond-prop.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/branch-cond-prop.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/branch-cond-prop.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/branch-fold-dbg.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/branch-fold-dbg.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/branch-fold-dbg.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/branch-fold-dbg.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/branch-fold-test.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/branch-fold-test.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/branch-fold-test.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/branch-fold-test.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/branch-fold.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/branch-fold.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/branch-fold.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/branch-fold.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/branch-phi-thread.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/branch-phi-thread.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/branch-phi-thread.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/branch-phi-thread.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/branch_fold_dbg.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/branch_fold_dbg.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/branch_fold_dbg.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/branch_fold_dbg.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/dbginfo.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/dbginfo.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/dbginfo.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/dbginfo.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/dce-cond-after-folding-terminator.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/dce-cond-after-folding-terminator.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/dce-cond-after-folding-terminator.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/dce-cond-after-folding-terminator.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/dg.exp b/third_party/LLVM/test/Transforms/SimplifyCFG/dg.exp
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/dg.exp
rename to third_party/LLVM/test/Transforms/SimplifyCFG/dg.exp
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/duplicate-phis.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/duplicate-phis.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/duplicate-phis.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/duplicate-phis.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/hoist-common-code.dbg.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/hoist-common-code.dbg.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/hoist-common-code.dbg.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/hoist-common-code.dbg.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/hoist-common-code.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/hoist-common-code.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/hoist-common-code.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/hoist-common-code.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/hoist-dbgvalue.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/hoist-dbgvalue.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/hoist-dbgvalue.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/hoist-dbgvalue.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/indirectbr.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/indirectbr.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/indirectbr.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/indirectbr.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/invoke_unwind.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/invoke_unwind.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/invoke_unwind.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/invoke_unwind.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/iterative-simplify.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/iterative-simplify.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/iterative-simplify.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/iterative-simplify.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/lifetime.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/lifetime.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/lifetime.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/lifetime.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/noreturn-call.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/noreturn-call.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/noreturn-call.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/noreturn-call.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/phi-undef-loadstore.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/phi-undef-loadstore.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/phi-undef-loadstore.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/phi-undef-loadstore.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/return-merge.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/return-merge.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/return-merge.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/return-merge.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/select-gep.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/select-gep.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/select-gep.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/select-gep.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/speculate-with-offset.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/speculate-with-offset.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/speculate-with-offset.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/speculate-with-offset.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/switch-masked-bits.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/switch-masked-bits.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/switch-masked-bits.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/switch-masked-bits.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/switch-on-const-select.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/switch-on-const-select.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/switch-on-const-select.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/switch-on-const-select.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/switch-simplify-crash.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/switch-simplify-crash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/switch-simplify-crash.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/switch-simplify-crash.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/switch-to-icmp.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/switch-to-icmp.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/switch-to-icmp.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/switch-to-icmp.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/switch_create.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/switch_create.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/switch_create.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/switch_create.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/switch_formation.dbg.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/switch_formation.dbg.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/switch_formation.dbg.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/switch_formation.dbg.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/switch_switch_fold.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/switch_switch_fold.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/switch_switch_fold.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/switch_switch_fold.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/switch_switch_fold_dbginfo.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/switch_switch_fold_dbginfo.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/switch_switch_fold_dbginfo.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/switch_switch_fold_dbginfo.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/switch_thread.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/switch_thread.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/switch_thread.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/switch_thread.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/trap-debugloc.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/trap-debugloc.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/trap-debugloc.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/trap-debugloc.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/trapping-load-unreachable.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/trapping-load-unreachable.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/trapping-load-unreachable.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/trapping-load-unreachable.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/two-entry-phi-return.dbg.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/two-entry-phi-return.dbg.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/two-entry-phi-return.dbg.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/two-entry-phi-return.dbg.ll
diff --git a/src/LLVM/test/Transforms/SimplifyCFG/two-entry-phi-return.ll b/third_party/LLVM/test/Transforms/SimplifyCFG/two-entry-phi-return.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyCFG/two-entry-phi-return.ll
rename to third_party/LLVM/test/Transforms/SimplifyCFG/two-entry-phi-return.ll
diff --git a/src/LLVM/test/Transforms/SimplifyLibCalls/2005-05-20-sprintf-crash.ll b/third_party/LLVM/test/Transforms/SimplifyLibCalls/2005-05-20-sprintf-crash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyLibCalls/2005-05-20-sprintf-crash.ll
rename to third_party/LLVM/test/Transforms/SimplifyLibCalls/2005-05-20-sprintf-crash.ll
diff --git a/src/LLVM/test/Transforms/SimplifyLibCalls/2007-04-06-strchr-miscompile.ll b/third_party/LLVM/test/Transforms/SimplifyLibCalls/2007-04-06-strchr-miscompile.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyLibCalls/2007-04-06-strchr-miscompile.ll
rename to third_party/LLVM/test/Transforms/SimplifyLibCalls/2007-04-06-strchr-miscompile.ll
diff --git a/src/LLVM/test/Transforms/SimplifyLibCalls/2008-05-19-memcmp.ll b/third_party/LLVM/test/Transforms/SimplifyLibCalls/2008-05-19-memcmp.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyLibCalls/2008-05-19-memcmp.ll
rename to third_party/LLVM/test/Transforms/SimplifyLibCalls/2008-05-19-memcmp.ll
diff --git a/src/LLVM/test/Transforms/SimplifyLibCalls/2009-01-04-Annotate.ll b/third_party/LLVM/test/Transforms/SimplifyLibCalls/2009-01-04-Annotate.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyLibCalls/2009-01-04-Annotate.ll
rename to third_party/LLVM/test/Transforms/SimplifyLibCalls/2009-01-04-Annotate.ll
diff --git a/src/LLVM/test/Transforms/SimplifyLibCalls/2009-02-11-NotInitialized.ll b/third_party/LLVM/test/Transforms/SimplifyLibCalls/2009-02-11-NotInitialized.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyLibCalls/2009-02-11-NotInitialized.ll
rename to third_party/LLVM/test/Transforms/SimplifyLibCalls/2009-02-11-NotInitialized.ll
diff --git a/src/LLVM/test/Transforms/SimplifyLibCalls/2009-02-12-StrTo.ll b/third_party/LLVM/test/Transforms/SimplifyLibCalls/2009-02-12-StrTo.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyLibCalls/2009-02-12-StrTo.ll
rename to third_party/LLVM/test/Transforms/SimplifyLibCalls/2009-02-12-StrTo.ll
diff --git a/src/LLVM/test/Transforms/SimplifyLibCalls/2009-05-30-memcmp-byte.ll b/third_party/LLVM/test/Transforms/SimplifyLibCalls/2009-05-30-memcmp-byte.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyLibCalls/2009-05-30-memcmp-byte.ll
rename to third_party/LLVM/test/Transforms/SimplifyLibCalls/2009-05-30-memcmp-byte.ll
diff --git a/src/LLVM/test/Transforms/SimplifyLibCalls/2009-07-28-Exit.ll b/third_party/LLVM/test/Transforms/SimplifyLibCalls/2009-07-28-Exit.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyLibCalls/2009-07-28-Exit.ll
rename to third_party/LLVM/test/Transforms/SimplifyLibCalls/2009-07-28-Exit.ll
diff --git a/src/LLVM/test/Transforms/SimplifyLibCalls/2009-07-29-Exit2.ll b/third_party/LLVM/test/Transforms/SimplifyLibCalls/2009-07-29-Exit2.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyLibCalls/2009-07-29-Exit2.ll
rename to third_party/LLVM/test/Transforms/SimplifyLibCalls/2009-07-29-Exit2.ll
diff --git a/src/LLVM/test/Transforms/SimplifyLibCalls/2010-05-30-memcpy-Struct.ll b/third_party/LLVM/test/Transforms/SimplifyLibCalls/2010-05-30-memcpy-Struct.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyLibCalls/2010-05-30-memcpy-Struct.ll
rename to third_party/LLVM/test/Transforms/SimplifyLibCalls/2010-05-30-memcpy-Struct.ll
diff --git a/src/LLVM/test/Transforms/SimplifyLibCalls/FFS.ll b/third_party/LLVM/test/Transforms/SimplifyLibCalls/FFS.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyLibCalls/FFS.ll
rename to third_party/LLVM/test/Transforms/SimplifyLibCalls/FFS.ll
diff --git a/src/LLVM/test/Transforms/SimplifyLibCalls/FPrintF.ll b/third_party/LLVM/test/Transforms/SimplifyLibCalls/FPrintF.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyLibCalls/FPrintF.ll
rename to third_party/LLVM/test/Transforms/SimplifyLibCalls/FPrintF.ll
diff --git a/src/LLVM/test/Transforms/SimplifyLibCalls/FPuts.ll b/third_party/LLVM/test/Transforms/SimplifyLibCalls/FPuts.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyLibCalls/FPuts.ll
rename to third_party/LLVM/test/Transforms/SimplifyLibCalls/FPuts.ll
diff --git a/src/LLVM/test/Transforms/SimplifyLibCalls/IsDigit.ll b/third_party/LLVM/test/Transforms/SimplifyLibCalls/IsDigit.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyLibCalls/IsDigit.ll
rename to third_party/LLVM/test/Transforms/SimplifyLibCalls/IsDigit.ll
diff --git a/src/LLVM/test/Transforms/SimplifyLibCalls/MemCpy.ll b/third_party/LLVM/test/Transforms/SimplifyLibCalls/MemCpy.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyLibCalls/MemCpy.ll
rename to third_party/LLVM/test/Transforms/SimplifyLibCalls/MemCpy.ll
diff --git a/src/LLVM/test/Transforms/SimplifyLibCalls/PR7357.ll b/third_party/LLVM/test/Transforms/SimplifyLibCalls/PR7357.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyLibCalls/PR7357.ll
rename to third_party/LLVM/test/Transforms/SimplifyLibCalls/PR7357.ll
diff --git a/src/LLVM/test/Transforms/SimplifyLibCalls/Printf.ll b/third_party/LLVM/test/Transforms/SimplifyLibCalls/Printf.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyLibCalls/Printf.ll
rename to third_party/LLVM/test/Transforms/SimplifyLibCalls/Printf.ll
diff --git a/src/LLVM/test/Transforms/SimplifyLibCalls/Puts.ll b/third_party/LLVM/test/Transforms/SimplifyLibCalls/Puts.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyLibCalls/Puts.ll
rename to third_party/LLVM/test/Transforms/SimplifyLibCalls/Puts.ll
diff --git a/src/LLVM/test/Transforms/SimplifyLibCalls/SPrintF.ll b/third_party/LLVM/test/Transforms/SimplifyLibCalls/SPrintF.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyLibCalls/SPrintF.ll
rename to third_party/LLVM/test/Transforms/SimplifyLibCalls/SPrintF.ll
diff --git a/src/LLVM/test/Transforms/SimplifyLibCalls/StrCat.ll b/third_party/LLVM/test/Transforms/SimplifyLibCalls/StrCat.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyLibCalls/StrCat.ll
rename to third_party/LLVM/test/Transforms/SimplifyLibCalls/StrCat.ll
diff --git a/src/LLVM/test/Transforms/SimplifyLibCalls/StrChr.ll b/third_party/LLVM/test/Transforms/SimplifyLibCalls/StrChr.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyLibCalls/StrChr.ll
rename to third_party/LLVM/test/Transforms/SimplifyLibCalls/StrChr.ll
diff --git a/src/LLVM/test/Transforms/SimplifyLibCalls/StrCmp.ll b/third_party/LLVM/test/Transforms/SimplifyLibCalls/StrCmp.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyLibCalls/StrCmp.ll
rename to third_party/LLVM/test/Transforms/SimplifyLibCalls/StrCmp.ll
diff --git a/src/LLVM/test/Transforms/SimplifyLibCalls/StrCpy.ll b/third_party/LLVM/test/Transforms/SimplifyLibCalls/StrCpy.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyLibCalls/StrCpy.ll
rename to third_party/LLVM/test/Transforms/SimplifyLibCalls/StrCpy.ll
diff --git a/src/LLVM/test/Transforms/SimplifyLibCalls/StrLen.ll b/third_party/LLVM/test/Transforms/SimplifyLibCalls/StrLen.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyLibCalls/StrLen.ll
rename to third_party/LLVM/test/Transforms/SimplifyLibCalls/StrLen.ll
diff --git a/src/LLVM/test/Transforms/SimplifyLibCalls/StrNCat.ll b/third_party/LLVM/test/Transforms/SimplifyLibCalls/StrNCat.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyLibCalls/StrNCat.ll
rename to third_party/LLVM/test/Transforms/SimplifyLibCalls/StrNCat.ll
diff --git a/src/LLVM/test/Transforms/SimplifyLibCalls/StrNCmp.ll b/third_party/LLVM/test/Transforms/SimplifyLibCalls/StrNCmp.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyLibCalls/StrNCmp.ll
rename to third_party/LLVM/test/Transforms/SimplifyLibCalls/StrNCmp.ll
diff --git a/src/LLVM/test/Transforms/SimplifyLibCalls/StrNCpy.ll b/third_party/LLVM/test/Transforms/SimplifyLibCalls/StrNCpy.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyLibCalls/StrNCpy.ll
rename to third_party/LLVM/test/Transforms/SimplifyLibCalls/StrNCpy.ll
diff --git a/src/LLVM/test/Transforms/SimplifyLibCalls/StrPBrk.ll b/third_party/LLVM/test/Transforms/SimplifyLibCalls/StrPBrk.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyLibCalls/StrPBrk.ll
rename to third_party/LLVM/test/Transforms/SimplifyLibCalls/StrPBrk.ll
diff --git a/src/LLVM/test/Transforms/SimplifyLibCalls/StrRChr.ll b/third_party/LLVM/test/Transforms/SimplifyLibCalls/StrRChr.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyLibCalls/StrRChr.ll
rename to third_party/LLVM/test/Transforms/SimplifyLibCalls/StrRChr.ll
diff --git a/src/LLVM/test/Transforms/SimplifyLibCalls/StrSpn.ll b/third_party/LLVM/test/Transforms/SimplifyLibCalls/StrSpn.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyLibCalls/StrSpn.ll
rename to third_party/LLVM/test/Transforms/SimplifyLibCalls/StrSpn.ll
diff --git a/src/LLVM/test/Transforms/SimplifyLibCalls/StrStr.ll b/third_party/LLVM/test/Transforms/SimplifyLibCalls/StrStr.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyLibCalls/StrStr.ll
rename to third_party/LLVM/test/Transforms/SimplifyLibCalls/StrStr.ll
diff --git a/src/LLVM/test/Transforms/SimplifyLibCalls/ToAscii.ll b/third_party/LLVM/test/Transforms/SimplifyLibCalls/ToAscii.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyLibCalls/ToAscii.ll
rename to third_party/LLVM/test/Transforms/SimplifyLibCalls/ToAscii.ll
diff --git a/src/LLVM/test/Transforms/SimplifyLibCalls/abs.ll b/third_party/LLVM/test/Transforms/SimplifyLibCalls/abs.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyLibCalls/abs.ll
rename to third_party/LLVM/test/Transforms/SimplifyLibCalls/abs.ll
diff --git a/src/LLVM/test/Transforms/SimplifyLibCalls/debug-line.ll b/third_party/LLVM/test/Transforms/SimplifyLibCalls/debug-line.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyLibCalls/debug-line.ll
rename to third_party/LLVM/test/Transforms/SimplifyLibCalls/debug-line.ll
diff --git a/src/LLVM/test/Transforms/SimplifyLibCalls/dg.exp b/third_party/LLVM/test/Transforms/SimplifyLibCalls/dg.exp
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyLibCalls/dg.exp
rename to third_party/LLVM/test/Transforms/SimplifyLibCalls/dg.exp
diff --git a/src/LLVM/test/Transforms/SimplifyLibCalls/exp2.ll b/third_party/LLVM/test/Transforms/SimplifyLibCalls/exp2.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyLibCalls/exp2.ll
rename to third_party/LLVM/test/Transforms/SimplifyLibCalls/exp2.ll
diff --git a/src/LLVM/test/Transforms/SimplifyLibCalls/floor.ll b/third_party/LLVM/test/Transforms/SimplifyLibCalls/floor.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyLibCalls/floor.ll
rename to third_party/LLVM/test/Transforms/SimplifyLibCalls/floor.ll
diff --git a/src/LLVM/test/Transforms/SimplifyLibCalls/iprintf.ll b/third_party/LLVM/test/Transforms/SimplifyLibCalls/iprintf.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyLibCalls/iprintf.ll
rename to third_party/LLVM/test/Transforms/SimplifyLibCalls/iprintf.ll
diff --git a/src/LLVM/test/Transforms/SimplifyLibCalls/memcmp.ll b/third_party/LLVM/test/Transforms/SimplifyLibCalls/memcmp.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyLibCalls/memcmp.ll
rename to third_party/LLVM/test/Transforms/SimplifyLibCalls/memcmp.ll
diff --git a/src/LLVM/test/Transforms/SimplifyLibCalls/memmove.ll b/third_party/LLVM/test/Transforms/SimplifyLibCalls/memmove.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyLibCalls/memmove.ll
rename to third_party/LLVM/test/Transforms/SimplifyLibCalls/memmove.ll
diff --git a/src/LLVM/test/Transforms/SimplifyLibCalls/memset-64.ll b/third_party/LLVM/test/Transforms/SimplifyLibCalls/memset-64.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyLibCalls/memset-64.ll
rename to third_party/LLVM/test/Transforms/SimplifyLibCalls/memset-64.ll
diff --git a/src/LLVM/test/Transforms/SimplifyLibCalls/memset.ll b/third_party/LLVM/test/Transforms/SimplifyLibCalls/memset.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyLibCalls/memset.ll
rename to third_party/LLVM/test/Transforms/SimplifyLibCalls/memset.ll
diff --git a/src/LLVM/test/Transforms/SimplifyLibCalls/pow-to-sqrt.ll b/third_party/LLVM/test/Transforms/SimplifyLibCalls/pow-to-sqrt.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyLibCalls/pow-to-sqrt.ll
rename to third_party/LLVM/test/Transforms/SimplifyLibCalls/pow-to-sqrt.ll
diff --git a/src/LLVM/test/Transforms/SimplifyLibCalls/pow2.ll b/third_party/LLVM/test/Transforms/SimplifyLibCalls/pow2.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyLibCalls/pow2.ll
rename to third_party/LLVM/test/Transforms/SimplifyLibCalls/pow2.ll
diff --git a/src/LLVM/test/Transforms/SimplifyLibCalls/weak-symbols.ll b/third_party/LLVM/test/Transforms/SimplifyLibCalls/weak-symbols.ll
similarity index 100%
rename from src/LLVM/test/Transforms/SimplifyLibCalls/weak-symbols.ll
rename to third_party/LLVM/test/Transforms/SimplifyLibCalls/weak-symbols.ll
diff --git a/src/LLVM/test/Transforms/Sink/basic.ll b/third_party/LLVM/test/Transforms/Sink/basic.ll
similarity index 100%
rename from src/LLVM/test/Transforms/Sink/basic.ll
rename to third_party/LLVM/test/Transforms/Sink/basic.ll
diff --git a/src/LLVM/test/Transforms/Sink/dg.exp b/third_party/LLVM/test/Transforms/Sink/dg.exp
similarity index 100%
rename from src/LLVM/test/Transforms/Sink/dg.exp
rename to third_party/LLVM/test/Transforms/Sink/dg.exp
diff --git a/src/LLVM/test/Transforms/StripSymbols/2007-01-15-llvm.used.ll b/third_party/LLVM/test/Transforms/StripSymbols/2007-01-15-llvm.used.ll
similarity index 100%
rename from src/LLVM/test/Transforms/StripSymbols/2007-01-15-llvm.used.ll
rename to third_party/LLVM/test/Transforms/StripSymbols/2007-01-15-llvm.used.ll
diff --git a/src/LLVM/test/Transforms/StripSymbols/2010-06-30-StripDebug.ll b/third_party/LLVM/test/Transforms/StripSymbols/2010-06-30-StripDebug.ll
similarity index 100%
rename from src/LLVM/test/Transforms/StripSymbols/2010-06-30-StripDebug.ll
rename to third_party/LLVM/test/Transforms/StripSymbols/2010-06-30-StripDebug.ll
diff --git a/src/LLVM/test/Transforms/StripSymbols/2010-07-01-DeadDbgInfo.ll b/third_party/LLVM/test/Transforms/StripSymbols/2010-07-01-DeadDbgInfo.ll
similarity index 100%
rename from src/LLVM/test/Transforms/StripSymbols/2010-07-01-DeadDbgInfo.ll
rename to third_party/LLVM/test/Transforms/StripSymbols/2010-07-01-DeadDbgInfo.ll
diff --git a/src/LLVM/test/Transforms/StripSymbols/2010-08-25-crash.ll b/third_party/LLVM/test/Transforms/StripSymbols/2010-08-25-crash.ll
similarity index 100%
rename from src/LLVM/test/Transforms/StripSymbols/2010-08-25-crash.ll
rename to third_party/LLVM/test/Transforms/StripSymbols/2010-08-25-crash.ll
diff --git a/src/LLVM/test/Transforms/StripSymbols/block-address.ll b/third_party/LLVM/test/Transforms/StripSymbols/block-address.ll
similarity index 100%
rename from src/LLVM/test/Transforms/StripSymbols/block-address.ll
rename to third_party/LLVM/test/Transforms/StripSymbols/block-address.ll
diff --git a/src/LLVM/test/Transforms/StripSymbols/dg.exp b/third_party/LLVM/test/Transforms/StripSymbols/dg.exp
similarity index 100%
rename from src/LLVM/test/Transforms/StripSymbols/dg.exp
rename to third_party/LLVM/test/Transforms/StripSymbols/dg.exp
diff --git a/src/LLVM/test/Transforms/TailCallElim/2010-06-26-MultipleReturnValues.ll b/third_party/LLVM/test/Transforms/TailCallElim/2010-06-26-MultipleReturnValues.ll
similarity index 100%
rename from src/LLVM/test/Transforms/TailCallElim/2010-06-26-MultipleReturnValues.ll
rename to third_party/LLVM/test/Transforms/TailCallElim/2010-06-26-MultipleReturnValues.ll
diff --git a/src/LLVM/test/Transforms/TailCallElim/accum_recursion.ll b/third_party/LLVM/test/Transforms/TailCallElim/accum_recursion.ll
similarity index 100%
rename from src/LLVM/test/Transforms/TailCallElim/accum_recursion.ll
rename to third_party/LLVM/test/Transforms/TailCallElim/accum_recursion.ll
diff --git a/src/LLVM/test/Transforms/TailCallElim/ackermann.ll b/third_party/LLVM/test/Transforms/TailCallElim/ackermann.ll
similarity index 100%
rename from src/LLVM/test/Transforms/TailCallElim/ackermann.ll
rename to third_party/LLVM/test/Transforms/TailCallElim/ackermann.ll
diff --git a/src/LLVM/test/Transforms/TailCallElim/dg.exp b/third_party/LLVM/test/Transforms/TailCallElim/dg.exp
similarity index 100%
rename from src/LLVM/test/Transforms/TailCallElim/dg.exp
rename to third_party/LLVM/test/Transforms/TailCallElim/dg.exp
diff --git a/src/LLVM/test/Transforms/TailCallElim/dont-tce-tail-marked-call.ll b/third_party/LLVM/test/Transforms/TailCallElim/dont-tce-tail-marked-call.ll
similarity index 100%
rename from src/LLVM/test/Transforms/TailCallElim/dont-tce-tail-marked-call.ll
rename to third_party/LLVM/test/Transforms/TailCallElim/dont-tce-tail-marked-call.ll
diff --git a/src/LLVM/test/Transforms/TailCallElim/dont_reorder_load.ll b/third_party/LLVM/test/Transforms/TailCallElim/dont_reorder_load.ll
similarity index 100%
rename from src/LLVM/test/Transforms/TailCallElim/dont_reorder_load.ll
rename to third_party/LLVM/test/Transforms/TailCallElim/dont_reorder_load.ll
diff --git a/src/LLVM/test/Transforms/TailCallElim/dup_tail.ll b/third_party/LLVM/test/Transforms/TailCallElim/dup_tail.ll
similarity index 100%
rename from src/LLVM/test/Transforms/TailCallElim/dup_tail.ll
rename to third_party/LLVM/test/Transforms/TailCallElim/dup_tail.ll
diff --git a/src/LLVM/test/Transforms/TailCallElim/inf-recursion.ll b/third_party/LLVM/test/Transforms/TailCallElim/inf-recursion.ll
similarity index 100%
rename from src/LLVM/test/Transforms/TailCallElim/inf-recursion.ll
rename to third_party/LLVM/test/Transforms/TailCallElim/inf-recursion.ll
diff --git a/src/LLVM/test/Transforms/TailCallElim/intervening-inst.ll b/third_party/LLVM/test/Transforms/TailCallElim/intervening-inst.ll
similarity index 100%
rename from src/LLVM/test/Transforms/TailCallElim/intervening-inst.ll
rename to third_party/LLVM/test/Transforms/TailCallElim/intervening-inst.ll
diff --git a/src/LLVM/test/Transforms/TailCallElim/move_alloca_for_tail_call.ll b/third_party/LLVM/test/Transforms/TailCallElim/move_alloca_for_tail_call.ll
similarity index 100%
rename from src/LLVM/test/Transforms/TailCallElim/move_alloca_for_tail_call.ll
rename to third_party/LLVM/test/Transforms/TailCallElim/move_alloca_for_tail_call.ll
diff --git a/src/LLVM/test/Transforms/TailCallElim/nocapture.ll b/third_party/LLVM/test/Transforms/TailCallElim/nocapture.ll
similarity index 100%
rename from src/LLVM/test/Transforms/TailCallElim/nocapture.ll
rename to third_party/LLVM/test/Transforms/TailCallElim/nocapture.ll
diff --git a/src/LLVM/test/Transforms/TailCallElim/reorder_load.ll b/third_party/LLVM/test/Transforms/TailCallElim/reorder_load.ll
similarity index 100%
rename from src/LLVM/test/Transforms/TailCallElim/reorder_load.ll
rename to third_party/LLVM/test/Transforms/TailCallElim/reorder_load.ll
diff --git a/src/LLVM/test/Transforms/TailCallElim/return_constant.ll b/third_party/LLVM/test/Transforms/TailCallElim/return_constant.ll
similarity index 100%
rename from src/LLVM/test/Transforms/TailCallElim/return_constant.ll
rename to third_party/LLVM/test/Transforms/TailCallElim/return_constant.ll
diff --git a/src/LLVM/test/Transforms/TailCallElim/setjmp.ll b/third_party/LLVM/test/Transforms/TailCallElim/setjmp.ll
similarity index 100%
rename from src/LLVM/test/Transforms/TailCallElim/setjmp.ll
rename to third_party/LLVM/test/Transforms/TailCallElim/setjmp.ll
diff --git a/src/LLVM/test/Transforms/TailCallElim/trivial_codegen_tailcall.ll b/third_party/LLVM/test/Transforms/TailCallElim/trivial_codegen_tailcall.ll
similarity index 100%
rename from src/LLVM/test/Transforms/TailCallElim/trivial_codegen_tailcall.ll
rename to third_party/LLVM/test/Transforms/TailCallElim/trivial_codegen_tailcall.ll
diff --git a/src/LLVM/test/Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll b/third_party/LLVM/test/Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll
similarity index 100%
rename from src/LLVM/test/Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll
rename to third_party/LLVM/test/Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll
diff --git a/src/LLVM/test/Transforms/TailDup/X86/dg.exp b/third_party/LLVM/test/Transforms/TailDup/X86/dg.exp
similarity index 100%
rename from src/LLVM/test/Transforms/TailDup/X86/dg.exp
rename to third_party/LLVM/test/Transforms/TailDup/X86/dg.exp
diff --git a/src/LLVM/test/Transforms/TailDup/dg.exp b/third_party/LLVM/test/Transforms/TailDup/dg.exp
similarity index 100%
rename from src/LLVM/test/Transforms/TailDup/dg.exp
rename to third_party/LLVM/test/Transforms/TailDup/dg.exp
diff --git a/src/LLVM/test/Unit/lit.cfg b/third_party/LLVM/test/Unit/lit.cfg
similarity index 100%
rename from src/LLVM/test/Unit/lit.cfg
rename to third_party/LLVM/test/Unit/lit.cfg
diff --git a/src/LLVM/test/Unit/lit.site.cfg.in b/third_party/LLVM/test/Unit/lit.site.cfg.in
similarity index 100%
rename from src/LLVM/test/Unit/lit.site.cfg.in
rename to third_party/LLVM/test/Unit/lit.site.cfg.in
diff --git a/src/LLVM/test/Verifier/2002-04-13-RetTypes.ll b/third_party/LLVM/test/Verifier/2002-04-13-RetTypes.ll
similarity index 100%
rename from src/LLVM/test/Verifier/2002-04-13-RetTypes.ll
rename to third_party/LLVM/test/Verifier/2002-04-13-RetTypes.ll
diff --git a/src/LLVM/test/Verifier/2002-11-05-GetelementptrPointers.ll b/third_party/LLVM/test/Verifier/2002-11-05-GetelementptrPointers.ll
similarity index 100%
rename from src/LLVM/test/Verifier/2002-11-05-GetelementptrPointers.ll
rename to third_party/LLVM/test/Verifier/2002-11-05-GetelementptrPointers.ll
diff --git a/src/LLVM/test/Verifier/2004-05-21-SwitchConstantMismatch.ll b/third_party/LLVM/test/Verifier/2004-05-21-SwitchConstantMismatch.ll
similarity index 100%
rename from src/LLVM/test/Verifier/2004-05-21-SwitchConstantMismatch.ll
rename to third_party/LLVM/test/Verifier/2004-05-21-SwitchConstantMismatch.ll
diff --git a/src/LLVM/test/Verifier/2006-07-11-StoreStruct.ll b/third_party/LLVM/test/Verifier/2006-07-11-StoreStruct.ll
similarity index 100%
rename from src/LLVM/test/Verifier/2006-07-11-StoreStruct.ll
rename to third_party/LLVM/test/Verifier/2006-07-11-StoreStruct.ll
diff --git a/src/LLVM/test/Verifier/2006-10-15-AddrLabel.ll b/third_party/LLVM/test/Verifier/2006-10-15-AddrLabel.ll
similarity index 100%
rename from src/LLVM/test/Verifier/2006-10-15-AddrLabel.ll
rename to third_party/LLVM/test/Verifier/2006-10-15-AddrLabel.ll
diff --git a/src/LLVM/test/Verifier/2006-12-12-IntrinsicDefine.ll b/third_party/LLVM/test/Verifier/2006-12-12-IntrinsicDefine.ll
similarity index 100%
rename from src/LLVM/test/Verifier/2006-12-12-IntrinsicDefine.ll
rename to third_party/LLVM/test/Verifier/2006-12-12-IntrinsicDefine.ll
diff --git a/src/LLVM/test/Verifier/2007-12-21-InvokeParamAttrs.ll b/third_party/LLVM/test/Verifier/2007-12-21-InvokeParamAttrs.ll
similarity index 100%
rename from src/LLVM/test/Verifier/2007-12-21-InvokeParamAttrs.ll
rename to third_party/LLVM/test/Verifier/2007-12-21-InvokeParamAttrs.ll
diff --git a/src/LLVM/test/Verifier/2008-01-11-VarargAttrs.ll b/third_party/LLVM/test/Verifier/2008-01-11-VarargAttrs.ll
similarity index 100%
rename from src/LLVM/test/Verifier/2008-01-11-VarargAttrs.ll
rename to third_party/LLVM/test/Verifier/2008-01-11-VarargAttrs.ll
diff --git a/src/LLVM/test/Verifier/2008-03-01-AllocaSized.ll b/third_party/LLVM/test/Verifier/2008-03-01-AllocaSized.ll
similarity index 100%
rename from src/LLVM/test/Verifier/2008-03-01-AllocaSized.ll
rename to third_party/LLVM/test/Verifier/2008-03-01-AllocaSized.ll
diff --git a/src/LLVM/test/Verifier/2008-08-22-MemCpyAlignment.ll b/third_party/LLVM/test/Verifier/2008-08-22-MemCpyAlignment.ll
similarity index 100%
rename from src/LLVM/test/Verifier/2008-08-22-MemCpyAlignment.ll
rename to third_party/LLVM/test/Verifier/2008-08-22-MemCpyAlignment.ll
diff --git a/src/LLVM/test/Verifier/2008-11-15-RetVoid.ll b/third_party/LLVM/test/Verifier/2008-11-15-RetVoid.ll
similarity index 100%
rename from src/LLVM/test/Verifier/2008-11-15-RetVoid.ll
rename to third_party/LLVM/test/Verifier/2008-11-15-RetVoid.ll
diff --git a/src/LLVM/test/Verifier/2009-05-29-InvokeResult1.ll b/third_party/LLVM/test/Verifier/2009-05-29-InvokeResult1.ll
similarity index 100%
rename from src/LLVM/test/Verifier/2009-05-29-InvokeResult1.ll
rename to third_party/LLVM/test/Verifier/2009-05-29-InvokeResult1.ll
diff --git a/src/LLVM/test/Verifier/2009-05-29-InvokeResult2.ll b/third_party/LLVM/test/Verifier/2009-05-29-InvokeResult2.ll
similarity index 100%
rename from src/LLVM/test/Verifier/2009-05-29-InvokeResult2.ll
rename to third_party/LLVM/test/Verifier/2009-05-29-InvokeResult2.ll
diff --git a/src/LLVM/test/Verifier/2009-05-29-InvokeResult3.ll b/third_party/LLVM/test/Verifier/2009-05-29-InvokeResult3.ll
similarity index 100%
rename from src/LLVM/test/Verifier/2009-05-29-InvokeResult3.ll
rename to third_party/LLVM/test/Verifier/2009-05-29-InvokeResult3.ll
diff --git a/src/LLVM/test/Verifier/2010-08-07-PointerIntrinsic.ll b/third_party/LLVM/test/Verifier/2010-08-07-PointerIntrinsic.ll
similarity index 100%
rename from src/LLVM/test/Verifier/2010-08-07-PointerIntrinsic.ll
rename to third_party/LLVM/test/Verifier/2010-08-07-PointerIntrinsic.ll
diff --git a/src/LLVM/test/Verifier/AmbiguousPhi.ll b/third_party/LLVM/test/Verifier/AmbiguousPhi.ll
similarity index 100%
rename from src/LLVM/test/Verifier/AmbiguousPhi.ll
rename to third_party/LLVM/test/Verifier/AmbiguousPhi.ll
diff --git a/src/LLVM/test/Verifier/PhiGrouping.ll b/third_party/LLVM/test/Verifier/PhiGrouping.ll
similarity index 100%
rename from src/LLVM/test/Verifier/PhiGrouping.ll
rename to third_party/LLVM/test/Verifier/PhiGrouping.ll
diff --git a/src/LLVM/test/Verifier/README.txt b/third_party/LLVM/test/Verifier/README.txt
similarity index 100%
rename from src/LLVM/test/Verifier/README.txt
rename to third_party/LLVM/test/Verifier/README.txt
diff --git a/src/LLVM/test/Verifier/SelfReferential.ll b/third_party/LLVM/test/Verifier/SelfReferential.ll
similarity index 100%
rename from src/LLVM/test/Verifier/SelfReferential.ll
rename to third_party/LLVM/test/Verifier/SelfReferential.ll
diff --git a/src/LLVM/test/Verifier/aliasing-chain.ll b/third_party/LLVM/test/Verifier/aliasing-chain.ll
similarity index 100%
rename from src/LLVM/test/Verifier/aliasing-chain.ll
rename to third_party/LLVM/test/Verifier/aliasing-chain.ll
diff --git a/src/LLVM/test/Verifier/byval-1.ll b/third_party/LLVM/test/Verifier/byval-1.ll
similarity index 100%
rename from src/LLVM/test/Verifier/byval-1.ll
rename to third_party/LLVM/test/Verifier/byval-1.ll
diff --git a/src/LLVM/test/Verifier/byval-4.ll b/third_party/LLVM/test/Verifier/byval-4.ll
similarity index 100%
rename from src/LLVM/test/Verifier/byval-4.ll
rename to third_party/LLVM/test/Verifier/byval-4.ll
diff --git a/src/LLVM/test/Verifier/dg.exp b/third_party/LLVM/test/Verifier/dg.exp
similarity index 100%
rename from src/LLVM/test/Verifier/dg.exp
rename to third_party/LLVM/test/Verifier/dg.exp
diff --git a/src/LLVM/test/Verifier/gcread-ptrptr.ll b/third_party/LLVM/test/Verifier/gcread-ptrptr.ll
similarity index 100%
rename from src/LLVM/test/Verifier/gcread-ptrptr.ll
rename to third_party/LLVM/test/Verifier/gcread-ptrptr.ll
diff --git a/src/LLVM/test/Verifier/gcroot-alloca.ll b/third_party/LLVM/test/Verifier/gcroot-alloca.ll
similarity index 100%
rename from src/LLVM/test/Verifier/gcroot-alloca.ll
rename to third_party/LLVM/test/Verifier/gcroot-alloca.ll
diff --git a/src/LLVM/test/Verifier/gcroot-meta.ll b/third_party/LLVM/test/Verifier/gcroot-meta.ll
similarity index 100%
rename from src/LLVM/test/Verifier/gcroot-meta.ll
rename to third_party/LLVM/test/Verifier/gcroot-meta.ll
diff --git a/src/LLVM/test/Verifier/gcroot-ptrptr.ll b/third_party/LLVM/test/Verifier/gcroot-ptrptr.ll
similarity index 100%
rename from src/LLVM/test/Verifier/gcroot-ptrptr.ll
rename to third_party/LLVM/test/Verifier/gcroot-ptrptr.ll
diff --git a/src/LLVM/test/Verifier/gcwrite-ptrptr.ll b/third_party/LLVM/test/Verifier/gcwrite-ptrptr.ll
similarity index 100%
rename from src/LLVM/test/Verifier/gcwrite-ptrptr.ll
rename to third_party/LLVM/test/Verifier/gcwrite-ptrptr.ll
diff --git a/src/LLVM/test/Verifier/invoke-1.ll b/third_party/LLVM/test/Verifier/invoke-1.ll
similarity index 100%
rename from src/LLVM/test/Verifier/invoke-1.ll
rename to third_party/LLVM/test/Verifier/invoke-1.ll
diff --git a/src/LLVM/test/Verifier/invoke-2.ll b/third_party/LLVM/test/Verifier/invoke-2.ll
similarity index 100%
rename from src/LLVM/test/Verifier/invoke-2.ll
rename to third_party/LLVM/test/Verifier/invoke-2.ll
diff --git a/src/LLVM/test/lib/llvm.exp b/third_party/LLVM/test/lib/llvm.exp
similarity index 100%
rename from src/LLVM/test/lib/llvm.exp
rename to third_party/LLVM/test/lib/llvm.exp
diff --git a/src/LLVM/test/lib/llvm2cpp.exp b/third_party/LLVM/test/lib/llvm2cpp.exp
similarity index 100%
rename from src/LLVM/test/lib/llvm2cpp.exp
rename to third_party/LLVM/test/lib/llvm2cpp.exp
diff --git a/src/LLVM/test/lit.cfg b/third_party/LLVM/test/lit.cfg
similarity index 100%
rename from src/LLVM/test/lit.cfg
rename to third_party/LLVM/test/lit.cfg
diff --git a/src/LLVM/test/lit.site.cfg.in b/third_party/LLVM/test/lit.site.cfg.in
similarity index 100%
rename from src/LLVM/test/lit.site.cfg.in
rename to third_party/LLVM/test/lit.site.cfg.in
diff --git a/src/LLVM/test/site.exp.in b/third_party/LLVM/test/site.exp.in
similarity index 100%
rename from src/LLVM/test/site.exp.in
rename to third_party/LLVM/test/site.exp.in
diff --git a/src/LLVM/tools/Makefile b/third_party/LLVM/tools/Makefile
similarity index 100%
rename from src/LLVM/tools/Makefile
rename to third_party/LLVM/tools/Makefile
diff --git a/src/LLVM/tools/bugpoint-passes/Makefile b/third_party/LLVM/tools/bugpoint-passes/Makefile
similarity index 100%
rename from src/LLVM/tools/bugpoint-passes/Makefile
rename to third_party/LLVM/tools/bugpoint-passes/Makefile
diff --git a/src/LLVM/tools/bugpoint-passes/TestPasses.cpp b/third_party/LLVM/tools/bugpoint-passes/TestPasses.cpp
similarity index 100%
rename from src/LLVM/tools/bugpoint-passes/TestPasses.cpp
rename to third_party/LLVM/tools/bugpoint-passes/TestPasses.cpp
diff --git a/src/LLVM/tools/bugpoint-passes/bugpoint.exports b/third_party/LLVM/tools/bugpoint-passes/bugpoint.exports
similarity index 100%
rename from src/LLVM/tools/bugpoint-passes/bugpoint.exports
rename to third_party/LLVM/tools/bugpoint-passes/bugpoint.exports
diff --git a/src/LLVM/tools/bugpoint/BugDriver.cpp b/third_party/LLVM/tools/bugpoint/BugDriver.cpp
similarity index 100%
rename from src/LLVM/tools/bugpoint/BugDriver.cpp
rename to third_party/LLVM/tools/bugpoint/BugDriver.cpp
diff --git a/src/LLVM/tools/bugpoint/BugDriver.h b/third_party/LLVM/tools/bugpoint/BugDriver.h
similarity index 100%
rename from src/LLVM/tools/bugpoint/BugDriver.h
rename to third_party/LLVM/tools/bugpoint/BugDriver.h
diff --git a/src/LLVM/tools/bugpoint/CrashDebugger.cpp b/third_party/LLVM/tools/bugpoint/CrashDebugger.cpp
similarity index 100%
rename from src/LLVM/tools/bugpoint/CrashDebugger.cpp
rename to third_party/LLVM/tools/bugpoint/CrashDebugger.cpp
diff --git a/src/LLVM/tools/bugpoint/ExecutionDriver.cpp b/third_party/LLVM/tools/bugpoint/ExecutionDriver.cpp
similarity index 100%
rename from src/LLVM/tools/bugpoint/ExecutionDriver.cpp
rename to third_party/LLVM/tools/bugpoint/ExecutionDriver.cpp
diff --git a/src/LLVM/tools/bugpoint/ExtractFunction.cpp b/third_party/LLVM/tools/bugpoint/ExtractFunction.cpp
similarity index 100%
rename from src/LLVM/tools/bugpoint/ExtractFunction.cpp
rename to third_party/LLVM/tools/bugpoint/ExtractFunction.cpp
diff --git a/src/LLVM/tools/bugpoint/FindBugs.cpp b/third_party/LLVM/tools/bugpoint/FindBugs.cpp
similarity index 100%
rename from src/LLVM/tools/bugpoint/FindBugs.cpp
rename to third_party/LLVM/tools/bugpoint/FindBugs.cpp
diff --git a/src/LLVM/tools/bugpoint/ListReducer.h b/third_party/LLVM/tools/bugpoint/ListReducer.h
similarity index 100%
rename from src/LLVM/tools/bugpoint/ListReducer.h
rename to third_party/LLVM/tools/bugpoint/ListReducer.h
diff --git a/src/LLVM/tools/bugpoint/Makefile b/third_party/LLVM/tools/bugpoint/Makefile
similarity index 100%
rename from src/LLVM/tools/bugpoint/Makefile
rename to third_party/LLVM/tools/bugpoint/Makefile
diff --git a/src/LLVM/tools/bugpoint/Miscompilation.cpp b/third_party/LLVM/tools/bugpoint/Miscompilation.cpp
similarity index 100%
rename from src/LLVM/tools/bugpoint/Miscompilation.cpp
rename to third_party/LLVM/tools/bugpoint/Miscompilation.cpp
diff --git a/src/LLVM/tools/bugpoint/OptimizerDriver.cpp b/third_party/LLVM/tools/bugpoint/OptimizerDriver.cpp
similarity index 100%
rename from src/LLVM/tools/bugpoint/OptimizerDriver.cpp
rename to third_party/LLVM/tools/bugpoint/OptimizerDriver.cpp
diff --git a/src/LLVM/tools/bugpoint/ToolRunner.cpp b/third_party/LLVM/tools/bugpoint/ToolRunner.cpp
similarity index 100%
rename from src/LLVM/tools/bugpoint/ToolRunner.cpp
rename to third_party/LLVM/tools/bugpoint/ToolRunner.cpp
diff --git a/src/LLVM/tools/bugpoint/ToolRunner.h b/third_party/LLVM/tools/bugpoint/ToolRunner.h
similarity index 100%
rename from src/LLVM/tools/bugpoint/ToolRunner.h
rename to third_party/LLVM/tools/bugpoint/ToolRunner.h
diff --git a/src/LLVM/tools/bugpoint/bugpoint.cpp b/third_party/LLVM/tools/bugpoint/bugpoint.cpp
similarity index 100%
rename from src/LLVM/tools/bugpoint/bugpoint.cpp
rename to third_party/LLVM/tools/bugpoint/bugpoint.cpp
diff --git a/src/LLVM/tools/edis/EDMain.cpp b/third_party/LLVM/tools/edis/EDMain.cpp
similarity index 100%
rename from src/LLVM/tools/edis/EDMain.cpp
rename to third_party/LLVM/tools/edis/EDMain.cpp
diff --git a/src/LLVM/tools/edis/Makefile b/third_party/LLVM/tools/edis/Makefile
similarity index 100%
rename from src/LLVM/tools/edis/Makefile
rename to third_party/LLVM/tools/edis/Makefile
diff --git a/src/LLVM/tools/gold/Makefile b/third_party/LLVM/tools/gold/Makefile
similarity index 100%
rename from src/LLVM/tools/gold/Makefile
rename to third_party/LLVM/tools/gold/Makefile
diff --git a/src/LLVM/tools/gold/README.txt b/third_party/LLVM/tools/gold/README.txt
similarity index 100%
rename from src/LLVM/tools/gold/README.txt
rename to third_party/LLVM/tools/gold/README.txt
diff --git a/src/LLVM/tools/gold/gold-plugin.cpp b/third_party/LLVM/tools/gold/gold-plugin.cpp
similarity index 100%
rename from src/LLVM/tools/gold/gold-plugin.cpp
rename to third_party/LLVM/tools/gold/gold-plugin.cpp
diff --git a/src/LLVM/tools/gold/gold.exports b/third_party/LLVM/tools/gold/gold.exports
similarity index 100%
rename from src/LLVM/tools/gold/gold.exports
rename to third_party/LLVM/tools/gold/gold.exports
diff --git a/src/LLVM/tools/llc/Makefile b/third_party/LLVM/tools/llc/Makefile
similarity index 100%
rename from src/LLVM/tools/llc/Makefile
rename to third_party/LLVM/tools/llc/Makefile
diff --git a/src/LLVM/tools/llc/llc.cpp b/third_party/LLVM/tools/llc/llc.cpp
similarity index 100%
rename from src/LLVM/tools/llc/llc.cpp
rename to third_party/LLVM/tools/llc/llc.cpp
diff --git a/src/LLVM/tools/lli/Makefile b/third_party/LLVM/tools/lli/Makefile
similarity index 100%
rename from src/LLVM/tools/lli/Makefile
rename to third_party/LLVM/tools/lli/Makefile
diff --git a/src/LLVM/tools/lli/lli.cpp b/third_party/LLVM/tools/lli/lli.cpp
similarity index 100%
rename from src/LLVM/tools/lli/lli.cpp
rename to third_party/LLVM/tools/lli/lli.cpp
diff --git a/src/LLVM/tools/llvm-ar/Makefile b/third_party/LLVM/tools/llvm-ar/Makefile
similarity index 100%
rename from src/LLVM/tools/llvm-ar/Makefile
rename to third_party/LLVM/tools/llvm-ar/Makefile
diff --git a/src/LLVM/tools/llvm-ar/llvm-ar.cpp b/third_party/LLVM/tools/llvm-ar/llvm-ar.cpp
similarity index 100%
rename from src/LLVM/tools/llvm-ar/llvm-ar.cpp
rename to third_party/LLVM/tools/llvm-ar/llvm-ar.cpp
diff --git a/src/LLVM/tools/llvm-as/Makefile b/third_party/LLVM/tools/llvm-as/Makefile
similarity index 100%
rename from src/LLVM/tools/llvm-as/Makefile
rename to third_party/LLVM/tools/llvm-as/Makefile
diff --git a/src/LLVM/tools/llvm-as/llvm-as.cpp b/third_party/LLVM/tools/llvm-as/llvm-as.cpp
similarity index 100%
rename from src/LLVM/tools/llvm-as/llvm-as.cpp
rename to third_party/LLVM/tools/llvm-as/llvm-as.cpp
diff --git a/src/LLVM/tools/llvm-bcanalyzer/Makefile b/third_party/LLVM/tools/llvm-bcanalyzer/Makefile
similarity index 100%
rename from src/LLVM/tools/llvm-bcanalyzer/Makefile
rename to third_party/LLVM/tools/llvm-bcanalyzer/Makefile
diff --git a/src/LLVM/tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp b/third_party/LLVM/tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp
similarity index 100%
rename from src/LLVM/tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp
rename to third_party/LLVM/tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp
diff --git a/src/LLVM/tools/llvm-config/Makefile b/third_party/LLVM/tools/llvm-config/Makefile
similarity index 100%
rename from src/LLVM/tools/llvm-config/Makefile
rename to third_party/LLVM/tools/llvm-config/Makefile
diff --git a/src/LLVM/tools/llvm-config/find-cycles.pl b/third_party/LLVM/tools/llvm-config/find-cycles.pl
similarity index 100%
rename from src/LLVM/tools/llvm-config/find-cycles.pl
rename to third_party/LLVM/tools/llvm-config/find-cycles.pl
diff --git a/src/LLVM/tools/llvm-config/llvm-config.in.in b/third_party/LLVM/tools/llvm-config/llvm-config.in.in
similarity index 100%
rename from src/LLVM/tools/llvm-config/llvm-config.in.in
rename to third_party/LLVM/tools/llvm-config/llvm-config.in.in
diff --git a/src/LLVM/tools/llvm-cov/Makefile b/third_party/LLVM/tools/llvm-cov/Makefile
similarity index 100%
rename from src/LLVM/tools/llvm-cov/Makefile
rename to third_party/LLVM/tools/llvm-cov/Makefile
diff --git a/src/LLVM/tools/llvm-cov/llvm-cov.cpp b/third_party/LLVM/tools/llvm-cov/llvm-cov.cpp
similarity index 100%
rename from src/LLVM/tools/llvm-cov/llvm-cov.cpp
rename to third_party/LLVM/tools/llvm-cov/llvm-cov.cpp
diff --git a/src/LLVM/tools/llvm-diff/DiffConsumer.cpp b/third_party/LLVM/tools/llvm-diff/DiffConsumer.cpp
similarity index 100%
rename from src/LLVM/tools/llvm-diff/DiffConsumer.cpp
rename to third_party/LLVM/tools/llvm-diff/DiffConsumer.cpp
diff --git a/src/LLVM/tools/llvm-diff/DiffConsumer.h b/third_party/LLVM/tools/llvm-diff/DiffConsumer.h
similarity index 100%
rename from src/LLVM/tools/llvm-diff/DiffConsumer.h
rename to third_party/LLVM/tools/llvm-diff/DiffConsumer.h
diff --git a/src/LLVM/tools/llvm-diff/DiffLog.cpp b/third_party/LLVM/tools/llvm-diff/DiffLog.cpp
similarity index 100%
rename from src/LLVM/tools/llvm-diff/DiffLog.cpp
rename to third_party/LLVM/tools/llvm-diff/DiffLog.cpp
diff --git a/src/LLVM/tools/llvm-diff/DiffLog.h b/third_party/LLVM/tools/llvm-diff/DiffLog.h
similarity index 100%
rename from src/LLVM/tools/llvm-diff/DiffLog.h
rename to third_party/LLVM/tools/llvm-diff/DiffLog.h
diff --git a/src/LLVM/tools/llvm-diff/DifferenceEngine.cpp b/third_party/LLVM/tools/llvm-diff/DifferenceEngine.cpp
similarity index 100%
rename from src/LLVM/tools/llvm-diff/DifferenceEngine.cpp
rename to third_party/LLVM/tools/llvm-diff/DifferenceEngine.cpp
diff --git a/src/LLVM/tools/llvm-diff/DifferenceEngine.h b/third_party/LLVM/tools/llvm-diff/DifferenceEngine.h
similarity index 100%
rename from src/LLVM/tools/llvm-diff/DifferenceEngine.h
rename to third_party/LLVM/tools/llvm-diff/DifferenceEngine.h
diff --git a/src/LLVM/tools/llvm-diff/Makefile b/third_party/LLVM/tools/llvm-diff/Makefile
similarity index 100%
rename from src/LLVM/tools/llvm-diff/Makefile
rename to third_party/LLVM/tools/llvm-diff/Makefile
diff --git a/src/LLVM/tools/llvm-diff/llvm-diff.cpp b/third_party/LLVM/tools/llvm-diff/llvm-diff.cpp
similarity index 100%
rename from src/LLVM/tools/llvm-diff/llvm-diff.cpp
rename to third_party/LLVM/tools/llvm-diff/llvm-diff.cpp
diff --git a/src/LLVM/tools/llvm-dis/Makefile b/third_party/LLVM/tools/llvm-dis/Makefile
similarity index 100%
rename from src/LLVM/tools/llvm-dis/Makefile
rename to third_party/LLVM/tools/llvm-dis/Makefile
diff --git a/src/LLVM/tools/llvm-dis/llvm-dis.cpp b/third_party/LLVM/tools/llvm-dis/llvm-dis.cpp
similarity index 100%
rename from src/LLVM/tools/llvm-dis/llvm-dis.cpp
rename to third_party/LLVM/tools/llvm-dis/llvm-dis.cpp
diff --git a/src/LLVM/tools/llvm-dwarfdump/Makefile b/third_party/LLVM/tools/llvm-dwarfdump/Makefile
similarity index 100%
rename from src/LLVM/tools/llvm-dwarfdump/Makefile
rename to third_party/LLVM/tools/llvm-dwarfdump/Makefile
diff --git a/src/LLVM/tools/llvm-dwarfdump/llvm-dwarfdump.cpp b/third_party/LLVM/tools/llvm-dwarfdump/llvm-dwarfdump.cpp
similarity index 100%
rename from src/LLVM/tools/llvm-dwarfdump/llvm-dwarfdump.cpp
rename to third_party/LLVM/tools/llvm-dwarfdump/llvm-dwarfdump.cpp
diff --git a/src/LLVM/tools/llvm-extract/Makefile b/third_party/LLVM/tools/llvm-extract/Makefile
similarity index 100%
rename from src/LLVM/tools/llvm-extract/Makefile
rename to third_party/LLVM/tools/llvm-extract/Makefile
diff --git a/src/LLVM/tools/llvm-extract/llvm-extract.cpp b/third_party/LLVM/tools/llvm-extract/llvm-extract.cpp
similarity index 100%
rename from src/LLVM/tools/llvm-extract/llvm-extract.cpp
rename to third_party/LLVM/tools/llvm-extract/llvm-extract.cpp
diff --git a/src/LLVM/tools/llvm-ld/Makefile b/third_party/LLVM/tools/llvm-ld/Makefile
similarity index 100%
rename from src/LLVM/tools/llvm-ld/Makefile
rename to third_party/LLVM/tools/llvm-ld/Makefile
diff --git a/src/LLVM/tools/llvm-ld/Optimize.cpp b/third_party/LLVM/tools/llvm-ld/Optimize.cpp
similarity index 100%
rename from src/LLVM/tools/llvm-ld/Optimize.cpp
rename to third_party/LLVM/tools/llvm-ld/Optimize.cpp
diff --git a/src/LLVM/tools/llvm-ld/llvm-ld.cpp b/third_party/LLVM/tools/llvm-ld/llvm-ld.cpp
similarity index 100%
rename from src/LLVM/tools/llvm-ld/llvm-ld.cpp
rename to third_party/LLVM/tools/llvm-ld/llvm-ld.cpp
diff --git a/src/LLVM/tools/llvm-link/Makefile b/third_party/LLVM/tools/llvm-link/Makefile
similarity index 100%
rename from src/LLVM/tools/llvm-link/Makefile
rename to third_party/LLVM/tools/llvm-link/Makefile
diff --git a/src/LLVM/tools/llvm-link/llvm-link.cpp b/third_party/LLVM/tools/llvm-link/llvm-link.cpp
similarity index 100%
rename from src/LLVM/tools/llvm-link/llvm-link.cpp
rename to third_party/LLVM/tools/llvm-link/llvm-link.cpp
diff --git a/src/LLVM/tools/llvm-mc/Disassembler.cpp b/third_party/LLVM/tools/llvm-mc/Disassembler.cpp
similarity index 100%
rename from src/LLVM/tools/llvm-mc/Disassembler.cpp
rename to third_party/LLVM/tools/llvm-mc/Disassembler.cpp
diff --git a/src/LLVM/tools/llvm-mc/Disassembler.h b/third_party/LLVM/tools/llvm-mc/Disassembler.h
similarity index 100%
rename from src/LLVM/tools/llvm-mc/Disassembler.h
rename to third_party/LLVM/tools/llvm-mc/Disassembler.h
diff --git a/src/LLVM/tools/llvm-mc/Makefile b/third_party/LLVM/tools/llvm-mc/Makefile
similarity index 100%
rename from src/LLVM/tools/llvm-mc/Makefile
rename to third_party/LLVM/tools/llvm-mc/Makefile
diff --git a/src/LLVM/tools/llvm-mc/llvm-mc.cpp b/third_party/LLVM/tools/llvm-mc/llvm-mc.cpp
similarity index 100%
rename from src/LLVM/tools/llvm-mc/llvm-mc.cpp
rename to third_party/LLVM/tools/llvm-mc/llvm-mc.cpp
diff --git a/src/LLVM/tools/llvm-nm/Makefile b/third_party/LLVM/tools/llvm-nm/Makefile
similarity index 100%
rename from src/LLVM/tools/llvm-nm/Makefile
rename to third_party/LLVM/tools/llvm-nm/Makefile
diff --git a/src/LLVM/tools/llvm-nm/llvm-nm.cpp b/third_party/LLVM/tools/llvm-nm/llvm-nm.cpp
similarity index 100%
rename from src/LLVM/tools/llvm-nm/llvm-nm.cpp
rename to third_party/LLVM/tools/llvm-nm/llvm-nm.cpp
diff --git a/src/LLVM/tools/llvm-objdump/MCFunction.cpp b/third_party/LLVM/tools/llvm-objdump/MCFunction.cpp
similarity index 100%
rename from src/LLVM/tools/llvm-objdump/MCFunction.cpp
rename to third_party/LLVM/tools/llvm-objdump/MCFunction.cpp
diff --git a/src/LLVM/tools/llvm-objdump/MCFunction.h b/third_party/LLVM/tools/llvm-objdump/MCFunction.h
similarity index 100%
rename from src/LLVM/tools/llvm-objdump/MCFunction.h
rename to third_party/LLVM/tools/llvm-objdump/MCFunction.h
diff --git a/src/LLVM/tools/llvm-objdump/MachODump.cpp b/third_party/LLVM/tools/llvm-objdump/MachODump.cpp
similarity index 100%
rename from src/LLVM/tools/llvm-objdump/MachODump.cpp
rename to third_party/LLVM/tools/llvm-objdump/MachODump.cpp
diff --git a/src/LLVM/tools/llvm-objdump/Makefile b/third_party/LLVM/tools/llvm-objdump/Makefile
similarity index 100%
rename from src/LLVM/tools/llvm-objdump/Makefile
rename to third_party/LLVM/tools/llvm-objdump/Makefile
diff --git a/src/LLVM/tools/llvm-objdump/llvm-objdump.cpp b/third_party/LLVM/tools/llvm-objdump/llvm-objdump.cpp
similarity index 100%
rename from src/LLVM/tools/llvm-objdump/llvm-objdump.cpp
rename to third_party/LLVM/tools/llvm-objdump/llvm-objdump.cpp
diff --git a/src/LLVM/tools/llvm-objdump/llvm-objdump.h b/third_party/LLVM/tools/llvm-objdump/llvm-objdump.h
similarity index 100%
rename from src/LLVM/tools/llvm-objdump/llvm-objdump.h
rename to third_party/LLVM/tools/llvm-objdump/llvm-objdump.h
diff --git a/src/LLVM/tools/llvm-prof/Makefile b/third_party/LLVM/tools/llvm-prof/Makefile
similarity index 100%
rename from src/LLVM/tools/llvm-prof/Makefile
rename to third_party/LLVM/tools/llvm-prof/Makefile
diff --git a/src/LLVM/tools/llvm-prof/llvm-prof.cpp b/third_party/LLVM/tools/llvm-prof/llvm-prof.cpp
similarity index 100%
rename from src/LLVM/tools/llvm-prof/llvm-prof.cpp
rename to third_party/LLVM/tools/llvm-prof/llvm-prof.cpp
diff --git a/src/LLVM/tools/llvm-ranlib/Makefile b/third_party/LLVM/tools/llvm-ranlib/Makefile
similarity index 100%
rename from src/LLVM/tools/llvm-ranlib/Makefile
rename to third_party/LLVM/tools/llvm-ranlib/Makefile
diff --git a/src/LLVM/tools/llvm-ranlib/llvm-ranlib.cpp b/third_party/LLVM/tools/llvm-ranlib/llvm-ranlib.cpp
similarity index 100%
rename from src/LLVM/tools/llvm-ranlib/llvm-ranlib.cpp
rename to third_party/LLVM/tools/llvm-ranlib/llvm-ranlib.cpp
diff --git a/src/LLVM/tools/llvm-rtdyld/Makefile b/third_party/LLVM/tools/llvm-rtdyld/Makefile
similarity index 100%
rename from src/LLVM/tools/llvm-rtdyld/Makefile
rename to third_party/LLVM/tools/llvm-rtdyld/Makefile
diff --git a/src/LLVM/tools/llvm-rtdyld/llvm-rtdyld.cpp b/third_party/LLVM/tools/llvm-rtdyld/llvm-rtdyld.cpp
similarity index 100%
rename from src/LLVM/tools/llvm-rtdyld/llvm-rtdyld.cpp
rename to third_party/LLVM/tools/llvm-rtdyld/llvm-rtdyld.cpp
diff --git a/src/LLVM/tools/llvm-shlib/Makefile b/third_party/LLVM/tools/llvm-shlib/Makefile
similarity index 100%
rename from src/LLVM/tools/llvm-shlib/Makefile
rename to third_party/LLVM/tools/llvm-shlib/Makefile
diff --git a/src/LLVM/tools/llvm-size/Makefile b/third_party/LLVM/tools/llvm-size/Makefile
similarity index 100%
rename from src/LLVM/tools/llvm-size/Makefile
rename to third_party/LLVM/tools/llvm-size/Makefile
diff --git a/src/LLVM/tools/llvm-size/llvm-size.cpp b/third_party/LLVM/tools/llvm-size/llvm-size.cpp
similarity index 100%
rename from src/LLVM/tools/llvm-size/llvm-size.cpp
rename to third_party/LLVM/tools/llvm-size/llvm-size.cpp
diff --git a/src/LLVM/tools/llvm-stub/Makefile b/third_party/LLVM/tools/llvm-stub/Makefile
similarity index 100%
rename from src/LLVM/tools/llvm-stub/Makefile
rename to third_party/LLVM/tools/llvm-stub/Makefile
diff --git a/src/LLVM/tools/llvm-stub/llvm-stub.c b/third_party/LLVM/tools/llvm-stub/llvm-stub.c
similarity index 100%
rename from src/LLVM/tools/llvm-stub/llvm-stub.c
rename to third_party/LLVM/tools/llvm-stub/llvm-stub.c
diff --git a/src/LLVM/tools/lto/LTOCodeGenerator.cpp b/third_party/LLVM/tools/lto/LTOCodeGenerator.cpp
similarity index 100%
rename from src/LLVM/tools/lto/LTOCodeGenerator.cpp
rename to third_party/LLVM/tools/lto/LTOCodeGenerator.cpp
diff --git a/src/LLVM/tools/lto/LTOCodeGenerator.h b/third_party/LLVM/tools/lto/LTOCodeGenerator.h
similarity index 100%
rename from src/LLVM/tools/lto/LTOCodeGenerator.h
rename to third_party/LLVM/tools/lto/LTOCodeGenerator.h
diff --git a/src/LLVM/tools/lto/LTOModule.cpp b/third_party/LLVM/tools/lto/LTOModule.cpp
similarity index 100%
rename from src/LLVM/tools/lto/LTOModule.cpp
rename to third_party/LLVM/tools/lto/LTOModule.cpp
diff --git a/src/LLVM/tools/lto/LTOModule.h b/third_party/LLVM/tools/lto/LTOModule.h
similarity index 100%
rename from src/LLVM/tools/lto/LTOModule.h
rename to third_party/LLVM/tools/lto/LTOModule.h
diff --git a/src/LLVM/tools/lto/Makefile b/third_party/LLVM/tools/lto/Makefile
similarity index 100%
rename from src/LLVM/tools/lto/Makefile
rename to third_party/LLVM/tools/lto/Makefile
diff --git a/src/LLVM/tools/lto/lto.cpp b/third_party/LLVM/tools/lto/lto.cpp
similarity index 100%
rename from src/LLVM/tools/lto/lto.cpp
rename to third_party/LLVM/tools/lto/lto.cpp
diff --git a/src/LLVM/tools/lto/lto.exports b/third_party/LLVM/tools/lto/lto.exports
similarity index 100%
rename from src/LLVM/tools/lto/lto.exports
rename to third_party/LLVM/tools/lto/lto.exports
diff --git a/src/LLVM/tools/macho-dump/Makefile b/third_party/LLVM/tools/macho-dump/Makefile
similarity index 100%
rename from src/LLVM/tools/macho-dump/Makefile
rename to third_party/LLVM/tools/macho-dump/Makefile
diff --git a/src/LLVM/tools/macho-dump/macho-dump.cpp b/third_party/LLVM/tools/macho-dump/macho-dump.cpp
similarity index 100%
rename from src/LLVM/tools/macho-dump/macho-dump.cpp
rename to third_party/LLVM/tools/macho-dump/macho-dump.cpp
diff --git a/src/LLVM/tools/opt/AnalysisWrappers.cpp b/third_party/LLVM/tools/opt/AnalysisWrappers.cpp
similarity index 100%
rename from src/LLVM/tools/opt/AnalysisWrappers.cpp
rename to third_party/LLVM/tools/opt/AnalysisWrappers.cpp
diff --git a/src/LLVM/tools/opt/GraphPrinters.cpp b/third_party/LLVM/tools/opt/GraphPrinters.cpp
similarity index 100%
rename from src/LLVM/tools/opt/GraphPrinters.cpp
rename to third_party/LLVM/tools/opt/GraphPrinters.cpp
diff --git a/src/LLVM/tools/opt/Makefile b/third_party/LLVM/tools/opt/Makefile
similarity index 100%
rename from src/LLVM/tools/opt/Makefile
rename to third_party/LLVM/tools/opt/Makefile
diff --git a/src/LLVM/tools/opt/PrintSCC.cpp b/third_party/LLVM/tools/opt/PrintSCC.cpp
similarity index 100%
rename from src/LLVM/tools/opt/PrintSCC.cpp
rename to third_party/LLVM/tools/opt/PrintSCC.cpp
diff --git a/src/LLVM/tools/opt/opt.cpp b/third_party/LLVM/tools/opt/opt.cpp
similarity index 100%
rename from src/LLVM/tools/opt/opt.cpp
rename to third_party/LLVM/tools/opt/opt.cpp
diff --git a/src/LLVM/unittests/ADT/APFloatTest.cpp b/third_party/LLVM/unittests/ADT/APFloatTest.cpp
similarity index 100%
rename from src/LLVM/unittests/ADT/APFloatTest.cpp
rename to third_party/LLVM/unittests/ADT/APFloatTest.cpp
diff --git a/src/LLVM/unittests/ADT/APIntTest.cpp b/third_party/LLVM/unittests/ADT/APIntTest.cpp
similarity index 100%
rename from src/LLVM/unittests/ADT/APIntTest.cpp
rename to third_party/LLVM/unittests/ADT/APIntTest.cpp
diff --git a/src/LLVM/unittests/ADT/BitVectorTest.cpp b/third_party/LLVM/unittests/ADT/BitVectorTest.cpp
similarity index 100%
rename from src/LLVM/unittests/ADT/BitVectorTest.cpp
rename to third_party/LLVM/unittests/ADT/BitVectorTest.cpp
diff --git a/src/LLVM/unittests/ADT/DAGDeltaAlgorithmTest.cpp b/third_party/LLVM/unittests/ADT/DAGDeltaAlgorithmTest.cpp
similarity index 100%
rename from src/LLVM/unittests/ADT/DAGDeltaAlgorithmTest.cpp
rename to third_party/LLVM/unittests/ADT/DAGDeltaAlgorithmTest.cpp
diff --git a/src/LLVM/unittests/ADT/DeltaAlgorithmTest.cpp b/third_party/LLVM/unittests/ADT/DeltaAlgorithmTest.cpp
similarity index 100%
rename from src/LLVM/unittests/ADT/DeltaAlgorithmTest.cpp
rename to third_party/LLVM/unittests/ADT/DeltaAlgorithmTest.cpp
diff --git a/src/LLVM/unittests/ADT/DenseMapTest.cpp b/third_party/LLVM/unittests/ADT/DenseMapTest.cpp
similarity index 100%
rename from src/LLVM/unittests/ADT/DenseMapTest.cpp
rename to third_party/LLVM/unittests/ADT/DenseMapTest.cpp
diff --git a/src/LLVM/unittests/ADT/DenseSetTest.cpp b/third_party/LLVM/unittests/ADT/DenseSetTest.cpp
similarity index 100%
rename from src/LLVM/unittests/ADT/DenseSetTest.cpp
rename to third_party/LLVM/unittests/ADT/DenseSetTest.cpp
diff --git a/src/LLVM/unittests/ADT/FoldingSet.cpp b/third_party/LLVM/unittests/ADT/FoldingSet.cpp
similarity index 100%
rename from src/LLVM/unittests/ADT/FoldingSet.cpp
rename to third_party/LLVM/unittests/ADT/FoldingSet.cpp
diff --git a/src/LLVM/unittests/ADT/ImmutableSetTest.cpp b/third_party/LLVM/unittests/ADT/ImmutableSetTest.cpp
similarity index 100%
rename from src/LLVM/unittests/ADT/ImmutableSetTest.cpp
rename to third_party/LLVM/unittests/ADT/ImmutableSetTest.cpp
diff --git a/src/LLVM/unittests/ADT/IntEqClassesTest.cpp b/third_party/LLVM/unittests/ADT/IntEqClassesTest.cpp
similarity index 100%
rename from src/LLVM/unittests/ADT/IntEqClassesTest.cpp
rename to third_party/LLVM/unittests/ADT/IntEqClassesTest.cpp
diff --git a/src/LLVM/unittests/ADT/IntervalMapTest.cpp b/third_party/LLVM/unittests/ADT/IntervalMapTest.cpp
similarity index 100%
rename from src/LLVM/unittests/ADT/IntervalMapTest.cpp
rename to third_party/LLVM/unittests/ADT/IntervalMapTest.cpp
diff --git a/src/LLVM/unittests/ADT/Makefile b/third_party/LLVM/unittests/ADT/Makefile
similarity index 100%
rename from src/LLVM/unittests/ADT/Makefile
rename to third_party/LLVM/unittests/ADT/Makefile
diff --git a/src/LLVM/unittests/ADT/PackedVectorTest.cpp b/third_party/LLVM/unittests/ADT/PackedVectorTest.cpp
similarity index 100%
rename from src/LLVM/unittests/ADT/PackedVectorTest.cpp
rename to third_party/LLVM/unittests/ADT/PackedVectorTest.cpp
diff --git a/src/LLVM/unittests/ADT/SCCIteratorTest.cpp b/third_party/LLVM/unittests/ADT/SCCIteratorTest.cpp
similarity index 100%
rename from src/LLVM/unittests/ADT/SCCIteratorTest.cpp
rename to third_party/LLVM/unittests/ADT/SCCIteratorTest.cpp
diff --git a/src/LLVM/unittests/ADT/SmallBitVectorTest.cpp b/third_party/LLVM/unittests/ADT/SmallBitVectorTest.cpp
similarity index 100%
rename from src/LLVM/unittests/ADT/SmallBitVectorTest.cpp
rename to third_party/LLVM/unittests/ADT/SmallBitVectorTest.cpp
diff --git a/src/LLVM/unittests/ADT/SmallStringTest.cpp b/third_party/LLVM/unittests/ADT/SmallStringTest.cpp
similarity index 100%
rename from src/LLVM/unittests/ADT/SmallStringTest.cpp
rename to third_party/LLVM/unittests/ADT/SmallStringTest.cpp
diff --git a/src/LLVM/unittests/ADT/SmallVectorTest.cpp b/third_party/LLVM/unittests/ADT/SmallVectorTest.cpp
similarity index 100%
rename from src/LLVM/unittests/ADT/SmallVectorTest.cpp
rename to third_party/LLVM/unittests/ADT/SmallVectorTest.cpp
diff --git a/src/LLVM/unittests/ADT/SparseBitVectorTest.cpp b/third_party/LLVM/unittests/ADT/SparseBitVectorTest.cpp
similarity index 100%
rename from src/LLVM/unittests/ADT/SparseBitVectorTest.cpp
rename to third_party/LLVM/unittests/ADT/SparseBitVectorTest.cpp
diff --git a/src/LLVM/unittests/ADT/StringMapTest.cpp b/third_party/LLVM/unittests/ADT/StringMapTest.cpp
similarity index 100%
rename from src/LLVM/unittests/ADT/StringMapTest.cpp
rename to third_party/LLVM/unittests/ADT/StringMapTest.cpp
diff --git a/src/LLVM/unittests/ADT/StringRefTest.cpp b/third_party/LLVM/unittests/ADT/StringRefTest.cpp
similarity index 100%
rename from src/LLVM/unittests/ADT/StringRefTest.cpp
rename to third_party/LLVM/unittests/ADT/StringRefTest.cpp
diff --git a/src/LLVM/unittests/ADT/TripleTest.cpp b/third_party/LLVM/unittests/ADT/TripleTest.cpp
similarity index 100%
rename from src/LLVM/unittests/ADT/TripleTest.cpp
rename to third_party/LLVM/unittests/ADT/TripleTest.cpp
diff --git a/src/LLVM/unittests/ADT/TwineTest.cpp b/third_party/LLVM/unittests/ADT/TwineTest.cpp
similarity index 100%
rename from src/LLVM/unittests/ADT/TwineTest.cpp
rename to third_party/LLVM/unittests/ADT/TwineTest.cpp
diff --git a/src/LLVM/unittests/ADT/ilistTest.cpp b/third_party/LLVM/unittests/ADT/ilistTest.cpp
similarity index 100%
rename from src/LLVM/unittests/ADT/ilistTest.cpp
rename to third_party/LLVM/unittests/ADT/ilistTest.cpp
diff --git a/src/LLVM/unittests/Analysis/Makefile b/third_party/LLVM/unittests/Analysis/Makefile
similarity index 100%
rename from src/LLVM/unittests/Analysis/Makefile
rename to third_party/LLVM/unittests/Analysis/Makefile
diff --git a/src/LLVM/unittests/Analysis/ScalarEvolutionTest.cpp b/third_party/LLVM/unittests/Analysis/ScalarEvolutionTest.cpp
similarity index 100%
rename from src/LLVM/unittests/Analysis/ScalarEvolutionTest.cpp
rename to third_party/LLVM/unittests/Analysis/ScalarEvolutionTest.cpp
diff --git a/src/LLVM/unittests/ExecutionEngine/ExecutionEngineTest.cpp b/third_party/LLVM/unittests/ExecutionEngine/ExecutionEngineTest.cpp
similarity index 100%
rename from src/LLVM/unittests/ExecutionEngine/ExecutionEngineTest.cpp
rename to third_party/LLVM/unittests/ExecutionEngine/ExecutionEngineTest.cpp
diff --git a/src/LLVM/unittests/ExecutionEngine/JIT/JITEventListenerTest.cpp b/third_party/LLVM/unittests/ExecutionEngine/JIT/JITEventListenerTest.cpp
similarity index 100%
rename from src/LLVM/unittests/ExecutionEngine/JIT/JITEventListenerTest.cpp
rename to third_party/LLVM/unittests/ExecutionEngine/JIT/JITEventListenerTest.cpp
diff --git a/src/LLVM/unittests/ExecutionEngine/JIT/JITMemoryManagerTest.cpp b/third_party/LLVM/unittests/ExecutionEngine/JIT/JITMemoryManagerTest.cpp
similarity index 100%
rename from src/LLVM/unittests/ExecutionEngine/JIT/JITMemoryManagerTest.cpp
rename to third_party/LLVM/unittests/ExecutionEngine/JIT/JITMemoryManagerTest.cpp
diff --git a/src/LLVM/unittests/ExecutionEngine/JIT/JITTest.cpp b/third_party/LLVM/unittests/ExecutionEngine/JIT/JITTest.cpp
similarity index 100%
rename from src/LLVM/unittests/ExecutionEngine/JIT/JITTest.cpp
rename to third_party/LLVM/unittests/ExecutionEngine/JIT/JITTest.cpp
diff --git a/src/LLVM/unittests/ExecutionEngine/JIT/JITTests.def b/third_party/LLVM/unittests/ExecutionEngine/JIT/JITTests.def
similarity index 100%
rename from src/LLVM/unittests/ExecutionEngine/JIT/JITTests.def
rename to third_party/LLVM/unittests/ExecutionEngine/JIT/JITTests.def
diff --git a/src/LLVM/unittests/ExecutionEngine/JIT/Makefile b/third_party/LLVM/unittests/ExecutionEngine/JIT/Makefile
similarity index 100%
rename from src/LLVM/unittests/ExecutionEngine/JIT/Makefile
rename to third_party/LLVM/unittests/ExecutionEngine/JIT/Makefile
diff --git a/src/LLVM/unittests/ExecutionEngine/JIT/MultiJITTest.cpp b/third_party/LLVM/unittests/ExecutionEngine/JIT/MultiJITTest.cpp
similarity index 100%
rename from src/LLVM/unittests/ExecutionEngine/JIT/MultiJITTest.cpp
rename to third_party/LLVM/unittests/ExecutionEngine/JIT/MultiJITTest.cpp
diff --git a/src/LLVM/unittests/ExecutionEngine/Makefile b/third_party/LLVM/unittests/ExecutionEngine/Makefile
similarity index 100%
rename from src/LLVM/unittests/ExecutionEngine/Makefile
rename to third_party/LLVM/unittests/ExecutionEngine/Makefile
diff --git a/src/LLVM/unittests/Makefile b/third_party/LLVM/unittests/Makefile
similarity index 100%
rename from src/LLVM/unittests/Makefile
rename to third_party/LLVM/unittests/Makefile
diff --git a/src/LLVM/unittests/Makefile.unittest b/third_party/LLVM/unittests/Makefile.unittest
similarity index 100%
rename from src/LLVM/unittests/Makefile.unittest
rename to third_party/LLVM/unittests/Makefile.unittest
diff --git a/src/LLVM/unittests/Support/AllocatorTest.cpp b/third_party/LLVM/unittests/Support/AllocatorTest.cpp
similarity index 100%
rename from src/LLVM/unittests/Support/AllocatorTest.cpp
rename to third_party/LLVM/unittests/Support/AllocatorTest.cpp
diff --git a/src/LLVM/unittests/Support/BlockFrequencyTest.cpp b/third_party/LLVM/unittests/Support/BlockFrequencyTest.cpp
similarity index 100%
rename from src/LLVM/unittests/Support/BlockFrequencyTest.cpp
rename to third_party/LLVM/unittests/Support/BlockFrequencyTest.cpp
diff --git a/src/LLVM/unittests/Support/Casting.cpp b/third_party/LLVM/unittests/Support/Casting.cpp
similarity index 100%
rename from src/LLVM/unittests/Support/Casting.cpp
rename to third_party/LLVM/unittests/Support/Casting.cpp
diff --git a/src/LLVM/unittests/Support/CommandLineTest.cpp b/third_party/LLVM/unittests/Support/CommandLineTest.cpp
similarity index 100%
rename from src/LLVM/unittests/Support/CommandLineTest.cpp
rename to third_party/LLVM/unittests/Support/CommandLineTest.cpp
diff --git a/src/LLVM/unittests/Support/ConstantRangeTest.cpp b/third_party/LLVM/unittests/Support/ConstantRangeTest.cpp
similarity index 100%
rename from src/LLVM/unittests/Support/ConstantRangeTest.cpp
rename to third_party/LLVM/unittests/Support/ConstantRangeTest.cpp
diff --git a/src/LLVM/unittests/Support/DataExtractorTest.cpp b/third_party/LLVM/unittests/Support/DataExtractorTest.cpp
similarity index 100%
rename from src/LLVM/unittests/Support/DataExtractorTest.cpp
rename to third_party/LLVM/unittests/Support/DataExtractorTest.cpp
diff --git a/src/LLVM/unittests/Support/EndianTest.cpp b/third_party/LLVM/unittests/Support/EndianTest.cpp
similarity index 100%
rename from src/LLVM/unittests/Support/EndianTest.cpp
rename to third_party/LLVM/unittests/Support/EndianTest.cpp
diff --git a/src/LLVM/unittests/Support/IRBuilderTest.cpp b/third_party/LLVM/unittests/Support/IRBuilderTest.cpp
similarity index 100%
rename from src/LLVM/unittests/Support/IRBuilderTest.cpp
rename to third_party/LLVM/unittests/Support/IRBuilderTest.cpp
diff --git a/src/LLVM/unittests/Support/LeakDetectorTest.cpp b/third_party/LLVM/unittests/Support/LeakDetectorTest.cpp
similarity index 100%
rename from src/LLVM/unittests/Support/LeakDetectorTest.cpp
rename to third_party/LLVM/unittests/Support/LeakDetectorTest.cpp
diff --git a/src/LLVM/unittests/Support/Makefile b/third_party/LLVM/unittests/Support/Makefile
similarity index 100%
rename from src/LLVM/unittests/Support/Makefile
rename to third_party/LLVM/unittests/Support/Makefile
diff --git a/src/LLVM/unittests/Support/MathExtrasTest.cpp b/third_party/LLVM/unittests/Support/MathExtrasTest.cpp
similarity index 100%
rename from src/LLVM/unittests/Support/MathExtrasTest.cpp
rename to third_party/LLVM/unittests/Support/MathExtrasTest.cpp
diff --git a/src/LLVM/unittests/Support/Path.cpp b/third_party/LLVM/unittests/Support/Path.cpp
similarity index 100%
rename from src/LLVM/unittests/Support/Path.cpp
rename to third_party/LLVM/unittests/Support/Path.cpp
diff --git a/src/LLVM/unittests/Support/RegexTest.cpp b/third_party/LLVM/unittests/Support/RegexTest.cpp
similarity index 100%
rename from src/LLVM/unittests/Support/RegexTest.cpp
rename to third_party/LLVM/unittests/Support/RegexTest.cpp
diff --git a/src/LLVM/unittests/Support/SwapByteOrderTest.cpp b/third_party/LLVM/unittests/Support/SwapByteOrderTest.cpp
similarity index 100%
rename from src/LLVM/unittests/Support/SwapByteOrderTest.cpp
rename to third_party/LLVM/unittests/Support/SwapByteOrderTest.cpp
diff --git a/src/LLVM/unittests/Support/TimeValue.cpp b/third_party/LLVM/unittests/Support/TimeValue.cpp
similarity index 100%
rename from src/LLVM/unittests/Support/TimeValue.cpp
rename to third_party/LLVM/unittests/Support/TimeValue.cpp
diff --git a/src/LLVM/unittests/Support/TypeBuilderTest.cpp b/third_party/LLVM/unittests/Support/TypeBuilderTest.cpp
similarity index 100%
rename from src/LLVM/unittests/Support/TypeBuilderTest.cpp
rename to third_party/LLVM/unittests/Support/TypeBuilderTest.cpp
diff --git a/src/LLVM/unittests/Support/ValueHandleTest.cpp b/third_party/LLVM/unittests/Support/ValueHandleTest.cpp
similarity index 100%
rename from src/LLVM/unittests/Support/ValueHandleTest.cpp
rename to third_party/LLVM/unittests/Support/ValueHandleTest.cpp
diff --git a/src/LLVM/unittests/Support/raw_ostream_test.cpp b/third_party/LLVM/unittests/Support/raw_ostream_test.cpp
similarity index 100%
rename from src/LLVM/unittests/Support/raw_ostream_test.cpp
rename to third_party/LLVM/unittests/Support/raw_ostream_test.cpp
diff --git a/src/LLVM/unittests/Transforms/Makefile b/third_party/LLVM/unittests/Transforms/Makefile
similarity index 100%
rename from src/LLVM/unittests/Transforms/Makefile
rename to third_party/LLVM/unittests/Transforms/Makefile
diff --git a/src/LLVM/unittests/Transforms/Utils/Cloning.cpp b/third_party/LLVM/unittests/Transforms/Utils/Cloning.cpp
similarity index 100%
rename from src/LLVM/unittests/Transforms/Utils/Cloning.cpp
rename to third_party/LLVM/unittests/Transforms/Utils/Cloning.cpp
diff --git a/src/LLVM/unittests/Transforms/Utils/Local.cpp b/third_party/LLVM/unittests/Transforms/Utils/Local.cpp
similarity index 100%
rename from src/LLVM/unittests/Transforms/Utils/Local.cpp
rename to third_party/LLVM/unittests/Transforms/Utils/Local.cpp
diff --git a/src/LLVM/unittests/Transforms/Utils/Makefile b/third_party/LLVM/unittests/Transforms/Utils/Makefile
similarity index 100%
rename from src/LLVM/unittests/Transforms/Utils/Makefile
rename to third_party/LLVM/unittests/Transforms/Utils/Makefile
diff --git a/src/LLVM/unittests/VMCore/ConstantsTest.cpp b/third_party/LLVM/unittests/VMCore/ConstantsTest.cpp
similarity index 100%
rename from src/LLVM/unittests/VMCore/ConstantsTest.cpp
rename to third_party/LLVM/unittests/VMCore/ConstantsTest.cpp
diff --git a/src/LLVM/unittests/VMCore/InstructionsTest.cpp b/third_party/LLVM/unittests/VMCore/InstructionsTest.cpp
similarity index 100%
rename from src/LLVM/unittests/VMCore/InstructionsTest.cpp
rename to third_party/LLVM/unittests/VMCore/InstructionsTest.cpp
diff --git a/src/LLVM/unittests/VMCore/Makefile b/third_party/LLVM/unittests/VMCore/Makefile
similarity index 100%
rename from src/LLVM/unittests/VMCore/Makefile
rename to third_party/LLVM/unittests/VMCore/Makefile
diff --git a/src/LLVM/unittests/VMCore/MetadataTest.cpp b/third_party/LLVM/unittests/VMCore/MetadataTest.cpp
similarity index 100%
rename from src/LLVM/unittests/VMCore/MetadataTest.cpp
rename to third_party/LLVM/unittests/VMCore/MetadataTest.cpp
diff --git a/src/LLVM/unittests/VMCore/PassManagerTest.cpp b/third_party/LLVM/unittests/VMCore/PassManagerTest.cpp
similarity index 100%
rename from src/LLVM/unittests/VMCore/PassManagerTest.cpp
rename to third_party/LLVM/unittests/VMCore/PassManagerTest.cpp
diff --git a/src/LLVM/unittests/VMCore/ValueMapTest.cpp b/third_party/LLVM/unittests/VMCore/ValueMapTest.cpp
similarity index 100%
rename from src/LLVM/unittests/VMCore/ValueMapTest.cpp
rename to third_party/LLVM/unittests/VMCore/ValueMapTest.cpp
diff --git a/src/LLVM/unittests/VMCore/VerifierTest.cpp b/third_party/LLVM/unittests/VMCore/VerifierTest.cpp
similarity index 100%
rename from src/LLVM/unittests/VMCore/VerifierTest.cpp
rename to third_party/LLVM/unittests/VMCore/VerifierTest.cpp
diff --git a/src/LLVM/utils/DSAclean.py b/third_party/LLVM/utils/DSAclean.py
similarity index 100%
rename from src/LLVM/utils/DSAclean.py
rename to third_party/LLVM/utils/DSAclean.py
diff --git a/src/LLVM/utils/DSAextract.py b/third_party/LLVM/utils/DSAextract.py
similarity index 100%
rename from src/LLVM/utils/DSAextract.py
rename to third_party/LLVM/utils/DSAextract.py
diff --git a/src/LLVM/utils/FileCheck/FileCheck.cpp b/third_party/LLVM/utils/FileCheck/FileCheck.cpp
similarity index 100%
rename from src/LLVM/utils/FileCheck/FileCheck.cpp
rename to third_party/LLVM/utils/FileCheck/FileCheck.cpp
diff --git a/src/LLVM/utils/FileCheck/FileCheck.vcxproj b/third_party/LLVM/utils/FileCheck/FileCheck.vcxproj
similarity index 100%
rename from src/LLVM/utils/FileCheck/FileCheck.vcxproj
rename to third_party/LLVM/utils/FileCheck/FileCheck.vcxproj
diff --git a/src/LLVM/utils/FileCheck/FileCheck.vcxproj.filters b/third_party/LLVM/utils/FileCheck/FileCheck.vcxproj.filters
similarity index 100%
rename from src/LLVM/utils/FileCheck/FileCheck.vcxproj.filters
rename to third_party/LLVM/utils/FileCheck/FileCheck.vcxproj.filters
diff --git a/src/LLVM/utils/FileCheck/INSTALL.vcxproj.filters b/third_party/LLVM/utils/FileCheck/INSTALL.vcxproj.filters
similarity index 100%
rename from src/LLVM/utils/FileCheck/INSTALL.vcxproj.filters
rename to third_party/LLVM/utils/FileCheck/INSTALL.vcxproj.filters
diff --git a/src/LLVM/utils/FileCheck/Makefile b/third_party/LLVM/utils/FileCheck/Makefile
similarity index 100%
rename from src/LLVM/utils/FileCheck/Makefile
rename to third_party/LLVM/utils/FileCheck/Makefile
diff --git a/src/LLVM/utils/FileCheck/PACKAGE.vcxproj.filters b/third_party/LLVM/utils/FileCheck/PACKAGE.vcxproj.filters
similarity index 100%
rename from src/LLVM/utils/FileCheck/PACKAGE.vcxproj.filters
rename to third_party/LLVM/utils/FileCheck/PACKAGE.vcxproj.filters
diff --git a/src/LLVM/utils/FileUpdate/FileUpdate.cpp b/third_party/LLVM/utils/FileUpdate/FileUpdate.cpp
similarity index 100%
rename from src/LLVM/utils/FileUpdate/FileUpdate.cpp
rename to third_party/LLVM/utils/FileUpdate/FileUpdate.cpp
diff --git a/src/LLVM/utils/FileUpdate/FileUpdate.vcxproj b/third_party/LLVM/utils/FileUpdate/FileUpdate.vcxproj
similarity index 100%
rename from src/LLVM/utils/FileUpdate/FileUpdate.vcxproj
rename to third_party/LLVM/utils/FileUpdate/FileUpdate.vcxproj
diff --git a/src/LLVM/utils/FileUpdate/FileUpdate.vcxproj.filters b/third_party/LLVM/utils/FileUpdate/FileUpdate.vcxproj.filters
similarity index 100%
rename from src/LLVM/utils/FileUpdate/FileUpdate.vcxproj.filters
rename to third_party/LLVM/utils/FileUpdate/FileUpdate.vcxproj.filters
diff --git a/src/LLVM/utils/FileUpdate/INSTALL.vcxproj.filters b/third_party/LLVM/utils/FileUpdate/INSTALL.vcxproj.filters
similarity index 100%
rename from src/LLVM/utils/FileUpdate/INSTALL.vcxproj.filters
rename to third_party/LLVM/utils/FileUpdate/INSTALL.vcxproj.filters
diff --git a/src/LLVM/utils/FileUpdate/Makefile b/third_party/LLVM/utils/FileUpdate/Makefile
similarity index 100%
rename from src/LLVM/utils/FileUpdate/Makefile
rename to third_party/LLVM/utils/FileUpdate/Makefile
diff --git a/src/LLVM/utils/FileUpdate/PACKAGE.vcxproj.filters b/third_party/LLVM/utils/FileUpdate/PACKAGE.vcxproj.filters
similarity index 100%
rename from src/LLVM/utils/FileUpdate/PACKAGE.vcxproj.filters
rename to third_party/LLVM/utils/FileUpdate/PACKAGE.vcxproj.filters
diff --git a/src/LLVM/utils/GenLibDeps.pl b/third_party/LLVM/utils/GenLibDeps.pl
similarity index 100%
rename from src/LLVM/utils/GenLibDeps.pl
rename to third_party/LLVM/utils/GenLibDeps.pl
diff --git a/src/LLVM/utils/GetRepositoryPath b/third_party/LLVM/utils/GetRepositoryPath
similarity index 100%
rename from src/LLVM/utils/GetRepositoryPath
rename to third_party/LLVM/utils/GetRepositoryPath
diff --git a/src/LLVM/utils/GetSourceVersion b/third_party/LLVM/utils/GetSourceVersion
similarity index 100%
rename from src/LLVM/utils/GetSourceVersion
rename to third_party/LLVM/utils/GetSourceVersion
diff --git a/src/LLVM/utils/KillTheDoctor/KillTheDoctor.cpp b/third_party/LLVM/utils/KillTheDoctor/KillTheDoctor.cpp
similarity index 100%
rename from src/LLVM/utils/KillTheDoctor/KillTheDoctor.cpp
rename to third_party/LLVM/utils/KillTheDoctor/KillTheDoctor.cpp
diff --git a/src/LLVM/utils/Makefile b/third_party/LLVM/utils/Makefile
similarity index 100%
rename from src/LLVM/utils/Makefile
rename to third_party/LLVM/utils/Makefile
diff --git a/src/LLVM/utils/Misc/zkill b/third_party/LLVM/utils/Misc/zkill
similarity index 100%
rename from src/LLVM/utils/Misc/zkill
rename to third_party/LLVM/utils/Misc/zkill
diff --git a/src/LLVM/utils/NLT.schema b/third_party/LLVM/utils/NLT.schema
similarity index 100%
rename from src/LLVM/utils/NLT.schema
rename to third_party/LLVM/utils/NLT.schema
diff --git a/src/LLVM/utils/NewNightlyTest.pl b/third_party/LLVM/utils/NewNightlyTest.pl
similarity index 100%
rename from src/LLVM/utils/NewNightlyTest.pl
rename to third_party/LLVM/utils/NewNightlyTest.pl
diff --git a/src/LLVM/utils/NightlyTest.gnuplot b/third_party/LLVM/utils/NightlyTest.gnuplot
similarity index 100%
rename from src/LLVM/utils/NightlyTest.gnuplot
rename to third_party/LLVM/utils/NightlyTest.gnuplot
diff --git a/src/LLVM/utils/NightlyTestTemplate.html b/third_party/LLVM/utils/NightlyTestTemplate.html
similarity index 100%
rename from src/LLVM/utils/NightlyTestTemplate.html
rename to third_party/LLVM/utils/NightlyTestTemplate.html
diff --git a/src/LLVM/utils/PerfectShuffle/Makefile b/third_party/LLVM/utils/PerfectShuffle/Makefile
similarity index 100%
rename from src/LLVM/utils/PerfectShuffle/Makefile
rename to third_party/LLVM/utils/PerfectShuffle/Makefile
diff --git a/src/LLVM/utils/PerfectShuffle/PerfectShuffle.cpp b/third_party/LLVM/utils/PerfectShuffle/PerfectShuffle.cpp
similarity index 100%
rename from src/LLVM/utils/PerfectShuffle/PerfectShuffle.cpp
rename to third_party/LLVM/utils/PerfectShuffle/PerfectShuffle.cpp
diff --git a/src/LLVM/utils/TableGen/ARMDecoderEmitter.cpp b/third_party/LLVM/utils/TableGen/ARMDecoderEmitter.cpp
similarity index 100%
rename from src/LLVM/utils/TableGen/ARMDecoderEmitter.cpp
rename to third_party/LLVM/utils/TableGen/ARMDecoderEmitter.cpp
diff --git a/src/LLVM/utils/TableGen/ARMDecoderEmitter.h b/third_party/LLVM/utils/TableGen/ARMDecoderEmitter.h
similarity index 100%
rename from src/LLVM/utils/TableGen/ARMDecoderEmitter.h
rename to third_party/LLVM/utils/TableGen/ARMDecoderEmitter.h
diff --git a/src/LLVM/utils/TableGen/AsmMatcherEmitter.cpp b/third_party/LLVM/utils/TableGen/AsmMatcherEmitter.cpp
similarity index 100%
rename from src/LLVM/utils/TableGen/AsmMatcherEmitter.cpp
rename to third_party/LLVM/utils/TableGen/AsmMatcherEmitter.cpp
diff --git a/src/LLVM/utils/TableGen/AsmMatcherEmitter.h b/third_party/LLVM/utils/TableGen/AsmMatcherEmitter.h
similarity index 100%
rename from src/LLVM/utils/TableGen/AsmMatcherEmitter.h
rename to third_party/LLVM/utils/TableGen/AsmMatcherEmitter.h
diff --git a/src/LLVM/utils/TableGen/AsmWriterEmitter.cpp b/third_party/LLVM/utils/TableGen/AsmWriterEmitter.cpp
similarity index 100%
rename from src/LLVM/utils/TableGen/AsmWriterEmitter.cpp
rename to third_party/LLVM/utils/TableGen/AsmWriterEmitter.cpp
diff --git a/src/LLVM/utils/TableGen/AsmWriterEmitter.h b/third_party/LLVM/utils/TableGen/AsmWriterEmitter.h
similarity index 100%
rename from src/LLVM/utils/TableGen/AsmWriterEmitter.h
rename to third_party/LLVM/utils/TableGen/AsmWriterEmitter.h
diff --git a/src/LLVM/utils/TableGen/AsmWriterInst.cpp b/third_party/LLVM/utils/TableGen/AsmWriterInst.cpp
similarity index 100%
rename from src/LLVM/utils/TableGen/AsmWriterInst.cpp
rename to third_party/LLVM/utils/TableGen/AsmWriterInst.cpp
diff --git a/src/LLVM/utils/TableGen/AsmWriterInst.h b/third_party/LLVM/utils/TableGen/AsmWriterInst.h
similarity index 100%
rename from src/LLVM/utils/TableGen/AsmWriterInst.h
rename to third_party/LLVM/utils/TableGen/AsmWriterInst.h
diff --git a/src/LLVM/utils/TableGen/CallingConvEmitter.cpp b/third_party/LLVM/utils/TableGen/CallingConvEmitter.cpp
similarity index 100%
rename from src/LLVM/utils/TableGen/CallingConvEmitter.cpp
rename to third_party/LLVM/utils/TableGen/CallingConvEmitter.cpp
diff --git a/src/LLVM/utils/TableGen/CallingConvEmitter.h b/third_party/LLVM/utils/TableGen/CallingConvEmitter.h
similarity index 100%
rename from src/LLVM/utils/TableGen/CallingConvEmitter.h
rename to third_party/LLVM/utils/TableGen/CallingConvEmitter.h
diff --git a/src/LLVM/utils/TableGen/CodeEmitterGen.cpp b/third_party/LLVM/utils/TableGen/CodeEmitterGen.cpp
similarity index 100%
rename from src/LLVM/utils/TableGen/CodeEmitterGen.cpp
rename to third_party/LLVM/utils/TableGen/CodeEmitterGen.cpp
diff --git a/src/LLVM/utils/TableGen/CodeEmitterGen.h b/third_party/LLVM/utils/TableGen/CodeEmitterGen.h
similarity index 100%
rename from src/LLVM/utils/TableGen/CodeEmitterGen.h
rename to third_party/LLVM/utils/TableGen/CodeEmitterGen.h
diff --git a/src/LLVM/utils/TableGen/CodeGenDAGPatterns.cpp b/third_party/LLVM/utils/TableGen/CodeGenDAGPatterns.cpp
similarity index 100%
rename from src/LLVM/utils/TableGen/CodeGenDAGPatterns.cpp
rename to third_party/LLVM/utils/TableGen/CodeGenDAGPatterns.cpp
diff --git a/src/LLVM/utils/TableGen/CodeGenDAGPatterns.h b/third_party/LLVM/utils/TableGen/CodeGenDAGPatterns.h
similarity index 100%
rename from src/LLVM/utils/TableGen/CodeGenDAGPatterns.h
rename to third_party/LLVM/utils/TableGen/CodeGenDAGPatterns.h
diff --git a/src/LLVM/utils/TableGen/CodeGenInstruction.cpp b/third_party/LLVM/utils/TableGen/CodeGenInstruction.cpp
similarity index 100%
rename from src/LLVM/utils/TableGen/CodeGenInstruction.cpp
rename to third_party/LLVM/utils/TableGen/CodeGenInstruction.cpp
diff --git a/src/LLVM/utils/TableGen/CodeGenInstruction.h b/third_party/LLVM/utils/TableGen/CodeGenInstruction.h
similarity index 100%
rename from src/LLVM/utils/TableGen/CodeGenInstruction.h
rename to third_party/LLVM/utils/TableGen/CodeGenInstruction.h
diff --git a/src/LLVM/utils/TableGen/CodeGenIntrinsics.h b/third_party/LLVM/utils/TableGen/CodeGenIntrinsics.h
similarity index 100%
rename from src/LLVM/utils/TableGen/CodeGenIntrinsics.h
rename to third_party/LLVM/utils/TableGen/CodeGenIntrinsics.h
diff --git a/src/LLVM/utils/TableGen/CodeGenRegisters.cpp b/third_party/LLVM/utils/TableGen/CodeGenRegisters.cpp
similarity index 100%
rename from src/LLVM/utils/TableGen/CodeGenRegisters.cpp
rename to third_party/LLVM/utils/TableGen/CodeGenRegisters.cpp
diff --git a/src/LLVM/utils/TableGen/CodeGenRegisters.h b/third_party/LLVM/utils/TableGen/CodeGenRegisters.h
similarity index 100%
rename from src/LLVM/utils/TableGen/CodeGenRegisters.h
rename to third_party/LLVM/utils/TableGen/CodeGenRegisters.h
diff --git a/src/LLVM/utils/TableGen/CodeGenTarget.cpp b/third_party/LLVM/utils/TableGen/CodeGenTarget.cpp
similarity index 100%
rename from src/LLVM/utils/TableGen/CodeGenTarget.cpp
rename to third_party/LLVM/utils/TableGen/CodeGenTarget.cpp
diff --git a/src/LLVM/utils/TableGen/CodeGenTarget.h b/third_party/LLVM/utils/TableGen/CodeGenTarget.h
similarity index 100%
rename from src/LLVM/utils/TableGen/CodeGenTarget.h
rename to third_party/LLVM/utils/TableGen/CodeGenTarget.h
diff --git a/src/LLVM/utils/TableGen/DAGISelEmitter.cpp b/third_party/LLVM/utils/TableGen/DAGISelEmitter.cpp
similarity index 100%
rename from src/LLVM/utils/TableGen/DAGISelEmitter.cpp
rename to third_party/LLVM/utils/TableGen/DAGISelEmitter.cpp
diff --git a/src/LLVM/utils/TableGen/DAGISelEmitter.h b/third_party/LLVM/utils/TableGen/DAGISelEmitter.h
similarity index 100%
rename from src/LLVM/utils/TableGen/DAGISelEmitter.h
rename to third_party/LLVM/utils/TableGen/DAGISelEmitter.h
diff --git a/src/LLVM/utils/TableGen/DAGISelMatcher.cpp b/third_party/LLVM/utils/TableGen/DAGISelMatcher.cpp
similarity index 100%
rename from src/LLVM/utils/TableGen/DAGISelMatcher.cpp
rename to third_party/LLVM/utils/TableGen/DAGISelMatcher.cpp
diff --git a/src/LLVM/utils/TableGen/DAGISelMatcher.h b/third_party/LLVM/utils/TableGen/DAGISelMatcher.h
similarity index 100%
rename from src/LLVM/utils/TableGen/DAGISelMatcher.h
rename to third_party/LLVM/utils/TableGen/DAGISelMatcher.h
diff --git a/src/LLVM/utils/TableGen/DAGISelMatcherEmitter.cpp b/third_party/LLVM/utils/TableGen/DAGISelMatcherEmitter.cpp
similarity index 100%
rename from src/LLVM/utils/TableGen/DAGISelMatcherEmitter.cpp
rename to third_party/LLVM/utils/TableGen/DAGISelMatcherEmitter.cpp
diff --git a/src/LLVM/utils/TableGen/DAGISelMatcherGen.cpp b/third_party/LLVM/utils/TableGen/DAGISelMatcherGen.cpp
similarity index 100%
rename from src/LLVM/utils/TableGen/DAGISelMatcherGen.cpp
rename to third_party/LLVM/utils/TableGen/DAGISelMatcherGen.cpp
diff --git a/src/LLVM/utils/TableGen/DAGISelMatcherOpt.cpp b/third_party/LLVM/utils/TableGen/DAGISelMatcherOpt.cpp
similarity index 100%
rename from src/LLVM/utils/TableGen/DAGISelMatcherOpt.cpp
rename to third_party/LLVM/utils/TableGen/DAGISelMatcherOpt.cpp
diff --git a/src/LLVM/utils/TableGen/DisassemblerEmitter.cpp b/third_party/LLVM/utils/TableGen/DisassemblerEmitter.cpp
similarity index 100%
rename from src/LLVM/utils/TableGen/DisassemblerEmitter.cpp
rename to third_party/LLVM/utils/TableGen/DisassemblerEmitter.cpp
diff --git a/src/LLVM/utils/TableGen/DisassemblerEmitter.h b/third_party/LLVM/utils/TableGen/DisassemblerEmitter.h
similarity index 100%
rename from src/LLVM/utils/TableGen/DisassemblerEmitter.h
rename to third_party/LLVM/utils/TableGen/DisassemblerEmitter.h
diff --git a/src/LLVM/utils/TableGen/EDEmitter.cpp b/third_party/LLVM/utils/TableGen/EDEmitter.cpp
similarity index 100%
rename from src/LLVM/utils/TableGen/EDEmitter.cpp
rename to third_party/LLVM/utils/TableGen/EDEmitter.cpp
diff --git a/src/LLVM/utils/TableGen/EDEmitter.h b/third_party/LLVM/utils/TableGen/EDEmitter.h
similarity index 100%
rename from src/LLVM/utils/TableGen/EDEmitter.h
rename to third_party/LLVM/utils/TableGen/EDEmitter.h
diff --git a/src/LLVM/utils/TableGen/FastISelEmitter.cpp b/third_party/LLVM/utils/TableGen/FastISelEmitter.cpp
similarity index 100%
rename from src/LLVM/utils/TableGen/FastISelEmitter.cpp
rename to third_party/LLVM/utils/TableGen/FastISelEmitter.cpp
diff --git a/src/LLVM/utils/TableGen/FastISelEmitter.h b/third_party/LLVM/utils/TableGen/FastISelEmitter.h
similarity index 100%
rename from src/LLVM/utils/TableGen/FastISelEmitter.h
rename to third_party/LLVM/utils/TableGen/FastISelEmitter.h
diff --git a/src/LLVM/utils/TableGen/FixedLenDecoderEmitter.cpp b/third_party/LLVM/utils/TableGen/FixedLenDecoderEmitter.cpp
similarity index 100%
rename from src/LLVM/utils/TableGen/FixedLenDecoderEmitter.cpp
rename to third_party/LLVM/utils/TableGen/FixedLenDecoderEmitter.cpp
diff --git a/src/LLVM/utils/TableGen/FixedLenDecoderEmitter.h b/third_party/LLVM/utils/TableGen/FixedLenDecoderEmitter.h
similarity index 100%
rename from src/LLVM/utils/TableGen/FixedLenDecoderEmitter.h
rename to third_party/LLVM/utils/TableGen/FixedLenDecoderEmitter.h
diff --git a/src/LLVM/utils/TableGen/INSTALL.vcxproj.filters b/third_party/LLVM/utils/TableGen/INSTALL.vcxproj.filters
similarity index 100%
rename from src/LLVM/utils/TableGen/INSTALL.vcxproj.filters
rename to third_party/LLVM/utils/TableGen/INSTALL.vcxproj.filters
diff --git a/src/LLVM/utils/TableGen/InstrEnumEmitter.cpp b/third_party/LLVM/utils/TableGen/InstrEnumEmitter.cpp
similarity index 100%
rename from src/LLVM/utils/TableGen/InstrEnumEmitter.cpp
rename to third_party/LLVM/utils/TableGen/InstrEnumEmitter.cpp
diff --git a/src/LLVM/utils/TableGen/InstrEnumEmitter.h b/third_party/LLVM/utils/TableGen/InstrEnumEmitter.h
similarity index 100%
rename from src/LLVM/utils/TableGen/InstrEnumEmitter.h
rename to third_party/LLVM/utils/TableGen/InstrEnumEmitter.h
diff --git a/src/LLVM/utils/TableGen/InstrInfoEmitter.cpp b/third_party/LLVM/utils/TableGen/InstrInfoEmitter.cpp
similarity index 100%
rename from src/LLVM/utils/TableGen/InstrInfoEmitter.cpp
rename to third_party/LLVM/utils/TableGen/InstrInfoEmitter.cpp
diff --git a/src/LLVM/utils/TableGen/InstrInfoEmitter.h b/third_party/LLVM/utils/TableGen/InstrInfoEmitter.h
similarity index 100%
rename from src/LLVM/utils/TableGen/InstrInfoEmitter.h
rename to third_party/LLVM/utils/TableGen/InstrInfoEmitter.h
diff --git a/src/LLVM/utils/TableGen/IntrinsicEmitter.cpp b/third_party/LLVM/utils/TableGen/IntrinsicEmitter.cpp
similarity index 100%
rename from src/LLVM/utils/TableGen/IntrinsicEmitter.cpp
rename to third_party/LLVM/utils/TableGen/IntrinsicEmitter.cpp
diff --git a/src/LLVM/utils/TableGen/IntrinsicEmitter.h b/third_party/LLVM/utils/TableGen/IntrinsicEmitter.h
similarity index 100%
rename from src/LLVM/utils/TableGen/IntrinsicEmitter.h
rename to third_party/LLVM/utils/TableGen/IntrinsicEmitter.h
diff --git a/src/LLVM/utils/TableGen/Makefile b/third_party/LLVM/utils/TableGen/Makefile
similarity index 100%
rename from src/LLVM/utils/TableGen/Makefile
rename to third_party/LLVM/utils/TableGen/Makefile
diff --git a/src/LLVM/utils/TableGen/PACKAGE.vcxproj.filters b/third_party/LLVM/utils/TableGen/PACKAGE.vcxproj.filters
similarity index 100%
rename from src/LLVM/utils/TableGen/PACKAGE.vcxproj.filters
rename to third_party/LLVM/utils/TableGen/PACKAGE.vcxproj.filters
diff --git a/src/LLVM/utils/TableGen/PseudoLoweringEmitter.cpp b/third_party/LLVM/utils/TableGen/PseudoLoweringEmitter.cpp
similarity index 100%
rename from src/LLVM/utils/TableGen/PseudoLoweringEmitter.cpp
rename to third_party/LLVM/utils/TableGen/PseudoLoweringEmitter.cpp
diff --git a/src/LLVM/utils/TableGen/PseudoLoweringEmitter.h b/third_party/LLVM/utils/TableGen/PseudoLoweringEmitter.h
similarity index 100%
rename from src/LLVM/utils/TableGen/PseudoLoweringEmitter.h
rename to third_party/LLVM/utils/TableGen/PseudoLoweringEmitter.h
diff --git a/src/LLVM/utils/TableGen/RegisterInfoEmitter.cpp b/third_party/LLVM/utils/TableGen/RegisterInfoEmitter.cpp
similarity index 100%
rename from src/LLVM/utils/TableGen/RegisterInfoEmitter.cpp
rename to third_party/LLVM/utils/TableGen/RegisterInfoEmitter.cpp
diff --git a/src/LLVM/utils/TableGen/RegisterInfoEmitter.h b/third_party/LLVM/utils/TableGen/RegisterInfoEmitter.h
similarity index 100%
rename from src/LLVM/utils/TableGen/RegisterInfoEmitter.h
rename to third_party/LLVM/utils/TableGen/RegisterInfoEmitter.h
diff --git a/src/LLVM/utils/TableGen/SetTheory.cpp b/third_party/LLVM/utils/TableGen/SetTheory.cpp
similarity index 100%
rename from src/LLVM/utils/TableGen/SetTheory.cpp
rename to third_party/LLVM/utils/TableGen/SetTheory.cpp
diff --git a/src/LLVM/utils/TableGen/SetTheory.h b/third_party/LLVM/utils/TableGen/SetTheory.h
similarity index 100%
rename from src/LLVM/utils/TableGen/SetTheory.h
rename to third_party/LLVM/utils/TableGen/SetTheory.h
diff --git a/src/LLVM/utils/TableGen/StringMatcher.cpp b/third_party/LLVM/utils/TableGen/StringMatcher.cpp
similarity index 100%
rename from src/LLVM/utils/TableGen/StringMatcher.cpp
rename to third_party/LLVM/utils/TableGen/StringMatcher.cpp
diff --git a/src/LLVM/utils/TableGen/StringMatcher.h b/third_party/LLVM/utils/TableGen/StringMatcher.h
similarity index 100%
rename from src/LLVM/utils/TableGen/StringMatcher.h
rename to third_party/LLVM/utils/TableGen/StringMatcher.h
diff --git a/src/LLVM/utils/TableGen/StringToOffsetTable.h b/third_party/LLVM/utils/TableGen/StringToOffsetTable.h
similarity index 100%
rename from src/LLVM/utils/TableGen/StringToOffsetTable.h
rename to third_party/LLVM/utils/TableGen/StringToOffsetTable.h
diff --git a/src/LLVM/utils/TableGen/SubtargetEmitter.cpp b/third_party/LLVM/utils/TableGen/SubtargetEmitter.cpp
similarity index 100%
rename from src/LLVM/utils/TableGen/SubtargetEmitter.cpp
rename to third_party/LLVM/utils/TableGen/SubtargetEmitter.cpp
diff --git a/src/LLVM/utils/TableGen/SubtargetEmitter.h b/third_party/LLVM/utils/TableGen/SubtargetEmitter.h
similarity index 100%
rename from src/LLVM/utils/TableGen/SubtargetEmitter.h
rename to third_party/LLVM/utils/TableGen/SubtargetEmitter.h
diff --git a/src/LLVM/utils/TableGen/TGValueTypes.cpp b/third_party/LLVM/utils/TableGen/TGValueTypes.cpp
similarity index 100%
rename from src/LLVM/utils/TableGen/TGValueTypes.cpp
rename to third_party/LLVM/utils/TableGen/TGValueTypes.cpp
diff --git a/src/LLVM/utils/TableGen/TableGen.cpp b/third_party/LLVM/utils/TableGen/TableGen.cpp
similarity index 100%
rename from src/LLVM/utils/TableGen/TableGen.cpp
rename to third_party/LLVM/utils/TableGen/TableGen.cpp
diff --git a/src/LLVM/utils/TableGen/X86DisassemblerShared.h b/third_party/LLVM/utils/TableGen/X86DisassemblerShared.h
similarity index 100%
rename from src/LLVM/utils/TableGen/X86DisassemblerShared.h
rename to third_party/LLVM/utils/TableGen/X86DisassemblerShared.h
diff --git a/src/LLVM/utils/TableGen/X86DisassemblerTables.cpp b/third_party/LLVM/utils/TableGen/X86DisassemblerTables.cpp
similarity index 100%
rename from src/LLVM/utils/TableGen/X86DisassemblerTables.cpp
rename to third_party/LLVM/utils/TableGen/X86DisassemblerTables.cpp
diff --git a/src/LLVM/utils/TableGen/X86DisassemblerTables.h b/third_party/LLVM/utils/TableGen/X86DisassemblerTables.h
similarity index 100%
rename from src/LLVM/utils/TableGen/X86DisassemblerTables.h
rename to third_party/LLVM/utils/TableGen/X86DisassemblerTables.h
diff --git a/src/LLVM/utils/TableGen/X86ModRMFilters.h b/third_party/LLVM/utils/TableGen/X86ModRMFilters.h
similarity index 100%
rename from src/LLVM/utils/TableGen/X86ModRMFilters.h
rename to third_party/LLVM/utils/TableGen/X86ModRMFilters.h
diff --git a/src/LLVM/utils/TableGen/X86RecognizableInstr.cpp b/third_party/LLVM/utils/TableGen/X86RecognizableInstr.cpp
similarity index 100%
rename from src/LLVM/utils/TableGen/X86RecognizableInstr.cpp
rename to third_party/LLVM/utils/TableGen/X86RecognizableInstr.cpp
diff --git a/src/LLVM/utils/TableGen/X86RecognizableInstr.h b/third_party/LLVM/utils/TableGen/X86RecognizableInstr.h
similarity index 100%
rename from src/LLVM/utils/TableGen/X86RecognizableInstr.h
rename to third_party/LLVM/utils/TableGen/X86RecognizableInstr.h
diff --git a/src/LLVM/utils/TableGen/llvm-tblgen.vcxproj b/third_party/LLVM/utils/TableGen/llvm-tblgen.vcxproj
similarity index 100%
rename from src/LLVM/utils/TableGen/llvm-tblgen.vcxproj
rename to third_party/LLVM/utils/TableGen/llvm-tblgen.vcxproj
diff --git a/src/LLVM/utils/TableGen/llvm-tblgen.vcxproj.filters b/third_party/LLVM/utils/TableGen/llvm-tblgen.vcxproj.filters
similarity index 100%
rename from src/LLVM/utils/TableGen/llvm-tblgen.vcxproj.filters
rename to third_party/LLVM/utils/TableGen/llvm-tblgen.vcxproj.filters
diff --git a/src/LLVM/utils/Target/ARM/analyze-match-table.py b/third_party/LLVM/utils/Target/ARM/analyze-match-table.py
similarity index 100%
rename from src/LLVM/utils/Target/ARM/analyze-match-table.py
rename to third_party/LLVM/utils/Target/ARM/analyze-match-table.py
diff --git a/src/LLVM/utils/UpdateCMakeLists.pl b/third_party/LLVM/utils/UpdateCMakeLists.pl
similarity index 100%
rename from src/LLVM/utils/UpdateCMakeLists.pl
rename to third_party/LLVM/utils/UpdateCMakeLists.pl
diff --git a/src/LLVM/utils/bugpoint/RemoteRunSafely.sh b/third_party/LLVM/utils/bugpoint/RemoteRunSafely.sh
similarity index 100%
rename from src/LLVM/utils/bugpoint/RemoteRunSafely.sh
rename to third_party/LLVM/utils/bugpoint/RemoteRunSafely.sh
diff --git a/src/LLVM/utils/buildit/GNUmakefile b/third_party/LLVM/utils/buildit/GNUmakefile
similarity index 100%
rename from src/LLVM/utils/buildit/GNUmakefile
rename to third_party/LLVM/utils/buildit/GNUmakefile
diff --git a/src/LLVM/utils/buildit/build_llvm b/third_party/LLVM/utils/buildit/build_llvm
similarity index 100%
rename from src/LLVM/utils/buildit/build_llvm
rename to third_party/LLVM/utils/buildit/build_llvm
diff --git a/src/LLVM/utils/cgiplotNLT.pl b/third_party/LLVM/utils/cgiplotNLT.pl
similarity index 100%
rename from src/LLVM/utils/cgiplotNLT.pl
rename to third_party/LLVM/utils/cgiplotNLT.pl
diff --git a/src/LLVM/utils/check-each-file b/third_party/LLVM/utils/check-each-file
similarity index 100%
rename from src/LLVM/utils/check-each-file
rename to third_party/LLVM/utils/check-each-file
diff --git a/src/LLVM/utils/codegen-diff b/third_party/LLVM/utils/codegen-diff
similarity index 100%
rename from src/LLVM/utils/codegen-diff
rename to third_party/LLVM/utils/codegen-diff
diff --git a/src/LLVM/utils/count/INSTALL.vcxproj.filters b/third_party/LLVM/utils/count/INSTALL.vcxproj.filters
similarity index 100%
rename from src/LLVM/utils/count/INSTALL.vcxproj.filters
rename to third_party/LLVM/utils/count/INSTALL.vcxproj.filters
diff --git a/src/LLVM/utils/count/Makefile b/third_party/LLVM/utils/count/Makefile
similarity index 100%
rename from src/LLVM/utils/count/Makefile
rename to third_party/LLVM/utils/count/Makefile
diff --git a/src/LLVM/utils/count/PACKAGE.vcxproj.filters b/third_party/LLVM/utils/count/PACKAGE.vcxproj.filters
similarity index 100%
rename from src/LLVM/utils/count/PACKAGE.vcxproj.filters
rename to third_party/LLVM/utils/count/PACKAGE.vcxproj.filters
diff --git a/src/LLVM/utils/count/count.c b/third_party/LLVM/utils/count/count.c
similarity index 100%
rename from src/LLVM/utils/count/count.c
rename to third_party/LLVM/utils/count/count.c
diff --git a/src/LLVM/utils/count/count.vcxproj b/third_party/LLVM/utils/count/count.vcxproj
similarity index 100%
rename from src/LLVM/utils/count/count.vcxproj
rename to third_party/LLVM/utils/count/count.vcxproj
diff --git a/src/LLVM/utils/count/count.vcxproj.filters b/third_party/LLVM/utils/count/count.vcxproj.filters
similarity index 100%
rename from src/LLVM/utils/count/count.vcxproj.filters
rename to third_party/LLVM/utils/count/count.vcxproj.filters
diff --git a/src/LLVM/utils/countloc.sh b/third_party/LLVM/utils/countloc.sh
similarity index 100%
rename from src/LLVM/utils/countloc.sh
rename to third_party/LLVM/utils/countloc.sh
diff --git a/src/LLVM/utils/crosstool/ARM/README b/third_party/LLVM/utils/crosstool/ARM/README
similarity index 100%
rename from src/LLVM/utils/crosstool/ARM/README
rename to third_party/LLVM/utils/crosstool/ARM/README
diff --git a/src/LLVM/utils/crosstool/ARM/build-install-linux.sh b/third_party/LLVM/utils/crosstool/ARM/build-install-linux.sh
similarity index 100%
rename from src/LLVM/utils/crosstool/ARM/build-install-linux.sh
rename to third_party/LLVM/utils/crosstool/ARM/build-install-linux.sh
diff --git a/src/LLVM/utils/crosstool/create-snapshots.sh b/third_party/LLVM/utils/crosstool/create-snapshots.sh
similarity index 100%
rename from src/LLVM/utils/crosstool/create-snapshots.sh
rename to third_party/LLVM/utils/crosstool/create-snapshots.sh
diff --git a/src/LLVM/utils/emacs/README b/third_party/LLVM/utils/emacs/README
similarity index 100%
rename from src/LLVM/utils/emacs/README
rename to third_party/LLVM/utils/emacs/README
diff --git a/src/LLVM/utils/emacs/emacs.el b/third_party/LLVM/utils/emacs/emacs.el
similarity index 100%
rename from src/LLVM/utils/emacs/emacs.el
rename to third_party/LLVM/utils/emacs/emacs.el
diff --git a/src/LLVM/utils/emacs/llvm-mode.el b/third_party/LLVM/utils/emacs/llvm-mode.el
similarity index 100%
rename from src/LLVM/utils/emacs/llvm-mode.el
rename to third_party/LLVM/utils/emacs/llvm-mode.el
diff --git a/src/LLVM/utils/emacs/tablegen-mode.el b/third_party/LLVM/utils/emacs/tablegen-mode.el
similarity index 100%
rename from src/LLVM/utils/emacs/tablegen-mode.el
rename to third_party/LLVM/utils/emacs/tablegen-mode.el
diff --git a/src/LLVM/utils/findmisopt b/third_party/LLVM/utils/findmisopt
similarity index 100%
rename from src/LLVM/utils/findmisopt
rename to third_party/LLVM/utils/findmisopt
diff --git a/src/LLVM/utils/findoptdiff b/third_party/LLVM/utils/findoptdiff
similarity index 100%
rename from src/LLVM/utils/findoptdiff
rename to third_party/LLVM/utils/findoptdiff
diff --git a/src/LLVM/utils/findsym.pl b/third_party/LLVM/utils/findsym.pl
similarity index 100%
rename from src/LLVM/utils/findsym.pl
rename to third_party/LLVM/utils/findsym.pl
diff --git a/src/LLVM/utils/fpcmp/Makefile b/third_party/LLVM/utils/fpcmp/Makefile
similarity index 100%
rename from src/LLVM/utils/fpcmp/Makefile
rename to third_party/LLVM/utils/fpcmp/Makefile
diff --git a/src/LLVM/utils/fpcmp/fpcmp.cpp b/third_party/LLVM/utils/fpcmp/fpcmp.cpp
similarity index 100%
rename from src/LLVM/utils/fpcmp/fpcmp.cpp
rename to third_party/LLVM/utils/fpcmp/fpcmp.cpp
diff --git a/src/LLVM/utils/getsrcs.sh b/third_party/LLVM/utils/getsrcs.sh
similarity index 100%
rename from src/LLVM/utils/getsrcs.sh
rename to third_party/LLVM/utils/getsrcs.sh
diff --git a/src/LLVM/utils/git/find-rev b/third_party/LLVM/utils/git/find-rev
similarity index 100%
rename from src/LLVM/utils/git/find-rev
rename to third_party/LLVM/utils/git/find-rev
diff --git a/src/LLVM/utils/importNLT.pl b/third_party/LLVM/utils/importNLT.pl
similarity index 100%
rename from src/LLVM/utils/importNLT.pl
rename to third_party/LLVM/utils/importNLT.pl
diff --git a/src/LLVM/utils/jedit/README b/third_party/LLVM/utils/jedit/README
similarity index 100%
rename from src/LLVM/utils/jedit/README
rename to third_party/LLVM/utils/jedit/README
diff --git a/src/LLVM/utils/jedit/tablegen.xml b/third_party/LLVM/utils/jedit/tablegen.xml
similarity index 100%
rename from src/LLVM/utils/jedit/tablegen.xml
rename to third_party/LLVM/utils/jedit/tablegen.xml
diff --git a/src/LLVM/utils/kate/README b/third_party/LLVM/utils/kate/README
similarity index 100%
rename from src/LLVM/utils/kate/README
rename to third_party/LLVM/utils/kate/README
diff --git a/src/LLVM/utils/kate/llvm.xml b/third_party/LLVM/utils/kate/llvm.xml
similarity index 100%
rename from src/LLVM/utils/kate/llvm.xml
rename to third_party/LLVM/utils/kate/llvm.xml
diff --git a/src/LLVM/utils/lint/common_lint.py b/third_party/LLVM/utils/lint/common_lint.py
similarity index 100%
rename from src/LLVM/utils/lint/common_lint.py
rename to third_party/LLVM/utils/lint/common_lint.py
diff --git a/src/LLVM/utils/lint/cpp_lint.py b/third_party/LLVM/utils/lint/cpp_lint.py
similarity index 100%
rename from src/LLVM/utils/lint/cpp_lint.py
rename to third_party/LLVM/utils/lint/cpp_lint.py
diff --git a/src/LLVM/utils/lint/generic_lint.py b/third_party/LLVM/utils/lint/generic_lint.py
similarity index 100%
rename from src/LLVM/utils/lint/generic_lint.py
rename to third_party/LLVM/utils/lint/generic_lint.py
diff --git a/src/LLVM/utils/lint/remove_trailing_whitespace.sh b/third_party/LLVM/utils/lint/remove_trailing_whitespace.sh
similarity index 100%
rename from src/LLVM/utils/lint/remove_trailing_whitespace.sh
rename to third_party/LLVM/utils/lint/remove_trailing_whitespace.sh
diff --git a/src/LLVM/utils/lit/TODO b/third_party/LLVM/utils/lit/TODO
similarity index 100%
rename from src/LLVM/utils/lit/TODO
rename to third_party/LLVM/utils/lit/TODO
diff --git a/src/LLVM/utils/lit/lit.py b/third_party/LLVM/utils/lit/lit.py
similarity index 100%
rename from src/LLVM/utils/lit/lit.py
rename to third_party/LLVM/utils/lit/lit.py
diff --git a/src/LLVM/utils/lit/lit/ExampleTests.ObjDir/lit.site.cfg b/third_party/LLVM/utils/lit/lit/ExampleTests.ObjDir/lit.site.cfg
similarity index 100%
rename from src/LLVM/utils/lit/lit/ExampleTests.ObjDir/lit.site.cfg
rename to third_party/LLVM/utils/lit/lit/ExampleTests.ObjDir/lit.site.cfg
diff --git a/src/LLVM/utils/lit/lit/ExampleTests/Clang/fsyntax-only.c b/third_party/LLVM/utils/lit/lit/ExampleTests/Clang/fsyntax-only.c
similarity index 100%
rename from src/LLVM/utils/lit/lit/ExampleTests/Clang/fsyntax-only.c
rename to third_party/LLVM/utils/lit/lit/ExampleTests/Clang/fsyntax-only.c
diff --git a/src/LLVM/utils/lit/lit/ExampleTests/Clang/lit.cfg b/third_party/LLVM/utils/lit/lit/ExampleTests/Clang/lit.cfg
similarity index 100%
rename from src/LLVM/utils/lit/lit/ExampleTests/Clang/lit.cfg
rename to third_party/LLVM/utils/lit/lit/ExampleTests/Clang/lit.cfg
diff --git a/src/LLVM/utils/lit/lit/ExampleTests/LLVM.InTree/test/Bar/bar-test.ll b/third_party/LLVM/utils/lit/lit/ExampleTests/LLVM.InTree/test/Bar/bar-test.ll
similarity index 100%
rename from src/LLVM/utils/lit/lit/ExampleTests/LLVM.InTree/test/Bar/bar-test.ll
rename to third_party/LLVM/utils/lit/lit/ExampleTests/LLVM.InTree/test/Bar/bar-test.ll
diff --git a/src/LLVM/utils/lit/lit/ExampleTests/LLVM.InTree/test/Bar/dg.exp b/third_party/LLVM/utils/lit/lit/ExampleTests/LLVM.InTree/test/Bar/dg.exp
similarity index 100%
rename from src/LLVM/utils/lit/lit/ExampleTests/LLVM.InTree/test/Bar/dg.exp
rename to third_party/LLVM/utils/lit/lit/ExampleTests/LLVM.InTree/test/Bar/dg.exp
diff --git a/src/LLVM/utils/lit/lit/ExampleTests/LLVM.InTree/test/lit.cfg b/third_party/LLVM/utils/lit/lit/ExampleTests/LLVM.InTree/test/lit.cfg
similarity index 100%
rename from src/LLVM/utils/lit/lit/ExampleTests/LLVM.InTree/test/lit.cfg
rename to third_party/LLVM/utils/lit/lit/ExampleTests/LLVM.InTree/test/lit.cfg
diff --git a/src/LLVM/utils/lit/lit/ExampleTests/LLVM.InTree/test/lit.site.cfg b/third_party/LLVM/utils/lit/lit/ExampleTests/LLVM.InTree/test/lit.site.cfg
similarity index 100%
rename from src/LLVM/utils/lit/lit/ExampleTests/LLVM.InTree/test/lit.site.cfg
rename to third_party/LLVM/utils/lit/lit/ExampleTests/LLVM.InTree/test/lit.site.cfg
diff --git a/src/LLVM/utils/lit/lit/ExampleTests/LLVM.InTree/test/site.exp b/third_party/LLVM/utils/lit/lit/ExampleTests/LLVM.InTree/test/site.exp
similarity index 100%
rename from src/LLVM/utils/lit/lit/ExampleTests/LLVM.InTree/test/site.exp
rename to third_party/LLVM/utils/lit/lit/ExampleTests/LLVM.InTree/test/site.exp
diff --git a/src/LLVM/utils/lit/lit/ExampleTests/LLVM.OutOfTree/lit.local.cfg b/third_party/LLVM/utils/lit/lit/ExampleTests/LLVM.OutOfTree/lit.local.cfg
similarity index 100%
rename from src/LLVM/utils/lit/lit/ExampleTests/LLVM.OutOfTree/lit.local.cfg
rename to third_party/LLVM/utils/lit/lit/ExampleTests/LLVM.OutOfTree/lit.local.cfg
diff --git a/src/LLVM/utils/lit/lit/ExampleTests/LLVM.OutOfTree/obj/test/Foo/lit.local.cfg b/third_party/LLVM/utils/lit/lit/ExampleTests/LLVM.OutOfTree/obj/test/Foo/lit.local.cfg
similarity index 100%
rename from src/LLVM/utils/lit/lit/ExampleTests/LLVM.OutOfTree/obj/test/Foo/lit.local.cfg
rename to third_party/LLVM/utils/lit/lit/ExampleTests/LLVM.OutOfTree/obj/test/Foo/lit.local.cfg
diff --git a/src/LLVM/utils/lit/lit/ExampleTests/LLVM.OutOfTree/obj/test/lit.site.cfg b/third_party/LLVM/utils/lit/lit/ExampleTests/LLVM.OutOfTree/obj/test/lit.site.cfg
similarity index 100%
rename from src/LLVM/utils/lit/lit/ExampleTests/LLVM.OutOfTree/obj/test/lit.site.cfg
rename to third_party/LLVM/utils/lit/lit/ExampleTests/LLVM.OutOfTree/obj/test/lit.site.cfg
diff --git a/src/LLVM/utils/lit/lit/ExampleTests/LLVM.OutOfTree/obj/test/site.exp b/third_party/LLVM/utils/lit/lit/ExampleTests/LLVM.OutOfTree/obj/test/site.exp
similarity index 100%
rename from src/LLVM/utils/lit/lit/ExampleTests/LLVM.OutOfTree/obj/test/site.exp
rename to third_party/LLVM/utils/lit/lit/ExampleTests/LLVM.OutOfTree/obj/test/site.exp
diff --git a/src/LLVM/utils/lit/lit/ExampleTests/LLVM.OutOfTree/src/test/Foo/data.txt b/third_party/LLVM/utils/lit/lit/ExampleTests/LLVM.OutOfTree/src/test/Foo/data.txt
similarity index 100%
rename from src/LLVM/utils/lit/lit/ExampleTests/LLVM.OutOfTree/src/test/Foo/data.txt
rename to third_party/LLVM/utils/lit/lit/ExampleTests/LLVM.OutOfTree/src/test/Foo/data.txt
diff --git a/src/LLVM/utils/lit/lit/ExampleTests/LLVM.OutOfTree/src/test/Foo/dg.exp b/third_party/LLVM/utils/lit/lit/ExampleTests/LLVM.OutOfTree/src/test/Foo/dg.exp
similarity index 100%
rename from src/LLVM/utils/lit/lit/ExampleTests/LLVM.OutOfTree/src/test/Foo/dg.exp
rename to third_party/LLVM/utils/lit/lit/ExampleTests/LLVM.OutOfTree/src/test/Foo/dg.exp
diff --git a/src/LLVM/utils/lit/lit/ExampleTests/LLVM.OutOfTree/src/test/Foo/pct-S.ll b/third_party/LLVM/utils/lit/lit/ExampleTests/LLVM.OutOfTree/src/test/Foo/pct-S.ll
similarity index 100%
rename from src/LLVM/utils/lit/lit/ExampleTests/LLVM.OutOfTree/src/test/Foo/pct-S.ll
rename to third_party/LLVM/utils/lit/lit/ExampleTests/LLVM.OutOfTree/src/test/Foo/pct-S.ll
diff --git a/src/LLVM/utils/lit/lit/ExampleTests/LLVM.OutOfTree/src/test/lit.cfg b/third_party/LLVM/utils/lit/lit/ExampleTests/LLVM.OutOfTree/src/test/lit.cfg
similarity index 100%
rename from src/LLVM/utils/lit/lit/ExampleTests/LLVM.OutOfTree/src/test/lit.cfg
rename to third_party/LLVM/utils/lit/lit/ExampleTests/LLVM.OutOfTree/src/test/lit.cfg
diff --git a/src/LLVM/utils/lit/lit/ExampleTests/ShExternal/lit.local.cfg b/third_party/LLVM/utils/lit/lit/ExampleTests/ShExternal/lit.local.cfg
similarity index 100%
rename from src/LLVM/utils/lit/lit/ExampleTests/ShExternal/lit.local.cfg
rename to third_party/LLVM/utils/lit/lit/ExampleTests/ShExternal/lit.local.cfg
diff --git a/src/LLVM/utils/lit/lit/ExampleTests/ShInternal/lit.local.cfg b/third_party/LLVM/utils/lit/lit/ExampleTests/ShInternal/lit.local.cfg
similarity index 100%
rename from src/LLVM/utils/lit/lit/ExampleTests/ShInternal/lit.local.cfg
rename to third_party/LLVM/utils/lit/lit/ExampleTests/ShInternal/lit.local.cfg
diff --git a/src/LLVM/utils/lit/lit/ExampleTests/TclTest/lit.local.cfg b/third_party/LLVM/utils/lit/lit/ExampleTests/TclTest/lit.local.cfg
similarity index 100%
rename from src/LLVM/utils/lit/lit/ExampleTests/TclTest/lit.local.cfg
rename to third_party/LLVM/utils/lit/lit/ExampleTests/TclTest/lit.local.cfg
diff --git a/src/LLVM/utils/lit/lit/ExampleTests/TclTest/stderr-pipe.ll b/third_party/LLVM/utils/lit/lit/ExampleTests/TclTest/stderr-pipe.ll
similarity index 100%
rename from src/LLVM/utils/lit/lit/ExampleTests/TclTest/stderr-pipe.ll
rename to third_party/LLVM/utils/lit/lit/ExampleTests/TclTest/stderr-pipe.ll
diff --git a/src/LLVM/utils/lit/lit/ExampleTests/TclTest/tcl-redir-1.ll b/third_party/LLVM/utils/lit/lit/ExampleTests/TclTest/tcl-redir-1.ll
similarity index 100%
rename from src/LLVM/utils/lit/lit/ExampleTests/TclTest/tcl-redir-1.ll
rename to third_party/LLVM/utils/lit/lit/ExampleTests/TclTest/tcl-redir-1.ll
diff --git a/src/LLVM/utils/lit/lit/ExampleTests/fail.c b/third_party/LLVM/utils/lit/lit/ExampleTests/fail.c
similarity index 100%
rename from src/LLVM/utils/lit/lit/ExampleTests/fail.c
rename to third_party/LLVM/utils/lit/lit/ExampleTests/fail.c
diff --git a/src/LLVM/utils/lit/lit/ExampleTests/lit.cfg b/third_party/LLVM/utils/lit/lit/ExampleTests/lit.cfg
similarity index 100%
rename from src/LLVM/utils/lit/lit/ExampleTests/lit.cfg
rename to third_party/LLVM/utils/lit/lit/ExampleTests/lit.cfg
diff --git a/src/LLVM/utils/lit/lit/ExampleTests/pass.c b/third_party/LLVM/utils/lit/lit/ExampleTests/pass.c
similarity index 100%
rename from src/LLVM/utils/lit/lit/ExampleTests/pass.c
rename to third_party/LLVM/utils/lit/lit/ExampleTests/pass.c
diff --git a/src/LLVM/utils/lit/lit/ExampleTests/required-and-missing.c b/third_party/LLVM/utils/lit/lit/ExampleTests/required-and-missing.c
similarity index 100%
rename from src/LLVM/utils/lit/lit/ExampleTests/required-and-missing.c
rename to third_party/LLVM/utils/lit/lit/ExampleTests/required-and-missing.c
diff --git a/src/LLVM/utils/lit/lit/ExampleTests/required-and-present.c b/third_party/LLVM/utils/lit/lit/ExampleTests/required-and-present.c
similarity index 100%
rename from src/LLVM/utils/lit/lit/ExampleTests/required-and-present.c
rename to third_party/LLVM/utils/lit/lit/ExampleTests/required-and-present.c
diff --git a/src/LLVM/utils/lit/lit/ExampleTests/xfail.c b/third_party/LLVM/utils/lit/lit/ExampleTests/xfail.c
similarity index 100%
rename from src/LLVM/utils/lit/lit/ExampleTests/xfail.c
rename to third_party/LLVM/utils/lit/lit/ExampleTests/xfail.c
diff --git a/src/LLVM/utils/lit/lit/ExampleTests/xpass.c b/third_party/LLVM/utils/lit/lit/ExampleTests/xpass.c
similarity index 100%
rename from src/LLVM/utils/lit/lit/ExampleTests/xpass.c
rename to third_party/LLVM/utils/lit/lit/ExampleTests/xpass.c
diff --git a/src/LLVM/utils/lit/lit/LitConfig.py b/third_party/LLVM/utils/lit/lit/LitConfig.py
similarity index 100%
rename from src/LLVM/utils/lit/lit/LitConfig.py
rename to third_party/LLVM/utils/lit/lit/LitConfig.py
diff --git a/src/LLVM/utils/lit/lit/LitFormats.py b/third_party/LLVM/utils/lit/lit/LitFormats.py
similarity index 100%
rename from src/LLVM/utils/lit/lit/LitFormats.py
rename to third_party/LLVM/utils/lit/lit/LitFormats.py
diff --git a/src/LLVM/utils/lit/lit/LitTestCase.py b/third_party/LLVM/utils/lit/lit/LitTestCase.py
similarity index 100%
rename from src/LLVM/utils/lit/lit/LitTestCase.py
rename to third_party/LLVM/utils/lit/lit/LitTestCase.py
diff --git a/src/LLVM/utils/lit/lit/ProgressBar.py b/third_party/LLVM/utils/lit/lit/ProgressBar.py
similarity index 100%
rename from src/LLVM/utils/lit/lit/ProgressBar.py
rename to third_party/LLVM/utils/lit/lit/ProgressBar.py
diff --git a/src/LLVM/utils/lit/lit/ShCommands.py b/third_party/LLVM/utils/lit/lit/ShCommands.py
similarity index 100%
rename from src/LLVM/utils/lit/lit/ShCommands.py
rename to third_party/LLVM/utils/lit/lit/ShCommands.py
diff --git a/src/LLVM/utils/lit/lit/ShUtil.py b/third_party/LLVM/utils/lit/lit/ShUtil.py
similarity index 100%
rename from src/LLVM/utils/lit/lit/ShUtil.py
rename to third_party/LLVM/utils/lit/lit/ShUtil.py
diff --git a/src/LLVM/utils/lit/lit/TclUtil.py b/third_party/LLVM/utils/lit/lit/TclUtil.py
similarity index 100%
rename from src/LLVM/utils/lit/lit/TclUtil.py
rename to third_party/LLVM/utils/lit/lit/TclUtil.py
diff --git a/src/LLVM/utils/lit/lit/Test.py b/third_party/LLVM/utils/lit/lit/Test.py
similarity index 100%
rename from src/LLVM/utils/lit/lit/Test.py
rename to third_party/LLVM/utils/lit/lit/Test.py
diff --git a/src/LLVM/utils/lit/lit/TestFormats.py b/third_party/LLVM/utils/lit/lit/TestFormats.py
similarity index 100%
rename from src/LLVM/utils/lit/lit/TestFormats.py
rename to third_party/LLVM/utils/lit/lit/TestFormats.py
diff --git a/src/LLVM/utils/lit/lit/TestRunner.py b/third_party/LLVM/utils/lit/lit/TestRunner.py
similarity index 100%
rename from src/LLVM/utils/lit/lit/TestRunner.py
rename to third_party/LLVM/utils/lit/lit/TestRunner.py
diff --git a/src/LLVM/utils/lit/lit/TestingConfig.py b/third_party/LLVM/utils/lit/lit/TestingConfig.py
similarity index 100%
rename from src/LLVM/utils/lit/lit/TestingConfig.py
rename to third_party/LLVM/utils/lit/lit/TestingConfig.py
diff --git a/src/LLVM/utils/lit/lit/Util.py b/third_party/LLVM/utils/lit/lit/Util.py
similarity index 100%
rename from src/LLVM/utils/lit/lit/Util.py
rename to third_party/LLVM/utils/lit/lit/Util.py
diff --git a/src/LLVM/utils/lit/lit/__init__.py b/third_party/LLVM/utils/lit/lit/__init__.py
similarity index 100%
rename from src/LLVM/utils/lit/lit/__init__.py
rename to third_party/LLVM/utils/lit/lit/__init__.py
diff --git a/src/LLVM/utils/lit/lit/main.py b/third_party/LLVM/utils/lit/lit/main.py
similarity index 100%
rename from src/LLVM/utils/lit/lit/main.py
rename to third_party/LLVM/utils/lit/lit/main.py
diff --git a/src/LLVM/utils/lit/setup.py b/third_party/LLVM/utils/lit/setup.py
similarity index 100%
rename from src/LLVM/utils/lit/setup.py
rename to third_party/LLVM/utils/lit/setup.py
diff --git a/src/LLVM/utils/llvm-lit/INSTALL.vcxproj.filters b/third_party/LLVM/utils/llvm-lit/INSTALL.vcxproj.filters
similarity index 100%
rename from src/LLVM/utils/llvm-lit/INSTALL.vcxproj.filters
rename to third_party/LLVM/utils/llvm-lit/INSTALL.vcxproj.filters
diff --git a/src/LLVM/utils/llvm-lit/Makefile b/third_party/LLVM/utils/llvm-lit/Makefile
similarity index 100%
rename from src/LLVM/utils/llvm-lit/Makefile
rename to third_party/LLVM/utils/llvm-lit/Makefile
diff --git a/src/LLVM/utils/llvm-lit/PACKAGE.vcxproj.filters b/third_party/LLVM/utils/llvm-lit/PACKAGE.vcxproj.filters
similarity index 100%
rename from src/LLVM/utils/llvm-lit/PACKAGE.vcxproj.filters
rename to third_party/LLVM/utils/llvm-lit/PACKAGE.vcxproj.filters
diff --git a/src/LLVM/utils/llvm-lit/llvm-lit.in b/third_party/LLVM/utils/llvm-lit/llvm-lit.in
similarity index 100%
rename from src/LLVM/utils/llvm-lit/llvm-lit.in
rename to third_party/LLVM/utils/llvm-lit/llvm-lit.in
diff --git a/src/LLVM/utils/llvm-native-gcc b/third_party/LLVM/utils/llvm-native-gcc
similarity index 100%
rename from src/LLVM/utils/llvm-native-gcc
rename to third_party/LLVM/utils/llvm-native-gcc
diff --git a/src/LLVM/utils/llvm-native-gxx b/third_party/LLVM/utils/llvm-native-gxx
similarity index 100%
rename from src/LLVM/utils/llvm-native-gxx
rename to third_party/LLVM/utils/llvm-native-gxx
diff --git a/src/LLVM/utils/llvm.grm b/third_party/LLVM/utils/llvm.grm
similarity index 100%
rename from src/LLVM/utils/llvm.grm
rename to third_party/LLVM/utils/llvm.grm
diff --git a/src/LLVM/utils/llvmbuild b/third_party/LLVM/utils/llvmbuild
similarity index 100%
rename from src/LLVM/utils/llvmbuild
rename to third_party/LLVM/utils/llvmbuild
diff --git a/src/LLVM/utils/llvmdo b/third_party/LLVM/utils/llvmdo
similarity index 100%
rename from src/LLVM/utils/llvmdo
rename to third_party/LLVM/utils/llvmdo
diff --git a/src/LLVM/utils/llvmgrep b/third_party/LLVM/utils/llvmgrep
similarity index 100%
rename from src/LLVM/utils/llvmgrep
rename to third_party/LLVM/utils/llvmgrep
diff --git a/src/LLVM/utils/makellvm b/third_party/LLVM/utils/makellvm
similarity index 100%
rename from src/LLVM/utils/makellvm
rename to third_party/LLVM/utils/makellvm
diff --git a/src/LLVM/utils/not/INSTALL.vcxproj.filters b/third_party/LLVM/utils/not/INSTALL.vcxproj.filters
similarity index 100%
rename from src/LLVM/utils/not/INSTALL.vcxproj.filters
rename to third_party/LLVM/utils/not/INSTALL.vcxproj.filters
diff --git a/src/LLVM/utils/not/Makefile b/third_party/LLVM/utils/not/Makefile
similarity index 100%
rename from src/LLVM/utils/not/Makefile
rename to third_party/LLVM/utils/not/Makefile
diff --git a/src/LLVM/utils/not/PACKAGE.vcxproj.filters b/third_party/LLVM/utils/not/PACKAGE.vcxproj.filters
similarity index 100%
rename from src/LLVM/utils/not/PACKAGE.vcxproj.filters
rename to third_party/LLVM/utils/not/PACKAGE.vcxproj.filters
diff --git a/src/LLVM/utils/not/not.cpp b/third_party/LLVM/utils/not/not.cpp
similarity index 100%
rename from src/LLVM/utils/not/not.cpp
rename to third_party/LLVM/utils/not/not.cpp
diff --git a/src/LLVM/utils/not/not.vcxproj b/third_party/LLVM/utils/not/not.vcxproj
similarity index 100%
rename from src/LLVM/utils/not/not.vcxproj
rename to third_party/LLVM/utils/not/not.vcxproj
diff --git a/src/LLVM/utils/not/not.vcxproj.filters b/third_party/LLVM/utils/not/not.vcxproj.filters
similarity index 100%
rename from src/LLVM/utils/not/not.vcxproj.filters
rename to third_party/LLVM/utils/not/not.vcxproj.filters
diff --git a/src/LLVM/utils/parseNLT.pl b/third_party/LLVM/utils/parseNLT.pl
similarity index 100%
rename from src/LLVM/utils/parseNLT.pl
rename to third_party/LLVM/utils/parseNLT.pl
diff --git a/src/LLVM/utils/plotNLT.pl b/third_party/LLVM/utils/plotNLT.pl
similarity index 100%
rename from src/LLVM/utils/plotNLT.pl
rename to third_party/LLVM/utils/plotNLT.pl
diff --git a/src/LLVM/utils/profile.pl b/third_party/LLVM/utils/profile.pl
similarity index 100%
rename from src/LLVM/utils/profile.pl
rename to third_party/LLVM/utils/profile.pl
diff --git a/src/LLVM/utils/release/findRegressions.py b/third_party/LLVM/utils/release/findRegressions.py
similarity index 100%
rename from src/LLVM/utils/release/findRegressions.py
rename to third_party/LLVM/utils/release/findRegressions.py
diff --git a/src/LLVM/utils/release/test-release.sh b/third_party/LLVM/utils/release/test-release.sh
similarity index 100%
rename from src/LLVM/utils/release/test-release.sh
rename to third_party/LLVM/utils/release/test-release.sh
diff --git a/src/LLVM/utils/show-diagnostics b/third_party/LLVM/utils/show-diagnostics
similarity index 100%
rename from src/LLVM/utils/show-diagnostics
rename to third_party/LLVM/utils/show-diagnostics
diff --git a/src/LLVM/utils/test_debuginfo.pl b/third_party/LLVM/utils/test_debuginfo.pl
similarity index 100%
rename from src/LLVM/utils/test_debuginfo.pl
rename to third_party/LLVM/utils/test_debuginfo.pl
diff --git a/src/LLVM/utils/unittest/Makefile b/third_party/LLVM/utils/unittest/Makefile
similarity index 100%
rename from src/LLVM/utils/unittest/Makefile
rename to third_party/LLVM/utils/unittest/Makefile
diff --git a/src/LLVM/utils/unittest/UnitTestMain/Makefile b/third_party/LLVM/utils/unittest/UnitTestMain/Makefile
similarity index 100%
rename from src/LLVM/utils/unittest/UnitTestMain/Makefile
rename to third_party/LLVM/utils/unittest/UnitTestMain/Makefile
diff --git a/src/LLVM/utils/unittest/UnitTestMain/TestMain.cpp b/third_party/LLVM/utils/unittest/UnitTestMain/TestMain.cpp
similarity index 100%
rename from src/LLVM/utils/unittest/UnitTestMain/TestMain.cpp
rename to third_party/LLVM/utils/unittest/UnitTestMain/TestMain.cpp
diff --git a/src/LLVM/utils/unittest/googletest/LICENSE.TXT b/third_party/LLVM/utils/unittest/googletest/LICENSE.TXT
similarity index 100%
rename from src/LLVM/utils/unittest/googletest/LICENSE.TXT
rename to third_party/LLVM/utils/unittest/googletest/LICENSE.TXT
diff --git a/src/LLVM/utils/unittest/googletest/Makefile b/third_party/LLVM/utils/unittest/googletest/Makefile
similarity index 100%
rename from src/LLVM/utils/unittest/googletest/Makefile
rename to third_party/LLVM/utils/unittest/googletest/Makefile
diff --git a/src/LLVM/utils/unittest/googletest/README.LLVM b/third_party/LLVM/utils/unittest/googletest/README.LLVM
similarity index 100%
rename from src/LLVM/utils/unittest/googletest/README.LLVM
rename to third_party/LLVM/utils/unittest/googletest/README.LLVM
diff --git a/src/LLVM/utils/unittest/googletest/gtest-death-test.cc b/third_party/LLVM/utils/unittest/googletest/gtest-death-test.cc
similarity index 100%
rename from src/LLVM/utils/unittest/googletest/gtest-death-test.cc
rename to third_party/LLVM/utils/unittest/googletest/gtest-death-test.cc
diff --git a/src/LLVM/utils/unittest/googletest/gtest-filepath.cc b/third_party/LLVM/utils/unittest/googletest/gtest-filepath.cc
similarity index 100%
rename from src/LLVM/utils/unittest/googletest/gtest-filepath.cc
rename to third_party/LLVM/utils/unittest/googletest/gtest-filepath.cc
diff --git a/src/LLVM/utils/unittest/googletest/gtest-port.cc b/third_party/LLVM/utils/unittest/googletest/gtest-port.cc
similarity index 100%
rename from src/LLVM/utils/unittest/googletest/gtest-port.cc
rename to third_party/LLVM/utils/unittest/googletest/gtest-port.cc
diff --git a/src/LLVM/utils/unittest/googletest/gtest-printers.cc b/third_party/LLVM/utils/unittest/googletest/gtest-printers.cc
similarity index 100%
rename from src/LLVM/utils/unittest/googletest/gtest-printers.cc
rename to third_party/LLVM/utils/unittest/googletest/gtest-printers.cc
diff --git a/src/LLVM/utils/unittest/googletest/gtest-test-part.cc b/third_party/LLVM/utils/unittest/googletest/gtest-test-part.cc
similarity index 100%
rename from src/LLVM/utils/unittest/googletest/gtest-test-part.cc
rename to third_party/LLVM/utils/unittest/googletest/gtest-test-part.cc
diff --git a/src/LLVM/utils/unittest/googletest/gtest-typed-test.cc b/third_party/LLVM/utils/unittest/googletest/gtest-typed-test.cc
similarity index 100%
rename from src/LLVM/utils/unittest/googletest/gtest-typed-test.cc
rename to third_party/LLVM/utils/unittest/googletest/gtest-typed-test.cc
diff --git a/src/LLVM/utils/unittest/googletest/gtest.cc b/third_party/LLVM/utils/unittest/googletest/gtest.cc
similarity index 100%
rename from src/LLVM/utils/unittest/googletest/gtest.cc
rename to third_party/LLVM/utils/unittest/googletest/gtest.cc
diff --git a/src/LLVM/utils/unittest/googletest/include/gtest/gtest-death-test.h b/third_party/LLVM/utils/unittest/googletest/include/gtest/gtest-death-test.h
similarity index 100%
rename from src/LLVM/utils/unittest/googletest/include/gtest/gtest-death-test.h
rename to third_party/LLVM/utils/unittest/googletest/include/gtest/gtest-death-test.h
diff --git a/src/LLVM/utils/unittest/googletest/include/gtest/gtest-message.h b/third_party/LLVM/utils/unittest/googletest/include/gtest/gtest-message.h
similarity index 100%
rename from src/LLVM/utils/unittest/googletest/include/gtest/gtest-message.h
rename to third_party/LLVM/utils/unittest/googletest/include/gtest/gtest-message.h
diff --git a/src/LLVM/utils/unittest/googletest/include/gtest/gtest-param-test.h b/third_party/LLVM/utils/unittest/googletest/include/gtest/gtest-param-test.h
similarity index 100%
rename from src/LLVM/utils/unittest/googletest/include/gtest/gtest-param-test.h
rename to third_party/LLVM/utils/unittest/googletest/include/gtest/gtest-param-test.h
diff --git a/src/LLVM/utils/unittest/googletest/include/gtest/gtest-printers.h b/third_party/LLVM/utils/unittest/googletest/include/gtest/gtest-printers.h
similarity index 100%
rename from src/LLVM/utils/unittest/googletest/include/gtest/gtest-printers.h
rename to third_party/LLVM/utils/unittest/googletest/include/gtest/gtest-printers.h
diff --git a/src/LLVM/utils/unittest/googletest/include/gtest/gtest-spi.h b/third_party/LLVM/utils/unittest/googletest/include/gtest/gtest-spi.h
similarity index 100%
rename from src/LLVM/utils/unittest/googletest/include/gtest/gtest-spi.h
rename to third_party/LLVM/utils/unittest/googletest/include/gtest/gtest-spi.h
diff --git a/src/LLVM/utils/unittest/googletest/include/gtest/gtest-test-part.h b/third_party/LLVM/utils/unittest/googletest/include/gtest/gtest-test-part.h
similarity index 100%
rename from src/LLVM/utils/unittest/googletest/include/gtest/gtest-test-part.h
rename to third_party/LLVM/utils/unittest/googletest/include/gtest/gtest-test-part.h
diff --git a/src/LLVM/utils/unittest/googletest/include/gtest/gtest-typed-test.h b/third_party/LLVM/utils/unittest/googletest/include/gtest/gtest-typed-test.h
similarity index 100%
rename from src/LLVM/utils/unittest/googletest/include/gtest/gtest-typed-test.h
rename to third_party/LLVM/utils/unittest/googletest/include/gtest/gtest-typed-test.h
diff --git a/src/LLVM/utils/unittest/googletest/include/gtest/gtest.h b/third_party/LLVM/utils/unittest/googletest/include/gtest/gtest.h
similarity index 100%
rename from src/LLVM/utils/unittest/googletest/include/gtest/gtest.h
rename to third_party/LLVM/utils/unittest/googletest/include/gtest/gtest.h
diff --git a/src/LLVM/utils/unittest/googletest/include/gtest/gtest_pred_impl.h b/third_party/LLVM/utils/unittest/googletest/include/gtest/gtest_pred_impl.h
similarity index 100%
rename from src/LLVM/utils/unittest/googletest/include/gtest/gtest_pred_impl.h
rename to third_party/LLVM/utils/unittest/googletest/include/gtest/gtest_pred_impl.h
diff --git a/src/LLVM/utils/unittest/googletest/include/gtest/gtest_prod.h b/third_party/LLVM/utils/unittest/googletest/include/gtest/gtest_prod.h
similarity index 100%
rename from src/LLVM/utils/unittest/googletest/include/gtest/gtest_prod.h
rename to third_party/LLVM/utils/unittest/googletest/include/gtest/gtest_prod.h
diff --git a/src/LLVM/utils/unittest/googletest/include/gtest/internal/gtest-death-test-internal.h b/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/gtest-death-test-internal.h
similarity index 100%
rename from src/LLVM/utils/unittest/googletest/include/gtest/internal/gtest-death-test-internal.h
rename to third_party/LLVM/utils/unittest/googletest/include/gtest/internal/gtest-death-test-internal.h
diff --git a/src/LLVM/utils/unittest/googletest/include/gtest/internal/gtest-filepath.h b/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/gtest-filepath.h
similarity index 100%
rename from src/LLVM/utils/unittest/googletest/include/gtest/internal/gtest-filepath.h
rename to third_party/LLVM/utils/unittest/googletest/include/gtest/internal/gtest-filepath.h
diff --git a/src/LLVM/utils/unittest/googletest/include/gtest/internal/gtest-internal-inl.h b/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/gtest-internal-inl.h
similarity index 100%
rename from src/LLVM/utils/unittest/googletest/include/gtest/internal/gtest-internal-inl.h
rename to third_party/LLVM/utils/unittest/googletest/include/gtest/internal/gtest-internal-inl.h
diff --git a/src/LLVM/utils/unittest/googletest/include/gtest/internal/gtest-internal.h b/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/gtest-internal.h
similarity index 100%
rename from src/LLVM/utils/unittest/googletest/include/gtest/internal/gtest-internal.h
rename to third_party/LLVM/utils/unittest/googletest/include/gtest/internal/gtest-internal.h
diff --git a/src/LLVM/utils/unittest/googletest/include/gtest/internal/gtest-linked_ptr.h b/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/gtest-linked_ptr.h
similarity index 100%
rename from src/LLVM/utils/unittest/googletest/include/gtest/internal/gtest-linked_ptr.h
rename to third_party/LLVM/utils/unittest/googletest/include/gtest/internal/gtest-linked_ptr.h
diff --git a/src/LLVM/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h b/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h
similarity index 100%
rename from src/LLVM/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h
rename to third_party/LLVM/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h
diff --git a/src/LLVM/utils/unittest/googletest/include/gtest/internal/gtest-param-util.h b/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/gtest-param-util.h
similarity index 100%
rename from src/LLVM/utils/unittest/googletest/include/gtest/internal/gtest-param-util.h
rename to third_party/LLVM/utils/unittest/googletest/include/gtest/internal/gtest-param-util.h
diff --git a/src/LLVM/utils/unittest/googletest/include/gtest/internal/gtest-port.h b/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/gtest-port.h
similarity index 100%
rename from src/LLVM/utils/unittest/googletest/include/gtest/internal/gtest-port.h
rename to third_party/LLVM/utils/unittest/googletest/include/gtest/internal/gtest-port.h
diff --git a/src/LLVM/utils/unittest/googletest/include/gtest/internal/gtest-string.h b/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/gtest-string.h
similarity index 100%
rename from src/LLVM/utils/unittest/googletest/include/gtest/internal/gtest-string.h
rename to third_party/LLVM/utils/unittest/googletest/include/gtest/internal/gtest-string.h
diff --git a/src/LLVM/utils/unittest/googletest/include/gtest/internal/gtest-tuple.h b/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/gtest-tuple.h
similarity index 100%
rename from src/LLVM/utils/unittest/googletest/include/gtest/internal/gtest-tuple.h
rename to third_party/LLVM/utils/unittest/googletest/include/gtest/internal/gtest-tuple.h
diff --git a/src/LLVM/utils/unittest/googletest/include/gtest/internal/gtest-type-util.h b/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/gtest-type-util.h
similarity index 100%
rename from src/LLVM/utils/unittest/googletest/include/gtest/internal/gtest-type-util.h
rename to third_party/LLVM/utils/unittest/googletest/include/gtest/internal/gtest-type-util.h
diff --git a/src/LLVM/utils/valgrind/i386-pc-linux-gnu.supp b/third_party/LLVM/utils/valgrind/i386-pc-linux-gnu.supp
similarity index 100%
rename from src/LLVM/utils/valgrind/i386-pc-linux-gnu.supp
rename to third_party/LLVM/utils/valgrind/i386-pc-linux-gnu.supp
diff --git a/src/LLVM/utils/valgrind/x86_64-pc-linux-gnu.supp b/third_party/LLVM/utils/valgrind/x86_64-pc-linux-gnu.supp
similarity index 100%
rename from src/LLVM/utils/valgrind/x86_64-pc-linux-gnu.supp
rename to third_party/LLVM/utils/valgrind/x86_64-pc-linux-gnu.supp
diff --git a/src/LLVM/utils/vim/README b/third_party/LLVM/utils/vim/README
similarity index 100%
rename from src/LLVM/utils/vim/README
rename to third_party/LLVM/utils/vim/README
diff --git a/src/LLVM/utils/vim/llvm.vim b/third_party/LLVM/utils/vim/llvm.vim
similarity index 100%
rename from src/LLVM/utils/vim/llvm.vim
rename to third_party/LLVM/utils/vim/llvm.vim
diff --git a/src/LLVM/utils/vim/tablegen.vim b/third_party/LLVM/utils/vim/tablegen.vim
similarity index 100%
rename from src/LLVM/utils/vim/tablegen.vim
rename to third_party/LLVM/utils/vim/tablegen.vim
diff --git a/src/LLVM/utils/vim/vimrc b/third_party/LLVM/utils/vim/vimrc
similarity index 100%
rename from src/LLVM/utils/vim/vimrc
rename to third_party/LLVM/utils/vim/vimrc
diff --git a/src/LLVM/utils/webNLT.pl b/third_party/LLVM/utils/webNLT.pl
similarity index 100%
rename from src/LLVM/utils/webNLT.pl
rename to third_party/LLVM/utils/webNLT.pl