This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from f7bb38ca4e1 [SimplifyCFG] try harder to forward switch condition to phi [...]
new 3dbdbd2328e [X86] More correctly support LIG and WIG for EVEX instructi [...]
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:
utils/TableGen/X86DisassemblerTables.cpp | 242 +++++++++++++++++++++----------
1 file changed, 168 insertions(+), 74 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 0be7a36e81d [ARM] Dynamic stack alignment for 16-bit Thumb
new f7bb38ca4e1 [SimplifyCFG] try harder to forward switch condition to phi [...]
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/Transforms/Utils/SimplifyCFG.cpp | 34 ++++++++++++++++++++--
.../SimplifyCFG/ForwardSwitchConditionToPHI.ll | 10 ++-----
2 files changed, 35 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 master
in repository gcc.
from 2aed2929f96 Daily bump.
new e4d85e25e79 Move 2 tests from c-c++-common/ to gcc.target/i386/ directory.
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 | 7 +++++++
.../{c-c++-common => gcc.target/i386}/attr-nocf-check-1a.c | 0
.../{c-c++-common => gcc.target/i386}/attr-nocf-check-3a.c | 0
3 files changed, 7 insertions(+)
rename gcc/testsuite/{c-c++-common => gcc.target/i386}/attr-nocf-check-1a.c (100%)
rename gcc/testsuite/{c-c++-common => gcc.target/i386}/attr-nocf-check-3a.c (100%)
--
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/2.23/master
in repository glibc.
from 9d521f59de Update NEWS for [BZ #21666] fix
new 26d289bb92 x86-64: Use fxsave/xsave/xsavec in _dl_runtime_resolve [BZ #21265]
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 | 46 +++++++++
NEWS | 1 +
sysdeps/x86/cpu-features-offsets.sym | 2 +
sysdeps/x86/cpu-features.c | 66 +++++++++++++
sysdeps/x86/cpu-features.h | 18 ++++
sysdeps/x86_64/dl-machine.h | 18 ++--
sysdeps/x86_64/dl-trampoline.S | 103 +++++++++------------
sysdeps/x86_64/dl-trampoline.h | 174 +++++++++++++++++------------------
8 files changed, 272 insertions(+), 156 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/2.24/master
in repository glibc.
from 5084717ffa x86-64: Verify that _dl_runtime_resolve preserves vector registers
new bea3f92405 x86-64: Use fxsave/xsave/xsavec in _dl_runtime_resolve [BZ #21265]
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 | 62 ++++++++
NEWS | 1 +
sysdeps/x86/cpu-features-offsets.sym | 1 +
sysdeps/x86/cpu-features.c | 83 ++++++++---
sysdeps/x86/cpu-features.h | 23 ++-
sysdeps/x86_64/dl-machine.h | 38 ++---
sysdeps/x86_64/dl-trampoline.S | 87 ++++--------
sysdeps/x86_64/dl-trampoline.h | 267 ++++++++++-------------------------
8 files changed, 265 insertions(+), 297 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/2.25/master
in repository glibc.
from 74e1eb9078 x86-64: Verify that _dl_runtime_resolve preserves vector registers
new 61bebc863e x86-64: Use fxsave/xsave/xsavec in _dl_runtime_resolve [BZ #21265]
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 | 62 ++++++++
NEWS | 1 +
sysdeps/x86/cpu-features-offsets.sym | 1 +
sysdeps/x86/cpu-features.c | 83 ++++++++---
sysdeps/x86/cpu-features.h | 23 ++-
sysdeps/x86_64/dl-machine.h | 38 ++---
sysdeps/x86_64/dl-trampoline.S | 87 ++++--------
sysdeps/x86_64/dl-trampoline.h | 267 ++++++++++-------------------------
8 files changed, 265 insertions(+), 297 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 80bb593563 x86-64: Add powf with FMA
new 6089a3ee24 i386: Replace assembly versions of e_log2f with generic e_log2f.c
new 5313581cb5 i386: Replace assembly versions of e_powf with generic e_powf.c
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:
ChangeLog | 26 ++
sysdeps/i386/fpu/e_log2f.S | 69 ----
sysdeps/i386/fpu/e_log2f_data.c | 1 -
sysdeps/i386/fpu/e_powf.S | 392 ---------------------
sysdeps/i386/fpu/e_powf_log2_data.c | 1 -
sysdeps/i386/fpu/libm-test-ulps | 8 +
sysdeps/i386/fpu/w_log2f.c | 1 -
sysdeps/i386/fpu/w_powf.c | 1 -
sysdeps/i386/i686/fpu/multiarch/Makefile | 6 +-
.../i686/fpu/multiarch/e_log2f-sse2.c} | 2 +-
.../{x86_64 => i386/i686}/fpu/multiarch/e_log2f.c | 6 +-
.../i686/fpu/multiarch/e_powf-sse2.c} | 2 +-
.../{x86_64 => i386/i686}/fpu/multiarch/e_powf.c | 6 +-
sysdeps/i386/i686/fpu/multiarch/libm-test-ulps | 20 +-
14 files changed, 60 insertions(+), 481 deletions(-)
delete mode 100644 sysdeps/i386/fpu/e_log2f.S
delete mode 100644 sysdeps/i386/fpu/e_log2f_data.c
delete mode 100644 sysdeps/i386/fpu/e_powf.S
delete mode 100644 sysdeps/i386/fpu/e_powf_log2_data.c
delete mode 100644 sysdeps/i386/fpu/w_log2f.c
delete mode 100644 sysdeps/i386/fpu/w_powf.c
copy sysdeps/{x86_64/fpu/multiarch/e_log2f-fma.c => i386/i686/fpu/multiarch/e_log2 [...]
copy sysdeps/{x86_64 => i386/i686}/fpu/multiarch/e_log2f.c (91%)
copy sysdeps/{x86_64/fpu/multiarch/e_powf-fma.c => i386/i686/fpu/multiarch/e_powf- [...]
copy sysdeps/{x86_64 => i386/i686}/fpu/multiarch/e_powf.c (92%)
--
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 b99743553a Reverting r316278 due to failing build bots.
new f027325999 [C++17] Fix PR34970 - tweak overload resolution for class te [...]
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/AST/Decl.h | 16 +++++++---
include/clang/AST/DeclCXX.h | 10 ++++++
lib/Sema/SemaOverload.cpp | 23 ++++++++++----
lib/Sema/SemaTemplate.cpp | 21 ++++++------
lib/Sema/SemaTemplateInstantiateDecl.cpp | 10 +++---
lib/Serialization/ASTReaderDecl.cpp | 2 ++
lib/Serialization/ASTWriterDecl.cpp | 1 +
test/CXX/over/over.match/over.match.best/p1.cpp | 6 ++--
.../over.match.class.deduct/p2.cpp | 37 ++++++++++++++++++++--
9 files changed, 96 insertions(+), 30 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.