This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 343b271 [llvm-cov] Fix a use-after-free
new 8e1c20f [Kaleidoscope][BuildingAJIT] Start filling in text for chapter 3.
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/tutorial/BuildingAJIT3.rst | 133 ++++++++++++++++++++-
.../BuildingAJIT/Chapter3/KaleidoscopeJIT.h | 7 +-
.../BuildingAJIT/Chapter4/KaleidoscopeJIT.h | 11 +-
.../BuildingAJIT/Chapter5/KaleidoscopeJIT.h | 13 +-
4 files changed, 144 insertions(+), 20 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 lldb.
from 24fd6ee adjust one of the NSLog output tests to only run on macOS 10.12+
new 51c4d56 Remember to add the testcase I wrote for r274822.
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:
.../unwind_expression}/Makefile | 0
.../unwind_expression/TestUnwindExpression.py | 83 ++++++++++++++++++++++
.../expression_command/unwind_expression/main.cpp | 14 ++++
3 files changed, 97 insertions(+)
copy packages/Python/lldbsuite/test/{api/check_public_api_headers => expression_co [...]
create mode 100644 packages/Python/lldbsuite/test/expression_command/unwind_expres [...]
create mode 100644 packages/Python/lldbsuite/test/expression_command/unwind_expres [...]
--
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 584bba6 COFF: Update error messages so that they start with lowercase [...]
new c4c5522 ELF: Make error() to always set HasError.
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/Driver.cpp | 5 +++--
ELF/Error.cpp | 3 +--
ELF/Writer.cpp | 6 +++---
3 files changed, 7 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 llvm.
from beff7fe AMDGPU: Fix not expanding control flow after some kill blocks
new 7b18a76 [Coverage] Mark a few more methods const (NFC)
new b9d9ab2 [llvm-cov] Clean up an awkward capture-by-reference (NFC)
new 343b271 [llvm-cov] Fix a use-after-free
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:
.../llvm/ProfileData/Coverage/CoverageMapping.h | 7 +++---
lib/ProfileData/Coverage/CoverageMapping.cpp | 8 +++----
tools/llvm-cov/CodeCoverage.cpp | 28 +++++++++++-----------
3 files changed, 22 insertions(+), 21 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 a8b6513 COFF: Remove `void error()` functions and use fatal instead.
new e393274 Make check() always return a value.
new aae8eb8 Remove unnecessary explicit call of Twine ctor.
new 584bba6 COFF: Update error messages so that they start with lowercase [...]
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:
COFF/Chunks.cpp | 6 +++---
COFF/Driver.cpp | 10 ++++------
COFF/DriverUtils.cpp | 31 ++++++++++++-------------------
COFF/Error.h | 9 +++++----
COFF/InputFiles.cpp | 41 ++++++++++++++---------------------------
COFF/Librarian.cpp | 2 +-
COFF/ModuleDef.cpp | 10 +++++-----
COFF/SymbolTable.cpp | 6 +++---
COFF/Symbols.cpp | 2 +-
COFF/Writer.cpp | 10 ++++------
10 files changed, 52 insertions(+), 75 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 f7f8380 [AArch64] Set COPY ZR isAsCheapAsAMove when needed.
new 435a446 AMDGPU: Fix splitting kill blocks with defs before kill
new 011dcf3 AMDGPU: Fix trying to skip from a block with no successors
new beff7fe AMDGPU: Fix not expanding control flow after some kill blocks
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:
lib/Target/AMDGPU/SIISelLowering.cpp | 16 +---
lib/Target/AMDGPU/SILowerControlFlow.cpp | 14 ++--
test/CodeGen/AMDGPU/skip-if-dead.ll | 135 +++++++++++++++++++++++++++++++
3 files changed, 143 insertions(+), 22 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 543a430 Remove the new module cache from the index-module test
new f1bc238 Frontend: Simplify ownership model for clang's output streams.
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:
include/clang/CodeGen/BackendUtil.h | 3 +-
.../CodeGen/ObjectFilePCHContainerOperations.h | 10 +-
include/clang/Frontend/ASTConsumers.h | 2 +-
include/clang/Frontend/CompilerInstance.h | 34 ++---
include/clang/Frontend/FrontendActions.h | 9 +-
include/clang/Frontend/PCHContainerOperations.h | 20 +--
include/clang/Rewrite/Frontend/ASTConsumers.h | 7 +-
lib/CodeGen/BackendUtil.cpp | 147 +++++++++------------
lib/CodeGen/CodeGenAction.cpp | 22 +--
lib/CodeGen/ObjectFilePCHContainerOperations.cpp | 29 ++--
lib/Frontend/ASTConsumers.cpp | 13 +-
lib/Frontend/ASTUnit.cpp | 13 +-
lib/Frontend/CompilerInstance.cpp | 23 +---
lib/Frontend/FrontendActions.cpp | 43 +++---
lib/Frontend/PCHContainerOperations.cpp | 10 +-
lib/Frontend/Rewrite/FrontendActions.cpp | 29 ++--
lib/Frontend/Rewrite/HTMLPrint.cpp | 15 +--
lib/Frontend/Rewrite/RewriteModernObjC.cpp | 31 +++--
lib/Frontend/Rewrite/RewriteObjC.cpp | 26 ++--
tools/clang-check/ClangCheck.cpp | 2 +-
20 files changed, 236 insertions(+), 252 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 libcxxabi.
from 5328c6b Fix [libcxxabi] Fix warning about uninitialized const member.
new f0a2620 libc++abi: add a top level option for using CompilerRT
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:
CMakeLists.txt | 4 ++++
cmake/config-ix.cmake | 4 +++-
2 files changed, 7 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 lldb.
from d8ddccc LLDB help content has accumulated over time without a recent [...]
new 24fd6ee adjust one of the NSLog output tests to only run on macOS 10.12+
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:
.../Python/lldbsuite/test/macosx/nslog/TestDarwinNSLogOutput.py | 7 +++++++
1 file changed, 7 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 d314392 COFF: Remove unnecessary explicit calls of Twine ctor.
new a8b6513 COFF: Remove `void error()` functions and use fatal instead.
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:
COFF/Driver.cpp | 6 ++++--
COFF/DriverUtils.cpp | 39 ++++++++++++++++++++++++---------------
COFF/Error.cpp | 15 +++++----------
COFF/Error.h | 8 ++++----
COFF/InputFiles.cpp | 34 +++++++++++++++++++---------------
COFF/Librarian.cpp | 3 ++-
COFF/PDB.cpp | 3 ++-
COFF/Writer.cpp | 6 ++++--
8 files changed, 64 insertions(+), 50 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.