This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 7f32e5e1904 AMDGPU: More canonicalized operations
new f819cf9ca33 [MS Demangler] Demangle cv qualifiers on template args.
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/Demangle/MicrosoftDemangle.cpp | 4 ++++
test/Demangle/ms-templates.test | 28 ++++++++++++++--------------
2 files changed, 18 insertions(+), 14 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 binutils-2_31-branch
in repository binutils-gdb.
from d55c3e3609 x86: Properly merge GNU_PROPERTY_X86_ISA_1_USED
new d692290444 x86: Replace evex-no-scale.s with evex-no-scale-[32|64].s
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:
gas/ChangeLog | 9 +++++++++
gas/testsuite/gas/i386/evex-no-scale-32.d | 1 -
gas/testsuite/gas/i386/evex-no-scale-32.s | 7 +++++++
gas/testsuite/gas/i386/evex-no-scale-64.d | 1 -
gas/testsuite/gas/i386/{evex-no-scale.s => evex-no-scale-64.s} | 10 ----------
5 files changed, 16 insertions(+), 12 deletions(-)
create mode 100644 gas/testsuite/gas/i386/evex-no-scale-32.s
rename gas/testsuite/gas/i386/{evex-no-scale.s => evex-no-scale-64.s} (52%)
--
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 a13d395b9e1 AMDGPU: Combine and of seto/setuo and fp_class
new 3119fcce36e revert r339450 - [MS Demangler] Add conversion operator tests
new 7f32e5e1904 AMDGPU: More canonicalized operations
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/AMDGPUISelLowering.cpp | 12 ++++++++-
lib/Target/AMDGPU/SIISelLowering.cpp | 7 ++++++
test/CodeGen/AMDGPU/fcanonicalize-elimination.ll | 22 ++++++++++++++++
test/Demangle/ms-conversion-operators.test | 32 +-----------------------
4 files changed, 41 insertions(+), 32 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 ea5c662c62 Improve performance of sincosf
new 2ce7ba7d15 Move SNAN_TESTS_* out of math-tests.h.
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 | 15 +++++++++++++
.../strlen-power7.S => generic/math-tests-snan.h} | 16 ++++++++-----
sysdeps/generic/math-tests.h | 17 +-------------
.../i386/fpu/{math-tests.h => math-tests-snan.h} | 26 ++++++++++++++++------
sysdeps/ia64/{math-tests.h => math-tests-snan.h} | 17 ++++++++++----
.../math-tests.h => x86_64/fpu/math-tests-snan.h} | 17 ++++++++++----
6 files changed, 72 insertions(+), 36 deletions(-)
copy sysdeps/{powerpc/powerpc64/multiarch/strlen-power7.S => generic/math-tests-sn [...]
rename sysdeps/i386/fpu/{math-tests.h => math-tests-snan.h} (56%)
rename sysdeps/ia64/{math-tests.h => math-tests-snan.h} (70%)
rename sysdeps/{x86/math-tests.h => x86_64/fpu/math-tests-snan.h} (70%)
--
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 ad3a68e9b9 Use policies for code generation
new 48e30f5238 Always clear h->verinfo.verdef when overriding a dynamic definition
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:
bfd/ChangeLog | 6 ++++++
bfd/elflink.c | 12 +++++-------
2 files changed, 11 insertions(+), 7 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 gcc.
from 229c0ef7771 2018-08-10 Janus Weil <janus(a)gcc.gnu.org>
new 3e1f6cebe8d Fix formatting in ChangeLog
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:
libstdc++-v3/ChangeLog | 5 +++--
1 file changed, 3 insertions(+), 2 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 2388a7db339 AMDGPU: Add LLVM_FALLTHROUGH
new 4d8cda85adf AMDGPU: Match isfinite pattern to class instructions
new 203b8a7809b AMDGPU: Turn class x, p_zero|n_zero into fcmp oeq x, 0
new a13d395b9e1 AMDGPU: Combine and of seto/setuo and fp_class
The 3 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/SIISelLowering.cpp | 39 +++++++++++-
lib/Transforms/InstCombine/InstCombineCalls.cpp | 9 +++
test/CodeGen/AMDGPU/fp-classify.ll | 70 +++++++++++++++++++---
test/CodeGen/AMDGPU/llvm.amdgcn.class.ll | 37 ++++++++++++
.../InstCombine/AMDGPU/amdgcn-intrinsics.ll | 7 +++
5 files changed, 152 insertions(+), 10 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 clang.
from 2cbc5aab72 Allow relockable scopes with thread safety attributes.
new 1439c0a0dd Invalidate static locals when escaping lambdas
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/StaticAnalyzer/Core/RegionStore.cpp | 27 +++++++++++++++++++++++++++
test/Analysis/lambdas.cpp | 30 ++++++++++++++++++++++++++++++
2 files changed, 57 insertions(+)
--
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 binutils-2_31-branch
in repository binutils-gdb.
from d4bc1d3fa6 Automatic date update in version.in
new 9b075c7167 x32: Align the .note.gnu.property section to 4 bytes
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:
ld/ChangeLog | 5 +++++
ld/testsuite/ld-x86-64/property-x86-3.s | 4 ++++
2 files changed, 9 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.