This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from cc0d58a44a9 [BRIGFE] skip multiple forward declarations of the same function new 4ac4c323867 [BRIGFE] phsa-specific optimizations new add35cb064e [BRIGFE] Fix handling of NOPs.
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/ChangeLog | 6 + gcc/brig-builtins.def | 27 +- gcc/brig/ChangeLog | 47 ++ gcc/brig/brigfrontend/brig-basic-inst-handler.cc | 182 +--- gcc/brig/brigfrontend/brig-branch-inst-handler.cc | 21 +- gcc/brig/brigfrontend/brig-cmp-inst-handler.cc | 6 +- gcc/brig/brigfrontend/brig-code-entry-handler.cc | 503 +---------- gcc/brig/brigfrontend/brig-code-entry-handler.h | 21 - gcc/brig/brigfrontend/brig-control-handler.cc | 20 +- gcc/brig/brigfrontend/brig-cvt-inst-handler.cc | 6 + gcc/brig/brigfrontend/brig-function-handler.cc | 89 +- gcc/brig/brigfrontend/brig-function.cc | 925 +++++++++++++++++++-- gcc/brig/brigfrontend/brig-function.h | 43 + gcc/brig/brigfrontend/brig-label-handler.cc | 3 + gcc/brig/brigfrontend/brig-lane-inst-handler.cc | 2 +- gcc/brig/brigfrontend/brig-mem-inst-handler.cc | 7 +- gcc/brig/brigfrontend/phsa.h | 9 + gcc/brig/lang.opt | 5 + gcc/builtin-types.def | 4 + gcc/testsuite/ChangeLog | 7 +- gcc/testsuite/brig.dg/test/gimple/smoke_test.hsail | 10 +- libhsail-rt/ChangeLog | 7 + libhsail-rt/include/internal/phsa-rt.h | 1 - libhsail-rt/include/internal/workitems.h | 50 +- libhsail-rt/rt/workitems.c | 84 +- 25 files changed, 1266 insertions(+), 819 deletions(-)