This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from f3407b73c4f [X86] Add tests to verify the presence of "ReadAfterLd" aft [...]
new 39bfbf12ad9 [X86] Add llvm-mca tests for r328834.
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/llvm-mca/X86/fma3-read-after-ld-1.s | 22 +++++++++++++
test/tools/llvm-mca/X86/fma3-read-after-ld-2.s | 22 +++++++++++++
.../llvm-mca/X86/variable-blend-read-after-ld-1.s | 38 ++++++++++++++++++++++
.../llvm-mca/X86/variable-blend-read-after-ld-2.s | 38 ++++++++++++++++++++++
4 files changed, 120 insertions(+)
create mode 100644 test/tools/llvm-mca/X86/fma3-read-after-ld-1.s
create mode 100644 test/tools/llvm-mca/X86/fma3-read-after-ld-2.s
create mode 100644 test/tools/llvm-mca/X86/variable-blend-read-after-ld-1.s
create mode 100644 test/tools/llvm-mca/X86/variable-blend-read-after-ld-2.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 clang.
from 4326573fd4 [Modules] Improve fixit for framework private module maps
new 27e25eb7f8 [analyzer] Remove the unused method declaration in `ValistCh [...]
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/StaticAnalyzer/Checkers/ValistChecker.cpp | 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 lld.
from 52579ac6a Re-implement --just-symbols as a regular object file.
new 8ad9d4ce0 Simplify test.
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/COFF/opt.test | 3 ---
1 file changed, 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 f7c486b165 Automatic date update in version.in
new f2ab4b4206 Make power8 the default cpu when assembling for 64-bit littl [...]
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:
gas/ChangeLog | 6 ++++++
gas/config/tc-ppc.c | 6 +++++-
2 files changed, 11 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 gcc.
from ebf896b9e54 2018-03-30 Thomas Koenig <tkoenig(a)gcc.gnu.org>
new 7065c85c54c 2018-03-30 Paul Thomas <pault(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/simplify.c | 57 ++++++++++------------
gcc/testsuite/ChangeLog | 5 ++
gcc/testsuite/gfortran.dg/array_constructor_53.f90 | 19 ++++++++
4 files changed, 57 insertions(+), 33 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/array_constructor_53.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 master
in repository gcc.
from db84998ff84 2018-03-30 Aaron Sawdey <acsawdey(a)linux.vnet.ibm.com>
new ebf896b9e54 2018-03-30 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/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gfortran.dg/substr_6.f90 | 2 --
2 files changed, 6 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 bbe58afb2bc 2017-03-30 Thomas Koenig <tkoenig(a)gcc.gnu.org>
new db84998ff84 2018-03-30 Aaron Sawdey <acsawdey(a)linux.vnet.ibm.com>
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 | 8 ++++++++
gcc/config/rs6000/rs6000-c.c | 3 +--
gcc/config/rs6000/rs6000-string.c | 3 +--
3 files changed, 10 insertions(+), 4 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 4e45b963bcd Revert "[LLVM-C] Finish exception instruction bindings"
new f3407b73c4f [X86] Add tests to verify the presence of "ReadAfterLd" aft [...]
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/llvm-mca/X86/bextr-read-after-ld.s | 29 +++++++++++++++++++++++++++
test/tools/llvm-mca/X86/bzhi-read-after-ld.s | 24 ++++++++++++++++++++++
2 files changed, 53 insertions(+)
create mode 100644 test/tools/llvm-mca/X86/bextr-read-after-ld.s
create mode 100644 test/tools/llvm-mca/X86/bzhi-read-after-ld.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 gcc.
from 961f1f9c3c7 Enable tuning options for skylake-avx512.
new c5989d3548f 2017-03-30 Thomas Koenig <tkoenig(a)gcc.gnu.org>
new bbe58afb2bc 2017-03-30 Thomas Koenig <tkoenig(a)gcc.gnu.org>
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/fortran/ChangeLog | 9 +++++++++
gcc/fortran/array.c | 14 ++++++++++++++
gcc/fortran/simplify.c | 4 ++--
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/zero_sized_10.f90 | 10 ++++++++++
5 files changed, 40 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/zero_sized_10.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.