This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 017a6411af8 [Hexagon] Add instruction definitions for Hexagon V66
new 83757df6ccc [Hexagon] Add intrinsics for Hexagon V66
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/IntrinsicsHexagon.td | 82 +++++++++++++++++++++++----
lib/Target/Hexagon/HexagonDepMapAsm2Intrin.td | 30 ++++++++++
test/CodeGen/Hexagon/intrinsics-v66.ll | 45 +++++++++++++++
3 files changed, 145 insertions(+), 12 deletions(-)
create mode 100644 test/CodeGen/Hexagon/intrinsics-v66.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 clang.
from 758cfbc585 NFC: Extract TextTreeStructure class
new 3b68f54078 NFC: Extract TextNodeDumper class
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/clang/AST/TextNodeDumper.h | 54 ++++++
lib/AST/ASTDumper.cpp | 372 ++++++++++++-------------------------
lib/AST/CMakeLists.txt | 1 +
lib/AST/TextNodeDumper.cpp | 141 ++++++++++++++
4 files changed, 315 insertions(+), 253 deletions(-)
create mode 100644 include/clang/AST/TextNodeDumper.h
create mode 100644 lib/AST/TextNodeDumper.cpp
--
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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-mainline-allyesconfig
in repository toolchain/gcc.
from 88eb6cf830d PR c++/88120 - ICE when calling save_expr in a template. [...]
adds bec845cb482 Daily bump.
adds 3192e007373 darwin - backport r263645, no support for split DWARF on Darwin.
adds ddff4efc7e2 2018-12-05 Richard Biener <rguenther(a)suse.de>
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 21 +++++++++-
gcc/DATESTAMP | 2 +-
gcc/config/darwin.c | 8 ++++
gcc/config/darwin.h | 6 ++-
gcc/testsuite/ChangeLog | 20 +++++++++
gcc/testsuite/g++.dg/debug/dwarf2/pr85302.C | 1 +
gcc/testsuite/gcc.dg/lto/pr83719_0.c | 1 +
gcc/testsuite/gcc.dg/pr86064.c | 1 +
gcc/testsuite/gcc.dg/vect/pr87288-1.c | 49 ++++++++++++++++++++++
gcc/testsuite/gcc.dg/vect/pr87288-2.c | 64 +++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/vect/pr87288-3.c | 64 +++++++++++++++++++++++++++++
gcc/tree-vect-loop.c | 14 +++++--
12 files changed, 245 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/pr87288-1.c
create mode 100644 gcc/testsuite/gcc.dg/vect/pr87288-2.c
create mode 100644 gcc/testsuite/gcc.dg/vect/pr87288-3.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 2ea1ed5fdbc [Hexagon] Foundation of support for Hexagon V66
new 017a6411af8 [Hexagon] Add instruction definitions for Hexagon V66
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/Hexagon.td | 2 +-
lib/Target/Hexagon/HexagonDepIICHVX.td | 701 ++++++++++
lib/Target/Hexagon/HexagonDepIICScalar.td | 1342 ++++++++++++++++----
lib/Target/Hexagon/HexagonDepInstrFormats.td | 136 +-
lib/Target/Hexagon/HexagonDepInstrInfo.td | 989 +++++++++++----
lib/Target/Hexagon/HexagonDepMappings.td | 4 +
lib/Target/Hexagon/HexagonDepTimingClasses.h | 12 +-
lib/Target/Hexagon/HexagonISelLowering.cpp | 18 +-
lib/Target/Hexagon/HexagonPatterns.td | 7 +
lib/Target/Hexagon/HexagonPseudo.td | 4 +-
lib/Target/Hexagon/HexagonSchedule.td | 7 +
lib/Target/Hexagon/HexagonScheduleV60.td | 2 +-
lib/Target/Hexagon/HexagonScheduleV62.td | 2 +-
lib/Target/Hexagon/HexagonScheduleV65.td | 2 +-
...HexagonScheduleV65.td => HexagonScheduleV66.td} | 23 +-
lib/Target/Hexagon/MCTargetDesc/HexagonBaseInfo.h | 2 +-
test/CodeGen/Hexagon/dfp.ll | 19 +
test/CodeGen/Hexagon/mnaci_v66.ll | 15 +
test/MC/Hexagon/quad_regs.s | 5 +
test/MC/Hexagon/v66.s | 17 +
test/MC/Hexagon/z-instructions.s | 17 +
21 files changed, 2811 insertions(+), 515 deletions(-)
copy lib/Target/Hexagon/{HexagonScheduleV65.td => HexagonScheduleV66.td} (64%)
create mode 100644 test/CodeGen/Hexagon/dfp.ll
create mode 100644 test/CodeGen/Hexagon/mnaci_v66.ll
create mode 100644 test/MC/Hexagon/quad_regs.s
create mode 100644 test/MC/Hexagon/v66.s
create mode 100644 test/MC/Hexagon/z-instructions.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 clang.
from a1ae28d5e6 NFC: Inline handling of DependentSizedArrayType
new 758cfbc585 NFC: Extract TextTreeStructure class
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/clang/AST/ASTDumperUtils.h | 181 +++++++++++++++++++++++++++++++++++++
lib/AST/ASTDumper.cpp | 151 ++-----------------------------
2 files changed, 187 insertions(+), 145 deletions(-)
create mode 100644 include/clang/AST/ASTDumperUtils.h
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.