This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 8ae415fb86e Remove lambda default argument to fix gcc pedantic warning.
new 47bbfe3bd01 [llvm-mca] Fix PR38575: Avoid an invalid implicit truncatio [...]
new 7c82b970fb5 [PowerPC] Don't run BV DAG Combine before legalization if i [...]
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/Target/PowerPC/PPCISelLowering.cpp | 13 ++++-
test/CodeGen/PowerPC/pr38087.ll | 55 +++++++++++++++++++
test/tools/llvm-mca/AArch64/Exynos/pr38575.s | 82 ++++++++++++++++++++++++++++
tools/llvm-mca/Scheduler.cpp | 2 +-
4 files changed, 148 insertions(+), 4 deletions(-)
create mode 100644 test/CodeGen/PowerPC/pr38087.ll
create mode 100644 test/tools/llvm-mca/AArch64/Exynos/pr38575.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 llvm.
from 3ea0447ec7a [yaml2obj] - Teach tool to produce SHT_GROUP section with a [...]
new 8ae415fb86e Remove lambda default argument to fix gcc pedantic 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:
lib/Target/X86/X86ISelLowering.cpp | 4 ++--
1 file changed, 2 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 gcc.
from 55a9a5ee411 Don't make unsized objects into extern.
new 696157c24ee S/390: Remove branch splitting loop
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 | 4 +++
gcc/config/s390/s390.c | 70 ++++++++++++--------------------------------------
2 files changed, 21 insertions(+), 53 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 547357ad29 Fix ASTMatchersTraversalTest testcase compile on older compilers
new 8587270a73 Use .cpp extension for certain tests instead of .cc
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/CodeGen/{aapcs-align.cc => aapcs-align.cpp} | 0
test/CodeGen/{aapcs64-align.cc => aapcs64-align.cpp} | 0
2 files changed, 0 insertions(+), 0 deletions(-)
rename test/CodeGen/{aapcs-align.cc => aapcs-align.cpp} (100%)
rename test/CodeGen/{aapcs64-align.cc => aapcs64-align.cpp} (100%)
--
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 0ea0e07b6 [LLD][ELF] - Eliminate dead code from OffsetGetter::get().
new 3e062365e [LLD][ELF] - Handle SHT_GROUP more carefully. NFCI.
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/InputFiles.cpp | 6 +++++-
test/ELF/invalid/comdat-broken.test | 25 +++++++++++++++++++++++++
2 files changed, 30 insertions(+), 1 deletion(-)
create mode 100644 test/ELF/invalid/comdat-broken.test
--
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 glibc.
from fdb16de387 error, warn, warnx: Use __fxprintf for wide printing [BZ #23519]
new 49acec179c Fix spaces in x86_64 ULP file
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:
ChangeLog | 4 ++++
sysdeps/x86_64/fpu/libm-test-ulps | 6 +++---
2 files changed, 7 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 f965428b0ed [TargetLowering] Minor cleanup of TargetLowering::BuildSDIV. NFCI.
new 3ea0447ec7a [yaml2obj] - Teach tool to produce SHT_GROUP section with a [...]
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/tools/yaml2obj/elf-comdat-broken.yaml | 34 ++++++++++++++++++++++++++++++
tools/yaml2obj/yaml2elf.cpp | 3 ++-
2 files changed, 36 insertions(+), 1 deletion(-)
create mode 100644 test/tools/yaml2obj/elf-comdat-broken.yaml
--
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 9862ad906a1 Darwin - remove unnecessary target hook
new 55a9a5ee411 Don't make unsized objects into extern.
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/c/ChangeLog | 6 ++++++
gcc/c/c-decl.c | 8 --------
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/gcc.dg/graphite/pr82451.c | 2 +-
gcc/testsuite/gcc.dg/redecl-10.c | 4 ++--
5 files changed, 16 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 llvm.
from a5f4d299297 [UnJ] Rename hasInvariantIterationCount to hasIterationCoun [...]
new f965428b0ed [TargetLowering] Minor cleanup of TargetLowering::BuildSDIV. NFCI.
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/SelectionDAG/TargetLowering.cpp | 41 ++++++++++++++---------------
1 file changed, 20 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 gcc.
from 43b7f53ffd0 Fix single-threaded build for targets without atomics
new 9862ad906a1 Darwin - remove unnecessary target hook
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/config/darwin.c | 15 ---------------
gcc/config/darwin.h | 4 ----
3 files changed, 7 insertions(+), 19 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.