This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 67e824e4095 [NDS32] Implement n8 pipeline. new ba4008d4144 [NDS32] Implement e8 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 | 13 ++ gcc/config.gcc | 4 +- gcc/config/nds32/nds32-e8.md | 329 +++++++++++++++++++++++++++ gcc/config/nds32/nds32-opts.h | 1 + gcc/config/nds32/nds32-pipelines-auxiliary.c | 138 +++++++++++ gcc/config/nds32/nds32-protos.h | 6 + gcc/config/nds32/nds32.md | 5 +- gcc/config/nds32/nds32.opt | 15 ++ gcc/config/nds32/pipelines.md | 7 + 9 files changed, 514 insertions(+), 4 deletions(-) create mode 100644 gcc/config/nds32/nds32-e8.md