Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move original compiler-rt functions (libgcc replacement) to lib/builtins ↵ | Alexey Samsonov | 2014-02-14 | 1 | -67/+0 |
| | | | | | | directory llvm-svn: 201393 | ||||
* | lib/int_math: Some versions of GCC don't provide __builtin_isfinite. Support | Daniel Dunbar | 2011-11-16 | 1 | -1/+18 |
| | | | | | | them. llvm-svn: 144810 | ||||
* | lib: Finish int_math.h definitions using compiler builtins and eliminate | Daniel Dunbar | 2011-11-16 | 1 | -0/+22 |
| | | | | | | implementation use of <math.h>. llvm-svn: 144786 | ||||
* | lib: Starting thinning out the dependency on math.h by using compiler builtins | Daniel Dunbar | 2011-11-16 | 1 | -0/+28 |
where available. llvm-svn: 144785 |