This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 3c4ba3a Add missing name
new 0260ec2 2016-10-30 Prathamesh Kulkarni <prathamesh.kulkarni(a)linaro.org>
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 | 4 ++++
gcc/config/arm/arm.c | 4 ++--
2 files changed, 6 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 648888d [X86] Use intrinsics table for PMADDUBSW and PMADDWD so that [...]
new b10d927 [LoopVectorize] Make interleaved-accesses analysis less conse [...]
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/Vectorize/LoopVectorize.cpp | 60 ++++++++++++++++-
.../LoopVectorize/AArch64/gather-cost.ll | 2 +-
test/Transforms/LoopVectorize/ARM/gather-cost.ll | 2 +-
test/Transforms/LoopVectorize/X86/gather-cost.ll | 2 +-
.../LoopVectorize/interleaved-accesses-1.ll | 78 ++++++++++++++++++++++
.../LoopVectorize/interleaved-accesses-2.ll | 58 ++++++++++++++++
.../LoopVectorize/interleaved-accesses-3.ll | 57 ++++++++++++++++
7 files changed, 255 insertions(+), 4 deletions(-)
create mode 100644 test/Transforms/LoopVectorize/interleaved-accesses-1.ll
create mode 100644 test/Transforms/LoopVectorize/interleaved-accesses-2.ll
create mode 100644 test/Transforms/LoopVectorize/interleaved-accesses-3.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 6f2035c Daily bump.
new 3c4ba3a Add missing name
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 | 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 cd238117 clang/test/Driver/openmp-offload.c: Relax expressions if "ld. [...]
new dcf67a3 [AVX-512] Remove masked 128/256-bit builtins for vpmaddwd and [...]
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/BuiltinsX86.def | 4 --
lib/Headers/avx512vlbwintrin.h | 75 ++++++++++++++++---------------------
test/CodeGen/avx512vlbw-builtins.c | 24 ++++++++----
3 files changed, 49 insertions(+), 54 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 56c6464 [Polly] Remove the unused POLLY_LINK_LIBS for linking pol [...]
new 648888d [X86] Use intrinsics table for PMADDUBSW and PMADDWD so that [...]
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/X86/X86InstrInfo.cpp | 6 +-
lib/Target/X86/X86InstrSSE.td | 133 ++++++++++++++-----------------------
lib/Target/X86/X86IntrinsicsInfo.h | 4 ++
3 files changed, 57 insertions(+), 86 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 9fd0638 [ThinLTO] Use per-summary flag to prevent exporting locals us [...]
new 56c6464 [Polly] Remove the unused POLLY_LINK_LIBS for linking pol [...]
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/bugpoint/CMakeLists.txt | 5 -----
tools/opt/CMakeLists.txt | 5 -----
2 files changed, 10 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 39970a7 [ThinLTO] Correctly resolve linkonce when importing aliasee
new 9fd0638 [ThinLTO] Use per-summary flag to prevent exporting locals us [...]
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/ModuleSummaryAnalysis.h | 5 --
include/llvm/IR/ModuleSummaryIndex.h | 4 ++
lib/Analysis/ModuleSummaryAnalysis.cpp | 76 +++++++++++----------------
lib/Transforms/Utils/FunctionImportUtils.cpp | 8 ---
4 files changed, 34 insertions(+), 59 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 0a87051 [X86] Don't use loadv2i64 on SSE version of PMULHRSW. Use mem [...]
new 39970a7 [ThinLTO] Correctly resolve linkonce when importing aliasee
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/LTO/LTO.cpp | 11 +++--
.../X86/Inputs/linkonce_aliasee_ref_import.ll | 10 +++++
test/ThinLTO/X86/alias_import.ll | 4 +-
test/ThinLTO/X86/linkonce_aliasee_ref_import.ll | 50 ++++++++++++++++++++++
test/ThinLTO/X86/weak_resolution.ll | 12 ++++--
test/tools/gold/X86/thinlto_weak_resolution.ll | 43 +++++++++++++------
6 files changed, 107 insertions(+), 23 deletions(-)
create mode 100644 test/ThinLTO/X86/Inputs/linkonce_aliasee_ref_import.ll
create mode 100644 test/ThinLTO/X86/linkonce_aliasee_ref_import.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 glibc.
from 960294f Add include/crypt.h.
new 93fe09c Bug 20729: Fix building with -Os.
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 | 16 ++++++++++++++++
iconvdata/iso-2022-cn-ext.c | 12 ++++++++++++
include/libc-internal.h | 15 +++++++++++++++
locale/weight.h | 8 ++++++++
locale/weightwc.h | 8 ++++++++
nptl_db/thread_dbP.h | 9 +++++++++
resolv/res_send.c | 11 ++++++++++-
string/strcoll_l.c | 13 +++++++++++++
8 files changed, 91 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 clang.
from c5c58ae [AVX-512] Remove 128/256-bit masked pmulhrsw/pmulhuw/pmulhw b [...]
new cd238117 clang/test/Driver/openmp-offload.c: Relax expressions if "ld. [...]
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/Driver/openmp-offload.c | 36 ++++++++++++++++++------------------
1 file changed, 18 insertions(+), 18 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.