This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 158d97d [Power9] Allow AnyExt immediates for XXSPLTIB
new 9086e00 [TESTS] Initial commit of tests, by Andrew Tischenko
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/{recip-fastmath.ll => recip-fastmath2.ll} | 209 +++++++++++----------
test/CodeGen/X86/vector-sqrt.ll | 77 ++++++++
2 files changed, 183 insertions(+), 103 deletions(-)
copy test/CodeGen/X86/{recip-fastmath.ll => recip-fastmath2.ll} (61%)
create mode 100644 test/CodeGen/X86/vector-sqrt.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 74a7d89 [AVR] Support floats in the instrumention pass
new 158d97d [Power9] Allow AnyExt immediates for XXSPLTIB
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/PowerPC/PPCInstrInfo.td | 2 +-
lib/Target/PowerPC/PPCInstrVSX.td | 12 ++++++------
test/CodeGen/PowerPC/power9-moves-and-splats.ll | 9 +++++++++
3 files changed, 16 insertions(+), 7 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 768d266 [CostModel][X86] Add tests for reverse shuffle costs
new 74a7d89 [AVR] Support floats in the instrumention pass
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/AVR/AVRInstrumentFunctions.cpp | 28 ++++++++++++++--------------
test/CodeGen/AVR/instrumentation/basic.ll | 25 +++++++++++++++++++++----
2 files changed, 35 insertions(+), 18 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 libcxx.
from b7fe139 Fix typo
new 1d0d379 Fix XFAILS for is_trivially_destructible trait
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/std/utilities/tuple/tuple.tuple/tuple.cnstr/dtor.pass.cpp | 3 ---
test/std/utilities/utility/pairs/pairs.pair/dtor.pass.cpp | 3 ---
2 files changed, 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 c817e86 Add missing triple target for numeric section flag test
new 768d266 [CostModel][X86] Add tests for reverse shuffle costs
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/Analysis/CostModel/X86/shuffle-reverse.ll | 143 +++++++++++++++++++++++++
1 file changed, 143 insertions(+)
create mode 100644 test/Analysis/CostModel/X86/shuffle-reverse.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 453a964 Fix incorrectly named variables.
new 77bde1f Remove linux/personality.h wrapper
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/lldb/Host/linux/Personality.h | 25 ----------------------
.../Plugins/Process/Linux/NativeProcessLinux.cpp | 1 -
2 files changed, 26 deletions(-)
delete mode 100644 include/lldb/Host/linux/Personality.h
--
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 bdc8d92 [clang-tidy] Enhance modernize-use-auto to templated function casts
new 5f559f3 [change-namespace] handling templated type aliases correctly.
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:
change-namespace/ChangeNamespace.cpp | 48 ++++++++-----
.../change-namespace/ChangeNamespaceTests.cpp | 82 ++++++++++++++++++++++
2 files changed, 114 insertions(+), 16 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 2ef2a88 Simplify format member detection in FormatVariadic
new c817e86 Add missing triple target for numeric section flag test
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/MC/ELF/section-numeric-flag.s | 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-tools-extra.
from d493570 [change-namespace] don't crash when type reference is in func [...]
new bdc8d92 [clang-tidy] Enhance modernize-use-auto to templated function casts
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:
clang-tidy/modernize/UseAutoCheck.cpp | 50 ++++++++++-
docs/ReleaseNotes.rst | 3 +-
docs/clang-tidy/checks/modernize-use-auto.rst | 9 +-
.../modernize-use-auto-cast-remove-stars.cpp | 97 +++++++++++++++++++++-
test/clang-tidy/modernize-use-auto-cast.cpp | 92 ++++++++++++++++++++
5 files changed, 241 insertions(+), 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.