Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mechanical change to sink a #ifdef guard for a platform below the | Chandler Carruth | 2012-06-22 | 1 | -2/+2 |
| | | | | | | | | | | | include of int_lib.h. The purpose of this change is to make the C code conform to the pedantic rules of C99 -- an empty translation unit is not valid. It should have absolutely no functional impact, and changes nothing about the built libraries. llvm-svn: 159034 | ||||
* | 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/+63 |
Fixes rdar://9219742 and rdar://9218244 llvm-svn: 133284 |