Skip to content

Commit

Permalink
-New CIL Decoder (integrated) = v2.4 (#1036)
Browse files Browse the repository at this point in the history
* -New CIL Decoder (integrated)

* -New CIL Decoder (integrated)

* -New CIL Decoder (integrated)
  • Loading branch information
tgiphil committed Apr 8, 2023
1 parent 8905552 commit a0ce960
Show file tree
Hide file tree
Showing 111 changed files with 307 additions and 8,723 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Windows Build
runs-on: windows-latest
env:
BUILD_VERSION: 2.3.0
BUILD_VERSION: 2.4.0
NUGET_ENABLE_LEGACY_CSPROJ_PACK: true
steps:
- name: Set net7.0
Expand Down
2 changes: 1 addition & 1 deletion Demos/Run-Demo.CoolWorld.x86.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
cd %~dp0
cd ..\bin
start Mosa.Tool.Launcher.exe -autostart -oMax -output-asm -output-debug -output-hash Mosa.Demo.CoolWorld.x86.dll -cilv2
start Mosa.Tool.Launcher.exe -autostart -oMax -output-asm -output-debug -output-hash Mosa.Demo.CoolWorld.x86.dll
2 changes: 1 addition & 1 deletion Demos/Run-Demo.HelloWorld.x86.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
cd %~dp0
cd ..\bin
start Mosa.Tool.Launcher.exe -autostart -oMax -output-asm -output-debug -output-hash Mosa.Demo.HelloWorld.x86.dll -cilv2
start Mosa.Tool.Launcher.exe -autostart -oMax -output-asm -output-debug -output-hash Mosa.Demo.HelloWorld.x86.dll
2 changes: 1 addition & 1 deletion Demos/Run-Demo.SVGAWorld.x86.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
cd %~dp0
cd ..\bin
start Mosa.Tool.Launcher -autostart -oMax -output-asm -output-debug -output-hash -vmdk -vmware-svga -inline-off -include Include Mosa.Demo.SVGAWorld.x86.dll -cilv2
start Mosa.Tool.Launcher -autostart -o0 -output-asm -output-debug -output-hash -vmdk -vmware-svga -inline-off -threading-off -inline-explicit-off -include Include Mosa.Demo.SVGAWorld.x86.dll
2 changes: 1 addition & 1 deletion Launch.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@ECHO OFF
start bin\Mosa.Tool.Launcher.exe -autostart-off -cilv2 -o2 bin\Mosa.Demo.CoolWorld.x86.dll
start bin\Mosa.Tool.Launcher.exe -autostart-off bin\Mosa.Demo.CoolWorld.x86.dll
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<WarningLevel>2</WarningLevel>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.abstractions" Version="2.0.3" />
<PackageReference Include="xunit.analyzers" Version="1.1.0" />
Expand Down
23 changes: 0 additions & 23 deletions Source/Mosa.Compiler.Framework/CIL/AddInstruction.cs

This file was deleted.

42 changes: 0 additions & 42 deletions Source/Mosa.Compiler.Framework/CIL/ArglistInstruction.cs

This file was deleted.

140 changes: 0 additions & 140 deletions Source/Mosa.Compiler.Framework/CIL/ArithmeticInstruction.cs

This file was deleted.

111 changes: 0 additions & 111 deletions Source/Mosa.Compiler.Framework/CIL/ArithmeticOverflowInstruction.cs

This file was deleted.

0 comments on commit a0ce960

Please sign in to comment.