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.
- Host: GitHub
- URL: https://github.com/mc-cat-tty/compilers
- Owner: mc-cat-tty
- Created: 2023-09-28T13:59:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-06T19:40:21.000Z (over 1 year ago)
- Last Synced: 2025-02-28T23:37:35.399Z (11 months ago)
- Language: C++
- Homepage:
- Size: 1.08 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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).