Jelajahi Sumber

update all references to use correct CamelCase file names

Update all ```#include``` to reference exact CamelCase file names and use
```/``` (```Dir/Filename.h```) to simplify crossplat work.

Update all .vcxproj, .vcxproj.filters to reference correct CamelCase file
names so that VS solution explorer displays correctly.
Jianchun Xu 10 tahun lalu
induk
melakukan
8567cfe6c1
100 mengubah file dengan 340 tambahan dan 340 penghapusan
  1. 17 17
      bin/ChakraCore/ChakraCore.vcxproj
  2. 6 6
      bin/ChakraCore/ChakraCoreDllFunc.cpp
  3. 1 1
      bin/ChakraCore/ConfigParserExternals.cpp
  4. 2 2
      bin/ch/Helpers.cpp
  5. 1 1
      bin/ch/HostConfigFlags.cpp
  6. 1 1
      bin/ch/HostConfigFlags.h
  7. 1 1
      bin/ch/WScriptJsrt.cpp
  8. 1 1
      bin/ch/ch.cpp
  9. 1 1
      bin/ch/ch.vcxproj
  10. 1 1
      bin/ch/chakrartinterface.cpp
  11. 1 1
      bin/ch/stdafx.h
  12. 1 1
      lib/Backend/AgenPeeps.cpp
  13. 1 1
      lib/Backend/Backend.cpp
  14. 28 28
      lib/Backend/Backend.h
  15. 3 3
      lib/Backend/BackendOpCodeAttrAsmJs.cpp
  16. 5 5
      lib/Backend/BackendOpCodeList.h
  17. 2 2
      lib/Backend/BackwardPass.cpp
  18. 6 6
      lib/Backend/BailOut.cpp
  19. 1 1
      lib/Backend/CaseNode.cpp
  20. 15 15
      lib/Backend/Chakra.Backend.vcxproj
  21. 15 15
      lib/Backend/Chakra.Backend.vcxproj.filters
  22. 1 1
      lib/Backend/CodeGenAllocators.cpp
  23. 1 1
      lib/Backend/CodeGenNumberAllocator.cpp
  24. 2 2
      lib/Backend/CodeGenWorkItem.cpp
  25. 1 1
      lib/Backend/DbCheckPostLower.cpp
  26. 1 1
      lib/Backend/Debug.cpp
  27. 1 1
      lib/Backend/EmitBuffer.cpp
  28. 1 1
      lib/Backend/Encoder.cpp
  29. 1 1
      lib/Backend/FlowGraph.cpp
  30. 3 3
      lib/Backend/Func.cpp
  31. 1 1
      lib/Backend/IR.cpp
  32. 1 1
      lib/Backend/IR.h
  33. 2 2
      lib/Backend/IRBuilder.cpp
  34. 1 1
      lib/Backend/IRBuilder.h
  35. 4 4
      lib/Backend/IRBuilderAsmJs.cpp
  36. 1 1
      lib/Backend/IRBuilderAsmJs.h
  37. 1 1
      lib/Backend/IRType.cpp
  38. 1 1
      lib/Backend/IRViewer.cpp
  39. 1 1
      lib/Backend/Inline.cpp
  40. 1 1
      lib/Backend/InliningDecider.cpp
  41. 1 1
      lib/Backend/InliningHeuristics.cpp
  42. 1 1
      lib/Backend/InterpreterThunkEmitter.cpp
  43. 6 6
      lib/Backend/JnHelperMethod.cpp
  44. 2 2
      lib/Backend/LinearScan.cpp
  45. 4 4
      lib/Backend/Lower.cpp
  46. 6 6
      lib/Backend/LowerMDShared.cpp
  47. 1 1
      lib/Backend/LowerMDSharedSimd128.cpp
  48. 2 2
      lib/Backend/NativeCodeGenerator.cpp
  49. 1 1
      lib/Backend/Opnd.cpp
  50. 1 1
      lib/Backend/PDataManager.cpp
  51. 1 1
      lib/Backend/Peeps.cpp
  52. 1 1
      lib/Backend/PreLowerPeeps.cpp
  53. 1 1
      lib/Backend/PrologEncoder.cpp
  54. 1 1
      lib/Backend/QueuedFullJitWorkItem.cpp
  55. 1 1
      lib/Backend/Region.cpp
  56. 2 2
      lib/Backend/SccLiveness.cpp
  57. 1 1
      lib/Backend/SccLiveness.h
  58. 1 1
      lib/Backend/Security.cpp
  59. 1 1
      lib/Backend/SimpleJitProfilingHelpers.cpp
  60. 1 1
      lib/Backend/SimpleLayout.cpp
  61. 2 2
      lib/Backend/SwitchIRBuilder.cpp
  62. 1 1
      lib/Backend/Sym.cpp
  63. 1 1
      lib/Backend/SymTable.cpp
  64. 1 1
      lib/Backend/TempTracker.cpp
  65. 7 7
      lib/Backend/amd64/EncoderMD.cpp
  66. 2 2
      lib/Backend/amd64/LinearScanMD.cpp
  67. 2 2
      lib/Backend/amd64/LowererMDArch.cpp
  68. 1 1
      lib/Backend/amd64/PeepsMD.cpp
  69. 1 1
      lib/Backend/amd64/PrologEncoderMD.cpp
  70. 1 1
      lib/Backend/arm/ARMEncode.h
  71. 3 3
      lib/Backend/arm/EncoderMD.cpp
  72. 2 2
      lib/Backend/arm/LegalizeMD.cpp
  73. 2 2
      lib/Backend/arm/LinearScanMD.cpp
  74. 6 6
      lib/Backend/arm/LowerMD.cpp
  75. 1 1
      lib/Backend/arm/PeepsMD.cpp
  76. 4 4
      lib/Backend/arm/UnwindInfoManager.cpp
  77. 1 1
      lib/Backend/arm64/EncoderMD.cpp
  78. 1 1
      lib/Backend/arm64/LowerMD.cpp
  79. 7 7
      lib/Backend/i386/EncoderMD.cpp
  80. 2 2
      lib/Backend/i386/LinearScanMD.cpp
  81. 2 2
      lib/Backend/i386/LowererMDArch.cpp
  82. 1 1
      lib/Backend/i386/PeepsMD.cpp
  83. 2 2
      lib/Common/BackendApi.h
  84. 1 1
      lib/Common/Codex/Chakra.Common.Codex.vcxproj
  85. 69 69
      lib/Common/Common.h
  86. 2 2
      lib/Common/Common/CfgLogger.cpp
  87. 5 5
      lib/Common/Common/Chakra.Common.Common.vcxproj
  88. 7 7
      lib/Common/Common/Chakra.Common.Common.vcxproj.filters
  89. 3 3
      lib/Common/Common/CommonCommonPch.h
  90. 2 2
      lib/Common/Common/DateUtilities.cpp
  91. 2 2
      lib/Common/Common/DaylightTimeHelper.cpp
  92. 1 1
      lib/Common/Common/Event.cpp
  93. 1 1
      lib/Common/Common/Int32Math.cpp
  94. 1 1
      lib/Common/Common/Int64Math.cpp
  95. 14 14
      lib/Common/Common/Jobs.cpp
  96. 2 2
      lib/Common/Common/NumberUtilities.cpp
  97. 1 1
      lib/Common/Common/NumberUtilities_strtod.cpp
  98. 1 1
      lib/Common/Common/SmartFpuControl.cpp
  99. 1 1
      lib/Common/Common/Tick.cpp
  100. 2 2
      lib/Common/Common/vtinfo.cpp

+ 17 - 17
bin/ChakraCore/ChakraCore.vcxproj

@@ -82,58 +82,58 @@
     </ResourceCompile>
   </ItemGroup>
   <ItemGroup>
-    <ProjectReference Include="..\..\lib\jsrt\Chakra.Jsrt.vcxproj">
+    <ProjectReference Include="..\..\lib\Jsrt\Chakra.Jsrt.vcxproj">
       <Project>{706083f7-6aa4-4558-a153-6352ef9220f5}</Project>
     </ProjectReference>
-    <ProjectReference Include="..\..\lib\jsrt\core\Chakra.Jsrt.Core.vcxproj">
+    <ProjectReference Include="..\..\lib\Jsrt\Core\Chakra.Jsrt.Core.vcxproj">
       <Project>{706083f7-6aa4-4558-a153-6352ef9220ee}</Project>
     </ProjectReference>
-    <ProjectReference Include="..\..\Lib\Backend\Chakra.Backend.vcxproj" Condition="'$(BuildJIT)'!='false'">
+    <ProjectReference Include="..\..\lib\Backend\Chakra.Backend.vcxproj" Condition="'$(BuildJIT)'!='false'">
       <Project>{18cf279f-188d-4655-b03d-74f65388e7d1}</Project>
     </ProjectReference>
-    <ProjectReference Include="..\..\lib\Common\codex\Chakra.Common.Codex.vcxproj">
+    <ProjectReference Include="..\..\lib\Common\Codex\Chakra.Common.Codex.vcxproj">
       <Project>{1876e800-ad77-48c4-a2f7-e5265f24ac38}</Project>
     </ProjectReference>
-    <ProjectReference Include="..\..\Lib\Common\common\Chakra.Common.Common.vcxproj">
+    <ProjectReference Include="..\..\lib\Common\Common\Chakra.Common.Common.vcxproj">
       <Project>{bb4153ff-ac3e-4734-b562-cc23812df31b}</Project>
     </ProjectReference>
-    <ProjectReference Include="..\..\Lib\Common\core\Chakra.Common.Core.vcxproj">
+    <ProjectReference Include="..\..\lib\Common\Core\Chakra.Common.Core.vcxproj">
       <Project>{cc4153ff-ac3e-4734-b562-cc23812df31b}</Project>
     </ProjectReference>
-    <ProjectReference Include="..\..\Lib\Common\DataStructures\Chakra.Common.DataStructures.vcxproj">
+    <ProjectReference Include="..\..\lib\Common\DataStructures\Chakra.Common.DataStructures.vcxproj">
       <Project>{5643d42a-c38d-4d82-9662-58470b3ac9f7}</Project>
     </ProjectReference>
-    <ProjectReference Include="..\..\Lib\Common\Exceptions\Chakra.Common.Exceptions.vcxproj">
+    <ProjectReference Include="..\..\lib\Common\Exceptions\Chakra.Common.Exceptions.vcxproj">
       <Project>{fd8eec40-4141-448a-bf4b-1589fbe4f60d}</Project>
     </ProjectReference>
-    <ProjectReference Include="..\..\Lib\Common\Memory\Chakra.Common.Memory.vcxproj">
+    <ProjectReference Include="..\..\lib\Common\Memory\Chakra.Common.Memory.vcxproj">
       <Project>{bb4153ff-ac3e-4734-b562-ff23812df31b}</Project>
     </ProjectReference>
-    <ProjectReference Include="..\..\Lib\Common\util\Chakra.Common.Util.vcxproj">
+    <ProjectReference Include="..\..\lib\Common\Util\Chakra.Common.Util.vcxproj">
       <Project>{6979ec58-7a28-465c-a694-f3323a1f5401}</Project>
     </ProjectReference>
-    <ProjectReference Include="..\..\Lib\Parser\Chakra.Parser.vcxproj">
+    <ProjectReference Include="..\..\lib\Parser\Chakra.Parser.vcxproj">
       <Project>{f6fad160-5a4b-476a-93ac-33e0b3a18c0c}</Project>
     </ProjectReference>
     <ProjectReference Include="..\..\lib\Runtime\Base\Chakra.Runtime.Base.vcxproj">
       <Project>{706083f7-6aa4-4558-a153-6352ef9110ee}</Project>
     </ProjectReference>
-    <ProjectReference Include="..\..\Lib\Runtime\ByteCode\Chakra.Runtime.ByteCode.vcxproj">
+    <ProjectReference Include="..\..\lib\Runtime\ByteCode\Chakra.Runtime.ByteCode.vcxproj">
       <Project>{706083f7-6aa4-4558-a153-6352ef9110f5}</Project>
     </ProjectReference>
