This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from a64e72607dc PR libstdc++/86846 Alternative to pointer-width atomics
new ac2c0bc968b Simplify overflow checks in duration literals
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:
libstdc++-v3/ChangeLog | 3 +++
libstdc++-v3/include/std/chrono | 18 ++++--------------
2 files changed, 7 insertions(+), 14 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 0904155b95b [GlobalISel][IRTranslator] Fix a bug in handling repeating [...]
new cb8c5e417d5 [DebugInfo] Generate DWARF debug information for labels. (F [...]
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/CodeGen/GlobalISel/MachineIRBuilder.h | 4 +
lib/CodeGen/AsmPrinter/CMakeLists.txt | 2 +-
lib/CodeGen/AsmPrinter/CodeViewDebug.h | 2 +-
...lculator.cpp => DbgEntityHistoryCalculator.cpp} | 73 ++++++-----
...ryCalculator.h => DbgEntityHistoryCalculator.h} | 29 ++++-
lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp | 12 +-
lib/CodeGen/AsmPrinter/DebugHandlerBase.h | 5 +-
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | 88 +++++++++----
lib/CodeGen/AsmPrinter/DwarfCompileUnit.h | 23 ++--
lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 135 +++++++++++++-------
lib/CodeGen/AsmPrinter/DwarfDebug.h | 137 +++++++++++++++++----
lib/CodeGen/AsmPrinter/DwarfFile.cpp | 5 +
lib/CodeGen/AsmPrinter/DwarfFile.h | 18 ++-
lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 6 +
lib/CodeGen/AsmPrinter/DwarfUnit.h | 1 +
lib/CodeGen/GlobalISel/IRTranslator.cpp | 11 ++
lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 9 ++
test/DebugInfo/Generic/debug-label-inline.ll | 50 ++++++++
test/DebugInfo/Generic/debug-label.ll | 76 ++++++++++++
19 files changed, 537 insertions(+), 149 deletions(-)
rename lib/CodeGen/AsmPrinter/{DbgValueHistoryCalculator.cpp => DbgEntityHistoryCa [...]
rename lib/CodeGen/AsmPrinter/{DbgValueHistoryCalculator.h => DbgEntityHistoryCalc [...]
create mode 100644 test/DebugInfo/Generic/debug-label-inline.ll
create mode 100644 test/DebugInfo/Generic/debug-label.ll
--
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 6c4fb3c535 [gnu-objc] Make selector order deterministic.
new 25ede4e0de [OpenCL] Add test for constant sampler argument
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/SemaOpenCL/sampler_t.cl | 2 ++
1 file changed, 2 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 1cb7c09a8 [LLD][ELF] - Remove UnresolvedPolicy::IgnoreAll and relative [...]
new 135aa5474 [ELF][HEXAGON] Add R_HEX_32 support
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/Arch/Hexagon.cpp | 3 +++
test/ELF/hexagon.s | 5 +++++
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 binutils-gdb.
from 67943c005f gdb: Fix instability in thread groups test
new 26fb3983d7 MI: Add -a option to the "-data-disassemble" command
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:
gdb/ChangeLog | 9 +++++++++
gdb/NEWS | 8 ++++++++
gdb/doc/ChangeLog | 7 +++++++
gdb/doc/gdb.texinfo | 9 +++++++++
gdb/mi/mi-cmd-disas.c | 36 ++++++++++++++++++++++++---------
gdb/mi/mi-main.c | 1 +
gdb/testsuite/ChangeLog | 6 ++++++
gdb/testsuite/gdb.mi/mi-disassemble.exp | 20 ++++++++++++++++--
8 files changed, 84 insertions(+), 12 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 release_70
in repository libcxx.
from 32d52eed0 Drop 'svn' suffix from the version number.
new 35d70f69f Merging r339431: -------------------------------------------- [...]
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/__config | 5 +++++
include/new | 7 -------
.../memory/aligned_allocation_macro.pass.cpp} | 17 ++++++-----------
3 files changed, 11 insertions(+), 18 deletions(-)
copy test/{std/utilities/optional/optional.bad_optional_access/default.pass.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 libcxx.
from 6699cd385 [libcxx] Mark charconv tests as failing for previous libcxx v [...]
new 4d5214346 [libc++] Add missing #include in C11 features 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:
test/libcxx/language.support/has_c11_features.pass.cpp | 3 +++
test/std/depr/depr.c.headers/float_h.pass.cpp | 2 ++
test/std/language.support/support.limits/c.limits/cfloat.pass.cpp | 2 ++
3 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 gcc.
from f2b443b321f PR libstdc++/85343 overload __throw_ios_failure to take errno
new a64e72607dc PR libstdc++/86846 Alternative to pointer-width atomics
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:
libstdc++-v3/ChangeLog | 6 +++++
libstdc++-v3/src/c++17/default_resource.h | 11 +++++++++
libstdc++-v3/src/c++17/memory_resource.cc | 41 ++++++++++++++++++++++++++++++-
3 files changed, 57 insertions(+), 1 deletion(-)
create mode 100644 libstdc++-v3/src/c++17/default_resource.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 2a50366ded When the assembler reports that the input and output are the [...]
new 67943c005f gdb: Fix instability in thread groups test
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:
gdb/testsuite/ChangeLog | 4 ++++
gdb/testsuite/gdb.mi/list-thread-groups-available.exp | 12 +++++++++++-
2 files changed, 15 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.