This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from c49bd35e801 C++: show private field accessor hints with -g and optimiza [...]
new 9ecbb6eaf0e PR 84615 Regressions due to type mismatch with character functions
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 | 8 +++++-
gcc/fortran/trans-expr.c | 8 ++++--
gcc/testsuite/ChangeLog | 5 ++++
.../{auto_char_len_3.f90 => char_result_17.f90} | 29 +++++++++-------------
4 files changed, 30 insertions(+), 20 deletions(-)
copy gcc/testsuite/gfortran.dg/{auto_char_len_3.f90 => char_result_17.f90} (52%)
--
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 78dc89dcb9f Remove long-dead deprecation documentation
new c49bd35e801 C++: show private field accessor hints with -g and optimiza [...]
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/cp/ChangeLog | 11 ++++++++
gcc/cp/constexpr.c | 2 +-
gcc/cp/cp-tree.h | 1 +
gcc/cp/search.c | 21 ++++++++-------
gcc/testsuite/ChangeLog | 17 ++++++++++++
.../g++.dg/{other => torture}/accessor-fixits-1.C | 0
.../g++.dg/{other => torture}/accessor-fixits-2.C | 0
.../g++.dg/{other => torture}/accessor-fixits-3.C | 0
.../g++.dg/{other => torture}/accessor-fixits-4.C | 0
.../g++.dg/{other => torture}/accessor-fixits-5.C | 0
gcc/testsuite/g++.dg/torture/accessor-fixits-6.C | 22 +++++++++++++++
gcc/testsuite/g++.dg/torture/accessor-fixits-7.C | 22 +++++++++++++++
gcc/testsuite/g++.dg/torture/accessor-fixits-8.C | 31 ++++++++++++++++++++++
13 files changed, 116 insertions(+), 11 deletions(-)
rename gcc/testsuite/g++.dg/{other => torture}/accessor-fixits-1.C (100%)
rename gcc/testsuite/g++.dg/{other => torture}/accessor-fixits-2.C (100%)
rename gcc/testsuite/g++.dg/{other => torture}/accessor-fixits-3.C (100%)
rename gcc/testsuite/g++.dg/{other => torture}/accessor-fixits-4.C (100%)
rename gcc/testsuite/g++.dg/{other => torture}/accessor-fixits-5.C (100%)
create mode 100644 gcc/testsuite/g++.dg/torture/accessor-fixits-6.C
create mode 100644 gcc/testsuite/g++.dg/torture/accessor-fixits-7.C
create mode 100644 gcc/testsuite/g++.dg/torture/accessor-fixits-8.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 2ff763c8ed2 [llvm-mca] Move the logic that computes the register file u [...]
new 6d18d80e29a Ensure that DataTypes.h is installed now that it's moved to llvm-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:
CMakeLists.txt | 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 llvm.
from 6ee668d4cbd [SchedModel] Use CodeGenSchedClass::isKeyEqual instead of d [...]
new 4a705d1b606 [SchedModel] Use CodeGenSchedClass::getSchedClassIdx helper [...]
new 2ff763c8ed2 [llvm-mca] Move the logic that computes the register file u [...]
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:
test/tools/llvm-mca/X86/BtVer2/register-files-1.s | 29 +++++++++++++++
test/tools/llvm-mca/X86/BtVer2/register-files-2.s | 29 +++++++++++++++
tools/llvm-mca/Backend.h | 6 ----
tools/llvm-mca/BackendStatistics.cpp | 43 ++++++++++++++++-------
tools/llvm-mca/BackendStatistics.h | 28 +++++++++------
tools/llvm-mca/Dispatch.cpp | 41 +++++++++++----------
tools/llvm-mca/Dispatch.h | 38 ++++++--------------
tools/llvm-mca/HWEventListener.h | 20 +++++++++++
tools/llvm-mca/llvm-mca.cpp | 2 +-
utils/TableGen/CodeGenSchedule.cpp | 2 +-
10 files changed, 162 insertions(+), 76 deletions(-)
create mode 100644 test/tools/llvm-mca/X86/BtVer2/register-files-1.s
create mode 100644 test/tools/llvm-mca/X86/BtVer2/register-files-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 gcc.
from b116ab8db25 xfail gcc.dg/tree-ssa/pr84512.c on 64-bit sparc
new 78dc89dcb9f Remove long-dead deprecation documentation
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 | 11 +++++++----
gcc/doc/extend.texi | 29 +----------------------------
2 files changed, 8 insertions(+), 32 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-tools-extra.
from 78723b0f [clang-tidy] Use :doc: for check links in Release Notes.
new 75b2e051 [clang-tidy] Marking hicpp-no-assembler-msvc unsupported on Windows
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/clang-tidy/hicpp-no-assembler-msvc.cpp | 2 ++
1 file changed, 2 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 8fe7c8044ec Enable jit on Solaris: soname option and EXTRA_GCC_LIBS (PR [...]
new b116ab8db25 xfail gcc.dg/tree-ssa/pr84512.c on 64-bit sparc
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 | 4 ++++
gcc/testsuite/gcc.dg/tree-ssa/pr84512.c | 2 +-
2 files changed, 5 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 llvm.
from de69937494c [Docs] Remove some WIP X86 documentation I accidentally lea [...]
new 6ee668d4cbd [SchedModel] Use CodeGenSchedClass::isKeyEqual instead of d [...]
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/CodeGenSchedule.cpp | 7 ++-----
utils/TableGen/CodeGenSchedule.h | 3 ++-
2 files changed, 4 insertions(+), 6 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 402d59575 [PowerPC] Disable failing dynamic tls test cases
new 52411af60 [libFuzzer] Disable equivalence-signals test on Darwin due to [...]
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/fuzzer/equivalence-signals.test | 3 +++
1 file changed, 3 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 2ecc6181aad [ARM] Fix test pr82989.c for big endian and mthumb
new 8fe7c8044ec Enable jit on Solaris: soname option and EXTRA_GCC_LIBS (PR [...]
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/configure | 6 ++++++
gcc/configure.ac | 6 ++++++
gcc/jit/ChangeLog | 5 +++++
gcc/jit/Make-lang.in | 2 +-
5 files changed, 24 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.