| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | builtins: fix build | Saleem Abdulrasool | 2015-10-07 | 1 | -1/+1 |
| | | | | | | | | __GNUC__ indicates the GNU compiler, not __GNU__. This got through due to building with clang rather than gcc. llvm-svn: 249516 | ||||
| * | builtins: use MSVC intrinsics with cl | Saleem Abdulrasool | 2015-10-07 | 1 | -5/+52 |
| | | | | | | | | | Use MSVCRT functions for floating-point builtins unavailable on MSVC. Patch by Tee Hao Wei! llvm-svn: 249513 | ||||
| * | Move original compiler-rt functions (libgcc replacement) to lib/builtins ↵ | Alexey Samsonov | 2014-02-14 | 1 | -0/+67 |
| directory llvm-svn: 201393 | |||||

