This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch aoliva/testme
in repository gcc.
discards 968ba923ee8 [PR c++/84979] reject auto in explicit tmpl args for tmpl-fn
discards aa28aabb392 [PR c++/84943] mark function as used when taking its address
new f787d39a78d [PR c++/84943] mark function as used when taking its address
new 26773d71bbe [PR c++/84979] reject auto in explicit tmpl args for tmpl-fn
new e1907ab640e [PR c++/85039] adjust context of new types in member initializers
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (968ba923ee8)
\
N -- N -- N refs/heads/aoliva/testme (e1907ab640e)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
gcc/cp/decl2.c | 6 ++++++
gcc/cp/name-lookup.c | 17 ++++++++++++++---
gcc/cp/typeck.c | 8 +++-----
gcc/testsuite/g++.dg/pr85039-1.C | 17 +++++++++++++++++
gcc/testsuite/g++.dg/pr85039-2.C | 10 ++++++++++
gcc/testsuite/g++.dg/pr85039-3.C | 13 +++++++++++++
6 files changed, 63 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/pr85039-1.C
create mode 100644 gcc/testsuite/g++.dg/pr85039-2.C
create mode 100644 gcc/testsuite/g++.dg/pr85039-3.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 16fa9066bac [X86] Reduce number of OpPrefix bits in TSFlags to 2. NFCI
new e6866b5e186 Add a wrapper around llvm-objdump to look for indirect call [...]
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/indirect_calls.py | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 49 insertions(+)
create mode 100755 utils/indirect_calls.py
--
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 023c8be9098 [SCEV] Make computeExitLimit more simple and more powerful
new e02284bdf8f [X86][TableGen] Add a missing error check to make sure EVEX [...]
new 16fa9066bac [X86] Reduce number of OpPrefix bits in TSFlags to 2. NFCI
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/MCTargetDesc/X86BaseInfo.h | 12 +++---
lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp | 4 +-
lib/Target/X86/X86InstrFormats.td | 54 +++++++++++++-----------
utils/TableGen/X86RecognizableInstr.cpp | 6 ++-
utils/TableGen/X86RecognizableInstr.h | 2 +-
5 files changed, 43 insertions(+), 35 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 8b74007e1a3 [SLP] Fix issues with debug output in the SLP vectorizer.
new 023c8be9098 [SCEV] Make computeExitLimit more simple and more powerful
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/Analysis/ScalarEvolution.cpp | 75 +++++------------------
test/Analysis/ScalarEvolution/exact_iter_count.ll | 34 ++++++++++
2 files changed, 51 insertions(+), 58 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 9c72aec7a1c [TableGen] Use llvm::cast instead of static_cast so that th [...]
new 8b74007e1a3 [SLP] Fix issues with debug output in the SLP vectorizer.
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/Vectorize/SLPVectorizer.cpp | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 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 86ab905c1d5 bpf: fix incorrect SELECT_CC lowering
new 9c72aec7a1c [TableGen] Use llvm::cast instead of static_cast so that th [...]
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/X86RecognizableInstr.cpp | 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 lld.
from ad819dfd9 Merge LazyArchive::fetch() and ArchiveFile::getMember(). NFC.
new 02c343b21 Use OffsetMap in getSectionPiece.
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/InputSection.cpp | 22 +++++++++++++++++-----
1 file changed, 17 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 746a5dcae63 peel loops with runtime small trip counts
new 86ab905c1d5 bpf: fix incorrect SELECT_CC lowering
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/BPF/BPFISelLowering.cpp | 6 ------
test/CodeGen/BPF/32-bit-subreg-peephole.ll | 2 +-
test/CodeGen/BPF/cmp.ll | 2 +-
test/CodeGen/BPF/select_ri.ll | 2 +-
4 files changed, 3 insertions(+), 9 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 b6d2b999776 Remove utils/makellvm; it doesn't look like it works with c [...]
new 746a5dcae63 peel loops with runtime small trip counts
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/Utils/UnrollLoop.h | 2 ++
lib/Target/Hexagon/HexagonTargetTransformInfo.cpp | 7 ++++
lib/Transforms/Scalar/LoopUnrollPass.cpp | 3 ++
lib/Transforms/Utils/LoopUnrollPeel.cpp | 9 ++++--
.../LoopUnroll/Hexagon/peel-small-loop.ll | 37 ++++++++++++++++++++++
5 files changed, 56 insertions(+), 2 deletions(-)
create mode 100644 test/Transforms/LoopUnroll/Hexagon/peel-small-loop.ll
--
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 bab9d7badc3 [x86] Tidy up test case, generate check lines with script. NFC.
new b6d2b999776 Remove utils/makellvm; it doesn't look like it works with 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:
utils/makellvm | 145 ---------------------------------------------------------
1 file changed, 145 deletions(-)
delete mode 100755 utils/makellvm
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.