This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 5220a1a Add tests for fegetexceptflag, fesetexceptflag.
new f792117 Fix powerpc fesetexceptflag clearing FE_INVALID (bug 20455).
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 | 5 +++++
sysdeps/powerpc/fpu/fsetexcptflg.c | 5 ++++-
2 files changed, 9 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 binutils-gdb.
from 24cdb46 Support setting thread names (MS-Windows)
new c7318de MIPS/BFD: Set the ISA bit in microMIPS LA25 stub references
new a848a22 MIPS/BFD: Add microMIPS annotation to LA25 stub symbols
new fe152e6 MIPS/BFD: Actually produce short microMIPS LA25 stubs
new 0375b0a MIPS/LD/testsuite: Verify microMIPS LA25 stub generation
The 4 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:
bfd/ChangeLog | 16 ++++++++
bfd/elfxx-mips.c | 17 ++++++--
ld/ChangeLog | 14 +++++++
ld/testsuite/ld-mips-elf/mips-elf.exp | 38 +++++++++++++++++
.../ld-mips-elf/pic-and-nonpic-1-micromips-rel.dd | 42 +++++++++++++++++++
.../ld-mips-elf/pic-and-nonpic-1-micromips-rel.nd | 5 +++
.../ld-mips-elf/pic-and-nonpic-1-micromips.dd | 48 ++++++++++++++++++++++
.../ld-mips-elf/pic-and-nonpic-1-micromips.nd | 8 ++++
.../ld-mips-elf/pic-and-nonpic-1a-micromips.s | 31 ++++++++++++++
.../ld-mips-elf/pic-and-nonpic-1b-micromips.s | 10 +++++
10 files changed, 225 insertions(+), 4 deletions(-)
create mode 100644 ld/testsuite/ld-mips-elf/pic-and-nonpic-1-micromips-rel.dd
create mode 100644 ld/testsuite/ld-mips-elf/pic-and-nonpic-1-micromips-rel.nd
create mode 100644 ld/testsuite/ld-mips-elf/pic-and-nonpic-1-micromips.dd
create mode 100644 ld/testsuite/ld-mips-elf/pic-and-nonpic-1-micromips.nd
create mode 100644 ld/testsuite/ld-mips-elf/pic-and-nonpic-1a-micromips.s
create mode 100644 ld/testsuite/ld-mips-elf/pic-and-nonpic-1b-micromips.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 llvm.
from 0d1c7a1 Codegen: Don't tail-duplicate blocks with un-analyzable fallthrough.
new e70f4f7 Changed sign of LastCallToStaticBouns
new 4a0373d AMDGPU/SI: Implement amdgcn image intrinsics with sampler
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:
include/llvm/Analysis/InlineCost.h | 2 +-
include/llvm/IR/IntrinsicsAMDGPU.td | 95 ++++++
lib/Analysis/InlineCost.cpp | 2 +-
lib/Target/AMDGPU/SIInstructions.td | 136 +++++++-
lib/Transforms/IPO/Inliner.cpp | 2 +-
test/CodeGen/AMDGPU/llvm.amdgcn.image.gather4.ll | 364 ++++++++++++++++++++++
test/CodeGen/AMDGPU/llvm.amdgcn.image.getlod.ll | 37 +++
test/CodeGen/AMDGPU/llvm.amdgcn.image.sample.ll | 208 +++++++++++++
test/CodeGen/AMDGPU/llvm.amdgcn.image.sample.o.ll | 208 +++++++++++++
9 files changed, 1048 insertions(+), 6 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.image.gather4.ll
create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.image.getlod.ll
create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.image.sample.ll
create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.image.sample.o.ll
--
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 3da1bfb CodeGen: If Convert blocks that would form a diamond when tai [...]
new 0d1c7a1 Codegen: Don't tail-duplicate blocks with un-analyzable fallthrough.
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/TailDuplicator.cpp | 10 +++++++
.../PowerPC/tail-dup-analyzable-fallthrough.ll | 34 ++++++++++++++++++++++
2 files changed, 44 insertions(+)
create mode 100644 test/CodeGen/PowerPC/tail-dup-analyzable-fallthrough.ll
--
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 5567469 Fix the lookup of dictionary values by name to not do a linea [...]
new 2e8249a xfailed TestObjCNewSyntax.py on macOS for gmodules
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:
.../Python/lldbsuite/test/lang/objc/objc-new-syntax/TestObjCNewSyntax.py | 1 +
1 file changed, 1 insertion(+)
--
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 71b67af locales: en_CA: update d_fmt [BZ #9842]
new 5220a1a Add tests for fegetexceptflag, fesetexceptflag.
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 | 10 +++
math/Makefile | 2 +-
math/test-fexcept-traps.c | 84 +++++++++++++++++++++
math/test-fexcept.c | 171 +++++++++++++++++++++++++++++++++++++++++++
sysdeps/generic/math-tests.h | 9 +++
sysdeps/powerpc/math-tests.h | 6 ++
6 files changed, 281 insertions(+), 1 deletion(-)
create mode 100644 math/test-fexcept-traps.c
create mode 100644 math/test-fexcept.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 llvm.
from de2cc1c Disable sancov tests failing due to apparent endianness issues
new 3da1bfb CodeGen: If Convert blocks that would form a diamond when tai [...]
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/IfConversion.cpp | 416 +++++++++++++++++----
.../CodeGen/PowerPC/ifcvt-forked-bug-2016-08-08.ll | 36 ++
test/CodeGen/Thumb2/thumb2-ifcvt1.ll | 47 ++-
3 files changed, 430 insertions(+), 69 deletions(-)
create mode 100644 test/CodeGen/PowerPC/ifcvt-forked-bug-2016-08-08.ll
--
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 3dd14a1 Remove a circular include dependency.
new 5567469 Fix the lookup of dictionary values by name to not do a linea [...]
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/Core/StructuredData.h | 11 +++--------
1 file changed, 3 insertions(+), 8 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 release_39
in repository llvm.
from 3248ce6 Merging r276051 and r276823: -------------------------------- [...]
new 5799ba3 Merging r276676: -------------------------------------------- [...]
new 55ea065 Merging r276712: -------------------------------------------- [...]
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/CodeGen/SafeStack.cpp | 2 +-
lib/CodeGen/SafeStackColoring.cpp | 4 +-
lib/CodeGen/SafeStackLayout.cpp | 3 +-
test/Transforms/SafeStack/coloring-ssp.ll | 34 ++++++++++
test/Transforms/SafeStack/layout-region-split.ll | 84 ++++++++++++++++++++++++
5 files changed, 124 insertions(+), 3 deletions(-)
create mode 100644 test/Transforms/SafeStack/coloring-ssp.ll
create mode 100644 test/Transforms/SafeStack/layout-region-split.ll
--
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 9715a2d Fix UB in APInt::ashr
new 455668a [sancov] Port sancov -print-coverage-pcs to COFF
new de2cc1c Disable sancov tests failing due to apparent endianness issues
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:
test/tools/sancov/Inputs/test-windows_x86_64 | Bin 0 -> 712704 bytes
test/tools/sancov/print.test | 2 +-
test/tools/sancov/print_coverage_pcs.test | 43 ++++++++++++++++++++-------
test/tools/sancov/stats.test | 2 +-
tools/sancov/sancov.cc | 31 +++++++++++++++----
5 files changed, 61 insertions(+), 17 deletions(-)
create mode 100644 test/tools/sancov/Inputs/test-windows_x86_64
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.