This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from fb03b04b7f hurd: Announce that glibc now builds unpatched
new fa9e15558d hurd: Fix exposition of UTIME_NOW, UTIME_OMIT
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 | 3 +++
sysdeps/mach/hurd/bits/stat.h | 10 +++++-----
2 files changed, 8 insertions(+), 5 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 f38a3ac0efe Remove stro(u?)ll() config checks. Those were needed pre-MS [...]
new 66167879599 [SLP] Fix PR36481: vectorize reassociated instructions.
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/LoopAccessAnalysis.h | 14 +
lib/Analysis/LoopAccessAnalysis.cpp | 61 ++++
lib/Transforms/Vectorize/SLPVectorizer.cpp | 319 +++++++++++++++------
.../X86/external_user_jumbled_load.ll | 13 +-
test/Transforms/SLPVectorizer/X86/extract.ll | 11 +-
.../SLPVectorizer/X86/jumbled-load-multiuse.ll | 25 +-
.../X86/jumbled-load-shuffle-placement.ll | 46 ++-
.../SLPVectorizer/X86/jumbled-load-used-in-phi.ll | 27 +-
test/Transforms/SLPVectorizer/X86/jumbled-load.ll | 51 ++--
.../SLPVectorizer/X86/reassociated-loads.ll | 107 +++----
test/Transforms/SLPVectorizer/X86/store-jumbled.ll | 25 +-
11 files changed, 424 insertions(+), 275 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 gcc-7-branch
in repository gcc.
from 15f96a2415c i386: Enable AVX/AVX512 features only if supported by OSXSAVE
new 0427f2abf76 Backport from mainline 2018-03-30 Peter Bergner <bergne [...]
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 | 10 ++++++++++
gcc/config/rs6000/vsx.md | 20 ++++++++++++++++++--
2 files changed, 28 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 58ab7f7e03d Revert r328975, it makes TableGen assert on the bots.
new f38a3ac0efe Remove stro(u?)ll() config checks. Those were needed pre-MS [...]
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:
cmake/config-ix.cmake | 11 -----------
include/llvm/Config/config.h.cmake | 9 ---------
2 files changed, 20 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 b5959d3df99 More fixes after r328970.
new 2c8ee39b1ab Remove HAVE_WRITEV that's unused after r255837.
new 58ab7f7e03d Revert r328975, it makes TableGen assert on the bots.
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 | 4 -
include/llvm/Config/config.h.cmake | 6 -
lib/Support/raw_ostream.cpp | 3 -
lib/Target/AMDGPU/AMDGPU.td | 11 +-
lib/Target/AMDGPU/AMDGPUSubtarget.cpp | 1 -
lib/Target/AMDGPU/AMDGPUSubtarget.h | 5 -
lib/Target/AMDGPU/SMInstructions.td | 188 ---------------------
test/MC/AMDGPU/smem.s | 264 ------------------------------
test/MC/Disassembler/AMDGPU/smem_gfx9.txt | 192 ----------------------
9 files changed, 1 insertion(+), 673 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 e509ab0cbdd [llvm-mca] Do not assume that implicit reads cannot be asso [...]
new 3c03a2ac26c [X86] Reduce Store Forward Block issues in HW - Recommit af [...]
new bf59921ab63 Attempt to heal bots after r328970.
new ddc3770228a [AMDGPU][MC][GFX9] Added s_atomic_* and s_buffer_atomic_* i [...]
new b5959d3df99 More fixes after r328970.
The 4 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/Config/config.h.cmake | 6 -
lib/Support/regcomp.c | 7 +-
lib/Target/AMDGPU/AMDGPU.td | 11 +-
lib/Target/AMDGPU/AMDGPUSubtarget.cpp | 1 +
lib/Target/AMDGPU/AMDGPUSubtarget.h | 5 +
lib/Target/AMDGPU/SMInstructions.td | 188 +++
lib/Target/X86/CMakeLists.txt | 1 +
lib/Target/X86/X86.h | 3 +
lib/Target/X86/X86AvoidStoreForwardingBlocks.cpp | 722 +++++++++++
lib/Target/X86/X86TargetMachine.cpp | 3 +
test/CodeGen/X86/O3-pipeline.ll | 1 +
test/CodeGen/X86/avoid-sfb-overlaps.ll | 521 ++++++++
test/CodeGen/X86/avoid-sfb.ll | 1491 ++++++++++++++++++++++
test/MC/AMDGPU/smem.s | 264 ++++
test/MC/Disassembler/AMDGPU/smem_gfx9.txt | 192 +++
15 files changed, 3403 insertions(+), 13 deletions(-)
create mode 100644 lib/Target/X86/X86AvoidStoreForwardingBlocks.cpp
create mode 100644 test/CodeGen/X86/avoid-sfb-overlaps.ll
create mode 100644 test/CodeGen/X86/avoid-sfb.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 binutils-gdb.
from 09473be85c Change rs6000_ptrace_ldinfo to return a byte_vector
new 3d6b3b8221 gdb/ChangeLog: Fix filenames in a couple of entries
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:
gdb/ChangeLog | 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 62905805b19 Assume existence of inttypes.h and stdint.h in DataTypes.h.
new 7d1af99a866 Attempt to fix papertrail-warnings.test on Windows bots.
new e509ab0cbdd [llvm-mca] Do not assume that implicit reads cannot be asso [...]
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:
test/tools/dsymutil/X86/papertrail-warnings.test | 4 ++--
test/tools/llvm-mca/X86/BtVer2/read-advance-2.s | 26 ++++++++++++++++++++++++
tools/llvm-mca/InstrBuilder.cpp | 18 ++++++++++++----
tools/llvm-mca/Instruction.h | 11 +++++-----
4 files changed, 48 insertions(+), 11 deletions(-)
create mode 100644 test/tools/llvm-mca/X86/BtVer2/read-advance-2.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 llvm.
from 0a9e4fe67e2 [PowerPC] fix assertion failure due to missing instruction [...]
new 62905805b19 Assume existence of inttypes.h and stdint.h in DataTypes.h.
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 | 3 --
cmake/config-ix.cmake | 34 -----------------
include/llvm-c/{DataTypes.h.cmake => DataTypes.h} | 45 -----------------------
include/llvm/Config/config.h.cmake | 9 -----
4 files changed, 91 deletions(-)
rename include/llvm-c/{DataTypes.h.cmake => DataTypes.h} (76%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.