summaryrefslogtreecommitdiff
path: root/lib/mulvdi3.c
Commit message (Collapse)AuthorAgeFilesLines
* lib: Eliminate direct include of stdlib.h from files that used to (potentially)Daniel Dunbar2011-11-161-1/+0
| | | | | | need it for compilerrt_abort(). git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@144752 91177308-0d34-0410-b5e6-96231b3b80d8
* license changeHoward Hinnant2010-11-161-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@119397 91177308-0d34-0410-b5e6-96231b3b80d8
* Use a private compilerrt_abort() define instead of calling abort directly.Daniel Dunbar2010-03-311-4/+4
| | | | | | - Fiddling with abort directly is annoying given the way we use system includes, although it would be nice to fix this so we could make sure calling abort directly is verboten. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@100014 91177308-0d34-0410-b5e6-96231b3b80d8
* Code style and Readability fixes. Credit to Craig van Vliet.Edward O'Callaghan2009-08-071-14/+15
| | | | git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@78403 91177308-0d34-0410-b5e6-96231b3b80d8
* Initial import of compiler-rt.Daniel Dunbar2009-06-261-0/+56
- git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@74292 91177308-0d34-0410-b5e6-96231b3b80d8