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

https://github.com/mc-cat-tty/compilers

Appunti del corso di Linguaggi e Compilatori - Compilers and Formal Langauges. Mauro Leoncini e Andrea Marongiu. UniMoRe. 2023-2024.
https://github.com/mc-cat-tty/compilers

Last synced: 10 months ago
JSON representation

Appunti del corso di Linguaggi e Compilatori - Compilers and Formal Langauges. Mauro Leoncini e Andrea Marongiu. UniMoRe. 2023-2024.

Awesome Lists containing this project

README

          

# Compilers
## Backend
_EserciziBackend_ folder contains example LLVM IR code, optimizable by our passes.

These examples will always be aliged to my custom [LLVM backend source code](https://github.com/mc-cat-tty/llvm-17.0.6-compilers).

For a standalone version of the optimization passes refer to our [assignments repository](https://github.com/ent0n29/compilers-assignments).