aboutsummaryrefslogtreecommitdiff
path: root/gcc/jit
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2024-06-28 00:18:04 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2024-06-28 00:18:04 +0000
commit4fda39e7cca7170d9ea0b607c8e00bec4b2ad7f2 (patch)
treeb6d57bdeab7c9aa533ac7d64fd26a0d225998085 /gcc/jit
parent445c62ee492b363e7ad86260c7a91a7fdf984f50 (diff)
downloadgcc-4fda39e7cca7170d9ea0b607c8e00bec4b2ad7f2.zip
gcc-4fda39e7cca7170d9ea0b607c8e00bec4b2ad7f2.tar.gz
gcc-4fda39e7cca7170d9ea0b607c8e00bec4b2ad7f2.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/jit')
-rw-r--r--gcc/jit/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/gcc/jit/ChangeLog b/gcc/jit/ChangeLog
index ca28103..b46a7d1 100644
--- a/gcc/jit/ChangeLog
+++ b/gcc/jit/ChangeLog
@@ -1,3 +1,23 @@
+2024-06-27 Antoni Boucher <bouanto@zoho.com>
+
+ * docs/topics/compatibility.rst (LIBGCCJIT_ABI_28): New ABI tag.
+ * docs/topics/expressions.rst: Document gcc_jit_context_new_alignof.
+ * jit-playback.cc (new_alignof): New method.
+ * jit-playback.h: New method.
+ * jit-recording.cc (recording::context::new_alignof): New
+ method.
+ (recording::memento_of_sizeof::replay_into,
+ recording::memento_of_typeinfo::replay_into,
+ recording::memento_of_sizeof::make_debug_string,
+ recording::memento_of_typeinfo::make_debug_string,
+ recording::memento_of_sizeof::write_reproducer,
+ recording::memento_of_typeinfo::write_reproducer): Rename.
+ * jit-recording.h (enum type_info_type): New enum.
+ (class memento_of_sizeof class memento_of_typeinfo): Rename.
+ * libgccjit.cc (gcc_jit_context_new_alignof): New function.
+ * libgccjit.h (gcc_jit_context_new_alignof): New function.
+ * libgccjit.map: New function.
+
2024-06-25 Kewen Lin <linkw@linux.ibm.com>
* jit-recording.cc (recording::memento_of_get_type::get_size): Update