This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from a044b58ab14 [MSan] store origins for variadic function parameters in __ [...]
new 62f16664abf [NFC] Simplify inner structure of InstructionPrecedenceTracking
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:
.../llvm/Analysis/InstructionPrecedenceTracking.h | 6 +--
lib/Analysis/InstructionPrecedenceTracking.cpp | 49 ++++++++--------------
2 files changed, 20 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 139b3ea82f1 [SLC] Add an alignment to CreateGlobalString
new a044b58ab14 [MSan] store origins for variadic function parameters in __ [...]
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/Instrumentation/MemorySanitizer.cpp | 65 +++++++++++-
.../MemorySanitizer/X86/vararg_call.ll | 110 +++++++++++++++++++++
2 files changed, 171 insertions(+), 4 deletions(-)
create mode 100644 test/Instrumentation/MemorySanitizer/X86/vararg_call.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 release_70
in repository compiler-rt.
from 21c4b64a7 Merging r340758 and r340769: -------------------------------- [...]
new a4cbb02bc Merging r341442: -------------------------------------------- [...]
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/sanitizer_common/sanitizer_platform_limits_posix.cc | 9 +++++----
1 file changed, 5 insertions(+), 4 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 07074edb9 [libfuzzer] Temporarily disable unittests failing on Windows.
new e4f05366b [MSan] store origins for variadic function parameters in __ms [...]
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/msan/msan.cc | 6 ++++++
test/msan/vararg.cc | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 61 insertions(+)
create mode 100644 test/msan/vararg.cc
--
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 d8ffa610fe5 Return "[NFC] Add severe validation of InstructionPrecedenc [...]
new 139b3ea82f1 [SLC] Add an alignment to CreateGlobalString
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/IR/IRBuilder.cpp | 1 +
test/Transforms/InstCombine/printf-1.ll | 2 +-
2 files 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 llvm.
from ac23fcdc321 [MSan] Make sure variadic function arguments do not overflo [...]
new d8ffa610fe5 Return "[NFC] Add severe validation of InstructionPrecedenc [...]
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:
.../llvm/Analysis/InstructionPrecedenceTracking.h | 12 +++++
lib/Analysis/InstructionPrecedenceTracking.cpp | 60 ++++++++++++++++++++++
2 files changed, 72 insertions(+)
--
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 release_70
in repository llvm.
from 600f7a26262 ReleaseNotes for PowerPC
new 738f19a992c ReleaseNotes: support for new-pm passes in the opt tool
new 80cc9fcb367 ReleaseNotes: ARM SVE asm/disasm support
new 033c77236b7 Merging r341416: ------------------------------------------ [...]
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/ReleaseNotes.rst | 6 ++++++
lib/Transforms/Vectorize/LoopVectorize.cpp | 7 +++++++
test/Transforms/LoopVectorize/X86/uniform-phi.ll | 22 ++++++++++++++++++++++
3 files changed, 35 insertions(+)
--
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 afed9811bff [XRay] Add a BlockIndexer visitor for FDR Records.
new ac23fcdc321 [MSan] Make sure variadic function arguments do not overflo [...]
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/Instrumentation/MemorySanitizer.cpp | 73 +++++++++++++++-------
.../MemorySanitizer/AArch64/vararg.ll | 27 ++++++++
.../MemorySanitizer/Mips/vararg-mips64.ll | 27 ++++++++
.../MemorySanitizer/Mips/vararg-mips64el.ll | 27 ++++++++
.../MemorySanitizer/PowerPC/vararg-ppc64.ll | 28 +++++++++
.../MemorySanitizer/PowerPC/vararg-ppc64le.ll | 27 ++++++++
.../MemorySanitizer/X86/vararg-too-large.ll | 33 ++++++++++
7 files changed, 219 insertions(+), 23 deletions(-)
create mode 100644 test/Instrumentation/MemorySanitizer/X86/vararg-too-large.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 gcc.
from d4bb7aa33ca S/390: Remove UNSPEC_LTREL_BASE
new 07c30acd457 S/390: Register pass_s390_early_mach statically
new 918db08a3ef S/390: Prohibit SYMBOL_REF in UNSPECV_CAS
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:
gcc/ChangeLog | 21 ++++++++++++
gcc/config/s390/predicates.md | 12 +++++++
.../s390/s390-passes.def} | 10 ++----
gcc/config/s390/s390-protos.h | 6 ++++
gcc/config/s390/s390.c | 37 +++++++++++++---------
gcc/config/s390/s390.md | 6 ++--
gcc/config/s390/t-s390 | 1 +
gcc/testsuite/ChangeLog | 7 ++++
gcc/testsuite/gcc.target/s390/pr80080-3.c | 10 ++++++
gcc/testsuite/gcc.target/s390/s390.exp | 9 ++++++
10 files changed, 94 insertions(+), 25 deletions(-)
copy gcc/{tree-if-conv.h => config/s390/s390-passes.def} (76%)
create mode 100644 gcc/testsuite/gcc.target/s390/pr80080-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 gcc.
from d66aa2617fa PR c++/86982, -Wreturn-local-addr and std::move and std::f [...]
new d4bb7aa33ca S/390: Remove UNSPEC_LTREL_BASE
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 | 13 +++++
gcc/config/s390/s390.c | 131 ++----------------------------------------------
gcc/config/s390/s390.md | 1 -
3 files changed, 18 insertions(+), 127 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.