This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from ccacccb1dd [X86] Remove masking from the 512-bit paddus/psubus builtins [...]
new 5cb5f56b93 [AST] Pack the unsigned of DependentTemplateSpecializationTy [...]
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/Type.h | 35 ++++++++++++++++++++++++++++-------
lib/AST/Type.cpp | 3 ++-
2 files changed, 30 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 gcc-8-branch
in repository gcc.
from 171222242f0 Daily bump.
new 9680a6eaaf9 Backport r263246
new 64cea2ece1c Backport r263248
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:
gcc/ChangeLog | 11 +++++++++++
gcc/gcov.c | 12 ++++++++----
libsanitizer/ChangeLog | 9 +++++++++
libsanitizer/sanitizer_common/sanitizer_linux_libcdep.cc | 2 +-
4 files changed, 29 insertions(+), 5 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_70
in repository llvm.
from ef7c5cc79d1 [ReleaseNotes] Fix a typo
new 8684e0b4d35 Merging r339166: ------------------------------------------ [...]
new 0caaac00354 Merging r339533: ------------------------------------------ [...]
new bb6ad8143cd Merging r339535: ------------------------------------------ [...]
new f6ce3c5c94d Merging r339536: ------------------------------------------ [...]
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:
lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp | 19 +++--
lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp | 4 +-
lib/Transforms/Vectorize/SLPVectorizer.cpp | 8 +-
test/CodeGen/X86/pr38533.ll | 65 ++++++++++++++++
test/Transforms/SLPVectorizer/AArch64/PR38339.ll | 95 +++++++++++++++++++++++
5 files changed, 175 insertions(+), 16 deletions(-)
create mode 100644 test/CodeGen/X86/pr38533.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 87ed975f8b5 [mips] Remove dead code from MipsPassConfig
new 7d16ffe5b76 [ARM] Allow signed icmps in ARMCodeGenPrepare
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/ARM/ARMCodeGenPrepare.cpp | 75 +++++++++++++----------
test/CodeGen/ARM/arm-cgp-icmps.ll | 1 -
test/CodeGen/ARM/arm-cgp-signed-icmps.ll | 100 +++++++++++++++++++++++++++++++
3 files changed, 145 insertions(+), 31 deletions(-)
create mode 100644 test/CodeGen/ARM/arm-cgp-signed-icmps.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 gcc.
from 8142f7851dd Fix pr81923 test for targets using __USER_LABEL_PREFIX__
new c3c7ecb1d44 [aarch64] Make common aarch64 options target-dependent
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 | 6 ++++++
gcc/config/aarch64/aarch64.opt | 8 ++++----
2 files changed, 10 insertions(+), 4 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 libunwind.
from 61bf962 [libunwind][mips] Modify the __mips_fpr macro check
new bb3ea9c [libunwind][mips] Guard accumulator registers
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:
src/Registers.hpp | 4 ++++
1 file changed, 4 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 master
in repository llvm.
from 83b908472d7 [NFC] Remove const modifier to allow further development in LICM
new 87ed975f8b5 [mips] Remove dead code from MipsPassConfig
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/Mips/MipsTargetMachine.cpp | 4 ----
1 file changed, 4 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 libunwind.
from 0297c29 [cmake] Add MINGW_LIBRARIES to the linker flags
new 61bf962 [libunwind][mips] Modify the __mips_fpr macro check
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:
src/UnwindRegistersRestore.S | 2 +-
src/UnwindRegistersSave.S | 2 +-
2 files changed, 2 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 glibc.
from 7793ad7a2c powerpc: Rearrange little endian specific files
new 953a5a4a59 Print strlen benchmark output in json
new 34f86d6168 Reallocate buffers for every run in strlen
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 | 7 +++++
benchtests/bench-strlen.c | 66 +++++++++++++++++++++++++++++++++--------------
2 files changed, 53 insertions(+), 20 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 1e89247b00d Daily bump.
new 8142f7851dd Fix pr81923 test for targets using __USER_LABEL_PREFIX__
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 | 4 ++++
gcc/testsuite/gcc.dg/asan/pr81923.c | 5 ++++-
2 files changed, 8 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.