This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 1115fbd [ObjCArc] Do not dereference an invalidated iterator.
new f202abf [coroutines] Add syntax coloring to examples in Coroutines.rst
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:
docs/Coroutines.rst | 38 +++++++++++++++++++-------------------
1 file changed, 19 insertions(+), 19 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 69e10a0 Daily bump.
new d992f75 PR target/80310 * tree-nvr.c: Include internal-fn.h. (pass [...]
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 | 7 +++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/c-c++-common/ubsan/pr80310.c | 12 ++++++++++++
gcc/tree-nrv.c | 7 +++++++
4 files changed, 31 insertions(+)
create mode 100644 gcc/testsuite/c-c++-common/ubsan/pr80310.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 6a24f4b Move the parser for the linker script to a separate file.
new 050f8a6 Do not make ScriptParser class public.
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.h | 1 -
ELF/ScriptParser.cpp | 4 +++-
2 files 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 lld.
from 5e03467 Fix memory leak found by asan.
new d625a0d Simplify. NFC.
new 7ca104b Simplify. NFC.
new 5ddfbda Do not use public inheritance where it is not needed.
new 82bc1f6 Remove unused typedef.
new 6a24f4b Move the parser for the linker script to a separate file.
The 5 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/CMakeLists.txt | 1 +
ELF/Driver.cpp | 1 +
ELF/LinkerScript.cpp | 1185 +---------------------------
ELF/LinkerScript.h | 9 -
ELF/{LinkerScript.cpp => ScriptParser.cpp} | 1067 ++-----------------------
ELF/ScriptParser.h | 31 +
6 files changed, 111 insertions(+), 2183 deletions(-)
copy ELF/{LinkerScript.cpp => ScriptParser.cpp} (51%)
create mode 100644 ELF/ScriptParser.h
--
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 30febd1 Another attempt to fix the sphinx warning from r299470
new 69fb56c [coroutines] Add coro.end handling
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/CGCoroutine.cpp | 41 +++++++++++++++++
test/CodeGenCoroutines/coro-eh-cleanup.cpp | 74 ++++++++++++++++++++++++++++++
2 files changed, 115 insertions(+)
create mode 100644 test/CodeGenCoroutines/coro-eh-cleanup.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 a00fad0 Simplify. NFC.
new 2397b85 Simplify and update comment.
new 5e03467 Fix memory leak found by asan.
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/LinkerScript.cpp | 46 +++++++++++++++++++++-------------------------
1 file changed, 21 insertions(+), 25 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 9be01ddb [RuntimeDyld] Remove an unused static member left over from r299449.
new 1115fbd [ObjCArc] Do not dereference an invalidated iterator.
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/ObjCARC/ObjCARCContract.cpp | 1 +
test/Transforms/ObjCARC/contract-storestrong.ll | 13 +++++++++++++
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 lld.
from c3afd3b Return a result from computeInputSections instead of mutating [...]
new 6c21cd6 Make variable names consistent. NFC.
new 831b4f1 Simplify. NFC.
new 0a7a67b Use empty() instead of size().
new 5e476bd Update comment.
new 7746ceb Add parentheses around `&`.
new 0561d72 Remove default arguments because they don't improve readability.
new fe4758c Use make to create linker script command objects.
new a00fad0 Simplify. NFC.
The 8 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 | 205 ++++++++++++++++++++++++---------------------------
ELF/LinkerScript.h | 8 +-
2 files changed, 101 insertions(+), 112 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 8055da7 [COFF] support /ERRORLIMIT option
new c3afd3b Return a result from computeInputSections instead of mutating [...]
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 | 42 ++++++++++++++++++++++++------------------
ELF/LinkerScript.h | 4 +++-
2 files changed, 27 insertions(+), 19 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 ed735da ThinLTOBitcodeWriter: handle aliases first in filterModule
new 9be01ddb [RuntimeDyld] Remove an unused static member left over from r299449.
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:
unittests/ExecutionEngine/Orc/OrcTestCommon.h | 2 --
1 file changed, 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.