This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from f83084d53dd NFC: delete ValueMap move ctor
new ca8890ba4c0 [X86][SSE3] Regenerate mwait/monitor intrinsic tests
new 7c5fd26a5fd [X86][PKU] Regenerate rdpkru/wrpkru intrinsic tests
new a1ad6f1ea48 [X86] Regenerate and + immediate mask tests
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:
test/CodeGen/X86/andimm8.ll | 65 ++++++++++++++++++++++++++++++++++++++++-----
test/CodeGen/X86/apm.ll | 65 ++++++++++++++++++++++++++++++++-------------
test/CodeGen/X86/pku.ll | 49 +++++++++++++++++++++++-----------
3 files changed, 139 insertions(+), 40 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 7ac44f2885a DAGCombiner: Combine SDIV with non-splat vector pow2 divisor
new f83084d53dd NFC: delete ValueMap move ctor
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/ValueMap.h | 4 ++++
1 file changed, 4 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 69744893588 [X86][Btver2] Add vector extract costs
new 7ac44f2885a DAGCombiner: Combine SDIV with non-splat vector pow2 divisor
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/SelectionDAG/DAGCombiner.cpp | 92 +-
test/CodeGen/X86/combine-sdiv.ll | 4886 ++++++++----------------------
2 files changed, 1380 insertions(+), 3598 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 16f832e007b [ADT] Fix MapVector when 'Map::mapped_type != unsigned'.
new 69744893588 [X86][Btver2] Add vector extract 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 | 19 +++++++++++
test/CodeGen/X86/mmx-schedule.ll | 2 +-
test/CodeGen/X86/sse-schedule.ll | 2 +-
test/CodeGen/X86/sse2-schedule.ll | 4 +--
test/CodeGen/X86/sse41-schedule.ll | 40 ++++++++++++------------
test/tools/llvm-mca/X86/BtVer2/resources-avx1.s | 40 ++++++++++++------------
test/tools/llvm-mca/X86/BtVer2/resources-sse2.s | 2 +-
test/tools/llvm-mca/X86/BtVer2/resources-sse41.s | 18 +++++------
8 files changed, 73 insertions(+), 54 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 84196186f00 [NDS32] Implement n7 pipeline.
new 9643d9572e1 [NDS32] Add strict_aligned_p to machine_function and implem [...]
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 | 9 +++++++++
gcc/config/nds32/nds32.c | 44 ++++++++++++++++++++++++++++++++++++++++----
gcc/config/nds32/nds32.h | 9 +++++++++
3 files changed, 58 insertions(+), 4 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 ba4008d4144 [NDS32] Implement e8 pipeline.
new 84196186f00 [NDS32] Implement n7 pipeline.
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.gcc | 4 +-
gcc/config/nds32/nds32-n7.md | 298 +++++++++++++++++++++++++++
gcc/config/nds32/nds32-opts.h | 1 +
gcc/config/nds32/nds32-pipelines-auxiliary.c | 125 +++++++++++
gcc/config/nds32/nds32-protos.h | 3 +
gcc/config/nds32/nds32.md | 5 +-
gcc/config/nds32/nds32.opt | 6 +
gcc/config/nds32/pipelines.md | 6 +
9 files changed, 457 insertions(+), 4 deletions(-)
create mode 100644 gcc/config/nds32/nds32-n7.md
--
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 67e824e4095 [NDS32] Implement n8 pipeline.
new ba4008d4144 [NDS32] Implement e8 pipeline.
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.gcc | 4 +-
gcc/config/nds32/nds32-e8.md | 329 +++++++++++++++++++++++++++
gcc/config/nds32/nds32-opts.h | 1 +
gcc/config/nds32/nds32-pipelines-auxiliary.c | 138 +++++++++++
gcc/config/nds32/nds32-protos.h | 6 +
gcc/config/nds32/nds32.md | 5 +-
gcc/config/nds32/nds32.opt | 15 ++
gcc/config/nds32/pipelines.md | 7 +
9 files changed, 514 insertions(+), 4 deletions(-)
create mode 100644 gcc/config/nds32/nds32-e8.md
--
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 0edb3bf17db [LLVMTestingSupport] Add explicit linkage to LLVMSupport
new 16f832e007b [ADT] Fix MapVector when 'Map::mapped_type != unsigned'.
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/ADT/MapVector.h | 16 ++++++++++------
unittests/ADT/MapVectorTest.cpp | 39 +++++++++++++++++++++++++++++++++++++++
2 files changed, 49 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 gcc.
from d187344720e [NDS32] Implment n9 pipeline.
new 67e824e4095 [NDS32] Implement n8 pipeline.
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 | 14 +
gcc/config.gcc | 4 +-
gcc/config/nds32/nds32-n8.md | 389 +++++++++++++++++++++++++++
gcc/config/nds32/nds32-opts.h | 2 +
gcc/config/nds32/nds32-pipelines-auxiliary.c | 248 +++++++++++++++++
gcc/config/nds32/nds32-protos.h | 12 +
gcc/config/nds32/nds32-utils.c | 112 ++++++++
gcc/config/nds32/nds32.md | 5 +-
gcc/config/nds32/nds32.opt | 24 ++
gcc/config/nds32/pipelines.md | 4 +
10 files changed, 810 insertions(+), 4 deletions(-)
create mode 100644 gcc/config/nds32/nds32-n8.md
--
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 e7aced20955 [NDS32] New option -malways-align and -malign-functions.
new d187344720e [NDS32] Implment n9 pipeline.
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 | 20 +
gcc/config.gcc | 2 +-
gcc/config/nds32/nds32-n9-2r1w.md | 362 ++++++++++++++++
gcc/config/nds32/nds32-n9-3r2w.md | 357 ++++++++++++++++
gcc/config/nds32/nds32-opts.h | 22 +-
gcc/config/nds32/nds32-pipelines-auxiliary.c | 592 ++++++++++++++++++++++++++-
gcc/config/nds32/nds32-protos.h | 30 ++
gcc/config/nds32/nds32-utils.c | 399 ++++++++++++++++++
gcc/config/nds32/nds32.h | 8 +
gcc/config/nds32/nds32.md | 9 +
gcc/config/nds32/nds32.opt | 47 +++
gcc/config/nds32/pipelines.md | 20 +-
gcc/config/nds32/t-nds32 | 13 +
13 files changed, 1871 insertions(+), 10 deletions(-)
create mode 100644 gcc/config/nds32/nds32-n9-2r1w.md
create mode 100644 gcc/config/nds32/nds32-n9-3r2w.md
create mode 100644 gcc/config/nds32/nds32-utils.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.