This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 1c224c0 Fix ThinLTO crash with debug info
new da48846 [Profile] preserve branch metadata lowering select in CGP
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/IR/IRBuilder.h | 13 +++++++++++++
lib/CodeGen/CodeGenPrepare.cpp | 11 ++++++++---
test/CodeGen/X86/cmov-into-branch.ll | 10 +++++-----
test/CodeGen/X86/select_meta.ll | 16 ++++++++++++++++
4 files changed, 42 insertions(+), 8 deletions(-)
create mode 100644 test/CodeGen/X86/select_meta.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 llvm.
from 9101366 Strip trailing whitespace
new 1c224c0 Fix ThinLTO crash with debug info
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/IR/TypeFinder.h | 2 ++
lib/Linker/IRMover.cpp | 6 ++++
test/ThinLTO/X86/Inputs/crash_debuginfo.ll | 33 +++++++++++++++++++++
test/ThinLTO/X86/crash_debuginfo.ll | 46 ++++++++++++++++++++++++++++++
4 files changed, 87 insertions(+)
create mode 100644 test/ThinLTO/X86/Inputs/crash_debuginfo.ll
create mode 100644 test/ThinLTO/X86/crash_debuginfo.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 llvm.
from d55f315 AMDGPU: Set sizes of spill pseudos
new 9101366 Strip trailing whitespace
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/X86ISelLowering.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 glibc.
from 6b75ba1 NaCl: Fix compile error for __dup after libc_hidden_proto addition.
new ead3cea Set NODELETE flag after checking for NULL pointer
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 | 7 ++++
elf/Makefile | 3 +-
elf/dl-open.c | 12 +++---
stdio-common/tst-fmemopen4.c => elf/tst-noload.c | 52 ++++++++++++------------
4 files changed, 42 insertions(+), 32 deletions(-)
copy stdio-common/tst-fmemopen4.c => elf/tst-noload.c (50%)
--
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 f85f5b3 [AVX-512] Remove masked integer add/sub builtins and replace [...]
new 9933b39 [AVX-512] Remove masked integer mullo builtins and replace wi [...]
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 | 11 -----------
lib/Headers/avx512bwintrin.h | 18 ++++++++----------
lib/Headers/avx512dqintrin.h | 19 ++++++++-----------
lib/Headers/avx512fintrin.h | 18 ++++++++----------
lib/Headers/avx512vlbwintrin.h | 38 ++++++++++++++++---------------------
lib/Headers/avx512vldqintrin.h | 38 ++++++++++++++++---------------------
lib/Headers/avx512vlintrin.h | 38 ++++++++++++++++---------------------
test/CodeGen/avx512bw-builtins.c | 6 ++++--
test/CodeGen/avx512dq-builtins.c | 6 ++++--
test/CodeGen/avx512f-builtins.c | 6 ++++--
test/CodeGen/avx512vl-builtins.c | 12 ++++++++----
test/CodeGen/avx512vlbw-builtins.c | 12 ++++++++----
test/CodeGen/avx512vldq-builtins.c | 12 ++++++++----
13 files changed, 108 insertions(+), 126 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 f98cf49 Fix the attribute documentation build.
new f85f5b3 [AVX-512] Remove masked integer add/sub builtins and replace [...]
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 | 25 ------
lib/Headers/avx512bwintrin.h | 72 ++++++++--------
lib/Headers/avx512fintrin.h | 74 +++++++----------
lib/Headers/avx512vlbwintrin.h | 153 +++++++++++++++-------------------
lib/Headers/avx512vlintrin.h | 160 +++++++++++++++---------------------
test/CodeGen/avx512bw-builtins.c | 24 ++++--
test/CodeGen/avx512f-builtins.c | 24 ++++--
test/CodeGen/avx512vl-builtins.c | 50 +++++++----
test/CodeGen/avx512vlbw-builtins.c | 49 +++++++----
9 files changed, 290 insertions(+), 341 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 7a46f96 [AVX-512] Add integer ADD/SUB instructions to load folding ta [...]
new d6b6798 AMDGPU: Fix adding duplicate implicit exec uses
new d55f315 AMDGPU: Set sizes of spill pseudos
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/AMDGPU/SIInstrInfo.cpp | 4 +---
lib/Target/AMDGPU/SIInstructions.td | 5 +++++
lib/Target/AMDGPU/SIRegisterInfo.td | 7 +++++++
lib/Target/AMDGPU/SIShrinkInstructions.cpp | 16 +++++++++++++++-
4 files changed, 28 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 llvm.
from f611763 [AVX-512] Mark EVEX encoded vpcmpeq as commutable just like i [...]
new 7a46f96 [AVX-512] Add integer ADD/SUB instructions to load folding ta [...]
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 | 44 ++++
test/CodeGen/X86/stack-folding-int-avx512.ll | 182 +++++++++++++++++
test/CodeGen/X86/stack-folding-int-avx512vl.ll | 272 +++++++++++++++++++++++++
3 files changed, 498 insertions(+)
create mode 100644 test/CodeGen/X86/stack-folding-int-avx512.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.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
from 5ae723f gcc/ Backport from trunk r237884. 2016-06-30 Wilco Dijkst [...]
new 969e4d7 gcc/ Backport from trunk r239610. 2016-08-19 Matthew Waha [...]
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/config/arm/arm.c | 13 ++++---------
1 file changed, 4 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 f9f3b70 AMDGPU: Reduce the duration of whole-quad-mode
new f611763 [AVX-512] Mark EVEX encoded vpcmpeq as commutable just like i [...]
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/X86InstrAVX512.td | 44 +++++++++++++++++++++-------------------
1 file changed, 23 insertions(+), 21 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.