parser for binary bitcode files – Faster parsing compared to textual parser (for .ll files) • To support the latest LLVM IR the parser is improved to parse LLVM IR version 3.9 partially – Benefit from new static optimizations to LLVM IR – Sulong developer community led this work to completion