This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 0650790 Enable TestMultithreaded-sb_api_listener_event_process_state [...]
new 71d5dd5 Enable MiExecTestCase-test_lldbmi_exec_next_instruction
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/tools/lldb-mi/control/TestMiExec.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 lldb.
from a014a25 Enable TestRegisterVariables for some configurations
new a78c341 Enable TestBitfields on linux with clang
new 0650790 Enable TestMultithreaded-sb_api_listener_event_process_state [...]
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:
.../Python/lldbsuite/test/api/multithreaded/TestMultithreaded.py | 8 --------
packages/Python/lldbsuite/test/lang/c/bitfields/TestBitfields.py | 7 -------
2 files changed, 15 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 f3e3924 Enable WatchpointPythonCommandTestCase-test_continue_in_watch [...]
new a014a25 Enable TestRegisterVariables for some configurations
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/c/register_variables/TestRegisterVariables.py | 7 ++-----
1 file changed, 2 insertions(+), 5 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 newlib.
from 59ab07f _pinfo::set_ctty: Check potential NULL pointer in debug_print [...]
new 9b01c29 Fix typo in kill(1)
new 584c664 cygutils: Fix resource leak in get_short_paths
new 1c54541 regex: Fix typo in CHaddrange
The 3 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:
winsup/cygwin/regex/regcomp.c | 2 +-
winsup/utils/cygpath.cc | 1 +
winsup/utils/kill.cc | 2 +-
3 files changed, 3 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 gcc.
from 836ac9e Dump probability for edges a frequency for BBs
new 109508e PR rtl-optimization/78437 * ree.c (get_uses): New function. [...]
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 | 8 ++++++++
gcc/ree.c | 46 ++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 54 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 hsa
in repository gcc.
from 2a15602 Merged trunk revision 242657 into the hsa branch
new c11d1f3 Last changes from hsa-to-trunk merge
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.hsa | 9 +++
gcc/omp-low.c | 12 ++--
libgomp/ChangeLog.hsa | 12 ++++
libgomp/Makefile.in | 138 ++++++++++++++----------------------------
libgomp/aclocal.m4 | 74 +++++++++-------------
libgomp/config.h.in | 24 +++++++-
libgomp/configure | 77 ++++++++++++++++++++---
libgomp/plugin/Makefrag.am | 3 +-
libgomp/plugin/configfrag.ac | 3 +
libgomp/plugin/plugin-hsa.c | 34 +++++++++--
libgomp/testsuite/Makefile.in | 61 ++++---------------
11 files changed, 234 insertions(+), 213 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 1a88fd2 [X86][AVX512DQVL] Add awareness of vcvtqq2ps and vcvtuqq2ps i [...]
new 5d31f85 [X86][AVX512] Add support for v2i64 fptosi/fptoui/sitofp/uito [...]
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/Target/X86/X86ISelLowering.cpp | 10 ++++-----
lib/Target/X86/X86InstrAVX512.td | 20 +++++++++++++++++
lib/Target/X86/X86TargetTransformInfo.cpp | 4 ++++
test/Analysis/CostModel/X86/fptosi.ll | 11 ++++++----
test/Analysis/CostModel/X86/fptoui.ll | 9 +++++---
test/Analysis/CostModel/X86/sitofp.ll | 4 ++--
test/CodeGen/X86/vec_fp_to_int.ll | 18 +++++----------
test/CodeGen/X86/vec_int_to_fp.ll | 34 ++++++++++-------------------
test/Transforms/SLPVectorizer/X86/sitofp.ll | 31 +++++++++++++++++++-------
9 files changed, 85 insertions(+), 56 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 18882df Use more chrono in AdbClient
new f3e3924 Enable WatchpointPythonCommandTestCase-test_continue_in_watch [...]
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:
.../watchpoint_commands/command/TestWatchpointCommandPython.py | 2 --
1 file changed, 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 9f4d134 Use chrono in AdbClient
new 18882df Use more chrono in AdbClient
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/Platform/Android/AdbClient.cpp | 8 ++++----
source/Plugins/Platform/Android/AdbClient.h | 5 +++--
source/Plugins/Platform/Android/PlatformAndroid.cpp | 11 ++++++-----
3 files changed, 13 insertions(+), 11 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 ac42cfa [X86][AVX512DQVL] Add support for v2i64 -> v2f32 SINT_TO_FP/U [...]
new 1a88fd2 [X86][AVX512DQVL] Add awareness of vcvtqq2ps and vcvtuqq2ps i [...]
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/Target/X86/X86InstrAVX512.td | 11 +++++++++++
test/CodeGen/X86/avx512dqvl-intrinsics.ll | 4 ----
test/CodeGen/X86/vec_int_to_fp.ll | 2 --
3 files changed, 11 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.