This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from f5735855421 Fix order and types of members in C++17 insert_return_type structs
new fdca717747f * sv.po: Update.
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/po/ChangeLog | 4 ++++
gcc/po/sv.po | 20 ++++++++++----------
2 files changed, 14 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 gcc-7-branch
in repository gcc.
from de5344ea1ee Fix order and types of members in C++17 insert_return_type structs
new a3329f8a0ca * sv.po: Update.
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/po/ChangeLog | 4 ++++
gcc/po/sv.po | 20 ++++++++++----------
2 files changed, 14 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 binutils-gdb.
from b32465c97c MIPS16e2: Add new MIPS16e2 relaxation GAS and LD tests
new 52a86f843b Fix use of ARM ADR and ADRl pseudo-instructions with thumb f [...]
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:
gas/ChangeLog | 10 ++++++++++
gas/config/tc-arm.c | 19 ++++++++++++++++++-
gas/testsuite/gas/arm/pr21458.d | 27 +++++++++++++++++++++++++++
gas/testsuite/gas/arm/pr21458.s | 40 ++++++++++++++++++++++++++++++++++++++++
4 files changed, 95 insertions(+), 1 deletion(-)
create mode 100644 gas/testsuite/gas/arm/pr21458.d
create mode 100644 gas/testsuite/gas/arm/pr21458.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 master
in repository clang-tools-extra.
from 872d5135 [clang-tidy] TwineLocalCheck: add param # checking
new ebbd4711 Test commit(changed comment)
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/ASTManager.h | 2 +-
1 file changed, 1 insertion(+), 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 glibc.
from e1d6e08dd6 Remove useless SPARC signbit aliases.
new fcee5905d3 float128: Add public _Float128 declarations to libm.
new 33d523d7f8 float128: Include math-finite.h for _Float128
new 81f26b53b5 float128: Add private _Float128 declarations for libm.
new cdd45522b6 float128: Enable use of IEEE wrapper templates
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:
ChangeLog | 97 ++++++++++++++++++++++
bits/{stdint-intn.h => floatn.h} | 24 ++++--
.../i386/symbol-hacks.h => bits/huge_val_flt128.h | 8 +-
bits/libm-simd-decl-stubs.h | 6 ++
include/complex.h | 3 +
include/float.h | 31 +++++++
include/math.h | 13 +++
math/Makefile | 3 +-
math/bits/cmathcalls.h | 4 +-
math/bits/math-finite.h | 13 +--
math/bits/mathcalls.h | 36 +++++---
math/complex.h | 28 ++++++-
math/math.h | 87 ++++++++++++++++++-
sysdeps/generic/fix-fp-int-convert-overflow.h | 2 +
...acros-ldouble.h => math-type-macros-float128.h} | 32 ++++---
sysdeps/generic/math_private.h | 51 +++++++++++-
sysdeps/generic/math_private_calls.h | 4 +-
sysdeps/ieee754/ldbl-opt/s_sin.c | 1 +
18 files changed, 392 insertions(+), 51 deletions(-)
copy bits/{stdint-intn.h => floatn.h} (51%)
copy sysdeps/i386/symbol-hacks.h => bits/huge_val_flt128.h (80%)
create mode 100644 include/float.h
copy sysdeps/generic/{math-type-macros-ldouble.h => math-type-macros-float128.h} (61%)
--
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 844483751a1 * config/sparc/lb1spc.S [__ELF__ && __linux__]: Emit .note [...]
new de5344ea1ee Fix order and types of members in C++17 insert_return_type structs
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:
libstdc++-v3/ChangeLog | 12 ++++++++++++
libstdc++-v3/include/bits/node_handle.h | 18 +-----------------
libstdc++-v3/include/bits/stl_tree.h | 4 +++-
.../testsuite/23_containers/map/modifiers/extract.cc | 11 +++++++++++
.../testsuite/23_containers/set/modifiers/extract.cc | 11 +++++++++++
.../23_containers/unordered_map/modifiers/extract.cc | 11 +++++++++++
.../23_containers/unordered_set/modifiers/extract.cc | 11 +++++++++++
7 files changed, 60 insertions(+), 18 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 lldb.
from c037154d0 Remove an expensive lock from Timer
new 08b8628a3 Fix darwin build for r303058
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:
source/Plugins/SymbolVendor/MacOSX/SymbolVendorMacOSX.cpp | 7 +++++--
1 file changed, 5 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 gcc.
from a6786610126 Do not allow empty argument of -o option (PR driver/31468).
new f5735855421 Fix order and types of members in C++17 insert_return_type structs
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:
libstdc++-v3/ChangeLog | 12 ++++++++++++
libstdc++-v3/include/bits/node_handle.h | 18 +-----------------
libstdc++-v3/include/bits/stl_tree.h | 4 +++-
.../testsuite/23_containers/map/modifiers/extract.cc | 11 +++++++++++
.../testsuite/23_containers/set/modifiers/extract.cc | 11 +++++++++++
.../23_containers/unordered_map/modifiers/extract.cc | 11 +++++++++++
.../23_containers/unordered_set/modifiers/extract.cc | 11 +++++++++++
7 files changed, 60 insertions(+), 18 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 c42d54906e6 [AMDGPU][MC] Removed V_MQSAD_U16_U8
new 8632b74d7d2 Test commit.
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/CodeGen/X86/pr30562.ll | 1 +
1 file changed, 1 insertion(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.