This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 24abe71d71a [DebugInfo] Examine all uses of isDebugValue() for debug in [...]
new e08d6cea343 Revert r331816 and r331820 - [globalisel] Add a combiner he [...]
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/CodeGen/GlobalISel/CombinerHelper.h | 4 -
lib/CodeGen/GlobalISel/CombinerHelper.cpp | 34 +------
lib/Target/AArch64/AArch64.h | 2 -
lib/Target/AArch64/AArch64PreLegalizerCombiner.cpp | 104 ---------------------
lib/Target/AArch64/AArch64TargetMachine.cpp | 6 --
lib/Target/AArch64/CMakeLists.txt | 1 -
test/CodeGen/AArch64/GlobalISel/arm64-fallback.ll | 2 +-
.../AArch64/GlobalISel/gisel-commandline-option.ll | 1 -
.../GlobalISel/prelegalizercombiner-extload.mir | 25 -----
.../GlobalISel/prelegalizercombiner-sextload.mir | 45 ---------
.../GlobalISel/prelegalizercombiner-zextload.mir | 25 -----
test/CodeGen/AArch64/O0-pipeline.ll | 1 -
12 files changed, 2 insertions(+), 248 deletions(-)
delete mode 100644 lib/Target/AArch64/AArch64PreLegalizerCombiner.cpp
delete mode 100644 test/CodeGen/AArch64/GlobalISel/prelegalizercombiner-extload.mir
delete mode 100644 test/CodeGen/AArch64/GlobalISel/prelegalizercombiner-sextload.mir
delete mode 100644 test/CodeGen/AArch64/GlobalISel/prelegalizercombiner-zextload.mir
--
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 937d92afc3 Automatic date update in version.in
new 53db9cf9fc PR23147, Heap buffer overflow in pe_print_idata
new b4560c7d15 PR23148, Heap buffer overflow in pe_print_edata
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 | 10 ++++++++++
bfd/peXXigen.c | 4 ++--
2 files changed, 12 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 clang.
from dc29e8eb7e [DebugInfo] Generate debug information for labels.
new 49d557c365 _Atomic of empty struct shouldn't assert
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/ASTContext.cpp | 14 ++++++++++----
test/CodeGen/c11atomics-ios.c | 16 ++++++++++++++++
test/CodeGen/c11atomics.c | 14 ++++++++++++++
3 files changed, 40 insertions(+), 4 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 647be32c60 Remove \brief commands from doxygen comments.
new dc29e8eb7e [DebugInfo] Generate debug information for labels.
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/CGDebugInfo.cpp | 26 ++++++++++++++++++++++++++
lib/CodeGen/CGDebugInfo.h | 3 +++
lib/CodeGen/CGStmt.cpp | 10 ++++++++++
test/CodeGen/backend-unsupported-error.ll | 4 ++--
test/CodeGen/debug-label-inline.c | 28 ++++++++++++++++++++++++++++
test/CodeGen/debug-label.c | 16 ++++++++++++++++
6 files changed, 85 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/debug-label-inline.c
create mode 100644 test/CodeGen/debug-label.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 gcc-7-branch
in repository gcc.
from 7ed1c9520b0 Daily bump.
new 8f125339423 PR c++/85646 - lambda visibility.
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 | 8 ++++++++
gcc/cp/decl2.c | 14 +++++++-------
gcc/testsuite/g++.dg/ext/visibility/lambda1.C | 14 ++++++++++++++
3 files changed, 29 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ext/visibility/lambda1.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 lld.
from 065a161ad Fix test by adding -triple=x86_64-unknown-linux
new e2d030588 [PPC64] Add lazy symbol resolution stubs.
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/Arch/PPC64.cpp | 38 ++++++++++++++++++++++++++--
ELF/SyntheticSections.cpp | 48 ++++++++++++++++++++++++++++++------
test/ELF/ppc64-dynamic-relocations.s | 22 ++++++-----------
test/ELF/ppc64-ifunc.s | 33 ++++++++++++-------------
test/ELF/ppc64-plt-stub.s | 4 +--
5 files changed, 102 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 gcc.
from e2945c0d9da 2018-05-08 Kelvin Nilsen <kelvin(a)gcc.gnu.org>
new 09d66f49552 PR c++/85706 - class deduction under decltype
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 | 7 +++++++
gcc/cp/pt.c | 4 +++-
gcc/testsuite/g++.dg/concepts/class-deduction2.C | 9 +++++++++
3 files changed, 19 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/concepts/class-deduction2.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 gcc-8-branch
in repository gcc.
from 32098c49188 Daily bump.
new a31a0269de6 PR c++/85706 - class deduction under decltype
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 | 7 +++++++
gcc/cp/pt.c | 4 +++-
gcc/testsuite/g++.dg/concepts/class-deduction2.C | 9 +++++++++
3 files changed, 19 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/concepts/class-deduction2.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 llvm.
from e0c7deb8d5f Make CMakeLists.txt formatting more consistent with the res [...]
new 99deb0bcb19 [RuntimeDyld][MachO] Properly handle thumb to thumb calls w [...]
new 3ce5bb7fe7b Revert r331819 [GlobalISel][Legalizer] More concise and fas [...]
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:
include/llvm/CodeGen/GlobalISel/LegalizerHelper.h | 12 -
include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h | 1 -
include/llvm/CodeGen/MachineOperand.h | 5 -
lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 372 +++++++++++++--------
lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 8 +-
.../RuntimeDyld/Targets/RuntimeDyldMachOARM.h | 20 +-
test/CodeGen/AArch64/GlobalISel/legalize-phi.mir | 24 +-
.../RuntimeDyld/ARM/MachO_Thumb_Relocations.s | 81 +++--
8 files changed, 312 insertions(+), 211 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.