This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 71d4cbd PR c++/77790 - ICE with auto function in C++11 mode
new 29b884a PR tree-ssa/56727 * gcc.dg/tree-ssa/pr56727.c: New testcase [...]
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 | 5 +++++
gcc/ipa-utils.c | 18 ++++++++++++++++--
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/tree-ssa/pr56727.c | 16 ++++++++++++++++
4 files changed, 42 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr56727.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 dcd6d02 [X86][SSE] Convert getTargetShuffleMaskIndices to use getTarg [...]
new b3ac0dc [X86] Improve alphabetizing of load folding tables. NFC
new 5bb68b4 [AVX-512] Add VPMINS/MINU/MAXS/MAXU instructions to load fold [...]
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/X86/X86InstrInfo.cpp | 172 +++++++++++--
test/CodeGen/X86/stack-folding-int-avx512vl.ll | 322 +++++++++++++++++++++++++
2 files changed, 476 insertions(+), 18 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 6815585 [X86] Merge repeated getScalarValueSizeInBits calls. NFCI.
new dcd6d02 [X86][SSE] Convert getTargetShuffleMaskIndices to use getTarg [...]
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 | 100 ++++++++++---------------------------
1 file changed, 25 insertions(+), 75 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 e577660 Make helpers static. NFC.
new dd62178 Sema: simplify conditional execution (NFC)
new 370ec93 CodeGen: rename variables to adhere to naming convention
new 21c324f docs: update docs for objc_storeStrong behaviour
The 3 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/AutomaticReferenceCounting.rst | 7 ++-----
lib/CodeGen/CGObjC.cpp | 19 ++++++++++---------
lib/CodeGen/CodeGenModule.h | 2 +-
lib/Sema/SemaDeclCXX.cpp | 5 +----
4 files changed, 14 insertions(+), 19 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 6211972 PR ipa/79224 * ipa-inline-analysis.c (get_minimal_bb): New [...]
new 71d4cbd PR c++/77790 - ICE with auto function in C++11 mode
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 | 8 ++++++++
gcc/cp/cp-tree.h | 2 +-
gcc/cp/decl.c | 15 ++++++++++-----
gcc/cp/decl2.c | 17 +++++------------
gcc/testsuite/g++.dg/cpp0x/auto41.C | 2 +-
gcc/testsuite/g++.dg/cpp1y/auto-fn35.C | 11 +++++++++++
6 files changed, 36 insertions(+), 19 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/auto-fn35.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 1886f78 NewGVN: Reverse sense of this test to make it clearer
new 6815585 [X86] Merge repeated getScalarValueSizeInBits calls. 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/Target/X86/X86ISelLowering.cpp | 14 +++++++-------
1 file changed, 7 insertions(+), 7 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 d03092c * doc/contrib.texi (Contributors): Remove broken link into [...]
new 6211972 PR ipa/79224 * ipa-inline-analysis.c (get_minimal_bb): New [...]
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/ipa-inline-analysis.c | 47 ++++++++++++++++++++++++++++++++++++-----------
2 files changed, 43 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 df694af NewGVN: Add missing initialization of NumFuncArgs lost due to [...]
new 1886f78 NewGVN: Reverse sense of this test to make it clearer
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/Transforms/Scalar/NewGVN.cpp | 12 +++++++-----
1 file changed, 7 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 llvm.
from 364f3b1 NewGVN: Rank and order commutative operands consistently.
new df694af NewGVN: Add missing initialization of NumFuncArgs lost 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:
lib/Transforms/Scalar/NewGVN.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 master
in repository llvm.
from ec8a2fa [X86][3DNow!] Add tests to ensure PFMAX/PFMIN are not commuted.
new 364f3b1 NewGVN: Rank and order commutative operands consistently.
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/Transforms/Scalar/NewGVN.cpp | 42 ++++++++++++++++++++++++++++++++++++++--
1 file changed, 40 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.