This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 6dbdd008e8 Clear release notes for 6.0.0
new 79147bed5d [Sema] Improve diagnostic message for unavailable C++17 alig [...]
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/Basic/DiagnosticSemaKinds.td | 4 +-
lib/Driver/ToolChains/Darwin.cpp | 17 ++++++--
lib/Sema/SemaExprCXX.cpp | 9 +++-
test/SemaCXX/unavailable_aligned_allocation.cpp | 58 +++++++++++++++++++------
4 files changed, 66 insertions(+), 22 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 hjl/ifunc/x86
in repository glibc.
discards 8933cca0c1 x86: Assembly versions of HAS_CPU_FEATURE/HAS_ARCH_FEATURE
discards df15921426 i386: Convert IFUNC selectors to C
new e9b389a6f9 i386: Convert IFUNC selectors to C
new 32f16068f4 x86: Remove assembly versions of HAS_CPU_FEATURE/HAS_ARCH_FEATURE
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (8933cca0c1)
\
N -- N -- N refs/heads/hjl/ifunc/x86 (32f16068f4)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
sysdeps/i386/i686/multiarch/bzero.c | 4 +++-
1 file changed, 3 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 gcc.
from 4c2d6881600 * gcc-interface/ada-tree.h (TYPE_OBJECT_RECORD_TYPE, TYPE [...]
new ba6de0097e7 * libsupc++/new (bad_array_new_length): Remove redu [...]
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 | 15 +++++++++++++++
libstdc++-v3/include/bits/locale_facets.h | 4 ++--
libstdc++-v3/include/bits/locale_facets_nonio.h | 2 +-
libstdc++-v3/include/bits/random.h | 2 +-
libstdc++-v3/include/ext/random | 2 +-
libstdc++-v3/include/ext/rope | 12 ++++++------
libstdc++-v3/include/ext/ropeimpl.h | 6 +++---
libstdc++-v3/include/tr1/random.h | 2 +-
libstdc++-v3/libsupc++/new | 2 +-
9 files changed, 31 insertions(+), 16 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 4879d7f698b [Solaris] enable --whole-archive for shared-library build, [...]
new 36c6a2ea966 GlobalISel: select G_EXTRACT and G_INSERT instructions on AArch64.
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/AArch64/AArch64InstructionSelector.cpp | 49 +++++++++++++++++++-
.../AArch64/GlobalISel/select-insert-extract.mir | 54 ++++++++++++++++++++++
2 files changed, 102 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/AArch64/GlobalISel/select-insert-extract.mir
--
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 fe920c53f Clear release notes for 6.0.0
new f72d20d35 Bring back r307364.
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/SymbolTable.cpp | 63 +++++++++++++++++++++------------------
test/ELF/Inputs/symver-archive1.s | 6 ++++
test/ELF/Inputs/symver-archive2.s | 1 +
test/ELF/symver-archive.s | 15 ++++++++++
4 files changed, 56 insertions(+), 29 deletions(-)
create mode 100644 test/ELF/Inputs/symver-archive1.s
create mode 100644 test/ELF/Inputs/symver-archive2.s
create mode 100644 test/ELF/symver-archive.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 d3e3a674090 [Hexagon] Handle subregisters and non-immediates in getBase [...]
new 4879d7f698b [Solaris] enable --whole-archive for shared-library build, [...]
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:
tools/llvm-shlib/CMakeLists.txt | 11 +++++++++--
1 file changed, 9 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 gcc.
from 6384fe6d81e Fix indentation in std::basic_filebuf member functions
new 25e4634a111 Fix Unwind support on DragonFly BSD after sigtramp move
new 4c2d6881600 * gcc-interface/ada-tree.h (TYPE_OBJECT_RECORD_TYPE, TYPE [...]
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/ada/ChangeLog | 8 ++++-
gcc/ada/gcc-interface/ada-tree.h | 9 ++++--
libgcc/ChangeLog | 4 +++
libgcc/config/i386/dragonfly-unwind.h | 59 +++++++++++++++++++++++++----------
4 files changed, 59 insertions(+), 21 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-7-branch
in repository gcc.
from 18080d5b57f Daily bump.
new dce1f56f00b Fix Unwind support on DragonFly BSD after sigtramp move
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:
libgcc/ChangeLog | 4 +++
libgcc/config/i386/dragonfly-unwind.h | 59 +++++++++++++++++++++++++----------
2 files changed, 46 insertions(+), 17 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 lldb.
from 57e55c498 Expose hit count via SBBreakpointLocation.
new d9650065c silence a couple of -Wqual-cast warning from GCC (NFC)
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:
source/Plugins/Instruction/ARM/EmulationStateARM.cpp | 3 ++-
source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.