summaryrefslogtreecommitdiff
path: root/lib/builtins/extendhfsf2.c
Commit message (Expand)AuthorAgeFilesLines
* [builtins] Use aliases for function redirectsPetr Hosek2019-04-291-1/+1
* [builtins] Use single line C++/C99 comment stylePetr Hosek2019-04-281-1/+0
* [builtins] Reformat builtins with clang-formatPetr Hosek2019-04-281-7/+3
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [compiler-rt] Add back ARM EABI aliases where legal.Eli Friedman2017-10-031-1/+4
* builtins: expand out the AEABI function stubsSaleem Abdulrasool2017-05-161-2/+7
* Add ARM RTABI aliases for half-precision conversionsOliver Stannard2015-10-071-0/+2
* builtins: Use MSVC-equivalents of attributesSaleem Abdulrasool2015-10-061-1/+1
* [Builtins] Implement f2h/h2f by jumping to trunc/extend.Ahmed Bougacha2015-05-141-2/+4
* [Builtins] Implement half-precision conversions.Ahmed Bougacha2015-05-121-0/+21