This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from a9702ef6e8b [GVN] Don't perform scalar PRE on GEPs
new f37825c4aa0 [DEBUGINFO, NVPTX] Disable emission of ',debug' option if o [...]
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/NVPTX/NVPTXAsmPrinter.cpp | 16 +++++++++++++++-
test/DebugInfo/NVPTX/debug-file-loc-only.ll | 2 +-
2 files changed, 16 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 llvm.
from 12ed311277d [DEBUGINFO, NVPTX]Emit last debugging directives.
new a9702ef6e8b [GVN] Don't perform scalar PRE on GEPs
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/Transforms/Scalar/GVN.cpp | 10 +++++
test/Transforms/GVN/PRE/pre-gep-load.ll | 74 +++++++++++++++++++++++++++------
2 files changed, 71 insertions(+), 13 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 42f44e61827 DAGCombiner::visitINSERT_VECTOR_ELT - pull out repeated VT. [...]
new 12ed311277d [DEBUGINFO, NVPTX]Emit last debugging directives.
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:
.../NVPTX/MCTargetDesc/NVPTXTargetStreamer.cpp | 10 +++--
.../NVPTX/MCTargetDesc/NVPTXTargetStreamer.h | 3 ++
lib/Target/NVPTX/NVPTXAsmPrinter.cpp | 5 +++
test/DebugInfo/NVPTX/debug-file-loc-only.ll | 48 ++++++++++++++++++++++
4 files changed, 63 insertions(+), 3 deletions(-)
create mode 100644 test/DebugInfo/NVPTX/debug-file-loc-only.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-next-allmodconfig
in repository toolchain/gcc.
from ddff4efc7e2 2018-12-05 Richard Biener <rguenther(a)suse.de>
adds a33a15e5dc0 Daily bump.
adds a98d6f1891b backport r263580 to fix libstdc++ library symbol visibility [...]
adds fd7c80cb3ca backport r263583 to fix pr78544 on Darwin
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 11 +++++++++++
gcc/testsuite/gcc.dg/tree-prof/section-attr-1.c | 5 +++++
gcc/testsuite/gcc.dg/tree-prof/section-attr-2.c | 5 +++++
gcc/testsuite/gcc.dg/tree-prof/section-attr-3.c | 5 +++++
libstdc++-v3/ChangeLog | 9 +++++++++
libstdc++-v3/configure.host | 17 ++++++++++-------
7 files changed, 46 insertions(+), 8 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 8c303c35b78 [ARM][NFC] Adding another test for armcgp
new a2cb36c541f [NFC][AArch64] Split out backend features
new 42f44e61827 DAGCombiner::visitINSERT_VECTOR_ELT - pull out repeated VT. [...]
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:
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 7 +-
lib/Target/AArch64/AArch64.td | 100 ++++++-
lib/Target/AArch64/AArch64InstrFormats.td | 17 +-
lib/Target/AArch64/AArch64InstrInfo.td | 77 ++++-
lib/Target/AArch64/AArch64Subtarget.h | 51 ++++
lib/Target/AArch64/AArch64SystemOperands.td | 83 ++++--
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 41 +--
test/MC/AArch64/armv8.2a-at.s | 10 +-
test/MC/AArch64/armv8.2a-mmfr2.s | 6 -
test/MC/AArch64/armv8.2a-persistent-memory.s | 7 +-
test/MC/AArch64/armv8.3a-complex.s | 202 ++++---------
test/MC/AArch64/armv8.3a-complex_bad.s | 58 ++++
test/MC/AArch64/armv8.3a-complex_missing.s | 103 +++++++
test/MC/AArch64/armv8.3a-complex_nofp16.s | 37 +++
test/MC/AArch64/armv8.3a-complex_nofp16_bad.s | 34 +++
test/MC/AArch64/armv8.3a-js.s | 24 +-
test/MC/AArch64/armv8.3a-signed-pointer.s | 339 +++++++++++++---------
test/MC/AArch64/armv8.4a-flag.s | 55 ++--
test/MC/AArch64/armv8.4a-ldst.s | 117 ++++----
test/MC/AArch64/armv8.4a-tlb.s | 99 ++++---
test/MC/AArch64/armv8.4a-trace.s | 15 +-
21 files changed, 974 insertions(+), 508 deletions(-)
delete mode 100644 test/MC/AArch64/armv8.2a-mmfr2.s
create mode 100644 test/MC/AArch64/armv8.3a-complex_bad.s
create mode 100644 test/MC/AArch64/armv8.3a-complex_missing.s
create mode 100644 test/MC/AArch64/armv8.3a-complex_nofp16.s
create mode 100644 test/MC/AArch64/armv8.3a-complex_nofp16_bad.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 gcc-7-branch
in repository gcc.
from 983d5fd232f 2018-12-06 Richard Biener <rguenther(a)suse.de>
new b56d636d234 Initialize backtrace state once
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:
libgfortran/ChangeLog | 7 +++++++
libgfortran/runtime/backtrace.c | 19 ++++++++++++++-----
2 files changed, 21 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 gcc.
from 9683081b9fe C++: improvements to diagnostics using %P (more PR c++/85110)
new f95d5b6f9d0 PR testsuite/86540 * gcc.dg/tree-ssa/ssa-dom-thread-7.c: [...]
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/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/gcc.dg/tree-ssa/pr77445-2.c | 10 +++++++---
gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-7.c | 7 +++++--
3 files changed, 19 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.