This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 0506025de83 New target check: vect_peeling_profitable new 94c6c040ffb jit: implement gcc_jit_context_new_rvalue_from_vector
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/ChangeLog | 56 ++ gcc/jit/docs/_build/texinfo/libgccjit.texi | 1028 ++++++++++++++------------- gcc/jit/docs/cp/topics/expressions.rst | 11 + gcc/jit/docs/topics/compatibility.rst | 8 + gcc/jit/docs/topics/expressions.rst | 24 + gcc/jit/docs/topics/types.rst | 3 + gcc/jit/jit-common.h | 1 + gcc/jit/jit-playback.c | 16 + gcc/jit/jit-playback.h | 5 + gcc/jit/jit-recording.c | 207 +++++- gcc/jit/jit-recording.h | 42 +- gcc/jit/libgccjit++.h | 22 + gcc/jit/libgccjit.c | 60 +- gcc/jit/libgccjit.h | 17 + gcc/jit/libgccjit.map | 5 + gcc/testsuite/ChangeLog | 6 + gcc/testsuite/jit.dg/test-expressions.c | 30 + gcc/testsuite/jit.dg/test-vector-rvalues.cc | 211 ++++++ 18 files changed, 1231 insertions(+), 521 deletions(-) create mode 100644 gcc/testsuite/jit.dg/test-vector-rvalues.cc