This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 377eff7c38e OpenMP: common C/C++ testcases for dispatch + adjust_args new 452abe143e8 libgccjit: Add vector permutation and vector access operations
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/expressions.rst | 53 +++++++++ gcc/jit/jit-playback.cc | 150 ++++++++++++++++++++++++ gcc/jit/jit-playback.h | 10 ++ gcc/jit/jit-recording.cc | 166 +++++++++++++++++++++++++++ gcc/jit/jit-recording.h | 72 ++++++++++++ gcc/jit/libgccjit.cc | 112 ++++++++++++++++++ gcc/jit/libgccjit.h | 29 +++++ gcc/jit/libgccjit.map | 6 + gcc/testsuite/jit.dg/all-non-failing-tests.h | 12 +- gcc/testsuite/jit.dg/test-vector-perm.c | 96 ++++++++++++++++ 11 files changed, 715 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/jit.dg/test-vector-perm.c