This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from fc7572a * tree-ssa-threadedge.c (record_temporary_equivalences_from [...]
new 47c3d0d Add support for ASan odr_indicator.
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:
config/ChangeLog | 5 ++
config/bootstrap-asan.mk | 2 +-
gcc/ChangeLog | 10 +++
gcc/asan.c | 87 ++++++++++++++++++++--
gcc/c-family/ChangeLog | 5 ++
gcc/c-family/c-attribs.c | 14 ++++
gcc/testsuite/ChangeLog | 4 +
.../asan/no-redundant-odr-indicators-1.c | 17 +++++
8 files changed, 135 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/asan/no-redundant-odr-indicators-1.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 579edc5 [AVX-512] Add masked VINSERTF/VINSERTI instructions to load f [...]
new 9c40e33 [AVX-512] Add EVEX PSHUFB instructions to load folding tables.
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/X86InstrInfo.cpp | 9 +++++
test/CodeGen/X86/stack-folding-int-avx512.ll | 26 +++++++++++++
test/CodeGen/X86/stack-folding-int-avx512vl.ll | 52 ++++++++++++++++++++++++++
3 files changed, 87 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 gcc.
from 61299ec Daily bump.
new fc7572a * tree-ssa-threadedge.c (record_temporary_equivalences_from [...]
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 | 6 ++++++
gcc/tree-ssa-threadedge.c | 7 ++++---
2 files changed, 10 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 a705e0e IR: Move NumElements field from {Array,Vector}Type to Sequent [...]
new 579edc5 [AVX-512] Add masked VINSERTF/VINSERTI instructions to load f [...]
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/X86InstrInfo.cpp | 26 +++++++++++++++++++++++++-
test/CodeGen/X86/stack-folding-fp-avx512.ll | 20 ++++++++++++++++++++
2 files changed, 45 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 lld.
from 8f66774 Add a test documenting how we handle addends on Elf_Rela.
new 0102428 Fix the worse case performance of ICF.
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/ICF.cpp | 179 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 89 insertions(+), 90 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 8ca3a0c [CUDA] Fix faulty test from rL288448
new 124ca6c clang/test/Driver/defsym.s: Appease targeting msc. It is inca [...]
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/defsym.s | 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 lld.
from 3f42924 Allow duplicated abs symbols with the same value.
new 8f66774 Add a test documenting how we handle addends on Elf_Rela.
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/dynamic-got-rela.s | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
create mode 100644 test/ELF/dynamic-got-rela.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 binutils-gdb.
from 397b8d2 Fix problem where orphan section is treated as a KEEP section.
new 018572b Don't handle timeout inside gdb_test_multiple
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/testsuite/ChangeLog | 7 +++++++
gdb/testsuite/gdb.base/maint.exp | 9 ---------
gdb/testsuite/gdb.cp/gdb2495.exp | 10 ++--------
gdb/testsuite/gdb.cp/ovldbreak.exp | 4 ----
4 files changed, 9 insertions(+), 21 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 be2884c Fix problem causing internal error when -z max-page-size is used.
new 397b8d2 Fix problem where orphan section is treated as a KEEP section.
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:
gold/ChangeLog | 6 ++++++
gold/script-sections.cc | 1 +
2 files changed, 7 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 2a9507e Change LoopUnrollPass cost from int to unsigned to make it co [...]
new a705e0e IR: Move NumElements field from {Array,Vector}Type to Sequent [...]
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/ProgrammersManual.rst | 6 +++---
include/llvm/IR/DerivedTypes.h | 20 +++++++-------------
include/llvm/IR/GetElementPtrTypeIterator.h | 9 +++------
lib/IR/ConstantFold.cpp | 9 ++-------
lib/IR/Constants.cpp | 6 ++----
lib/IR/Type.cpp | 8 ++------
lib/Linker/IRMover.cpp | 8 +++-----
lib/Transforms/IPO/GlobalOpt.cpp | 14 ++------------
lib/Transforms/Scalar/SROA.cpp | 9 ++-------
lib/Transforms/Utils/FunctionComparator.cpp | 19 +++++++------------
10 files changed, 33 insertions(+), 75 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.