This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from fa27a62 [DOXYGEN] Updated instruction names corresponding to avxintri [...]
new b3eb023 Adjust type-trait evaluation to properly handle Using(Shadow)Decls
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/Sema/SemaExprCXX.cpp | 14 ++++++++++----
test/SemaCXX/cxx11-crashes.cpp | 12 ++++++++++++
2 files changed, 22 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 glibc.
from aa4d00c localedata: GBK: add mapping for 0x80->Euro sign [BZ #20864]
new 2dacdc5 hurd: fix using hurd/signal.h in C++ programs
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 +++++
hurd/hurd/signal.h | 6 +++---
2 files changed, 8 insertions(+), 3 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 9a74453 [AVX-512] Add masked EVEX vpmovzx/sx instructions to load fol [...]
new d9bcbff fix formatting; NFC
new 3fa74b3 add tests to show missing analysis; NFC
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/Transforms/Utils/SimplifyInstructions.cpp | 28 +++++-----
test/Analysis/ValueTracking/knownzero-shift.ll | 71 ++++++++++++++++++++++++++
2 files changed, 86 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 gcc.
from 0983a30 [Darwin] Fix PR57438 by avoiding empty function bodies and tr [...]
new aaa5070 [Darwin] fix PR67710 by updating 'as' specs to handle newer a [...]
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 | 13 ++++++++++
gcc/config.in | 7 ++++++
gcc/config/darwin-driver.c | 28 ++++++++++++++++++++-
gcc/config/darwin.h | 21 ++++++++++++++--
gcc/config/darwin.opt | 3 +++
gcc/config/i386/darwin.h | 5 ++--
gcc/configure | 39 ++++++++++++++++++++++++++++++
gcc/configure.ac | 14 +++++++++++
gcc/testsuite/ChangeLog | 9 +++++++
gcc/testsuite/gcc.dg/darwin-minversion-1.c | 4 +--
gcc/testsuite/gcc.dg/darwin-minversion-2.c | 4 +--
gcc/testsuite/gcc.dg/darwin-minversion-3.c | 4 +--
libgcc/ChangeLog | 6 +++++
libgcc/config/t-darwin | 4 +++
14 files changed, 150 insertions(+), 11 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 d1acede1 [Testsuite] pr71767 Changes.
new 0983a30 [Darwin] Fix PR57438 by avoiding empty function bodies and tr [...]
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 | 12 ++++++
gcc/config/i386/i386.c | 91 +++++++++++++++++++++++++++-------------
gcc/config/rs6000/rs6000.c | 45 +++++++++++++++++---
gcc/testsuite/ChangeLog | 6 +++
gcc/testsuite/gcc.dg/pr57438-1.c | 16 +++++++
gcc/testsuite/gcc.dg/pr57438-2.c | 23 ++++++++++
6 files changed, 159 insertions(+), 34 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr57438-1.c
create mode 100644 gcc/testsuite/gcc.dg/pr57438-2.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 gcc.
from 6afab66 [Darwin, config] Arrange for ld64 to be detected as Darwin's linker.
new f199808 [Darwin] Fix PR71767 - adjust the sections used where necessary.
new d1acede1 [Testsuite] pr71767 Changes.
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 | 16 +++++
gcc/config/darwin-sections.def | 5 ++
gcc/config/darwin.c | 77 +++++++++++++++---------
gcc/config/darwin.h | 5 ++
gcc/config/darwin.opt | 6 ++
gcc/config/i386/i386.c | 2 +-
gcc/testsuite/ChangeLog | 11 ++++
gcc/testsuite/g++.dg/abi/key2.C | 1 +
gcc/testsuite/g++.dg/torture/darwin-cfstring-3.C | 4 +-
gcc/testsuite/gcc.dg/const-uniq-1.c | 2 +-
gcc/testsuite/gcc.dg/torture/darwin-cfstring-3.c | 4 +-
gcc/testsuite/gcc.target/i386/pr70799-1.c | 2 +-
12 files changed, 101 insertions(+), 34 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 909ccf6 PR libstdc++/78441 * include/std/variant: Propagate cv qual [...]
new 4f3ac3c [Darwin, ld64] Make PIC indirections and constant labels link [...]
new 6afab66 [Darwin, config] Arrange for ld64 to be detected as Darwin's linker.
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 | 21 ++++++++++++++
gcc/config.in | 12 ++++++++
gcc/config/darwin.c | 37 ++++++++++++++++++++++---
gcc/config/darwin.h | 25 +++++++++++++++--
gcc/config/darwin10.h | 5 ++++
gcc/config/darwin12.h | 7 ++++-
gcc/configure | 76 +++++++++++++++++++++++++++++++++++++++++++++++++--
gcc/configure.ac | 60 ++++++++++++++++++++++++++++++++++++++++
8 files changed, 234 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 lld.
from e4780ab Don't put an orphan before the first . assignment.
new c816f02 Also skip regular symbol assignment at the start of a script.
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:
ELF/LinkerScript.cpp | 35 ++++++++++++++++++++++----------
test/ELF/linkerscript/orphan-first-cmd.s | 1 +
2 files changed, 25 insertions(+), 11 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 20f5de8 [SLP] Add new and update existing lit testfor providing more [...]
new 9a74453 [AVX-512] Add masked EVEX vpmovzx/sx instructions to load fol [...]
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/X86/X86InstrInfo.cpp | 84 ++++++++++++++++++++++++++
test/CodeGen/X86/stack-folding-int-avx512.ll | 40 ++++++++++++
test/CodeGen/X86/stack-folding-int-avx512vl.ll | 24 ++++++++
3 files changed, 148 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.