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 a0b00a3 Revert "[ASan] Enable on SystemZ."
new cc39c11 [asan/win] Fix incremental linking vs. global registration
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/asan/CMakeLists.txt | 1 -
lib/asan/asan_globals.cc | 15 ++++++++++++++-
lib/asan/asan_globals_win.cc | 6 +++---
lib/asan/tests/CMakeLists.txt | 2 --
4 files changed, 17 insertions(+), 7 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 9f58227 [Patch 15/17 libgcc ARM] Add double to half conversions.
new 539b44e [Patch 16/17 libgcc ARM] Half to double precision conversions
new ee1f2de [Patch ARM 17/17] Enable _Float16 for ARM and fix PR target/63250
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/arm/arm-builtins.c | 17 ++--
gcc/config/arm/arm.c | 95 +++++++++++++++++-----
gcc/config/arm/arm.h | 10 +++
gcc/config/arm/arm.md | 69 ++++++++++------
gcc/config/arm/vfp.md | 20 +++++
gcc/testsuite/ChangeLog | 13 +++
gcc/testsuite/gcc.target/arm/fp16-rounding-alt-1.c | 10 +--
.../gcc.target/arm/fp16-rounding-ieee-1.c | 10 +--
gcc/testsuite/lib/target-supports.exp | 3 +
10 files changed, 214 insertions(+), 63 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 glibc.
from 7a5e3d9 elf: Assume TLS is initialized in _dl_map_object_from_fd
new c650aa6 build-many-glibcs: Revert -fno-isolate-erroneous-paths option [...]
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 | 5 +++++
scripts/build-many-glibcs.py | 3 +--
2 files changed, 6 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 lld.
from 754f8ba [ELF] Refactor several error messages
new 426ea1e Replace test instruction byte strings with {{.*}}
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/ELF/gnu-ifunc.s | 32 ++++++++++++++++----------------
test/ELF/gotpc-relax-nopic.s | 36 ++++++++++++++++++------------------
test/ELF/no-inhibit-exec.s | 2 +-
test/ELF/relocation-copy.s | 12 ++++++------
4 files changed, 41 insertions(+), 41 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 88a2ded PR middle-end/78461 - [7 Regression] ICE: in operator+=
new 069d39e [Patch 1/17] Add a new target hook for describing excess prec [...]
new d8e7464 [Patch 2/17] Implement TARGET_C_EXCESS_PRECISION for i386
new 1de6065 [Patch 3/17] Implement TARGET_C_EXCESS_PRECISION for s390
new 41af789 [Patch 4/17] Implement TARGET_C_EXCESS_PRECISION for m68k
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 | 25 +++++++++++++++++++++++++
gcc/config/i386/i386.c | 40 ++++++++++++++++++++++++++++++++++++++++
gcc/config/m68k/m68k.c | 37 +++++++++++++++++++++++++++++++++++++
gcc/config/s390/s390.c | 40 ++++++++++++++++++++++++++++++++++++++++
gcc/coretypes.h | 18 ++++++++++++++++++
gcc/doc/tm.texi | 4 ++++
gcc/doc/tm.texi.in | 2 ++
gcc/target.def | 17 +++++++++++++++++
gcc/targhooks.c | 8 ++++++++
gcc/targhooks.h | 3 +++
10 files changed, 194 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 clang.
from 9f96dfc [PPC] support for arithmetic builtins in the FE
new c480c8c Remove C++ default arg side table for MS ABI ctor closures
new 9fca84a [PPC] Reverting r287772
new 017ae22 [Sema][Atomics] Treat expected pointer in compare exchange at [...]
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:
include/clang/AST/ASTContext.h | 6 --
include/clang/Sema/Sema.h | 6 ++
lib/AST/ASTContext.cpp | 12 ---
lib/AST/CXXABI.h | 6 --
lib/AST/ItaniumCXXABI.cpp | 8 --
lib/AST/MicrosoftCXXABI.cpp | 12 ---
lib/CodeGen/MicrosoftCXXABI.cpp | 10 +-
lib/Headers/altivec.h | 176 +---------------------------------
lib/Sema/SemaChecking.cpp | 3 +
lib/Sema/SemaDeclCXX.cpp | 15 +--
lib/Sema/SemaExpr.cpp | 27 +++---
lib/Sema/SemaExprCXX.cpp | 9 +-
test/CodeGen/builtins-ppc-altivec.c | 79 ---------------
test/CodeGen/builtins-ppc-p8vector.c | 86 ++---------------
test/CodeGen/builtins-ppc-quadword.c | 33 +------
test/CodeGen/builtins-ppc-vsx.c | 20 ----
test/Sema/atomic-ops.c | 19 ++--
test/SemaCXX/default-arg-closures.cpp | 45 +++++++++
18 files changed, 103 insertions(+), 469 deletions(-)
create mode 100644 test/SemaCXX/default-arg-closures.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 3806d81 Fix doc of `llvm.bitreverse.iN`
new 3e65807 [DAG] Improve loads-from-store forwarding to handle TokenFactor
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 | 15 +++++++++++--
test/CodeGen/Mips/o32_cc_byval.ll | 28 ++++++++++++-------------
test/CodeGen/PowerPC/anon_aggr.ll | 18 ++++++++--------
test/CodeGen/PowerPC/complex-return.ll | 8 +++----
test/CodeGen/PowerPC/ppc64-align-long-double.ll | 28 ++++++++++++++++++-------
5 files changed, 59 insertions(+), 38 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 703d1c6 [CodeCompletion] Fix incorrect Objective-C block parameter fo [...]
new 9f96dfc [PPC] support for arithmetic builtins in the FE
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/Headers/altivec.h | 176 ++++++++++++++++++++++++++++++++++-
test/CodeGen/builtins-ppc-altivec.c | 79 ++++++++++++++++
test/CodeGen/builtins-ppc-p8vector.c | 86 +++++++++++++++--
test/CodeGen/builtins-ppc-quadword.c | 33 ++++++-
test/CodeGen/builtins-ppc-vsx.c | 20 ++++
5 files changed, 385 insertions(+), 9 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 b4f7eab PR c++/71450 * pt.c (tsubst_copy): Return error_mark_node w [...]
new 88a2ded PR middle-end/78461 - [7 Regression] ICE: in operator+=
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/gimple-ssa-sprintf.c | 13 ++--
gcc/testsuite/ChangeLog | 6 ++
gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-4.c | 69 ++++++++++++++++++++++
.../gcc.dg/tree-ssa/builtin-sprintf-warn-2.c | 4 +-
5 files changed, 88 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-4.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.