History log of /external/compiler-rt/lib/adddf3.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0193b74976719b8aea4cb8874ba36b75836a8d6e 22-Jun-2012 Chandler Carruth <chandlerc@gmail.com> Remove extraneous semicolons outside of functions. This fixes a large
number of -pedantic warnings.

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@159033 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/lib/adddf3.c
0499b8433538a1913ca955566cd34368752bf7af 18-Jun-2012 Joerg Sonnenberger <joerg@bec.de> Declare some variables unsigned to avoid signed vs unsigned mismatches.
This exploits the relative order of the arguments and/or checks already
made in the functions.


git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@158669 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/lib/adddf3.c
0ae9d258a484ba5ede154f729660ad21bd0ade2e 15-Nov-2011 Daniel Dunbar <daniel@zuster.org> lib: Integrate abi.h into int_lib.h, there aren't good enough reasons for this extra complexity.

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@144660 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/lib/adddf3.c
1c5f89b1dd741135a4007ab577723d422f421eec 19-Apr-2011 Anton Korobeynikov <asl@math.spbu.ru> Move abi bits to separate header. Force AAPCS for EABI in accordance with ARM RTABI.


git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@129769 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/lib/adddf3.c
37b97d1cf4501b94347e0b4e880f4b25825a289f 19-Apr-2011 Anton Korobeynikov <asl@math.spbu.ru> Add ARM EABI function aliases to routines


git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@129768 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/lib/adddf3.c
0868ca6589dee209effebdcb0aa2af1281b1a814 22-Mar-2011 Daniel Dunbar <daniel@zuster.org> compiler-rt: Split subdf3 and subsf3 out of add implementations, for
consistency.

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@128038 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/lib/adddf3.c
9ad441ffec97db647fee3725b3424284fb913e14 16-Nov-2010 Howard Hinnant <hhinnant@apple.com> license change

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@119397 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/lib/adddf3.c
5c6d2ecb9c43d8b836b3203a243e24703d473765 01-Jul-2010 Stephen Canon <scanon@apple.com> Correction to previous commit which mistakenly included older versions of 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
/external/compiler-rt/lib/adddf3.c
e5086322295e5a345af02d09abfcf8ddca2d0897 01-Jul-2010 Stephen Canon <scanon@apple.com> Adding soft-float comparisons, addition, subtraction, multiplication and negation

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