summaryrefslogtreecommitdiff
path: root/lib/negdf2.c
AgeCommit message (Collapse)Author
2012-06-22Remove extraneous semicolons outside of functions. This fixes a largeChandler Carruth
number of -pedantic warnings. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@159033 91177308-0d34-0410-b5e6-96231b3b80d8
2011-11-15lib: Integrate abi.h into int_lib.h, there aren't good enough reasons for ↵Daniel Dunbar
this extra complexity. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@144660 91177308-0d34-0410-b5e6-96231b3b80d8
2011-04-19Move abi bits to separate header. Force AAPCS for EABI in accordance with ↵Anton Korobeynikov
ARM RTABI. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@129769 91177308-0d34-0410-b5e6-96231b3b80d8
2011-04-19Add ARM EABI function aliases to routinesAnton Korobeynikov
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@129768 91177308-0d34-0410-b5e6-96231b3b80d8
2010-11-16license changeHoward Hinnant
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@119397 91177308-0d34-0410-b5e6-96231b3b80d8
2010-07-03Renamed unsigned->float routines to match GCC conventionStephen Canon
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@107554 91177308-0d34-0410-b5e6-96231b3b80d8
2010-07-01Correction to previous commit which mistakenly included older versions of ↵Stephen Canon
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
2010-07-01Adding soft-float comparisons, addition, subtraction, multiplication and ↵Stephen Canon
negation git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@107400 91177308-0d34-0410-b5e6-96231b3b80d8