This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 14c8065fa16 * uk.po: Update. new c11ac92644a [BRIGFE] fix an alloca stack underflow new ed760c9e77f [BRIGFE] Enable whole program optimizations new 0f0d4eeba1a [BRIGFE] The modulo in ID computation should not be needed.
The 3 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/brig/ChangeLog | 16 +++++ gcc/brig/brig-lang.c | 4 +- gcc/brig/brigfrontend/brig-branch-inst-handler.cc | 2 + gcc/brig/brigfrontend/brig-code-entry-handler.cc | 10 +-- gcc/brig/brigfrontend/brig-function-handler.cc | 30 ++++++--- gcc/brig/brigfrontend/brig-function.cc | 4 +- gcc/brig/brigfrontend/brig-to-generic.cc | 82 ++++++++++++++++++++++- gcc/brig/brigfrontend/brig-to-generic.h | 8 +++ gcc/brig/brigfrontend/brig-variable-handler.cc | 3 + libhsail-rt/ChangeLog | 4 ++ libhsail-rt/rt/workitems.c | 15 ++++- 11 files changed, 152 insertions(+), 26 deletions(-)