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.
Перейти к файлу
Andy Ayers f47add7460 Merge pull request #79 from AndyAyersMS/FixTypo
Fix typo in Driver readme
2015-02-19 14:54:59 -08:00
Documentation Flesh out EH bring-up plan 2015-02-19 12:57:02 -05:00
include Fix __stdcall attribute compatibality issue 2015-02-19 13:17:51 -08:00
lib Add intrinsics_gen as an explicit dependency of msilcReader. 2015-02-18 15:05:39 -08:00
test Merge pull request #37 from kyulee1/getidom3 2015-02-17 12:46:38 -08:00
tools Fix typo in Driver readme 2015-02-19 14:35:44 -08:00
utils Initial commit 2015-02-12 14:54:02 -08:00
.gitattributes Initial commit 2015-02-12 14:54:02 -08:00
.gitignore Initial commit 2015-02-12 14:54:02 -08:00
CMakeLists.txt Cleanup CMakeLists.txt. 2015-02-18 11:39:46 -08:00
LICENSE.TXT Initial commit 2015-02-12 14:54:02 -08:00
README.md Update README.md 2015-02-13 13:53:27 -08:00

README.md

MSILC Developers Guide

Introduction

MSILC is the Microsoft code name for cross-platform .NET tools.

It currently includes an LLVM-based Jit.

See the wiki for more information.