summaryrefslogtreecommitdiff
path: root/lib/mulosi4.c
Commit message (Collapse)AuthorAge
* lib: Eliminate direct include of stdlib.h from files that used to (potentially)Daniel Dunbar2011-11-16
| | | | | | need it for compilerrt_abort(). git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@144752 91177308-0d34-0410-b5e6-96231b3b80d8
* Implement mulo<mode>4 for use in signed overflow checking.Eric Christopher2011-06-17
Fixes rdar://9219742 and rdar://9218244 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@133284 91177308-0d34-0410-b5e6-96231b3b80d8