| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
{add,sub} with carry for bytes.
I have had several people ask me about why this builtin was not available in
clang (since it seems like a logical conclusion). This patch implements said
builtins.
Relevant tests are included as well. I also updated the Clang language extension reference.
rdar://14192664.
llvm-svn: 184227
|
|
|
|
|
|
| |
We lower these into 2x chained usub.with.overflow intrinsics.
llvm-svn: 172476
|
|
|
|
|
|
| |
on theree targets, i686, amd64, win64.
llvm-svn: 172344
|
|
builtins-multiprecision.c.
llvm-svn: 172343
|