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 d36cab8 Remove assert on exec_bfd in cris_delayed_get_disassembler
new 88acc2e Port c++/78252 from GCC
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:
libiberty/ChangeLog | 14 ++++++++
libiberty/cp-demangle.c | 61 ++++++++++++++++++++++-------------
libiberty/testsuite/demangle-expected | 29 +++++++++++++++++
3 files changed, 82 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 master
in repository llvm.
from 123996f remove stale FIXME note from test; NFC
new ddba2a5 AMDGPU: llvm.amdgcn.interp.mov is a source of divergence
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/AMDGPUTargetTransformInfo.cpp | 1 +
1 file changed, 1 insertion(+)
--
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 19350fe [clang] Version support for UBSan handlers
new 6d45bcf [Fix] Add missing include from r289444.
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/CGExpr.cpp | 2 ++
1 file changed, 2 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 llvm.
from 54121a6 [X86] Regenerate vector bitcast/widening tests.
new 123996f remove stale FIXME note from test; 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:
test/Transforms/InstCombine/narrow-switch.ll | 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 23137e5 [ThinLTO] Import only necessary DICompileUnit fields
new bbe6304 [InstCombine] fix bug when offsetting case values of a switch [...]
new 54121a6 [X86] Regenerate vector bitcast/widening tests.
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:
.../InstCombine/InstructionCombining.cpp | 40 ++--
test/CodeGen/X86/lower-bitcast.ll | 228 ++++++++++-----------
test/Transforms/InstCombine/narrow-switch.ll | 9 +-
3 files changed, 130 insertions(+), 147 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 80e6a2b [Driver] Attempt to fix new linux-ld tests on Windows
new 19350fe [clang] Version support for UBSan handlers
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/CGBuiltin.cpp | 4 +--
lib/CodeGen/CGCall.cpp | 4 +--
lib/CodeGen/CGClass.cpp | 6 ++---
lib/CodeGen/CGExpr.cpp | 54 +++++++++++++++++++++++++++++------------
lib/CodeGen/CGExprScalar.cpp | 18 +++++++-------
lib/CodeGen/CodeGenFunction.cpp | 6 ++---
lib/CodeGen/CodeGenFunction.h | 28 ++++++++++++++++++++-
7 files changed, 84 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 llvm.
from d616cee [InstCombine] clean up range-for-loops in visitSwitchInst(); NFCI
new 23137e5 [ThinLTO] Import only necessary DICompileUnit fields
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/Linker/IRMover.h | 4 +-
lib/LTO/LTO.cpp | 3 +-
lib/Linker/IRMover.cpp | 76 +++++++++++++++++++-
lib/Linker/LinkModules.cpp | 3 +-
.../X86/Inputs/debuginfo-cu-import.ll} | 5 +-
test/ThinLTO/X86/debuginfo-cu-import.ll | 80 ++++++++++++++++++++++
6 files changed, 164 insertions(+), 7 deletions(-)
copy test/{tools/gold/X86/Inputs/thinlto_funcimport.ll => ThinLTO/X86/Inputs/debug [...]
create mode 100644 test/ThinLTO/X86/debuginfo-cu-import.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 clang.
from dfddd3f [Driver] Fix finding multilib gcc install on Gentoo (with gcc [...]
new 80e6a2b [Driver] Attempt to fix new linux-ld tests on Windows
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/Driver/linux-ld.c | 6 +++---
1 file changed, 3 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 ad31e86 [X86] Regenerate test.
new d616cee [InstCombine] clean up range-for-loops in visitSwitchInst(); NFCI
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/InstCombine/InstructionCombining.cpp | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.