This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 92bb38f3945 [ARM] Cortex-A57 scheduler fix for ARM backend (missed 16-b [...]
new d8df57d5ede [X86] Change the masked FPCLASS implementation to use AND 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/X86ISelLowering.cpp | 8 +++-----
lib/Target/X86/X86InstrAVX512.td | 10 +++++-----
2 files changed, 8 insertions(+), 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 820fd02e9a6 [SLP] Added new tests and updated existing for jumbled load, NFC.
new 92bb38f3945 [ARM] Cortex-A57 scheduler fix for ARM backend (missed 16-b [...]
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/ARM/ARMScheduleA57.td | 38 +++++++++++++++++++++++++++++++++-----
1 file changed, 33 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 lld.
from c9b006b96 [WebAssembly] Fix variable name.
new cf7ec58fb [ELF] Process linker scripts deeper when declaring symbols.
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:
ELF/LinkerScript.cpp | 47 ++++++++++++++++++++++---------
test/ELF/linkerscript/symbols-synthetic.s | 2 +-
test/ELF/linkerscript/version-script.s | 5 ++++
3 files changed, 39 insertions(+), 15 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 gcc.
from fa3aa4e118f runtime: update AIX memory allocation for new versions
new d4ce94c11ee [PR81611] turn inc-and-use-of-dead-orig into auto-inc
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 | 11 +++++
gcc/auto-inc-dec.c | 140 +++++++++++++++++++++++++++++++++++++++++++++++++----
2 files changed, 141 insertions(+), 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 d53cdbf4cc5 [RuntimeDyld][MachO] Support ARM64_RELOC_BRANCH26 for BL in [...]
new 820fd02e9a6 [SLP] Added new tests and updated existing for jumbled load, 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:
.../X86/external_user_jumbled_load.ll | 42 ++++
.../X86/jumbled-load-shuffle-placement.ll | 139 ++++++++++++
.../SLPVectorizer/X86/jumbled-load-used-in-phi.ll | 232 +++++++++++++++++++++
test/Transforms/SLPVectorizer/X86/jumbled-load.ll | 61 +++++-
4 files changed, 468 insertions(+), 6 deletions(-)
create mode 100644 test/Transforms/SLPVectorizer/X86/external_user_jumbled_load.ll
create mode 100644 test/Transforms/SLPVectorizer/X86/jumbled-load-shuffle-placement.ll
create mode 100644 test/Transforms/SLPVectorizer/X86/jumbled-load-used-in-phi.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 lldb.
from 93919a4ca Fix lldbinline tests for remote targets
new 3440b5ee3 Add EmulateInstructionPPC64.cpp to xcode project file.
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:
lldb.xcodeproj/project.pbxproj | 15 +++++++++++++++
1 file changed, 15 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 lld.
from 811ecf2a4 [WebAssembly] Simplify initializeSymbols and merge it with Ob [...]
new 570fc2a7c [WebAssembly] Remove unnecessary namespace specifiers. NFC.
new c9b006b96 [WebAssembly] Fix variable name.
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:
wasm/Writer.cpp | 4 ++--
wasm/WriterUtils.cpp | 2 +-
2 files changed, 3 insertions(+), 3 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 release_60
in repository clang.
from e3acef8111 Regenerate docs/AttributeReference.rst
new 0841a9dda0 A few release notes updates for C++ support in Clang 6.0.
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:
docs/ReleaseNotes.rst | 28 ++++++++++++++++++++++++++++
1 file changed, 28 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 4c51d85a89 [analyzer] [tests] Write to logfile instead of stdout while [...]
new 5a983b00e8 Update cxx_status to mark "SVN" items as "Clang 6" instead.
new 6ba4f924d9 Fix a couple of cases where we would fail to correctly parse [...]
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/clang/Sema/DeclSpec.h | 12 ++++-
include/clang/Sema/Sema.h | 2 +
lib/AST/TemplateName.cpp | 5 ++
lib/Parse/ParseDecl.cpp | 5 +-
lib/Parse/ParseTemplate.cpp | 10 +---
lib/Parse/ParseTentative.cpp | 39 +++++++++++----
lib/Parse/Parser.cpp | 4 +-
lib/Sema/SemaTemplate.cpp | 55 +++++++++++++++++++++-
lib/Sema/SemaType.cpp | 12 +++++
test/CXX/temp/temp.deduct.guide/p3.cpp | 4 +-
.../cxx1z-class-template-argument-deduction.cpp | 40 +++++++++++++++-
www/cxx_status.html | 10 ++--
www/make_cxx_dr_status | 5 +-
13 files changed, 170 insertions(+), 33 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 lld.
from ac8e16f9f [WebAssembly] Add test for `--undefined` flag. NFC.
new 811ecf2a4 [WebAssembly] Simplify initializeSymbols and merge it with Ob [...]
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:
wasm/InputFiles.cpp | 107 +++++++++++++++++++++-------------------------------
wasm/InputFiles.h | 6 ---
2 files changed, 43 insertions(+), 70 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.