This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 9363d72dbb8 Update comment about is_leaf
new 8388d80a5e8 PR lto/69866 * lto-symtab.c (lto_symtab_merge_symbols): D [...]
new a86692851a9 Revert accidental checkin.
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/lto/ChangeLog | 7 +++++++
gcc/lto/lto-symtab.c | 36 ++++++++++++++++++++++++++++++++++++
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.dg/lto/pr69866_0.c | 13 +++++++++++++
gcc/testsuite/gcc.dg/lto/pr69866_1.c | 6 ++++++
5 files changed, 68 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/lto/pr69866_0.c
create mode 100644 gcc/testsuite/gcc.dg/lto/pr69866_1.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 llvm.
from e4a39516a0b Fold variable into assert.
new edd54f82b6a [MachineLICM] Hoist TOC-based address instructions
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/TargetRegisterInfo.h | 10 +++
lib/CodeGen/MachineLICM.cpp | 7 +-
lib/Target/PowerPC/PPCRegisterInfo.cpp | 14 ++++
lib/Target/PowerPC/PPCRegisterInfo.h | 1 +
test/CodeGen/PowerPC/licm-tocReg.ll | 110 +++++++++++++++++++++++++++++++
5 files changed, 140 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/PowerPC/licm-tocReg.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 clang.
from 1f5cfa9fff Apply summary-based dead stripping to regular LTO modules wi [...]
new d5b5a8fae5 LexerTest memory leak fix-
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:
unittests/Lex/LexerTest.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 compiler-rt.
from 435e37653 [asan] Fix typo in doc string.
new 6f8de12f0 [ubsan] Fix a faulty memory accessibility check
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/ubsan/ubsan_type_hash_itanium.cc | 4 +-
test/ubsan/TestCases/TypeCheck/Linux/PR33221.cpp | 50 ++++++++++++++++++++++
.../TestCases/TypeCheck}/Linux/lit.local.cfg | 0
test/ubsan/TestCases/TypeCheck/PR33221.cpp | 2 +-
4 files changed, 53 insertions(+), 3 deletions(-)
create mode 100644 test/ubsan/TestCases/TypeCheck/Linux/PR33221.cpp
copy test/{asan/TestCases => ubsan/TestCases/TypeCheck}/Linux/lit.local.cfg (100%)
--
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 b9ff4ba7196 Silence warning with assertions disabled.
new a14f1bc634e [InstCombine] Handle (iszero(A & K1) | iszero(A & K2)) -> ( [...]
new e4a39516a0b Fold variable into assert.
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/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 3 +-
lib/Transforms/InstCombine/InstCombineAndOrXor.cpp | 34 +++++++++-------------
test/Transforms/InstCombine/onehot_merge.ll | 13 +++------
3 files changed, 19 insertions(+), 31 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 00cc11273bf ISel: Fix FastISel of swifterror values
new b9ff4ba7196 Silence warning with assertions disabled.
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/LTO/LTO.cpp | 1 +
1 file changed, 1 insertion(+)
--
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 zorg.
from 24dfe83 Add new buildslave for libc++
new 6ce9228 make AnnotatedBuilder use LLVMBuildFactory and depends_on_projects
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:
buildbot/osuosl/master/config/builders.py | 3 ++-
zorg/buildbot/builders/AnnotatedBuilder.py | 7 +++++--
2 files changed, 7 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 c9069cd4534 [BasicAA] Add test case that goes with r305481.
new 00cc11273bf ISel: Fix FastISel of swifterror values
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/FunctionLoweringInfo.h | 12 +++
lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp | 26 ++++++
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 34 ++++---
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 79 ++++++++++++++++
test/CodeGen/AArch64/swifterror.ll | 27 ++++++
test/CodeGen/ARM/swifterror.ll | 28 ++++++
test/CodeGen/X86/swifterror.ll | 108 ++++++++++++++++++++++
7 files changed, 300 insertions(+), 14 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.