This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 9bb5c74 Add support for R_X86_64_PC64.
new 8d85937 [ELF][MIPS] Move MIPS GOT header generation to the GotSection
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/OutputSections.cpp | 36 ++++++++++++++++++++++++++++--------
ELF/Target.cpp | 25 -------------------------
ELF/Target.h | 2 --
3 files changed, 28 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 1ddbb0f [ORC] Thread Error/Expected through the RPC library.
new 68aaa74 Cleanup redundant expression in InstCombineAndOrXor.
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/InstCombine/InstCombineAndOrXor.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 3a1034d AMDGPU/SI: Optimize adjacent s_nop instructions
new 1ddbb0f [ORC] Thread Error/Expected through the RPC library.
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-c/OrcBindings.h | 26 +-
.../llvm/ExecutionEngine/Orc/IndirectionUtils.h | 38 +-
.../ExecutionEngine/Orc/OrcArchitectureSupport.h | 22 +-
include/llvm/ExecutionEngine/Orc/OrcError.h | 3 +-
.../ExecutionEngine/Orc/OrcRemoteTargetClient.h | 387 ++++++++++++---------
.../ExecutionEngine/Orc/OrcRemoteTargetRPCAPI.h | 10 +-
.../ExecutionEngine/Orc/OrcRemoteTargetServer.h | 140 ++++----
include/llvm/ExecutionEngine/Orc/RPCChannel.h | 131 ++++---
include/llvm/ExecutionEngine/Orc/RPCUtils.h | 204 ++++++-----
lib/ExecutionEngine/Orc/OrcArchitectureSupport.cpp | 24 +-
lib/ExecutionEngine/Orc/OrcCBindings.cpp | 21 +-
lib/ExecutionEngine/Orc/OrcCBindingsStack.h | 31 +-
lib/ExecutionEngine/Orc/OrcError.cpp | 5 +-
tools/lli/ChildTarget/ChildTarget.cpp | 17 +-
tools/lli/RemoteJITUtils.h | 42 ++-
tools/lli/lli.cpp | 33 +-
.../Orc/CompileOnDemandLayerTest.cpp | 6 +-
unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp | 16 +-
18 files changed, 622 insertions(+), 534 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 cb05ff9 [libFuzzer] remove dead code
new 3a1034d AMDGPU/SI: Optimize adjacent s_nop instructions
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/Target/AMDGPU/SIShrinkInstructions.cpp | 27 +++++++++++++++++++++++++++
1 file changed, 27 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 f9fe6599 AMDGPU: Implement addrspacecast
new cb05ff9 [libFuzzer] remove dead code
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/Fuzzer/FuzzerInternal.h | 1 -
lib/Fuzzer/FuzzerLoop.cpp | 6 ++----
2 files changed, 2 insertions(+), 5 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 8a62de8 * config/i386/i386.md (*movoi_internal_avx): Set mode attrib [...]
new 8f1ab68 * config/i386/predicates.md (const0_operand): Do not match [...]
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 | 6 ++++++
gcc/config/i386/predicates.md | 4 ++--
2 files changed, 8 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 llvm.
from 30e83b4 [Support] Fix latent bugs in Expected and ExitOnError that we [...]
new 189276d AMDGPU: Add DAG to debug dump
new fda5a0d Add useful helpers to AddrSpaceCastInst
new 51b6e0b AMDGPU: Add queue ptr intrinsic
new f9fe6599 AMDGPU: Implement addrspacecast
The 4 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/IR/Instructions.h | 25 +++
include/llvm/IR/IntrinsicsAMDGPU.td | 4 +
lib/Target/AMDGPU/AMDGPUAnnotateKernelFeatures.cpp | 41 +++-
lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp | 66 ------
lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 4 +-
lib/Target/AMDGPU/SIISelLowering.cpp | 96 ++++++++-
lib/Target/AMDGPU/SIISelLowering.h | 3 +
lib/Target/AMDGPU/SIMachineFunctionInfo.cpp | 3 +
lib/Target/AMDGPU/SIMachineFunctionInfo.h | 4 +
lib/Target/AMDGPU/SIRegisterInfo.cpp | 3 +-
test/CodeGen/AMDGPU/addrspacecast.ll | 231 +++++++++++++++++++--
.../CodeGen/AMDGPU/annotate-kernel-features-hsa.ll | 68 ++++++
test/CodeGen/AMDGPU/invalid-addrspacecast.ll | 8 +
...cn.dispatch.ptr.ll => llvm.amdgcn.queue.ptr.ll} | 10 +-
14 files changed, 463 insertions(+), 103 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/invalid-addrspacecast.ll
copy test/CodeGen/AMDGPU/{llvm.amdgcn.dispatch.ptr.ll => llvm.amdgcn.queue.ptr.ll} (65%)
--
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 6c51283 [Docs] Clarify what the object-size sanitizer does.
new a54dffe Refactor traversal of bases in deduction of template paramete [...]
new 4a65931 Implement support for conditional between xvalues of referenc [...]
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:
lib/AST/CXXInheritance.cpp | 15 ++++----
lib/Sema/SemaExprCXX.cpp | 22 +++++++-----
lib/Sema/SemaTemplateDeduction.cpp | 71 ++++++++++++++------------------------
test/SemaCXX/conditional-expr.cpp | 9 +++++
4 files changed, 57 insertions(+), 60 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 035ee85 When deducing template parameters from base classes of an arg [...]
new 6c51283 [Docs] Clarify what the object-size sanitizer does.
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/UndefinedBehaviorSanitizer.rst | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 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 acf15d1 [LVI] Clarify comments describing the lattice values
new 30e83b4 [Support] Fix latent bugs in Expected and ExitOnError that we [...]
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/Support/Error.h | 13 ++++++++++---
unittests/Support/ErrorTest.cpp | 14 ++++++++++++++
2 files changed, 24 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.