This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 22dadfd6b8a * c-ada-spec.c (has_nontrivial_methods): Test for FUNCTION [...]
new be6d8e40a83 * es.po: Update.
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/po/ChangeLog | 4 +
gcc/po/es.po | 351 ++++++++++++++++++++++++-------------------------------
2 files changed, 154 insertions(+), 201 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 f5ceedaf338 [x86] revert r310208 to investigate test-suite failures (PR [...]
new 54c7a7568e1 [X86][AVX] Cleanup subvector broadcast tests - remove old p [...]
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/CodeGen/X86/subvector-broadcast.ll | 366 ++++++++++++++++----------------
1 file changed, 183 insertions(+), 183 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 lldb.
from aceac352c Tool for using Intel(R) Processor Trace hardware feature
new 2de9f640a Fixed build failure for revision r310261
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:
tools/intel-features/CMakeLists.txt | 4 ++++
1 file changed, 4 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 a09f2fcb334 [DebugInfo][DWARF] Correct some usages of PRIx32 to PRIx64
new f5ceedaf338 [x86] revert r310208 to investigate test-suite failures (PR [...]
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/SelectionDAG/DAGCombiner.cpp | 2 +-
lib/Target/X86/X86ISelLowering.cpp | 95 +++++++++++++++-------
test/CodeGen/X86/2010-08-04-MaskedSignedCompare.ll | 18 ++--
test/CodeGen/X86/memcmp-optsize.ll | 48 ++++++-----
test/CodeGen/X86/memcmp.ll | 42 +++++-----
test/CodeGen/X86/merge-consecutive-stores.ll | 8 +-
test/CodeGen/X86/mul-constant-result.ll | 30 +++----
test/CodeGen/X86/pr22338.ll | 20 +++--
test/CodeGen/X86/sbb.ll | 6 +-
test/CodeGen/X86/select.ll | 83 +++++++++++--------
test/CodeGen/X86/select_const.ll | 61 ++++++++------
test/CodeGen/X86/sext-i1.ll | 16 ++--
12 files changed, 251 insertions(+), 178 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 hjl/fma/2.26
in repository glibc.
at 36ce3e00a8 x86-64: Add FMA multiarch functions to libm
This branch includes the following new commits:
new 36ce3e00a8 x86-64: Add FMA multiarch functions to libm
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.
--
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 a64c8c9af1e [SLP] General improvements of SLP vectorization process.
new a09f2fcb334 [DebugInfo][DWARF] Correct some usages of PRIx32 to PRIx64
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/DebugInfo/DWARF/DWARFVerifier.cpp | 8 ++++----
1 file changed, 4 insertions(+), 4 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 f9faef8fd4 Enable LLVM asan support for NetBSD/i386
new 931925b513 [OpenMP] Add flag for specifying the target device architect [...]
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/DiagnosticDriverKinds.td | 4 ++
include/clang/Driver/Options.td | 4 ++
include/clang/Driver/ToolChain.h | 11 +++++
lib/Driver/Compilation.cpp | 7 +++-
lib/Driver/ToolChain.cpp | 62 ++++++++++++++++++++++++++++
lib/Driver/ToolChains/Cuda.cpp | 21 +++++++++-
test/Driver/openmp-offload.c | 32 ++++++++++++++
7 files changed, 138 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 llvm.
from aa4edb14222 Fix typo in comment
new a64c8c9af1e [SLP] General improvements of SLP vectorization process.
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/Vectorize/SLPVectorizer.h | 13 ++
lib/Transforms/Vectorize/SLPVectorizer.cpp | 213 +++++++++++----------
.../SLPVectorizer/AArch64/gather-root.ll | 100 +++++-----
test/Transforms/SLPVectorizer/X86/horizontal.ll | 64 +++----
.../X86/insert-element-build-vector.ll | 40 ++--
5 files changed, 224 insertions(+), 206 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 hjl/ifunc/fma
in repository glibc.
discards 506b099e5c x86-64: Add FMA multiarch functions to libm
new 121f6cb90f x86-64: Add FMA multiarch functions to libm
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (506b099e5c)
\
N -- N -- N refs/heads/hjl/ifunc/fma (121f6cb90f)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
sysdeps/x86_64/fpu/multiarch/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.