diff options
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bd7626f5998..5c782900fd3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,12 @@ +2015-10-05 Richard Sandiford <richard.sandiford@arm.com> + + * real.h (build_real_truncate): Declare. + * tree.c (build_real_truncate): New function. + (strip_float_extensions): Use it. + * builtins.c (fold_builtin_cabs, fold_builtin_sqrt, fold_builtin_cbrt) + (fold_builtin_hypot, fold_builtin_pow): Likewise. + * match.pd: Likewise. + 2015-10-05 James Greenhalgh <james.greenhalgh@arm.com> Jiong Wang <jiong.wang@arm.com> |