Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ARM: support windows division routines | Saleem Abdulrasool | 2015-08-04 | 1 | -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 libcalls | Saleem Abdulrasool | 2014-05-16 | 1 | -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 |