This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gdb-8.0-branch
in repository binutils-gdb.
from 32b9b95eda Automatic date update in version.in
new 13385898f5 Automatic date update in version.in
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:
bfd/version.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 binutils-2_29-branch
in repository binutils-gdb.
from db491bbcb0 Automatic date update in version.in
new c9e74abb03 Automatic date update in version.in
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:
bfd/version.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 llvm.
from 0b3e8d4de32 Fix -Wmissing-braces error.
new 7c192eec2ff Teach llvm-pdbutil to dump types from object files.
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:
.../DebugInfo/CodeView/LazyRandomTypeCollection.h | 1 +
include/llvm/DebugInfo/CodeView/TypeHashing.h | 55 ++++++++++-
.../CodeView/LazyRandomTypeCollection.cpp | 14 ++-
test/DebugInfo/PDB/Inputs/obj-hashes-1.yaml | 50 ++++++++++
test/DebugInfo/PDB/Inputs/obj-hashes-2.yaml | 55 +++++++++++
test/DebugInfo/PDB/obj-globalhash.test | 54 +++++++++++
tools/llvm-pdbutil/DumpOutputStyle.cpp | 101 ++++++++++++++++-----
tools/llvm-pdbutil/DumpOutputStyle.h | 1 +
tools/llvm-readobj/COFFDumper.cpp | 1 +
9 files changed, 304 insertions(+), 28 deletions(-)
create mode 100644 test/DebugInfo/PDB/Inputs/obj-hashes-1.yaml
create mode 100644 test/DebugInfo/PDB/Inputs/obj-hashes-2.yaml
create mode 100644 test/DebugInfo/PDB/obj-globalhash.test
--
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 28ba22a29d Fix another record-parsing-invocation.c test issue on Windows
new 5ee1bf3270 P0722R2: The first parameter in an implicit call to a destro [...]
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/Sema/SemaExprCXX.cpp | 9 +++++++++
test/SemaCXX/cxx2a-destroying-delete.cpp | 19 +++++++++++++++++++
2 files 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 lld.
from c9d721037 [docs] Formatting-only change
new 1e76ed87e [docs] Update doc building instructions
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/sphinx_intro.rst | 32 ++++++--------------------------
1 file changed, 6 insertions(+), 26 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 6b91aab8e [CMake] Use PRIVATE in target_link_libraries for executables
new c9d721037 [docs] Formatting-only change
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:
README.md | 3 +-
docs/NewLLD.rst | 86 +++++++++++++++++++++++++++------------------------
docs/sphinx_intro.rst | 4 +--
3 files changed, 48 insertions(+), 45 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 381f58e1f75 [CodeView] Add support for content hashing CodeView type records.
new 0b3e8d4de32 Fix -Wmissing-braces error.
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/DebugInfo/CodeView/TypeHashing.cpp | 4 ++--
1 file changed, 2 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 8bedc46d5a8 [Orc] (Hopefully) Fix a missing typedef.
new 73a2d507034 [SelectionDAG] Don't call GetWidenedVector for mask operand [...]
new e01b61f3894 [SelectionDAG] Don't promote mask operands of MGATHER and M [...]
new 9d013255515 [SelectionDAG] Don't promote mask when splitting mstore.
new 3acab960e9b [SelectionDAG] Don't promote mask operand when widening mst [...]
new a2f5d23fa34 [SelectionDAG] Don't promote the condition operand of VSELE [...]
new 381f58e1f75 [CodeView] Add support for content hashing CodeView type records.
The 6 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:
.../DebugInfo/CodeView/MergingTypeTableBuilder.h | 14 +-
include/llvm/DebugInfo/CodeView/TypeHashing.h | 119 ++++++++++++++++
include/llvm/DebugInfo/CodeView/TypeRecord.h | 5 +
lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp | 27 ++--
lib/CodeGen/SelectionDAG/LegalizeTypes.cpp | 17 ---
lib/CodeGen/SelectionDAG/LegalizeTypes.h | 4 -
lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp | 40 +++---
lib/DebugInfo/CodeView/CMakeLists.txt | 1 +
lib/DebugInfo/CodeView/MergingTypeTableBuilder.cpp | 42 ++----
lib/DebugInfo/CodeView/TypeHashing.cpp | 74 ++++++++++
unittests/DebugInfo/CodeView/CMakeLists.txt | 1 +
unittests/DebugInfo/CodeView/TypeHashingTest.cpp | 156 +++++++++++++++++++++
12 files changed, 401 insertions(+), 99 deletions(-)
create mode 100644 include/llvm/DebugInfo/CodeView/TypeHashing.h
create mode 100644 lib/DebugInfo/CodeView/TypeHashing.cpp
create mode 100644 unittests/DebugInfo/CodeView/TypeHashingTest.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 clang.
from 456e35cbb3 [CMake] Use PRIVATE in target_link_libraries for executables
new 28ba22a29d Fix another record-parsing-invocation.c test issue on Windows
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/Index/record-parsing-invocation.c | 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 release_50
in repository clang.
from bfac2c57b3 Merging r311456:
new 9fc5dfce8e Merging r314733:
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/Sema/SemaDecl.cpp | 26 +++++++++++++----
lib/Sema/SemaDeclCXX.cpp | 5 +++-
lib/Sema/SemaTemplateInstantiateDecl.cpp | 1 +
test/SemaCXX/unused.cpp | 50 +++++++++++++++++++++++++++++---
4 files changed, 72 insertions(+), 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.