This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c97438bdd0f [NDS32] Correct the dependency in t-nds32. new 3edab22ef33 [NDS32] Add relax optimization as new pass.
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/constants.md | 2 + gcc/config/nds32/nds32-predicates.c | 34 ++++ gcc/config/nds32/nds32-protos.h | 5 + gcc/config/nds32/nds32-relax-opt.c | 324 ++++++++++++++++++++++++++++++++++++ gcc/config/nds32/nds32.c | 34 ++++ gcc/config/nds32/nds32.md | 13 +- gcc/config/nds32/nds32.opt | 4 + gcc/config/nds32/t-nds32 | 13 ++ 10 files changed, 447 insertions(+), 4 deletions(-) create mode 100644 gcc/config/nds32/nds32-relax-opt.c