This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8c6ee63bcd6 Daily bump. new b4ebdd153b2 LoongArch: Define ISA versions new 77e114bb0dc LoongArch: Define builtin macros for ISA evolutions
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/config.gcc | 36 ++-- gcc/config/loongarch/genopts/gen-evolution.awk | 230 +++++++++++++++++++++ gcc/config/loongarch/genopts/genstr.sh | 82 ++------ gcc/config/loongarch/genopts/isa-evolution.in | 10 +- gcc/config/loongarch/genopts/loongarch-strings | 5 +- gcc/config/loongarch/genopts/loongarch.opt.in | 43 +++- gcc/config/loongarch/loongarch-c.cc | 60 +++--- gcc/config/loongarch/loongarch-cpu.cc | 37 ++-- gcc/config/loongarch/loongarch-def.cc | 83 +++++--- gcc/config/loongarch/loongarch-def.h | 37 ++-- gcc/config/loongarch/loongarch-driver.cc | 8 +- ...ongarch-cpucfg-map.h => loongarch-evolution.cc} | 59 +++--- ...oongarch-cpucfg-map.h => loongarch-evolution.h} | 46 ++++- gcc/config/loongarch/loongarch-opts.cc | 66 ++++-- gcc/config/loongarch/loongarch-opts.h | 15 +- gcc/config/loongarch/loongarch-str.h | 5 +- gcc/config/loongarch/loongarch.cc | 11 +- gcc/config/loongarch/loongarch.h | 1 + gcc/config/loongarch/loongarch.opt | 43 +++- gcc/config/loongarch/t-loongarch | 26 ++- gcc/doc/invoke.texi | 57 +++-- 21 files changed, 672 insertions(+), 288 deletions(-) create mode 100644 gcc/config/loongarch/genopts/gen-evolution.awk copy gcc/config/loongarch/{loongarch-cpucfg-map.h => loongarch-evolution.cc} (51%) rename gcc/config/loongarch/{loongarch-cpucfg-map.h => loongarch-evolution.h} (52%)