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.
Перейти к файлу
Bengu Li df340ebd8a Debug option for BuildTest and RunTest
As of now, only release version of CoreCLR Runtime NuGet package is
available. BuildTest and RunTest cannot be run with debug build option
yet.

Added code to give out warning message for developer when it is used.

Also documented this on GitHub wiki page here:
https://github.com/dotnet/llilc/wiki/Dev-Env-and-Test-Harness
2015-03-18 19:04:24 -07:00
Documentation Merge pull request #314 from mjsabby/master 2015-03-16 18:14:05 -07:00
include Merge pull request #315 from libengu/Summary 2015-03-18 12:03:15 -07:00
lib Merge pull request #315 from libengu/Summary 2015-03-18 12:03:15 -07:00
test Debug option for BuildTest and RunTest 2015-03-18 19:04:24 -07:00
tools Fix typo in Driver readme 2015-02-19 14:35:44 -08:00
utils Make ccformat --formatall compatible with Python 3 2015-03-11 16:26:43 -07:00
.clang-format Reformat sources to be LLVM convention compliant 2015-03-11 13:02:04 -07: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 Fix LLVM BUILD path issue in LLILC CMakefile 2015-03-05 15:16:07 -08:00
LICENSE.TXT Initial commit 2015-02-12 14:54:02 -08:00
README.md Fix link to 'Contributing' page 2015-03-16 14:58:29 -07:00

README.md

Welcome to LLILC

Build Status

Windows Linux
Debug Build status Build Status
Release Build status Build Status

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.