This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 343595467c9 [X86] Add isel patterns to be able to fold loads into VPERM [...]
new 2ec96ad71f5 llvm/IR/DiagnosticHandler.h: Add include guard, or -fmodule [...]
new 5bf6db9da83 Reformat.
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:
include/llvm/IR/DiagnosticHandler.h | 7 ++++++-
1 file changed, 6 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 binutils-gdb.
from 5846367a24 mi_load_progress: Restore current_uiout using a scoped_restore
new 1526853e34 Add selftests run filtering
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:
gdb/ChangeLog | 57 +++++++++++++
gdb/NEWS | 6 ++
gdb/aarch64-tdep.c | 6 +-
gdb/arm-tdep.c | 2 +-
gdb/common/selftest.c | 68 +++++++++++++---
gdb/common/selftest.h | 26 +++++-
gdb/disasm-selftests.c | 6 +-
gdb/doc/ChangeLog | 5 ++
gdb/doc/gdb.texinfo | 8 ++
gdb/dwarf2-frame.c | 3 +-
gdb/dwarf2loc.c | 2 +-
gdb/findvar.c | 4 +-
gdb/gdbarch-selftests.c | 3 +-
gdb/gdbserver/ChangeLog | 7 ++
gdb/gdbserver/linux-x86-tdesc-selftest.c | 4 +-
gdb/gdbserver/server.c | 8 +-
gdb/maint.c | 18 ++++-
gdb/regcache.c | 3 +-
gdb/rust-exp.y | 2 +-
gdb/selftest-arch.c | 134 +++++++++++++++----------------
gdb/selftest-arch.h | 3 +-
gdb/unittests/array-view-selftests.c | 3 +-
gdb/unittests/environ-selftests.c | 3 +-
gdb/unittests/function-view-selftests.c | 3 +-
gdb/unittests/offset-type-selftests.c | 2 +-
gdb/unittests/optional-selftests.c | 2 +-
gdb/unittests/scoped_restore-selftests.c | 3 +-
gdb/utils-selftests.c | 2 +-
gdb/utils.c | 2 +-
29 files changed, 287 insertions(+), 108 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 c4dfafabc5 Use std::vector on tdesc->reg_defs (gdbserver/tdesc.h)
new bd77e8ff27 mi_load_progress: Use unique_ptr to manage ui_out lifetime
new 5846367a24 mi_load_progress: Restore current_uiout using a scoped_restore
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:
gdb/ChangeLog | 10 ++++++++++
gdb/mi/mi-main.c | 25 +++++++++++--------------
2 files changed, 21 insertions(+), 14 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 9ac4470888 Use libm_alias_double in math/.
new 06b1de2378 benchtests: Use argparse to parse arguments
new 5a6547b7b9 benchtests: Make compare_strings.py output a bit prettier
new 140647ea6f benchtests: New -g option to generate graphs in compare_strings.py
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:
ChangeLog | 13 +++++++
benchtests/README | 11 ++++++
benchtests/scripts/compare_strings.py | 66 ++++++++++++++++++++++-------------
3 files changed, 66 insertions(+), 24 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 dfec11016bf [X86] Remove VPERM2X128 isel patterns with 32-bit elements.
new 2fa59dfd398 [X86] Remove unused check lines that got left behind when I [...]
new 343595467c9 [X86] Add isel patterns to be able to fold loads into VPERM [...]
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/X86InstrSSE.td | 21 +++++++++++++++++++++
test/CodeGen/X86/avx-intrinsics-x86-upgrade.ll | 15 ---------------
test/CodeGen/X86/avx-vperm2x128.ll | 4 ++--
3 files changed, 23 insertions(+), 17 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 00530eccc17 [X86] Remove the vperm2f128 test file I just added in r313450.
new dfec11016bf [X86] Remove VPERM2X128 isel patterns with 32-bit elements.
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/X86InstrSSE.td | 27 ++-------------------------
1 file changed, 2 insertions(+), 25 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 compiler-rt.
from 6ec8636dc [sanitizer] Move signal interceptors from asan to sanitizer_common
new e7f4e4a34 [sanitizer] Fix check for i386 Android in lit tests
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/sanitizer_common/TestCases/Linux/decorate_proc_maps.cc | 2 +-
test/sanitizer_common/TestCases/Posix/getpass.cc | 2 +-
test/sanitizer_common/TestCases/Posix/sanitizer_set_report_fd_test.cc | 2 +-
test/sanitizer_common/TestCases/sanitizer_coverage_no_prune.cc | 2 +-
.../sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard-dso.cc | 2 +-
test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard.cc | 2 +-
6 files changed, 6 insertions(+), 6 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 20d3306cef2 [X86] Remove VPERM2F128/VPERM2I128 intrinsics and autoupgra [...]
new 00530eccc17 [X86] Remove the vperm2f128 test file I just added in r313450.
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/x86-vperm2.ll | 229 -----------------------------------------
1 file changed, 229 deletions(-)
delete mode 100644 test/CodeGen/X86/x86-vperm2.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 llvm.
from a2d920301bf [X86] Fix some FileCheck lines that use the wrong prefix.
new 20d3306cef2 [X86] Remove VPERM2F128/VPERM2I128 intrinsics and autoupgra [...]
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/IR/IntrinsicsX86.td | 15 --
lib/IR/AutoUpgrade.cpp | 38 +++
lib/Target/X86/X86ISelLowering.cpp | 4 +
lib/Target/X86/X86IntrinsicsInfo.h | 4 -
lib/Transforms/InstCombine/InstCombineCalls.cpp | 74 ------
test/CodeGen/X86/avx-intrinsics-x86-upgrade.ll | 63 +++++
test/CodeGen/X86/avx-intrinsics-x86.ll | 36 ---
test/CodeGen/X86/avx2-intrinsics-x86-upgrade.ll | 19 +-
test/CodeGen/X86/avx2-intrinsics-x86.ll | 40 ++-
test/CodeGen/X86/x86-vperm2.ll | 229 +++++++++++++++++
test/Transforms/InstCombine/X86/x86-vperm2.ll | 313 ------------------------
11 files changed, 365 insertions(+), 470 deletions(-)
create mode 100644 test/CodeGen/X86/x86-vperm2.ll
delete mode 100644 test/Transforms/InstCombine/X86/x86-vperm2.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 llvm.
from b2acab96a26 [git] Update the llvm git helper script to work correctly w [...]
new a2d920301bf [X86] Fix some FileCheck lines that use the wrong prefix.
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/avx2-intrinsics-x86-upgrade.ll | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.