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 bcaedfc tcwg_kernel-build.sh: Add new --mode reproduce
new c296d92 tcwg_kernel-bisect.sh: Improve mail contents
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 | 36 ++++++++++++++++++++++++++++++++++--
1 file changed, 34 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 llvm.
from 6b6826dc5bb [X86][SSE] Add shift combine 'out of range' tests with UNDEFs
new cbe186ea735 [gn build] Add build files for llvm-ar, llvm-nm, llvm-objdu [...]
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:
utils/gn/build/libs/xar/BUILD.gn | 12 ++++++
utils/gn/build/libs/xar/enable.gni | 3 ++
utils/gn/secondary/BUILD.gn | 27 +++++++++++-
.../gn/secondary/llvm/include/llvm/Config/BUILD.gn | 9 +++-
.../llvm/lib/DebugInfo/Symbolize/BUILD.gn | 16 +++++++
.../llvm/lib/ToolDrivers/llvm-dlltool/BUILD.gn | 19 +++++++++
.../gn/secondary/llvm/tools/binutils_symlinks.gni | 5 +++
utils/gn/secondary/llvm/tools/llvm-ar/BUILD.gn | 46 ++++++++++++++++++++
utils/gn/secondary/llvm/tools/llvm-nm/BUILD.gn | 37 ++++++++++++++++
.../gn/secondary/llvm/tools/llvm-objdump/BUILD.gn | 48 +++++++++++++++++++++
.../gn/secondary/llvm/tools/llvm-readobj/BUILD.gn | 49 ++++++++++++++++++++++
11 files changed, 267 insertions(+), 4 deletions(-)
create mode 100644 utils/gn/build/libs/xar/BUILD.gn
create mode 100644 utils/gn/build/libs/xar/enable.gni
create mode 100644 utils/gn/secondary/llvm/lib/DebugInfo/Symbolize/BUILD.gn
create mode 100644 utils/gn/secondary/llvm/lib/ToolDrivers/llvm-dlltool/BUILD.gn
create mode 100644 utils/gn/secondary/llvm/tools/binutils_symlinks.gni
create mode 100644 utils/gn/secondary/llvm/tools/llvm-ar/BUILD.gn
create mode 100644 utils/gn/secondary/llvm/tools/llvm-nm/BUILD.gn
create mode 100644 utils/gn/secondary/llvm/tools/llvm-objdump/BUILD.gn
create mode 100644 utils/gn/secondary/llvm/tools/llvm-readobj/BUILD.gn
--
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 ac9afbbfd Un-XFail TestThreadStates.test_process_interrupt
new e5267dad5 Un-XFail TestYMMRegister on 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:
.../lldbsuite/test/functionalities/register/intel_avx/TestYMMRegister.py | 1 -
1 file changed, 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 libcxx.
from b8811ad2c [libcxx] Handle AppleClang 9 and 10 in XFAILs for aligned all [...]
new 6ad953652 [libcxx] Remove XFAILs for older macOS versions
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/std/re/re.traits/translate_nocase.pass.cpp | 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 3e868ab2ccb [testsuite] Enable vect_usad_char effective target for non- [...]
new 776cdb864cb 2018-12-18 Bill Schmidt <wschmidt(a)linux.ibm.com>
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 | 6 ++++++
gcc/doc/extend.texi | 25 ++++++++++++++++++++++++-
2 files changed, 30 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 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.