This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 18df4a10bc9 c++, coroutines: Clean up the ramp cleanups. new a6ec398042c nds32: Avoid accessing beyond the operands[] array new 856f6de5d19 xstormy16: Avoid accessing beyond the operands[] array new 35dd6093533 sparc: Avoid operandN variables in .md files new 9b57e38e0ef genemit: Use references rather than pointers new 4fafb14e1f2 genemit: Add an internal queue new 5355568c75a genemit: Factor out code common to insns and expands new 02c3910f75d genemit: Consistently use operand arrays in gen_* functions new 88b849ffb9f genemit: Add a generator struct new 8ebe8f5eff9 genemit: Always track multiple uses of operands new efbc8de515c genemit: Remove purported handling of location_ts new 97d2686decc genemit: Remove support for string operands new aca0cf1150d genemit: Avoid using gen_exp in output_add_clobbers new d63c889d5cd genemit: Use a byte encoding to generate insns
The 13 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/config/nds32/nds32-intrinsic.md | 11 +- gcc/config/sparc/sparc.md | 87 +++--- gcc/config/stormy16/stormy16.md | 3 +- gcc/emit-rtl.cc | 292 +++++++++++++++++++ gcc/genemit.cc | 566 ++++++++++++++++++------------------ gcc/gengenrtl.cc | 10 +- gcc/gensupport.cc | 10 - gcc/gensupport.h | 1 - gcc/rtl.h | 42 ++- 9 files changed, 670 insertions(+), 352 deletions(-)