This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2fd157813c4 Improve costs for DImode shifts of interger constants. new 919858077f4 Daily bump. new 4ac7b669580 [libgomp, nvptx] Add __sync_compare_and_swap_16 new ba948b37768 options: Save and restore opts_set for Optimization and Tar [...] new 02321f62f8d libgccjit: Regenerate documentation for new entry point.
The 4 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/ChangeLog | 5 + gcc/DATESTAMP | 2 +- gcc/ada/gcc-interface/trans.c | 3 +- gcc/c-family/c-attribs.c | 9 +- gcc/c-family/c-pragma.c | 13 +- gcc/config/aarch64/aarch64-c.c | 4 +- gcc/config/aarch64/aarch64.c | 36 +- gcc/config/arm/arm-c.c | 4 +- gcc/config/arm/arm.c | 41 +- gcc/config/csky/csky.c | 4 +- gcc/config/gcn/gcn.c | 10 +- gcc/config/i386/i386-builtins.c | 6 +- gcc/config/i386/i386-c.c | 7 +- gcc/config/i386/i386-options.c | 30 +- gcc/config/i386/i386-options.h | 4 +- gcc/config/nios2/nios2.c | 27 +- gcc/config/pru/pru.c | 6 +- gcc/config/rs6000/rs6000.c | 36 +- gcc/config/s390/s390-c.c | 7 +- gcc/config/s390/s390.c | 26 +- gcc/doc/tm.texi | 4 +- gcc/function.c | 3 +- gcc/go/go-gcc.cc | 8 +- gcc/ipa-inline-transform.c | 10 +- gcc/jit/docs/_build/texinfo/libgccjit.texi | 1080 ++++++++++---------- gcc/opt-read.awk | 1 + gcc/optc-save-gen.awk | 370 ++++++- gcc/opth-gen.awk | 19 +- gcc/target-globals.c | 4 +- gcc/target.def | 6 +- gcc/toplev.c | 7 +- gcc/tree-streamer-in.c | 9 +- gcc/tree.c | 14 +- gcc/tree.h | 12 +- libgomp/config/nvptx/atomic.c | 18 + .../testsuite/libgomp.c-c++-common/reduction-16.c | 1 + 36 files changed, 1172 insertions(+), 674 deletions(-) create mode 100644 libgomp/config/nvptx/atomic.c