This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from a7cf1d4e09 [WebAssembly] Factor out settings common to wasm32 and wasm64. NFC.
new 79e167042e AST: correct mangling for SEL on MS ABI
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/AST/MicrosoftMangle.cpp | 1 -
test/CodeGenObjCXX/msabi-objc-types.mm | 45 ++++++++++++++++++++++++++++++++++
2 files changed, 45 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 users/hjl/x86
in repository binutils-gdb.
discards 6dc5c8a554 gold: Initial R_X86_64_THUNK_GOTPCRELX support
discards 40de73f0db x86-64: Add R_X86_64_THUNK_GOTPCRELX
new 1955c4cd5b x86-64: Add R_X86_64_THUNK_GOTPCRELX
new f2db3ae0d5 gold: Initial R_X86_64_THUNK_GOTPCRELX support
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 (6dc5c8a554)
\
N -- N -- N refs/heads/users/hjl/x86 (f2db3ae0d5)
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:
bfd/elf64-x86-64.c | 3 ++-
1 file changed, 2 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 llvm.
from bfc9a5a17e8 docs: Remove reference to a deprecated flag
new 48c582c9ac0 [Debugify] Add a mode to opt to enable faster testing
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:
test/DebugInfo/debugify.ll | 3 +++
tools/opt/Debugify.cpp | 4 ++++
tools/opt/opt.cpp | 14 ++++++++++++++
3 files changed, 21 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 gcc.
from e23364fce30 i386: Use const reference of struct ix86_frame to avoid copy
new e2c431bb4d6 PR sanitizer/83987 * tree.c (cp_free_lang_data): Change D [...]
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/cp/ChangeLog | 6 ++++++
gcc/cp/tree.c | 10 ++++++++++
gcc/testsuite/ChangeLog | 27 ++++++++++++++++-----------
gcc/testsuite/g++.dg/ubsan/pr83987.C | 15 +++++++++++++++
4 files changed, 47 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ubsan/pr83987.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 lldb.
from de48d3f0a Move getBuildArtifact() from TestBase to Base and derive MiTe [...]
new 19d0f8576 [SymbolFilePDB] Fix null array access when parsing the type o [...]
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:
lit/SymbolFile/PDB/Inputs/SimpleTypesTest.cpp | 40 +++++
lit/SymbolFile/PDB/enums-layout.test | 45 +++++
lit/SymbolFile/PDB/typedefs.test | 55 +++++++
source/Plugins/SymbolFile/PDB/PDBASTParser.cpp | 209 ++++++++++++++++++++++--
source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp | 39 ++++-
5 files changed, 369 insertions(+), 19 deletions(-)
create mode 100644 lit/SymbolFile/PDB/Inputs/SimpleTypesTest.cpp
create mode 100644 lit/SymbolFile/PDB/enums-layout.test
create mode 100644 lit/SymbolFile/PDB/typedefs.test
--
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 0a32e21951 NEWS: Fix spelling mistake.
new bd7bbb26f3 NEWS: fix spelling mistake
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:
NEWS | 2 +-
1 file changed, 1 insertion(+), 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 llvm.
from 67a08f23310 Revert "[SLP] Fix for PR32086: Count InsertElementInstr of [...]
new bfc9a5a17e8 docs: Remove reference to a deprecated flag
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:
docs/Vectorizers.rst | 9 ---------
1 file changed, 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 clang.
from 21dbb8daf2 [analyzer] Mark lines as relevant even if they weren't execu [...]
new a7cf1d4e09 [WebAssembly] Factor out settings common to wasm32 and wasm64. 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:
lib/Basic/Targets/WebAssembly.h | 3 +--
1 file changed, 1 insertion(+), 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 28c3f14f2e manual: Fix spelling of "Auxiliary."
new 4378b735ef NEWS: Document static application consequenes of %OB/%Ob.
new 0a32e21951 NEWS: Fix spelling mistake.
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:
NEWS | 15 +++++++++++++++
1 file changed, 15 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 users/hjl/x86
in repository binutils-gdb.
discards cd197311d9 gold: Initial R_X86_64_THUNK_GOTPCRELX support
discards 17505e0525 x86-64: Add R_X86_64_THUNK_GOTPCRELX
adds 1c5e4ee9ab MIPS/BFD: Update a stale `mips_elf32_section_processing' reference
adds 62fd0a980b MIPS/GAS: Remove a stale OPTION_COMPAT_ARCH_BASE option marker
new 40de73f0db x86-64: Add R_X86_64_THUNK_GOTPCRELX
new 6dc5c8a554 gold: Initial R_X86_64_THUNK_GOTPCRELX support
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 (cd197311d9)
\
N -- N -- N refs/heads/users/hjl/x86 (6dc5c8a554)
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:
bfd/ChangeLog | 5 +++++
bfd/elfxx-mips.c | 2 +-
gas/ChangeLog | 5 +++++
gas/config/tc-mips.c | 1 -
include/elf/x86-64.h | 2 ++
5 files changed, 13 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.