This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 653e251 [X86] Fix Wunused-lambda-capture warning
new 5b42c82 [X86][SSE] Fix load folding for (V)CVTDQ2PD
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/X86InstrSSE.td | 4 ++--
test/CodeGen/X86/known-signbits-vector.ll | 3 +--
test/CodeGen/X86/mmx-cvt.ll | 3 +--
3 files changed, 4 insertions(+), 6 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 be5b44e [X86][RTM] Regenerate RTM intrinsic tests for 32/64-bit targets.
new 653e251 [X86] Fix Wunused-lambda-capture warning
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 aoliva/SFN
in repository gcc.
from d0be7a5 non-SFN: stabilize store merging order without using invalida [...]
new 7a20dbf non-SFN: stabilize store merging with a stack list, not a map
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/gimple-ssa-store-merging.c | 69 +++++++++++++++++++++++-------------------
1 file changed, 38 insertions(+), 31 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 1b61f52 Respect CMAKE_INSTALL_MANDIR for sphinx generated manpages
new be5b44e [X86][RTM] Regenerate RTM intrinsic tests for 32/64-bit targets.
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/rtm.ll | 65 ++++++++++++++++++++++++++++++++++++++++---------
1 file changed, 53 insertions(+), 12 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 a58d2a9 LTO: Hash type identifier resolutions for WholeProgramDevirt.
new 1b61f52 Respect CMAKE_INSTALL_MANDIR for sphinx generated manpages
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/modules/AddSphinxTarget.cmake | 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 clang.
from 57f2628 [VFS] Remove the Path variable from RealFSDirIter. NFC.
new 69cd1ea Revert r297510 "[VFS] Ignore broken symlinks in the directory [...]
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/VirtualFileSystem.h | 2 +-
lib/Basic/VirtualFileSystem.cpp | 7 ++-
unittests/Basic/VirtualFileSystemTest.cpp | 83 -------------------------------
3 files changed, 6 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 compiler-rt.
from 2f55ecd [Builtin][ARM] Fix test case for uldivmod
new ac5f53a Silence a pedantic warning, 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:
lib/builtins/os_version_check.c | 5 +++++
1 file changed, 5 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 9669819 [GlobalISel] LegalizerHelper: Lower (G_FSUB X, Y) to (G_FADD [...]
new a354228 LTO: Hash type identifier resolutions for LowerTypeTests.
new a58d2a9 LTO: Hash type identifier resolutions for WholeProgramDevirt.
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/IR/ModuleSummaryIndex.h | 4 +
lib/LTO/LTO.cpp | 95 +++++++++++++++++++---
.../X86/Inputs/cache-typeid-resolutions-import.ll | 15 ++++
.../X86/Inputs/cache-typeid-resolutions1.ll} | 6 +-
.../X86/Inputs/cache-typeid-resolutions2.ll | 10 +++
.../X86/Inputs/cache-typeid-resolutions3.ll | 15 ++++
test/ThinLTO/X86/cache-typeid-resolutions.ll | 47 +++++++++++
7 files changed, 178 insertions(+), 14 deletions(-)
create mode 100644 test/ThinLTO/X86/Inputs/cache-typeid-resolutions-import.ll
copy test/{LTO/Resolution/X86/Inputs/link-odr-availextern-ae.ll => ThinLTO/X86/Inp [...]
create mode 100644 test/ThinLTO/X86/Inputs/cache-typeid-resolutions2.ll
create mode 100644 test/ThinLTO/X86/Inputs/cache-typeid-resolutions3.ll
create mode 100644 test/ThinLTO/X86/cache-typeid-resolutions.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 9763d85 [ProfileSummaryInfo] Remove unneeded braces. NFCI.
new 5712c39 Sink accessing TII to fix release Werror builds.
new 87ea3c7 GlobalISel: Translate ConstantAggregateZero vectors
new 9669819 [GlobalISel] LegalizerHelper: Lower (G_FSUB X, Y) to (G_FADD [...]
The 3 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/GlobalISel/IRTranslator.cpp | 11 +++++++++-
lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 18 ++++++++++++++++
lib/Target/X86/X86MacroFusion.cpp | 8 +++----
.../AArch64/GlobalISel/arm64-irtranslator.ll | 25 ++++++++++++++++++++++
4 files changed, 56 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.