This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 714d9ba [X86][AVX512BWVL] Added support for combining target v16i16 s [...]
new e4fce5a [pdb] added support for dumping globals stream
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/DebugInfo/PDB/Raw/GlobalsStream.h | 45 +++++++++++++
include/llvm/DebugInfo/PDB/Raw/PDBFile.h | 3 +
include/llvm/DebugInfo/PDB/Raw/PublicsStream.h | 2 +-
lib/DebugInfo/PDB/CMakeLists.txt | 2 +
lib/DebugInfo/PDB/Raw/GSI.cpp | 93 ++++++++++++++++++++++++++
lib/DebugInfo/PDB/Raw/GSI.h | 70 +++++++++++++++++++
lib/DebugInfo/PDB/Raw/GlobalsStream.cpp | 46 +++++++++++++
lib/DebugInfo/PDB/Raw/PDBFile.cpp | 17 +++++
lib/DebugInfo/PDB/Raw/PublicsStream.cpp | 54 +++------------
test/DebugInfo/PDB/pdbdump-headers.test | 14 +++-
tools/llvm-pdbdump/LLVMOutputStyle.cpp | 24 +++++++
tools/llvm-pdbdump/LLVMOutputStyle.h | 1 +
tools/llvm-pdbdump/llvm-pdbdump.cpp | 3 +
tools/llvm-pdbdump/llvm-pdbdump.h | 1 +
14 files changed, 326 insertions(+), 49 deletions(-)
create mode 100644 include/llvm/DebugInfo/PDB/Raw/GlobalsStream.h
create mode 100644 lib/DebugInfo/PDB/Raw/GSI.cpp
create mode 100644 lib/DebugInfo/PDB/Raw/GSI.h
create mode 100644 lib/DebugInfo/PDB/Raw/GlobalsStream.cpp
--
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 0db14cd Use FileCheck's -strict-whitespace option instead of sed.
new d930a42 Use a CachedHashString for comdats too.
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/InputFiles.cpp | 31 +++++++++++++++++--------------
ELF/InputFiles.h | 9 ++++++---
ELF/SymbolTable.cpp | 2 +-
ELF/SymbolTable.h | 2 +-
4 files changed, 25 insertions(+), 19 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 fcb8cd9 [X86][AVX512] Added support for combining target shuffles to [...]
new 714d9ba [X86][AVX512BWVL] Added support for combining target v16i16 s [...]
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 +-
test/CodeGen/X86/vector-shuffle-256-v16.ll | 11 ++--
.../X86/vector-shuffle-combining-avx512bwvl.ll | 59 ++++++++++++++++++++++
3 files changed, 65 insertions(+), 9 deletions(-)
create mode 100644 test/CodeGen/X86/vector-shuffle-combining-avx512bwvl.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 gcc.
from 268e627 2016-10-21 Jerry DeLisle <jvdelisle(a)gcc.gnu.org>
new bd30f08 * ptree.c (cxx_print_xnode) [TEMPLATE_PARM_INDEX]: Dump the decl.
new f0474a4 PR c++/77656 * pt.c (convert_template_argument): Call conve [...]
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:
gcc/cp/ChangeLog | 13 +++++
gcc/cp/error.c | 4 ++
gcc/cp/mangle.c | 7 +--
gcc/cp/pt.c | 94 ++++++++++++++++++++-----------
gcc/cp/ptree.c | 1 +
gcc/testsuite/g++.dg/template/crash53.C | 2 +-
gcc/testsuite/g++.dg/template/nontype28.C | 14 +++++
gcc/testsuite/g++.dg/template/nontype3.C | 2 +-
8 files changed, 99 insertions(+), 38 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/template/nontype28.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 clang-tools-extra.
from 0abb65c [clang-tidy] Add check 'readability-redundant-member-init'
new ade21c8 [clang-move] Support moving template class forward declarations.
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-move/ClangMove.cpp | 9 +++++++--
unittests/clang-move/ClangMoveTests.cpp | 3 +++
2 files changed, 10 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 master
in repository llvm.
from 79f85df [StripGCRelocates] New pass to remove gc.relocates added by RS4GC
new b96d437 [RDF] Use RegisterId typedef more consistently, NFC
new fcb8cd9 [X86][AVX512] Added support for combining target shuffles to [...]
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/Target/Hexagon/RDFGraph.cpp | 16 ++--
lib/Target/Hexagon/RDFGraph.h | 4 +-
lib/Target/Hexagon/RDFLiveness.h | 3 +-
lib/Target/X86/X86ISelLowering.cpp | 18 ++--
.../X86/vector-shuffle-combining-avx512bw.ll | 99 ++++++++++++++++++++--
5 files changed, 115 insertions(+), 25 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 binutils-gdb.
from ac42376 Fix PR 17704.
new b5cefcc X86: Remove pcommit instruction
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:
gas/ChangeLog | 12 +
gas/config/tc-i386.c | 2 -
gas/doc/c-i386.texi | 3 +-
gas/testsuite/gas/i386/i386.exp | 4 -
gas/testsuite/gas/i386/pcommit-intel.d | 14 -
gas/testsuite/gas/i386/pcommit.d | 14 -
gas/testsuite/gas/i386/pcommit.s | 10 -
gas/testsuite/gas/i386/x86-64-pcommit-intel.d | 14 -
gas/testsuite/gas/i386/x86-64-pcommit.d | 14 -
gas/testsuite/gas/i386/x86-64-pcommit.s | 10 -
opcodes/ChangeLog | 13 +
opcodes/i386-dis.c | 11 +-
opcodes/i386-gen.c | 3 -
opcodes/i386-init.h | 273 +-
opcodes/i386-opc.h | 3 -
opcodes/i386-opc.tbl | 6 -
opcodes/i386-tbl.h | 10447 ++++++++++++------------
17 files changed, 5378 insertions(+), 5475 deletions(-)
delete mode 100644 gas/testsuite/gas/i386/pcommit-intel.d
delete mode 100644 gas/testsuite/gas/i386/pcommit.d
delete mode 100644 gas/testsuite/gas/i386/pcommit.s
delete mode 100644 gas/testsuite/gas/i386/x86-64-pcommit-intel.d
delete mode 100644 gas/testsuite/gas/i386/x86-64-pcommit.d
delete mode 100644 gas/testsuite/gas/i386/x86-64-pcommit.s
--
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 0f552af Removed unused function argument. NFC.
new 2f23b38 Remove move constructors that are identical to the generated [...]
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/Analysis/Analyses/Consumed.h | 5 -----
.../clang/Analysis/Analyses/ThreadSafetyCommon.h | 21 ++-------------------
include/clang/Frontend/ASTUnit.h | 3 ---
include/clang/Lex/Preprocessor.h | 8 --------
include/clang/Sema/Sema.h | 13 -------------
lib/AST/ExprConstant.cpp | 4 +---
lib/Analysis/ThreadSafety.cpp | 2 +-
lib/Serialization/ASTReaderInternals.h | 11 -----------
8 files changed, 4 insertions(+), 63 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 bbe3a73 For llvm-objdump for Mach-O files add printing of the ARM_THR [...]
new 79f85df [StripGCRelocates] New pass to remove gc.relocates added by RS4GC
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/InitializePasses.h | 1 +
include/llvm/Transforms/Scalar.h | 7 ++
lib/Transforms/Utils/CMakeLists.txt | 1 +
lib/Transforms/Utils/StripGCRelocates.cpp | 80 +++++++++++++++++++
lib/Transforms/Utils/Utils.cpp | 1 +
test/Transforms/Util/strip-gc-relocates.ll | 120 +++++++++++++++++++++++++++++
6 files changed, 210 insertions(+)
create mode 100644 lib/Transforms/Utils/StripGCRelocates.cpp
create mode 100644 test/Transforms/Util/strip-gc-relocates.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 91ccadf Add the new stdcpp formatters to the Xcode project.
new 7bdec51 [CMake] Fix standalone build
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:
lit/CMakeLists.txt | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.