-    <ProjectReference Include="..\..\Lib\Runtime\Debug\Chakra.Runtime.Debug.vcxproj">
+    <ProjectReference Include="..\..\lib\Runtime\Debug\Chakra.Runtime.Debug.vcxproj">
       <Project>{8C61E4E7-F0D6-420D-A352-3E6E50D406DD}</Project>
     </ProjectReference>
-    <ProjectReference Include="..\..\Lib\Runtime\Language\Chakra.Runtime.Language.vcxproj">
+    <ProjectReference Include="..\..\lib\Runtime\Language\Chakra.Runtime.Language.vcxproj">
       <Project>{706083f7-6aa4-4558-a153-6352ef9110f8}</Project>
     </ProjectReference>
-    <ProjectReference Include="..\..\Lib\Runtime\Library\Chakra.Runtime.Library.vcxproj">
+    <ProjectReference Include="..\..\lib\Runtime\Library\Chakra.Runtime.Library.vcxproj">
       <Project>{706083f7-6aa4-4558-a153-6352ef9110f7}</Project>
     </ProjectReference>
-    <ProjectReference Include="..\..\Lib\Runtime\Math\Chakra.Runtime.Math.vcxproj">
+    <ProjectReference Include="..\..\lib\Runtime\Math\Chakra.Runtime.Math.vcxproj">
       <Project>{abc904ad-9415-46f8-aa23-e33193f81f7c}</Project>
     </ProjectReference>
-    <ProjectReference Include="..\..\Lib\Runtime\Types\Chakra.Runtime.Types.vcxproj">
+    <ProjectReference Include="..\..\lib\Runtime\Types\Chakra.Runtime.Types.vcxproj">
       <Project>{706083f7-6aa4-4558-a153-6352ef9110f6}</Project>
     </ProjectReference>
   </ItemGroup>

+ 6 - 6
bin/ChakraCore/ChakraCoreDllFunc.cpp

@@ -3,14 +3,14 @@
 // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
 //-------------------------------------------------------------------------------------------------------
 #include "Runtime.h"
-#include "core\AtomLockGuids.h"
-#include "core\ConfigParser.h"
-#include "Base\ThreadContextTLSEntry.h"
-#include "Base\ThreadBoundThreadContextManager.h"
+#include "Core/AtomLockGuids.h"
+#include "Core/ConfigParser.h"
+#include "Base/ThreadContextTlsEntry.h"
+#include "Base/ThreadBoundThreadContextManager.h"
 #ifdef DYNAMIC_PROFILE_STORAGE
-#include "Language\DynamicProfileStorage.h"
+#include "Language/DynamicProfileStorage.h"
 #endif
-#include "jsrtcontext.h"
+#include "JsrtContext.h"
 #include "TestHooks.h"
 
 extern HANDLE g_hInstance;

+ 1 - 1
bin/ChakraCore/ConfigParserExternals.cpp

@@ -3,7 +3,7 @@
 // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
 //-------------------------------------------------------------------------------------------------------
 #include "Common.h"
