This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from a85ff0fca76 [AArch64][x86] add tests for ctpop != 1; NFC
new fa3c38cd400 AMDGPU/GlobalISel: Fix broken test
new ad6dedb743a [AMDGPU] Null checking on TS to avoid crashing in clang tests.
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/Target/AMDGPU/AMDGPUAsmPrinter.cpp | 3 ++-
test/CodeGen/AMDGPU/GlobalISel/inst-select-implicit-def.mir | 6 +++---
2 files changed, 5 insertions(+), 4 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-release-aarch64-next-defconfig
in repository toolchain/ci/base-artifacts.
discards e0e45db4 2: update: llvm-linux: 25
new c44ef558 2: update: llvm-linux: 25
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 (e0e45db4)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
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:
01-reset_artifacts/console.log | 128 +-
02-build_llvm/console.log | 11530 ++++++++++++++++++------------------
03-build_linux/console.log | 667 ++-
console.log | 12325 +++++++++++++++++++--------------------
jenkins/manifest.sh | 12 +-
5 files changed, 12328 insertions(+), 12334 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-tools-extra.
from 7b599aef [clangd] Fix NestedNameSpecifierLoc in SelectionTree
new f9c42bc0 [clang-tidy] Update documentation for Qt Creator integration.
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:
docs/clang-tidy/Integrations.rst | 6 ++++--
1 file changed, 4 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 lldb.
from 1b46dc640 Remove core loading timeout
new 0ac377d30 Options: Correctly check for missing arguments
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/Interpreter/Options.cpp | 8 +++++---
1 file changed, 5 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 binutils-gdb.
from 8e5cb9a54e ld/plugins: avoid shadowing a C library symbol
new 6792b55e08 Use new and delete for TUI windows
new e7e11af42d Add destructor to tui_win_info
new 33b906abfa Create subclasses for different window types
new ec328aa512 Remove an unnecessary NULL check from the TUI
new 82432e1014 Simplify command window creation
new 0ed69edaab Simplify source and disassembly window creation
new 8761a91b26 Introduce tui_win_info::clear_detail method
new b4eb24524b Remove tui_list
new ee1d42d6c1 Split the tui_win_info destructor
new 5cf82909a7 Create tui_disasm_window
new 13446e05a3 Introduce methods for scrolling
new f83d391c5a Don't use TUI_DISASM_WIN in tui_disasm_window method
new 7778b9128f Remove tui_clear_win_detail
new 44f0e208eb Introduce has_locator method
new e6e4150110 Remove struct tui_source_info
new 81491aa096 Remove struct tui_command_info
new 238eb706f9 Remove struct tui_data_info
new ceb13a1382 Change tui_data_window::display_regs to bool
new 63901aeccf Inline constructors and initializers
new 6a0ee02c22 Remove an unneeded NULL check
new cda37efbff Introduce make_visible method
new 56122977c0 Use bool for visibility
new 2042b506c8 Introduce the refresh method
new ad54d15bdb Introduce two TUI source window methods
new 1825f487ae Introduce the refresh_all method
new 3f02ce1e3d Introduce set_new_height method
new 8903bd8a37 Introduce max_height method
new 8e2daf1532 Remove redundant check from make_visible
new 214a5cbea6 Introduce set_highlight method
new dc2c33e456 Change tui_which_element::data_window to be a pointer
new ab313b35e5 Use new and delete for tui_gen_win_info
new cb2ce89305 Derive tui_win_info from tui_gen_win_info
new 5b81daba91 Introduce refresh_window method
new be4da58857 Change tui_update_source_window for better type safety
new 152f3f4b33 Introduce tui_gen_win_info::name method
new 29d2c474f5 Change tui_alloc_source_buffer return type to void
new 3332534318 Remove NULL check from tui_set_exec_info_content
new 73fbdc65a1 Change tui_set_exec_info_content to return void
new 21c32dca76 Change more TUI functions to take a tui_source_window_base
new c3bd716ffc Remove tui_scroll_direction enum
new 48a3bd16c2 Move make_visible method to tui_gen_win_info
new d6ba6a1164 Introduce tui_gen_win_info::reset method
new f936bca26d Remove some TUI static allocations
new 17374de40e Introduce enum tui_box
new d83f1fe65d Introduce tui_win_info::update_tab_width
new 5fcee43a96 Introduce tui_win_info::make_visible_with_new_height
new bbc228ee05 Don't check window type in tui_set_win_focus_to
new c3fabb7d69 Remove tui_alloc_win_info
new 489e9d8b7b Separate out execution-info window
new 3add462fff Separate out locator window
new bd7db367c4 Remove layout_def::split
new dd835f8b70 Remove command from tui_which_element
new d2802c3342 Remove two unused enum constants from tui_win_type
new 41bcff7fee Separate out data item window
new 31ca47237f Remove tui_init_generic_part
new eaf9738bed Turn tui_first_data_item_displayed into a method
new 115ac53b85 Remove "data_content" and "data_content_count" from TUI data window
new 21e1c91ef9 Separate out data window
new 6658b1bf6c Fix "auxiliary" typo
new 02c28df011 Use bool for is_exec_point
new 7908abbf18 More type safety for TUI source window functions
new 53e7cdbaa1 Remove union tui_which_element
new 17568d782d Remove NULL checks before xfree
new f7952c5774 Fix latent bug in set_is_exec_point_at
new fb54fa768d Make tui_gen_win_info constructor protected
new c2fc64f54e Tidy tui_delete_win
The 66 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 | 850 +++++++++++++++++++++++++++++++++++++++++++++++
gdb/tui/tui-command.c | 14 +-
gdb/tui/tui-data.c | 549 ++++--------------------------
gdb/tui/tui-data.h | 523 +++++++++++++++++++++--------
gdb/tui/tui-disasm.c | 76 ++---
gdb/tui/tui-disasm.h | 2 -
gdb/tui/tui-hooks.c | 6 +-
gdb/tui/tui-io.c | 34 +-
gdb/tui/tui-layout.c | 542 ++++++++++++++----------------
gdb/tui/tui-regs.c | 294 +++++++---------
gdb/tui/tui-source.c | 203 +++++------
gdb/tui/tui-source.h | 4 +-
gdb/tui/tui-stack.c | 92 ++---
gdb/tui/tui-win.c | 678 +++++++++++++++++--------------------
gdb/tui/tui-win.h | 2 -
gdb/tui/tui-windata.c | 134 ++------
gdb/tui/tui-windata.h | 4 -
gdb/tui/tui-wingeneral.c | 158 ++++-----
gdb/tui/tui-wingeneral.h | 3 +-
gdb/tui/tui-winsource.c | 334 ++++++++-----------
gdb/tui/tui-winsource.h | 40 +--
gdb/tui/tui.c | 22 +-
gdb/tui/tui.h | 9 +-
23 files changed, 2414 insertions(+), 2159 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-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards e00df463 6: update: llvm-linux: 17775
discards cc6c9baf 5: reset: linux-54dee406374ce8adb352c48e175176247cb8db7c: 17751
discards c2cc03a6 4: update: llvm-d91b1edf7b5d329e9533bebb6cfde07a10c9621d: 17776
discards dd671776 3: reset: linux-54dee406374ce8adb352c48e175176247cb8db7c: 17751
discards 1e58c761 2: update: llvm-405037c4e62a9fcd5485c4e1f05b61683e4c2737: 17777
new 65a86657 2: update: llvm-linux: 17785
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 (e00df463)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-n [...]
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:
01-reset_artifacts/console.log | 220 +-
02-build_llvm/console.log | 11865 ++++++++++++-------------
03-build_linux/console.log | 5487 +++---------
05-check_regression/console.log | 12 +-
06-update_baseline/console.log | 134 +-
console.log | 17718 ++++++++++++++++----------------------
jenkins/manifest.sh | 12 +-
results | 2 +-
8 files changed, 15059 insertions(+), 20391 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.