This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_28-branch
in repository binutils-gdb.
from 6e02d4424b Automatic date update in version.in
new 091ea8d2bf 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 llvm.
from 2757ca62d77 [CodeView] Fix random access of type names.
new 46016f24b43 [WebAssembly] Use __stack_pointer global when writing wasm binary
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/llvm/CodeGen/MachineModuleInfoImpls.h | 27 -----------
lib/CodeGen/MachineModuleInfoImpls.cpp | 1 -
lib/MC/WasmObjectWriter.cpp | 8 +++-
lib/Object/WasmObjectFile.cpp | 4 +-
.../MCTargetDesc/WebAssemblyMCCodeEmitter.cpp | 18 +++-----
.../MCTargetDesc/WebAssemblyMCTargetDesc.cpp | 2 +-
.../MCTargetDesc/WebAssemblyMCTargetDesc.h | 3 +-
.../MCTargetDesc/WebAssemblyWasmObjectWriter.cpp | 2 +
lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp | 7 ---
.../WebAssembly/WebAssemblyFrameLowering.cpp | 29 +++---------
lib/Target/WebAssembly/WebAssemblyRegStackify.cpp | 32 +++++--------
test/CodeGen/WebAssembly/byval.ll | 14 +++---
test/CodeGen/WebAssembly/reg-stackify.ll | 2 +-
test/CodeGen/WebAssembly/stack-alignment.ll | 24 +++++-----
test/CodeGen/WebAssembly/userstack.ll | 52 +++++++++++-----------
test/MC/WebAssembly/func-address.ll | 5 +--
test/MC/WebAssembly/stack-ptr.ll | 21 +++++++++
17 files changed, 106 insertions(+), 145 deletions(-)
create mode 100644 test/MC/WebAssembly/stack-ptr.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 lld.
from 809b45c0d Error on trying to discard .dynamic.
new 256296660 Error when discarding .dynsym.
new c458212c1 Error when discarding .dynstr.
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:
ELF/LinkerScript.cpp | 3 ++-
test/ELF/linkerscript/discard-section-err.s | 10 ++++++++++
2 files changed, 12 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 llvm.
from b856c16f91f obj2yaml: Improve error reporting
new bd5fe95fd22 Remove some dead code / includes.
new 2757ca62d77 [CodeView] Fix random access of type names.
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:
.../DebugInfo/CodeView/LazyRandomTypeCollection.h | 5 +
include/llvm/DebugInfo/CodeView/TypeName.h | 22 ++
lib/DebugInfo/CodeView/CMakeLists.txt | 1 +
lib/DebugInfo/CodeView/CVTypeVisitor.cpp | 2 -
.../CodeView/LazyRandomTypeCollection.cpp | 24 +-
lib/DebugInfo/CodeView/TypeDumpVisitor.cpp | 2 -
lib/DebugInfo/CodeView/TypeName.cpp | 243 +++++++++++++++++++++
tools/llvm-pdbutil/Analyze.cpp | 28 +--
tools/llvm-pdbutil/CMakeLists.txt | 1 -
tools/llvm-pdbutil/CompactTypeDumpVisitor.cpp | 59 -----
tools/llvm-pdbutil/CompactTypeDumpVisitor.h | 49 -----
tools/llvm-pdbutil/RawOutputStyle.cpp | 31 ++-
tools/llvm-pdbutil/RawOutputStyle.h | 4 +-
tools/llvm-pdbutil/llvm-pdbutil.cpp | 9 +
tools/llvm-pdbutil/llvm-pdbutil.h | 3 +
tools/llvm-readobj/COFFDumper.cpp | 1 -
.../DebugInfo/CodeView/RandomAccessVisitorTest.cpp | 51 +++++
17 files changed, 383 insertions(+), 152 deletions(-)
create mode 100644 include/llvm/DebugInfo/CodeView/TypeName.h
create mode 100644 lib/DebugInfo/CodeView/TypeName.cpp
delete mode 100644 tools/llvm-pdbutil/CompactTypeDumpVisitor.cpp
delete mode 100644 tools/llvm-pdbutil/CompactTypeDumpVisitor.h
--
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 db932d417 Update a comment.
new 92e95376a Remove /dumppdb option from LLD.
new 809b45c0d Error on trying to discard .dynamic.
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:
COFF/Config.h | 3 --
COFF/Driver.cpp | 1 -
COFF/Options.td | 1 -
COFF/PDB.cpp | 47 -----------------------------
ELF/LinkerScript.cpp | 4 +--
test/ELF/linkerscript/discard-section-err.s | 13 ++++++++
test/ELF/linkerscript/sections.s | 6 ----
7 files changed, 15 insertions(+), 60 deletions(-)
create mode 100644 test/ELF/linkerscript/discard-section-err.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 llvm.
from 86f1ba02a91 bpf: fix a strict-aliasing issue
new b856c16f91f obj2yaml: Improve error reporting
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/Object/obj2yaml.test | 2 +-
test/ObjectYAML/wasm/header_invalid_version.yaml | 2 +-
test/tools/obj2yaml/invalid_input_file.test | 4 ++++
tools/obj2yaml/obj2yaml.cpp | 25 +++++++++++++++++-------
4 files changed, 24 insertions(+), 9 deletions(-)
create mode 100644 test/tools/obj2yaml/invalid_input_file.test
--
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 4e291e7c52 Correct collation rules for Malayalam.
new 600b10a871 m68k: fix 64bit atomic ops
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 +++++++
sysdeps/m68k/m680x0/m68020/atomic-machine.h | 14 ++++++++------
2 files changed, 15 insertions(+), 6 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 5fb544c3e4d [SelectionDAG] Use APInt::isSubsetOf. NFC
new 3cea3b1894d [ConstantRange] Implement getSignedMin/Max in a less compli [...]
new 86f1ba02a91 bpf: fix a strict-aliasing issue
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:
lib/IR/ConstantRange.cpp | 17 ++---------------
lib/Target/BPF/BPFISelDAGToDAG.cpp | 30 +++++++++++++++++++-----------
2 files changed, 21 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 hjl/pr21598
in repository glibc.
discards c829d137bb Remove internal_function on exported symbols from ld.so
discards 4dbd606b6b Remove _dl_out_of_memory from elf/Versions
adds 52243b520e Remove _dl_out_of_memory from elf/Versions
new e315c031cb Add private_function
new c6d9039a92 i386: Fix _dl_runtime_resolve
new 763945d1d7 Use private_function
new 6a13baa84f Add private_function.
new 0185c0b618 Fix _dl_runtime_profile
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (c829d137bb)
\
N -- N -- N refs/heads/hjl/pr21598 (0185c0b618)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 5 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 +++
config.h.in | 7 -----
debug/fortify_fail.c | 2 +-
elf/dl-addr.c | 2 +-
elf/dl-error-skeleton.c | 2 ++
elf/dl-execstack.c | 1 +
elf/dl-load.c | 1 +
elf/dl-open.c | 1 +
elf/dl-support.c | 2 +-
elf/dl-sym.c | 4 +--
elf/dl-tls.c | 4 +++
grp/grp-merge.c | 4 +--
grp/grp-merge.h | 4 +--
include/dlfcn.h | 6 ++--
include/libc-symbols.h | 10 ++++--
include/rpc/pmap_clnt.h | 2 +-
include/stdio.h | 2 +-
include/stdlib.h | 14 +++++----
inet/inet6_scopeid_pton.c | 2 +-
inet/net-internal.h | 2 +-
locale/findlocale.c | 2 +-
locale/loadarchive.c | 2 +-
locale/loadlocale.c | 2 +-
nptl/allocatestack.c | 1 +
nptl/libc_pthread_init.c | 1 +
nptl/pthreadP.h | 8 +++--
nss/XXX-lookup.c | 6 ++--
nss/getXXbyYY_r.c | 2 +-
nss/getXXent_r.c | 2 +-
nss/nsswitch.h | 2 +-
resolv/gai_misc.h | 2 +-
resolv/gai_sigqueue.c | 2 +-
stdlib/strtod_nan_main.c | 2 +-
sunrpc/pm_getport.c | 2 +-
sysdeps/generic/ldsodefs.h | 24 +++++++++------
sysdeps/i386/dl-trampoline.S | 37 ++++++++++++-----------
sysdeps/posix/opendir.c | 4 +--
sysdeps/unix/sysv/linux/dl-execstack.c | 1 +
sysdeps/unix/sysv/linux/gai_sigqueue.c | 2 +-
sysdeps/unix/sysv/linux/netlink_assert_response.c | 2 +-
sysdeps/unix/sysv/linux/netlinkaccess.h | 2 +-
41 files changed, 105 insertions(+), 79 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 be5d464765c Move testcase into the target-appropriate subdirectory.
new 2244b2d0d07 Revert rL305578. There is still some buildbot failure to be fixed.
new ea1b075bc30 [TargetLowering] Use ConstantSDNode::isOne and getSExtValue [...]
new def0ae43d5d [SelectionDAG] Use APInt::isNullValue/isOneValue. NFC
new 5fb544c3e4d [SelectionDAG] Use APInt::isSubsetOf. NFC
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:
include/llvm/Transforms/Scalar/GVN.h | 30 +----
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 6 +-
lib/CodeGen/SelectionDAG/TargetLowering.cpp | 24 ++--
lib/Transforms/Scalar/GVN.cpp | 186 +++++-----------------------
test/Transforms/GVN/PRE/phi-translate-2.ll | 131 --------------------
test/Transforms/GVN/PRE/pre-gep-load.ll | 2 +-
test/Transforms/GVN/PRE/pre-load.ll | 6 +-
7 files changed, 49 insertions(+), 336 deletions(-)
delete mode 100644 test/Transforms/GVN/PRE/phi-translate-2.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.