This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hsa in repository gcc.
from ad654b1 Merged trunk revision 231115 into the hsa branch new 050a134 HSA: reorder BUILT_IN_* enum handling in a switch stmt new 0d5c2ab HSA: add initial support for internal functions new c8dd8e8 HSA: implement __builtin_popcount new c825374 HSA: expand natively not handled builtins new d9da0b9 HSA: generate HSAIL instructions for bit string insns new 0ca4fad HSA: support 'unsigned long long' type for integer new a4b5a2a HSA: improve warning message in IPA HSA
The 7 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.hsa | 86 ++++++++ gcc/hsa-brig.c | 92 ++++++++- gcc/hsa-dump.c | 24 ++- gcc/hsa-gen.c | 573 +++++++++++++++++++++++++++++++++++++++++++++++++++--- gcc/hsa.c | 140 +++++++++++++ gcc/hsa.h | 110 ++++++++++- gcc/ipa-hsa.c | 7 +- 7 files changed, 986 insertions(+), 46 deletions(-)