-#include "core\ConfigParser.h"
+#include "Core/ConfigParser.h"
 
 bool ConfigParserAPI::FillConsoleTitle(__ecount(cchBufferSize) LPWSTR buffer, size_t cchBufferSize, __in LPWSTR moduleName)
 {

+ 2 - 2
bin/ch/Helpers.cpp

@@ -2,8 +2,8 @@
 // Copyright (C) Microsoft. All rights reserved.
 // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
 //-------------------------------------------------------------------------------------------------------
-#include "StdAfx.h"
-#include "codex\Utf8Codex.h"
+#include "stdafx.h"
+#include "Codex/Utf8Codex.h"
 
 HRESULT Helpers::LoadScriptFromFile(LPCWSTR filename, LPCWSTR& contents, bool* isUtf8Out, LPCWSTR* contentsRawOut, UINT* lengthBytesOut, bool printFileOpenError)
 {

+ 1 - 1
bin/ch/HostConfigFlags.cpp

@@ -2,7 +2,7 @@
 // Copyright (C) Microsoft. All rights reserved.
 // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
 //-------------------------------------------------------------------------------------------------------
-#include "StdAfx.h"
+#include "stdafx.h"
 
 HostConfigFlags HostConfigFlags::flags;
 LPWSTR* HostConfigFlags::argsVal;

+ 1 - 1
bin/ch/HostConfigFlags.h

@@ -5,7 +5,7 @@
 
 #pragma once
 
-#include "core\ICustomConfigFlags.h"
+#include "Core/ICustomConfigFlags.h"
 class HostConfigFlags : public ICustomConfigFlags
 {
 public:

+ 1 - 1
bin/ch/WScriptJsrt.cpp

@@ -2,7 +2,7 @@
 // Copyright (C) Microsoft. All rights reserved.
 // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
 //-------------------------------------------------------------------------------------------------------
-#include "StdAfx.h"
+#include "stdafx.h"
 
 MessageQueue* WScriptJsrt::messageQueue = nullptr;
 DWORD_PTR WScriptJsrt::sourceContext = 0;

+ 1 - 1
bin/ch/ch.cpp

@@ -3,7 +3,7 @@
 // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
 //-------------------------------------------------------------------------------------------------------
 #include "stdafx.h"
-#include "core/AtomLockGuids.h"
+#include "Core/AtomLockGuids.h"
 
 unsigned int MessageBase::s_messageCount = 0;
 

+ 1 - 1
bin/ch/ch.vcxproj

@@ -73,7 +73,7 @@
     <None Include="ch.def" />
   </ItemGroup>
   <ItemGroup>
-    <ProjectReference Include="..\..\lib\common\codex\Chakra.Common.Codex.vcxproj">
+    <ProjectReference Include="..\..\lib\Common\Codex\Chakra.Common.Codex.vcxproj">
       <Project>{1876e800-ad77-48c4-a2f7-e5265f24ac38}</Project>
     </ProjectReference>
   </ItemGroup>

+ 1 - 1
bin/ch/chakrartinterface.cpp

@@ -2,7 +2,7 @@
 // Copyright (C) Microsoft. All rights reserved.
 // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
 //-------------------------------------------------------------------------------------------------------
-#include "StdAfx.h"
+#include "stdafx.h"
 
 LPCWSTR chakraDllName = L"chakracore.dll";
 

+ 1 - 1
bin/ch/stdafx.h

@@ -67,7 +67,7 @@ if (!(exp)) \
 
 #define Assert(exp)             AssertMsg(exp, #exp)
 #define _JSRT_
-#include "chakracommon.h"
+#include "ChakraCommon.h"
 #include "TestHooksRt.h"
 
 typedef void * Var;

+ 1 - 1
lib/Backend/AgenPeeps.cpp

@@ -2,7 +2,7 @@
 // Copyright (C) Microsoft. All rights reserved.
 // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
 //-------------------------------------------------------------------------------------------------------
-#include "BackEnd.h"
+#include "Backend.h"
 
 ///----------------------------------------------------------------------------
 ///

+ 1 - 1
lib/Backend/Backend.cpp

@@ -2,7 +2,7 @@
 // Copyright (C) Microsoft. All rights reserved.
 // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
 //-------------------------------------------------------------------------------------------------------
-#include "BackEnd.h"
+#include "Backend.h"
 
 NativeCodeGenerator *
 NewNativeCodeGenerator(Js::ScriptContext * scriptContext)

+ 28 - 28
lib/Backend/Backend.h

@@ -10,38 +10,38 @@
 // Runtime Includes
 // =================
 #include "Runtime.h"
-#include "ByteCode\StatementReader.h"
-#include "Language\EHBailoutData.h"
-#include "Language\AsmJsTypes.h"
-#include "Language\AsmJsModule.h"
-#include "Language\ProfilingHelpers.h"
-#include "Language\FunctionCodeGenRuntimeData.h"
-#include "Language\FunctionCodeGenJitTimeData.h"
-#include "Language\JavascriptMathOperators.h"
-#include "Language\JavascriptMathOperators.inl"
-#include "Language\JavascriptStackWalker.h"
-#include "Language\CodeGenRecyclableData.h"
-#include "Library\JavascriptGenerator.h"
-#include "Library\JavascriptRegularExpression.h"
-#include "Library\StackScriptFunction.h"
-
-#include "Language\InterpreterStackFrame.h"
-#include "Language\ReadOnlyDynamicProfileInfo.h"
-
-#include "Library\StackScriptFunction.h"
-
-#include "Language\InterpreterStackFrame.h"
-#include "Language\ReadOnlyDynamicProfileInfo.h"
+#include "ByteCode/StatementReader.h"
+#include "Language/EHBailoutData.h"
+#include "Language/AsmJsTypes.h"
+#include "Language/AsmJsModule.h"
+#include "Language/ProfilingHelpers.h"
+#include "Language/FunctionCodeGenRuntimeData.h"
+#include "Language/FunctionCodeGenJitTimeData.h"
+#include "Language/JavascriptMathOperators.h"
+#include "Language/JavascriptMathOperators.inl"
+#include "Language/JavascriptStackWalker.h"
+#include "Language/CodeGenRecyclableData.h"
+#include "Library/JavascriptGenerator.h"
+#include "Library/JavascriptRegularExpression.h"
+#include "Library/StackScriptFunction.h"
+
+#include "Language/InterpreterStackFrame.h"
+#include "Language/ReadOnlyDynamicProfileInfo.h"
+
+#include "Library/StackScriptFunction.h"
+
+#include "Language/InterpreterStackFrame.h"
+#include "Language/ReadOnlyDynamicProfileInfo.h"
 
 // SIMD_JS
-#include "Library\SimdLib.h"
-#include "Language\SimdOps.h"
+#include "Library/SimdLib.h"
+#include "Language/SimdOps.h"
 
 // =================
 // Common Includes
 // =================
-#include "DataStructures\Pair.h"
-#include "DataStructures\HashTable.h"
+#include "DataStructures/Pair.h"
+#include "DataStructures/HashTable.h"
 // =================
 
 //
@@ -115,8 +115,8 @@ enum IRDumpFlags
 #include "CodeGenAllocators.h"
 #include "IRType.h"
 #include "md.h"
-#include "..\Runtime\ByteCode\BackEndOpcodeAttr.h"
-#include "BackEndOpCodeAttrAsmJs.h"
+#include "../Runtime/ByteCode/BackendOpCodeAttr.h"
+#include "BackendOpCodeAttrAsmJs.h"
 
 #include "JnHelperMethod.h"
 #include "Reg.h"

+ 3 - 3
lib/Backend/BackendOpCodeAttrAsmJs.cpp

@@ -2,7 +2,7 @@
 // Copyright (C) Microsoft. All rights reserved.
 // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
 //-------------------------------------------------------------------------------------------------------
-#include "BackEnd.h"
+#include "Backend.h"
 
 namespace OpCodeAttrAsmJs
 {
@@ -25,14 +25,14 @@ namespace OpCodeAttrAsmJs
     static const int OpcodeAttributesAsmJs[] =
     {
 #define DEF_OP(name, jnLayout, attrib, ...) attrib,
-#include "ByteCode\OpCodeListAsmJs.h"
+#include "ByteCode/OpCodeListAsmJs.h"
 #undef DEF_OP
     };
 
     static const int ExtendedOpcodeAttributesAsmJs[] =
     {
 #define DEF_OP(name, jnLayout, attrib, ...) attrib,
-#include "ByteCode\ExtendedOpCodeListAsmJs.h"
+#include "ByteCode/ExtendedOpCodeListAsmJs.h"
 #undef DEF_OP
     };
 

+ 5 - 5
lib/Backend/BackendOpCodeList.h

@@ -15,20 +15,20 @@
 #define MACRO_BACKEND_ONLY(opcode, layout, attr) \
     DEF_OP(opcode, layout, OpBackEndOnly|attr)
 
-#include "ByteCode\OpCodes.h"
+#include "ByteCode/OpCodes.h"
 
 DEF_OP(MDStart, Empty, None)
 
 #define MACRO DEF_OP
 
 #ifdef _M_AMD64
-    #include "..\..\BackEnd\amd64\MdOpcodes.h"
+    #include "../../Backend/amd64/MdOpCodes.h"
 #elif defined(_M_IX86)
-    #include "..\..\BackEnd\i386\MdOpcodes.h"
+    #include "../../Backend/i386/MdOpCodes.h"
 #elif defined(_M_ARM)
-    #include "..\..\BackEnd\arm\MdOpcodes.h"
+    #include "../../Backend/arm/MdOpCodes.h"
 #elif defined(_M_ARM64)
-    #include "..\..\BackEnd\arm64\MdOpcodes.h"
+    #include "../../Backend/arm64/MdOpCodes.h"
 #endif
 
 #undef MACRO

+ 2 - 2
lib/Backend/BackwardPass.cpp

@@ -10,7 +10,7 @@ BVSparse<JitArenaAllocator>::QueueInFreeList(BVSparseNode *curNode)
     AllocatorDeleteInline(JitArenaAllocator, this->alloc, curNode);
 }
 
-#include "BackEnd.h"
+#include "Backend.h"
 
 #define INLINEEMETAARG_COUNT 3
 
@@ -6755,7 +6755,7 @@ BackwardPass::ReverseCopyProp(IR::Instr *instr)
     }
 
     // The fast-path for these doesn't handle dst == src.
-    // REVIEW: I believe the fast-path for LdElemI_A has been fixed... Nope, still broken for "i = A[i]" for prejit
+    // REVIEW: I believe the fast-path for LdElemI_A has been fixed... Nope, still broken for "i = A[i]" for prejit
     switch (instrPrev->m_opcode)
     {
     case Js::OpCode::LdElemI_A:

+ 6 - 6
lib/Backend/BailOut.cpp

@@ -2,11 +2,11 @@
 // Copyright (C) Microsoft. All rights reserved.
 // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
 //-------------------------------------------------------------------------------------------------------
-#include "BackEnd.h"
-#include "Debug\DebuggingFlags.h"
-#include "Debug\DiagProbe.h"
-#include "Debug\DebugManager.h"
-#include "Language\JavascriptFunctionArgIndex.h"
+#include "Backend.h"
+#include "Debug/DebuggingFlags.h"
+#include "Debug/DiagProbe.h"
+#include "Debug/DebugManager.h"
+#include "Language/JavascriptFunctionArgIndex.h"
 
 extern const IRType RegTypes[RegNumCount];
 
@@ -937,7 +937,7 @@ Js::Var BailOutRecord::BailOut(BailOutRecord const * bailOutRecord)
     void * addressOfRetAddress = _AddressOfReturnAddress();
     if (bailOutRecord->ehBailoutData && (bailOutRecord->ehBailoutData->catchOffset != 0))
     {
-        // For a bailout in argument evaluation from an EH region, the esp is offset by the TryCatch helpers frame. So, the argouts are not at the offsets
+        // For a bailout in argument evaluation from an EH region, the esp is offset by the TryCatch helper's frame. So, the argouts are not at the offsets
         // stored in the bailout record, which are relative to ebp. Need to restore the argouts from the actual value of esp before calling the Bailout helper
         argoutRestoreAddr = (void *)((char*)addressOfRetAddress + ((1 + 1) * MachPtr)); // Account for the parameter and return address of this function
     }

+ 1 - 1
lib/Backend/CaseNode.cpp

@@ -2,7 +2,7 @@
 // Copyright (C) Microsoft. All rights reserved.
 // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
 //-------------------------------------------------------------------------------------------------------
-#include "BackEnd.h"
+#include "Backend.h"
 
 int
 DefaultComparer<CaseNode *>::Compare(CaseNode* caseNode1, CaseNode* caseNode2)

+ 15 - 15
lib/Backend/Chakra.Backend.vcxproj

@@ -137,19 +137,19 @@
       <ObjectFileName Condition="'$(Platform)'!='ARM64'">$(IntDir)\Arm64</ObjectFileName>
     </ClCompile>
     <ClCompile Include="$(MSBuildThisFileDirectory)IRBuilderAsmJs.cpp" />
-    <ClCompile Include="$(MSBuildThisFileDirectory)BackEndOpcodeAttrAsmJs.cpp" />
+    <ClCompile Include="$(MSBuildThisFileDirectory)BackendOpCodeAttrAsmJs.cpp" />
     <ClCompile Include="$(MSBuildThisFileDirectory)BailOut.cpp" />
     <ClCompile Include="$(MSBuildThisFileDirectory)CaseNode.cpp" />
     <ClCompile Include="$(MSBuildThisFileDirectory)CodeGenWorkItem.cpp" />
-    <ClCompile Include="$(MSBuildThisFileDirectory)CodegenAllocators.cpp" />
-    <ClCompile Include="$(MSBuildThisFileDirectory)CodegenNumberAllocator.cpp" />
+    <ClCompile Include="$(MSBuildThisFileDirectory)CodeGenAllocators.cpp" />
+    <ClCompile Include="$(MSBuildThisFileDirectory)CodeGenNumberAllocator.cpp" />
     <ClCompile Include="$(MSBuildThisFileDirectory)DbCheckPostLower.cpp" />
-    <ClCompile Include="$(MSBuildThisFileDirectory)GlobOptBailout.cpp" />
+    <ClCompile Include="$(MSBuildThisFileDirectory)GlobOptBailOut.cpp" />
     <ClCompile Include="$(MSBuildThisFileDirectory)GlobOptExpr.cpp" />
     <ClCompile Include="$(MSBuildThisFileDirectory)GlobOptSimd128.cpp" />
     <ClCompile Include="$(MSBuildThisFileDirectory)GlobOptFields.cpp" />
     <ClCompile Include="$(MSBuildThisFileDirectory)GlobOptIntBounds.cpp" />
-    <ClCompile Include="$(MSBuildThisFileDirectory)BackEnd.cpp">
+    <ClCompile Include="$(MSBuildThisFileDirectory)Backend.cpp">
       <PrecompiledHeader>Create</PrecompiledHeader>
     </ClCompile>
     <ClCompile Include="$(MSBuildThisFileDirectory)BackwardPass.cpp" />
@@ -180,7 +180,7 @@
     <ClCompile Include="$(MSBuildThisFileDirectory)PreLowerPeeps.cpp" />
     <ClCompile Include="$(MSBuildThisFileDirectory)QueuedFullJitWorkItem.cpp" />
     <ClCompile Include="$(MSBuildThisFileDirectory)Region.cpp" />
-    <ClCompile Include="$(MSBuildThisFileDirectory)SCCLiveness.cpp" />
+    <ClCompile Include="$(MSBuildThisFileDirectory)SccLiveness.cpp" />
     <ClCompile Include="$(MSBuildThisFileDirectory)Security.cpp" />
     <ClCompile Include="$(MSBuildThisFileDirectory)SimpleJitProfilingHelpers.cpp" />
     <ClCompile Include="$(MSBuildThisFileDirectory)SimpleLayout.cpp" />
@@ -208,7 +208,7 @@
     <ClInclude Include="arm64\md.h">
       <ExcludedFromBuild Condition="'$(Platform)'!='ARM64'">true</ExcludedFromBuild>
     </ClInclude>
-    <ClInclude Include="arm64\MdOpcodes.h">
+    <ClInclude Include="arm64\MdOpCodes.h">
       <ExcludedFromBuild Condition="'$(Platform)'!='ARM64'">true</ExcludedFromBuild>
     </ClInclude>
     <ClInclude Include="arm64\PeepsMD.h">
@@ -228,8 +228,8 @@
     </ClInclude>
     <ClInclude Include="IRBaseTypeList.h" />
     <ClInclude Include="IRBuilderAsmJs.h" />
-    <ClInclude Include="BackEndOpcodeAttrAsmJs.h" />
-    <ClInclude Include="BackEndOpCodeList.h" />
+    <ClInclude Include="BackendOpCodeAttrAsmJs.h" />
+    <ClInclude Include="BackendOpCodeList.h" />
     <ClInclude Include="GlobOptIntBounds.h" />
     <ClInclude Include="i386\EncoderMD.h">
       <ExcludedFromBuild Condition="'$(Platform)'!='Win32'">true</ExcludedFromBuild>
@@ -243,7 +243,7 @@
     <ClInclude Include="i386\md.h">
       <ExcludedFromBuild Condition="'$(Platform)'!='Win32'">true</ExcludedFromBuild>
     </ClInclude>
-    <ClInclude Include="i386\MdOpcodes.h">
+    <ClInclude Include="i386\MdOpCodes.h">
       <ExcludedFromBuild Condition="'$(Platform)'!='Win32'">true</ExcludedFromBuild>
     </ClInclude>
     <ClInclude Include="i386\PeepsMD.h">
@@ -270,7 +270,7 @@
     <ClInclude Include="amd64\md.h">
       <ExcludedFromBuild Condition="'$(Platform)'!='x64'">true</ExcludedFromBuild>
     </ClInclude>
-    <ClInclude Include="amd64\MdOpcodes.h">
+    <ClInclude Include="amd64\MdOpCodes.h">
       <ExcludedFromBuild Condition="'$(Platform)'!='x64'">true</ExcludedFromBuild>
     </ClInclude>
     <ClInclude Include="amd64\PeepsMD.h">
@@ -309,7 +309,7 @@
     <ClInclude Include="arm\md.h">
       <ExcludedFromBuild Condition="'$(Platform)'!='arm'">true</ExcludedFromBuild>
     </ClInclude>
-    <ClInclude Include="arm\MdOpcodes.h">
+    <ClInclude Include="arm\MdOpCodes.h">
       <ExcludedFromBuild Condition="'$(Platform)'!='arm'">true</ExcludedFromBuild>
     </ClInclude>
     <ClInclude Include="arm\PeepsMD.h">
@@ -327,7 +327,7 @@
     <ClInclude Include="arm\UnwindInfoManager.h">
       <ExcludedFromBuild Condition="'$(Platform)'!='arm'">true</ExcludedFromBuild>
     </ClInclude>
-    <ClInclude Include="BackEnd.h" />
+    <ClInclude Include="Backend.h" />
     <ClInclude Include="BackwardPass.h" />
     <ClInclude Include="BailOut.h" />
     <ClInclude Include="BailOutKind.h" />
@@ -335,7 +335,7 @@
     <ClInclude Include="CodeGenAllocators.h" />
     <ClInclude Include="CodeGenNumberAllocator.h" />
     <ClInclude Include="CodeGenWorkItemType.h" />
-    <ClInclude Include="codegenworkitem.h" />
+    <ClInclude Include="CodeGenWorkItem.h" />
     <ClInclude Include="DbCheckPostLower.h" />
     <ClInclude Include="EmitBuffer.h" />
     <ClInclude Include="Encoder.h" />
@@ -374,7 +374,7 @@
     <ClInclude Include="Peeps.h" />
     <ClInclude Include="QueuedFullJitWorkItem.h" />
     <ClInclude Include="Region.h" />
-    <ClInclude Include="SCCLiveness.h" />
+    <ClInclude Include="SccLiveness.h" />
     <ClInclude Include="Security.h" />
     <ClInclude Include="SimpleJitProfilingHelpers.h" />
     <ClInclude Include="SimpleLayout.h" />

+ 15 - 15
lib/Backend/Chakra.Backend.vcxproj.filters

@@ -3,18 +3,18 @@
   <ItemGroup>
     <ClCompile Include="$(MSBuildThisFileDirectory)AgenPeeps.cpp" />
     <ClCompile Include="$(MSBuildThisFileDirectory)IRBuilderAsmJs.cpp" />
-    <ClCompile Include="$(MSBuildThisFileDirectory)BackEndOpcodeAttrAsmJs.cpp" />
+    <ClCompile Include="$(MSBuildThisFileDirectory)BackendOpCodeAttrAsmJs.cpp" />
     <ClCompile Include="$(MSBuildThisFileDirectory)BailOut.cpp" />
     <ClCompile Include="$(MSBuildThisFileDirectory)CaseNode.cpp" />
     <ClCompile Include="$(MSBuildThisFileDirectory)CodeGenWorkItem.cpp" />
-    <ClCompile Include="$(MSBuildThisFileDirectory)CodegenAllocators.cpp" />
-    <ClCompile Include="$(MSBuildThisFileDirectory)CodegenNumberAllocator.cpp" />
+    <ClCompile Include="$(MSBuildThisFileDirectory)CodeGenAllocators.cpp" />
+    <ClCompile Include="$(MSBuildThisFileDirectory)CodeGenNumberAllocator.cpp" />
     <ClCompile Include="$(MSBuildThisFileDirectory)DbCheckPostLower.cpp" />
-    <ClCompile Include="$(MSBuildThisFileDirectory)GlobOptBailout.cpp" />
+    <ClCompile Include="$(MSBuildThisFileDirectory)GlobOptBailOut.cpp" />
     <ClCompile Include="$(MSBuildThisFileDirectory)GlobOptExpr.cpp" />
     <ClCompile Include="$(MSBuildThisFileDirectory)GlobOptFields.cpp" />
     <ClCompile Include="$(MSBuildThisFileDirectory)GlobOptIntBounds.cpp" />
-    <ClCompile Include="$(MSBuildThisFileDirectory)BackEnd.cpp" />
+    <ClCompile Include="$(MSBuildThisFileDirectory)Backend.cpp" />
     <ClCompile Include="$(MSBuildThisFileDirectory)BackwardPass.cpp" />
     <ClCompile Include="$(MSBuildThisFileDirectory)Debug.cpp" />
     <ClCompile Include="$(MSBuildThisFileDirectory)EmitBuffer.cpp" />
@@ -46,7 +46,7 @@
     <ClCompile Include="$(MSBuildThisFileDirectory)PrologEncoder.cpp" />
     <ClCompile Include="$(MSBuildThisFileDirectory)QueuedFullJitWorkItem.cpp" />
     <ClCompile Include="$(MSBuildThisFileDirectory)Region.cpp" />
-    <ClCompile Include="$(MSBuildThisFileDirectory)SCCLiveness.cpp" />
+    <ClCompile Include="$(MSBuildThisFileDirectory)SccLiveness.cpp" />
     <ClCompile Include="$(MSBuildThisFileDirectory)Security.cpp" />
     <ClCompile Include="$(MSBuildThisFileDirectory)SimpleJitProfilingHelpers.cpp" />
     <ClCompile Include="$(MSBuildThisFileDirectory)SimpleLayout.cpp" />
@@ -110,10 +110,10 @@
   <ItemGroup>
     <ClInclude Include="AgenPeeps.h" />
     <ClInclude Include="IRBuilderAsmJs.h" />
-    <ClInclude Include="BackEndOpcodeAttrAsmJs.h" />
-    <ClInclude Include="BackEndOpCodeList.h" />
+    <ClInclude Include="BackendOpCodeAttrAsmJs.h" />
+    <ClInclude Include="BackendOpCodeList.h" />
     <ClInclude Include="GlobOptIntBounds.h" />
-    <ClInclude Include="BackEnd.h" />
+    <ClInclude Include="Backend.h" />
     <ClInclude Include="BackwardPass.h" />
     <ClInclude Include="BailOut.h" />
     <ClInclude Include="BailOutKind.h" />
@@ -121,7 +121,7 @@
     <ClInclude Include="CodeGenAllocators.h" />
     <ClInclude Include="CodeGenNumberAllocator.h" />
     <ClInclude Include="CodeGenWorkItemType.h" />
-    <ClInclude Include="codegenworkitem.h" />
+    <ClInclude Include="CodeGenWorkItem.h" />
     <ClInclude Include="DbCheckPostLower.h" />
     <ClInclude Include="EmitBuffer.h" />
     <ClInclude Include="Encoder.h" />
@@ -158,7 +158,7 @@
     <ClInclude Include="Peeps.h" />
     <ClInclude Include="QueuedFullJitWorkItem.h" />
     <ClInclude Include="Region.h" />
-    <ClInclude Include="SCCLiveness.h" />
+    <ClInclude Include="SccLiveness.h" />
     <ClInclude Include="Security.h" />
     <ClInclude Include="SimpleJitProfilingHelpers.h" />
     <ClInclude Include="SimpleLayout.h" />
@@ -190,7 +190,7 @@
     <ClInclude Include="arm\LegalizeMD.h">
       <Filter>arm</Filter>
     </ClInclude>
-    <ClInclude Include="amd64\MdOpcodes.h">
+    <ClInclude Include="amd64\MdOpCodes.h">
       <Filter>amd64</Filter>
     </ClInclude>
     <ClInclude Include="amd64\X64Encode.h">
@@ -226,7 +226,7 @@
     <ClInclude Include="amd64\LowererMDArch.h">
       <Filter>amd64</Filter>
     </ClInclude>
-    <ClInclude Include="arm64\MdOpcodes.h">
+    <ClInclude Include="arm64\MdOpCodes.h">
       <Filter>arm64</Filter>
     </ClInclude>
     <ClInclude Include="arm\LowerMD.h">
@@ -238,7 +238,7 @@
     <ClInclude Include="arm64\md.h">
       <Filter>arm64</Filter>
     </ClInclude>
-    <ClInclude Include="i386\MdOpcodes.h">
+    <ClInclude Include="i386\MdOpCodes.h">
       <Filter>i386</Filter>
     </ClInclude>
     <ClInclude Include="i386\md.h">
@@ -259,7 +259,7 @@
     <ClInclude Include="i386\X86Encode.h">
       <Filter>i386</Filter>
     </ClInclude>
-    <ClInclude Include="arm\MdOpcodes.h">
+    <ClInclude Include="arm\MdOpCodes.h">
       <Filter>arm</Filter>
     </ClInclude>
     <ClInclude Include="arm\PeepsMD.h">

+ 1 - 1
lib/Backend/CodeGenAllocators.cpp

@@ -2,7 +2,7 @@
 // Copyright (C) Microsoft. All rights reserved.
 // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
 //-------------------------------------------------------------------------------------------------------
-#include "BackEnd.h"
+#include "Backend.h"
 
 CodeGenAllocators::CodeGenAllocators(AllocationPolicyManager * policyManager, Js::ScriptContext * scriptContext)
 : pageAllocator(policyManager, Js::Configuration::Global.flags, PageAllocatorType_BGJIT,

+ 1 - 1
lib/Backend/CodeGenNumberAllocator.cpp

@@ -2,7 +2,7 @@
 // Copyright (C) Microsoft. All rights reserved.
 // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
 //-------------------------------------------------------------------------------------------------------
-#include "BackEnd.h"
+#include "Backend.h"
 
 
 CodeGenNumberThreadAllocator::CodeGenNumberThreadAllocator(Recycler * recycler)

+ 2 - 2
lib/Backend/CodeGenWorkItem.cpp

@@ -2,8 +2,8 @@
 // Copyright (C) Microsoft. All rights reserved.
 // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
 //-------------------------------------------------------------------------------------------------------
-#include "BackEnd.h"
-#include "Language\SourceDynamicProfileManager.h"
+#include "Backend.h"
+#include "Language/SourceDynamicProfileManager.h"
 
 CodeGenWorkItem::CodeGenWorkItem(
     JsUtil::JobManager *const manager,

+ 1 - 1
lib/Backend/DbCheckPostLower.cpp

@@ -2,7 +2,7 @@
 // Copyright (C) Microsoft. All rights reserved.
 // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
 //-------------------------------------------------------------------------------------------------------
-#include "BackEnd.h"
+#include "Backend.h"
 
 #if DBG
 

+ 1 - 1
lib/Backend/Debug.cpp

@@ -8,7 +8,7 @@
 //
 //----------------------------------------------------------------------------
 
-#include "BackEnd.h"
+#include "Backend.h"
 
 #if DBG_DUMP
 

+ 1 - 1
lib/Backend/EmitBuffer.cpp

@@ -2,7 +2,7 @@
 // Copyright (C) Microsoft. All rights reserved.
 // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
 //-------------------------------------------------------------------------------------------------------
-#include "BackEnd.h"
+#include "Backend.h"
 
 template class EmitBufferManager<FakeCriticalSection>;
 template class EmitBufferManager<CriticalSection>;

+ 1 - 1
lib/Backend/Encoder.cpp

@@ -2,7 +2,7 @@
 // Copyright (C) Microsoft. All rights reserved.
 // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
 //-------------------------------------------------------------------------------------------------------
-#include "BackEnd.h"
+#include "Backend.h"
 
 ///----------------------------------------------------------------------------
 ///

+ 1 - 1
lib/Backend/FlowGraph.cpp

@@ -2,7 +2,7 @@
 // Copyright (C) Microsoft. All rights reserved.
 // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
 //-------------------------------------------------------------------------------------------------------
-#include "BackEnd.h"
+#include "Backend.h"
 
 FlowGraph *
 FlowGraph::New(Func * func, JitArenaAllocator * alloc)

+ 3 - 3
lib/Backend/Func.cpp

@@ -2,9 +2,9 @@
 // Copyright (C) Microsoft. All rights reserved.
 // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
 //-------------------------------------------------------------------------------------------------------
-#include "BackEnd.h"
-#include "Base\EtwTrace.h"
-#include "Base\ScriptContextProfiler.h"
+#include "Backend.h"
+#include "Base/EtwTrace.h"
+#include "Base/ScriptContextProfiler.h"
 
 Func::Func(JitArenaAllocator *alloc, CodeGenWorkItem* workItem, const Js::FunctionCodeGenRuntimeData *const runtimeData,
     Js::PolymorphicInlineCacheInfo * const polymorphicInlineCacheInfo, CodeGenAllocators *const codeGenAllocators,

+ 1 - 1
lib/Backend/IR.cpp

@@ -2,7 +2,7 @@
 // Copyright (C) Microsoft. All rights reserved.
 // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
 //-------------------------------------------------------------------------------------------------------
-#include "BackEnd.h"
+#include "Backend.h"
 
 namespace IR
 {

+ 1 - 1
lib/Backend/IR.h

@@ -4,7 +4,7 @@
 //-------------------------------------------------------------------------------------------------------
 #pragma once
 
-#include "Language\JavascriptNativeOperators.h"
+#include "Language/JavascriptNativeOperators.h"
 
 class Func;
 class BasicBlock;

+ 2 - 2
lib/Backend/IRBuilder.cpp

@@ -2,7 +2,7 @@
 // Copyright (C) Microsoft. All rights reserved.
 // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
 //-------------------------------------------------------------------------------------------------------
-#include "BackEnd.h"
+#include "Backend.h"
 
 #pragma prefast(push)
 #pragma prefast(disable:28652, "Prefast complains that the OR are causing the compiler to emit dynamic initializers and the variable to be allocated in read/write mem...")
@@ -718,7 +718,7 @@ IRBuilder::Build()
         case Js::LargeLayout * Js::OpLayoutType::Count + Js::OpLayoutType::layout: \
             this->Build##layout<Js::LargeLayoutSizePolicy>(newOpcode, offset); \
             break;
-#include "ByteCode\LayoutTypes.h"
+#include "ByteCode/LayoutTypes.h"
 
         default:
             AssertMsg(0, "Unimplemented layout");

+ 1 - 1
lib/Backend/IRBuilder.h

@@ -122,7 +122,7 @@ private:
     void                Build##layout(Js::OpCode newOpcode, uint32 offset);
 #define LAYOUT_TYPE_WMS(layout) \
     template <typename SizePolicy> void Build##layout(Js::OpCode newOpcode, uint32 offset);
-#include "ByteCode\LayoutTypes.h"
+#include "ByteCode/LayoutTypes.h"
 
     void                BuildReg1(Js::OpCode newOpcode, uint32 offset, Js::RegSlot R0);
     void                BuildReg2(Js::OpCode newOpcode, uint32 offset, Js::RegSlot R0, Js::RegSlot R1, uint32 nextOffset);

+ 4 - 4
lib/Backend/IRBuilderAsmJs.cpp

@@ -2,8 +2,8 @@
 // Copyright (C) Microsoft. All rights reserved.
 // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
 //-------------------------------------------------------------------------------------------------------
-#include "BackEnd.h"
-#include "ByteCode\OpCodeUtilAsmJs.h"
+#include "Backend.h"
+#include "ByteCode/OpCodeUtilAsmJs.h"
 
 void
 IRBuilderAsmJs::Build()
@@ -61,7 +61,7 @@ IRBuilderAsmJs::Build()
 
 #define MACRO_SIMD_EXTEND_WMS(opcode, asmjsLayout, opCodeAttrAsmJs, OpCodeAttr, ...) MACRO_SIMD_EXTEND(opcode, asmjsLayout, opCodeAttrAsmJs, OpCodeAttr)
 
-#include "ByteCode\OpCodesSimd.h"
+#include "ByteCode/OpCodesSimd.h"
 
     }
 
@@ -163,7 +163,7 @@ IRBuilderAsmJs::Build()
             Build##layout<Js::LargeLayoutSizePolicy>(newOpcode, offset); \
             break;
 #define EXCLUDE_FRONTEND_LAYOUT
-#include "ByteCode\LayoutTypesAsmJs.h"
+#include "ByteCode/LayoutTypesAsmJs.h"
 
         default:
             AssertMsg(UNREACHED, "Unimplemented layout");

+ 1 - 1
lib/Backend/IRBuilderAsmJs.h

@@ -98,7 +98,7 @@ private:
 #define LAYOUT_TYPE_WMS(layout) \
     template <typename SizePolicy> void Build##layout(Js::OpCodeAsmJs newOpcode, uint32 offset);
 #define EXCLUDE_FRONTEND_LAYOUT
-#include "ByteCode\LayoutTypesAsmJs.h"
+#include "ByteCode/LayoutTypesAsmJs.h"
 
     void                    BuildElementSlot(Js::OpCodeAsmJs newOpcode, uint32 offset, int32 slotIndex, Js::RegSlot value, Js::RegSlot instance);
     void                    BuildAsmUnsigned1(Js::OpCodeAsmJs newOpcode, uint value);

+ 1 - 1
lib/Backend/IRType.cpp

@@ -2,7 +2,7 @@
 // Copyright (C) Microsoft. All rights reserved.
 // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
 //-------------------------------------------------------------------------------------------------------
-#include "BackEnd.h"
+#include "Backend.h"
 
 int const TySize[] = {
 #define IRTYPE(ucname, baseType, size, bitSize, enRegOk, dname) size,

+ 1 - 1
lib/Backend/IRViewer.cpp

@@ -2,7 +2,7 @@
 // Copyright (C) Microsoft. All rights reserved.
 // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
 //-------------------------------------------------------------------------------------------------------
-#include "BackEnd.h"
+#include "Backend.h"
 
 #ifdef IR_VIEWER
 

+ 1 - 1
lib/Backend/Inline.cpp

@@ -2,7 +2,7 @@
 // Copyright (C) Microsoft. All rights reserved.
 // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
 //-------------------------------------------------------------------------------------------------------
-#include "BackEnd.h"
+#include "Backend.h"
 
 void
 Inline::Optimize()

+ 1 - 1
lib/Backend/InliningDecider.cpp

@@ -2,7 +2,7 @@
 // Copyright (C) Microsoft. All rights reserved.
 // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
 //-------------------------------------------------------------------------------------------------------
-#include "BackEnd.h"
+#include "Backend.h"
 
 InliningDecider::InliningDecider(Js::FunctionBody *const topFunc, bool isLoopBody, bool isInDebugMode, const ExecutionMode jitMode)
     : topFunc(topFunc), isLoopBody(isLoopBody), isInDebugMode(isInDebugMode), jitMode(jitMode), bytecodeInlinedCount(0), numberOfInlineesWithLoop (0), inliningHeuristics(topFunc)

+ 1 - 1
lib/Backend/InliningHeuristics.cpp

@@ -2,7 +2,7 @@
 // Copyright (C) Microsoft. All rights reserved.
 // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
 //-------------------------------------------------------------------------------------------------------
-#include "BackEnd.h"
+#include "Backend.h"
 
 InliningThreshold::InliningThreshold(Js::FunctionBody *topFunc, bool aggressive) : topFunc(topFunc)
 {

+ 1 - 1
lib/Backend/InterpreterThunkEmitter.cpp

@@ -2,7 +2,7 @@
 // Copyright (C) Microsoft. All rights reserved.
 // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
 //-------------------------------------------------------------------------------------------------------
-#include "BackEnd.h"
+#include "Backend.h"
 
 #ifdef ENABLE_NATIVE_CODEGEN
 #ifdef _M_X64

+ 6 - 6
lib/Backend/JnHelperMethod.cpp

@@ -7,13 +7,13 @@
 // Parser includes
 #include "RegexCommon.h"
 
-#include "Library\RegexHelper.h"
+#include "Library/RegexHelper.h"
 
-#include "Debug\DiagHelperMethodWrapper.h"
-#include "Math\JavascriptSSE2MathOperators.h"
-#include "Math\JavascriptSSE2MathOperators.inl"
-#include "Math\CrtSSE2Math.h"
-#include "Library\JavascriptGeneratorFunction.h"
+#include "Debug/DiagHelperMethodWrapper.h"
+#include "Math/JavascriptSSE2MathOperators.h"
+#include "Math/JavascriptSSE2MathOperators.inl"
+#include "Math/CrtSSE2Math.h"
+#include "Library/JavascriptGeneratorFunction.h"
 
 namespace IR
 {

+ 2 - 2
lib/Backend/LinearScan.cpp

@@ -2,9 +2,9 @@
 // Copyright (C) Microsoft. All rights reserved.
 // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
 //-------------------------------------------------------------------------------------------------------
-#include "BackEnd.h"
+#include "Backend.h"
 
-#include "SCCLiveness.h"
+#include "SccLiveness.h"
 
 #if DBG_DUMP || ENABLE_DEBUG_CONFIG_OPTIONS
 char const * const RegNames[RegNumCount] =

+ 4 - 4
lib/Backend/Lower.cpp

@@ -2,10 +2,10 @@
 // Copyright (C) Microsoft. All rights reserved.
 // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
 //-------------------------------------------------------------------------------------------------------
-#include "BackEnd.h"
-#include "Debug\DebuggingFlags.h"
-#include "Debug\DiagProbe.h"
-#include "Debug\DebugManager.h"
+#include "Backend.h"
+#include "Debug/DebuggingFlags.h"
+#include "Debug/DiagProbe.h"
+#include "Debug/DebugManager.h"
 
 // Parser includes
 #include "RegexCommon.h"

+ 6 - 6
lib/Backend/LowerMDShared.cpp

@@ -2,13 +2,13 @@
 // Copyright (C) Microsoft. All rights reserved.
 // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
 //-------------------------------------------------------------------------------------------------------
-#include "BackEnd.h"
-#include "Language\JavascriptFunctionArgIndex.h"
+#include "Backend.h"
+#include "Language/JavascriptFunctionArgIndex.h"
 
-#include "Types\DynamicObjectEnumerator.h"
-#include "Types\DynamicObjectSnapshotEnumerator.h"
-#include "Types\DynamicObjectSnapshotEnumeratorWPCache.h"
-#include "Library\ForInObjectEnumerator.h"
+#include "Types/DynamicObjectEnumerator.h"
+#include "Types/DynamicObjectSnapshotEnumerator.h"
+#include "Types/DynamicObjectSnapshotEnumeratorWPCache.h"
+#include "Library/ForInObjectEnumerator.h"
 
 const Js::OpCode LowererMD::MDUncondBranchOpcode = Js::OpCode::JMP;
 const Js::OpCode LowererMD::MDTestOpcode = Js::OpCode::TEST;

+ 1 - 1
lib/Backend/LowerMDSharedSimd128.cpp

@@ -2,7 +2,7 @@
 // Copyright (C) Microsoft. All rights reserved.
 // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
 //-------------------------------------------------------------------------------------------------------
-#include "BackEnd.h"
+#include "Backend.h"
 
 #define GET_SIMDOPCODE(irOpcode) m_simd128OpCodesMap[(uint32)(irOpcode - Js::OpCode::Simd128_Start)]
 

+ 2 - 2
lib/Backend/NativeCodeGenerator.cpp

@@ -2,8 +2,8 @@
 // Copyright (C) Microsoft. All rights reserved.
 // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
 //-------------------------------------------------------------------------------------------------------
-#include "BackEnd.h"
-#include "Base\ScriptContextProfiler.h"
+#include "Backend.h"
+#include "Base/ScriptContextProfiler.h"
 
 #if DBG
 Js::JavascriptMethod checkCodeGenThunk;

+ 1 - 1
lib/Backend/Opnd.cpp

@@ -2,7 +2,7 @@
 // Copyright (C) Microsoft. All rights reserved.
 // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
 //-------------------------------------------------------------------------------------------------------
-#include "BackEnd.h"
+#include "Backend.h"
 
 namespace IR
 {

+ 1 - 1
lib/Backend/PDataManager.cpp

@@ -2,7 +2,7 @@
 // Copyright (C) Microsoft. All rights reserved.
 // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
 //-------------------------------------------------------------------------------------------------------
-#include "BackEnd.h"
+#include "Backend.h"
 
 // Conditionally-compiled on x64 and arm
 #if PDATA_ENABLED

+ 1 - 1
lib/Backend/Peeps.cpp

@@ -2,7 +2,7 @@
 // Copyright (C) Microsoft. All rights reserved.
 // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
 //-------------------------------------------------------------------------------------------------------
-#include "BackEnd.h"
+#include "Backend.h"
 
 // Peeps::PeepFunc
 // Run peeps on this function.  For now, it just cleans the redundant reloads

+ 1 - 1
lib/Backend/PreLowerPeeps.cpp

@@ -2,7 +2,7 @@
 // Copyright (C) Microsoft. All rights reserved.
 // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
 //-------------------------------------------------------------------------------------------------------
-#include "BackEnd.h"
+#include "Backend.h"
 
 IR::Instr *Lowerer::PreLowerPeepInstr(IR::Instr *instr, IR::Instr **pInstrPrev)
 {

+ 1 - 1
lib/Backend/PrologEncoder.cpp

@@ -2,7 +2,7 @@
 // Copyright (C) Microsoft. All rights reserved.
 // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
 //-------------------------------------------------------------------------------------------------------
-#include "BackEnd.h"
+#include "Backend.h"
 #include "PrologEncoderMD.h"
 
 void PrologEncoder::RecordNonVolRegSave()

+ 1 - 1
lib/Backend/QueuedFullJitWorkItem.cpp

@@ -2,7 +2,7 @@
 // Copyright (C) Microsoft. All rights reserved.
 // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
 //-------------------------------------------------------------------------------------------------------
-#include "BackEnd.h"
+#include "Backend.h"
 
 QueuedFullJitWorkItem::QueuedFullJitWorkItem(CodeGenWorkItem *const workItem) : workItem(workItem)
 {

+ 1 - 1
lib/Backend/Region.cpp

@@ -2,7 +2,7 @@
 // Copyright (C) Microsoft. All rights reserved.
 // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
 //-------------------------------------------------------------------------------------------------------
-#include "BackEnd.h"
+#include "Backend.h"
 
 Region *
 Region::New(RegionType type, Region * parent, Func * func)

+ 2 - 2
lib/Backend/SccLiveness.cpp

@@ -2,9 +2,9 @@
 // Copyright (C) Microsoft. All rights reserved.
 // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
 //-------------------------------------------------------------------------------------------------------
-#include "BackEnd.h"
+#include "Backend.h"
 
-#include "SCCLiveness.h"
+#include "SccLiveness.h"
 
 
 // Build SCC liveness.  SCC stands for Strongly Connected Components.  It's a simple

+ 1 - 1
lib/Backend/SccLiveness.h

@@ -4,7 +4,7 @@
 //-------------------------------------------------------------------------------------------------------
 #pragma once
 
-#include "lifetime.h"
+#include "Lifetime.h"
 
 struct OpHelperSpilledLifetime
 {

+ 1 - 1
lib/Backend/Security.cpp

@@ -2,7 +2,7 @@
 // Copyright (C) Microsoft. All rights reserved.
 // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
 //-------------------------------------------------------------------------------------------------------
-#include "BackEnd.h"
+#include "Backend.h"
 
 void
 Security::EncodeLargeConstants()

+ 1 - 1
lib/Backend/SimpleJitProfilingHelpers.cpp

@@ -2,7 +2,7 @@
 // Copyright (C) Microsoft. All rights reserved.
 // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
 //-------------------------------------------------------------------------------------------------------
-#include "BackEnd.h"
+#include "Backend.h"
 
 namespace Js
 {

+ 1 - 1
lib/Backend/SimpleLayout.cpp

@@ -2,7 +2,7 @@
 // Copyright (C) Microsoft. All rights reserved.
 // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
 //-------------------------------------------------------------------------------------------------------
-#include "BackEnd.h"
+#include "Backend.h"
 
 IR::Instr *
 SimpleLayout::MoveHelperBlock(IR::Instr * lastOpHelperLabel, uint32 lastOpHelperStatementIndex, Func* lastOpHelperFunc, IR::LabelInstr * nextLabel,

+ 2 - 2
lib/Backend/SwitchIRBuilder.cpp

@@ -2,8 +2,8 @@
 // Copyright (C) Microsoft. All rights reserved.
 // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
 //-------------------------------------------------------------------------------------------------------
-#include "BackEnd.h"
-#include "DataStructures\QuickSort.h"
+#include "Backend.h"
+#include "DataStructures/quicksort.h"
 
 ///----------------------------------------------------------------------------
 ///

+ 1 - 1
lib/Backend/Sym.cpp

@@ -2,7 +2,7 @@
 // Copyright (C) Microsoft. All rights reserved.
 // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
 //-------------------------------------------------------------------------------------------------------
-#include "BackEnd.h"
+#include "Backend.h"
 
 const Js::ArgSlot StackSym::InvalidSlot = (Js::ArgSlot)-1;
 

+ 1 - 1
lib/Backend/SymTable.cpp

@@ -2,7 +2,7 @@
 // Copyright (C) Microsoft. All rights reserved.
 // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
 //-------------------------------------------------------------------------------------------------------
-#include "BackEnd.h"
+#include "Backend.h"
 
 
 void

+ 1 - 1
lib/Backend/TempTracker.cpp

@@ -2,7 +2,7 @@
 // Copyright (C) Microsoft. All rights reserved.
 // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
 //-------------------------------------------------------------------------------------------------------
-#include "BackEnd.h"
+#include "Backend.h"
 
 /* ===================================================================================
  * TempTracker runs the mark temp algorithm.  The template parameter provides information

+ 7 - 7
lib/Backend/amd64/EncoderMD.cpp

@@ -2,13 +2,13 @@
 // Copyright (C) Microsoft. All rights reserved.
 // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
 //-------------------------------------------------------------------------------------------------------
-#include "BackEnd.h"
+#include "Backend.h"
 
 #include "X64Encode.h"
 
 static const BYTE OpcodeByte2[]={
 #define MACRO(name, jnLayout, attrib, byte2, ...) byte2,
-#include "MdOpcodes.h"
+#include "MdOpCodes.h"
 #undef MACRO
 };
 
@@ -18,7 +18,7 @@ struct FormTemplate{ BYTE form[6]; };
 static const struct FormTemplate OpcodeFormTemplate[] =
 {
 #define MACRO(name, jnLayout, attrib, byte2, form, ...) form ,
-#include "MdOpcodes.h"
+#include "MdOpCodes.h"
 #undef MACRO
 };
 #undef f
@@ -28,14 +28,14 @@ struct OpbyteTemplate { byte opbyte[6]; };
 static const struct OpbyteTemplate Opbyte[] =
 {
 #define MACRO(name, jnLayout, attrib, byte2, form, opbyte, ...) opbyte,
-#include "MdOpcodes.h"
+#include "MdOpCodes.h"
 #undef MACRO
 };
 
 static const uint32 Opdope[] =
 {
 #define MACRO(name, jnLayout, attrib, byte2, form, opbyte, dope, ...) dope,
-#include "MdOpcodes.h"
+#include "MdOpCodes.h"
 #undef MACRO
 };
 
@@ -49,14 +49,14 @@ static const BYTE OpEncoding[] =
 static const uint32 OpcodeLeadIn[] =
 {
 #define MACRO(name, jnLayout, attrib, byte2, form, opByte, dope, leadIn, ...) leadIn,
-#include "MdOpcodes.h"
+#include "MdOpCodes.h"
 #undef MACRO
 };
 
 static const enum Forms OpcodeForms[] =
 {
 #define MACRO(name, jnLayout, attrib, byte2, form, ...) form,
-#include "MdOpcodes.h"
+#include "MdOpCodes.h"
 #undef MACRO
 };
 

+ 2 - 2
lib/Backend/amd64/LinearScanMD.cpp

@@ -2,8 +2,8 @@
 // Copyright (C) Microsoft. All rights reserved.
 // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
 //-------------------------------------------------------------------------------------------------------
-#include "BackEnd.h"
-#include "SCCLiveness.h"
+#include "Backend.h"
+#include "SccLiveness.h"
 
 extern const IRType RegTypes[RegNumCount];
 

+ 2 - 2
lib/Backend/amd64/LowererMDArch.cpp

@@ -2,9 +2,9 @@
 // Copyright (C) Microsoft. All rights reserved.
 // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
 //-------------------------------------------------------------------------------------------------------
-#include "BackEnd.h"
+#include "Backend.h"
 #include "LowererMDArch.h"
-#include "Library\JavascriptGeneratorFunction.h"
+#include "Library/JavascriptGeneratorFunction.h"
 
 const Js::OpCode LowererMD::MDExtend32Opcode = Js::OpCode::MOVSXD;
 

+ 1 - 1
lib/Backend/amd64/PeepsMD.cpp

@@ -2,7 +2,7 @@
 // Copyright (C) Microsoft. All rights reserved.
 // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
 //-------------------------------------------------------------------------------------------------------
-#include "BackEnd.h"
+#include "Backend.h"
 
 // PeepsMD::Init
 void

+ 1 - 1
lib/Backend/amd64/PrologEncoderMD.cpp

@@ -2,7 +2,7 @@
 // Copyright (C) Microsoft. All rights reserved.
 // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
 //-------------------------------------------------------------------------------------------------------
-#include "BackEnd.h"
+#include "Backend.h"
 #include "PrologEncoderMD.h"
 
 unsigned __int8 PrologEncoderMD::GetRequiredNodeCountForAlloca(size_t size)

+ 1 - 1
lib/Backend/arm/ARMEncode.h

@@ -89,7 +89,7 @@ typedef unsigned char ENCODE_8;
 static const uint32 Opdope[] =
 {
 #define MACRO(name, jnLayout, attrib, byte2, form, opbyte, dope, ...) dope,
-#include "MdOpcodes.h"
+#include "MdOpCodes.h"
 #undef MACRO
 };
 

+ 3 - 3
lib/Backend/arm/EncoderMD.cpp

@@ -2,13 +2,13 @@
 // Copyright (C) Microsoft. All rights reserved.
 // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
 //-------------------------------------------------------------------------------------------------------
-#include "BackEnd.h"
+#include "Backend.h"
 #include "ARMEncode.h"
-#include "Language\JavascriptFunctionArgIndex.h"
+#include "Language/JavascriptFunctionArgIndex.h"
 
 const FormTable * InstrEncode[]={
 #define MACRO(name, jnLayout, attrib, byte2, form, opbyte, ...) opbyte,
-#include "MdOpcodes.h"
+#include "MdOpCodes.h"
 #undef ASMDAT
 };
 

+ 2 - 2
lib/Backend/arm/LegalizeMD.cpp

@@ -2,7 +2,7 @@
 // Copyright (C) Microsoft. All rights reserved.
 // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
 //-------------------------------------------------------------------------------------------------------
-#include "BackEnd.h"
+#include "Backend.h"
 
 #undef MACRO
 
@@ -10,7 +10,7 @@
 
 static const LegalInstrForms _InstrForms[] =
 {
-#include "MdOpcodes.h"
+#include "MdOpCodes.h"
 };
 
 

+ 2 - 2
lib/Backend/arm/LinearScanMD.cpp

@@ -2,8 +2,8 @@
 // Copyright (C) Microsoft. All rights reserved.
 // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
 //-------------------------------------------------------------------------------------------------------
-#include "BackEnd.h"
-#include "SCCLiveness.h"
+#include "Backend.h"
+#include "SccLiveness.h"
 
 extern const IRType RegTypes[RegNumCount];
 

+ 6 - 6
lib/Backend/arm/LowerMD.cpp

@@ -3,12 +3,12 @@
 // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
 //-------------------------------------------------------------------------------------------------------
 
-#include "BackEnd.h"
-#include "Language\JavascriptFunctionArgIndex.h"
-#include "Types\DynamicObjectEnumerator.h"
-#include "Types\DynamicObjectSnapshotEnumerator.h"
-#include "Types\DynamicObjectSnapshotEnumeratorWPCache.h"
-#include "Library\ForInObjectEnumerator.h"
+#include "Backend.h"
+#include "Language/JavascriptFunctionArgIndex.h"
+#include "Types/DynamicObjectEnumerator.h"
+#include "Types/DynamicObjectSnapshotEnumerator.h"
+#include "Types/DynamicObjectSnapshotEnumeratorWPCache.h"
+#include "Library/ForInObjectEnumerator.h"
 
 const Js::OpCode LowererMD::MDUncondBranchOpcode = Js::OpCode::B;
 const Js::OpCode LowererMD::MDTestOpcode = Js::OpCode::TST;

+ 1 - 1
lib/Backend/arm/PeepsMD.cpp

@@ -2,7 +2,7 @@
 // Copyright (C) Microsoft. All rights reserved.
 // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
 //-------------------------------------------------------------------------------------------------------
-#include "BackEnd.h"
+#include "Backend.h"
 
 // PeepsMD::Init
 void

+ 4 - 4
lib/Backend/arm/UnwindInfoManager.cpp

@@ -2,7 +2,7 @@
 // Copyright (C) Microsoft. All rights reserved.
 // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
 //-------------------------------------------------------------------------------------------------------
-#include "BackEnd.h"
+#include "Backend.h"
 
 //------------------------------------------------------------------------------
 // define the set of ARMNT unwind codes based on "unwindCodes.h"
@@ -15,7 +15,7 @@
 
 enum UnwindCode
 {
-#include "unwindCodes.h"
+#include "UnwindCodes.h"
 };
 
 #undef UNWIND_CODE
@@ -25,7 +25,7 @@ enum UnwindCode
 
 static const DWORD UnwindCodeTemplates[] =
 {
-#include "unwindCodes.h"
+#include "UnwindCodes.h"
 };
 
 #undef UNWIND_CODE
@@ -35,7 +35,7 @@ static const DWORD UnwindCodeTemplates[] =
 
 static const DWORD UnwindCodeLengths[] =
 {
-#include "unwindCodes.h"
+#include "UnwindCodes.h"
 };
 
 DWORD UnwindInfoManager::XdataTemplate(UnwindCode op) const

+ 1 - 1
lib/Backend/arm64/EncoderMD.cpp

@@ -2,7 +2,7 @@
 // Copyright (C) Microsoft. All rights reserved.
 // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
 //-------------------------------------------------------------------------------------------------------
-#include "BackEnd.h"
+#include "Backend.h"
 #include "ARMEncode.h"
 
 bool

+ 1 - 1
lib/Backend/arm64/LowerMD.cpp

@@ -2,7 +2,7 @@
 // Copyright (C) Microsoft. All rights reserved.
 // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
 //-------------------------------------------------------------------------------------------------------
-#include "BackEnd.h"
+#include "Backend.h"
 
 const Js::OpCode LowererMD::MDUncondBranchOpcode = Js::OpCode::B;
 const Js::OpCode LowererMD::MDTestOpcode = Js::OpCode::TST;

+ 7 - 7
lib/Backend/i386/EncoderMD.cpp

@@ -2,14 +2,14 @@
 // Copyright (C) Microsoft. All rights reserved.
 // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
 //-------------------------------------------------------------------------------------------------------
-#include "BackEnd.h"
+#include "Backend.h"
 
 #include "X86Encode.h"
 
 
 static const BYTE OpcodeByte2[]={
 #define MACRO(name, jnLayout, attrib, byte2, ...) byte2,
-#include "MdOpcodes.h"
+#include "MdOpCodes.h"
 #undef MACRO
 };
 
@@ -19,7 +19,7 @@ struct FormTemplate{ BYTE form[6]; };
 static const struct FormTemplate OpcodeFormTemplate[] =
 {
 #define MACRO(name, jnLayout, attrib, byte2, form, ...) form ,
-#include "MdOpcodes.h"
+#include "MdOpCodes.h"
 #undef MACRO
 };
 #undef f
@@ -29,14 +29,14 @@ struct OpbyteTemplate { byte opbyte[6]; };
 static const struct OpbyteTemplate Opbyte[] =
 {
 #define MACRO(name, jnLayout, attrib, byte2, form, opbyte, ...) opbyte,
-#include "MdOpcodes.h"
+#include "MdOpCodes.h"
 #undef MACRO
 };
 
 static const uint32 Opdope[] =
 {
 #define MACRO(name, jnLayout, attrib, byte2, form, opbyte, dope, ...) dope,
-#include "MdOpcodes.h"
+#include "MdOpCodes.h"
 #undef MACRO
 };
 
@@ -50,14 +50,14 @@ static const BYTE RegEncode[] =
 static const enum Forms OpcodeForms[] =
 {
 #define MACRO(name, jnLayout, attrib, byte2, form, ...) form,
-#include "MdOpcodes.h"
+#include "MdOpCodes.h"
 #undef MACRO
 };
 
 static const uint32 OpcodeLeadIn[] =
 {
 #define MACRO(name, jnLayout, attrib, byte2, form, opByte, dope, leadIn, ...) leadIn,
-#include "MdOpcodes.h"
+#include "MdOpCodes.h"
 #undef MACRO
 };
 

+ 2 - 2
lib/Backend/i386/LinearScanMD.cpp

@@ -2,8 +2,8 @@
 // Copyright (C) Microsoft. All rights reserved.
 // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
 //-------------------------------------------------------------------------------------------------------
-#include "BackEnd.h"
-#include "SCCLiveness.h"
+#include "Backend.h"
+#include "SccLiveness.h"
 
 extern const IRType RegTypes[RegNumCount];
 

+ 2 - 2
lib/Backend/i386/LowererMDArch.cpp

@@ -2,9 +2,9 @@
 // Copyright (C) Microsoft. All rights reserved.
 // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
 //-------------------------------------------------------------------------------------------------------
-#include "BackEnd.h"
+#include "Backend.h"
 #include "LowererMDArch.h"
-#include "Library\JavascriptGeneratorFunction.h"
+#include "Library/JavascriptGeneratorFunction.h"
 
 const Js::OpCode LowererMD::MDExtend32Opcode = Js::OpCode::MOV;
 

+ 1 - 1
lib/Backend/i386/PeepsMD.cpp

@@ -2,7 +2,7 @@
 // Copyright (C) Microsoft. All rights reserved.
 // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
 //-------------------------------------------------------------------------------------------------------
-#include "BackEnd.h"
+#include "Backend.h"
 
 // PeepsMD::Init
 void

+ 2 - 2
lib/Common/BackendApi.h

@@ -39,8 +39,8 @@ typedef double  FloatConstType;
 
 #include "EmitBuffer.h"
 #include "InterpreterThunkEmitter.h"
-#include "BackEndOpCodeAttr.h"
-#include "BackEndOpCodeAttrAsmJs.h"
+#include "BackendOpCodeAttr.h"
+#include "BackendOpCodeAttrAsmJs.h"
 #include "CodeGenNumberAllocator.h"
 #include "NativeCodeData.h"
 #include "JnHelperMethod.h"

+ 1 - 1
lib/Common/Codex/Chakra.Common.Codex.vcxproj

@@ -3,7 +3,7 @@
   <Import Condition="'$(ChakraBuildPathImported)'!='true'" Project="$(SolutionDir)Chakra.Build.Paths.props"/>
   <Import Project="$(BuildConfigPropsPath)Chakra.Build.ProjectConfiguration.props" />
   <ItemGroup>
-    <ClCompile Include="$(MSBuildThisFileDirectory)\Utf8Codex.cpp" />
+    <ClCompile Include="$(MSBuildThisFileDirectory)Utf8Codex.cpp" />
     <ClInclude Include="Utf8Codex.h" />
   </ItemGroup>
   <PropertyGroup Label="Globals">

+ 69 - 69
lib/Common/Common.h

@@ -27,7 +27,7 @@ typedef _Return_type_success_(return >= 0) LONG NTSTATUS;
 #include <malloc.h>
 extern "C" void * _AddressOfReturnAddress(void);
 
-#include "Common\GetCurrentFrameID.h"
+#include "Common/GetCurrentFrameId.h"
 
 namespace Js
 {
@@ -38,18 +38,18 @@ namespace Js
 #define IsTrueOrFalse(value)     ((value) ? L"True" : L"False")
 
 // Header files
-#include "core\BinaryFeatureControl.h"
+#include "Core/BinaryFeatureControl.h"
 #include "TemplateParameter.h"
 
-#include "Common\vtinfo.h"
+#include "Common/vtinfo.h"
 #include "EnumClassHelp.h"
-#include "Common\Tick.h"
+#include "Common/Tick.h"
 
-#include "Common\Int16Math.h"
-#include "Common\Int32Math.h"
-#include "Common\UInt16Math.h"
-#include "Common\UInt32Math.h"
-#include "common\Int64Math.h"
+#include "Common/Int16Math.h"
+#include "Common/Int32Math.h"
+#include "Common/UInt16Math.h"
+#include "Common/UInt32Math.h"
+#include "Common/Int64Math.h"
 
 template<typename T> struct IntMath { using Type = void; };
 template<> struct IntMath<int16> { using Type = Int16Math; };
@@ -58,78 +58,78 @@ template<> struct IntMath<uint16> { using Type = UInt16Math; };
 template<> struct IntMath<uint32> { using Type = UInt32Math; };
 template<> struct IntMath<int64> { using Type = Int64Math; };
 
-#include "Common\DaylightTimeHelper.h"
-#include "Common\DateUtilities.h"
-#include "Common\NumberUtilitiesBase.h"
-#include "Common\NumberUtilities.h"
-#include <codex\Utf8Codex.h>
+#include "Common/DaylightTimeHelper.h"
+#include "Common/DateUtilities.h"
+#include "Common/NumberUtilitiesBase.h"
+#include "Common/NumberUtilities.h"
+#include <Codex/Utf8Codex.h>
 
-#include "core\DelayLoadLibrary.h"
-#include "core\EtwTraceCore.h"
+#include "Core/DelayLoadLibrary.h"
+#include "Core/EtwTraceCore.h"
 
-#include "Common\RejitReason.h"
-#include "Common\ThreadService.h"
+#include "Common/RejitReason.h"
+#include "Common/ThreadService.h"
 
 // Exceptions
-#include "Exceptions\Exceptionbase.h"
-#include "Exceptions\InternalErrorException.h"
-#include "Exceptions\OutOfMemoryException.h"
-#include "Exceptions\OperationAbortedException.h"
-#include "Exceptions\RejitException.h"
-#include "Exceptions\ScriptAbortException.h"
-#include "Exceptions\StackOverflowException.h"
-#include "Exceptions\NotImplementedException.h"
-#include "Exceptions\AsmJsParseException.h"
-
-#include "Memory\AutoPtr.h"
-#include "Memory\AutoAllocatorObjectPtr.h"
-#include "Memory\leakreport.h"
-
-#include "DataStructures\DoublyLinkedListElement.h"
-#include "DataStructures\DoublyLinkedList.h"
-#include "DataStructures\SimpleHashTable.h"
-#include "Memory\XDataAllocator.h"
-#include "Memory\CustomHeap.h"
-
-#include "Core\FinalizableObject.h"
-#include "Memory\RecyclerRootPtr.h"
-#include "Memory\RecyclerFastAllocator.h"
-#include "Memory\RecyclerPointers.h"
-#include "util\pinned.h"
+#include "Exceptions/ExceptionBase.h"
+#include "Exceptions/InternalErrorException.h"
+#include "Exceptions/OutOfMemoryException.h"
+#include "Exceptions/OperationAbortedException.h"
+#include "Exceptions/RejitException.h"
+#include "Exceptions/ScriptAbortException.h"
+#include "Exceptions/StackOverflowException.h"
+#include "Exceptions/NotImplementedException.h"
+#include "Exceptions/AsmJsParseException.h"
+
+#include "Memory/AutoPtr.h"
+#include "Memory/AutoAllocatorObjectPtr.h"
+#include "Memory/LeakReport.h"
+
+#include "DataStructures/DoublyLinkedListElement.h"
+#include "DataStructures/DoublyLinkedList.h"
+#include "DataStructures/SimpleHashTable.h"
+#include "Memory/XDataAllocator.h"
+#include "Memory/CustomHeap.h"
+
+#include "Core/FinalizableObject.h"
+#include "Memory/RecyclerRootPtr.h"
+#include "Memory/RecyclerFastAllocator.h"
+#include "Memory/RecyclerPointers.h"
+#include "Util/Pinned.h"
 
 // Data Structures 2
 
-#include "DataStructures\StringBuilder.h"
-#include "DataStructures\WeakReferenceDictionary.h"
-#include "DataStructures\LeafValueDictionary.h"
-#include "DataStructures\Dictionary.h"
-#include "DataStructures\List.h"
-#include "DataStructures\Stack.h"
-#include "DataStructures\Queue.h"
-#include "DataStructures\CharacterBuffer.h"
-#include "DataStructures\InternalString.h"
-#include "DataStructures\Interval.h"
-#include "DataStructures\InternalStringNoCaseComparer.h"
-#include "DataStructures\SparseArray.h"
-#include "DataStructures\growingArray.h"
-#include "DataStructures\EvalMapString.h"
-#include "DataStructures\RegexKey.h"
-#include "DataStructures\LineOffsetCache.h"
-
-#include "core\ICustomConfigFlags.h"
-#include "core\CmdParser.h"
-#include "core\ProfileInstrument.h"
-#include "core\ProfileMemory.h"
-#include "core\StackBackTrace.h"
-
-#include "Common\Event.h"
-#include "Common\Jobs.h"
+#include "DataStructures/StringBuilder.h"
+#include "DataStructures/WeakReferenceDictionary.h"
+#include "DataStructures/LeafValueDictionary.h"
+#include "DataStructures/Dictionary.h"
+#include "DataStructures/List.h"
+#include "DataStructures/Stack.h"
+#include "DataStructures/Queue.h"
+#include "DataStructures/CharacterBuffer.h"
+#include "DataStructures/InternalString.h"
+#include "DataStructures/Interval.h"
+#include "DataStructures/InternalStringNoCaseComparer.h"
+#include "DataStructures/SparseArray.h"
+#include "DataStructures/GrowingArray.h"
+#include "DataStructures/EvalMapString.h"
+#include "DataStructures/RegexKey.h"
+#include "DataStructures/LineOffsetCache.h"
+
+#include "Core/ICustomConfigFlags.h"
+#include "Core/CmdParser.h"
+#include "Core/ProfileInstrument.h"
+#include "Core/ProfileMemory.h"
+#include "Core/StackBackTrace.h"
+
+#include "Common/Event.h"
+#include "Common/Jobs.h"
 
 #include "common\vtregistry.h" // Depends on SimpleHashTable.h
 #include "DataStructures\Cache.h" // Depends on config flags
 #include "DataStructures\MruDictionary.h" // Depends on DoublyLinkedListElement
 
-#include "common\SmartFPUControl.h"
+#include "Common/SmartFpuControl.h"
 
 // This class is only used by AutoExp.dat
 class AutoExpDummyClass

+ 2 - 2
lib/Common/Common/CfgLogger.cpp

@@ -5,8 +5,8 @@
 #include "CommonCommonPch.h"
 
 #ifdef CONTROL_FLOW_GUARD_LOGGER
-#include "common\CFGLogger.h"
-#include "core\DbgHelpSymbolManager.h"
+#include "Common/CfgLogger.h"
+#include "Core/DbgHelpSymbolManager.h"
 
 // Initialization order
 //  AB AutoSystemInfo

+ 5 - 5
lib/Common/Common/Chakra.Common.Common.vcxproj

@@ -35,7 +35,7 @@
   </ItemDefinitionGroup>
   <ItemGroup>
     <ClCompile Include="$(MSBuildThisFileDirectory)Api.cpp" />
-    <ClCompile Include="$(MSBuildThisFileDirectory)cfglogger.cpp" />
+    <ClCompile Include="$(MSBuildThisFileDirectory)CfgLogger.cpp" />
     <ClCompile Include="$(MSBuildThisFileDirectory)DaylightTimeHelper.cpp" />
     <ClCompile Include="$(MSBuildThisFileDirectory)DateUtilities.cpp" />
     <ClCompile Include="$(MSBuildThisFileDirectory)Event.cpp" />
@@ -46,7 +46,7 @@
     <ClCompile Include="$(MSBuildThisFileDirectory)NumberUtilities.cpp" />
     <ClCompile Include="$(MSBuildThisFileDirectory)NumberUtilities_strtod.cpp" />
     <ClCompile Include="$(MSBuildThisFileDirectory)RejitReason.cpp" />
-    <ClCompile Include="$(MSBuildThisFileDirectory)SmartFPUControl.cpp" />
+    <ClCompile Include="$(MSBuildThisFileDirectory)SmartFpuControl.cpp" />
     <ClCompile Include="$(MSBuildThisFileDirectory)Tick.cpp" />
     <ClCompile Include="$(MSBuildThisFileDirectory)vtinfo.cpp" />
     <ClCompile Include="$(MSBuildThisFileDirectory)CommonCommonPch.cpp">
@@ -57,11 +57,11 @@
     <ClInclude Include="Int64Math.h" />
     <ClInclude Include="ByteSwap.h" />
     <ClInclude Include="CommonCommonPch.h" />
-    <ClInclude Include="cfglogger.h" />
+    <ClInclude Include="CfgLogger.h" />
     <ClInclude Include="DaylightTimeHelper.h" />
     <ClInclude Include="DateUtilities.h" />
     <ClInclude Include="Event.h" />
-    <ClInclude Include="GetCurrentFrameID.h" />
+    <ClInclude Include="GetCurrentFrameId.h" />
     <ClInclude Include="Int32Math.h" />
     <ClInclude Include="Jobs.h" />
     <ClInclude Include="MathUtil.h" />
@@ -69,7 +69,7 @@
     <ClInclude Include="NumberUtilitiesBase.h" />
     <ClInclude Include="RejitReason.h" />
     <ClInclude Include="RejitReasons.h" />
-    <ClInclude Include="SmartFPUControl.h" />
+    <ClInclude Include="SmartFpuControl.h" />
     <ClInclude Include="Tick.h" />
     <ClInclude Include="UInt16Math.h" />
     <ClInclude Include="UInt32Math.h" />

+ 7 - 7
lib/Common/Common/Chakra.Common.Common.vcxproj.filters

@@ -11,10 +11,10 @@
     <ClCompile Include="$(MSBuildThisFileDirectory)RejitReason.cpp" />
     <ClCompile Include="$(MSBuildThisFileDirectory)Tick.cpp" />
     <ClCompile Include="$(MSBuildThisFileDirectory)vtinfo.cpp" />
-    <ClCompile Include="$(MSBuildThisFileDirectory)cfglogger.cpp" />
+    <ClCompile Include="$(MSBuildThisFileDirectory)CfgLogger.cpp" />
     <ClCompile Include="$(MSBuildThisFileDirectory)DaylightTimeHelper.cpp" />
     <ClCompile Include="$(MSBuildThisFileDirectory)NumberUtilities_strtod.cpp" />
-    <ClCompile Include="$(MSBuildThisFileDirectory)SmartFPUControl.cpp" />
+    <ClCompile Include="$(MSBuildThisFileDirectory)SmartFpuControl.cpp" />
     <ClCompile Include="$(MSBuildThisFileDirectory)CommonCommonPch.cpp" />
     <ClCompile Include="$(MSBuildThisFileDirectory)Int64Math.cpp" />
   </ItemGroup>
@@ -31,16 +31,16 @@
     <ClInclude Include="UInt16Math.h" />
     <ClInclude Include="UInt32Math.h" />
     <ClInclude Include="vtinfo.h" />
-    <ClInclude Include="cfglogger.h" />
+    <ClInclude Include="CfgLogger.h" />
     <ClInclude Include="DaylightTimeHelper.h" />
     <ClInclude Include="vtregistry.h" />
-    <ClInclude Include="NumberUtilities.inc" />
+    <ClInclude Include="NumberUtilities.inl" />
     <ClInclude Include="ByteSwap.h" />
     <ClInclude Include="CommonCommonPch.h" />
-    <ClInclude Include="GetCurrentFrameID.h" />
+    <ClInclude Include="GetCurrentFrameId.h" />
     <ClInclude Include="NumberUtilitiesBase.h" />
-    <ClInclude Include="SmartFPUControl.h" />
-    <ClInclude Include="StdAfx.h" />
+    <ClInclude Include="SmartFpuControl.h" />
+    <ClInclude Include="stdafx.h" />
     <ClInclude Include="Int64Math.h" />
   </ItemGroup>
   <ItemGroup>

+ 3 - 3
lib/Common/Common/CommonCommonPch.h

@@ -14,11 +14,11 @@
 #endif
 
 // === Codex Header Files ===
-#include "codex\Utf8Codex.h"
+#include "Codex/Utf8Codex.h"
 
 // === Common Header Files ===
-#include "Common\NumberUtilitiesBase.h"
-#include "Common\NumberUtilities.h"
+#include "Common/NumberUtilitiesBase.h"
+#include "Common/NumberUtilities.h"
 
 #pragma warning(push)
 #if defined(PROFILE_RECYCLER_ALLOC) || defined(HEAP_TRACK_ALLOC) || defined(ENABLE_DEBUG_CONFIG_OPTIONS)

+ 2 - 2
lib/Common/Common/DateUtilities.cpp

@@ -6,8 +6,8 @@
 #define ENABLE_INTSAFE_SIGNED_FUNCTIONS 1
 #include <intsafe.h>
 
-#include "Common\DaylightTimeHelper.h"
-#include "Common\DateUtilities.h"
+#include "Common/DaylightTimeHelper.h"
+#include "Common/DateUtilities.h"
 
 #include <Windows.Foundation.h>
 

+ 2 - 2
lib/Common/Common/DaylightTimeHelper.cpp

@@ -6,8 +6,8 @@
 
 #include <time.h>
 
-#include "Common\DaylightTimeHelper.h"
-#include "Common\DateUtilities.h"
+#include "Common/DaylightTimeHelper.h"
+#include "Common/DateUtilities.h"
 
 namespace Js {
 

+ 1 - 1
lib/Common/Common/Event.cpp

@@ -3,7 +3,7 @@
 // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
 //-------------------------------------------------------------------------------------------------------
 #include "CommonCommonPch.h"
-#include "Common\Event.h"
+#include "Common/Event.h"
 
 Event::Event(const bool autoReset, const bool signaled) : handle(CreateEvent(0, !autoReset, signaled, 0))
 {

+ 1 - 1
lib/Common/Common/Int32Math.cpp

@@ -3,7 +3,7 @@
 // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
 //-------------------------------------------------------------------------------------------------------
 #include "CommonCommonPch.h"
-#include "Common\Int32Math.h"
+#include "Common/Int32Math.h"
 
 bool
 Int32Math::Add(int32 left, int32 right, int32 *pResult)

+ 1 - 1
lib/Common/Common/Int64Math.cpp

@@ -3,7 +3,7 @@
 // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
 //-------------------------------------------------------------------------------------------------------
 #include "CommonCommonPch.h"
-#include "Common\Int64Math.h"
+#include "Common/Int64Math.h"
 #include <intrin.h>
 
 #if _M_X64

+ 14 - 14
lib/Common/Common/Jobs.cpp

@@ -6,23 +6,23 @@
 #include <process.h>
 
 
-#include "core\EtwTraceCore.h"
+#include "Core/EtwTraceCore.h"
 
-#include "Exceptions\ExceptionBase.h"
-#include "Exceptions\OperationAbortedException.h"
-#include "Exceptions\OutOfMemoryException.h"
-#include "Exceptions\StackOverflowException.h"
+#include "Exceptions/ExceptionBase.h"
+#include "Exceptions/OperationAbortedException.h"
+#include "Exceptions/OutOfMemoryException.h"
+#include "Exceptions/StackOverflowException.h"
 
 #include "TemplateParameter.h"
-#include "DataStructures\DoublyLinkedListElement.h"
-#include "DataStructures\DoublyLinkedList.h"
-#include "DataStructures\DoublyLinkedListElement.inl"
-#include "DataStructures\DoublyLinkedList.inl"
-
-#include "Common\Event.h"
-#include "Common\ThreadService.h"
-#include "Common\Jobs.h"
-#include "Common\Jobs.inl"
+#include "DataStructures/DoublyLinkedListElement.h"
+#include "DataStructures/DoublyLinkedList.h"
+#include "DataStructures/DoublyLinkedListElement.inl"
+#include "DataStructures/DoublyLinkedList.inl"
+
+#include "Common/Event.h"
+#include "Common/ThreadService.h"
+#include "Common/Jobs.h"
+#include "Common/Jobs.inl"
 
 namespace Js
 {

+ 2 - 2
lib/Common/Common/NumberUtilities.cpp

@@ -3,8 +3,8 @@
 // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
 //-------------------------------------------------------------------------------------------------------
 #include "CommonCommonPch.h"
-#include "Common\UInt32Math.h"
-#include "common\NumberUtilities.inl"
+#include "Common/UInt32Math.h"
+#include "Common/NumberUtilities.inl"
 
 namespace Js
 {

+ 1 - 1
lib/Common/Common/NumberUtilities_strtod.cpp

@@ -3,7 +3,7 @@
 // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
 //-------------------------------------------------------------------------------------------------------
 #include <CommonCommonPch.h>
-#include "DataStructures\BigInt.h"
+#include "DataStructures/BigInt.h"
 
 namespace Js
 {

+ 1 - 1
lib/Common/Common/SmartFpuControl.cpp

@@ -4,7 +4,7 @@
 //-------------------------------------------------------------------------------------------------------
 #include "CommonCommonPch.h"
 #include <float.h>
-#include "Common\SmartFPUControl.h"
+#include "Common/SmartFpuControl.h"
 
 //
 // Floating point unit utility functions

+ 1 - 1
lib/Common/Common/Tick.cpp

@@ -3,7 +3,7 @@
 // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
 //-------------------------------------------------------------------------------------------------------
 #include "CommonCommonPch.h"
-#include "Common\Tick.h"
+#include "Common/Tick.h"
 
 namespace Js {
     uint64      Tick::s_luFreq;

+ 2 - 2
lib/Common/Common/vtinfo.cpp

@@ -3,8 +3,8 @@
 // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
 //-------------------------------------------------------------------------------------------------------
 #include "CommonCommonPch.h"
-#include "common\vtregistry.h"
-#include "Common\vtinfo.h"
+#include "Common/vtregistry.h"
+#include "Common/vtinfo.h"
 
 #if DBG
 VirtualTableRegistry::TableEntry VirtualTableRegistry::m_knownVtables[MAX_KNOWN_VTABLES];

Beberapa file tidak ditampilkan karena terlalu banyak file yang berubah dalam diff ini