This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from f027325999 [C++17] Fix PR34970 - tweak overload resolution for class te [...]
new 54b80d1987 Create fewer copies of StringMaps. No functionality change 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/Frontend/PrecompiledPreamble.cpp | 2 +-
lib/Parse/ParseStmtAsm.cpp | 2 +-
2 files changed, 2 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 5a236e2724c [X86] Add missing override. NFC.
new 9982ea43e20 Create fewer copies of StringMaps. No functionality change [...]
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/ProfileData/SampleProf.h | 2 +-
1 file changed, 1 insertion(+), 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 libunwind.
from 8553780 GNU: do not read the FDE count if omitted
new fb5dd38 Make HIDDEN_DIRECTIVE a function-like macro. NFCI.
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:
src/assembly.h | 25 +++++++++----------------
1 file changed, 9 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 5882b22ad1b [SimplifyCFG] delay switch condition forwarding to -latesim [...]
new 5a236e2724c [X86] Add missing override. 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/Target/X86/X86Subtarget.h | 4 +---
1 file changed, 1 insertion(+), 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 gcc.
from 7c43ee1e671 PR target/82628 * config/i386/i386.md (cmp<dwi>_doublewor [...]
new 3783eb0984e PR target/52451 * config/i386/i386.c (ix86_fp_compare_mod [...]
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 | 13 ++++++++
gcc/config/i386/i386.c | 37 ++++++++++++++++++-----
gcc/testsuite/ChangeLog | 8 +++--
gcc/testsuite/gcc.dg/torture/pr52451.c | 55 ++++++++++++++++++++++++++++++++++
4 files changed, 103 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr52451.c
--
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 a6c26ffedc8 [utils] Support -mtriple=powerpc64
new 5882b22ad1b [SimplifyCFG] delay switch condition forwarding to -latesim [...]
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/Transforms/Utils/Local.h | 6 ++++--
lib/Transforms/Scalar/SimplifyCFGPass.cpp | 18 ++++++++++++------
lib/Transforms/Utils/SimplifyCFG.cpp | 2 +-
.../SimplifyCFG/ForwardSwitchConditionToPHI.ll | 2 +-
4 files changed, 18 insertions(+), 10 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 832322f9c97 Strip trailing whitespace. NFCI.
new a6c26ffedc8 [utils] Support -mtriple=powerpc64
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:
utils/update_llc_test_checks.py | 5 +++--
1 file 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 llvm.
from b76f989d6bc Add logic to greedy reg alloc to avoid bad eviction chains
new 832322f9c97 Strip trailing whitespace. NFCI.
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 | 4 ++--
1 file changed, 2 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 e4d85e25e79 Move 2 tests from c-c++-common/ to gcc.target/i386/ directory.
new 7c43ee1e671 PR target/82628 * config/i386/i386.md (cmp<dwi>_doublewor [...]
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/config/i386/i386.c | 26 +++++++++----------------
gcc/config/i386/i386.md | 22 ++++++++++++++++++++-
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.target/i386/pr82628.c | 34 +++++++++++++++++++++++++++++++++
4 files changed, 70 insertions(+), 18 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr82628.c
--
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 3dbdbd2328e [X86] More correctly support LIG and WIG for EVEX instructi [...]
new b76f989d6bc Add logic to greedy reg alloc to avoid bad eviction chains
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/CodeGen/CalcSpillWeights.h | 26 ++
include/llvm/CodeGen/LiveIntervalAnalysis.h | 5 +
include/llvm/Target/TargetSubtargetInfo.h | 5 +
lib/CodeGen/CalcSpillWeights.cpp | 65 +++-
lib/CodeGen/LiveIntervalAnalysis.cpp | 8 +-
lib/CodeGen/RegAllocGreedy.cpp | 356 ++++++++++++++++++++-
lib/CodeGen/TargetSubtargetInfo.cpp | 4 +
lib/Target/X86/X86Subtarget.h | 4 +
test/CodeGen/X86/bug26810.ll | 312 ++++++++++++++++++
.../X86/greedy_regalloc_bad_eviction_sequence.ll | 116 +++++++
10 files changed, 881 insertions(+), 20 deletions(-)
create mode 100644 test/CodeGen/X86/bug26810.ll
create mode 100644 test/CodeGen/X86/greedy_regalloc_bad_eviction_sequence.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.