This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b77a035fe69 [NDS32] Rewrite infrastructure for intrinsic. new 7b25cf0b64c [NDS32] Add intrinsic functions for unalignment memory access. new 2fa0b36804d [NDS32] Change to large model by default.
The 2 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 | 30 ++++ gcc/config/nds32/constants.md | 10 ++ gcc/config/nds32/constraints.md | 6 + gcc/config/nds32/nds32-intrinsic.c | 22 +++ gcc/config/nds32/nds32-intrinsic.md | 146 +++++++++++++++++ gcc/config/nds32/nds32-md-auxiliary.c | 295 ++++++++++++++++++++++++++++++++++ gcc/config/nds32/nds32-protos.h | 14 ++ gcc/config/nds32/nds32.h | 6 + gcc/config/nds32/nds32.opt | 2 +- gcc/config/nds32/predicates.md | 4 + 10 files changed, 534 insertions(+), 1 deletion(-)