This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 9e9fa2b68e6 PR rtl-optimization/80747 PR rtl-optimization/83512 * cf [...]
new 7b26afa7015 move ChangeLog entry to the right file
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 | 6 ------
gcc/c-family/ChangeLog | 6 ++++++
2 files changed, 6 insertions(+), 6 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 4baa1a65a7 Revert "Fix for PR32990"
new af137029ce [AArch64] Enable fp16 data type for the Builtin for AArch64 only.
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/CGBuiltin.cpp | 52 ++++----
lib/CodeGen/CodeGenFunction.h | 9 +-
test/CodeGen/arm_neon_intrinsics.c | 240 +++++++++++++++++++------------------
3 files changed, 160 insertions(+), 141 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-tools-extra.
from d9ff4deb [clangd] Fix use after free.
new 0b28f174 [clangd] Don't re-hash SymbolID in maps, just use the SHA1 data
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:
clangd/index/Index.cpp | 2 +-
clangd/index/Index.h | 4 +++-
2 files changed, 4 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 zorg.
from a142125 Always run cmake to force dependencies
new ffa2841 [zorg] Set up a buildslave to build the experimental RISCV target
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:
buildbot/osuosl/master/config/builders.py | 17 +++++++++++++++++
buildbot/osuosl/master/config/slaves.py | 3 +++
buildbot/osuosl/master/config/status.py | 9 +++++++++
3 files changed, 29 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 compiler-rt.
from 128f286f1 Revert "[mips][compiler-rt] Provide 64bit atomic add and sub"
new 9090db487 [CMake] Allow passing extra CMake arguments to custom libc++
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:
cmake/Modules/AddCompilerRT.cmake | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--
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 749de2d465 [AARch64] Add ARMv8.2-A FP16 vector intrinsics
new 50739c04c3 [CodeGen] Fix crash when a function taking transparent union [...]
new dadec7da20 When instantiating a deduction guide, transform its name.
new 4baa1a65a7 Revert "Fix for PR32990"
The 3 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/CGCall.cpp | 10 +--
lib/CodeGen/CodeGenModule.cpp | 42 +++----------
lib/Sema/SemaTemplateInstantiateDecl.cpp | 10 ++-
test/CodeGen/kr-func-promote.c | 2 +-
test/CodeGen/transparent-union-redecl.c | 36 +++++++++++
test/CodeGenCXX/dllimport-dtor-thunks.cpp | 17 +++--
test/CodeGenCXX/dllimport-members.cpp | 12 ++--
test/CodeGenCXX/dllimport-virtual-base.cpp | 73 ----------------------
test/CodeGenCXX/dllimport.cpp | 4 +-
test/CodeGenCXX/external-linkage.cpp | 17 -----
...crosoft-abi-multiple-nonvirtual-inheritance.cpp | 10 ++-
...microsoft-abi-virtual-inheritance-vtordisps.cpp | 5 +-
.../microsoft-abi-virtual-inheritance.cpp | 10 ++-
test/Sema/transparent-union.c | 29 +++++++++
test/SemaTemplate/nested-deduction-guides.cpp | 13 ++++
15 files changed, 138 insertions(+), 152 deletions(-)
create mode 100644 test/CodeGen/transparent-union-redecl.c
delete mode 100644 test/CodeGenCXX/dllimport-virtual-base.cpp
delete mode 100644 test/CodeGenCXX/external-linkage.cpp
create mode 100644 test/SemaTemplate/nested-deduction-guides.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.
unknown user pushed a change to branch master
in repository llvm.
from 1704d16b1e0 [X86] Promote v8i1 shuffles to v8i32 instead of v8i64 if we [...]
new bd4e6fc5e7d [DWARF v5] Rework of string offsets table reader
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/DebugInfo/DWARF/DWARFUnit.h | 56 ++++++-
lib/DebugInfo/DWARF/DWARFContext.cpp | 153 +++++++++++-------
lib/DebugInfo/DWARF/DWARFUnit.cpp | 119 ++++++++++++--
test/DebugInfo/X86/dwarfdump-str-offsets-dwp.s | 173 +++++++++++----------
.../X86/dwarfdump-str-offsets-invalid-3.s | 4 +-
.../X86/dwarfdump-str-offsets-invalid-4.s | 5 +-
...valid-3.s => dwarfdump-str-offsets-invalid-6.s} | 41 ++---
test/DebugInfo/X86/dwarfdump-str-offsets-macho.s | 34 ++--
test/DebugInfo/X86/dwarfdump-str-offsets.s | 66 ++++----
9 files changed, 425 insertions(+), 226 deletions(-)
copy test/DebugInfo/X86/{dwarfdump-str-offsets-invalid-3.s => dwarfdump-str-offset [...]
--
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 ef18f7b9846 [PR c++/83406] deducing lambda type
new 94519719358 2017-12-21 Andrew Pinski <apinski(a)cavium.com> Steve [...]
new 18b3dab4ff2 PR tree-optimization/83521 * tree-ssa-phiopt.c (factor_ou [...]
new f2ef7276329 PR tree-optimization/83523 * tree-ssa-math-opts.c (is_wid [...]
new 9e9fa2b68e6 PR rtl-optimization/80747 PR rtl-optimization/83512 * cf [...]
The 4 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/bb-reorder.c | 6 ++++--
gcc/cfgrtl.c | 3 +++
gcc/config/aarch64/t-aarch64-linux | 2 +-
gcc/testsuite/ChangeLog | 13 +++++++++++++
gcc/testsuite/g++.dg/tree-ssa/pr83523.C | 25 +++++++++++++++++++++++++
gcc/testsuite/gcc.dg/pr80747.c | 18 ++++++++++++++++++
gcc/testsuite/gcc.dg/pr83512.c | 16 ++++++++++++++++
gcc/testsuite/gcc.dg/pr83521.c | 10 ++++++++++
gcc/tree-ssa-math-opts.c | 10 +++++++---
gcc/tree-ssa-phiopt.c | 8 ++++++--
11 files changed, 131 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/tree-ssa/pr83523.C
create mode 100644 gcc/testsuite/gcc.dg/pr80747.c
create mode 100644 gcc/testsuite/gcc.dg/pr83512.c
create mode 100644 gcc/testsuite/gcc.dg/pr83521.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 53ad81a8b5 [analyzer] Fix zero-initialization of stack VLAs under ObjC ARC.
new 749de2d465 [AARch64] Add ARMv8.2-A FP16 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:
include/clang/Basic/arm_neon.td | 185 +++
lib/Basic/Targets/AArch64.cpp | 3 +
lib/CodeGen/CGBuiltin.cpp | 183 ++-
lib/CodeGen/CodeGenModule.cpp | 1 +
lib/CodeGen/CodeGenTypeCache.h | 2 +-
test/CodeGen/aarch64-neon-intrinsics.c | 230 ++--
test/CodeGen/aarch64-neon-ldst-one.c | 228 ++--
test/CodeGen/aarch64-v8.2a-neon-intrinsics.c | 1633 ++++++++++++++++++++++++++
test/CodeGen/arm_neon_intrinsics.c | 240 ++--
utils/TableGen/NeonEmitter.cpp | 6 +-
10 files changed, 2348 insertions(+), 363 deletions(-)
create mode 100644 test/CodeGen/aarch64-v8.2a-neon-intrinsics.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.