This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 22d520c [LLVM][XRAY][MIPS] Support xray on mips/mipsel/mips64/mips64el
new a0d03b2 [X86][SSE] Allow matchVectorShuffleWithUNPCK to recognise ZER [...]
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 | 57 +-
test/CodeGen/X86/avg.ll | 835 ++++++++++----------
test/CodeGen/X86/avx-intrinsics-x86-upgrade.ll | 4 +-
test/CodeGen/X86/avx512-vec-cmp.ll | 6 +-
test/CodeGen/X86/pr11334.ll | 10 +-
test/CodeGen/X86/psubus.ll | 150 ++--
test/CodeGen/X86/sad.ll | 873 ++++++++++-----------
test/CodeGen/X86/sse2-intrinsics-x86-upgrade.ll | 4 +-
test/CodeGen/X86/sse41.ll | 6 +-
test/CodeGen/X86/vector-idiv-udiv-128.ll | 54 +-
test/CodeGen/X86/vector-shuffle-128-v16.ll | 14 +-
test/CodeGen/X86/vector-shuffle-128-v2.ll | 8 +-
test/CodeGen/X86/vector-shuffle-256-v32.ll | 7 +-
test/CodeGen/X86/vector-shuffle-combining-avx2.ll | 12 +-
test/CodeGen/X86/vector-shuffle-combining-ssse3.ll | 13 +-
test/CodeGen/X86/vector-zext.ll | 33 +-
test/CodeGen/X86/xop-mask-comments.ll | 8 +-
17 files changed, 1065 insertions(+), 1029 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 release_40
in repository llvm.
from dbca326 Merging r294527: -------------------------------------------- [...]
new 1c6719e Added a section about Regcall and Vectorcall calling conventi [...]
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/ReleaseNotes.rst | 19 +++++++++++++++++++
1 file changed, 19 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 84a197e Use StringRef and APFloat instead of lldb/StringConvert.h
new b3b1855 Bug 30863 - Step doesn't stop with conditional breakpoint on [...]
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/lldb/Target/Thread.h | 12 +++
include/lldb/Target/ThreadPlan.h | 24 +++--
.../Makefile | 0
.../step_over_breakpoint/TestStepOverBreakpoint.py | 119 +++++++++++++++++++++
.../breakpoint/step_over_breakpoint/main.cpp | 12 +++
source/Target/Process.cpp | 16 ++-
source/Target/StopInfo.cpp | 18 ++++
source/Target/Thread.cpp | 65 ++++++++---
source/Target/ThreadPlanStepInstruction.cpp | 9 ++
source/Target/ThreadPlanStepRange.cpp | 10 ++
10 files changed, 251 insertions(+), 34 deletions(-)
copy packages/Python/lldbsuite/test/functionalities/breakpoint/{breakpoint_ids => [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/breakpoint/step_ [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/breakpoint/step_ [...]
--
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 74af44c [XRAY][MIPS] Add -fxray-instrument for mips/mipsel/mips64/mips64el
new beda2c0 Removed stale comment. NFC.
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/Sema/SemaDecl.cpp | 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 binutils-gdb.
from cc07cda [ARC] Fix assembler relaxation.
new b58a8c0 Fix illegal upper case gdb cmd in chained-calls.exp
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/testsuite/ChangeLog | 4 ++++
gdb/testsuite/gdb.cp/chained-calls.exp | 2 +-
2 files changed, 5 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 compiler-rt.
from 987d58d [PGO] Delay profile dir creation until write
new b66fdad [Compiler-rt][XRAY][MIPS] Support xray on mips/mipsel/mips64/ [...]
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:
cmake/config-ix.cmake | 2 +-
lib/xray/CMakeLists.txt | 20 +++++
lib/xray/tests/CMakeLists.txt | 2 +-
lib/xray/xray_interface.cc | 4 +
lib/xray/xray_mips.cc | 153 ++++++++++++++++++++++++++++++++
lib/xray/xray_mips64.cc | 162 ++++++++++++++++++++++++++++++++++
lib/xray/xray_trampoline_mips.S | 110 +++++++++++++++++++++++
lib/xray/xray_trampoline_mips64.S | 136 ++++++++++++++++++++++++++++
lib/xray/xray_tsc.h | 2 +-
test/xray/TestCases/Linux/pic_test.cc | 33 +++++++
10 files changed, 621 insertions(+), 3 deletions(-)
create mode 100644 lib/xray/xray_mips.cc
create mode 100644 lib/xray/xray_mips64.cc
create mode 100644 lib/xray/xray_trampoline_mips.S
create mode 100644 lib/xray/xray_trampoline_mips64.S
create mode 100644 test/xray/TestCases/Linux/pic_test.cc
--
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 96670d1 Revert r295110 and r295144.
new 22d520c [LLVM][XRAY][MIPS] Support xray on mips/mipsel/mips64/mips64el
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/CodeGen/XRayInstrumentation.cpp | 4 +
lib/Target/Mips/MipsAsmPrinter.cpp | 167 ++++++++++++++++++++-
lib/Target/Mips/MipsAsmPrinter.h | 14 ++
lib/Target/Mips/MipsSubtarget.h | 3 +
.../Mips/xray-mips-attribute-instrumentation.ll | 147 ++++++++++++++++++
test/CodeGen/Mips/xray-section-group.ll | 31 ++++
6 files changed, 362 insertions(+), 4 deletions(-)
create mode 100644 test/CodeGen/Mips/xray-mips-attribute-instrumentation.ll
create mode 100644 test/CodeGen/Mips/xray-section-group.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 5c89735 Add a definition for __STRUCT_PARM_ALIGN__ for elfv2 and 64-b [...]
new 74af44c [XRAY][MIPS] Add -fxray-instrument for mips/mipsel/mips64/mips64el
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/Driver/Tools.cpp | 4 ++++
...tributes-supported-arm.cpp => xray-attributes-supported-mips.cpp} | 5 ++++-
test/Driver/XRay/xray-instrument-cpu.c | 2 +-
3 files changed, 9 insertions(+), 2 deletions(-)
copy test/CodeGen/{xray-attributes-supported-arm.cpp => xray-attributes-supported- [...]
--
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 84249f9 [X86][AVX] Remove REX_W from AVX instructions.
new 96670d1 Revert r295110 and r295144.
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/Transforms/IPO/WholeProgramDevirt.cpp | 254 ++++++++-------------
.../Transforms/WholeProgramDevirt/unique-retval.ll | 15 +-
.../WholeProgramDevirt/vcp-too-wide-ints.ll | 54 +----
.../WholeProgramDevirt/vcp-type-mismatch.ll | 10 +-
4 files changed, 118 insertions(+), 215 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.