This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 759cec2ab3f [PowerPC] Match vec_revb builtins to P9 instructions.
new b12244c42fe Same expressions on both sides of the return
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/DebugInfo/CodeView/TypeIndexDiscovery.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 clang.
from e7b995835e Address David Blaikie comment by replacing grep with FileCheck.
new 95174079f6 [ubsan] Detect invalid unsigned pointer index expression (clang)
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/CGExpr.cpp | 37 +++++++++---------
lib/CodeGen/CGExprScalar.cpp | 51 +++++++++++++++----------
lib/CodeGen/CodeGenFunction.h | 2 +
test/CodeGen/ubsan-pointer-overflow.m | 72 +++++++++++++++++++++++++++--------
4 files changed, 110 insertions(+), 52 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 a2b9a14ce Mark a sancov test as unsupported on x86_64h-darwin
new 079b76577 [ubsan] Detect invalid unsigned pointer index expression (com [...]
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/ubsan/ubsan_handlers.cc | 10 ++++++++--
test/ubsan/TestCases/Pointer/unsigned-index-expression.cpp | 13 +++++++++++++
2 files changed, 21 insertions(+), 2 deletions(-)
create mode 100644 test/ubsan/TestCases/Pointer/unsigned-index-expression.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 32cdd5367 Fix weak symbols on arm and aarch64.
new a07466d98 Allow the GNU gold-style nonstandard SHT_GROUP section.
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/InputFiles.cpp | 35 ++++++++++++++++++++++++++---------
ELF/InputFiles.h | 7 +++++--
test/ELF/Inputs/sht-group-gold-r.elf | Bin 0 -> 880 bytes
test/ELF/Inputs/sht-group-gold-r.s | 14 ++++++++++++++
test/ELF/sht-group-gold-r.test | 17 +++++++++++++++++
5 files changed, 62 insertions(+), 11 deletions(-)
create mode 100644 test/ELF/Inputs/sht-group-gold-r.elf
create mode 100644 test/ELF/Inputs/sht-group-gold-r.s
create mode 100644 test/ELF/sht-group-gold-r.test
--
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 e3ae196e244 [Power9] Added support for the modsw, moduw, modsd, modud h [...]
new 759cec2ab3f [PowerPC] Match vec_revb builtins to P9 instructions.
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/PowerPC/PPCISelLowering.cpp | 76 ++++++++++++++++++++++++++++++----
lib/Target/PowerPC/PPCISelLowering.h | 21 ++++++++++
lib/Target/PowerPC/PPCInstrInfo.td | 5 +++
lib/Target/PowerPC/PPCInstrVSX.td | 10 +++++
test/CodeGen/PowerPC/vec_revb.ll | 54 ++++++++++++++++++++++++
5 files changed, 159 insertions(+), 7 deletions(-)
create mode 100644 test/CodeGen/PowerPC/vec_revb.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 clang.
from 8b39c20810 Add regression test for r305179.
new e7b995835e Address David Blaikie comment by replacing grep with FileCheck.
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/Misc/pr32207.c | 3 ++-
1 file changed, 2 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 clang.
from 2b3c4c91a1 [analyzer] Fix a crash when an ObjC object is constructed in [...]
new 8b39c20810 Add regression test for r305179.
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/Misc/pr32207.c | 3 +++
1 file changed, 3 insertions(+)
create mode 100644 test/Misc/pr32207.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 lld.
from 9e02b7abd ELF: Teach ICF about relocations referring to merge input sections.
new 32cdd5367 Fix weak symbols on arm and aarch64.
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 | 38 +++++++++++++++++++++------------
test/ELF/aarch64-undefined-weak.s | 10 ++++-----
test/ELF/arm-thumb-no-undefined-thunk.s | 6 +++---
test/ELF/arm-thumb-undefined-weak.s | 8 +++----
test/ELF/arm-undefined-weak.s | 6 +++---
5 files changed, 39 insertions(+), 29 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 binutils-gdb.
from 4b76cda993 .gdb_index prod perf regression: mapped_symtab now vector of values
new b3464d0316 mips-tdep.c: Remove MAX_REGISTER_SIZE usage
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:
gdb/ChangeLog | 9 +++++++++
gdb/mips-tdep.c | 40 +++++++++++++++++++++++-----------------
2 files changed, 32 insertions(+), 17 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.