This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from c0de197df0d [Power9] Add __float128 support in the backend for bitcast [...]
new b63f24a552f [PDB] Fix -Wunused-private-field in DIA
new ca762c62ed4 [tblgen] Allow FixedLenDecoderEmitter to use APInt-like obj [...]
new 68de396c344 [IR] Fix -Wunused-function after r345052
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:
include/llvm/DebugInfo/PDB/DIA/DIAEnumFrameData.h | 6 +--
include/llvm/DebugInfo/PDB/DIA/DIAFrameData.h | 4 +-
lib/DebugInfo/PDB/DIA/DIAEnumFrameData.cpp | 9 ++--
lib/DebugInfo/PDB/DIA/DIAFrameData.cpp | 5 +-
lib/DebugInfo/PDB/DIA/DIASession.cpp | 2 +-
lib/IR/Instructions.cpp | 7 ---
utils/TableGen/FixedLenDecoderEmitter.cpp | 60 ++++++++++++++++++-----
7 files changed, 58 insertions(+), 35 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 lldb.
from abeb6840a [NativePDB] Add basic support for tag types to the native pdb [...]
new 89249561f Change two methods from const char* to StringRef [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:
include/lldb/Symbol/ClangASTContext.h | 4 +-
.../SymbolFile/DWARF/DWARFASTParserClang.cpp | 2 +-
.../SymbolFile/NativePDB/UdtRecordCompleter.cpp | 6 +-
source/Symbol/ClangASTContext.cpp | 77 ++++++++++++----------
4 files changed, 48 insertions(+), 41 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 6e614234d5d [IR] remove fake binop queries for not/neg
new c0de197df0d [Power9] Add __float128 support in the backend for bitcast [...]
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 | 58 ++++++++++++++++++++++++++++++++++
lib/Target/PowerPC/PPCISelLowering.h | 1 +
lib/Target/PowerPC/PPCInstrVSX.td | 9 ++++++
test/CodeGen/PowerPC/f128-bitcast.ll | 53 +++++++++++++++++++++++++++++++
4 files changed, 121 insertions(+)
create mode 100644 test/CodeGen/PowerPC/f128-bitcast.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 gcc-6-branch
in repository gcc.
from c4b63b29b0a Daily bump.
new 72c836cebc5 backport "[c++] Fix DECL_BY_REFERENCE of clone parms"
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/cp/ChangeLog | 8 ++++++++
gcc/cp/optimize.c | 2 ++
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/g++.dg/guality/pr86687.C | 28 ++++++++++++++++++++++++++++
4 files changed, 46 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/guality/pr86687.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 c04985c6062 [InstCombine] use 'match' to simplify code
new 6e614234d5d [IR] remove fake binop queries for not/neg
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/llvm/IR/InstrTypes.h | 13 ++-----------
lib/IR/Instructions.cpp | 39 ---------------------------------------
2 files changed, 2 insertions(+), 50 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 29c302124d [OpenCL] Add cl_intel_planar_yuv extension
new 58e4f8f66c [OpenCL] Remove PIPE_RESERVE_ID_VALID_BIT from opencl-c.h
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/Headers/opencl-c.h | 1 -
1 file changed, 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 llvm.
from 6fffb2a18e1 [TTI][X86] Treat SK_Transpose shuffles as SK_PermuteTwoSrc [...]
new c04985c6062 [InstCombine] use 'match' to simplify code
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/Transforms/InstCombine/InstCombineInternal.h | 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 f1ef98b5 [clangd] Lazily create CDB, remove setCompileCommandsDir.
new 78311f62 [clang-tidy] Add a separate section for NOLINT(NEXTLINE)? doc.
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/clang-tidy/index.rst | 17 ++++++++++-------
1 file changed, 10 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.