This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 2295ca877 Remove an effectively unused local variable.
new 8159ed57f [LLD][COFF] Cleanup error messages / add more coverage tests
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:
COFF/PDB.cpp | 62 ++++++++++++++--------
test/COFF/Inputs/bad-block-size.pdb | 2 +
test/COFF/Inputs/pdb-type-server-missing-2.yaml | 32 +++++++++++
.../pdb-type-server-valid-signature.yaml} | 12 +----
...yaml => pdb-type-server-invalid-signature.yaml} | 19 +++++--
test/COFF/pdb-type-server-missing.yaml | 12 +++--
...ing.yaml => pdb-type-server-native-errors.yaml} | 9 ++--
7 files changed, 106 insertions(+), 42 deletions(-)
create mode 100644 test/COFF/Inputs/bad-block-size.pdb
create mode 100644 test/COFF/Inputs/pdb-type-server-missing-2.yaml
copy test/COFF/{pdb-type-server-missing.yaml => Inputs/pdb-type-server-valid-signa [...]
copy test/COFF/{pdb-type-server-missing.yaml => pdb-type-server-invalid-signature. [...]
copy test/COFF/{pdb-type-server-missing.yaml => pdb-type-server-native-errors.yaml} (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 release_70
in repository clang.
from 658c2f1c72 Regenerate DiagnosticsReference.rst
new 0513b409d5 ReleaseNotes: tiny fix
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/ReleaseNotes.rst | 2 --
1 file changed, 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 clang.
from cd3fec58a4 [Analyzer] Commit fix for rL341790/rC341790
new 9a74d9fcc6 [clang] Make sure codecompletion is called for calls even wh [...]
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/Parse/Parser.h | 5 +++++
lib/Parse/ParseDecl.cpp | 7 +++++++
lib/Parse/ParseExpr.cpp | 11 ++++++++++
lib/Parse/ParseExprCXX.cpp | 22 +++++++++++++++++---
lib/Parse/ParseOpenMP.cpp | 7 +++++++
lib/Sema/CodeCompleteConsumer.cpp | 4 ++++
test/CodeCompletion/function-overloads.cpp | 27 +++++++++++++++++++++++++
test/Index/complete-block-property-assignment.m | 9 ++++++++-
8 files changed, 88 insertions(+), 4 deletions(-)
create mode 100644 test/CodeCompletion/function-overloads.cpp
--
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 binutils-gdb.
from 23c4651c06 Fix "make install-strip" failure to install gdb-add-index.sh
new 22eb9e92ea Update Python Block.end documentation
new 088a96da05 Fix typo in pretty-printer example
new 60c0454d3d Document that Frame.block can throw
new a154931ef1 Fix help text for "python" command
new f5a476a7b1 Avoid warnings from makeinfo
new 4a5a194ae8 Reword gdb.GdbError text
new 521b499b96 Update Python frame filter documentation
new fb5af5e335 Fix gdb.events.inferior_call documentation
new e7b5068cc2 Update Python unwinder documentation
new 05c6bdc1a9 Mention Python versions in the documentation
new 0d2a583976 Small typo fix in Basic Python node
new 9da10427dd Mention virtual tables in Python dynamic_type documentation
new 27a9fec6aa Swap two sentences in the Pretty Printing API node
new 849cba3b83 Remove periods from Python section titles
The 14 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:
gdb/ChangeLog | 6 ++
gdb/doc/ChangeLog | 77 +++++++++++++++++++++++++
gdb/doc/gdb.texinfo | 8 +--
gdb/doc/python.texi | 160 ++++++++++++++++++++++++++++++++++++----------------
gdb/python/python.c | 2 +-
5 files changed, 199 insertions(+), 54 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 d11833f01 ReleaseNotes: update links to use https
new 2295ca877 Remove an effectively unused local variable.
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:
COFF/Writer.cpp | 5 ++---
1 file changed, 2 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 3ebb2159ed0 Don't create a temporary vector of loop blocks just to iter [...]
new d94f77a49e9 [Target] Untangle disassemblers
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:
.../AArch64/Disassembler/AArch64Disassembler.cpp | 3 ++-
.../Disassembler/AArch64ExternalSymbolizer.cpp | 2 +-
.../AArch64/MCTargetDesc/AArch64AsmBackend.cpp | 2 +-
lib/Target/AArch64/MCTargetDesc/AArch64MCExpr.cpp | 2 +-
lib/Target/ARM/MCTargetDesc/ARMTargetStreamer.cpp | 2 +-
lib/Target/BPF/Disassembler/BPFDisassembler.cpp | 2 --
.../Hexagon/Disassembler/HexagonDisassembler.cpp | 1 -
lib/Target/Hexagon/Hexagon.h | 27 ----------------------
lib/Target/Hexagon/MCTargetDesc/HexagonMCExpr.cpp | 2 +-
.../Hexagon/MCTargetDesc/HexagonMCTargetDesc.h | 27 ++++++++++++++++++++++
.../PowerPC/Disassembler/PPCDisassembler.cpp | 2 +-
lib/Target/RISCV/MCTargetDesc/RISCVMCExpr.cpp | 1 -
.../Sparc/Disassembler/SparcDisassembler.cpp | 4 +---
lib/Target/Sparc/MCTargetDesc/SparcMCExpr.cpp | 2 +-
.../Disassembler/WebAssemblyDisassembler.cpp | 1 -
15 files changed, 37 insertions(+), 43 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 2c6fa12578b [GVN] Invalidate cached info for values replaced by equalit [...]
new 3ebb2159ed0 Don't create a temporary vector of loop blocks just to iter [...]
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/CodeGen/MachineLICM.cpp | 6 ++----
lib/Target/Hexagon/HexagonHardwareLoops.cpp | 14 ++++++--------
lib/Transforms/Utils/LoopUnroll.cpp | 3 +--
3 files changed, 9 insertions(+), 14 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 17d5d67f4f x86-64: Properly align La_x86_64_retval to VEC_SIZE [BZ #22715]
new 682f24d0f3 Fix segfault in maybe_script_execute.
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 +++++
sysdeps/unix/sysv/linux/spawni.c | 2 +-
2 files changed, 6 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 32ca0aafd1f AMDGPU: Remove function pointer type hack
new 2c6fa12578b [GVN] Invalidate cached info for values replaced by equalit [...]
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/Scalar/GVN.cpp | 6 ++++
test/Transforms/GVN/condprop.ll | 72 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 78 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 release/2.28/master
in repository glibc.
from 0b79004569 regex: Add test tst-regcomp-truncated [BZ #23578]
new 1fe2b9ca8a Fix segfault in maybe_script_execute.
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 +++++
sysdeps/unix/sysv/linux/spawni.c | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.