This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5ab4db54590 tree-optimization/122212 - fix CLZ detection new 2ce24fb6d9e xtensa: Implement TARGET_MD_ASM_ADJUST new 1eefa6e0c84 xtensa: Make large CONST_INT legitimate until the postreload pass new 4864f24c86e xtensa: Optimize assignment of certain constants to hardwar [...] new b6af5f46e35 xtensa: Change the splitting of D[IF]mode constant assignme [...] new 5ff9cd5f7fc xtensa: constantsynth: Update to version 2
The 5 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/xtensa/constraints.md | 3 +- gcc/config/xtensa/predicates.md | 2 +- gcc/config/xtensa/t-xtensa | 2 + .../s390-passes.def => xtensa/xtensa-passes.def} | 6 +- gcc/config/xtensa/xtensa-protos.h | 5 +- gcc/config/xtensa/xtensa.cc | 1208 ++++++++++++++++---- gcc/config/xtensa/xtensa.md | 102 +- .../gcc.target/xtensa/BGEUI-BLTUI-32k-64k.c | 3 +- .../gcc.target/xtensa/constsynthV2_O2_costs0.c | 19 + .../gcc.target/xtensa/constsynthV2_O2_costs5.c | 19 + gcc/testsuite/gcc.target/xtensa/constsynthV2_Os.c | 23 + .../gcc.target/xtensa/constsynth_2insns.c | 44 - .../gcc.target/xtensa/constsynth_3insns.c | 35 - .../gcc.target/xtensa/constsynth_double.c | 11 - 14 files changed, 1043 insertions(+), 439 deletions(-) copy gcc/config/{s390/s390-passes.def => xtensa/xtensa-passes.def} (76%) create mode 100644 gcc/testsuite/gcc.target/xtensa/constsynthV2_O2_costs0.c create mode 100644 gcc/testsuite/gcc.target/xtensa/constsynthV2_O2_costs5.c create mode 100644 gcc/testsuite/gcc.target/xtensa/constsynthV2_Os.c delete mode 100644 gcc/testsuite/gcc.target/xtensa/constsynth_2insns.c delete mode 100644 gcc/testsuite/gcc.target/xtensa/constsynth_3insns.c delete mode 100644 gcc/testsuite/gcc.target/xtensa/constsynth_double.c