This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from cd5b334 Fix a reference-to-temporary introduced in r286607.
new 2322de6 [Orc] Update the BuildingAJIT Chapter 5 server class for the [...]
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:
.../Kaleidoscope/BuildingAJIT/Chapter5/Server/server.cpp | 16 +++-------------
1 file changed, 3 insertions(+), 13 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 5f4f14c [analyzer] Teach RetainCountChecker about VTCompressionSessio [...]
new 7c1ca28 Remove double setting of invalid flag.
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 | 2 --
1 file changed, 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 llvm.
from 06f9b86 [cfi] Fix weak functions handling.
new 13e440e [PowerPC] Add remaining vector permute builtins in altivec.h [...]
new 085827f [ORC] Re-apply 286620 with fixes for the ErrorSuccess class.
new cd5b334 Fix a reference-to-temporary introduced in r286607.
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:
.../BuildingAJIT/Chapter5/RemoteJITUtils.h | 4 +-
.../Kaleidoscope/BuildingAJIT/Chapter5/toy.cpp | 6 +-
include/llvm/ExecutionEngine/Orc/OrcError.h | 1 +
.../ExecutionEngine/Orc/OrcRemoteTargetClient.h | 171 +--
.../ExecutionEngine/Orc/OrcRemoteTargetRPCAPI.h | 265 ++--
.../ExecutionEngine/Orc/OrcRemoteTargetServer.h | 125 +-
include/llvm/ExecutionEngine/Orc/RPCByteChannel.h | 231 ----
.../llvm/ExecutionEngine/Orc/RPCSerialization.h | 340 +++--
include/llvm/ExecutionEngine/Orc/RPCUtils.h | 1460 ++++++++++++--------
include/llvm/ExecutionEngine/Orc/RawByteChannel.h | 182 +++
include/llvm/IR/IntrinsicsPowerPC.td | 19 +
lib/CodeGen/GlobalMerge.cpp | 18 +-
lib/ExecutionEngine/Orc/CMakeLists.txt | 1 -
lib/ExecutionEngine/Orc/OrcError.cpp | 2 +
lib/ExecutionEngine/Orc/OrcRemoteTargetRPCAPI.cpp | 53 -
lib/Target/PowerPC/PPCInstrAltivec.td | 24 +-
lib/Target/PowerPC/PPCInstrVSX.td | 4 +-
test/CodeGen/PowerPC/vsx-p9.ll | 70 +
tools/lli/ChildTarget/ChildTarget.cpp | 19 +-
tools/lli/RemoteJITUtils.h | 11 +-
tools/lli/lli.cpp | 18 +-
unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp | 236 ++--
22 files changed, 1885 insertions(+), 1375 deletions(-)
delete mode 100644 include/llvm/ExecutionEngine/Orc/RPCByteChannel.h
create mode 100644 include/llvm/ExecutionEngine/Orc/RawByteChannel.h
delete mode 100644 lib/ExecutionEngine/Orc/OrcRemoteTargetRPCAPI.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 llvm.
from 345d21c Make the FunctionComparator of the MergeFunctions pass a stan [...]
new 06f9b86 [cfi] Fix weak functions 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/Transforms/IPO/LowerTypeTests.cpp | 76 ++++++++++++++++++++++++-
test/Transforms/LowerTypeTests/function-weak.ll | 67 ++++++++++++++++++++++
2 files changed, 141 insertions(+), 2 deletions(-)
create mode 100644 test/Transforms/LowerTypeTests/function-weak.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 818a4ef When a DecompositionDecl is marked invalid, also set the chil [...]
new 5f4f14c [analyzer] Teach RetainCountChecker about VTCompressionSessio [...]
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/RetainCountChecker.cpp | 8 +++
test/Analysis/retain-release.m | 82 ++++++++++++++++++++++
2 files changed, 90 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 compiler-rt.
from a0d4283 Add a test that uses coverage and printf from a DLL
new 53f1eb4 [cfi] Test case for weak symbol 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:
test/cfi/icall/weak.c | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100644 test/cfi/icall/weak.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 b55d404 Bitcode: Clean up error handling for certain bitcode query fu [...]
new 06ce1c5 Avoid a crash with -r and .comment.
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/Writer.cpp | 3 ++-
test/ELF/relocatable-bss.s | 2 +-
test/ELF/relocatable-comment.s | 27 +++++++++++++++++++++++++++
test/ELF/relocatable.s | 6 +++---
4 files changed, 33 insertions(+), 5 deletions(-)
create mode 100644 test/ELF/relocatable-comment.s
--
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 6b8a078 Fix -Wpessimizing-move warning.
new 345d21c Make the FunctionComparator of the MergeFunctions pass a stan [...]
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/llvm/Transforms/Utils/FunctionComparator.h | 367 ++++++
lib/Transforms/IPO/MergeFunctions.cpp | 1218 +-------------------
lib/Transforms/Utils/CMakeLists.txt | 1 +
lib/Transforms/Utils/FunctionComparator.cpp | 922 +++++++++++++++
unittests/Transforms/Utils/CMakeLists.txt | 1 +
unittests/Transforms/Utils/FunctionComparator.cpp | 130 +++
6 files changed, 1422 insertions(+), 1217 deletions(-)
create mode 100644 include/llvm/Transforms/Utils/FunctionComparator.h
create mode 100644 lib/Transforms/Utils/FunctionComparator.cpp
create mode 100644 unittests/Transforms/Utils/FunctionComparator.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 lldb.
from cf7c2a1 Fix TestHelp on linux after version number syntax change
new 8819ba1 Remove weak-linked symbols for SBBreakpointListImpl
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/lldb/API/SBBreakpoint.h | 4 ++--
include/lldb/API/SBTarget.h | 2 +-
source/API/SBBreakpoint.cpp | 10 +++++-----
3 files changed, 8 insertions(+), 8 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 71aaafa [ASTMatchers] Fix a typo in cStyleCastExpr() docs. NFC.
new 818a4ef When a DecompositionDecl is marked invalid, also set the chil [...]
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/AST/DeclBase.cpp | 14 +++++++++++++-
test/SemaCXX/cxx1z-decomposition.cpp | 12 ++++++++++++
2 files changed, 25 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.