This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 3361fafaf76 [PDB] Finish and simplify TPI hashing
new bc231539864 Fix pdbdump-headers.test after TPI hash changes
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/DebugInfo/PDB/pdbdump-headers.test | 30 +++++++++++++++---------------
1 file changed, 15 insertions(+), 15 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 e2b6225101 [analyzer] Add missing documentation for static analyzer checkers
new ddcd603218 [OPENMP] Pacify windows buildbots, 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:
test/OpenMP/taskloop_reduction_codegen.cpp | 38 +------------------------
test/OpenMP/taskloop_simd_reduction_codegen.cpp | 38 +------------------------
2 files changed, 2 insertions(+), 74 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 b672df825ad [PDB] Merge in types and items from type servers (/Zi)
new 3361fafaf76 [PDB] Finish and simplify TPI hashing
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/TpiHashing.h | 73 +-----------
lib/DebugInfo/PDB/Native/TpiHashing.cpp | 128 +++++++++------------
test/DebugInfo/PDB/pdbdump-headers.test | 150 ++++++++++++-------------
tools/llvm-pdbutil/DumpOutputStyle.cpp | 4 +-
tools/llvm-pdbutil/MinimalTypeDumper.cpp | 17 ++-
tools/llvm-pdbutil/MinimalTypeDumper.h | 4 +-
6 files changed, 148 insertions(+), 228 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 a34b6bf49d [COFF, ARM64] Set the data type widths and the data layout string
new e2b6225101 [analyzer] Add missing documentation for static analyzer checkers
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:
www/analyzer/alpha_checks.html | 280 ++++++++++++++++----------------
www/analyzer/available_checks.html | 323 ++++++++++++++++++++++++++++++++++++-
www/analyzer/implicit_checks.html | 4 +-
3 files changed, 456 insertions(+), 151 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 87bf93202 [PDB] Merge in types and items from type servers (/Zi)
new e4d7d7f16 Revert r307364: [ELF] - Handle symbols with default version early.
new c35e066a2 Fix pdb-type-server-simple test on non-Windows
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 | 3 ++-
ELF/SymbolTable.cpp | 31 +++++++++++++++++++++++--------
test/ELF/Inputs/symver-archive1.s | 6 ------
test/ELF/Inputs/symver-archive2.s | 1 -
test/ELF/symver-archive.s | 15 ---------------
5 files changed, 25 insertions(+), 31 deletions(-)
delete mode 100644 test/ELF/Inputs/symver-archive1.s
delete mode 100644 test/ELF/Inputs/symver-archive2.s
delete mode 100644 test/ELF/symver-archive.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 llvm.
from 5c238d611ec [codeview] Fix YAML for LF_TYPESERVER2 by hoisting PDB_UniqueId
new b672df825ad [PDB] Merge in types and items from type servers (/Zi)
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/GUID.h | 20 ++++++++++++++++++++
1 file changed, 20 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 7b17bd1ed [codeview] Fix YAML for LF_TYPESERVER2 by hoisting PDB_UniqueId
new 87bf93202 [PDB] Merge in types and items from type servers (/Zi)
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:
COFF/PDB.cpp | 167 +++++++++++++++++---
.../{pdb1.yaml => pdb-type-server-simple-a.yaml} | 169 ++++++++-------------
.../{pdb2.yaml => pdb-type-server-simple-b.yaml} | 140 ++++++-----------
test/COFF/Inputs/pdb-type-server-simple-ts.yaml | 147 ++++++++++++++++++
test/COFF/pdb-type-server-missing.yaml | 5 +-
test/COFF/pdb-type-server-simple.test | 91 +++++++++++
6 files changed, 491 insertions(+), 228 deletions(-)
copy test/COFF/Inputs/{pdb1.yaml => pdb-type-server-simple-a.yaml} (62%)
copy test/COFF/Inputs/{pdb2.yaml => pdb-type-server-simple-b.yaml} (54%)
create mode 100644 test/COFF/Inputs/pdb-type-server-simple-ts.yaml
create mode 100644 test/COFF/pdb-type-server-simple.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 lnt.
from 77fc6b6 "lnt profile upgrade" crashes when output points to an inexis [...]
new 6cd94bf Accept ISO8061 timestamps in run submission
new bcf8a9e A few typos and style issues
new 5bb053d So we can reingest LNT data, ignore metrics with id in the name
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:
lnt/server/db/testsuitedb.py | 20 +++++++++++++++-----
lnt/server/ui/views.py | 12 ++++++------
2 files changed, 21 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 gcc.
from ef319c24c34 * config/alpha/alpha.c: Include predict.h.
new dbedd46f919 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 a1eee5bb45b PR tree-optimization/81428 * match.pd (X / X -> one): Don [...]
new de1804f2575 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.