| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | PR21518: Use unsigned arithmetic for trapping add/sub functions. | Bob Wilson | 2014-11-12 | 1 | -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 | ||||
| * | Consistently use COMPILER_RT_ABI for all public symbols. | Joerg Sonnenberger | 2014-03-01 | 1 | -1/+1 |
| | | | | | | | Move prototypes into headers and fix a few inconsistencies. llvm-svn: 202591 | ||||
| * | Introduce CRT_HAS_128BIT, currently for all __LP64__ platforms. | Joerg Sonnenberger | 2014-02-21 | 1 | -2/+2 |
| | | | | | | | Use it to enable the various functions for TI mode. llvm-svn: 201909 | ||||
| * | Move original compiler-rt functions (libgcc replacement) to lib/builtins ↵ | Alexey Samsonov | 2014-02-14 | 1 | -0/+40 |
| directory llvm-svn: 201393 | |||||

