This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from 5ac0b8f25 [libc++] Mark internal types of std::filesystem as hidden
new 7dfcf562f Fix fenv.pass.cpp signature for main
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/depr/depr.c.headers/fenv.pass.cpp | 4 +---
1 file changed, 1 insertion(+), 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-arm-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 8b911d7a 2: good: llvm-linux: 394
new 6538d68e 2: good: llvm-linux: 394
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (8b911d7a)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-s [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
1-reset_artifacts/console.log | 16 +-
2-build_llvm/console.log | 5490 ++++++++++++++++++++--------------------
3-build_linux/console.log | 80 +-
console.log | 5586 +++++++++++++++++++++--------------------
jenkins/manifest.sh | 14 +-
5 files changed, 5617 insertions(+), 5569 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 linux.
from 9e98c678c2d6 Linux 5.1-rc1
new 587443e7773e IB/mlx4: Fix race condition between catas error reset and [...]
new f84b66b9cce7 net/mlx5: Fix DCT creation bad flow
new c5ae1954c47d IB/mlx5: Use mlx5 core to create/destroy a DEVX DCT
new cd27287562d6 IB/mlx5: Fix mapping of link-mode to IB width and speed
new ec4fe4bcc584 i40iw: Avoid panic when handling the inetdev event
new 01c8d80383d9 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...]
new 5f5f67da9781 mips: loongson64: lemote-2f: Add IRQF_NO_SUSPEND to "casca [...]
new 3f0a53bc6482 MIPS: Ensure ELF appended dtb is relocated
new 47c25036b60f MIPS: Fix kernel crash for R6 in jump label branch function
new cdb8faa00e3f mips: bcm47xx: Enable USB power on Netgear WNDR3400v2
new f6cab793d4a7 MIPS: Remove custom MIPS32 __kernel_fsid_t type
new b7a42146dca3 Merge tag 'mips_fixes_5.1_1' of git://git.kernel.org/pub/s [...]
The 12 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:
arch/mips/bcm47xx/workarounds.c | 1 +
arch/mips/include/asm/jump_label.h | 8 ++--
arch/mips/include/uapi/asm/posix_types.h | 7 ---
arch/mips/kernel/vmlinux.lds.S | 12 +++--
arch/mips/loongson64/lemote-2f/irq.c | 2 +-
drivers/infiniband/hw/i40iw/i40iw_utils.c | 12 ++++-
drivers/infiniband/hw/mlx4/alias_GUID.c | 2 +-
drivers/infiniband/hw/mlx5/devx.c | 34 +++++++++----
drivers/infiniband/hw/mlx5/main.c | 7 +++
drivers/infiniband/hw/mlx5/qp.c | 4 +-
drivers/net/ethernet/mellanox/mlx5/core/qp.c | 72 +++++++++++++++-------------
include/linux/mlx5/qp.h | 3 +-
12 files changed, 102 insertions(+), 62 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 binutils-gdb.
from cb24623460 Add comments describing tui_ui_out and its fields, cleanup a bit
new 4c7d57e72e Don't show "display"s twice in MI
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 | 6 ++
gdb/infrun.c | 5 +-
gdb/infrun.h | 5 +-
gdb/mi/mi-interp.c | 9 ++-
gdb/testsuite/ChangeLog | 5 ++
.../mi2-cli-display.c} | 14 +++-
gdb/testsuite/gdb.mi/mi2-cli-display.exp | 86 ++++++++++++++++++++++
7 files changed, 120 insertions(+), 10 deletions(-)
copy gdb/testsuite/{gdb.base/symlink-sourcefile.c => gdb.mi/mi2-cli-display.c} (86%)
create mode 100644 gdb/testsuite/gdb.mi/mi2-cli-display.exp
--
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 cd6f62dcd4b [ValueTracking] Use computeConstantRange() for unsigned add [...]
new 2e8758fd517 [Remarks] Add a new Remark / RemarkParser abstraction
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-c/Remarks.h | 223 +++++++++---
include/llvm/Remarks/Remark.h | 98 ++++++
include/llvm/Remarks/RemarkParser.h | 46 +++
lib/Remarks/CMakeLists.txt | 2 +
lib/Remarks/Remark.cpp | 128 +++++++
lib/Remarks/RemarkParser.cpp | 383 ++++-----------------
lib/Remarks/RemarkParserImpl.h | 29 ++
lib/Remarks/YAMLRemarkParser.cpp | 261 ++++++++++++++
lib/Remarks/YAMLRemarkParser.h | 136 ++++++++
tools/llvm-opt-report/OptReport.cpp | 74 ++--
tools/remarks-shlib/Remarks.exports | 19 +-
unittests/Remarks/CMakeLists.txt | 2 +-
unittests/Remarks/RemarksParsingTest.cpp | 436 -----------------------
unittests/Remarks/YAMLRemarksParsingTest.cpp | 494 +++++++++++++++++++++++++++
14 files changed, 1484 insertions(+), 847 deletions(-)
create mode 100644 include/llvm/Remarks/Remark.h
create mode 100644 include/llvm/Remarks/RemarkParser.h
create mode 100644 lib/Remarks/Remark.cpp
create mode 100644 lib/Remarks/RemarkParserImpl.h
create mode 100644 lib/Remarks/YAMLRemarkParser.cpp
create mode 100644 lib/Remarks/YAMLRemarkParser.h
delete mode 100644 unittests/Remarks/RemarksParsingTest.cpp
create mode 100644 unittests/Remarks/YAMLRemarksParsingTest.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 lldb.
from 6f1a3ecfb [ScriptInterpreterPython] Remove dead code.
new 90ff65ba8 Delete dead 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:
source/Plugins/SymbolFile/DWARF/CMakeLists.txt | 2 -
.../DWARF/DWARFAbbreviationDeclaration.cpp | 16 --
.../DWARF/DWARFAbbreviationDeclaration.h | 1 -
source/Plugins/SymbolFile/DWARF/DWARFBaseDIE.cpp | 6 -
source/Plugins/SymbolFile/DWARF/DWARFBaseDIE.h | 6 -
.../Plugins/SymbolFile/DWARF/DWARFDebugAbbrev.cpp | 25 --
source/Plugins/SymbolFile/DWARF/DWARFDebugAbbrev.h | 3 -
.../SymbolFile/DWARF/DWARFDebugArangeSet.cpp | 14 -
.../Plugins/SymbolFile/DWARF/DWARFDebugArangeSet.h | 1 -
.../Plugins/SymbolFile/DWARF/DWARFDebugAranges.cpp | 1 +
.../Plugins/SymbolFile/DWARF/DWARFDebugAranges.h | 2 -
.../SymbolFile/DWARF/DWARFDebugInfoEntry.cpp | 34 ---
.../Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.h | 8 -
source/Plugins/SymbolFile/DWARF/DWARFDebugLine.cpp | 308 ---------------------
source/Plugins/SymbolFile/DWARF/DWARFDebugLine.h | 18 --
.../Plugins/SymbolFile/DWARF/DWARFDebugMacinfo.cpp | 38 ---
.../Plugins/SymbolFile/DWARF/DWARFDebugMacinfo.h | 25 --
.../SymbolFile/DWARF/DWARFDebugMacinfoEntry.cpp | 110 --------
.../SymbolFile/DWARF/DWARFDebugMacinfoEntry.h | 41 ---
source/Plugins/SymbolFile/DWARF/DWARFDefines.cpp | 11 -
source/Plugins/SymbolFile/DWARF/DWARFDefines.h | 2 -
.../Plugins/SymbolFile/DWARF/HashedNameToDIE.cpp | 43 ---
source/Plugins/SymbolFile/DWARF/HashedNameToDIE.h | 2 -
23 files changed, 1 insertion(+), 716 deletions(-)
delete mode 100644 source/Plugins/SymbolFile/DWARF/DWARFDebugMacinfo.cpp
delete mode 100644 source/Plugins/SymbolFile/DWARF/DWARFDebugMacinfo.h
delete mode 100644 source/Plugins/SymbolFile/DWARF/DWARFDebugMacinfoEntry.cpp
delete mode 100644 source/Plugins/SymbolFile/DWARF/DWARFDebugMacinfoEntry.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 634557801d Prevent an illegal memory access by objdump when parsing a c [...]
new cb24623460 Add comments describing tui_ui_out and its fields, cleanup a bit
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 | 10 ++++++++++
gdb/tui/tui-out.c | 27 +++++++++++++--------------
gdb/tui/tui-out.h | 21 +++++++++++++++++++--
3 files changed, 42 insertions(+), 16 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.