This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from a5597d6 PR target/71948 * config/avr/avr.c (AVR_SYMBOL_FLAG_TINY_PM [...]
new bd17928 Add non-const std::basic_string::data() for C++17
new a5b4465 * mangle.c (mangle_decl): Fix mangled name change warning.
new b795d0c * mangle.c (get_abi_tags): New.
new c6b4d6c Warn about mangled name change even if DECL_REALLY_EXTERN.
The 4 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 | 9 ++
gcc/cp/mangle.c | 114 ++++++++++++---------
gcc/testsuite/g++.dg/abi/Wabi-2-3.C | 2 +-
gcc/testsuite/g++.dg/abi/Wabi-3-2.C | 2 +-
libstdc++-v3/ChangeLog | 5 +
libstdc++-v3/include/bits/basic_string.h | 36 ++++++-
.../wchar_t/5.cc => operations/data/char/2.cc} | 29 +++---
.../wchar_t/5.cc => operations/data/wchar_t/2.cc} | 29 +++---
8 files changed, 141 insertions(+), 85 deletions(-)
copy libstdc++-v3/testsuite/21_strings/basic_string/{operators/wchar_t/5.cc => ope [...]
copy libstdc++-v3/testsuite/21_strings/basic_string/{operators/wchar_t/5.cc => ope [...]
--
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 e7fe170 [codeview] Skip injected class names in nested record emission
new 033d0b7 [ObjC Availability] Fix partial-availability false positive i [...]
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/Sema/SemaDeclAttr.cpp | 2 +-
test/SemaObjC/attr-availability.m | 5 +++++
2 files changed, 6 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 compiler-rt.
from 8d02463 Use 'unsigned long' to match the APIs of the MS bitscan intrinsics
new 4783923 [CMake] Don't trust compiler error code, also check for errors
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:
cmake/Modules/BuiltinTests.cmake | 14 +++++++++++++-
1 file changed, 13 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 71a7b1e Revert r277372, it is causing buildbot failures
new abaa42d [LV] Use getPointerOperand helper where appropriate (NFC)
new 8a44831 [LV] Move isGatherOrScatterLegal into LoopVectorizationLegali [...]
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/Transforms/Vectorize/LoopVectorize.cpp | 76 +++++++++++++-----------------
1 file changed, 34 insertions(+), 42 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 d794313 [Hexagon] Tidy up some code, NFC
new 71a7b1e Revert r277372, it is causing buildbot failures
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/Hexagon/HexagonISelDAGToDAG.cpp | 162 +++++++++++++-----------
lib/Target/Hexagon/HexagonISelLowering.cpp | 197 ++++++++++++++---------------
2 files changed, 186 insertions(+), 173 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 libcxx.
from d836c0e libc++: test lock-free atomic alignment
new c6669cf Adding smart_ptr benchmark
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:
benchmarks/util_smartptr.bench.cpp | 42 ++++++++++++++++++++++++++++++++++++++
1 file changed, 42 insertions(+)
create mode 100644 benchmarks/util_smartptr.bench.cpp
--
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 8be735f [DAGCombine] Make sext(setcc) combine respect getBooleanContents
new d794313 [Hexagon] Tidy up some code, NFC
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/Hexagon/HexagonISelDAGToDAG.cpp | 162 +++++++++++-------------
lib/Target/Hexagon/HexagonISelLowering.cpp | 197 +++++++++++++++--------------
2 files changed, 173 insertions(+), 186 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 4df351d [CFLAA] Remove modref queries from CFLAA.
new 16082a3 [Hexagon] Generate vector printing instructions
new 8be735f [DAGCombine] Make sext(setcc) combine respect getBooleanContents
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:
include/llvm/Target/TargetLowering.h | 4 +
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 32 +++--
lib/CodeGen/SelectionDAG/TargetLowering.cpp | 10 ++
lib/Target/Hexagon/CMakeLists.txt | 1 +
lib/Target/Hexagon/HexagonTargetMachine.cpp | 7 ++
lib/Target/Hexagon/HexagonVectorPrint.cpp | 180 ++++++++++++++++++++++++++++
test/CodeGen/Hexagon/v6vec-vprint.ll | 31 +++++
test/CodeGen/X86/pr28504.ll | 37 ++++++
8 files changed, 293 insertions(+), 9 deletions(-)
create mode 100644 lib/Target/Hexagon/HexagonVectorPrint.cpp
create mode 100644 test/CodeGen/Hexagon/v6vec-vprint.ll
create mode 100644 test/CodeGen/X86/pr28504.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 libcxx.
from 16d768b Improve shared_ptr dtor performance
new d836c0e libc++: test lock-free atomic alignment
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:
.../libcxx/atomics/atomics.align/align.pass.sh.cpp | 89 ++++++++++++++++++++++
1 file changed, 89 insertions(+)
create mode 100644 test/libcxx/atomics/atomics.align/align.pass.sh.cpp
--
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 a78bbfb Remove dead ctor.
new cbb493a [ELF/ARM] Add support for R_ARM_TARGET1 relocation.
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/Config.h | 1 +
ELF/Driver.cpp | 1 +
ELF/Options.td | 4 ++++
ELF/Target.cpp | 6 ++++++
test/ELF/arm-target1.s | 26 ++++++++++++++++++++++++++
5 files changed, 38 insertions(+)
create mode 100644 test/ELF/arm-target1.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.