summaryrefslogtreecommitdiff
path: root/lib/floatundidf.c
Commit message (Collapse)AuthorAge
* Remove extraneous semicolons outside of functions. This fixes a largeChandler Carruth2012-06-22
| | | | | | number of -pedantic warnings. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@159033 91177308-0d34-0410-b5e6-96231b3b80d8
* lib: Include float.h in int_lib.h, and eliminate duplicate includes from a ↵Daniel Dunbar2011-11-16
| | | | | | number of source files. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@144739 91177308-0d34-0410-b5e6-96231b3b80d8
* lib: Include stdbool.h in int_lib.h, and eliminate duplicate includes from a ↵Daniel Dunbar2011-11-15
| | | | | | number of source files. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@144671 91177308-0d34-0410-b5e6-96231b3b80d8
* lib: Integrate abi.h into int_lib.h, there aren't good enough reasons for ↵Daniel Dunbar2011-11-15
| | | | | | this extra complexity. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@144660 91177308-0d34-0410-b5e6-96231b3b80d8
* Move abi bits to separate header. Force AAPCS for EABI in accordance with ↵Anton Korobeynikov2011-04-19
| | | | | | ARM RTABI. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@129769 91177308-0d34-0410-b5e6-96231b3b80d8
* Add ARM EABI function aliases to routinesAnton Korobeynikov2011-04-19
| | | | git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@129768 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
* 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