This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-6-branch
in repository gcc.
from 04ef67ab210 Daily bump.
new 6d1252227c4 [gcc]
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/ChangeLog | 10 ++++++++++
gcc/gimple-ssa-strength-reduction.c | 18 +++++++-----------
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/g++.dg/torture/pr81354.C | 24 ++++++++++++++++++++++++
4 files changed, 49 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/torture/pr81354.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 gcc-5-branch
in repository gcc.
from f532a06fbf2 Daily bump.
new 03fcf660b83 [gcc]
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/ChangeLog | 10 ++++++++++
gcc/gimple-ssa-strength-reduction.c | 18 +++++++-----------
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/g++.dg/torture/pr81354.C | 24 ++++++++++++++++++++++++
4 files changed, 49 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/torture/pr81354.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 clang.
from bd9cd0b526 Fix a UBSan failure where this boolean was copied when unini [...]
new 1b99a792a3 [OPRNMP] Fix for PR33445: ICE: OpenMP target containing orde [...]
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/CodeGen/CGOpenMPRuntime.cpp | 27 ++++++++++++++------------
test/OpenMP/critical_codegen.cpp | 2 +-
test/OpenMP/for_codegen.cpp | 2 +-
test/OpenMP/for_simd_codegen.cpp | 2 +-
test/OpenMP/master_codegen.cpp | 2 +-
test/OpenMP/parallel_for_codegen.cpp | 32 ++++++++-----------------------
test/OpenMP/parallel_for_simd_codegen.cpp | 2 +-
test/OpenMP/parallel_sections_codegen.cpp | 6 ++----
test/OpenMP/sections_codegen.cpp | 2 +-
test/OpenMP/single_codegen.cpp | 2 +-
test/OpenMP/taskgroup_codegen.cpp | 2 +-
11 files changed, 33 insertions(+), 48 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 f59f7adb4a x86-64: Align L(SP_RANGE)/L(SP_INF_0) to 8 bytes [BZ #21955]
new eedca9772e ldd: never run file directly
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 | 4 ++++
elf/ldd.bash.in | 14 +-------------
2 files changed, 5 insertions(+), 13 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 9c770381b99 [DI] Every DIGlobalVariable should have a type.
new b148872e50c [CostModel][X86][XOP] Improve costs for XOP shuffles
new 600899c8711 [AMDGPU][MC][GFX9] Added integer clamping support for VOP3 opcodes
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:
lib/Target/AMDGPU/AMDGPU.td | 14 ++-
lib/Target/AMDGPU/AMDGPUInstructions.td | 10 ++-
lib/Target/AMDGPU/AMDGPUSubtarget.cpp | 1 +
lib/Target/AMDGPU/AMDGPUSubtarget.h | 5 ++
lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 24 +++++
lib/Target/AMDGPU/SIDefines.h | 3 +-
lib/Target/AMDGPU/SIInstrFormats.td | 5 ++
lib/Target/AMDGPU/SIInstrInfo.td | 25 ++++--
lib/Target/AMDGPU/SIInstructions.td | 8 +-
lib/Target/AMDGPU/VOP1Instructions.td | 2 +-
lib/Target/AMDGPU/VOP2Instructions.td | 8 +-
lib/Target/AMDGPU/VOP3Instructions.td | 104 +++++++++++++++++-----
lib/Target/AMDGPU/VOPInstructions.td | 2 +-
lib/Target/X86/X86TargetTransformInfo.cpp | 22 +++++
test/Analysis/CostModel/X86/shuffle-single-src.ll | 22 +++++
test/Analysis/CostModel/X86/shuffle-two-src.ll | 24 +++++
test/MC/AMDGPU/vop3-gfx9.s | 12 +++
test/MC/AMDGPU/vop3.s | 52 +++++++++++
test/MC/Disassembler/AMDGPU/vop3_gfx9.txt | 92 ++++++++++---------
test/MC/Disassembler/AMDGPU/vop3_vi.txt | 36 ++++++++
20 files changed, 386 insertions(+), 85 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 c29af95cf12 [mips] Handle variables with an explicit section and intera [...]
new 9c770381b99 [DI] Every DIGlobalVariable should have a type.
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:
test/Assembler/diglobalvariable.ll | 5 +++--
test/Linker/odr.ll | 4 ++--
test/Transforms/GlobalMerge/debug-info.ll | 10 +++++-----
3 files changed, 10 insertions(+), 9 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 hjl/expf/master
in repository glibc.
discards 0eb9d03ad3 x86-64: Optimize e_expf with FMA [BZ #21912]
new e0e4259030 x86-64: Optimize e_expf with FMA [BZ #21912]
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (0eb9d03ad3)
\
N -- N -- N refs/heads/hjl/expf/master (e0e4259030)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
--
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 hjl/expf/master
in repository glibc.
discards 1754ccc618 x86-64: Optimize e_expf with FMA [BZ #21912]
new 0eb9d03ad3 x86-64: Optimize e_expf with FMA [BZ #21912]
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (1754ccc618)
\
N -- N -- N refs/heads/hjl/expf/master (0eb9d03ad3)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
sysdeps/x86_64/fpu/e_expf.S | 11 ++-
sysdeps/x86_64/fpu/multiarch/Makefile | 2 +-
sysdeps/x86_64/fpu/multiarch/e_expf-fma.S | 107 +++++------------------------
sysdeps/x86_64/fpu/multiarch/e_expf-sse2.S | 24 -------
4 files changed, 22 insertions(+), 122 deletions(-)
delete mode 100644 sysdeps/x86_64/fpu/multiarch/e_expf-sse2.S
--
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 lldb.
from 508e557c0 Make i386-*-freebsd expression work on JIT path
new 5c6e3210c convert hard tabs to spaces in PlatformOpenBSD.cpp
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:
source/Plugins/Platform/OpenBSD/PlatformOpenBSD.cpp | 2 +-
1 file changed, 1 insertion(+), 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 lldb.
from 0f459a65c Remove the DWARFExpression -> Clang ExpressionParser dependency
new 508e557c0 Make i386-*-freebsd expression work on JIT path
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/lldb/Target/Platform.h | 8 ++++++--
source/Plugins/ABI/SysV-i386/ABISysV_i386.cpp | 2 +-
source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp | 12 +++++++++---
source/Plugins/Platform/FreeBSD/PlatformFreeBSD.h | 6 ++++--
source/Plugins/Platform/Linux/PlatformLinux.cpp | 10 +++++++---
source/Plugins/Platform/Linux/PlatformLinux.h | 6 ++++--
source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp | 10 +++++++---
source/Plugins/Platform/NetBSD/PlatformNetBSD.h | 6 ++++--
source/Plugins/Platform/OpenBSD/PlatformOpenBSD.cpp | 10 +++++++---
source/Plugins/Platform/OpenBSD/PlatformOpenBSD.h | 6 ++++--
source/Plugins/Process/Utility/InferiorCallPOSIX.cpp | 12 +++++-------
source/Target/Platform.cpp | 10 +++++++---
12 files changed, 65 insertions(+), 33 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.