Pinned Repositories
coreclr
This repo contains the .NET Core runtime, called CoreCLR. It is an execution engine for .NET apps, performing functions such as IL byte code loading, compilation to machine code and garbage collection. The repo contains the complete up-to-date CoreCLR codebase.
corefxlab
This repo is for experimentation and exploring new ideas that may or may not make it into the main corefx repo.
corert
This repo contains CoreRT, a .NET Core runtime optimized for AOT (ahead of time compilation) scenarios, with the accompanying .NET Native compiler toolchain.
designs
This repo is used for reviewing new .NET designs.
jitutils
llilc
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.
mcgutils
russellhadley's Repositories
russellhadley/coreclr
This repo contains the .NET Core runtime, called CoreCLR. It is an execution engine for .NET apps, performing functions such as IL byte code loading, compilation to machine code and garbage collection. The repo contains the complete up-to-date CoreCLR codebase.
russellhadley/llilc
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.
russellhadley/mcgutils
russellhadley/corefxlab
This repo is for experimentation and exploring new ideas that may or may not make it into the main corefx repo.
russellhadley/corert
This repo contains CoreRT, a .NET Core runtime optimized for AOT (ahead of time compilation) scenarios, with the accompanying .NET Native compiler toolchain.
russellhadley/designs
This repo is used for reviewing new .NET designs.
russellhadley/jitutils
russellhadley/llilc-original
LLVM-based compiler for MSIL
russellhadley/llilum
LLVM -based code generator for MSIL and UWP apps targeting Micro Controllers
russellhadley/llvm
Fork of the LLVM Compiler Infrastructure
russellhadley/microsoft-pdb
Information from Microsoft about the PDB format. We'll try to keep this up to date. Just trying to help the CLANG/LLVM community get onto Windows.