Contents Menu Expand Light mode Dark mode Auto light/dark mode
LLVM 文档
LLVM 文档

Contents:

  • 简介
  • LLVM Tutorial
    • Kaileidoscope
      • Kaleidoscope Introduction and the Lexer
      • Implementing a Parser and AST
      • Code generation to LLVM IR
      • Adding JIT and Optimizer Support
      • Extending the Language: Control Flow
      • Extending the Language: User-defined Operators
      • Extending the Language: Mutable Variables
      • Compiling to Object Code
      • Adding Debug Information
      • Conclusion and other useful LLVM tidbits
  • 附录
    • 术语表
    • 参考与引用
Back to top

LLVM Tutorial#

Contents:

  • Kaileidoscope
    • Kaleidoscope Introduction and the Lexer
    • Implementing a Parser and AST
    • Code generation to LLVM IR
    • Adding JIT and Optimizer Support
    • Extending the Language: Control Flow
    • Extending the Language: User-defined Operators
    • Extending the Language: Mutable Variables
    • Compiling to Object Code
    • Adding Debug Information
    • Conclusion and other useful LLVM tidbits
Next
Kaileidoscope
Previous
简介
Copyright © 2023, modnarshen
Made with Sphinx and @pradyunsg's Furo