LLVM Cookbook
by Mayur Pandey 2020-04-16 19:39:15
image1
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 yo... Read more
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. Less
  • Publication date
  • Language
  • ISBN
  • May 30, 2015
  • eng
  • 9781785286407
Compare Prices
Available Discount
No Discount available
Related Books