summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/muloti4.c
Commit message (Collapse)AuthorAgeFilesLines
* Mechanical change to sink a #ifdef guard for a platform below theChandler Carruth2012-06-221-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 Dunbar2011-11-161-1/+0
| | | | | | need it for compilerrt_abort(). llvm-svn: 144752
* Implement mulo<mode>4 for use in signed overflow checking.Eric Christopher2011-06-171-0/+63
Fixes rdar://9219742 and rdar://9218244 llvm-svn: 133284
OpenPOWER on IntegriCloud