This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from a47a91a7f34 [GISel]: Provide standard interface to observe changes in G [...]
new 2ea1ed5fdbc [Hexagon] Foundation of support 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/BinaryFormat/ELF.h | 2 +
.../Hexagon/Disassembler/HexagonDisassembler.cpp | 16 +++++
lib/Target/Hexagon/Hexagon.td | 19 ++++-
lib/Target/Hexagon/HexagonBitTracker.cpp | 15 ++--
lib/Target/Hexagon/HexagonDepArch.h | 2 +-
lib/Target/Hexagon/HexagonDepArch.td | 10 +--
lib/Target/Hexagon/HexagonDepITypes.h | 84 +++++++++++-----------
lib/Target/Hexagon/HexagonDepITypes.td | 84 +++++++++++-----------
lib/Target/Hexagon/HexagonRegisterInfo.cpp | 3 +
lib/Target/Hexagon/HexagonRegisterInfo.td | 64 ++++++++++-------
lib/Target/Hexagon/HexagonSubtarget.cpp | 1 +
lib/Target/Hexagon/HexagonSubtarget.h | 8 +++
.../Hexagon/MCTargetDesc/HexagonMCTargetDesc.cpp | 26 +++++--
.../Hexagon/MCTargetDesc/HexagonShuffler.cpp | 16 ++++-
lib/Target/Hexagon/MCTargetDesc/HexagonShuffler.h | 3 +-
15 files changed, 228 insertions(+), 125 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 release_70
in repository clang.
from c0efe26a53 [Analyzer] [HOTFIX!] SValBuilder crash when `aggressive-bina [...]
new 19b0adcaba Merging r345470:
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/Driver/ToolChains/OpenBSD.cpp | 2 +-
test/Driver/openbsd.c | 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 clang.
from df27442946 Revert "[RISCV] Mark unit tests as "requires: riscv-register [...]
new f3c8e47ee4 Add dump tests for inherited default template parameters
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/AST/ast-dump-decl.cpp | 27 +++++++++++++++++++++++++++
1 file changed, 27 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 e1363b44fe3 [CodeExtractor] Do not marked outlined calls which may resu [...]
new a47a91a7f34 [GISel]: Provide standard interface to observe changes in G [...]
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/GlobalISel/Combiner.h | 10 ----
include/llvm/CodeGen/GlobalISel/CombinerHelper.h | 6 +-
include/llvm/CodeGen/GlobalISel/CombinerInfo.h | 4 +-
.../llvm/CodeGen/GlobalISel/GISelChangeObserver.h | 38 +++++++++++++
include/llvm/CodeGen/GlobalISel/LegalizerHelper.h | 8 ++-
include/llvm/CodeGen/GlobalISel/LegalizerInfo.h | 7 ++-
include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h | 12 ++--
lib/CodeGen/GlobalISel/Combiner.cpp | 14 +++--
lib/CodeGen/GlobalISel/CombinerHelper.cpp | 5 +-
lib/CodeGen/GlobalISel/Legalizer.cpp | 64 +++++++++++++++-------
lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 64 ++++++++++++----------
lib/CodeGen/GlobalISel/LegalizerInfo.cpp | 4 +-
lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 16 +++---
lib/Target/AArch64/AArch64LegalizerInfo.cpp | 3 +-
lib/Target/AArch64/AArch64LegalizerInfo.h | 4 +-
lib/Target/AArch64/AArch64PreLegalizerCombiner.cpp | 4 +-
lib/Target/ARM/ARMLegalizerInfo.cpp | 3 +-
lib/Target/ARM/ARMLegalizerInfo.h | 4 +-
lib/Target/Mips/MipsLegalizerInfo.cpp | 3 +-
lib/Target/Mips/MipsLegalizerInfo.h | 4 +-
.../CodeGen/GlobalISel/LegalizerHelperTest.cpp | 49 ++++++++++++-----
unittests/CodeGen/GlobalISel/LegalizerHelperTest.h | 1 +
22 files changed, 213 insertions(+), 114 deletions(-)
create mode 100644 include/llvm/CodeGen/GlobalISel/GISelChangeObserver.h
--
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-lts-allnoconfig
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 glibc.
from bd598da9f4 Stop test-in-container trying to run other-OS binaries.
new 72b8692d7e Y2038: make __tz_convert compatible with 64-bit-time
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 | 15 +++++++++++++++
include/time.h | 8 ++++----
time/gmtime.c | 4 ++--
time/localtime.c | 4 ++--
time/offtime.c | 12 ++++++------
time/tzfile.c | 14 ++++----------
time/tzset.c | 27 ++++++++++-----------------
7 files changed, 43 insertions(+), 41 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.