This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 0415d32 gconv: Adjust GBK to support the Euro sign
new 934fc47 Remove out of date PROJECTS 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:
ChangeLog | 4 +++
PROJECTS | 107 --------------------------------------------------------------
2 files changed, 4 insertions(+), 107 deletions(-)
delete mode 100644 PROJECTS
--
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 d22f22b Add PR sanitizer/78532 patch to libsanitizer/LOCAL_PATCHES.
new f6448ca * ira.c (ira_update_equiv_info_by_shuffle_insn): Use copy_rt [...]
new 7ed04d0 * config/i386/i386.c (dimode_scalar_chain::convert_op): Avoi [...]
new 44bf3f4 * emit-rtl.c (verify_insn_sharing): Call verify_rtx_sharing [...]
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:
gcc/ChangeLog | 11 +++++++++++
gcc/config/i386/i386.c | 2 +-
gcc/emit-rtl.c | 6 +++---
gcc/ira.c | 2 +-
4 files changed, 16 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 gcc.
from 754a270 * configure.ac (--enable-objc-gc): If not given, default to [...]
new 9822b7f [AArch64] PR target/78362: Make sure to only take REGNO of a [...]
new 6847589 Fix part of PR78555 - gcc/real.c:2890:25: runtime error: left [...]
new a3660a1 Force soft float in ARMv6-M and ARMv8-M Baseline options
new ee253a4 PR sanitizer/78532 * sanitizer_common/sanitizer_platform_li [...]
new abdb9cb Add multilib mapping for Cortex-M23 & Cortex-M33
new d22f22b Add PR sanitizer/78532 patch to libsanitizer/LOCAL_PATCHES.
The 6 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 | 17 ++++++++++
gcc/config/aarch64/aarch64.md | 6 +++-
gcc/config/arm/t-rmprofile | 2 ++
gcc/real.c | 2 +-
gcc/testsuite/ChangeLog | 12 +++++++
gcc/testsuite/gcc.c-torture/compile/pr78362.c | 11 ++++++
gcc/testsuite/lib/target-supports.exp | 39 +++++++++++-----------
libsanitizer/ChangeLog | 11 ++++++
libsanitizer/LOCAL_PATCHES | 1 +
.../sanitizer_platform_limits_posix.h | 11 ++++++
10 files changed, 91 insertions(+), 21 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr78362.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 lldb.
from 167e87e Fix OSX build for r288238
new 4fe0618 Convert most of the Process class to Timeout<>
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/lldb/Target/Process.h | 23 ++---
source/Plugins/Platform/Linux/PlatformLinux.cpp | 2 +-
source/Target/Process.cpp | 121 ++++++++++--------------
source/Target/Target.cpp | 9 +-
4 files changed, 64 insertions(+), 91 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 e9a38e0 Revert accidental elf.c change
new 7913a64 [ARM] Read memory as unsigned integer
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 | 5 +++++
gdb/arm-tdep.c | 17 +++++++++--------
2 files changed, 14 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 llvm.
from bf60ce0 Apply clang-tidy's 'performance-faster-string-find' check to LLVM.
new bdf16bd [X86][SSE] Add tests demonstrating missed opportunities to co [...]
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/horizontal-shuffle.ll | 513 +++++++++++++++++++++++++++++++++
1 file changed, 513 insertions(+)
create mode 100644 test/CodeGen/X86/horizontal-shuffle.ll
--
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 502d895 Stop readelf from complaining about out of order PT_LOAD segments.
new e9a38e0 Revert accidental elf.c change
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/ChangeLog | 4 ++++
bfd/elf.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 b8a4902 gcc/lto/ PR lto/78562 * lto-symtab.c (lto_symtab_merge_decl [...]
new 5f7bd0f arm/gcc: Tighten checks in check_effective_target_freorder
new 754a270 * configure.ac (--enable-objc-gc): If not given, default to [...]
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/lib/target-supports.exp | 11 +++++++++--
libobjc/ChangeLog | 10 ++++++++--
libobjc/configure | 2 ++
libobjc/configure.ac | 2 +-
5 files changed, 25 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 lldb.
from 3f2cda4 Use Timeout<> in the Listener class
new 167e87e Fix OSX build for r288238
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/Process/MacOSX-Kernel/ProcessKDP.cpp | 5 +++--
1 file changed, 3 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 232f2ad Implement LWG 2534, Constrain rvalue stream operators. * incl [...]
new 91a4d16 arc: Avoid store/load pipeline hazard
new b8a4902 gcc/lto/ PR lto/78562 * lto-symtab.c (lto_symtab_merge_decl [...]
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 | 8 +++
gcc/config/arc/arc-protos.h | 1 +
gcc/config/arc/arc.c | 75 +++++++++++++++++++++++
gcc/config/arc/arc700.md | 2 +
gcc/lto/ChangeLog | 6 ++
gcc/lto/lto-symtab.c | 8 +++
gcc/testsuite/ChangeLog | 4 ++
gcc/testsuite/gcc.target/arc/arc700-stld-hazard.c | 14 +++++
8 files changed, 118 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/arc/arc700-stld-hazard.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.