This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from f53794cdab Enable support for the [[maybe_unused]] attribute from WG14 [...]
new adece34c34 [Hexagon] Handling of new HVX flags and target-features
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/DiagnosticDriverKinds.td | 3 +
include/clang/Driver/Options.td | 32 +++++++---
lib/Basic/Targets/Hexagon.cpp | 49 +++++++--------
lib/Basic/Targets/Hexagon.h | 14 ++---
lib/Driver/ToolChains/Clang.cpp | 2 +-
lib/Driver/ToolChains/Hexagon.cpp | 80 ++++++++++++++++++++++++-
lib/Driver/ToolChains/Hexagon.h | 2 +-
test/CodeGen/hexagon-inline-asm.c | 2 +-
test/Driver/hexagon-hvx.c | 90 ++++++++++++++++++++++++++++
test/Preprocessor/hexagon-predefines.c | 45 ++++++++------
10 files changed, 255 insertions(+), 64 deletions(-)
create mode 100644 test/Driver/hexagon-hvx.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from b8b2688e0c5 2017-10-18 Vladimir Makarov <vmakarov(a)redhat.com>
new 254c3b8901b 2017-10-18 Thomas Koenig <tkoenig(a)gcc.gnu.org>
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/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gfortran.dg/execute_command_line_3.f90 | 5 ++---
2 files changed, 8 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from fba2bb4142c [Hexagon] Update Hexagon ArchEnum and sync some downstream [...]
new a05cf7b27d8 AMDGPU/Docs: Make target naming consistent
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:
docs/AMDGPUUsage.rst | 35 +++++++++++++++++------------------
1 file changed, 17 insertions(+), 18 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 31ba2a29519 [Hexagon] Mark vector loads as predicable, update instructi [...]
new fba2bb4142c [Hexagon] Update Hexagon ArchEnum and sync some downstream [...]
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:
lib/Target/Hexagon/HexagonDepArch.h | 9 ++++-
lib/Target/Hexagon/HexagonDepArch.td | 10 ++---
lib/Target/Hexagon/HexagonISelLowering.cpp | 62 ++++++++++++------------------
lib/Target/Hexagon/HexagonRegisterInfo.cpp | 10 ++---
lib/Target/Hexagon/HexagonSubtarget.cpp | 12 +++---
lib/Target/Hexagon/HexagonSubtarget.h | 41 +++++++++++++-------
6 files changed, 76 insertions(+), 68 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from afea6f4cd3a [RISCV] Bugfix createRISCVELFObjectWriter
new 28cb7901b7b AMDGPU: Rename MaxFlatWorkgroupSize to MaxFlatWorkGroupSize [...]
new 31ba2a29519 [Hexagon] Mark vector loads as predicable, update instructi [...]
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:
docs/AMDGPUUsage.rst | 4 +-
include/llvm/Support/AMDGPUKernelDescriptor.h | 2 +-
include/llvm/Support/AMDGPUMetadata.h | 6 +-
lib/Support/AMDGPUMetadata.cpp | 4 +-
lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp | 2 +-
lib/Target/Hexagon/HexagonDepInstrInfo.td | 185 ++++++++++++++-------
lib/Target/Hexagon/HexagonInstrInfo.cpp | 25 +++
.../AMDGPU/attr-amdgpu-flat-work-group-size.ll | 8 +-
.../AMDGPU/hsa-metadata-kernel-code-props.ll | 2 +-
test/MC/AMDGPU/hsa-metadata-kernel-code-props.s | 4 +-
10 files changed, 170 insertions(+), 72 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from a68ba2f3cd [AARCH64] Rewrite elf_machine_load_address using _DYNAMIC symbol
new 81325b12b1 Add _Float128 function aliases.
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:
ChangeLog | 30 ++++++
NEWS | 6 ++
manual/math.texi | 3 +-
sysdeps/generic/libm-alias-ldouble.h | 9 +-
sysdeps/ieee754/{float128 => ldbl-128}/Makeconfig | 2 +-
sysdeps/{ia64 => ieee754/ldbl-128}/bits/floatn.h | 56 ++++-------
sysdeps/{ia64 => ieee754/ldbl-128}/float128-abi.h | 2 +-
sysdeps/ieee754/ldbl-opt/libm-alias-ldouble.h | 8 +-
sysdeps/unix/sysv/linux/aarch64/libc.abilist | 5 +
sysdeps/unix/sysv/linux/aarch64/libm.abilist | 104 +++++++++++++++++++++
sysdeps/unix/sysv/linux/alpha/libc.abilist | 5 +
sysdeps/unix/sysv/linux/alpha/libm.abilist | 104 +++++++++++++++++++++
sysdeps/unix/sysv/linux/mips/mips64/libm.abilist | 104 +++++++++++++++++++++
.../unix/sysv/linux/mips/mips64/n32/libc.abilist | 5 +
.../unix/sysv/linux/mips/mips64/n64/libc.abilist | 5 +
sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist | 5 +
sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist | 104 +++++++++++++++++++++
sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist | 5 +
sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist | 104 +++++++++++++++++++++
sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist | 5 +
sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist | 104 +++++++++++++++++++++
sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist | 5 +
sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist | 104 +++++++++++++++++++++
23 files changed, 840 insertions(+), 44 deletions(-)
copy sysdeps/ieee754/{float128 => ldbl-128}/Makeconfig (77%)
copy sysdeps/{ia64 => ieee754/ldbl-128}/bits/floatn.h (54%)
copy sysdeps/{ia64 => ieee754/ldbl-128}/float128-abi.h (58%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 2a6969e173 [Visium] Disassemble the operands of the stop instruction.
new 3753468682 Issue complaint instead of assert for invalid/unhandled DW_A [...]
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:
gdb/ChangeLog | 5 +++++
gdb/dwarf2read.c | 3 ++-
2 files changed, 7 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 58199aaa59 Silencing a redefinition warning that was not germane to the test.
new f53794cdab Enable support for the [[maybe_unused]] attribute from WG14 [...]
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 | 3 ++-
lib/Sema/SemaExpr.cpp | 3 ++-
test/Sema/c2x-maybe_unused-errors.c | 12 ++++++++++++
test/Sema/c2x-maybe_unused.c | 35 +++++++++++++++++++++++++++++++++++
4 files changed, 51 insertions(+), 2 deletions(-)
create mode 100644 test/Sema/c2x-maybe_unused-errors.c
create mode 100644 test/Sema/c2x-maybe_unused.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from 1aeb40080 Refactor std::list node allocation logic.
new 69447430a Fix regex bug with ^\W. Thanks to Tim Shen for the patch. Rev [...]
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/regex | 30 +++++++++++++---------
...ad.pass.cpp => invert_neg_word_search.pass.cpp} | 8 +++---
2 files changed, 22 insertions(+), 16 deletions(-)
copy test/std/re/re.alg/re.alg.search/{lookahead.pass.cpp => invert_neg_word_searc [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.