This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 71c4c7b Avoid name lookup warning
new adc10b0 PR libstdc++/80229 restore support for shared_ptr<function type>
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 | 10 ++++++++++
libstdc++-v3/include/bits/shared_ptr_base.h | 14 +++++++-------
.../20_util/enable_shared_from_this/members/const.cc | 4 ++--
.../79114.cc => 20_util/shared_ptr/cons/80229.cc} | 13 ++++++-------
4 files changed, 25 insertions(+), 16 deletions(-)
copy libstdc++-v3/testsuite/{18_support/nested_exception/79114.cc => 20_util/share [...]
--
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 3a50eea Dont emit Mapping symbols for sections that contain only data.
new 072955e [AMDGPU] Update SI scheduler colorHighLatenciesGroups
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/Target/AMDGPU/SIMachineScheduler.cpp | 121 +++++++++++++++++++++++++------
lib/Target/AMDGPU/SIMachineScheduler.h | 1 +
2 files changed, 100 insertions(+), 22 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 0be968d Use BuildReturnStmt in SemaCoroutine to unbreak sanitizer tests.
new 0ba785f [libclang] Fix crash in member access code completion with im [...]
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/SemaCodeComplete.cpp | 5 ++++-
lib/Sema/SemaOverload.cpp | 37 ++++++++++++++++++++++++-----------
test/CodeCompletion/member-access.cpp | 14 +++++++++++++
3 files changed, 44 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 master
in repository llvm.
from cc9aca6 [APInt] Reformat tc functions to put opening curly braces on [...]
new 3a50eea Dont emit Mapping symbols for sections that contain only data.
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/MC/MCELFStreamer.h | 1 +
include/llvm/MC/MCObjectStreamer.h | 1 +
lib/MC/MCELFStreamer.cpp | 10 ++++
lib/MC/MCObjectStreamer.cpp | 18 ++++--
lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp | 82 +++++++++++++++++++++-----
test/MC/ARM/Inputs/1.s | 3 +
test/MC/ARM/Inputs/2.s | 3 +
test/MC/ARM/Inputs/3.s | 3 +
test/MC/ARM/Inputs/4.s | 2 +
test/MC/ARM/Inputs/5.s | 2 +
test/MC/ARM/Inputs/6.s | 12 ++++
test/MC/ARM/Inputs/7.s | 3 +
test/MC/ARM/Inputs/attr.s | 5 ++
test/MC/ARM/Inputs/ident.s | 1 +
test/MC/ARM/data-in-code.ll | 17 ------
test/MC/ARM/mappingsymbols.s | 48 +++++++++++++++
test/MC/ARM/multi-section-mapping.s | 1 -
test/Object/ARM/nm-mapping-symbol.s | 1 +
18 files changed, 177 insertions(+), 36 deletions(-)
create mode 100644 test/MC/ARM/Inputs/1.s
create mode 100644 test/MC/ARM/Inputs/2.s
create mode 100644 test/MC/ARM/Inputs/3.s
create mode 100644 test/MC/ARM/Inputs/4.s
create mode 100644 test/MC/ARM/Inputs/5.s
create mode 100644 test/MC/ARM/Inputs/6.s
create mode 100644 test/MC/ARM/Inputs/7.s
create mode 100644 test/MC/ARM/Inputs/attr.s
create mode 100644 test/MC/ARM/Inputs/ident.s
create mode 100644 test/MC/ARM/mappingsymbols.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 217a569 MachineScheduler/ScheduleDAG: Add support for GetSubGraph
new 0bdb158 [APInt] Use 'unsigned' instead of 'unsigned int' in the inter [...]
new a77792d [APInt] Combine variable declaration and initialization where [...]
new b68e2b6 [APInt] Remove an anonymous namespace around static functions. NFC
new cc9aca6 [APInt] Reformat tc functions to put opening curly braces on [...]
The 4 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/ADT/APInt.h | 55 ++++-----
lib/Support/APInt.cpp | 301 ++++++++++++++++-------------------------------
2 files changed, 126 insertions(+), 230 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 2dda048 Fix PR# in last commit
new 71c4c7b Avoid name lookup 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:
gcc/ChangeLog | 8 ++++++--
gcc/tree.c | 2 +-
2 files changed, 7 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 c0fa0b7 CodeGen : Check LLVM_ENABLE_DUMP definition for dumpMachineIn [...]
new 217a569 MachineScheduler/ScheduleDAG: Add support for GetSubGraph
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/ScheduleDAG.h | 8 ++++
lib/CodeGen/ScheduleDAG.cpp | 81 ++++++++++++++++++++++++++++++++++++++
2 files changed, 89 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 38ca8aa [APInt] Move the single word cases of the bitwise operators inline.
new c0fa0b7 CodeGen : Check LLVM_ENABLE_DUMP definition for dumpMachineIn [...]
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/CodeGen/InlineSpiller.cpp | 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 llvm.
from af689e8 Revert "[asan] Delay creation of asan ctor."
new 38ca8aa [APInt] Move the single word cases of the bitwise operators inline.
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/ADT/APInt.h | 36 +++++++++++++++++++++++++++++++++---
lib/Support/APInt.cpp | 21 +++------------------
2 files changed, 36 insertions(+), 21 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 6513dac Daily bump.
new e05c68c PR tree-optimization/80162 * tree-ssa-dom.c (derive_ [...]
new 2dda048 Fix PR# in last commit
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/ChangeLog | 7 +++++
gcc/testsuite/ChangeLog | 5 ++++
gcc/testsuite/gcc.c-torture/compile/pr80216.c | 37 +++++++++++++++++++++++++++
gcc/tree-ssa-dom.c | 23 ++++++++++++-----
4 files changed, 65 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr80216.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.