Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/allenvox/llvm-compilers

Workspace for Compilation Technologies class, fall
https://github.com/allenvox/llvm-compilers

compiler compiler-design cpp cxx llvm

Last synced: about 1 month ago
JSON representation

Workspace for Compilation Technologies class, fall

Awesome Lists containing this project

README

        

# LLVM Compilers
![GitHub last commit](https://img.shields.io/github/last-commit/allenvox/llvm-compiler)

[exam questions](exam)

---

| [calc](src/calc) | [debug info](src/debug-info-additions) | [profiler](src/profiler) | [tablegen](src/tablegen) |

| [ir examples](src/ir-examples) | [lli examples](src/lli-examples) |

| [tinylang (modula-2 compiler)](src/tinylang_v1) | [modula-2 types, structs & records compiling](src/types-structs-records) |