public inbox for gcc-cvs-wwwdocs@sourceware.org
help / color / mirror / Atom feed
* gcc-wwwdocs branch master updated. 635acaea5c578425fe10e1b7b12d9b193329333d
@ 2022-04-13 14:32 David Malcolm
  0 siblings, 0 replies; only message in thread
From: David Malcolm @ 2022-04-13 14:32 UTC (permalink / raw)
  To: gcc-cvs-wwwdocs

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gcc-wwwdocs".

The branch, master has been updated
       via  635acaea5c578425fe10e1b7b12d9b193329333d (commit)
      from  70d0ee504ad92a989f1652452eaea2f33cc5023c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 635acaea5c578425fe10e1b7b12d9b193329333d
Author: David Malcolm <dmalcolm@redhat.com>
Date:   Wed Apr 13 10:31:02 2022 -0400

    gcc-12: further jit changes (LIBGCCJIT_ABI_20 through _24)

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

-----------------------------------------------------------------------

Summary of changes:
 htdocs/gcc-12/changes.html | 22 +++++++++++++++++++++-
 1 file changed, 21 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
gcc-wwwdocs


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-04-13 14:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-13 14:32 gcc-wwwdocs branch master updated. 635acaea5c578425fe10e1b7b12d9b193329333d David Malcolm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).