This repo contains LLILC, an LLVM based compiler for .NET Core. It includes a set of cross-platform .NET code generation tools that enables compilation of MSIL byte code to LLVM supported platforms.
Stars
1.5k
Forks
155
Watchers
1.5k
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
278
commits
198
commits
145
commits
126
commits
94
commits
86
commits
68
commits
62
commits
40
commits
9
commits
Undo the runtime.json changes because I've discovered a way to run the .NET core app with this convention
c5771d0View on GitHubModify Microsoft.NETCore.CoreDisTools to reference the runtime packages via direct NuGet dependencies instead of runtime.json. Update the version to 1.0.1-prerelease-00005 to update the Windows packages
8b8ab42View on GitHubAdd DumpInstruction which prints single instruction, use string stream
0601e5eView on GitHub