notes

LLVM version history

LLVM 2.0

“LLVM 2.0 and Beyond!”. Chris Lattner. Google Tech Talk, Mountain View, CA, July 2007.

Summary:

Two major IR changes:

LLVM 2.0 IR: Signless Types

The LLVM 1.9 IR uses integer type system very similar to C:

Advantages:

LLVM 2.0 IR: Arbitrary precision integers