LLVM Cookbook [PDF]
作 者:Mayur Pandey
出版社:-
出版年:2015
ISBN:178528598X
版 本:第 1 版
页 数:296 页
书籍介绍LLVM is a compiler framework with libraries that provides a modern source-and target-independent optimizer, along with a code generator.
This book not only explains the effective use of the compiler infrastructure that LLVM provides, but also helps you implement it in one of your projects. You start with a simple task to get you up-and-running with LLVM, followed by learning the process of writing a frontend for a language, which includes writing a lexer, a parser, and generating IR code. You will then see how to implement optimizations at different levels, generate target-independent code, and then map this generated code to a backend. Finally, you will look into the functionalities that the LLVM infrastructure provides, such as exception handling, LLVM Utility Passes, using sanitizers, the garbage collector, and how we can use these in our projects.
资源链接
标签
发布日期
2018-09-10
擦亮日期
2020-10-04