TomBebbington / llvm-rs

LLVM wrappers for Rust
BSD 3-Clause "New" or "Revised" License
68 stars 27 forks source link

Fix some issues I ran into, and add some new features. #1

Closed nwoeanhinnogaehr closed 9 years ago

nwoeanhinnogaehr commented 9 years ago

There's now support for the PHI and XOR instructions and positioning a builder more accurately. I also fixed a few bugs that I ran into.

More to come!

nwoeanhinnogaehr commented 9 years ago

This has become a mess, I'll factor it into smaller PRs at some point.