This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from ded47ca [AArch64][4/10] ARMv8.2-A FP16 three operands vector intrinsics
new f16ee46 [AArch64][5/10] ARMv8.2-A FP16 lane vector intrinsics
new 86d96b2 [AArch64][6/14] ARMv8.2-A FP16 reduction vector 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:
gcc/ChangeLog | 30 ++++
gcc/config/aarch64/aarch64-simd-builtins.def | 8 +-
gcc/config/aarch64/aarch64-simd.md | 40 +++---
gcc/config/aarch64/arm_neon.h | 204 +++++++++++++++++++++++++++
gcc/config/aarch64/iterators.md | 14 +-
5 files changed, 268 insertions(+), 28 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 d23d98f [ARM] Improve longMAC codegen test
new 94d4517 [Hexagon] Add target feature to generate long calls
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 | 17 +++---
lib/Target/Hexagon/HexagonFrameLowering.cpp | 62 ++++++++++++++++------
lib/Target/Hexagon/HexagonISelLowering.cpp | 7 ++-
lib/Target/Hexagon/HexagonSelectionDAGInfo.cpp | 7 ++-
lib/Target/Hexagon/HexagonSubtarget.cpp | 7 +++
lib/Target/Hexagon/HexagonSubtarget.h | 2 +
test/CodeGen/Hexagon/long-calls.ll | 73 ++++++++++++++++++++++++++
7 files changed, 146 insertions(+), 29 deletions(-)
create mode 100644 test/CodeGen/Hexagon/long-calls.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 gcc.
from a3b39d5 [AArch64][3/10] ARMv8.2-A FP16 two operands vector intrinsics
new ded47ca [AArch64][4/10] ARMv8.2-A FP16 three operands vector intrinsics
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 | 112 +++++++++++----------------
gcc/config/aarch64/aarch64-simd-builtins.def | 4 +-
gcc/config/aarch64/aarch64-simd.md | 28 +++----
gcc/config/aarch64/arm_neon.h | 26 +++++++
4 files changed, 89 insertions(+), 81 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 7d8a6c0 [AArch64][1/10] ARMv8.2-A FP16 data processing intrinsics
new 3249cb0 [AArch64][2/10] ARMv8.2-A FP16 one operand vector intrinsics
new a3b39d5 [AArch64][3/10] ARMv8.2-A FP16 two operands vector 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:
gcc/ChangeLog | 79 +++
gcc/config/aarch64/aarch64-builtins.c | 4 +
gcc/config/aarch64/aarch64-simd-builtins.def | 96 ++--
gcc/config/aarch64/aarch64-simd.md | 244 ++++-----
gcc/config/aarch64/aarch64.c | 8 +
gcc/config/aarch64/arm_neon.h | 723 ++++++++++++++++++++++++++-
gcc/config/aarch64/iterators.md | 43 +-
7 files changed, 1044 insertions(+), 153 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 b479814 [AArch64][3/3] Migrate aarch64_expand_prologue/epilogue to aa [...]
new 7d8a6c0 [AArch64][1/10] ARMv8.2-A FP16 data processing intrinsics
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 | 48 +++++++
gcc/config/aarch64/aarch64-simd.md | 22 +--
gcc/config/aarch64/aarch64.c | 16 +++
gcc/config/aarch64/arm_neon.h | 275 ++++++++++++++++++++++++++++++++++++-
4 files changed, 346 insertions(+), 15 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 1a4cfc4 [AArch64][1/3] Migrate aarch64_add_constant to new interface [...]
new 2dc9295 [AArch64][2/3] Optimize aarch64_add_constant to generate bett [...]
new b479814 [AArch64][3/3] Migrate aarch64_expand_prologue/epilogue to aa [...]
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:
gcc/ChangeLog | 14 ++++
gcc/config/aarch64/aarch64.c | 154 +++++++++++++++++--------------------------
2 files changed, 73 insertions(+), 95 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 e3b2184 Fix missing qualification in <ext/rope>
new 1a4cfc4 [AArch64][1/3] Migrate aarch64_add_constant to new interface [...]
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 | 7 +++
gcc/config/aarch64/aarch64.c | 103 ++++++-------------------------------------
2 files changed, 20 insertions(+), 90 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 5e95fd5 revert: nvptx: do not implicitly enable -ftoplevel-reorder
new e3b2184 Fix missing qualification in <ext/rope>
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:
libstdc++-v3/ChangeLog | 6 ++++++
libstdc++-v3/include/ext/ropeimpl.h | 2 +-
.../{tr1/headers/c++200x/math.cc => ext/rope/6.cc} | 17 ++++++++++-------
3 files changed, 17 insertions(+), 8 deletions(-)
copy libstdc++-v3/testsuite/{tr1/headers/c++200x/math.cc => ext/rope/6.cc} (83%)
--
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 1660595 Fix tests for targets with sizeof(int) != 32.
new c025002 2016-07-25 Richard Biener <rguenther(a)suse.de>
new 5e95fd5 revert: nvptx: do not implicitly enable -ftoplevel-reorder
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:
gcc/ChangeLog | 28 +++++++++++++++++++++++
gcc/cgraph.c | 5 ++--
gcc/config/nvptx/nvptx.c | 6 +++++
gcc/lto-streamer-in.c | 11 ---------
gcc/lto-streamer-out.c | 25 ++++++--------------
gcc/lto-streamer.h | 3 ---
gcc/lto/ChangeLog | 6 +++++
gcc/lto/lto.c | 12 ++--------
gcc/tree-chkp.c | 5 ++--
gcc/tree-streamer-in.c | 59 ------------------------------------------------
gcc/tree-streamer-out.c | 39 --------------------------------
gcc/tree-streamer.h | 13 -----------
12 files changed, 55 insertions(+), 157 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.