This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from b7cbf75ecd7 [SystemZ] Validate shifted compare value in adjustForTestUnderMask
new a2d30e9740e Modify ModRefInfo values using static inline method abstrac [...]
new aa1ccb63b4e [X86][AVX512] Tag VPSLLDQ/VPSRLDQ instruction scheduler classes
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/Analysis/AliasAnalysis.h | 73 +++++++++++++++-----
lib/Analysis/AliasAnalysis.cpp | 78 ++++++++++++----------
lib/Analysis/AliasSetTracker.cpp | 15 ++---
lib/Analysis/BasicAliasAnalysis.cpp | 16 +++--
lib/Analysis/GlobalsModRef.cpp | 27 ++++----
lib/Analysis/Loads.cpp | 5 +-
lib/Analysis/MemoryDependenceAnalysis.cpp | 16 ++---
lib/Analysis/MemorySSA.cpp | 8 +--
lib/Target/Hexagon/HexagonLoopIdiomRecognition.cpp | 3 +-
lib/Target/X86/X86InstrAVX512.td | 29 +++++---
lib/Transforms/IPO/FunctionAttrs.cpp | 11 +--
lib/Transforms/ObjCARC/ObjCARCContract.cpp | 2 +-
lib/Transforms/Scalar/DeadStoreElimination.cpp | 12 ++--
lib/Transforms/Scalar/LoopIdiomRecognize.cpp | 2 +-
lib/Transforms/Scalar/MemCpyOptimizer.cpp | 22 +++---
lib/Transforms/Scalar/Sink.cpp | 4 +-
lib/Transforms/Scalar/TailRecursionElimination.cpp | 2 +-
17 files changed, 191 insertions(+), 134 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-tools-extra.
from c8ea81e8 Commit access test.
new 08b8ce3f [clangd] Clean up code complete unit tests. NFC
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:
unittests/clangd/CodeCompleteTests.cpp | 433 ++++++++++++---------------------
1 file changed, 151 insertions(+), 282 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 a5a2a76bb7 Support defining strtof64, strtof32x, wcstof64, wcstof32x aliases.
new 07ed18d26a Add elision tunables
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 | 39 +++++++++++++
INSTALL | 3 -
config.h.in | 3 -
config.make.in | 1 -
configure | 17 ------
configure.ac | 10 ----
elf/dl-tunables.list | 34 +++++++++++
manual/install.texi | 3 -
manual/tunables.texi | 69 +++++++++++++++++++++++
nptl/Makefile | 4 ++
nptl/tst-mutex8.c | 12 +---
sysdeps/powerpc/nptl/elide.h | 9 ---
sysdeps/powerpc/powerpc32/sysdep.h | 2 +-
sysdeps/powerpc/powerpc64/sysdep.h | 2 +-
sysdeps/powerpc/sysdep.h | 4 +-
sysdeps/s390/configure | 2 +-
sysdeps/s390/configure.ac | 2 +-
sysdeps/s390/nptl/bits/pthreadtypes-arch.h | 4 --
sysdeps/unix/sysv/linux/powerpc/elision-conf.c | 75 +++++++++++++++++++++++--
sysdeps/unix/sysv/linux/powerpc/force-elision.h | 2 -
sysdeps/unix/sysv/linux/s390/Makefile | 2 -
sysdeps/unix/sysv/linux/s390/elision-conf.c | 72 ++++++++++++++++++++++--
sysdeps/unix/sysv/linux/s390/elision-conf.h | 2 -
sysdeps/unix/sysv/linux/s390/force-elision.h | 2 -
sysdeps/unix/sysv/linux/s390/lowlevellock.h | 2 -
sysdeps/unix/sysv/linux/x86/elision-conf.c | 74 +++++++++++++++++++++---
26 files changed, 357 insertions(+), 94 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 952471eaa55 [X86][AVX512] Tag VPTRUNC/VPMOVSX/VPMOVZX instruction sched [...]
new b7cbf75ecd7 [SystemZ] Validate shifted compare value in adjustForTestUnderMask
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/SystemZ/SystemZISelLowering.cpp | 2 ++
test/CodeGen/SystemZ/int-cmp-47.ll | 22 ++++++++++++++++++++++
2 files changed, 24 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 zorg.
from 69fdf7b OpenMPBuilder: Remove obsolete parameters and steps
new b470a1c Moved builder llvm-clang-lld-x86_64-scei-ps4-ubuntu-fast to a [...]
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:
buildbot/osuosl/master/config/builders.py | 2 +-
buildbot/osuosl/master/config/slaves.py | 3 +++
2 files changed, 4 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 54b78ffab [libcxx] Fix intrinsics for MSVC
new c945ad4df Enable auto-linking on Windows
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/__config | 7 +++++++
1 file changed, 7 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 clang.
from b3d5240383 [OPENMP] Fix implicit mapping analysis.
new 8df79b8c01 Give this test a triple to avoid failures on MS bots.
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/Modules/var-templates.cpp | 2 +-
1 file changed, 1 insertion(+), 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 gcc.
from ec9475cb11e 2017-12-05 Matthew Gretton-Dann <matthew.gretton-dann(a)arm.com>
new 64a120a9de1 Remove $tmpdir from -dumpbase, we should be in $tmpdir.
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/testsuite/gcc.c-torture/unsorted/dump-noaddr.x | 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 ca99fdb4933 [WebAssembly] Make stack-pointer imports mutable.
new 952471eaa55 [X86][AVX512] Tag VPTRUNC/VPMOVSX/VPMOVZX instruction sched [...]
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 | 196 +++++++++++++++++++-----------------
test/CodeGen/X86/avx512-schedule.ll | 148 +++++++++++++--------------
2 files changed, 180 insertions(+), 164 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 9dec99fdb0 [WebAssembly] Don't use Wasm function sections for more than [...]
new b3d5240383 [OPENMP] Fix implicit mapping analysis.
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/Sema/SemaOpenMP.cpp | 77 ++++++++++++++++++++++---------------
test/OpenMP/target_map_messages.cpp | 10 ++++-
2 files changed, 56 insertions(+), 31 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.