Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move original compiler-rt functions (libgcc replacement) to lib/builtins ↵ | Alexey Samsonov | 2014-02-14 | 1 | -58/+0 |
| | | | | | | directory llvm-svn: 201393 | ||||
* | lib: Eliminate direct include of stdlib.h from files that used to (potentially) | Daniel Dunbar | 2011-11-16 | 1 | -1/+0 |
| | | | | | | need it for compilerrt_abort(). llvm-svn: 144752 | ||||
* | Implement mulo<mode>4 for use in signed overflow checking. | Eric Christopher | 2011-06-17 | 1 | -0/+59 |
Fixes rdar://9219742 and rdar://9218244 llvm-svn: 133284 |