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 a75276a 0: update: llvm-linux: all
new 9b1ddcf 0: update: llvm-linux: all
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 (a75276a)
\
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:
01-reset_artifacts/console.log | 16 +-
02-build_llvm/console.log | 12138 ++++++++++++++++++------------------
03-build_linux/console.log | 802 +--
04-boot_linux/console.log | 2 +-
console.log | 12958 +++++++++++++++++++--------------------
jenkins/manifest.sh | 8 +-
6 files changed, 12962 insertions(+), 12962 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 276069850eb [NFC] Added tests for 'select with ctlz to cttz' fold
new 0b9143b20fc [ValueTracking] Look through ptrmask intrinsics during getU [...]
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/Analysis/BasicAliasAnalysis.cpp | 2 +-
lib/Analysis/ValueTracking.cpp | 6 ++++--
test/Analysis/BasicAA/ptrmask.ll | 29 +++++++++++++++++++++++++++++
3 files changed, 34 insertions(+), 3 deletions(-)
create mode 100644 test/Analysis/BasicAA/ptrmask.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 b6d08c2548 Fix the test, NFC.
new bfde26cc85 Allow standards-based attributes to have leading and trailin [...]
new d20aaf7588 Rename this file from cx2.c to c2x.c; NFC.
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/Sema/ParsedAttr.cpp | 3 ++-
test/Preprocessor/has_attribute.cpp | 3 +++
test/Preprocessor/has_c_attribute.c | 4 ++++
test/Sema/{attr-cx2.c => attr-c2x.c} | 3 +++
test/SemaCXX/attr-cxx0x.cpp | 2 +-
5 files changed, 13 insertions(+), 2 deletions(-)
rename test/Sema/{attr-cx2.c => attr-c2x.c} (91%)
--
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 f705627e2 [lldb][NFC] Refactor remaining completion logic to use Comple [...]
new b3156955f Change test to use uint64_t to support compiling for 32-bit a [...]
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:
packages/Python/lldbsuite/test/lang/c/bitfields/main.c | 4 ++--
1 file changed, 2 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 binutils-gdb.
from 22a2ab04f5 Disable dw2-dir-file-name.exp on remote and/or Windows host.
new 65962b20b6 Simplify TUI boxing
new ed4a1084d7 Remove FIXMEs from tui-layout.c
new f2dda47784 Move locator code to tui-stack.c
new e2a678a557 Avoid string_file in tui_make_status_line
new a54700c6c4 Move contents of tui_show_frame_info to new method
new 088f37dd90 Change tui_addr_is_displayed into a method
new c9033fe839 Change tui_line_is_displayed to be a method
new 002f15c277 Remove tui_alloc_source_buffer
new e25d200487 Turn tui_erase_source_content into a method
new c398c3d0b5 Remove tui_clear_source_content
new f4ce562c7f Minor simplification in tui_default_win_viewport_height
new 46f438e3d5 Remove tui_initialize_static_data
new ee556432c4 Rename the "reset" method to "resize"
new 3891b65efe Change TUI source window iteration
new db502012fc TUI window resize should not need invisibility
The 15 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 | 160 +++++++++++++++++++++++++++++++++++++++++++++++
gdb/tui/tui-command.c | 35 +++++++++++
gdb/tui/tui-command.h | 16 +++--
gdb/tui/tui-data.c | 56 -----------------
gdb/tui/tui-data.h | 53 +++++-----------
gdb/tui/tui-disasm.c | 51 ++++++++++++++-
gdb/tui/tui-disasm.h | 14 +++++
gdb/tui/tui-interp.c | 2 -
gdb/tui/tui-layout.c | 133 +++++++++++++++++----------------------
gdb/tui/tui-regs.c | 2 +-
gdb/tui/tui-source.c | 46 +++++++++++++-
gdb/tui/tui-source.h | 13 ++++
gdb/tui/tui-stack.c | 78 +++++------------------
gdb/tui/tui-stack.h | 27 ++++++++
gdb/tui/tui-win.c | 24 +++----
gdb/tui/tui-wingeneral.c | 8 +--
gdb/tui/tui-wingeneral.h | 2 +-
gdb/tui/tui-winsource.c | 150 +++++++-------------------------------------
gdb/tui/tui-winsource.h | 108 ++++++++++++++++++++++++++++----
19 files changed, 580 insertions(+), 398 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 gcc-9-branch
in repository gcc.
from 42f118cd16d 2019-08-15 Richard Biener <rguenther(a)suse.de>
new a1d6728ad78 PR c++/81429 - wrong parsing of constructor with C++11 att [...]
new 900edf070bc PR c++/87519 - bogus warning with -Wsign-conversion. * ty [...]
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/cp/ChangeLog | 16 +++++++++++
gcc/cp/parser.c | 4 ++-
gcc/cp/typeck.c | 4 +--
gcc/testsuite/g++.dg/cpp0x/gen-attrs-68.C | 40 ++++++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/gen-attrs-69.C | 40 ++++++++++++++++++++++++++
gcc/testsuite/g++.dg/warn/Wsign-conversion-5.C | 18 ++++++++++++
6 files changed, 119 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/gen-attrs-68.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/gen-attrs-69.C
create mode 100644 gcc/testsuite/g++.dg/warn/Wsign-conversion-5.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-arm-next-allnoconfig
in repository toolchain/ci/llvm-project.
from 201b879fd7f Merging release note update in r368874
adds 450f5f3986c Correcting clang-cpp release not to spcify supported targets.
No new revisions were added by this update.
Summary of changes:
clang/docs/ReleaseNotes.rst | 14 +++++++-------
1 file changed, 7 insertions(+), 7 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-arm-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards c555787 0: update: llvm-linux: all
new 6c78a3d 0: update: llvm-linux: all
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 (c555787)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-arm- [...]
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 | 184 +-
02-build_llvm/console.log | 11964 +++++++++++++++++------------------
03-build_linux/console.log | 678 +-
04-boot_linux/console.log | 2 +-
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 25 -
console.log | 12861 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 12838 insertions(+), 12892 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 97ec1d62760 Add LLVMLibC proposal to docs/index.rst.
new 0a2d836fd99 [X86] Add custom type legalization for bitcasting mmx to v2 [...]
new 276069850eb [NFC] Added tests for 'select with ctlz to cttz' fold
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/X86/X86ISelLowering.cpp | 10 +
lib/Target/X86/X86ISelLowering.h | 4 +
lib/Target/X86/X86InstrMMX.td | 7 +
test/CodeGen/X86/3dnow-intrinsics.ll | 24 +-
test/CodeGen/X86/mmx-arg-passing-x86-64.ll | 9 +-
test/CodeGen/X86/mmx-arith.ll | 126 +++++------
test/CodeGen/X86/mmx-cvt.ll | 16 +-
test/CodeGen/X86/vec_extract-mmx.ll | 16 +-
test/CodeGen/X86/vec_insert-7.ll | 5 +-
test/Transforms/InstCombine/select-ctlz-to-cttz.ll | 249 +++++++++++++++++++++
10 files changed, 344 insertions(+), 122 deletions(-)
create mode 100644 test/Transforms/InstCombine/select-ctlz-to-cttz.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.