Starred repositories
RISC-V support for LLVM projects (LLVM, Clang, ...)
Reference implementation for Writing a C Compiler
resurrected LLVM "C Backend", with improvements
Codeplay's tutorial LLVM LEG backend - as presented at the 2014 LLVM Developers' Meeting in San Jose.
MSVC's implementation of the C++ Standard Library.
sunwayforever / llvm-toy
Forked from llvm/llvm-projectmake a LLVM Toy RISC-V backend step by step
2023年,最新音视频学习资料整理,项目(调试可用),ffmpeg命令手册,文章,编解码论文,视频讲解,面试题全套资料
Generate SQL from TableGen code - This is part of the tutorial "How to write a TableGen backend" in 2021 LLVM Developers' Meeting.
This is a tutorial to learn LLVM, I realize a backend to compiler machine code for cpu0 which is a simple RISC cpu.
A fast, dumb and small LLVM code generator. This generates x86-32 code from LLVM bitcode.
Create your own programming language with Rust