This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang-tools-extra.
from 186b9c6 A clang-tidy check for std:accumulate.
new 46085a7 [clang-tidy] Enhance misc-suspicious-string-compare to move 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:
clang-tidy/misc/SuspiciousStringCompareCheck.cpp | 78 ++++++++++++----------
test/clang-tidy/misc-suspicious-string-compare.c | 13 ++++
test/clang-tidy/misc-suspicious-string-compare.cpp | 38 +++++++++++
3 files changed, 93 insertions(+), 36 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 823f0f7 Don't gc symbols that have to go in the dynamic symbol table.
new b44171b Remove unnecessary function type directives for ifuncs.
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/ELF/aarch64-gnu-ifunc-nosym.s | 2 --
test/ELF/aarch64-gnu-ifunc.s | 2 --
test/ELF/gnu-ifunc-i386.s | 2 --
test/ELF/gnu-ifunc-nosym-i386.s | 2 --
test/ELF/gnu-ifunc-nosym.s | 2 --
test/ELF/gnu-ifunc-relative.s | 1 -
test/ELF/gnu-ifunc.s | 2 --
7 files changed, 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 lld.
from 2a063bf ELF: Treat IFunc definitions in DSOs as functions.
new 823f0f7 Don't gc symbols that have to go in the dynamic symbol table.
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/MarkLive.cpp | 7 +++----
test/ELF/gc-sections-shared.s | 34 ++++++++++++++++++++++++++++++++++
2 files changed, 37 insertions(+), 4 deletions(-)
create mode 100644 test/ELF/gc-sections-shared.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 d714ad3 [AMDGPU] Reserve VGPRs for trap handler usage if instructed
new 5571fd8 Refactor some more PDB reading code into DebugInfoPDB.
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/llvm/DebugInfo/PDB/Raw/PDBFile.h | 3 +
include/llvm/DebugInfo/PDB/Raw/PDBInfoStream.h | 62 ++++++++++
include/llvm/DebugInfo/PDB/Raw/PDBNameMap.h | 34 ++++++
include/llvm/DebugInfo/PDB/Raw/PDBRawConstants.h | 31 +++++
lib/DebugInfo/PDB/CMakeLists.txt | 2 +
lib/DebugInfo/PDB/Raw/PDBInfoStream.cpp | 54 +++++++++
lib/DebugInfo/PDB/Raw/PDBNameMap.cpp | 108 ++++++++++++++++++
test/DebugInfo/PDB/pdbdump-headers.test | 17 ---
tools/llvm-pdbdump/llvm-pdbdump.cpp | 139 +++--------------------
9 files changed, 307 insertions(+), 143 deletions(-)
create mode 100644 include/llvm/DebugInfo/PDB/Raw/PDBInfoStream.h
create mode 100644 include/llvm/DebugInfo/PDB/Raw/PDBNameMap.h
create mode 100644 include/llvm/DebugInfo/PDB/Raw/PDBRawConstants.h
create mode 100644 lib/DebugInfo/PDB/Raw/PDBInfoStream.cpp
create mode 100644 lib/DebugInfo/PDB/Raw/PDBNameMap.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 lld.
from 85b8180 Handle --as-needed with symbols, not relocations.
new 53f4366 [ELF] Avoid polluting source directory with temp files.
new 2a063bf ELF: Treat IFunc definitions in DSOs as functions.
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:
ELF/Symbols.h | 6 +++++-
test/ELF/Inputs/gnu-ifunc-gotpcrel.s | 4 ++++
test/ELF/gnu-ifunc-gotpcrel.s | 14 ++++++++++++++
test/ELF/reproduce.s | 14 +++++++-------
4 files changed, 30 insertions(+), 8 deletions(-)
create mode 100644 test/ELF/Inputs/gnu-ifunc-gotpcrel.s
create mode 100644 test/ELF/gnu-ifunc-gotpcrel.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 87b2f2a Use gcc's rules for parsing gcc-style response files
new d714ad3 [AMDGPU] Reserve VGPRs for trap handler usage if instructed
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/AMDGPU/AMDGPU.td | 7 +++++
lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp | 15 +++++++++
lib/Target/AMDGPU/AMDGPUAsmPrinter.h | 5 +++
lib/Target/AMDGPU/AMDGPUSubtarget.cpp | 2 +-
lib/Target/AMDGPU/AMDGPUSubtarget.h | 9 ++++++
lib/Target/AMDGPU/SIRegisterInfo.cpp | 11 +++++++
test/CodeGen/AMDGPU/debugger_reserve_trap_regs.ll | 37 +++++++++++++++++++++++
7 files changed, 85 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/AMDGPU/debugger_reserve_trap_regs.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 lldb.
from 8695385 Bump up timeout in TestCallWithTimeout
new a3f436c Fix send and receive of ACK byte in test infrastructure for P [...]
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:
packages/Python/lldbsuite/test_event/dotest_channels.py | 3 +--
packages/Python/lldbsuite/test_event/formatter/__init__.py | 5 +----
2 files changed, 2 insertions(+), 6 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 9db4780 PR c/70791 * c-decl.c (pushdecl): Pass LOCUS down to warning.
new 8c51f92 match.pd: u + 3 < u is u > UINT_MAX - 3
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 | 4 ++++
gcc/match.pd | 26 ++++++++++++++++++++++++++
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.dg/tree-ssa/overflow-1.c | 16 ++++++++++++++++
4 files changed, 50 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/overflow-1.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 hjl/pr70155/master
in repository gcc.
discards 3c0d5c6 Fix analyze_register_chain
discards 2c30411 Rename to timode_/dimode_
discards c2c9304 Extend STV pass to 64-bit mode
adds a9ad7ef i386: Add a variant peephole for lea rather than ops that clo [...]
adds bff407f match.pd: X + X --> X * 2 for integers
adds 3f645e6 * c-c++-common/cpp/pr63831-1.c: Don't test for C++ values here.
new 76dfd35 Extend STV pass to 64-bit mode
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 (3c0d5c6)
\
N -- N -- N refs/heads/hjl/pr70155/master (76dfd35)
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 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 | 11 ++++++++++
gcc/config/i386/i386.c | 18 ----------------
gcc/config/i386/i386.md | 32 +++++++++++++++++++++++++++++
gcc/fold-const.c | 19 -----------------
gcc/genmatch.c | 2 +-
gcc/match.pd | 6 ++++--
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/c-c++-common/cpp/pr63831-1.c | 16 +++++++--------
gcc/testsuite/gcc.dg/fold-plusmult.c | 2 +-
gcc/testsuite/gcc.dg/gomp/loop-1.c | 16 +++++++--------
gcc/testsuite/gcc.dg/no-strict-overflow-6.c | 4 ++--
11 files changed, 73 insertions(+), 59 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.