Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/allenvox/llvm-compilers
- Owner: allenvox
- Created: 2024-09-06T04:03:44.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-24T14:51:15.000Z (about 1 month ago)
- Last Synced: 2024-12-24T15:39:36.360Z (about 1 month ago)
- Topics: compiler, compiler-design, cpp, cxx, llvm
- Language: C++
- Homepage:
- Size: 14.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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) |