This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 78efcda4e24 Revert r343948 "[LegalizeDAG] Make one of the ReplaceNode s [...]
new cffc876a145 [PDB] Add the ability to lookup global symbols by name.
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/CodeView/SymbolRecord.h | 16 +++++-
include/llvm/DebugInfo/PDB/Native/DbiStream.h | 2 +-
include/llvm/DebugInfo/PDB/Native/GlobalsStream.h | 10 +++-
.../llvm/DebugInfo/PDB/Native/ModuleDebugStream.h | 5 +-
lib/DebugInfo/CodeView/SymbolDumper.cpp | 3 +-
lib/DebugInfo/PDB/Native/DbiStream.cpp | 2 +-
lib/DebugInfo/PDB/Native/GlobalsStream.cpp | 59 ++++++++++++++++++++--
lib/DebugInfo/PDB/Native/ModuleDebugStream.cpp | 8 +++
test/DebugInfo/PDB/pdbdump-global-lookup.test | 22 ++++++++
tools/llvm-pdbutil/DumpOutputStyle.cpp | 41 +++++++++++++--
tools/llvm-pdbutil/llvm-pdbutil.cpp | 5 ++
tools/llvm-pdbutil/llvm-pdbutil.h | 1 +
12 files changed, 158 insertions(+), 16 deletions(-)
create mode 100644 test/DebugInfo/PDB/pdbdump-global-lookup.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 llvm.
from e3e684c361c [LegalizeDAG] Make one of the ReplaceNode signatures take a [...]
new 78efcda4e24 Revert r343948 "[LegalizeDAG] Make one of the ReplaceNode 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/CodeGen/SelectionDAG/LegalizeDAG.cpp | 14 ++++++--------
1 file changed, 6 insertions(+), 8 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 a04db9e679 Wdocumentation fix
new 2bce94da8a [coro]Pass rvalue reference for named local variable to retu [...]
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/SemaCoroutine.cpp | 13 ++++++++
test/SemaCXX/coroutine-rvo.cpp | 69 ++++++++++++++++++++++++++++++++++++++++++
2 files changed, 82 insertions(+)
create mode 100644 test/SemaCXX/coroutine-rvo.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 llvm.
from 2eda4af476f [LegalizeDAG] Move legalization of scatter and masked store [...]
new e3e684c361c [LegalizeDAG] Make one of the ReplaceNode signatures take a [...]
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/CodeGen/SelectionDAG/LegalizeDAG.cpp | 14 ++++++++------
1 file changed, 8 insertions(+), 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 gcc.
from 16dbe3c8041 Daily bump.
new e6f581130a0 Daily bump.
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/DATESTAMP | 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 gcc-8-branch
in repository gcc.
from 2b002e8f0fc Daily bump.
new 359926e8239 Daily bump.
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/DATESTAMP | 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 gcc-7-branch
in repository gcc.
from 7bd6ee09a48 Daily bump.
new a2200877c3f Daily bump.
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/DATESTAMP | 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 gcc-6-branch
in repository gcc.
from 17b2289f6df Daily bump.
new cc35e02591d Daily bump.
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/DATESTAMP | 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 a2434c2657e [DAGCombiner] allow undef elts in vector fadd matching
new 2eda4af476f [LegalizeDAG] Move legalization of scatter and masked store [...]
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/CodeGen/SelectionDAG/LegalizeDAG.cpp | 8 ++++++++
lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp | 13 ++-----------
2 files changed, 10 insertions(+), 11 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 add5ded5e4 Add Inferior.architecture method
new de3e5eca99 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.