This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 1ae65deb249 [Power9]Legalize and emit code for quad-precision convert f [...]
new ddc48fa71f7 [Power9] Ensure float128 in non-homogenous aggregates are p [...]
new c7bc4c373ce [demangler] Avoid alignment warning
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:
lib/Demangle/ItaniumDemangle.cpp | 2 +-
lib/Target/PowerPC/PPCISelLowering.cpp | 21 +++++++++++++++++++++
lib/Target/PowerPC/PPCISelLowering.h | 4 ++++
lib/Target/PowerPC/PPCInstrInfo.td | 7 +++++++
lib/Target/PowerPC/PPCInstrVSX.td | 11 +++++++++++
5 files changed, 44 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 libcxxabi.
from b94d15c Revert r336159, r336157. Some bots failed on qualified std::m [...]
new 047fb73 [demangler] Avoid alignment 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:
src/cxa_demangle.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 clang-tools-extra.
from 39811526 Adding some documentation changes that were missed in r336301.
new f12ca716 [clangd] Track origins of symbols (various indexes, Sema).
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:
clangd/CodeComplete.cpp | 26 +++++++++++++---------
clangd/CodeComplete.h | 4 ++++
.../GlobalSymbolBuilderMain.cpp | 1 +
clangd/index/FileIndex.cpp | 1 +
clangd/index/Index.cpp | 10 +++++++++
clangd/index/Index.h | 15 +++++++++++++
clangd/index/Merge.cpp | 3 +++
clangd/index/SymbolCollector.cpp | 1 +
clangd/index/SymbolCollector.h | 2 ++
clangd/tool/ClangdMain.cpp | 7 ++++++
unittests/clangd/CodeCompleteTests.cpp | 17 +++++++++++---
unittests/clangd/IndexTests.cpp | 4 ++++
unittests/clangd/SymbolCollectorTests.cpp | 7 ++++++
13 files changed, 85 insertions(+), 13 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-8-branch
in repository gcc.
from 6a2400e3215 Daily bump.
new a0b1b7f2bce 2018-07-05 François Dumont <fdumont(a)gcc.gnu.org>
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:
libstdc++-v3/ChangeLog | 10 ++++++++++
libstdc++-v3/include/debug/string | 2 +-
2 files changed, 11 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 gcc.
from 73273c08680 Daily bump.
new d84544dc75a Fix my yesterday ChangeLog entry.
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:
libstdc++-v3/ChangeLog | 3 ++-
1 file changed, 2 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 clang.
from 90dccc4bb9 [Index] Remove unused index::IndexDataConsumer::_anchor()
new bbe9af000d [Power9] Update fp128 as a valid homogenous aggregate base type
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/AST/Type.h | 7 ++
lib/CodeGen/TargetInfo.cpp | 13 ++--
test/CodeGen/ppc64le-f128Aggregates.c | 124 ++++++++++++++++++++++++++++++++++
3 files changed, 140 insertions(+), 4 deletions(-)
create mode 100644 test/CodeGen/ppc64le-f128Aggregates.c
--
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 b42f206bec4 [Power9] Implement float128 parameter passing and return values
new 1ae65deb249 [Power9]Legalize and emit code for quad-precision convert f [...]
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/PPCISelLowering.cpp | 3 +
lib/Target/PowerPC/PPCInstrVSX.td | 9 +-
test/CodeGen/PowerPC/f128-arith.ll | 27 ------
test/CodeGen/PowerPC/f128-conv.ll | 162 +++++++++++++++++++++++++++++++++
4 files changed, 172 insertions(+), 29 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 12fed3cda6e [X86] Remove some isel patterns for X86ISD::SELECTS that sp [...]
new b42f206bec4 [Power9] Implement float128 parameter passing and return values
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/PPCCallingConv.td | 19 ++-
lib/Target/PowerPC/PPCISelLowering.cpp | 11 +-
test/CodeGen/PowerPC/f128-passByValue.ll | 268 +++++++++++++++++++++++++++++++
3 files changed, 293 insertions(+), 5 deletions(-)
create mode 100644 test/CodeGen/PowerPC/f128-passByValue.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 585ca3a7f51 [X86] Add support for combining FMSUB/FNMADD/FNMSUB ISD nod [...]
new 12fed3cda6e [X86] Remove some isel patterns for X86ISD::SELECTS that sp [...]
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 | 18 ------------------
1 file changed, 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 llvm.
from 4fcda06d85c [Power9]Legalize and emit code for round & convert quad-pre [...]
new 3d92cb5cddb [X86] Remove some of the packed FMA3 intrinsics since we no [...]
new 585ca3a7f51 [X86] Add support for combining FMSUB/FNMADD/FNMSUB ISD nod [...]
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/IntrinsicsX86.td | 16 --
lib/IR/AutoUpgrade.cpp | 72 ++++-----
lib/Target/X86/X86ISelLowering.cpp | 197 ++++++++++++++----------
lib/Target/X86/X86IntrinsicsInfo.h | 4 -
test/CodeGen/X86/avx512-intrinsics-canonical.ll | 28 +---
test/CodeGen/X86/fma-fneg-combine.ll | 2 +-
6 files changed, 160 insertions(+), 159 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.