This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c33d8c55a79 tree-optimization/117123 - missed PHI equivalence in VN new a6b26e5ea09 amdgcn: Refactor device settings into a def file
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/config.gcc | 3 +- gcc/config/gcn/gcn-devices.def | 143 +++++++++++++++++++++++++++++++ gcc/config/gcn/gcn-hsa.h | 23 ++--- gcc/config/gcn/gcn-opts.h | 31 +++---- gcc/config/gcn/gcn-tables.opt | 52 +++++++++++ gcc/config/gcn/gcn-tables.opt.urls | 2 + gcc/config/gcn/gcn.cc | 132 ++++++---------------------- gcc/config/gcn/gcn.h | 37 ++++---- gcc/config/gcn/gcn.opt | 37 +------- gcc/config/gcn/gen-gcn-device-macros.awk | 110 ++++++++++++++++++++++++ gcc/config/gcn/gen-opt-tables.awk | 55 ++++++++++++ gcc/config/gcn/mkoffload.cc | 114 ++++++++++-------------- gcc/config/gcn/t-gcn-hsa | 7 ++ gcc/config/gcn/t-omp-device | 4 +- libgomp/plugin/plugin-gcn.c | 142 +++++++----------------------- 15 files changed, 507 insertions(+), 385 deletions(-) create mode 100644 gcc/config/gcn/gcn-devices.def create mode 100644 gcc/config/gcn/gcn-tables.opt create mode 100644 gcc/config/gcn/gcn-tables.opt.urls create mode 100644 gcc/config/gcn/gen-gcn-device-macros.awk create mode 100644 gcc/config/gcn/gen-opt-tables.awk