This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from beab0a3ecb2 aarch64: Fix aarch64 after moving to C23 new 87f0136fa46 libgccjit: Add support for machine-dependent builtins
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/jit/docs/topics/compatibility.rst | 10 +- gcc/jit/docs/topics/functions.rst | 19 +++ gcc/jit/dummy-frontend.cc | 205 ++++++++++++++++++++++++++- gcc/jit/jit-builtins.cc | 6 +- gcc/jit/jit-playback.cc | 12 +- gcc/jit/jit-playback.h | 5 +- gcc/jit/jit-recording.cc | 76 ++++++++-- gcc/jit/jit-recording.h | 110 +++++++++++++- gcc/jit/libgccjit.cc | 18 +++ gcc/jit/libgccjit.h | 13 ++ gcc/jit/libgccjit.map | 5 + gcc/testsuite/jit.dg/all-non-failing-tests.h | 3 + gcc/testsuite/jit.dg/test-target-builtins.c | 77 ++++++++++ 13 files changed, 538 insertions(+), 21 deletions(-) create mode 100644 gcc/testsuite/jit.dg/test-target-builtins.c