This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 700e0b251 lld::COFF: better behavior when using as a library
new 2cefc44b7 Document a change of behavior in r315552.
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/got32-i386-pie-rw.s | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 test/ELF/got32-i386-pie-rw.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 d7958d5ac0c Don't crash when we see unallocatable registers in clobbers
new 30e015950d7 Made llvm-cfi-verify not execute unit tests on non-x86 builds.
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-cfi-verify/lib/FileAnalysis.cpp | 31 ++++++++++----------
tools/llvm-cfi-verify/lib/FileAnalysis.h | 3 ++
unittests/tools/llvm-cfi-verify/CMakeLists.txt | 9 ++----
unittests/tools/llvm-cfi-verify/FileAnalysis.cpp | 23 +++++++++++++--
unittests/tools/llvm-cfi-verify/GraphBuilder.cpp | 37 ++++++++++++++++++++++--
5 files changed, 77 insertions(+), 26 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 fa601dee99f Graph builder implementation.
new d7958d5ac0c Don't crash when we see unallocatable registers in clobbers
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/SelectionDAG/LegalizeDAG.cpp | 7 +++++--
lib/CodeGen/SelectionDAG/LegalizeTypes.h | 19 ++++++++++++-------
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 23 +++++++++++++++++------
test/CodeGen/AArch64/no-fp-asm-clobbers-crash.ll | 18 ++++++++++++++++++
4 files changed, 52 insertions(+), 15 deletions(-)
create mode 100644 test/CodeGen/AArch64/no-fp-asm-clobbers-crash.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 gcc.
from 95f39a983a5 Add INCLUDE_UNIQUE_PTR and use it (PR bootstrap/82610)
new c68c23aba22 PR debug/82630 * target.def (const_not_ok_for_debug_p): 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/ChangeLog | 21 ++++++++++++
gcc/config/arm/arm.c | 2 ++
gcc/config/i386/i386.c | 34 ++++++++++++++++++--
gcc/config/powerpcspe/powerpcspe.c | 2 ++
gcc/config/rs6000/rs6000.c | 2 ++
gcc/dwarf2out.c | 19 +++++------
gcc/target.def | 2 +-
gcc/targhooks.c | 8 +++++
gcc/targhooks.h | 1 +
gcc/testsuite/ChangeLog | 5 +++
gcc/testsuite/g++.dg/guality/pr82630.C | 58 ++++++++++++++++++++++++++++++++++
11 files changed, 142 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/guality/pr82630.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 zorg.
from ad04c19 [zorg] Combine multiple sanitizer bots on single machine to i [...]
new e9950b6 Revert "[zorg] Print ulimits to debug bot failures"
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:
zorg/buildbot/builders/sanitizers/buildbot_functions.sh | 3 ---
1 file changed, 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 gcc.
from e176a9459c1 PR c++/77369 - wrong noexcept handling in C++14 and below
new 95f39a983a5 Add INCLUDE_UNIQUE_PTR and use it (PR bootstrap/82610)
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 | 8 ++++++++
gcc/system.h | 10 ++++++++++
gcc/unique-ptr-tests.cc | 2 +-
include/ChangeLog | 5 +++++
include/unique-ptr.h | 4 +++-
5 files changed, 27 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 llvm.
from f26b091e7d9 [GVNSink] Fix failing GVNSink tests in the reverse iteration bot
new 806bdb8daa9 Revert "[PowerPC] Try to simplify a Swap if it feeds a Splat"
new fa601dee99f Graph builder implementation.
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/Target/PowerPC/PPCMIPeephole.cpp | 47 --
test/CodeGen/PowerPC/ppc64-peephole-swap.ll | 134 ------
tools/llvm-cfi-verify/CMakeLists.txt | 5 +-
tools/llvm-cfi-verify/lib/CMakeLists.txt | 4 +-
tools/llvm-cfi-verify/lib/FileAnalysis.h | 3 +-
tools/llvm-cfi-verify/lib/GraphBuilder.cpp | 291 ++++++++++++
tools/llvm-cfi-verify/lib/GraphBuilder.h | 133 ++++++
unittests/tools/llvm-cfi-verify/CMakeLists.txt | 5 +-
unittests/tools/llvm-cfi-verify/GraphBuilder.cpp | 552 +++++++++++++++++++++++
9 files changed, 986 insertions(+), 188 deletions(-)
delete mode 100644 test/CodeGen/PowerPC/ppc64-peephole-swap.ll
create mode 100644 tools/llvm-cfi-verify/lib/GraphBuilder.cpp
create mode 100644 tools/llvm-cfi-verify/lib/GraphBuilder.h
create mode 100644 unittests/tools/llvm-cfi-verify/GraphBuilder.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 66cae56016 Make sure that undefined symbols added to the linker command [...]
new 2739ef6db8 Add missing ChangeLog entries
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:
gas/ChangeLog | 162 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
opcodes/ChangeLog | 110 ++++++++++++++++++++++++++++++++++++
2 files changed, 272 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 lld.
from ce50f4592 LLD: Fix large integer implicitly truncated to unsigned type [...]
new 700e0b251 lld::COFF: better behavior when using as a library
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/Config.h | 1 +
COFF/Driver.cpp | 19 ++++++++++---------
COFF/Error.cpp | 5 +++--
COFF/Error.h | 2 ++
MinGW/Driver.cpp | 2 +-
include/lld/Common/Driver.h | 2 +-
tools/lld/lld.cpp | 2 +-
7 files changed, 19 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 master
in repository llvm.
from db797c0e595 [Hexagon] Return the correct chain edge for i1 function calls
new f26b091e7d9 [GVNSink] Fix failing GVNSink tests in the reverse iteration bot
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/GVNSink.cpp | 23 +++++++++++++++--------
1 file changed, 15 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.