lhc
Compiler pipeline
Compiles Haskell2010 code to LLVM IR using a custom optimization pipeline
The LLVM LHC Haskell Optimization System
198 stars
17 watching
14 forks
Language: Haskell
last commit: almost 5 years ago compilerhaskellllvm
Related projects:
Repository | Description | Stars |
---|---|---|
| Compiles Accelerate code to LLVM IR and executes it on CPUs or NVIDIA GPUs | 159 |
| Haskell bindings to the LLVM compiler infrastructure project | 105 |
| Demonstrates Haskell bindings to the LLVM compiler infrastructure | 71 |
| Decouples software implementation from underlying logic using LLMs to automate parsing of structured data | 392 |
| A minimal implementation of a Haskell compiler | 63 |
| A language targeting LLVM with the goal of building a simple compiler | 64 |
| A Haskell-based compiler backend that uses LLVM to generate and compile machine code | 82 |
| A Haskell-based LLVM backend for generating LLVM bytecode from Idris programs | 78 |
| Compiles the MicroC programming language into machine code using Haskell | 116 |
| A compiler that translates Pascal source code into LLVM IR and can be executed directly or used to generate native machine code. | 126 |
| A Haskell compiler for a Lisp/Scheme-inspired language with an LLVM backend | 99 |
| A toolkit for building highly optimized compilers and runtime environments. | 56 |
| A library for distributing work across machines using parallel processing | 106 |
| A compiler frontend written without C macros using LLVM as the backend to compile a minimal language for educational purposes. | 234 |
| A compiler for a toy language based on LLVM that implements the System Fω type-system | 103 |