Saleem Abdulrasool
804e12eeb5
ARM: lower fpowi appropriately for Windows ARM
...
This handles the last case of the builtin function calls that we would
generate code which differed from Microsoft's ABI. Rather than
generating a call to `__pow{d,s}i2` we now promote the parameter to a
float or double and invoke `powf` or `pow` instead.
Addresses PR30825!
llvm-svn: 286082
2016-11-06 19:46:54 +00:00
..
2014-04-02 20:32:05 +00:00
2016-02-20 00:32:29 +00:00
2016-07-08 00:48:22 +00:00
2016-04-24 20:12:48 +00:00
2016-04-24 20:12:48 +00:00
2016-10-31 22:12:37 +00:00
2016-10-31 22:12:37 +00:00
2016-10-31 22:12:37 +00:00
2016-05-14 18:58:34 +00:00
2015-02-27 21:17:42 +00:00
2014-06-12 20:06:33 +00:00
2015-07-14 05:51:05 +00:00
2016-09-06 04:00:12 +00:00
2015-11-26 15:34:03 +00:00
2016-10-13 00:55:24 +00:00
2014-04-02 20:32:05 +00:00
2015-11-19 05:56:52 +00:00
2016-04-24 20:12:48 +00:00
2015-12-13 05:27:45 +00:00
2014-04-02 20:32:05 +00:00
2015-07-14 05:51:05 +00:00
2016-11-06 19:46:54 +00:00
2015-03-13 18:20:45 +00:00
2015-02-27 21:17:42 +00:00
2015-07-14 05:51:05 +00:00
2016-10-13 00:55:24 +00:00
2015-07-14 17:23:55 +00:00
2015-02-27 21:17:42 +00:00
2016-10-19 19:56:22 +00:00