This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 6860a44 PR c++/71173 - wrong qualified lookup
new 1ae3028 Fix comment.
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/cp-tree.h | 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 2b7ac01 TableGen: Use StringRef instead of std::string
new f50e8cd [llvm-pdbdump] Dump raw stream contents as binary block.
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:
tools/llvm-pdbdump/llvm-pdbdump.cpp | 5 +++--
1 file changed, 3 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 a322d8d * ru.po: Update.
new 6860a44 PR c++/71173 - wrong qualified lookup
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 | 12 ++++++++++++
gcc/cp/cp-tree.h | 3 ++-
gcc/cp/name-lookup.c | 19 +++++++++----------
gcc/cp/name-lookup.h | 2 +-
gcc/cp/parser.c | 30 ++++++++++++++++++++++++------
gcc/testsuite/g++.dg/lookup/scoped10.C | 5 +++++
gcc/testsuite/g++.dg/lookup/scoped9.C | 10 ++++++++++
7 files changed, 63 insertions(+), 18 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/lookup/scoped10.C
create mode 100644 gcc/testsuite/g++.dg/lookup/scoped9.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 binutils-gdb.
from f1360d5 Enable VREX for AVX512 directives
new f3ad763 Enable VREX for all AVX512 directives
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:
opcodes/ChangeLog | 9 +++++++
opcodes/i386-gen.c | 22 ++++++++--------
opcodes/i386-init.h | 76 ++++++++++++++++++++++++++---------------------------
3 files changed, 58 insertions(+), 49 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 211d1cd AMDGPU: Fix missing br_cc i1 test coverage
new 2997ae6 AMDGPU: Fix v2i64/v2f64 bitcasts
new 2b7ac01 TableGen: Use StringRef instead of std::string
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/AMDGPU/SIInstructions.td | 2 ++
test/CodeGen/AMDGPU/bitcast.ll | 34 +++++++++++++++++++++++++++++++++-
utils/TableGen/CodeGenTarget.cpp | 4 ++--
utils/TableGen/CodeGenTarget.h | 4 ++--
4 files changed, 39 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.
christophe.lyon pushed a change to branch armv8l-fpu
in repository toolchain/abe.
at 21d1338 DEBUG: Use vfpv3 fpu for armv8l, to make results comparison easier.
This branch includes the following new commits:
new 21d1338 DEBUG: Use vfpv3 fpu for armv8l, to make results comparison easier.
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.
--
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 a922e4b [SelectionDAG] Add smarts for BSWAP in computeKnownBits.
new 211d1cd AMDGPU: Fix missing br_cc i1 test coverage
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/AMDGPU/basic-branch.ll | 49 +++++++++++++++++++++++++++++++++----
1 file changed, 44 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 53d233a AMDGPU: Make vectorization defeating test changes
new a922e4b [SelectionDAG] Add smarts for BSWAP in computeKnownBits.
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/SelectionDAG.cpp | 6 ++++++
.../AArch64}/bswap-known-bits.ll | 21 +++++++++------------
2 files changed, 15 insertions(+), 12 deletions(-)
copy test/{Transforms/InstCombine => CodeGen/AArch64}/bswap-known-bits.ll (74%)
--
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 4502401 [profile] Further cleanup/refactor file handling code
new a949446 [esan][cfrag] Add skeleton for cache fragmentation tool support
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/esan/CMakeLists.txt | 1 +
lib/esan/cache_frag.cpp | 40 ++++++++++++++++++++++++++++++++
lib/esan/{working_set.h => cache_frag.h} | 22 ++++++++----------
lib/esan/esan.cpp | 14 +++++++----
test/esan/TestCases/struct-simple.cpp | 16 +++++++++----
5 files changed, 71 insertions(+), 22 deletions(-)
create mode 100644 lib/esan/cache_frag.cpp
copy lib/esan/{working_set.h => cache_frag.h} (52%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.