This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from dc4ed9fd371 Fix typos (PR other/84819).
new 91674b2a37f PR tree-optimization/82004 * gimple-match-head.c (optimiz [...]
new c451cd08484 PR target/85095 * config/i386/i386.md (*add<mode>3_carry_ [...]
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 | 11 +++++
gcc/config/i386/i386.md | 57 ++++++++++++++++++++++
gcc/gimple-match-head.c | 68 +++++++++++++++++++++++++++
gcc/match.pd | 5 +-
gcc/testsuite/ChangeLog | 10 ++++
gcc/testsuite/gcc.c-torture/execute/pr85095.c | 52 ++++++++++++++++++++
gcc/testsuite/gcc.dg/pr82004.c | 32 +++++++++++++
gcc/testsuite/gcc.target/i386/pr85095-1.c | 33 +++++++++++++
gcc/testsuite/gcc.target/i386/pr85095-2.c | 54 +++++++++++++++++++++
9 files changed, 321 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr85095.c
create mode 100644 gcc/testsuite/gcc.dg/pr82004.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr85095-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr85095-2.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 clang.
from 873ca69ee1 Fix for LLVM header changes
new e3fdb5e25a [MS] Fix bug in method vfptr location code
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/VTableBuilder.cpp | 26 +++++++++++++++++-----
.../microsoft-abi-virtual-inheritance.cpp | 17 ++++++++++++++
2 files changed, 38 insertions(+), 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 compiler-rt.
from d2575a962 [asan] Add vfork to the list of reasons for stack errors.
new 85f6bace7 [ASan] Report proper ASan error on allocator failures instead [...]
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/asan/asan_allocator.cc | 83 ++++++++++------
lib/asan/asan_errors.cc | 100 +++++++++++++++++++
lib/asan/asan_errors.h | 110 +++++++++++++++++++++
lib/asan/asan_new_delete.cc | 7 +-
lib/asan/asan_report.cc | 48 +++++++++
lib/asan/asan_report.h | 10 ++
lib/sanitizer_common/sanitizer_allocator.cc | 10 ++
lib/sanitizer_common/sanitizer_allocator.h | 3 +
.../TestCases/Linux/aligned_alloc-alignment.cc | 19 ++++
test/asan/TestCases/Linux/allocator_oom_test.cc | 2 +-
test/asan/TestCases/Linux/pvalloc-overflow.cc | 5 +-
.../TestCases/Posix/posix_memalign-alignment.cc | 20 ++++
test/asan/TestCases/Windows/oom.cc | 2 +-
test/asan/TestCases/allocator_returns_null.cc | 18 ++--
test/asan/TestCases/calloc-overflow.cc | 19 ++++
test/asan/TestCases/malloc-size-too-big.cc | 26 +++++
test/lsan/TestCases/allocator_returns_null.cc | 22 +++--
.../TestCases/Linux/soft_rss_limit_mb_test.cc | 2 +-
18 files changed, 455 insertions(+), 51 deletions(-)
create mode 100644 test/asan/TestCases/Linux/aligned_alloc-alignment.cc
create mode 100644 test/asan/TestCases/Posix/posix_memalign-alignment.cc
create mode 100644 test/asan/TestCases/calloc-overflow.cc
create mode 100644 test/asan/TestCases/malloc-size-too-big.cc
--
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 2b13c66b9ff [MachineOutliner] Simplify call outlining + require valid c [...]
new a5fb5aaf81f Oops - moved slightly too many things from Scalar to Utils. [...]
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/Transforms/Scalar.h | 6 ++++++
include/llvm/Transforms/Utils.h | 7 -------
lib/Transforms/Scalar/Scalar.cpp | 4 ++++
lib/Transforms/Utils/Utils.cpp | 4 ----
4 files changed, 10 insertions(+), 11 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 lldb.
from b2a6926cd Explicitly import subprocess
new 23d25d7e2 Revert r328715. Wasn't wrong, just not the issue.
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:
packages/Python/lldbsuite/test/lang/cpp/trivial_abi/TestTrivialABI.py | 1 -
1 file changed, 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 49ca55e3813 Transforms: Introduce Transforms/Utils.h rather than spread [...]
new 2b13c66b9ff [MachineOutliner] Simplify call outlining + require valid c [...]
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/AArch64/AArch64InstrInfo.cpp | 49 +++++++++----------------
test/CodeGen/AArch64/machine-outliner-calls.mir | 2 +-
test/CodeGen/AArch64/machine-outliner.mir | 2 +-
3 files changed, 20 insertions(+), 33 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 d36734b4d8 [Diag] Avoid emitting a redefinition note if no location is [...]
new 873ca69ee1 Fix for LLVM header changes
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/BackendUtil.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 gcc-7-branch
in repository gcc.
from 136db5fd473 Fix up ChangeLog date from my previous commit
new 13bf3c5c9a3 2018-03-28 Thomas Koenig <tkoenig(a)gcc.gnu.org>
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/fortran/ChangeLog | 9 ++++++++-
gcc/fortran/frontend-passes.c | 8 ++++----
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gfortran.dg/matmul_rank_1.f90 | 9 +++++++++
4 files changed, 27 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/matmul_rank_1.f90
--
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-6-branch
in repository gcc.
from cc21ed1bc26 [arm] PR target/85026: Fix ldrsh length estimate in Thumb state
new e17af0d7c65 2018-03-28 Thomas Koenig <tkoenig(a)gcc.gnu.org>
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/fortran/ChangeLog | 9 ++++++++-
gcc/fortran/frontend-passes.c | 8 ++++----
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/gfortran.dg/matmul_rank_1.f90 | 9 +++++++++
4 files changed, 28 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/matmul_rank_1.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.