This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_50
in repository clang-tools-extra.
from 779e022a index.rst: Remove doxygen link which doesn't work
new 58cffec4 ReleaseNotes: remove another in-progress warning
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 | 5 -----
1 file changed, 5 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 eb8aa2788e4 * tree-eh.c (lower_try_finally_switch): Set the location o [...]
new 83464023d60 [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:
gcc/ChangeLog | 7 ++++
gcc/gimple-ssa-strength-reduction.c | 17 ++++++++++
gcc/testsuite/ChangeLog | 5 +++
gcc/testsuite/g++.dg/torture/pr81987.C | 61 ++++++++++++++++++++++++++++++++++
4 files changed, 90 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/torture/pr81987.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 c1e0b4f4993 [WebAssembly] Update debug info test after r312144
new 5d795908c5e [ARM] Use Swift error registers on non-Darwin targets
new 5c6206ffb78 Refactor DIBuilder::createFragmentExpression into a static [...]
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/IR/DIBuilder.h | 12 -------
include/llvm/IR/DebugInfoMetadata.h | 12 +++++++
lib/CodeGen/SelectionDAG/LegalizeTypes.cpp | 19 +++++------
lib/IR/DIBuilder.cpp | 27 ---------------
lib/IR/DebugInfoMetadata.cpp | 28 ++++++++++++++++
lib/Target/ARM/ARMBaseRegisterInfo.cpp | 4 +--
lib/Transforms/IPO/GlobalOpt.cpp | 6 ++--
lib/Transforms/Scalar/SROA.cpp | 9 ++++-
test/CodeGen/ARM/swifterror.ll | 54 ++++++++++++++++++++++++++++++
9 files changed, 114 insertions(+), 57 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 be7fdad632c [GISel]: Add a clean up combiner during legalization.
new 01a26ffc1ab NewGVN: Allow simplification into variables
new 36fa01b1114 NewGVN: Make sure we add the correct user if we swapped the [...]
new c1e0b4f4993 [WebAssembly] Update debug info test after r312144
The 3 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/NewGVN.cpp | 49 ++++++++++++++++---------------
test/DebugInfo/WebAssembly/dbg-declare.ll | 2 +-
2 files changed, 26 insertions(+), 25 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 compiler-rt.
from 30b8ae261 [fuzzer] Don't enable tests when the fuzzer isn't built
new e8a608821 Add NetBSD support in test/tsan/thread_name*.cc
new fa6658d33 Add NetBSD support in tsan_interceptors.cc
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/tsan/rtl/tsan_interceptors.cc | 47 ++++++++++++++++++++++++++++++---------
test/tsan/thread_name.cc | 8 +++++--
test/tsan/thread_name2.cc | 10 ++++++---
3 files changed, 49 insertions(+), 16 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 065862a1174 [GVNSink] Remove dependency on SmallPtrSet iteration order.
new be7fdad632c [GISel]: Add a clean up combiner during legalization.
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/Legalizer.h | 3 -
.../llvm/CodeGen/GlobalISel/LegalizerCombiner.h | 206 +++++++++++++++++++++
include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h | 4 +
lib/CodeGen/GlobalISel/Legalizer.cpp | 161 ++++++----------
test/CodeGen/AArch64/GlobalISel/legalize-add.mir | 6 +-
test/CodeGen/AArch64/GlobalISel/legalize-and.mir | 6 +-
test/CodeGen/AArch64/GlobalISel/legalize-cmp.mir | 10 +-
test/CodeGen/AArch64/GlobalISel/legalize-div.mir | 25 ++-
test/CodeGen/AArch64/GlobalISel/legalize-gep.mir | 10 +-
test/CodeGen/AArch64/GlobalISel/legalize-itofp.mir | 39 ++--
.../AArch64/GlobalISel/legalize-load-store.mir | 8 +-
test/CodeGen/AArch64/GlobalISel/legalize-mul.mir | 4 +-
test/CodeGen/AArch64/GlobalISel/legalize-or.mir | 4 +-
test/CodeGen/AArch64/GlobalISel/legalize-phi.mir | 4 +-
test/CodeGen/AArch64/GlobalISel/legalize-rem.mir | 120 +++++++++---
test/CodeGen/AArch64/GlobalISel/legalize-shift.mir | 27 ++-
.../CodeGen/AArch64/GlobalISel/legalize-simple.mir | 12 +-
test/CodeGen/AArch64/GlobalISel/legalize-sub.mir | 4 +-
test/CodeGen/AArch64/GlobalISel/legalize-xor.mir | 4 +-
test/CodeGen/ARM/GlobalISel/arm-legalize-fp.mir | 32 ++--
20 files changed, 487 insertions(+), 202 deletions(-)
create mode 100644 include/llvm/CodeGen/GlobalISel/LegalizerCombiner.h
--
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 compiler-rt.
from e5229ff18 [builtins] Prevent duplicate definitions for overridden functions
new 30b8ae261 [fuzzer] Don't enable tests when the fuzzer isn't built
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/CMakeLists.txt | 5 ++++-
1 file changed, 4 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 binutils-gdb.
from 5b86dbf454 x86: Check target_id instead of elf_machine_code
new f493882dab x86: Add _bfd_x86_elf_get_synthetic_symtab
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:
bfd/ChangeLog | 19 +++++
bfd/elf32-i386.c | 213 +++-------------------------------------------
bfd/elf64-x86-64.c | 188 ++---------------------------------------
bfd/elfxx-x86.c | 241 +++++++++++++++++++++++++++++++++++++++++++++++++++++
bfd/elfxx-x86.h | 25 ++++++
5 files changed, 303 insertions(+), 383 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 7271c48ab70 * config/rs6000/rs6000.c (rs6000_emit_prologue_move_from_c [...]
new f46e5437023 * varasm.c (decode_addr_const): Deal with INDIRECT_REF <IN [...]
new eb8aa2788e4 * tree-eh.c (lower_try_finally_switch): Set the location o [...]
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:
gcc/ChangeLog | 9 +++++++++
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gnat.dg/aggr22.adb | 14 ++++++++++++++
gcc/testsuite/gnat.dg/aggr22.ads | 16 ++++++++++++++++
gcc/tree-eh.c | 5 +++--
gcc/varasm.c | 7 +++++++
6 files changed, 53 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gnat.dg/aggr22.adb
create mode 100644 gcc/testsuite/gnat.dg/aggr22.ads
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.