This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from eb800d4f2f2 MAINTAINERS: Add myself as OpenMP and libgomp maintainer new 1bde3acee77 amdgcn: Add instruction patterns for complex number operations.
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/gcn/gcn-protos.h | 5 + gcc/config/gcn/gcn-valu.md | 263 ++++++++++++++ gcc/config/gcn/gcn.cc | 73 ++++ gcc/config/gcn/gcn.md | 7 + gcc/testsuite/gcc.target/gcn/complex.c | 627 +++++++++++++++++++++++++++++++++ 5 files changed, 975 insertions(+) create mode 100755 gcc/testsuite/gcc.target/gcn/complex.c