This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap in repository toolchain/ci/gcc.
from 2c5c6456632 libiberty: remove FINAL and OVERRIDE from ansidecl.h adds 8086230e7ac amdgcn: Remove LLVM 9 assembler/linker support adds cde52d3a2d0 amdgcn: Add gfx90a support adds 2f4f7de787e x86: Document -mcet-switch adds ae8decf1d2b Add new parameter to vec_perm_const hook for specifying ope [...]
No new revisions were added by this update.
Summary of changes: gcc/config.gcc | 2 +- gcc/config.in | 79 +------- gcc/config/aarch64/aarch64.cc | 8 +- gcc/config/arm/arm.cc | 6 +- gcc/config/gcn/gcn-hsa.h | 59 +----- gcc/config/gcn/gcn-opts.h | 28 ++- gcc/config/gcn/gcn-valu.md | 25 +-- gcc/config/gcn/gcn.cc | 143 +++++++------- gcc/config/gcn/gcn.h | 4 + gcc/config/gcn/gcn.md | 8 +- gcc/config/gcn/gcn.opt | 3 + gcc/config/gcn/mkoffload.cc | 69 +------ gcc/config/gcn/t-gcn-hsa | 4 +- gcc/config/gcn/t-omp-device | 2 +- gcc/config/i386/i386-expand.cc | 8 +- gcc/config/i386/i386-expand.h | 5 +- gcc/config/i386/i386.opt | 2 +- gcc/config/i386/sse.md | 10 +- gcc/config/ia64/ia64.cc | 12 +- gcc/config/mips/mips.cc | 8 +- gcc/config/rs6000/rs6000.cc | 8 +- gcc/config/s390/s390.cc | 6 +- gcc/config/sparc/sparc.cc | 11 +- gcc/configure | 427 ++--------------------------------------- gcc/configure.ac | 145 ++------------ gcc/doc/invoke.texi | 14 +- gcc/doc/tm.texi | 18 +- gcc/match.pd | 8 +- gcc/optabs-query.cc | 16 +- gcc/optabs-query.h | 4 +- gcc/optabs.cc | 7 +- gcc/target.def | 18 +- gcc/tree-ssa-forwprop.cc | 6 +- gcc/tree-vect-data-refs.cc | 35 ++-- gcc/tree-vect-generic.cc | 5 +- gcc/tree-vect-loop-manip.cc | 3 +- gcc/tree-vect-loop.cc | 2 +- gcc/tree-vect-patterns.cc | 3 +- gcc/tree-vect-slp.cc | 10 +- gcc/tree-vect-stmts.cc | 11 +- libgomp/plugin/plugin-gcn.c | 9 +- 41 files changed, 328 insertions(+), 923 deletions(-)