This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from a1445b51829 [AMDGPU] Cache live-ins and register pressure in scheduler
new 2e4fd7b84f5 [InstCombine] add motivational comment for tests; NFC
new 791f311a490 [AMDGPU] Use GCNRPTracker dumper methods in scheduler
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/AMDGPU/GCNRegPressure.cpp | 12 ++++++++++++
lib/Target/AMDGPU/GCNRegPressure.h | 2 ++
lib/Target/AMDGPU/GCNSchedStrategy.cpp | 25 +++++++------------------
test/Transforms/InstCombine/logical-select.ll | 5 +++++
4 files changed, 26 insertions(+), 18 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 371c802090f [X86] Replace slow LEA instructions in X86
new a1445b51829 [AMDGPU] Cache live-ins and register pressure in scheduler
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/AMDGPU/GCNSchedStrategy.cpp | 211 ++++++++++++++++++++++-----------
lib/Target/AMDGPU/GCNSchedStrategy.h | 18 ++-
2 files changed, 154 insertions(+), 75 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 61c3d36e2ee Revert 303174, 303176, and 303178
new 371c802090f [X86] Replace slow LEA instructions in X86
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/X86.td | 3 +
lib/Target/X86/X86FixupLEAs.cpp | 269 +++++++--
lib/Target/X86/X86Subtarget.h | 6 +
lib/Target/X86/X86TargetMachine.cpp | 2 +
test/CodeGen/X86/leaFixup32.mir | 508 +++++++++++++++++
test/CodeGen/X86/leaFixup64.mir | 1041 +++++++++++++++++++++++++++++++++++
6 files changed, 1786 insertions(+), 43 deletions(-)
create mode 100644 test/CodeGen/X86/leaFixup32.mir
create mode 100644 test/CodeGen/X86/leaFixup64.mir
--
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 d551e1a42ce 2017-05-16 Tamar Christina <tamar.christina(a)arm.com>
new 126b78a081f * typeck2.c (cxx_incomplete_type_diagnostic): Revert chang [...]
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/cp/ChangeLog | 7 ++++++-
gcc/cp/typeck2.c | 4 +++-
2 files changed, 9 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 e61df31e207 [AMDGPU] Turn register pressure estimation into forward tracker
new d4f4d5c5f34 [DAG] Prune deleted nodes in TokenFactor
new 61c3d36e2ee Revert 303174, 303176, and 303178
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/DAGCombiner.cpp | 11 ++-----
lib/Transforms/Vectorize/LoopVectorize.cpp | 4 +--
.../LoopVectorize/AArch64/interleave_count.ll | 35 ----------------------
3 files changed, 5 insertions(+), 45 deletions(-)
delete mode 100644 test/Transforms/LoopVectorize/AArch64/interleave_count.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 binutils-gdb.
from 0a7d38897b Run PR ld/21481 tests only if IFUNC is supported
new 854062337d Fix commit 0a7d38897b9fb1ec7a064ca3347cbac3ba49e5ac
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:
ld/testsuite/ld-x86-64/x86-64.exp | 40 +++++++++++++++++++++------------------
1 file changed, 22 insertions(+), 18 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 1aacacf0b82 * config/i386.i386.md (*movsi_internal): Split (?rm,*y) al [...]
new d551e1a42ce 2017-05-16 Tamar Christina <tamar.christina(a)arm.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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/arm/armv8_2-fp16-neon-1.c | 2 +-
gcc/testsuite/gcc.target/arm/armv8_2-fp16-neon-2.c | 2 +-
3 files changed, 7 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 cce92574021 Make test target-specific
new e61df31e207 [AMDGPU] Turn register pressure estimation into forward tracker
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/AMDGPU/GCNRegPressure.cpp | 121 +++++++++++++++++++++++---
lib/Target/AMDGPU/GCNRegPressure.h | 49 +++++++++--
lib/Target/AMDGPU/GCNSchedStrategy.cpp | 151 +++++++++------------------------
lib/Target/AMDGPU/GCNSchedStrategy.h | 10 +--
4 files changed, 196 insertions(+), 135 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 clang-tools-extra.
from 80306681 Added missing includes in clangd to fix the build.
new fd8f1623 [clang-tidy] Optimize matchers in readability-implicit-bool-c [...]
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:
clang-tidy/readability/ImplicitBoolCastCheck.cpp | 18 ++++++++++--------
1 file changed, 10 insertions(+), 8 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 91cb9803fc Allow target files access to default TC_FORCE_RELOCATION defines
new 0a7d38897b Run PR ld/21481 tests only if IFUNC is supported
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:
ld/ChangeLog | 6 ++++++
ld/testsuite/ld-x86-64/x86-64.exp | 36 ++++++++++++++++++------------------
2 files changed, 24 insertions(+), 18 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.