This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from e1f2d6cc65c IPRA: Don't crash on null getCallPreservedMask
new e291555dd31 [LCG] Fold otherwise unused variable into assert.
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/Analysis/LazyCallGraph.cpp | 5 ++---
1 file changed, 2 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 llvm.
from 3ae1e28f671 [LCG] Completely remove the parent set and leaf tracking fo [...]
new e1f2d6cc65c IPRA: Don't crash on null getCallPreservedMask
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/CodeGen/RegUsageInfoCollector.cpp | 8 +++++---
test/CodeGen/AMDGPU/ipra.ll | 12 ++++++++++++
2 files changed, 17 insertions(+), 3 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/ipra.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 llvm.
from 8d16ccbe0f8 [LCG] Re-implement the basic isParentOf, isAncestorOf, isCh [...]
new 3ae1e28f671 [LCG] Completely remove the parent set and leaf tracking fo [...]
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/Analysis/LazyCallGraph.h | 20 ----
lib/Analysis/LazyCallGraph.cpp | 179 +---------------------------------
2 files changed, 3 insertions(+), 196 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 95f263eb86d [LCG] Add the concept of a "dead" node and use it to avoid [...]
new 8d16ccbe0f8 [LCG] Re-implement the basic isParentOf, isAncestorOf, isCh [...]
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/Analysis/LazyCallGraph.h | 34 +++++++++++++++++--------
lib/Analysis/LazyCallGraph.cpp | 47 +++++++++++++++++++++++++++--------
2 files changed, 61 insertions(+), 20 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 a4861e0c2b3 [AArch64] LSE Atomics reorg - part 1
new 95f263eb86d [LCG] Add the concept of a "dead" node and use it to avoid [...]
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/Analysis/LazyCallGraph.h | 24 +++++++++++++++++++++---
lib/Analysis/LazyCallGraph.cpp | 9 +--------
2 files changed, 22 insertions(+), 11 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 337999c0c Replace CRLF.
new bcaf58da4 [lld] Allow rel iplt symbols with dynamic symbol table
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/Writer.cpp | 2 +-
test/ELF/gnu-ifunc-dynsym.s | 19 +++++++++++++++++++
2 files changed, 20 insertions(+), 1 deletion(-)
create mode 100644 test/ELF/gnu-ifunc-dynsym.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 d2f3f4a06ac [LCG] Replace an implicit bool operator with a named functi [...]
new a4861e0c2b3 [AArch64] LSE Atomics reorg - part 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:
include/llvm/Target/TargetSelectionDAG.td | 103 +-
.../AArch64/AArch64DeadRegisterDefinitionsPass.cpp | 112 +-
lib/Target/AArch64/AArch64InstrAtomics.td | 68 +-
lib/Target/AArch64/AArch64InstrFormats.td | 80 +
lib/Target/AArch64/AArch64SchedThunderX2T99.td | 133 +
test/CodeGen/AArch64/atomic-ops-lse.ll | 4050 +++++++++++++++++++-
6 files changed, 4416 insertions(+), 130 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 9468df99c11 [LCG] When removing a dead function and clearing out the da [...]
new d2f3f4a06ac [LCG] Replace an implicit bool operator with a named functi [...]
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/Analysis/LazyCallGraph.h | 2 +-
lib/Analysis/LazyCallGraph.cpp | 4 ++--
2 files changed, 3 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 lld.
from 2c03e7ecc Move File from SymbolBody to Symbol.
new 337999c0c Replace CRLF.
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/dynstr-no-rosegment.s | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 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 6aacb5befa Bug 21053: sh: Reduce namespace pollution from sys/ucontext.h
new 36f173ab37 sunrpc: Avoid use-after-free read access in clntudp_call [BZ [...]
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 | 8 +++++++
sunrpc/Makefile | 3 ++-
sunrpc/clnt_udp.c | 2 +-
sunrpc/tst-udp-error.c | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++
4 files changed, 73 insertions(+), 2 deletions(-)
create mode 100644 sunrpc/tst-udp-error.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.