This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 7a880f406b4 Fix changelog entry.
new 4c168df0c1d PR middle-end/35691 * tree-ssa-reassoc.c (update_range_te [...]
new 769982a85ba PR target/82267 * config/i386/i386.c (ix86_print_operand_ [...]
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 | 12 ++++
gcc/config/i386/i386.c | 2 +-
gcc/testsuite/ChangeLog | 6 ++
gcc/testsuite/gcc.dg/pr35691-5.c | 125 ++++++++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/pr35691-6.c | 72 ++++++++++++++++++++
gcc/tree-ssa-reassoc.c | 141 ++++++++++++++++++++++++++++++++++++++-
6 files changed, 356 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr35691-5.c
create mode 100644 gcc/testsuite/gcc.dg/pr35691-6.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 80bdd134cd9 [x86] fix pr29061
new 5f82c061104 [DSE] Merge stores when the later store only writes to memo [...]
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/DeadStoreElimination.cpp | 102 +++++++++-
.../DeadStoreElimination/PartialStore.ll | 2 +-
.../combined-partial-overwrites.ll | 2 +-
.../merge-stores-big-endian.ll | 173 ++++++++++++++++
.../DeadStoreElimination/merge-stores.ll | 220 +++++++++++++++++++++
5 files changed, 494 insertions(+), 5 deletions(-)
create mode 100644 test/Transforms/DeadStoreElimination/merge-stores-big-endian.ll
create mode 100644 test/Transforms/DeadStoreElimination/merge-stores.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 4df21e70e6 [XRay] Avoid actual linking when testing the driver
new bd9a973c97 [OPENMP] Generate implicit map|firstprivate clauses for targ [...]
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/CGOpenMPRuntime.cpp | 89 ++--
lib/CodeGen/CGStmtOpenMP.cpp | 16 +
lib/CodeGen/CodeGenFunction.h | 3 +
lib/Sema/SemaOpenMP.cpp | 198 +++++++--
test/OpenMP/target_codegen.cpp | 12 +-
test/OpenMP/target_firstprivate_codegen.cpp | 2 +-
test/OpenMP/target_map_codegen.cpp | 462 ++++-----------------
test/OpenMP/target_map_messages.cpp | 66 +++
test/OpenMP/target_parallel_codegen.cpp | 8 +-
test/OpenMP/target_teams_codegen.cpp | 8 +-
...ams_distribute_parallel_for_shared_messages.cpp | 2 +-
...istribute_parallel_for_simd_shared_messages.cpp | 2 +-
test/OpenMP/teams_distribute_shared_messages.cpp | 2 +-
.../teams_distribute_simd_shared_messages.cpp | 2 +-
test/OpenMP/teams_shared_messages.cpp | 2 +-
15 files changed, 402 insertions(+), 472 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 dd88045ab Speed up SymbolTable::insert().
new 334f12bf4 [ELF] - Remove wrong comment from testcase.
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/lto/linker-script-symbols-assign.ll | 2 --
1 file changed, 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 binutils-gdb.
from 281c444773 Remove support for Solaris < 10 (PR gdb/22185)
new 30d0157a2a Avoid needless resource usage when processing a corrupt DWAR [...]
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 | 7 +++++++
bfd/dwarf2.c | 10 ++++++++++
2 files changed, 17 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 d14bfe208b2 Tidyup P->getComplexPatternInfo call by moving it inside if [...]
new 80bdd134cd9 [x86] fix pr29061
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/X86/X86ISelLowering.cpp | 14 ++++++------
test/CodeGen/X86/pr29061.ll | 44 ++++++++++++++++++++++++++++++++++++++
2 files changed, 52 insertions(+), 6 deletions(-)
create mode 100644 test/CodeGen/X86/pr29061.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 binutils-gdb.
from 39b06c208f Fix gdb 8.1 Solaris/SPARC compilation (PR build/22206)
new 281c444773 Remove support for Solaris < 10 (PR gdb/22185)
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:
gdb/ChangeLog | 32 ++++++++++
gdb/NEWS | 4 ++
gdb/config.in | 17 ------
gdb/configure | 172 -----------------------------------------------------
gdb/configure.ac | 53 -----------------
gdb/configure.host | 6 +-
gdb/configure.nat | 38 ++++--------
gdb/configure.tgt | 13 +---
gdb/proc-service.c | 38 +++---------
gdb/sol-thread.c | 74 +++++++----------------
10 files changed, 83 insertions(+), 364 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 71e7a8ba899 Don't move llvm.localescape outside the entry block in the [...]
new d14bfe208b2 Tidyup P->getComplexPatternInfo call by moving it inside if [...]
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:
utils/TableGen/CodeGenDAGPatterns.cpp | 4 +---
1 file changed, 1 insertion(+), 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 binutils-gdb.
from 1b86808a86 PR22209, invalid memory read in find_abstract_instance_name
new 39b06c208f Fix gdb 8.1 Solaris/SPARC compilation (PR build/22206)
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:
gdb/ChangeLog | 8 ++++++++
gdb/sparc64-tdep.c | 8 ++++++--
2 files changed, 14 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 binutils-gdb.
from 5c1c468d0e Fix address violations when parsing a corrupt DWARF linenumb [...]
new 1b86808a86 PR22209, invalid memory read in find_abstract_instance_name
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 | 9 +++++++++
bfd/dwarf2.c | 58 +++++++++++++++++++++++++++++++++++++++++++---------------
2 files changed, 52 insertions(+), 15 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.