This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 0658e94 Add libxar to LLVM_SYSTEM_LIBS if available
new 45ab259 [llvm-pdbdump] Rework command line options.
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/Raw/DbiStream.h | 1 +
lib/DebugInfo/PDB/Raw/DbiStream.cpp | 4 +
lib/DebugInfo/PDB/Raw/MappedBlockStream.cpp | 28 ++++-
test/DebugInfo/PDB/pdbdump-headers.test | 14 ++-
tools/llvm-pdbdump/llvm-pdbdump.cpp | 181 +++++++++++++++++-----------
5 files changed, 150 insertions(+), 78 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 2c10f20 Use range loop.
new ac7ef31 Create Relocations.cpp and move scanRelocs there.
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:
ELF/CMakeLists.txt | 1 +
ELF/InputSection.h | 49 +---
ELF/Relocations.cpp | 637 ++++++++++++++++++++++++++++++++++++++++++++++++++++
ELF/Relocations.h | 69 ++++++
ELF/Writer.cpp | 571 +---------------------------------------------
5 files changed, 712 insertions(+), 615 deletions(-)
create mode 100644 ELF/Relocations.cpp
create mode 100644 ELF/Relocations.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 gcc.
from 83dd281 * config/i386/i386.h (TARGET_AVOID_4BYTE_PREFIXES): Define. [...]
new 752b5a4 PR c++/71147 - [6 Regression] Flexible array member wrongly r [...]
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/ChangeLog | 5 +++++
gcc/cp/ChangeLog | 10 ++++++++++
gcc/cp/decl.c | 8 ++------
gcc/cp/pt.c | 17 ++++++-----------
gcc/cp/typeck.c | 2 +-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/ext/flexary16.C | 37 ++++++++++++++++++++++++++++++++++++
gcc/tree.h | 11 +++++++++++
8 files changed, 77 insertions(+), 18 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ext/flexary16.C
--
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 84e27c2 Add FIXMEs to all derived classes of std::error_category.
new 0658e94 Add libxar to LLVM_SYSTEM_LIBS if available
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/Support/CMakeLists.txt | 3 +++
1 file changed, 3 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 d2a4b77 [ThinLTO] Handle empty exports list for module.
new 84e27c2 Add FIXMEs to all derived classes of std::error_category.
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/Bitcode/Reader/BitcodeReader.cpp | 3 +++
lib/DebugInfo/PDB/DIA/DIAError.cpp | 3 +++
lib/DebugInfo/PDB/GenericError.cpp | 3 +++
lib/DebugInfo/PDB/Raw/RawError.cpp | 3 +++
lib/ExecutionEngine/Orc/OrcError.cpp | 3 +++
lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp | 3 +++
lib/Object/Error.cpp | 3 +++
lib/ProfileData/Coverage/CoverageMapping.cpp | 3 +++
lib/ProfileData/InstrProf.cpp | 3 +++
lib/ProfileData/SampleProf.cpp | 3 +++
lib/Support/Error.cpp | 3 +++
tools/llvm-cxxdump/Error.cpp | 3 +++
tools/llvm-readobj/Error.cpp | 3 +++
tools/obj2yaml/Error.cpp | 3 +++
14 files changed, 42 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 lldb.
from 0df8930 Lock out Process::RunThreadPlan so only one can be in flight [...]
new 6880361 xfail TestRedefinitionsInline with older Clang
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:
.../Python/lldbsuite/test/lang/c/inlines/TestRedefinitionsInInlines.py | 3 ++-
1 file changed, 2 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 078d1cf Do not raise "inexact" from generic round (bug 15479).
new 118fbf0 Refactor tst-strtod-round.c
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 | 13 +
stdlib/gen-tst-strtod-round.c | 88 +-
...{tst-strtod-round.c => tst-strtod-round-data.h} | 230 +-
stdlib/tst-strtod-round.c | 12338 +------------------
4 files changed, 83 insertions(+), 12586 deletions(-)
copy stdlib/{tst-strtod-round.c => tst-strtod-round-data.h} (98%)
--
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 ddae946 Fix PR python/17386 - add __index__ method to gdb.Value
new 7db9a74 MIPS/BFD: Unify `bfd_reloc_outofrange' error reporting code
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/ChangeLog | 5 +++++
bfd/elfxx-mips.c | 13 +++++--------
2 files changed, 10 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.