This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 691084e [AArch64] Maximize 80-column. NFC.
new af9ba45 [AArch64] Set the max interleave factor for Falkor.
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/Target/AArch64/AArch64Subtarget.cpp | 4 +++-
1 file changed, 3 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 binutils-gdb.
from 6884417 gas,opcodes: fix hardware capabilities bumping in the sparc a [...]
new 9fd15b2 New regcache_raw_get_signed
new 0187a92 gdbarch software_single_step frame_info to regcache: aarch64
new 7ab2d08 gdbarch software_single_step frame_info to regcache: alpha
new 5b6e2ee gdbarch software_single_step frame_info to regcache: cris
new 7113a19 gdbarch software_single_step frame_info to regcache: mips
new a8f3418 gdbarch software_single_step frame_info to regcache: moxie
new 3889f49 gdbarch software_single_step frame_info to regcache: nios2
new cd76b52 gdbarch software_single_step frame_info to regcache: sparc
new ad76968 gdbarch software_single_step frame_info to regcache: s390
new 41e26ad gdbarch software_single_step frame_info to regcache: rs6000
new fb090cf gdbarch software_single_step frame_info to regcache: tic6x
new b226016 gdbarch software_single_step frame_info to regcache: spu
new f5ea389 Change gdbarch software_single_step frame_info to regcache
The 13 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 | 125 ++++++++++++++++++++++++++++++++++++++++++++
gdb/aarch64-tdep.c | 6 +--
gdb/alpha-tdep.c | 22 ++++----
gdb/alpha-tdep.h | 2 +-
gdb/arm-linux-tdep.c | 3 +-
gdb/arm-tdep.c | 3 +-
gdb/arm-tdep.h | 2 +-
gdb/breakpoint.c | 5 +-
gdb/cris-tdep.c | 14 ++---
gdb/gdbarch.c | 4 +-
gdb/gdbarch.h | 4 +-
gdb/gdbarch.sh | 2 +-
gdb/mips-tdep.c | 141 +++++++++++++++++++++++++-------------------------
gdb/mips-tdep.h | 2 +-
gdb/moxie-tdep.c | 7 ++-
gdb/nios2-tdep.c | 26 +++++-----
gdb/ppc-tdep.h | 2 +-
gdb/regcache.c | 13 +++++
gdb/regcache.h | 6 +++
gdb/rs6000-aix-tdep.c | 35 +++++++------
gdb/rs6000-tdep.c | 7 ++-
gdb/s390-linux-tdep.c | 7 ++-
gdb/sparc-tdep.c | 18 ++++---
gdb/spu-tdep.c | 10 ++--
gdb/tic6x-tdep.c | 24 ++++-----
25 files changed, 318 insertions(+), 172 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 60c1ebd Fix line endings
new 691084e [AArch64] Maximize 80-column. NFC.
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/Target/AArch64/AArch64SchedVulcan.td | 13 +++++--------
1 file changed, 5 insertions(+), 8 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 f3c3922 Add multilib support for embedded bare-metal targets
new a8ead9a gcc/testsuite/ * c-c++-common/builtin-shuffle-1.c (V): Use 4 [...]
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/testsuite/ChangeLog | 4 ++++
gcc/testsuite/c-c++-common/builtin-shuffle-1.c | 2 +-
2 files changed, 5 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 gcc.
from d285b13 [ARM] PR target/78439: Update movdi constraints for Cortex-A8 [...]
new f3c3922 Add multilib support for embedded bare-metal targets
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 | 8 +++
gcc/config.gcc | 17 ++++-
gcc/config/arm/t-rmprofile | 174 +++++++++++++++++++++++++++++++++++++++++++++
gcc/doc/install.texi | 60 +++++++++++++---
4 files changed, 246 insertions(+), 13 deletions(-)
create mode 100644 gcc/config/arm/t-rmprofile
--
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 eace138 Missing initializer.
new 76fd46e Make llvm::Error generated from replacement interfaces more s [...]
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/Tooling/Core/Replacement.h | 56 +++++++++++++++++++
lib/Tooling/Core/Replacement.cpp | 55 ++++++++++++-------
unittests/Tooling/RefactoringTest.cpp | 94 +++++++++++++++++++++++++-------
3 files changed, 166 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 llvm.
from ef60bb0 [wasm] hack around test failure after r287553.
new 60c1ebd Fix line endings
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/avx512-regcall-Mask.ll | 390 ++++++++++++++++----------------
1 file changed, 195 insertions(+), 195 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 3d4bb54 [SelectionDAG] ComputeNumSignBits of TRUNCATE operations
new ef60bb0 [wasm] hack around test failure after r287553.
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/WebAssembly/cfg-stackify.ll | 4 ++--
1 file changed, 2 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 release/2.24/master
in repository glibc.
from 2bdb3d2 configure: accept __stack_chk_fail_local for ssp support too [...]
new d174436 Fix writes past the allocated array bounds in execvpe (BZ#20847)
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 | 7 +++++++
posix/execvpe.c | 15 ++++++++++-----
2 files changed, 17 insertions(+), 5 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 6c9e1be Fix writes past the allocated array bounds in execvpe (BZ#20847)
new 65a77b5 Fix multiple definitions of mk[o]stemp[s]64
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 | 7 +++++++
misc/mkostemp.c | 1 +
misc/mkostemps.c | 1 +
misc/mkstemp.c | 1 +
misc/mkstemps.c | 1 +
5 files changed, 11 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.