This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from c49768f [CMake] Add an LLVM_ENABLE_MODULE_DEBUGGING flag for building [...]
new 3a4681d Update llvm-pdbdump to use subcommands.
new 91d41f9 [pdb] Re-add code to write PDB files.
new 3df7687 [Support] Fix a bug in ErrorList::join / joinErrors.
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:
include/llvm/DebugInfo/CodeView/ByteStream.h | 2 +
include/llvm/DebugInfo/CodeView/StreamInterface.h | 2 +
include/llvm/DebugInfo/CodeView/StreamRef.h | 2 +
include/llvm/DebugInfo/PDB/Raw/MappedBlockStream.h | 1 +
include/llvm/DebugInfo/PDB/Raw/PDBFile.h | 8 +-
include/llvm/Support/Error.h | 3 +-
lib/DebugInfo/CodeView/ByteStream.cpp | 4 +
lib/DebugInfo/PDB/Raw/MappedBlockStream.cpp | 2 +
lib/DebugInfo/PDB/Raw/PDBFile.cpp | 133 ++++--
test/DebugInfo/PDB/DIA/pdbdump-flags.test | 8 +-
test/DebugInfo/PDB/DIA/pdbdump-linenumbers.test | 2 +-
test/DebugInfo/PDB/DIA/pdbdump-symbol-format.test | 8 +-
test/DebugInfo/PDB/pdbdump-headers.test | 16 +-
test/DebugInfo/PDB/pdbdump-write.test | 13 +
test/DebugInfo/PDB/pdbdump-yaml.test | 5 +-
test/tools/llvm-pdbdump/class-layout.test | 2 +-
test/tools/llvm-pdbdump/enum-layout.test | 2 +-
test/tools/llvm-pdbdump/load-address.test | 4 +-
test/tools/llvm-pdbdump/regex-filter.test | 16 +-
tools/llvm-pdbdump/ClassDefinitionDumper.cpp | 2 +-
tools/llvm-pdbdump/EnumDumper.cpp | 2 +-
tools/llvm-pdbdump/LLVMOutputStyle.cpp | 110 +++--
tools/llvm-pdbdump/LLVMOutputStyle.h | 32 +-
tools/llvm-pdbdump/LinePrinter.cpp | 26 +-
tools/llvm-pdbdump/OutputStyle.h | 15 +-
tools/llvm-pdbdump/TypeDumper.cpp | 2 +-
tools/llvm-pdbdump/VariableDumper.cpp | 2 +-
tools/llvm-pdbdump/YAMLOutputStyle.cpp | 94 +---
tools/llvm-pdbdump/YAMLOutputStyle.h | 22 +-
tools/llvm-pdbdump/llvm-pdbdump.cpp | 507 ++++++++++-----------
tools/llvm-pdbdump/llvm-pdbdump.h | 32 +-
unittests/Support/ErrorTest.cpp | 45 ++
32 files changed, 591 insertions(+), 533 deletions(-)
create mode 100644 test/DebugInfo/PDB/pdbdump-write.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 1a570de [AVX512][BUILTIN][vpermilps][intrinsics] Fixing two incorrect [...]
new a4dace8 Port some more debug info tests on Windows
new 007ae0a [codeview] Emit qualified display names if -gline-tables-only is on
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/CodeGen/CGDebugInfo.cpp | 18 ++++++--
.../debug-info-codeview-display-name.cpp | 50 +++++++++++++++-------
test/CodeGenCXX/debug-info-line.cpp | 4 +-
test/CodeGenCXX/debug-info-namespace.cpp | 4 +-
test/lit.cfg | 4 --
5 files changed, 51 insertions(+), 29 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 17c32c4 gcc/ChangeLog:
new 720a0bc PR fortran/71705 * trans-openmp.c (gfc_trans_omp_clauses): [...]
new a845ae6 PR fortran/71704 * parse.c (matchs, matcho): Move right bef [...]
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/fortran/ChangeLog | 19 +++++
gcc/fortran/parse.c | 109 ++++++++++++++++++++---------
gcc/fortran/trans-openmp.c | 2 +
gcc/testsuite/ChangeLog | 8 +++
gcc/testsuite/gfortran.dg/gomp/pr71704.f90 | 58 +++++++++++++++
gcc/testsuite/gfortran.dg/gomp/pr71705.f90 | 7 ++
6 files changed, 170 insertions(+), 33 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/gomp/pr71704.f90
create mode 100644 gcc/testsuite/gfortran.dg/gomp/pr71705.f90
--
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 39952bd Revert "[CMake] Move the -Xclang option before -fmodules-cache-path"
new c49768f [CMake] Add an LLVM_ENABLE_MODULE_DEBUGGING flag for building [...]
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:
CMakeLists.txt | 2 ++
cmake/modules/HandleLLVMOptions.cmake | 5 +++++
2 files changed, 7 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 libcxx.
from f0419f1 Implement LWG#2596: 'vector::data() should use addressof'
new 256814f Implement LWG#2684: 'priority_queue lacking comparator typede [...]
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/std/containers/container.adaptors/priority.queue/types.pass.cpp | 4 ++++
www/cxx1z_status.html | 2 +-
2 files changed, 5 insertions(+), 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 glibc.
from 13efa86 Check Prefer_ERMS in memmove/memcpy/mempcpy/memset
new 9765ffa hppa: fix loading of global pointer in _start [BZ #20277]
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/start.S | 2 ++
2 files changed, 8 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 llvm.
from 640d4fd [CMake] Move the -Xclang option before -fmodules-cache-path T [...]
new 39952bd Revert "[CMake] Move the -Xclang option before -fmodules-cache-path"
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:
cmake/modules/HandleLLVMOptions.cmake | 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 6e9bd6a [exceptions] Upgrade exception handlers when stack protector is used
new 640d4fd [CMake] Move the -Xclang option before -fmodules-cache-path 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:
cmake/modules/HandleLLVMOptions.cmake | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.