This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 6e532c9bf01 AMDGPU: Introduce common SOP_Pseudo and VOP_Pseudo TableGen [...]
new 74c171f5c08 [X86][Btver2] Add (V)SQRTPD/(V)SQRTSD costs
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/X86ScheduleBtVer2.td | 16 ++++++++++++++++
test/CodeGen/X86/sse2-schedule.ll | 16 ++++++++--------
test/tools/llvm-mca/X86/BtVer2/resources-avx1.s | 8 ++++----
test/tools/llvm-mca/X86/BtVer2/resources-sse2.s | 8 ++++----
4 files changed, 32 insertions(+), 16 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 edec8af2251 [LoopUnroll] Fix dangling pointers in SCEV
new df730ad235f Test commit - adding a new line.
new 181ce9f6092 [llvm-mca] Add flag -instruction-tables to print the theore [...]
new 48972e6c8f9 [LSR] Allow giving priority to post-incrementing addressing modes
new d1449c97e57 [X86][Btver2] Double the AGU and schedule pipe resources for YMM
new 33dfb9de6c4 [llvm-mca] Update the commandline docs after r328305.
new fafdf4a29ce [llvm-mca] Add a flag -instruction-info to enable/disable t [...]
new 6e532c9bf01 AMDGPU: Introduce common SOP_Pseudo and VOP_Pseudo TableGen [...]
The 7 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/CommandGuide/llvm-mca.rst | 16 +
include/llvm/Analysis/TargetTransformInfo.h | 31 +
include/llvm/Analysis/TargetTransformInfoImpl.h | 12 +
include/llvm/CodeGen/BasicTTIImpl.h | 28 +
lib/Analysis/TargetTransformInfo.cpp | 14 +
lib/Target/AMDGPU/SOPInstructions.td | 38 +-
lib/Target/AMDGPU/VOP1Instructions.td | 14 +-
lib/Target/AMDGPU/VOP2Instructions.td | 14 +-
lib/Target/AMDGPU/VOP3Instructions.td | 6 +-
lib/Target/AMDGPU/VOP3PInstructions.td | 4 +-
lib/Target/AMDGPU/VOPInstructions.td | 47 +-
lib/Target/X86/X86ScheduleBtVer2.td | 62 +-
lib/Transforms/Scalar/LoopStrengthReduce.cpp | 75 +-
test/CodeGen/X86/avx-schedule.ll | 30 +-
test/DebugInfo/X86/invalid-prologue-end.ll | 1 +
.../llvm-mca/X86/BtVer2/instruction-info-view.s | 23 +
test/tools/llvm-mca/X86/BtVer2/pipes-fpu.s | 4 +-
test/tools/llvm-mca/X86/BtVer2/resources-aes.s | 2 +-
test/tools/llvm-mca/X86/BtVer2/resources-avx1.s | 888 ++++++++++-----------
test/tools/llvm-mca/X86/BtVer2/resources-clmul.s | 2 +-
test/tools/llvm-mca/X86/BtVer2/resources-sse1.s | 55 +-
test/tools/llvm-mca/X86/BtVer2/resources-sse2.s | 319 ++++----
test/tools/llvm-mca/X86/BtVer2/resources-sse3.s | 17 +-
test/tools/llvm-mca/X86/BtVer2/resources-sse41.s | 150 ++--
test/tools/llvm-mca/X86/BtVer2/resources-sse42.s | 34 +-
test/tools/llvm-mca/X86/BtVer2/resources-sse4a.s | 10 +-
test/tools/llvm-mca/X86/BtVer2/resources-ssse3.s | 46 +-
tools/llvm-mca/CMakeLists.txt | 1 +
tools/llvm-mca/InstrBuilder.h | 7 +
tools/llvm-mca/InstructionTables.cpp | 80 ++
tools/llvm-mca/InstructionTables.h | 47 ++
tools/llvm-mca/llvm-mca.cpp | 36 +-
32 files changed, 1225 insertions(+), 888 deletions(-)
create mode 100644 test/tools/llvm-mca/X86/BtVer2/instruction-info-view.s
create mode 100644 tools/llvm-mca/InstructionTables.cpp
create mode 100644 tools/llvm-mca/InstructionTables.h
--
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 c4b26cae233 Fix switch conversion in offloading functions
new a8f8d460fa8 Add workaround to std::variant for Clang bug 31852
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:
libstdc++-v3/ChangeLog | 6 ++++++
libstdc++-v3/include/std/variant | 19 ++++++++++++++-----
2 files changed, 20 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 zack/wip-check-localplt-2
in repository glibc.
discards c6c5c2887d WIP finer-grained, more aggressive local PLT call check
new f66704a937 WIP finer-grained, more aggressive local PLT call check
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 (c6c5c2887d)
\
N -- N -- N refs/heads/zack/wip-check-localplt-2 (f66704a937)
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:
include/libm-symbols.h | 6 ++++++
include/math.h | 8 ++++----
include/unistd.h | 3 +--
3 files changed, 11 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 lldb.
from 6b0a122d4 Add and fix some tests for PPC64
new 3b7a673ea Make @skipUnlessSupportedTypeAttribute windows-compatible
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/decorators.py | 9 ++++-----
1 file changed, 4 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 lldb.
from b13323df9 [LLDB][PPC64] Fix TestGdbRemoteAuxvSupport
new 6b0a122d4 Add and fix some tests for PPC64
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/expression_command/char/TestExprsChar.py | 1 +
.../disassembly/TestDisassembleBreakpoint.py | 45 +++++++---------------
.../test/functionalities/unwind/ehframe/main.c | 14 ++++++-
.../hello_watchlocation/TestWatchLocation.py | 4 +-
.../step_over_watchpoint/TestStepOverWatchpoint.py | 2 +-
.../disassemble-raw-data/TestDisassembleRawData.py | 6 +++
6 files changed, 37 insertions(+), 35 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 9ee2443c7 Add a test for setting the load address of a module with diff [...]
new b13323df9 [LLDB][PPC64] Fix TestGdbRemoteAuxvSupport
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/tools/lldb-server/gdbremote_testcase.py | 15 +++++++++++++++
1 file changed, 15 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 e0293d42d Add support for __attribute__(trivial_abi).
new 9ee2443c7 Add a test for setting the load address of a module with diff [...]
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_remote_client/TestGDBRemoteLoad.py | 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 llvm.
from 7b0d0302dff Revert r328386 "[X86] Fix Windows `i1 zeroext` conventions [...]
new edec8af2251 [LoopUnroll] Fix dangling pointers in SCEV
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/Utils/LoopUnroll.cpp | 46 ++++++++-----------
.../Transforms/LoopUnroll/invalidate_right_loop.ll | 51 ++++++++++++++++++++++
2 files changed, 69 insertions(+), 28 deletions(-)
create mode 100644 test/Transforms/LoopUnroll/invalidate_right_loop.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.