History log of /external/compiler-rt/lib/muloti4.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7f2d7c75e713d778106d01a54e7aef40227bbf2d 22-Jun-2012 Chandler Carruth <chandlerc@gmail.com> Mechanical change to sink a #ifdef guard for a platform below the
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.

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@159034 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/lib/muloti4.c
2db4af813a1a615986c0ae315f7179a6a27ed2ca 16-Nov-2011 Daniel Dunbar <daniel@zuster.org> lib: Eliminate direct include of stdlib.h from files that used to (potentially)
need it for compilerrt_abort().

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@144752 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/lib/muloti4.c
1ace4055f79f304750839d73c46bbcaeb994f1b5 17-Jun-2011 Eric Christopher <echristo@apple.com> Implement mulo<mode>4 for use in signed overflow checking.

Fixes rdar://9219742 and rdar://9218244


git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@133284 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/lib/muloti4.c