+++ /dev/null
-2020-05-05 Michael Meissner <meissner@linux.ibm.com>
-
- (ieee128-lib-patch009b)
- * config/rs6000/rs6000-builtin.def (scalar_extract_exptf): Add
- long double versions of the float128 built-in functions.
- (scalar_extract_sigtf): Likewise.
- (scalar_test_neg_tf): Likewise.
- (scalar_insert_exp_tf): Likewise.
- (scalar_insert_exp_tfp): Likewise.
- (scalar_cmp_exp_tf_gt): Likewise.
- (scalar_cmp_exp_tf_lt): Likewise.
- (scalar_cmp_exp_tf_eq): Likewise.
- (scalar_cmp_exp_tf_unordered): Likewise.
- * config/rs6000/rs6000-call.c (altivec_overloaded_builtins): Add
- long double variants of the float128 built-in functions.
- (rs6000_expand_builtin): Convert some more float128 built-in
- functions into supporting long double
-
-2020-05-05 Michael Meissner <meissner@linux.ibm.com>
-
- (ieee128-lib-patch007b)
- * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Map all of
- the special f128 constant builtins to the long double version if
- long double is IEEE 128-bit.
-
-2020-05-05 Michael Meissner <meissner@linux.ibm.com>
-
- (ieee128-lib-patch005b)
- * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): If long
- double is IEEE 128-bit, map the old 'q' built-in functions to
- 'f128' versions. Also map the silent NaN f128 function to the
- long double version.
-
-2020-05-05 Michael Meissner <meissner@linux.ibm.com>
-
- (ieee128-lib-patch004b)
- * config/rs6000/rs6000.c (rs6000_mangle_decl_assembler_name): Add
- special cases for built-in functions that return or use long
- double, but don't end in 'l'.
-
-2020-05-05 Michael Meissner <meissner@linux.ibm.com>
-
- (ieee128-lib-patch002b)
- PR target/94630
- * config/rs6000/rs6000.c (rs6000_mangle_decl_assembler_name): When
- long double is IEEE 128-bit, map *printf and *scanf built-in
- functions to the IEEE 128-bit name.
-
-2020-05-05 Michael Meissner <meissner@linux.ibm.com>
-
- (ieee128-lib-patch001b)
- PR target/94630
- * config/rs6000/rs6000.c (rs6000_mangle_decl_assembler_name): Do
- the mapping for <name>l to <name>f128 when the long double default
- is IEEE 128-bit.
-
-2020-05-05 Michael Meissner <meissner@linux.ibm.com>
-
- Clone branch
+++ /dev/null
-2020-05-05 Michael Meissner <meissner@linux.ibm.com>
-
- (ieee128-lib-patch008b)
- * gcc.target/powerpc/pr70117.c: Don't use LDBL_MAX if __ibm128 is
- not the same as long double.
-
-2020-05-05 Michael Meissner <meissner@linux.ibm.com>
-
- (ieee128-lib-patch006b)
- * gcc.dg/nextafter-2.c: Add support for long double being IEEE
- 128-bit on PowerPC systems.
-
-2020-05-05 Michael Meissner <meissner@linux.ibm.com>
-
- Clone branch