This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e7aced20955 [NDS32] New option -malways-align and -malign-functions. new d187344720e [NDS32] Implment n9 pipeline.
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/ChangeLog | 20 + gcc/config.gcc | 2 +- gcc/config/nds32/nds32-n9-2r1w.md | 362 ++++++++++++++++ gcc/config/nds32/nds32-n9-3r2w.md | 357 ++++++++++++++++ gcc/config/nds32/nds32-opts.h | 22 +- gcc/config/nds32/nds32-pipelines-auxiliary.c | 592 ++++++++++++++++++++++++++- gcc/config/nds32/nds32-protos.h | 30 ++ gcc/config/nds32/nds32-utils.c | 399 ++++++++++++++++++ gcc/config/nds32/nds32.h | 8 + gcc/config/nds32/nds32.md | 9 + gcc/config/nds32/nds32.opt | 47 +++ gcc/config/nds32/pipelines.md | 20 +- gcc/config/nds32/t-nds32 | 13 + 13 files changed, 1871 insertions(+), 10 deletions(-) create mode 100644 gcc/config/nds32/nds32-n9-2r1w.md create mode 100644 gcc/config/nds32/nds32-n9-3r2w.md create mode 100644 gcc/config/nds32/nds32-utils.c