This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 7977b0509f0 [gcc]
new 725e8413443 * config/i386/i386.opt (flag_fentry): Do not init to -1. [...]
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 | 12 ++++++++----
gcc/config/i386/i386.c | 25 ++++++++-----------------
gcc/config/i386/i386.opt | 2 +-
3 files changed, 17 insertions(+), 22 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 e99d47fe84f [X86] Fix copy pasto from r311841. Call getOnesVector inste [...]
new 7ca5fcca7f1 [llvm-rc] Add DIALOG(EX) parsing ability (parser, pt 5/8).
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:
.../llvm-rc/Inputs/parser-correct-everything.rc | 22 +++++
.../Inputs/parser-dialog-cant-give-helpid.rc | 1 +
.../llvm-rc/Inputs/parser-dialog-too-few-args.rc | 3 +
.../llvm-rc/Inputs/parser-dialog-too-many-args.rc | 3 +
.../llvm-rc/Inputs/parser-dialog-unknown-type.rc | 3 +
.../Inputs/parser-dialog-unnecessary-string.rc | 3 +
test/tools/llvm-rc/parser.test | 40 ++++++++
tools/llvm-rc/ResourceScriptParser.cpp | 104 +++++++++++++++++++--
tools/llvm-rc/ResourceScriptParser.h | 7 ++
tools/llvm-rc/ResourceScriptStmt.cpp | 41 ++++++++
tools/llvm-rc/ResourceScriptStmt.h | 89 ++++++++++++++++++
11 files changed, 310 insertions(+), 6 deletions(-)
create mode 100644 test/tools/llvm-rc/Inputs/parser-dialog-cant-give-helpid.rc
create mode 100644 test/tools/llvm-rc/Inputs/parser-dialog-too-few-args.rc
create mode 100644 test/tools/llvm-rc/Inputs/parser-dialog-too-many-args.rc
create mode 100644 test/tools/llvm-rc/Inputs/parser-dialog-unknown-type.rc
create mode 100644 test/tools/llvm-rc/Inputs/parser-dialog-unnecessary-string.rc
--
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 ab9555774 [ELF] - Linkerscript: add test for checking interaction with [...]
new bf39a967f Add -no-eh-frame-hdr which negates -eh-frame-hdr.
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:
ELF/Driver.cpp | 3 ++-
ELF/Options.td | 3 +++
test/ELF/eh-frame-hdr.s | 12 ++++++++++--
3 files changed, 15 insertions(+), 3 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 16f138a49a [AArch64] Fix procfs.h not to expose stdint.h types
new 01b87c656f ia64: Fix thread stack allocation permission set (BZ #21672)
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 | 9 +++++++++
nptl/allocatestack.c | 29 ++++++++++++++++++++++++++++-
nptl/pthread_create.c | 27 ++-------------------------
3 files changed, 39 insertions(+), 26 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 users/hjl/x86
in repository binutils-gdb.
from 876e402442 Move elf_backend_omit_section_dynsym
new 5bdc28f87b Add _bfd_x86_elf_link_check_relocs
new 3e15ee4dc8 Move x86 TLS functions
new d07692aa1a Restore elf_i386_tpoff
new 7ae02d7129 Add _bfd_elf_x86_get_local_sym_hash
new ce3aa75bdc More 3 more functions to elfxx-x86.c
new 541981c98d Add _bfd_x86_elf_copy_indirect_symbol
new debe4ff383 Move GOT_NORMAL and GOT_TLS_GD to elfxx-x86.h
new dc705aa475 Add _bfd_x86_elf_link_hash_newfunc
new 83fc48b2b8 Add _bfd_x86_elf_readonly_dynrelocs
The 9 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/elf32-i386.c | 345 +++++++------------------------------------------
bfd/elf64-x86-64.c | 353 +++-----------------------------------------------
bfd/elfxx-x86.c | 373 +++++++++++++++++++++++++++++++++++++++++++++--------
bfd/elfxx-x86.h | 63 +++++++--
4 files changed, 438 insertions(+), 696 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 5cee664e0 update xpc service name.
new 3a96df200 [IPv6] Fix a bug in the IPv6 listen behavior
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/Host/common/TCPSocket.cpp | 11 ++++++++---
unittests/Host/SocketTest.cpp | 11 +++++++++++
2 files changed, 19 insertions(+), 3 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 251bccfa1f iconv_open: Fix heap corruption on gconv_init failure [BZ #22026]
new 16f138a49a [AArch64] Fix procfs.h not to expose stdint.h types
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 ++++
sysdeps/unix/sysv/linux/aarch64/sys/procfs.h | 3 +--
2 files 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 clang.
from 9159422314 [clang-format] Refactor likely xml a bit, NFC
new 6b41ce0eda [modules-ts] Omit submodule semantics for TS modules
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/Frontend/CompilerInstance.cpp | 19 +++++++++++++++++--
.../dcl.dcl/dcl.module/dcl.module.import/p1.cpp | 9 +++++++--
2 files changed, 24 insertions(+), 4 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 31ec8881066 Add null check for promoted direct call
new e99d47fe84f [X86] Fix copy pasto from r311841. Call getOnesVector inste [...]
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/X86/X86ISelLowering.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.