LLVM Code Generation

Posted By: hill0

LLVM Code Generation: A deep dive into compiler backend development
English | 2025 | ISBN: 1837637784 | 865 Pages | EPUB (True) | 9 MB

The LLVM infrastructure is a popular compiler ecosystem widely used in the tech industry and academia. This technology is crucial for both experienced and aspiring compiler developers looking to make an impact in the field. Written by Quentin Colombet, a veteran LLVM contributor and architect of the GlobalISel framework, this book provides a primer on the main aspects of LLVM, with an emphasis on its backend infrastructure; that is, everything needed to transform the intermediate representation (IR) produced by frontends like Clang into assembly code and object files.