Joerg Sonnenberger
|
8524f0ba2f
|
Declare some variables unsigned to avoid signed vs unsigned mismatches.
This exploits the relative order of the arguments and/or checks already
made in the functions.
llvm-svn: 158669
|
2012-06-18 18:51:13 +00:00 |
Daniel Dunbar
|
b6f75f73fd
|
lib: Integrate abi.h into int_lib.h, there aren't good enough reasons for this extra complexity.
llvm-svn: 144660
|
2011-11-15 18:34:44 +00:00 |
Daniel Dunbar
|
4c70f3e6ac
|
Revert "Split single & double comparison routines into separate implementation
files," for now, I missed some necesary updates.
llvm-svn: 128296
|
2011-03-25 18:45:39 +00:00 |
Daniel Dunbar
|
1102c9ae58
|
Split single & double comparison routines into separate implementation files,
for consistency.
llvm-svn: 128282
|
2011-03-25 15:52:51 +00:00 |
Howard Hinnant
|
5b791f6e64
|
license change
llvm-svn: 119397
|
2010-11-16 22:13:33 +00:00 |
Stephen Canon
|
8770d3d367
|
Fix error in rep_clz on non-LP64 targets. Patch by Christoph Gerum
llvm-svn: 109416
|
2010-07-26 18:17:00 +00:00 |
Stephen Canon
|
644ab08dec
|
Initial implementation of double-precision soft-float division, moved a couple utility functions from the multiplications into the utility header
llvm-svn: 107586
|
2010-07-04 16:53:39 +00:00 |
Stephen Canon
|
74eaf1f66c
|
Correction to previous commit which mistakenly included older versions of some files; now includes the correct LLVM license header
llvm-svn: 107408
|
2010-07-01 17:58:24 +00:00 |
Stephen Canon
|
b1fdde1d01
|
Adding soft-float comparisons, addition, subtraction, multiplication and negation
llvm-svn: 107400
|
2010-07-01 15:52:42 +00:00 |