This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from f202abf [coroutines] Add syntax coloring to examples in Coroutines.rst
new 3a16856 [LAA] Correctly return a half-open range in expandBounds
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/LoopAccessAnalysis.cpp | 5 ++++-
test/Transforms/LoopVersioning/loop-invariant-bound.ll | 7 ++++---
test/Transforms/LoopVersioningLICM/loopversioningLICM1.ll | 2 +-
test/Transforms/LoopVersioningLICM/loopversioningLICM2.ll | 2 +-
4 files changed, 10 insertions(+), 6 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 lld.
from f8cb52c Make readAssert() to return an AssertCommand object.
new f5d05c6 Revert r299506 "Simplify. 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:
ELF/LinkerScript.cpp | 17 ++++++++++-------
1 file changed, 10 insertions(+), 7 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 clang.
from b49003d [analyzer] alpha.core.Conversion - Fix false positive for 'U3 [...]
new 77f5ac2 [OpenCL] Enables passing sampler initializer to function argument
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/SemaInit.cpp | 2 +-
test/CodeGenOpenCL/sampler.cl | 4 ++++
test/SemaOpenCL/sampler_t.cl | 5 +++--
3 files changed, 8 insertions(+), 3 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 clang.
from 2971257 Don't issue a warning if the shadowing declaration is in a class
new b49003d [analyzer] alpha.core.Conversion - Fix false positive for 'U3 [...]
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/StaticAnalyzer/Checkers/ConversionChecker.cpp | 42 ++++++++++----
test/Analysis/conversion.c | 68 +++++++++++++++++++++--
2 files changed, 95 insertions(+), 15 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 4d5efb8 PR ld/21233: xfail failing test-parts for cris*-*-*
new 4ac4012 New global maintainer - Simon Marchi
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 | 5 +++++
gdb/MAINTAINERS | 2 +-
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 clang.
from 69fb56c [coroutines] Add coro.end handling
new 2971257 Don't issue a warning if the shadowing declaration is in a class
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/SemaDecl.cpp | 4 ++++
test/SemaCXX/warn-shadow.cpp | 10 ++++++++++
2 files changed, 14 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 gcc.
from d992f75 PR target/80310 * tree-nvr.c: Include internal-fn.h. (pass [...]
new d88c619 S/390: Initialize variable to avoid warning
new a8078ff PR target/79890: S/390: Fix crash.
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 | 11 +++++++++++
gcc/config/s390/s390-c.c | 2 +-
gcc/config/s390/s390.c | 6 ++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/s390/pr79890.c | 11 +++++++++++
5 files changed, 34 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/s390/pr79890.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 1fb1dcb Simplify. NFC.
new 49d671f Add a file comment.
new f8cb52c Make readAssert() to return an AssertCommand object.
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:
ELF/ScriptParser.cpp | 22 ++++++++++++++++------
1 file changed, 16 insertions(+), 6 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 lld.
from 050f8a6 Do not make ScriptParser class public.
new 6860803 Inline leftShift and rightShift. NFC.
new 1fb1dcb Simplify. NFC.
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:
ELF/ScriptParser.cpp | 88 +++++++++++++++-----------------------
test/ELF/invalid-linkerscript.test | 2 +-
2 files changed, 35 insertions(+), 55 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.