This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from c7ca130 Add optimization bisect opt-in calls for AMDGPU passes
new f304c12 Fix build warning
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/ARM/Thumb2SizeReduction.cpp | 2 +-
1 file changed, 1 insertion(+), 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 compiler-rt.
from bbe3712 [sanitizers] read/write page fault detection on mac.
new 499e62c [MSan] Use COMMON_INTERCEPTOR_ENTER in libdl interceptors.
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/msan/msan_interceptors.cc | 117 ++++++++++++++++++++++--------------------
test/msan/dlerror.cc | 5 --
2 files changed, 60 insertions(+), 62 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 78e2fb2 Add optimization bisect opt-in calls for ARM passes
new 185caef [LVI] Make a precondition explicit rather than handling a cas [...]
new 1ca1fca Optimize store of "bitcast" from vector to aggregate.
new 217903d Comment formating. NFC
new 3c50cf9 Reformat LLVMConstPointerNull. NFC
new c7ca130 Add optimization bisect opt-in calls for AMDGPU passes
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:
include/llvm/IR/Value.h | 3 +-
lib/Analysis/LazyValueInfo.cpp | 3 +-
lib/IR/Core.cpp | 3 +-
lib/Target/AMDGPU/AMDGPUAnnotateUniformValues.cpp | 3 +
lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp | 2 +-
lib/Target/AMDGPU/R600ClauseMergePass.cpp | 3 +
lib/Target/AMDGPU/R600OptimizeVectorRegisters.cpp | 3 +
lib/Target/AMDGPU/SIFoldOperands.cpp | 3 +
lib/Target/AMDGPU/SILoadStoreOptimizer.cpp | 3 +
lib/Target/AMDGPU/SIShrinkInstructions.cpp | 3 +
.../InstCombine/InstCombineLoadStoreAlloca.cpp | 60 ++++++++++++++++++
.../InstCombine/insert-val-extract-elem.ll | 74 ++++++++++++++++++++++
12 files changed, 157 insertions(+), 6 deletions(-)
create mode 100644 test/Transforms/InstCombine/insert-val-extract-elem.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 gcc.
from 38ad484 * sv.po: Update.
new 9b325bd * config/i386/i386.md (*movxi_internal_avx512f): Use insn ty [...]
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/config/i386/i386.md | 9 +++++----
gcc/config/i386/sse.md | 19 ++++++++++---------
3 files changed, 22 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 llvm.
from c7ec15c Add accidentally deleted "break"
new aabda75 Add optimization bisect opt-in calls for AArch64 passes
new 78e2fb2 Add optimization bisect opt-in calls for ARM passes
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/Target/AArch64/AArch64A57FPLoadBalancing.cpp | 3 +++
lib/Target/AArch64/AArch64AddressTypePromotion.cpp | 3 +++
lib/Target/AArch64/AArch64AdvSIMDScalarPass.cpp | 3 +++
lib/Target/AArch64/AArch64CleanupLocalDynamicTLSPass.cpp | 3 +++
lib/Target/AArch64/AArch64CollectLOH.cpp | 3 +++
lib/Target/AArch64/AArch64ConditionOptimizer.cpp | 3 +++
lib/Target/AArch64/AArch64ConditionalCompares.cpp | 3 +++
lib/Target/AArch64/AArch64DeadRegisterDefinitionsPass.cpp | 3 +++
lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp | 3 +++
lib/Target/AArch64/AArch64PromoteConstant.cpp | 2 ++
lib/Target/AArch64/AArch64RedundantCopyElimination.cpp | 2 ++
lib/Target/AArch64/AArch64StorePairSuppress.cpp | 3 +++
lib/Target/ARM/A15SDOptimizer.cpp | 3 +++
lib/Target/ARM/ARMLoadStoreOptimizer.cpp | 5 ++++-
lib/Target/ARM/ARMOptimizeBarriersPass.cpp | 3 +++
lib/Target/ARM/MLxExpansionPass.cpp | 3 +++
lib/Target/ARM/Thumb2SizeReduction.cpp | 3 ++-
17 files changed, 49 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 compiler-rt.
from ffd60c7 [esan] Fix uninitialized warning from interception context
new bbe3712 [sanitizers] read/write page fault detection on mac.
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/sanitizer_common/sanitizer_mac.cc | 3 ++-
test/asan/TestCases/{Linux => Posix}/segv_read_write.c | 0
2 files changed, 2 insertions(+), 1 deletion(-)
rename test/asan/TestCases/{Linux => Posix}/segv_read_write.c (100%)
--
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 6d7dc69 Maintain register numbering across xml include features
new 719efef Fix StackFrame::GetVariables(...) function that was broken by [...]
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:
.../change_values => frame/get-variables}/Makefile | 0
.../frame/get-variables/TestGetVariables.py | 190 +++++++++++++++++++++
.../frame/get-variables}/main.c | 27 ++-
source/Target/StackFrame.cpp | 2 +-
4 files changed, 204 insertions(+), 15 deletions(-)
copy packages/Python/lldbsuite/test/python_api/{value/change_values => frame/get-v [...]
create mode 100644 packages/Python/lldbsuite/test/python_api/frame/get-variables/T [...]
copy packages/Python/lldbsuite/test/{lang/c/enum_types => python_api/frame/get-var [...]
--
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 3869f2a [ORC] clang-format code that was touched in r267457. NFC.
new c7ec15c Add accidentally deleted "break"
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/MC/MCObjectFileInfo.cpp | 1 +
1 file changed, 1 insertion(+)
--
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 15a13f4 Module Debugging: Fix the condition for determining whether a [...]
new 3d299b5 driver: Add a `--rsp-quoting` flag to pick response file quoting.
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/Driver/Options.td | 3 +++
lib/Driver/Driver.cpp | 3 ++-
test/Driver/{at_file.c => at_file_win.c} | 8 +++-----
test/Driver/{at_file.c.args => at_file_win.c.args} | 10 +++++-----
tools/driver/driver.cpp | 17 ++++++++++++-----
5 files changed, 25 insertions(+), 16 deletions(-)
copy test/Driver/{at_file.c => at_file_win.c} (68%)
copy test/Driver/{at_file.c.args => at_file_win.c.args} (64%)
--
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 02e4498 ARM: put extern __thread stubs in a special section.
new 3869f2a [ORC] clang-format code that was touched in r267457. 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:
include/llvm-c/OrcBindings.h | 16 +-
.../llvm/ExecutionEngine/Orc/IndirectionUtils.h | 72 +++----
.../ExecutionEngine/Orc/OrcRemoteTargetRPCAPI.h | 73 +++----
include/llvm/ExecutionEngine/Orc/RPCUtils.h | 18 +-
lib/ExecutionEngine/Orc/OrcArchitectureSupport.cpp | 230 ++++++++++-----------
lib/ExecutionEngine/Orc/OrcCBindings.cpp | 11 +-
lib/ExecutionEngine/Orc/OrcCBindingsStack.cpp | 45 ++--
lib/ExecutionEngine/Orc/OrcCBindingsStack.h | 112 +++++-----
lib/ExecutionEngine/Orc/OrcError.cpp | 4 +-
.../Orc/CompileOnDemandLayerTest.cpp | 30 ++-
unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp | 113 ++++------
11 files changed, 322 insertions(+), 402 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.