[llvm-commits] [PATCH 2/4] Add a copy constructor to StringRef.

Erick Tryzelaar idadesub at users.sourceforge.net
Thu Aug 13 01:30:58 PDT 2009


Hi again Daniel,

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!

GIT: [PATCH 1/4] Add failure tests to APInt unit test.
GIT: [PATCH 2/4] Modify APFloat to take a StringRef instead of a c string.
GIT: [PATCH 3/4] Add helper functions to ConstantInt and ConstantFP to
accept strings.
GIT: [PATCH 4/4] Expose creating constant ints and floats from strings in
llvm-c and ocaml.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20090813/7a9de6bb/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Add-failure-tests-to-APInt-unit-test.patch
Type: text/x-patch
Size: 1428 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20090813/7a9de6bb/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-Modify-APFloat-to-take-a-StringRef-instead-of-a-c-st.patch
Type: text/x-patch
Size: 15889 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20090813/7a9de6bb/attachment-0001.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-Add-helper-functions-to-ConstantInt-and-ConstantFP-t.patch
Type: text/x-patch
Size: 3449 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20090813/7a9de6bb/attachment-0002.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0004-Expose-creating-constant-ints-and-floats-from-string.patch
Type: text/x-patch
Size: 9034 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20090813/7a9de6bb/attachment-0003.bin>


More information about the llvm-commits mailing list