Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move original compiler-rt functions (libgcc replacement) to lib/builtins ↵ | Alexey Samsonov | 2014-02-14 | 1 | -144/+0 |
| | | | | | | directory llvm-svn: 201393 | ||||
* | Declare some variables unsigned to avoid signed vs unsigned mismatches. | Joerg Sonnenberger | 2012-06-18 | 1 | -1/+1 |
| | | | | | | | This exploits the relative order of the arguments and/or checks already made in the functions. llvm-svn: 158669 | ||||
* | lib: Integrate abi.h into int_lib.h, there aren't good enough reasons for ↵ | Daniel Dunbar | 2011-11-15 | 1 | -0/+1 |
| | | | | | | this extra complexity. llvm-svn: 144660 | ||||
* | Revert "Split single & double comparison routines into separate implementation | Daniel Dunbar | 2011-03-25 | 1 | -14/+0 |
| | | | | | | files," for now, I missed some necesary updates. llvm-svn: 128296 | ||||
* | Split single & double comparison routines into separate implementation files, | Daniel Dunbar | 2011-03-25 | 1 | -0/+14 |
| | | | | | | for consistency. llvm-svn: 128282 | ||||
* | license change | Howard Hinnant | 2010-11-16 | 1 | -2/+2 |
| | | | | llvm-svn: 119397 | ||||
* | Fix error in rep_clz on non-LP64 targets. Patch by Christoph Gerum | Stephen Canon | 2010-07-26 | 1 | -2/+2 |
| | | | | llvm-svn: 109416 | ||||
* | Initial implementation of double-precision soft-float division, moved a ↵ | Stephen Canon | 2010-07-04 | 1 | -0/+27 |
| | | | | | | couple utility functions from the multiplications into the utility header llvm-svn: 107586 | ||||
* | Correction to previous commit which mistakenly included older versions of ↵ | Stephen Canon | 2010-07-01 | 1 | -24/+17 |
| | | | | | | some files; now includes the correct LLVM license header llvm-svn: 107408 | ||||
* | Adding soft-float comparisons, addition, subtraction, multiplication and ↵ | Stephen Canon | 2010-07-01 | 1 | -0/+123 |
negation llvm-svn: 107400 |