- infix expression evaluation cpp impl
- Why SSA? (mcyoung blog)
- Chris Lattner’s Resume
- The Hardware Lottery https://hardwarelottery.github.io/ @todo
- 编程语言基础 Agda
- GCC Wiki ListOfCompilerBooks
- frontend
- maskray blog 工具链开发很多优质内容
- llvm beginner resource
- Deep diving into LLVM loop unroll
- A Loop Flattening Pass in LLVM
- Bloaty (size profiler for binaries)
- cs343 Advanced Compiler
- cs143 Compiler bilibili
- cs243
- cs4120
- cs6120 from reddit
- CSCD70
- CSE131
- UCSD CSE 231: Advanced Compiler Design - Sorin Lerner (after UCSD CSE 131: for more on analysis & optimization—data flow analysis, lattice theory, SSA, optimization
- KAIST CS420: Compiler Design - Jeehoon Kang (good modern treatment of SSA representation itself github
- llvm constant expression interpreter in clang
- halide-lang
- Linkers and Loaders
- How to learn compilers: LLVM Edition
- Serene Programming Language - A Modern Lisp
- Language Programming engineer → which parsing
- What is MLIR
- AI compiler
- Programming Languages:Application and Interpretation
- chenweiwei github.io Modular engineer
- Nividia docs
- Why you need subtyping
- deepwiki about llvm-project source
- SPA