This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 8eaf4fca1 [CMake] Fix side-effect from LLDB_VERSION change in r346668 f [...]
new a8cce4d35 [PDB] Make PDB lit tests use the new builder
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:
lit/SymbolFile/PDB/ast-restore.test | 5 ++---
lit/SymbolFile/PDB/calling-conventions.test | 3 +--
lit/SymbolFile/PDB/class-layout.test | 6 +++---
lit/SymbolFile/PDB/compilands.test | 4 ++--
lit/SymbolFile/PDB/enums-layout.test | 15 +++++++--------
lit/SymbolFile/PDB/expressions.test | 3 +--
lit/SymbolFile/PDB/func-symbols.test | 6 ++----
lit/SymbolFile/PDB/function-nested-block.test | 3 +--
lit/SymbolFile/PDB/pointers.test | 4 ++--
lit/SymbolFile/PDB/type-quals.test | 4 ++--
lit/SymbolFile/PDB/typedefs.test | 3 +--
lit/SymbolFile/PDB/udt-layout.test | 5 ++---
lit/SymbolFile/PDB/variables-locations.test | 5 ++---
lit/SymbolFile/PDB/variables.test | 6 +++---
lit/SymbolFile/PDB/vbases.test | 5 ++---
15 files changed, 33 insertions(+), 44 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 007924cf774 Allow norecurse attribute on functions that have debug infos.
new c642a82384c [DAGCombiner] don't try to extract a fraction of a vector b [...]
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 | 24 ++++++-----
test/CodeGen/X86/vector-narrow-binop.ll | 69 ++++++++++++++++++++++++++++++++
2 files changed, 83 insertions(+), 10 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 52cbfd58e2 [OpenCL] Diagnose conflicting address spaces in templates.
new 18bea5216d [Basic] Cleanups in IdentifierInfo following the removal of PTH
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/Basic/IdentifierTable.h | 36 ++++++++++++-----------------------
lib/Basic/IdentifierTable.cpp | 22 ---------------------
2 files changed, 12 insertions(+), 46 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-stable-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 clang.
from 8a3b41e8fb [NFC] Use clang-format on PrintingPolicy::PrintingPolicy() a [...]
new 52cbfd58e2 [OpenCL] Diagnose conflicting address spaces in templates.
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/Basic/DiagnosticSemaKinds.td | 2 ++
lib/Sema/SemaType.cpp | 10 +++++---
lib/Sema/TreeTransform.h | 35 ++++++++++++++++++---------
test/SemaOpenCLCXX/address-space-templates.cl | 19 +++++++++++++++
4 files changed, 50 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 a26e8808825 [X86] Add test case to show missed opportunity to combine a [...]
new 007924cf774 Allow norecurse attribute on functions that have debug infos.
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/IPO/FunctionAttrs.cpp | 16 ++++---
.../InferFunctionAttrs/norecurse_debug.ll | 56 ++++++++++++++++++++++
2 files changed, 65 insertions(+), 7 deletions(-)
create mode 100644 test/Transforms/InferFunctionAttrs/norecurse_debug.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.