Book Image

LLVM Cookbook

Book Image

LLVM Cookbook

Overview of this book

Table of Contents (16 chapters)
LLVM Cookbook
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 9. Using LLVM for Various Useful Projects

In this chapter, we will cover the following recipes:

  • Exception handling in LLVM

  • Using sanitizers

  • Writing the garbage collector with LLVM

  • Converting LLVM IR to JavaScript

  • Using the Clang Static Analyzer

  • Using bugpoint

  • Using LLDB

  • Using LLVM utility passes