This is an automated email from the git hooks/post-receive script.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
from b950c6c gcc/ * LINARO-VERSION: Bump version number, post snapshot.
new 157a219 gcc/ Revert backport from trunk r239561. 2016-08-18 Tamar [...]
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/varasm.c | 9 ---------
1 file changed, 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 clang.
from c54eff0 [PPC] add extract sig/exp test data class for vec float and v [...]
new 9f4eb00 [OpenCL] Change to clk_event parameter in enqueue_kernel.
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/CGBuiltin.cpp | 22 ++++++++-----------
lib/Sema/SemaChecking.cpp | 12 +++++++----
test/CodeGenOpenCL/cl20-device-side-enqueue.cl | 29 ++++++++++++++++----------
test/SemaOpenCL/cl20-device-side-enqueue.cl | 14 +++++++++++--
4 files changed, 47 insertions(+), 30 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 cd88372 [ELF] - Ignore -Map,-M and --cref options.
new 25eb287 Fix program header propagation.
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/LinkerScript.cpp | 48 ++++++++++++++--------
ELF/LinkerScript.h | 1 +
ELF/Writer.cpp | 2 +
.../Inputs/implicit-program-header.script | 12 ++++++
test/ELF/linkerscript/implicit-program-header.s | 13 ++++++
5 files changed, 58 insertions(+), 18 deletions(-)
create mode 100644 test/ELF/linkerscript/Inputs/implicit-program-header.script
create mode 100644 test/ELF/linkerscript/implicit-program-header.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 gcc.
from 5dc46e1 Fix dump output in dse_optimize_stmt
new d833099 Use constexpr addressof in optional, SFINAE housekeeping for [...]
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:
libstdc++-v3/ChangeLog | 21 +++++++
libstdc++-v3/include/std/any | 67 ++++++++++++++--------
libstdc++-v3/include/std/optional | 49 +---------------
libstdc++-v3/include/std/tuple | 12 ++--
.../testsuite/20_util/any/misc/any_cast_neg.cc | 2 +-
5 files changed, 73 insertions(+), 78 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 libcxx.
from 496fc7f Update C++1z status with LFTS issues from Issaquah.
new 59368dd Update C++1z status with LWG papers from Issaquah.
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:
www/cxx1z_status.html | 26 +++++++++++++++++++++++---
1 file changed, 23 insertions(+), 3 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 libcxx.
from d521adc Update C++1z status with C++17 issues from Issaquah. Still to [...]
new 496fc7f Update C++1z status with LFTS issues from Issaquah.
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:
www/cxx1z_status.html | 6 ++++++
1 file changed, 6 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 91298c7 Reverting r285406, which was a temporary workaround to get on [...]
new 4bbcd0a [PPC] add intrinsics for vec extract exp/significand and vec [...]
new 2e6f35a [X86][AVX] Fixed v16i16/v32i8 ADD/SUB costs on AVX1 subtargets
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/IR/IntrinsicsPowerPC.td | 18 ++++++
lib/Target/PowerPC/PPCInstrVSX.td | 24 ++++++--
lib/Target/X86/X86TargetTransformInfo.cpp | 4 ++
test/Analysis/CostModel/X86/arith.ll | 16 ++---
test/CodeGen/PowerPC/vsx-p9.ll | 71 ++++++++++++++++++++++
.../LoopVectorize/X86/vector_max_bandwidth.ll | 6 +-
6 files changed, 123 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 clang.
from 42f6941 Fix r286819 (accidentally patched multiple times.
new c54eff0 [PPC] add extract sig/exp test data class for vec float and v [...]
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/Basic/BuiltinsPPC.def | 9 ++++++
lib/Headers/altivec.h | 60 +++++++++++++++++++++++++++++++++++-
test/CodeGen/builtins-ppc-p9vector.c | 42 +++++++++++++++++++++++++
3 files changed, 110 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 libcxx.
from 897956e Protect std::ios tests under libcpp-no-exceptions
new d521adc Update C++1z status with C++17 issues from Issaquah. Still to [...]
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:
www/cxx1z_status.html | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 73 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 lld.
from 6a1b9b0 Delay removing empty section commands. NFC.
new cd88372 [ELF] - Ignore -Map,-M and --cref options.
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/Options.td | 4 ++++
1 file changed, 4 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.