зеркало из https://github.com/dotnet/llilc.git
8d7c62c1a6
This change has two parts: (1) Pass ALTJIT settings via the LLILCTestEnv.cmd script, to match the change in CoreClr test infrastructure. (2) Run CoreCLR in Conservative GC mode for LLILC tests. Testing: LLILC Tests passed locally This change fixes Issue# 27 |
||
---|---|---|
Documentation | ||
include | ||
lib | ||
test | ||
tools | ||
utils | ||
.gitattributes | ||
.gitignore | ||
CMakeLists.txt | ||
LICENSE.TXT | ||
README.md |
README.md
Welcome to LLILC
Build Status
Windows | Linux | |
---|---|---|
Debug | ||
Release |
Introduction
LLILC is an LLVM based MSIL Compiler - we pronounce it 'lilac' - with a goal of producing a set of cross-platform .NET code generation tools. Today LLILC is being developed against dotnet/CoreCLR for use as a JIT, but an ahead of time (AOT) compiler is planned for the future.
See the wiki for more information. It has a more complete discussion of our background and goals as well as "getting started" details and developer information.
Supported Platforms
Our initial supported platform is Windows, but Linux and Mac OSX support are under development.
Contributions
LLILC is just starting up. Only a few tests are working and there are lots of places where we need help. Please see our issues or the contributing page for how to pitch in.