From 92e4d73dd9ddd80d24c7843895ee1cc85e30cee4 Mon Sep 17 00:00:00 2001 From: GCC Administrator Date: Sat, 6 Jul 2024 00:18:02 +0000 Subject: Daily bump. --- gcc/jit/ChangeLog | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'gcc/jit') diff --git a/gcc/jit/ChangeLog b/gcc/jit/ChangeLog index c4f480c..631685c 100644 --- a/gcc/jit/ChangeLog +++ b/gcc/jit/ChangeLog @@ -1,3 +1,25 @@ +2024-07-05 Antoni Boucher + + * jit-common.h: Add array_type class. + * jit-recording.h (type::dyn_cast_array_type, + memento_of_get_aligned::dyn_cast_array_type, + array_type::dyn_cast_array_type, array_type::is_same_type_as): + New methods. + +2024-07-05 Antoni Boucher + + PR jit/112574 + * docs/topics/types.rst: Document GCC_JIT_TYPE_BFLOAT16. + * jit-common.h: Update NUM_GCC_JIT_TYPES. + * jit-playback.cc (get_tree_node_for_type): Support bfloat16. + * jit-recording.cc (recording::memento_of_get_type::get_size, + recording::memento_of_get_type::dereference, + recording::memento_of_get_type::is_int, + recording::memento_of_get_type::is_signed, + recording::memento_of_get_type::is_float, + recording::memento_of_get_type::is_bool): Support bfloat16. + * libgccjit.h (enum gcc_jit_types): Add GCC_JIT_TYPE_BFLOAT16. + 2024-06-29 Iain Sandoe * jit-recording.cc -- cgit v1.1