This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from ed601f1b51b [PDB] Fix an issue writing the publics stream.
new ea9294bda18 Fix -Wreorder-fields 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:
include/llvm/DebugInfo/PDB/Native/GSIStreamBuilder.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 94b1780d8ae [InstCombine] Add a test case for a missed opportunity to t [...]
new 3be08b1e5e1 [PDB] Merge Global and Publics Builders.
new ed601f1b51b [PDB] Fix an issue writing the publics stream.
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:
.../llvm/DebugInfo/CodeView/SymbolDeserializer.h | 6 +
.../{PublicsStreamBuilder.h => GSIStreamBuilder.h} | 49 ++--
include/llvm/DebugInfo/PDB/Native/GlobalsStream.h | 5 +
.../DebugInfo/PDB/Native/GlobalsStreamBuilder.h | 50 ----
include/llvm/DebugInfo/PDB/Native/PDBFileBuilder.h | 9 +-
include/llvm/DebugInfo/PDB/Native/PublicsStream.h | 3 +-
lib/DebugInfo/PDB/CMakeLists.txt | 3 +-
.../PDB/Native/DbiModuleDescriptorBuilder.cpp | 2 +-
lib/DebugInfo/PDB/Native/GSIStreamBuilder.cpp | 301 +++++++++++++++++++++
lib/DebugInfo/PDB/Native/GlobalsStreamBuilder.cpp | 79 ------
lib/DebugInfo/PDB/Native/PDBFileBuilder.cpp | 51 +---
lib/DebugInfo/PDB/Native/PublicsStream.cpp | 7 +-
lib/DebugInfo/PDB/Native/PublicsStreamBuilder.cpp | 222 ---------------
tools/llvm-pdbutil/DumpOutputStyle.cpp | 55 ++--
14 files changed, 397 insertions(+), 445 deletions(-)
rename include/llvm/DebugInfo/PDB/Native/{PublicsStreamBuilder.h => GSIStreamBuild [...]
delete mode 100644 include/llvm/DebugInfo/PDB/Native/GlobalsStreamBuilder.h
create mode 100644 lib/DebugInfo/PDB/Native/GSIStreamBuilder.cpp
delete mode 100644 lib/DebugInfo/PDB/Native/GlobalsStreamBuilder.cpp
delete mode 100644 lib/DebugInfo/PDB/Native/PublicsStreamBuilder.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 05e6b7793 [PDB] Fix linking of function symbols and local variables.
new 1da1f93f6 [PDB] Merge Global and Publics Builders.
new 1f8c157db [PDB] Fix an issue writing the publics stream.
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:
COFF/PDB.cpp | 10 +++-------
test/COFF/pdb-diff.test | 4 ++--
test/COFF/pdb-publics-import.test | 1 +
test/COFF/pdb.test | 35 ++++++++++++++++++++---------------
4 files changed, 26 insertions(+), 24 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 e972363a0a [AST] Move visibility computations into a class; NFC
new 4f1bb5e194 [AST] Cache intermediate visibility/linkage results
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/AST/Decl.cpp | 12 ++++++++----
lib/AST/Linkage.h | 43 +++++++++++++++++++++++++++++++++++++++++++
lib/AST/Type.cpp | 4 ++--
test/CodeGenCXX/pr29160.cpp | 41 +++++++++++++++++++++++++++++++++++++++++
4 files changed, 94 insertions(+), 6 deletions(-)
create mode 100644 test/CodeGenCXX/pr29160.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 fb05923229 Allow operator delete to be an invalid Decl.
new e972363a0a [AST] Move visibility computations into a class; 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:
lib/AST/Decl.cpp | 187 +++++++++++++++++++++---------------------------------
lib/AST/Linkage.h | 114 +++++++++++++++++++++++++++++++++
lib/AST/Type.cpp | 60 +++++++++---------
3 files changed, 218 insertions(+), 143 deletions(-)
create mode 100644 lib/AST/Linkage.h
--
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 9165f4548b ld: Add a ',' after -Wl,--rpath
new 25d28c91b8 ld: Require GCC 5 or above for 3 x86 tests
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:
ld/ChangeLog | 8 ++++++++
ld/testsuite/ld-i386/i386.exp | 22 +++++++++++++---------
ld/testsuite/ld-x86-64/tls.exp | 41 +++++++++++++++++++++++------------------
3 files changed, 44 insertions(+), 27 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 a26c49b78a Automatic date update in version.in
new 9165f4548b ld: Add a ',' after -Wl,--rpath
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:
ld/ChangeLog | 5 +++++
ld/configure | 2 +-
ld/configure.ac | 2 +-
3 files changed, 7 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 clang.
from 34e18844d9 [OpenMP] Fix bug regarding cubin integration into host binar [...]
new fb05923229 Allow operator delete to be an invalid Decl.
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 | 3 ---
test/SemaCXX/MicrosoftExtensions.cpp | 14 ++++++++++++++
2 files changed, 14 insertions(+), 3 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 b6826c707f2 [AMDGPU] Revert r310429 changes in AMDKernelCodeT.h which b [...]
new 94b1780d8ae [InstCombine] Add a test case for a missed opportunity to t [...]
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/Transforms/InstCombine/select-with-bitwise-ops.ll | 14 ++++++++++++++
1 file changed, 14 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 release/2.25/master
in repository glibc.
from 05dcf1ea88 x86-64: Use _dl_runtime_resolve_opt only with AVX512F [BZ #21871]
new 5b3f978ccf hppa: Fix register corruption in __longjmp.
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:
ChangeLog | 6 ++++++
sysdeps/hppa/__longjmp.c | 9 +++++----
2 files changed, 11 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.