I've pushed the following release notes change to the GCC website:
https://gcc.gnu.org/gcc-12/changes.html#jit
covering the 5 patches from Antoni that I pushed yesterday.
Dave
---
htdocs/gcc-12/changes.html | 22 +++++++++++++++++++++-
1 file changed, 21 insertions(+), 1 deletion(-)
diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html
index d907ed22..bd9e5122 100644
--- a/htdocs/gcc-12/changes.html
+++ b/htdocs/gcc-12/changes.html
@@ -503,7 +503,7 @@ function Multiply (S1, S2 : Sign) return Sign is
<h2 id="jit">libgccjit</h2>
<ul>
- <li>The libgccjit API gained 23 new entry points:
+ <li>The libgccjit API gained 30 new entry points:
<ul>
<li>17 new "reflection" entrypoints for querying functions and types (<a
href="https://gcc.gnu.org/onlinedocs/jit/topics/compatibility.html#libgccjit-abi-16"><code>LIBGCCJIT_ABI_16</code></a>)
</li>
@@ -522,6 +522,26 @@ function Multiply (S1, S2 : Sign) return Sign is
constructors for rvalues
(<a
href="https://gcc.gnu.org/onlinedocs/jit/topics/compatibility.html#libgccjit-abi-19"><code>LIBGCCJIT_ABI_19</code></a>)
</li>
+ <li>
+ Support for sized integer types, including 128-bit integers and helper
functions for such types
+ (<a
href="https://gcc.gnu.org/onlinedocs/jit/topics/compatibility.html#libgccjit-abi-20"><code>LIBGCCJIT_ABI_20</code></a>)
+ </li>
+ <li>
+ <a
href="https://gcc.gnu.org/onlinedocs/jit/topics/expressions.html#c.gcc_jit_context_new_bitcast"><code>gcc_jit_context_new_bitcast</code></a>
for reinterpreting the bits of an rvalue as a different type
+ (<a
href="https://gcc.gnu.org/onlinedocs/jit/topics/compatibility.html#libgccjit-abi-21"><code>LIBGCCJIT_ABI_21</code></a>)
+ </li>
+ <li>
+ <a
href="https://gcc.gnu.org/onlinedocs/jit/topics/expressions.html#c.gcc_jit_lvalue_set_register_name"><code>gcc_jit_lvalue_set_register_name</code></a>
for setting a specific register for a variable
+ (<a
href="https://gcc.gnu.org/onlinedocs/jit/topics/compatibility.html#libgccjit-abi-22"><code>LIBGCCJIT_ABI_22</code></a>)
+ </li>
+ <li>
+ <a
href="https://gcc.gnu.org/onlinedocs/jit/topics/contexts.html#c.gcc_jit_context_set_bool_print_errors_to_stderr"><code>gcc_jit_context_set_bool_print_errors_to_stderr</code></a>
+ (<a
href="https://gcc.gnu.org/onlinedocs/jit/topics/compatibility.html#libgccjit-abi-23"><code>LIBGCCJIT_ABI_23</code></a>)
+ </li>
+ <li>
+ 2 new entrypoints for setting the alignment of a variable
+ (<a
href="https://gcc.gnu.org/onlinedocs/jit/topics/compatibility.html#libgccjit-abi-24"><code>LIBGCCJIT_ABI_24</code></a>)
+ </li>
</ul>
</li>
<li>libgccjit has gained support for the use of various atomic builtins
--
2.30.2