This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from a29167d3fed [PATCH] remove some unneeded parens
new e1733ba896b 2017-10-04 Paolo Carlini <paolo.carlini(a)oracle.com>
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/testsuite/ChangeLog | 5 +++
gcc/testsuite/g++.dg/cpp1y/lambda-generic-78018.C | 37 +++++++++++++++++++++++
2 files changed, 42 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-78018.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 3f527e1fa Revert r314810: Use sched_getaffinity instead of std::thread: [...]
new 78829c53b Revert "Revert r314810: Use sched_getaffinity instead of std: [...]
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/SyntheticSections.cpp | 4 ++--
1 file changed, 2 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 clang.
from 5915ee7c6a [Hexagon] Move getHexagonTargetFeatures to Hexagon.cpp (NFC)
new 8dd6284b7c [OpenCL] Clean up and add missing fields for block struct
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/CGBlocks.cpp | 255 +++++++++++++++++--------
lib/CodeGen/CGOpenCLRuntime.cpp | 7 +
lib/CodeGen/CGOpenCLRuntime.h | 3 +
lib/CodeGen/TargetInfo.h | 22 +++
test/CodeGen/blocks-opencl.cl | 17 --
test/CodeGenOpenCL/blocks.cl | 47 ++++-
test/CodeGenOpenCL/cl20-device-side-enqueue.cl | 53 ++---
7 files changed, 276 insertions(+), 128 deletions(-)
delete mode 100644 test/CodeGen/blocks-opencl.cl
--
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 glibc.
from db4f87bad4 aarch64: don't use MIN in dl-machine.h
new 7e16a5d1d1 Use libm_alias_double for dbl-64 fma.
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:
ChangeLog | 10 ++++++++++
sysdeps/{sparc/sparc64 => alpha}/fpu/s_fma.c | 0
sysdeps/ieee754/dbl-64/s_fma.c | 8 ++------
sysdeps/ieee754/ldbl-opt/s_fma.c | 5 -----
sysdeps/sparc/sparc32/fpu/s_fma.c | 4 ----
5 files changed, 12 insertions(+), 15 deletions(-)
copy sysdeps/{sparc/sparc64 => alpha}/fpu/s_fma.c (100%)
delete mode 100644 sysdeps/ieee754/ldbl-opt/s_fma.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 lldb.
from 048f98369 updating svn:ignore
new 97a1e2d07 LLDB cmake fix: define LLDB_CONFIGURATION_xxx based on the bu [...]
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 | 7 +++++++
include/lldb/Utility/SharingPtr.h | 9 ---------
2 files changed, 7 insertions(+), 9 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 2ba1670f7b9 Recommit r314561 after fixing msan build failure
new dfc9ea2a051 [SimplifyCFG] put the optional assumption cache pointer in [...]
new a72e2a9037b Bring r314809 back.
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:
cmake/config-ix.cmake | 3 +
include/llvm/Config/config.h.cmake | 6 ++
include/llvm/Support/ThreadPool.h | 4 +-
include/llvm/Support/Threading.h | 8 +++
include/llvm/Transforms/Utils/Local.h | 10 +--
lib/CodeGen/DwarfEHPrepare.cpp | 2 +-
lib/Support/Parallel.cpp | 4 +-
lib/Support/ThreadPool.cpp | 5 +-
lib/Support/Threading.cpp | 14 ++++
.../AMDGPU/AMDGPUUnifyDivergentExitNodes.cpp | 2 +-
lib/Transforms/Scalar/SimplifyCFGPass.cpp | 19 +++---
lib/Transforms/Utils/SimplifyCFG.cpp | 78 ++++++++++------------
tools/bugpoint/CrashDebugger.cpp | 2 +-
tools/llvm-profdata/llvm-profdata.cpp | 4 +-
14 files changed, 94 insertions(+), 67 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 e3f6227d569 Recommit : Use the basic cost if a GEP is not used as addre [...]
new 7afcace1cd8 [TargetTransformInfo] Check if function pointer is valid be [...]
new 2ba1670f7b9 Recommit r314561 after fixing msan build failure
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:
include/llvm/Analysis/TargetTransformInfoImpl.h | 4 +-
lib/Transforms/InstCombine/InstCombineInternal.h | 4 +
lib/Transforms/InstCombine/InstCombinePHI.cpp | 230 +++++++++++++++++++++++
test/Analysis/CostModel/X86/costmodel.ll | 4 +
test/Transforms/InstCombine/intptr1.ll | 181 ++++++++++++++++++
test/Transforms/InstCombine/intptr2.ll | 37 ++++
test/Transforms/InstCombine/intptr3.ll | 37 ++++
test/Transforms/InstCombine/intptr4.ll | 47 +++++
8 files changed, 543 insertions(+), 1 deletion(-)
create mode 100644 test/Transforms/InstCombine/intptr1.ll
create mode 100644 test/Transforms/InstCombine/intptr2.ll
create mode 100644 test/Transforms/InstCombine/intptr3.ll
create mode 100644 test/Transforms/InstCombine/intptr4.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 c99811f061 [analyzer] Fix autodetection of binding types.
new 5915ee7c6a [Hexagon] Move getHexagonTargetFeatures to Hexagon.cpp (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:
lib/Driver/ToolChains/Clang.cpp | 17 +----------------
lib/Driver/ToolChains/Hexagon.cpp | 16 ++++++++++++++++
lib/Driver/ToolChains/Hexagon.h | 4 ++++
3 files changed, 21 insertions(+), 16 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 cb2a530c9 [ELF] - Get rid of precompiled input objects from testcases.
new 3f527e1fa Revert r314810: Use sched_getaffinity instead of std::thread: [...]
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/SyntheticSections.cpp | 4 ++--
1 file changed, 2 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 9f2abf5c52f Revert D38481 due to missing cmake check for CPU_COUNT
new e3f6227d569 Recommit : Use the basic cost if a GEP is not used as addre [...]
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/Analysis/TargetTransformInfo.h | 19 +++++++--
include/llvm/Analysis/TargetTransformInfoImpl.h | 38 ++++++++++++++++--
include/llvm/CodeGen/BasicTTIImpl.h | 5 +++
include/llvm/IR/Operator.h | 2 +
lib/Analysis/TargetTransformInfo.cpp | 5 +++
lib/Transforms/Scalar/NaryReassociate.cpp | 2 +-
.../Scalar/StraightLineStrengthReduce.cpp | 2 +-
test/Analysis/CostModel/AArch64/gep.ll | 46 ++++++++++++++++++++++
test/Analysis/CostModel/X86/vector_gep.ll | 2 +-
.../Transforms/SimplifyCFG/SpeculativeExecGepCE.ll | 28 +++++++++++++
10 files changed, 139 insertions(+), 10 deletions(-)
create mode 100644 test/Transforms/SimplifyCFG/SpeculativeExecGepCE.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.