summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/Windows/integer-floating-point-conversion.ll
Commit message (Collapse)AuthorAgeFilesLines
* ARM: support windows division routinesSaleem Abdulrasool2015-08-041-74/+0
| | | | | | | | | This adds the software division routines for the Windows RTABI. These are not expected to be used often though as most modern Windows ARM capable targets support hardware division. In the case that the target CPU doesnt support hardware division, this will be the fallback. llvm-svn: 243952
* ARM: add some integer/floating point conversion libcallsSaleem Abdulrasool2014-05-161-0/+74
Add some Windows on ARM specific library calls. These are provided by msvcrt, and can be used to perform integer to floating-point conversions (and vice-versa) mirroring similar functions in the RTABI. llvm-svn: 208949
OpenPOWER on IntegriCloud