This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 97b31b7b6f9 [X86] Use UADDSAT/USUBSAT instead of ADDUS/SUBUS
new 6b6826dc5bb [X86][SSE] Add shift combine 'out of range' tests with UNDEFs
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/CodeGen/X86/combine-shl.ll | 14 ++++++++++++++
test/CodeGen/X86/combine-sra.ll | 13 +++++++++++++
test/CodeGen/X86/combine-srl.ll | 13 +++++++++++++
3 files changed, 40 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 lldb.
from 79f881f78 Un-XFAIL TestExitDuringBreak.py for linux
new ac9afbbfd Un-XFail TestThreadStates.test_process_interrupt
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:
.../functionalities/thread/state/TestThreadStates.py | 19 +++++++------------
1 file changed, 7 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 glibc.
from 80190d2b0e S390: Cleanup ifunc-resolve.h.
new 646ce7e0be Remove __ASSUME_ST_INO_64_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:
ChangeLog | 25 +++++++++++++++++++++++++
sysdeps/unix/sysv/linux/alpha/kernel-features.h | 3 ---
sysdeps/unix/sysv/linux/fxstat64.c | 5 -----
sysdeps/unix/sysv/linux/kernel-features.h | 4 ----
sysdeps/unix/sysv/linux/lxstat64.c | 6 ------
sysdeps/unix/sysv/linux/sh/kernel-features.h | 4 ----
sysdeps/unix/sysv/linux/xstat64.c | 6 ------
sysdeps/unix/sysv/linux/xstatconv.c | 15 ---------------
8 files changed, 25 insertions(+), 43 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 f6775ea3ff7 [docs] Improve HowToCrossCompilerBuiltinsOnArm
new 7c859dd19bc [SelectionDAG][X86] Fix [US](ADD|SUB)SAT vector legalizatio [...]
new 97b31b7b6f9 [X86] Use UADDSAT/USUBSAT instead of ADDUS/SUBUS
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/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp | 4 +-
lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp | 4 +
lib/Target/X86/X86ISelLowering.cpp | 95 +-
lib/Target/X86/X86ISelLowering.h | 4 -
lib/Target/X86/X86InstrAVX512.td | 4 +-
lib/Target/X86/X86InstrFragmentsSIMD.td | 2 -
lib/Target/X86/X86InstrSSE.td | 8 +-
test/CodeGen/X86/sadd_sat_vec.ll | 20167 ++++++++++++++++++++
test/CodeGen/X86/ssub_sat_vec.ll | 20167 ++++++++++++++++++++
test/CodeGen/X86/uadd_sat_vec.ll | 1015 +
test/CodeGen/X86/usub_sat_vec.ll | 1013 +
11 files changed, 42443 insertions(+), 40 deletions(-)
create mode 100644 test/CodeGen/X86/sadd_sat_vec.ll
create mode 100644 test/CodeGen/X86/ssub_sat_vec.ll
create mode 100644 test/CodeGen/X86/uadd_sat_vec.ll
create mode 100644 test/CodeGen/X86/usub_sat_vec.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 lldb.
from 9f0629a34 Un-XFAIL TestNamespaceLookup for linux
new 79f881f78 Un-XFAIL TestExitDuringBreak.py for linux
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:
.../functionalities/thread/exit_during_break/TestExitDuringBreak.py | 3 ---
1 file changed, 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 gcc.
from c6afafda8af 2018-12-18 Jozef Lawrynowicz <jozef.l(a)mittosystems.com>
new 3e868ab2ccb [testsuite] Enable vect_usad_char effective target for non- [...]
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/lib/target-supports.exp | 5 ++++-
2 files changed, 9 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 lldb.
from e512a1188 Fix typo in r349473
new 9f0629a34 Un-XFAIL TestNamespaceLookup for linux
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/lang/cpp/namespace/TestNamespaceLookup.py | 15 +++------------
1 file changed, 3 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 a002f3a8ef0 [llvm-dwarfdump] - Do not error out on R_X86_64_DTPOFF64/R_ [...]
new f6775ea3ff7 [docs] Improve HowToCrossCompilerBuiltinsOnArm
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/HowToCrossCompileBuiltinsOnArm.rst | 191 +++++++++++++++++++++++---------
1 file changed, 140 insertions(+), 51 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 glibc.
from 053c52b177 locale: Rewrite locale/gen-translit.pl in Python
new cd815050e5 x86: Merge i386/x86_64 atomic-machine.h
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:
ChangeLog | 6 +
sysdeps/i386/atomic-machine.h | 545 -------------------------------
sysdeps/{x86_64 => x86}/atomic-machine.h | 241 +++++++++-----
3 files changed, 171 insertions(+), 621 deletions(-)
delete mode 100644 sysdeps/i386/atomic-machine.h
rename sysdeps/{x86_64 => x86}/atomic-machine.h (70%)
--
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/gnu-master-aarch64-mainline-defconfig
in repository toolchain/linux-next.
from 7566ec393f41 Linux 4.20-rc7
adds 94c13f66e13c security: don't use a negative Opt_err token index
adds 1a9430db2835 ima: cleanup the match_token policy code
No new revisions were added by this update.
Summary of changes:
security/integrity/ima/ima_policy.c | 10 +++++-----
security/keys/keyctl_pkey.c | 2 +-
security/keys/trusted.c | 2 +-
3 files 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/gnu-master-aarch64-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards 84af5c21f gcc-b7e132a403fa4195e19428c3976ff7b6e943a023: all
new a2d841767 linux-1a9430db2835c0c00acc87d915b573496998c1bf: 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 (84af5c21f)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 | 120 +-
2-prepare_abe/console.log | 34 +-
3-build_abe-binutils/console.log | 6432 ++++----
3-build_abe-binutils/revision | 1 -
4-build_abe-stage1/console.log | 9400 ++++++------
4-build_abe-stage1/revision | 1 -
5-count_linux_objs/console.log | 14301 +++++++++---------
5-count_linux_objs/revision | 1 -
6-check_regression/console.log | 2 +-
7-update_baseline/console.log | 4 +-
console.log | 30253 +++++++++++++++++++------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 12 +-
trigger-bisect-on-failure | 6 +-
15 files changed, 30334 insertions(+), 30237 deletions(-)
delete mode 100644 3-build_abe-binutils/revision
delete mode 100644 4-build_abe-stage1/revision
delete mode 100644 5-count_linux_objs/revision
--
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/gnu-release-arm-stable-defconfig
in repository toolchain/gcc.
from b93bb0600ad 2018-12-17 Senthil Kumar Selvaraj <senthilkumar.selvaraj@ [...]
adds 8248a57ffb1 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards 1d83bc453 binutils-d935c341f8c5d6de8ab921f709de41bc66d3ce97: all
new cd4679fa3 gcc-8248a57ffb1b127b6504db422cb61283666266ab: 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 (1d83bc453)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-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 | 76 +-
2-prepare_abe/console.log | 12 +-
3-build_abe-binutils/console.log | 3655 ++++++++---------
3-build_abe-binutils/revision | 1 -
4-build_abe-stage1/console.log | 4432 ++++++++++----------
4-build_abe-stage1/revision | 1 -
5-count_linux_objs/console.log | 188 +-
5-count_linux_objs/revision | 1 -
console.log | 8321 +++++++++++++++++++-------------------
jenkins/build-name | 2 +-
jenkins/manifest.sh | 12 +-
trigger-bisect-on-failure | 6 +-
12 files changed, 8512 insertions(+), 8195 deletions(-)
delete mode 100644 3-build_abe-binutils/revision
delete mode 100644 4-build_abe-stage1/revision
delete mode 100644 5-count_linux_objs/revision
--
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 7fe679909d1 [MIPS GlobalISel] ClampScalar G_AND G_OR and G_XOR
new a002f3a8ef0 [llvm-dwarfdump] - Do not error out on R_X86_64_DTPOFF64/R_ [...]
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/Object/RelocVisitor.h | 2 +
test/tools/llvm-dwarfdump/X86/debug_tls_relocs.s | 68 ++++++++++++++++++++++++
2 files changed, 70 insertions(+)
create mode 100644 test/tools/llvm-dwarfdump/X86/debug_tls_relocs.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.
"Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from ea235db tcwg_kernel-bisect.sh: Create artifacts directory earlier
new bcaedfc tcwg_kernel-build.sh: Add new --mode reproduce
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:
round-robin.sh | 28 ++++++++++++++++++----------
tcwg_kernel-build.sh | 13 +++++++++++--
2 files changed, 29 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.
"Maxim Kuvyrkov pushed a change to reference refs/users/92/1000092/edit-29492/7
in repository toolchain/jenkins-scripts.
was 9e03e01 tcwg_kernel-bisect.sh: Improve mail contents
This change permanently discards the following revisions:
discards 9e03e01 tcwg_kernel-bisect.sh: Improve mail contents
discards 47f8c50 tcwg_kernel-bisect.sh: Create artifacts directory earlier
discards 915a8c6 tcwg_kernel-build.sh: Improve checking of parameters.
discards b7b75e2 jenkins-helpers.sh: Add git_rev_parse_long
--
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.
"Maxim Kuvyrkov pushed a change to reference refs/users/92/1000092/edit-29492/6
in repository toolchain/jenkins-scripts.
was 32ef391 tcwg_kernel-bisect.sh: Improve mail contents
This change permanently discards the following revisions:
discards 32ef391 tcwg_kernel-bisect.sh: Improve mail contents
discards 47f8c50 tcwg_kernel-bisect.sh: Create artifacts directory earlier
discards 915a8c6 tcwg_kernel-build.sh: Improve checking of parameters.
discards b7b75e2 jenkins-helpers.sh: Add git_rev_parse_long
--
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.
"Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 21fc0f9 tcwg_kernel-build.sh: Improve checking of parameters.
new ea235db tcwg_kernel-bisect.sh: Create artifacts directory earlier
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:
tcwg_kernel-bisect.sh | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 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.
"Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from c0db515 jenkins-helpers.sh: Add git_rev_parse_long
new 21fc0f9 tcwg_kernel-build.sh: Improve checking of parameters.
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:
jenkins-helpers.sh | 2 +-
tcwg_kernel-bisect.sh | 2 +-
tcwg_kernel-build.sh | 11 ++++++++++-
3 files changed, 12 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.
"Maxim Kuvyrkov pushed a change to reference refs/users/92/1000092/edit-29490/4
in repository toolchain/jenkins-scripts.
was 53bdc47 tcwg_kernel-build.sh: Improve checking of parameters.
This change permanently discards the following revisions:
discards 53bdc47 tcwg_kernel-build.sh: Improve checking of parameters.
discards b7b75e2 jenkins-helpers.sh: Add git_rev_parse_long
--
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.
"Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from bf9adfd jenkins-helpers.sh: Resolve absolute path to manifest file.
new c0db515 jenkins-helpers.sh: Add git_rev_parse_long
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:
jenkins-helpers.sh | 59 +++++++++++++++++++++++++++++++++++++++++++++---------
1 file changed, 50 insertions(+), 9 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.
"Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from aa79ed3 Alter timeout to work in the presence of set -e
new bf9adfd jenkins-helpers.sh: Resolve absolute path to manifest file.
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:
jenkins-helpers.sh | 2 ++
1 file changed, 2 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.