LLVM Optimization

For those new to the LLVM architecture (like myself), and how it is used to optimize compiler code, here is a good introduction to the topic:

http://www.aosabook.org/en/llvm.html

Thought I’d post the link here for those who are interested in the subject.