filletofish / compiler-touchLinks
Sample of building control flow graph, SSA form, phi nodes, LLVM IR for imagined language.
☆26Updated 8 years ago
Alternatives and similar repositories for compiler-touch
Users that are interested in compiler-touch are comparing it to the libraries listed below
Sorting:
- A Tree Parser Generator☆99Updated 10 months ago
- An implementation of the Kaleidoscope language using Flex, Bison & the LLVM-C bindings.☆151Updated 8 years ago
- Bottom Up Rewrite Generator☆29Updated 8 years ago
- The C/C++/Fortran compiler collection written in Java☆36Updated 4 years ago
- Unofficial libjit mirror.☆62Updated 5 years ago
- Getting started with the LLVM C API☆114Updated 7 years ago
- "CF3" is a C compiler test suite targeting arithmetic optimization.☆37Updated 8 years ago
- GCC Tiny front-end☆106Updated 7 years ago
- EBNF grammar of LLVM IR assembly.☆65Updated 2 years ago
- Runtime support for LLVM's GC Statepoints☆43Updated 5 years ago
- The fluffy programming language main repository☆25Updated 12 years ago
- dmr_C is a C parser and JIT compiler with LLVM, Eclipse OMR and NanoJIT backends☆53Updated 5 years ago
- A tool for testing C compilers automatically☆21Updated 9 years ago
- ☆54Updated last year
- llvm opt fuzzer and bounded exhaustive test generator☆40Updated 2 years ago
- A fast, dumb and small LLVM code generator. This generates x86-32 code from LLVM bitcode.☆63Updated 11 years ago
- NanoJIT is a small, cross-platform C++ library that emits machine code.☆157Updated 7 years ago
- Fedjmike's C Compiler☆134Updated 7 years ago
- Incremental garbage collector library in C for use by high level language implementions.☆110Updated 9 years ago
- Sample programs for comparison of different VM interpretation techniques