summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/builtins/subvdi3.c
Commit message (Collapse)AuthorAgeFilesLines
* PR21518: Use unsigned arithmetic for trapping add/sub functions.Bob Wilson2014-11-121-1/+1
| | | | | | | | | | The code in {add,sub}v.i3 routines does not trap when it should, because it performs the actual add/subtract operation in signed arithmetic, rather than unsigned. Patch by Francois-Xavie Coudert! llvm-svn: 221826
* Move original compiler-rt functions (libgcc replacement) to lib/builtins ↵Alexey Samsonov2014-02-141-0/+36
directory llvm-svn: 201393
OpenPOWER on IntegriCloud