This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 7065c85c54c 2018-03-30 Paul Thomas <pault(a)gcc.gnu.org>
new fe008cb9f41 2018-03-30 Bill Schmidt <wschmidt(a)linux.ibm.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:
ChangeLog | 5 +++++
MAINTAINERS | 4 ++--
2 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 lld.
from 4f1c0327d Simplify test more.
new fc3eaadfe [WebAssembly] Error if both --export-table and --import-table [...]
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/wasm/driver.ll | 4 ++++
wasm/Driver.cpp | 10 +++++-----
2 files changed, 9 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 llvm.
from 208f6d8a9ad [Hexagon] Recognize and handle :endloop01
new efe1695d460 [SelectionDAG] Removing FABS folding from DAGCombiner
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 | 18 -----------
test/CodeGen/AArch64/fabs.ll | 13 +++++---
test/CodeGen/X86/fabs.ll | 53 ++------------------------------
3 files changed, 12 insertions(+), 72 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.
from 27e25eb7f8 [analyzer] Remove the unused method declaration in `ValistCh [...]
new 6efe17611a [clang-format] Ensure wrapped ObjC selectors with 1 arg obey [...]
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/Format/ContinuationIndenter.cpp | 20 ++++++++++++++------
unittests/Format/FormatTestObjC.cpp | 16 ++++++++++++++++
2 files changed, 30 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 gcc-6-branch
in repository gcc.
from 8eb729a378d Daily bump.
new b944fcbde42 PR target/85056
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/nvptx/nvptx.c | 5 +++++
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.target/nvptx/pr85056.c | 20 ++++++++++++++++++++
gcc/testsuite/gcc.target/nvptx/pr85056a.c | 3 +++
5 files changed, 45 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/nvptx/pr85056.c
create mode 100644 gcc/testsuite/gcc.target/nvptx/pr85056a.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 ce765af4ed3 [Hexagon] Fix printing :mem_noshuf on compiler-generated packets
new 208f6d8a9ad [Hexagon] Recognize and handle :endloop01
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/Hexagon/AsmParser/HexagonAsmParser.cpp | 11 +++++++----
lib/Target/Hexagon/HexagonPseudo.td | 7 +++++++
.../Hexagon/MCTargetDesc/HexagonInstPrinter.cpp | 19 ++++++++++---------
test/MC/Hexagon/capitalizedEndloop.s | 13 ++++++++++---
4 files changed, 34 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 849eeab8996 [Hexagon] Fix flags for store-related intrinsics
new ce765af4ed3 [Hexagon] Fix printing :mem_noshuf on compiler-generated packets
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/Hexagon/HexagonAsmPrinter.cpp | 9 +++++--
test/CodeGen/Hexagon/swp-check-offset.ll | 46 ++++++++++++++++++++++++++++++++
2 files changed, 53 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/Hexagon/swp-check-offset.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 llvm.
from 70a047dc8d1 [Hexagon] Remove unused scheduling classes
new ec8cdb046d7 [X86][BtVer2] Add missing ReadAfterLd to RM variants of AVX [...]
new 849eeab8996 [Hexagon] Fix flags for store-related intrinsics
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:
include/llvm/IR/IntrinsicsHexagon.td | 8 ++++----
lib/Target/X86/X86ScheduleBtVer2.td | 23 +++++++++++++---------
.../llvm-mca/X86/BtVer2/hadd-read-after-ld-2.s | 8 ++++----
.../X86/BtVer2/vec-logic-read-after-ld-1.s | 7 +++----
.../X86/BtVer2/vec-logic-read-after-ld-2.s | 7 +++----
5 files changed, 28 insertions(+), 25 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 39bfbf12ad9 [X86] Add llvm-mca tests for r328834.
new 8b950daaebc [Hexagon] Pass pointer to SelectionDAG to dump functions
new 06b4b9b61ad [X86][BtVer2] Add tests that show how ReadAfterLd is missin [...]
new 70a047dc8d1 [Hexagon] Remove unused scheduling classes
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:
lib/Target/Hexagon/HexagonDepIICScalar.td | 485 ---------------------
lib/Target/Hexagon/HexagonISelDAGToDAG.cpp | 10 +-
.../llvm-mca/X86/BtVer2/hadd-read-after-ld-1.s | 23 +
.../llvm-mca/X86/BtVer2/hadd-read-after-ld-2.s | 23 +
.../X86/BtVer2/vec-logic-read-after-ld-1.s | 23 +
.../X86/BtVer2/vec-logic-read-after-ld-2.s | 23 +
6 files changed, 97 insertions(+), 490 deletions(-)
create mode 100644 test/tools/llvm-mca/X86/BtVer2/hadd-read-after-ld-1.s
create mode 100644 test/tools/llvm-mca/X86/BtVer2/hadd-read-after-ld-2.s
create mode 100644 test/tools/llvm-mca/X86/BtVer2/vec-logic-read-after-ld-1.s
create mode 100644 test/tools/llvm-mca/X86/BtVer2/vec-logic-read-after-ld-2.s
--
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 lld.
from 8ad9d4ce0 Simplify test.
new 4f1c0327d Simplify test more.
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/COFF/opt.test | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.