Skip to content

Update readme #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 14, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 27 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,32 @@
# Compiler course 2025

[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/llvm/llvm-project/badge)](https://securityscorecards.dev/viewer/?uri=github.com/llvm/llvm-project)
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/8273/badge)](https://www.bestpractices.dev/projects/8273)
[![libc++](https://github.com/llvm/llvm-project/actions/workflows/libcxx-build-and-test.yaml/badge.svg?branch=main&event=schedule)](https://github.com/llvm/llvm-project/actions/workflows/libcxx-build-and-test.yaml?query=event%3Aschedule)
[![Build LLVM](https://github.com/NN-complr-tech/compiler-course-2025/actions/workflows/compiler-course-build.yml/badge.svg)](https://github.com/NN-complr-tech/compiler-course-2025/actions/workflows/compiler-course-build.yml)

# Resources
- [Telegram сhat][chat]
- [Telegram сhannel][channel]
- [Tasks and results][results]
- Materials
- [Lecture recordings][recording]
- [Lecture presentations][lecture]
- [LLVM][llvm]
- [MLIR][mlir]
- [Clang][clang]
- [Official YouTube channel LLVM][youtube_llvm]

<!-- LINKS -->
<!-- Tasks and results -->
[results]: https://docs.google.com/spreadsheets/d/1LiZ5FMd5t61yoGdnpANTFpzqtKD_ejtvLl1cHKZxvXQ/edit?usp=sharing
<!-- Contacts -->
[channel]: https://t.me/+TPntKPD8z0E3OWJi
[chat]: https://t.me/+JG3n1jeSAiIxZjMy
<!-- Materials -->
[recording]: https://disk.yandex.ru/d/52gu5vJTSt1VFg
[lecture]: https://github.com/NN-complr-tech/Complr-course-lectures
[llvm]: https://llvm.org/
[mlir]: https://mlir.llvm.org/
[clang]: https://clang.llvm.org/
[youtube_llvm]: https://www.youtube.com/@LLVMPROJ

# What is LLVM?
LLLVM is a set of compiler and toolchain technologies that can be used to develop a frontend for any programming language and a backend for any instruction set architecture. LLVM is designed around a language-independent intermediate representation (IR) that serves as a portable, high-level assembly language that can be optimized with a variety of transformations over multiple passes. The name LLVM originally stood for Low Level Virtual Machine, though the project has expanded and the name is no longer officially an initialism.
Expand Down Expand Up @@ -105,26 +129,3 @@ For one test
```bash
./build/bin/llvm-lit -v /path/to/test_file
```
# 6. Resources
- [Telegram сhat][chat]
- [Telegram сhannel][channel]
- [Tasks and results][results]
- Materials
- [Lectures][lecture]
- [LLVM][llvm]
- [MLIR][mlir]
- [Clang][clang]
- [Official YouTube channel LLVM][youtube_llvm]

<!-- LINKS -->
<!-- Tasks and results -->
[results]: https://docs.google.com/spreadsheets/d/1LiZ5FMd5t61yoGdnpANTFpzqtKD_ejtvLl1cHKZxvXQ/edit?usp=sharing
<!-- Contacts -->
[channel]: https://t.me/+TPntKPD8z0E3OWJi
[chat]: https://t.me/+JG3n1jeSAiIxZjMy
<!-- Materials -->
[lecture]: https://github.com/NN-complr-tech/Complr-course-lectures
[llvm]: https://llvm.org/
[mlir]: https://mlir.llvm.org/
[clang]: https://clang.llvm.org/
[youtube_llvm]: https://www.youtube.com/@LLVMPROJ
Loading