This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 12dcbf4 Remove excessive padding from RedeclarableResult new 1dd6f1e [AMDGPU] Expose flat work group size, register and wave contr [...]
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: include/clang/Basic/Attr.td | 35 +++-- include/clang/Basic/AttrDocs.td | 184 +++++++++++++++++---------- include/clang/Basic/DiagnosticSemaKinds.td | 3 + lib/CodeGen/TargetInfo.cpp | 52 ++++++-- lib/Sema/SemaDeclAttr.cpp | 100 ++++++++++++--- test/CodeGenOpenCL/amdgpu-attrs.cl | 166 ++++++++++++++++++++++++ test/CodeGenOpenCL/amdgpu-num-gpr-attr.cl | 48 ------- test/SemaCUDA/amdgpu-attrs.cu | 110 ++++++++++++++++ test/SemaCUDA/amdgpu-num-gpr-attr.cu | 14 -- test/SemaOpenCL/amdgpu-attrs.cl | 66 ++++++++++ test/SemaOpenCL/amdgpu-num-register-attrs.cl | 40 ------ 11 files changed, 610 insertions(+), 208 deletions(-) create mode 100644 test/CodeGenOpenCL/amdgpu-attrs.cl delete mode 100644 test/CodeGenOpenCL/amdgpu-num-gpr-attr.cl create mode 100644 test/SemaCUDA/amdgpu-attrs.cu delete mode 100644 test/SemaCUDA/amdgpu-num-gpr-attr.cu create mode 100644 test/SemaOpenCL/amdgpu-attrs.cl delete mode 100644 test/SemaOpenCL/amdgpu-num-register-attrs.cl