Hi again Daniel,<br><br>This is the latest version of my patch series. It consists of these patches. I added unit tests like you asked, and split up my constants code into two separate patches, so it should be a little easier to review. Thanks for checking them out!<br>

<br>GIT: [PATCH 1/4] Add failure tests to APInt unit test.<br>GIT: [PATCH 2/4] Modify APFloat to take a StringRef instead of a c string.<br>GIT: [PATCH 3/4] Add helper functions to ConstantInt and ConstantFP to accept strings.<br>

GIT: [PATCH 4/4] Expose creating constant ints and floats from strings in llvm-c and ocaml.<br>