This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_29-branch
in repository binutils-gdb.
from 7c9ffe322a Automatic date update in version.in
new 34f95f8f4c Automatic date update in version.in
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:
bfd/version.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 clang.
from 1da00dddf4 [AST] Fix some Clang-tidy modernize and Include What You Use [...]
new 2848f56185 MS ABI: Treat explicit instantiation definitions of dllimpor [...]
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/Sema/SemaTemplate.cpp | 10 +++++++++-
test/CodeGenCXX/dllimport.cpp | 11 ++++++++++-
2 files changed, 19 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 glibc.
from cf4ebc27fe Fix missing sparcv9 --disable-multi-arch fabsl compat symbol [...]
new 875cd54855 Use libm_alias_double for sparc.
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 | 78 ++++++++++++++++++++++
sysdeps/sparc/sparc32/fpu/s_copysign.S | 6 +-
sysdeps/sparc/sparc32/fpu/s_fabs.S | 6 +-
.../sparc32/sparcv9/fpu/multiarch/s_copysign.S | 6 +-
.../sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S | 6 +-
.../sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.c | 6 +-
.../sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c | 6 +-
.../sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S | 7 +-
.../sparc32/sparcv9/fpu/multiarch/s_nearbyint.S | 7 +-
.../sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S | 7 +-
sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S | 6 +-
sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S | 7 +-
sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S | 7 +-
sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S | 7 +-
sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.c | 3 +-
sysdeps/sparc/sparc64/fpu/multiarch/s_floor.c | 3 +-
sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c | 3 +-
sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.c | 5 +-
sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.c | 3 +-
sysdeps/sparc/sparc64/fpu/multiarch/s_rint.c | 3 +-
sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.c | 3 +-
sysdeps/sparc/sparc64/fpu/s_copysign.S | 3 +-
sysdeps/sparc/sparc64/fpu/s_fabs.c | 4 +-
sysdeps/sparc/sparc64/fpu/s_lrint.S | 5 +-
sysdeps/sparc/sparc64/fpu/s_nearbyint.S | 3 +-
sysdeps/sparc/sparc64/fpu/s_rint.S | 3 +-
26 files changed, 131 insertions(+), 72 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 745097147 Use Symbol::File directly.
new aa04cc26e Fix reloc section alignment in test.
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/undef-broken-debug.test | 2 ++
1 file changed, 2 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 binutils-gdb.
from bd69330db8 Breakpoints in symbols with ABI tags (PR c++/19436)
new f5a9147212 preserve type length in ada-lang.c::to_fixed_range_type
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:
gdb/ChangeLog | 6 ++++++
gdb/ada-lang.c | 4 ++++
2 files changed, 10 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 9c40fb5df0 Perform a bounds check on a function's argument list before [...]
new 1da00dddf4 [AST] Fix some Clang-tidy modernize and Include What You Use [...]
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/AST/OpenMPClause.h | 1363 +++++++++++++++++++-------------------
lib/AST/OpenMPClause.cpp | 11 +-
2 files changed, 694 insertions(+), 680 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 b473c3d246 [AST] Fix some Clang-tidy modernize and Include What You Use [...]
new 9c40fb5df0 Perform a bounds check on a function's argument list before [...]
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 ++
include/clang/Sema/Sema.h | 3 ++-
lib/Sema/SemaChecking.cpp | 19 +++++++++++++++++--
test/Sema/error-type-safety.cpp | 23 +++++++++++++++++++++++
4 files changed, 44 insertions(+), 3 deletions(-)
create mode 100644 test/Sema/error-type-safety.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 7448686a65b [CodeView] Factor some code out of TypeTableBuilder.
new 066e89ae6fe [WebAssembly] Update test expectations for gcc torture tests
new 4ee291ace84 First step towards more human-friendly PPC assembler output [...]
new 0a78cd8e7f5 [X86] Remove some questionable looking code that seems to b [...]
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/Target/PowerPC/InstPrinter/PPCInstPrinter.cpp | 85 ++++++++++++++++------
lib/Target/PowerPC/InstPrinter/PPCInstPrinter.h | 19 +++--
.../PowerPC/MCTargetDesc/PPCMCTargetDesc.cpp | 2 +-
lib/Target/WebAssembly/known_gcc_test_failures.txt | 6 --
lib/Target/X86/X86ISelLowering.cpp | 2 +-
test/CodeGen/PowerPC/reg-names.ll | 3 +
6 files changed, 78 insertions(+), 39 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 0c09737883 Add SPARC --disable-multi-arch builds to build-many-glibcs.py.
new cf4ebc27fe Fix missing sparcv9 --disable-multi-arch fabsl compat symbol [...]
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 +++++
sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S | 4 ++++
2 files changed, 9 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 gcc.
from f8d96511ad0 combine: Do not throw away unneeded arms of parallels (PR83156)
new 9a375229508 combine: Print to dump if some insn cannot be combined into i3
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 | 5 +++++
gcc/combine.c | 24 ++++++++++++++++++------
2 files changed, 23 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.