Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Getting Started with LLVM Core Libraries (Repost)

Posted By: tukotikko
Getting Started with LLVM Core Libraries (Repost)

Getting Started with LLVM Core Libraries By Bruno Cardoso Lopes
2014 | 314 Pages | ISBN: 1782166920 | PDF | 3 MB


Get to grips with LLVM essentials and use the core libraries to build advanced tools About This Book Learn how to configure, build, and use LLVM and Clang based tools Explore the depths of the LLVM front-end, IR, code generator, and libraries, and learn how a modern compiler is implemented in a practical way. Customize your project to benefit from Just in Time compilation (JIT), static analysis and source-to-source transformations. Who This Book Is For This book is intended for enthusiasts, computer science students, and compiler engineers interested in learning about the LLVM framework. You need a background in C++ and, although not mandatory, should know at least some compiler theory. Whether you are a newcomer or a compiler expert, this book provides a practical introduction to LLVM and avoids complex scenarios. If you are interested enough and excited about this technology, then this book is definitely for you.