summaryrefslogtreecommitdiff
path: root/lib/extendsfdf2.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove extraneous semicolons outside of functions. This fixes a largeChandler Carruth2012-06-221-1/+1
| | | | | | number of -pedantic warnings. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@159033 91177308-0d34-0410-b5e6-96231b3b80d8
* lib: Include stdbool.h in int_lib.h, and eliminate duplicate includes from a ↵Daniel Dunbar2011-11-151-3/+0
| | | | | | 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-151-1/+1
| | | | | | 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-191-1/+1
| | | | | | 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-191-0/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@129768 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
* Correction to previous commit which mistakenly included older versions of ↵Stephen Canon2010-07-011-23/+26
| | | | | | some files; now includes the correct LLVM license header git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@107408 91177308-0d34-0410-b5e6-96231b3b80d8
* Adding soft-float comparisons, addition, subtraction, multiplication and ↵Stephen Canon2010-07-011-0/+133
negation git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@107400 91177308-0d34-0410-b5e6-96231b3b80d8