summaryrefslogtreecommitdiff
path: root/lib/divsc3.c
Commit message (Collapse)AuthorAge
* lib: Finish int_math.h definitions using compiler builtins and eliminateDaniel Dunbar2011-11-16
| | | | | | implementation use of <math.h>. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@144786 91177308-0d34-0410-b5e6-96231b3b80d8
* lib: Starting thinning out the dependency on math.h by using compiler builtinsDaniel Dunbar2011-11-16
| | | | | | where available. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@144785 91177308-0d34-0410-b5e6-96231b3b80d8
* lib: Remove uses of complex.h which does not appear to be required.Daniel Dunbar2011-11-16
| | | | git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@144754 91177308-0d34-0410-b5e6-96231b3b80d8
* license changeHoward Hinnant2010-11-16
| | | | git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@119397 91177308-0d34-0410-b5e6-96231b3b80d8
* Code style and Readability fixes. Credit to Craig van Vliet.Edward O'Callaghan2009-08-07
| | | | git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@78403 91177308-0d34-0410-b5e6-96231b3b80d8
* Refactor out common pre-processor code.Edward O'Callaghan2009-08-04
| | | | git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@78037 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix newlinew warning in floatundidf.c , Bulkout CMake system more, complete ↵Edward O'Callaghan2009-08-03
| | | | | | port to AuroraUX and Solaris. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@77958 91177308-0d34-0410-b5e6-96231b3b80d8
* Initial import of compiler-rt.Daniel Dunbar2009-06-26
- git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@74292 91177308-0d34-0410-b5e6-96231b3b80d8