llvm-cbe
C Compiler
A resurrected and improved implementation of the LLVM C Backend in Groff, enabling compilation of programs written in various programming languages to native machine code.
resurrected LLVM "C Backend", with improvements
127 stars
29 watching
52 forks
Language: Groff
last commit: about 4 years ago Related projects:
Repository | Description | Stars |
---|---|---|
igor84/summus | A compiler frontend written without C macros using LLVM as the backend to compile a minimal language for educational purposes. | 234 |
llvm-hs/llvm-hs-kaleidoscope | A Haskell-based compiler backend that uses LLVM to generate and compile machine code | 82 |
holzschu/llvm | A toolkit for building highly optimized compilers and runtime environments. | 54 |
talw/crisp-compiler | A Haskell compiler for a Lisp/Scheme-inspired language with an LLVM backend | 99 |
rhysd/gocaml | An implementation of a statically-typed functional programming language in Go using LLVM and building its own compiler from scratch. | 748 |
nilfoundation/zkllvm | Compiles high-level programming languages into input for provable computations protocols. | 295 |
lemoncmd/vcc | A compiler for the V programming language and itself, written in V. | 100 |
jaseemabid/olifant | A language targeting LLVM with the goal of building a simple compiler | 64 |
l1mey112/crepl | A compiler and interpreter for executing C code on the fly as it is typed. | 30 |
kit-ty-kate/labrys | A compiler for a toy language based on LLVM that implements the System Fω type-system | 103 |
neopallium/llvm-lua | An implementation of Lua in LLVM | 153 |
idris-hackers/idris-llvm | A Haskell-based LLVM backend for generating LLVM bytecode from Idris programs | 78 |
bos/llvm | Haskell bindings to the LLVM compiler infrastructure project | 104 |
acceleratehs/accelerate-llvm | Compiles Accelerate code to LLVM IR and executes it on CPUs or NVIDIA GPUs | 158 |
dotnet/llvmsharp | A multi-platform .NET Standard library that provides access to the LLVM infrastructure | 849 |