This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 1ea75112a Simplify. NFC.
new a43f86df3 Try harder to delete the temporary 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:
Common/ErrorHandler.cpp | 3 +++
ELF/Writer.cpp | 4 ++--
include/lld/Common/ErrorHandler.h | 3 +++
3 files changed, 8 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 llvm.
from b5fc14e6f81 [ValueTracking] simplify code in CannotBeNegativeZero() wit [...]
new 65f52bf60ec [X86] Allow X86ISD::Wrapper to be folded into the base of g [...]
new 0e1d4ee93e7 [ValueTracking] use 'auto' with 'dyn_cast'; NFC
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/Analysis/ValueTracking.cpp | 24 ++++---
lib/Target/X86/X86ISelDAGToDAG.cpp | 55 +++++++++------
test/CodeGen/X86/masked_gather_scatter.ll | 113 ++++++++++++++++++++----------
3 files changed, 123 insertions(+), 69 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 5762a456d44 [Reassociate] add tests with 'reassoc' FMF; NFC
new b5fc14e6f81 [ValueTracking] simplify code in CannotBeNegativeZero() wit [...]
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/ValueTracking.cpp | 8 +++-----
1 file changed, 3 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 clang.
from a973390f24 [ThinLTO] Handle -fdebug-pass-manager for backend invocation [...]
new 15a011c63f [analyzer] ObjCGenerics: Don't warn on cast conversions invo [...]
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:
.../Checkers/DynamicTypePropagation.cpp | 32 +-
test/Analysis/generics.m | 1161 ++++++++++----------
2 files changed, 580 insertions(+), 613 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 cbf33885f54 Remove the null check from placement new in all modes
new 7c3432355e5 * cgraph.c (cgraph_edge::sreal_frequency): New function. [...]
new fa48a8cb7c3 PR lto/81351 * debug.h (dwarf2out_do_eh_frame): Declare. [...]
new 74052a2ca86 * tree-ssa-sink.c (select_best_block): Do not use frequencies.
new fdd2edb60ca * tree-ssa-coalesce.c (coalesce_cost): Fix formating.
new 7c520377936 PR lto/81351 * dwarf2out.c (do_eh_frame): New static vari [...]
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:
gcc/ChangeLog | 45 +++++++++++++++++++++++++++++++++
gcc/cgraph.c | 12 +++++++++
gcc/cgraph.h | 4 +++
gcc/debug.h | 3 +--
gcc/dwarf2cfi.c | 18 +++++++++----
gcc/dwarf2out.c | 16 +++++++-----
gcc/ipa-fnsummary.c | 17 +++++++------
gcc/ipa-inline.c | 15 +++++------
gcc/lto-opts.c | 67 ++-----------------------------------------------
gcc/profile-count.c | 27 ++++++++++++++++++++
gcc/profile-count.h | 3 +++
gcc/toplev.c | 7 +++---
gcc/tree-ssa-coalesce.c | 3 ++-
gcc/tree-ssa-sink.c | 6 +++--
14 files changed, 143 insertions(+), 100 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 9ac18d67098 AMDGPU: Drop duplicate setOperationAction
new 5762a456d44 [Reassociate] add tests with 'reassoc' FMF; NFC
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:
.../Reassociate/fast-AgressiveSubMove.ll | 15 ++
test/Transforms/Reassociate/fast-MissedTree.ll | 15 ++
test/Transforms/Reassociate/fast-SubReassociate.ll | 36 ++++
test/Transforms/Reassociate/fast-basictest.ll | 222 ++++++++++++++++++++-
.../Reassociate/mixed-fast-nonfast-fp.ll | 26 ++-
5 files changed, 311 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 gcc.
from 645df0968c8 [ARM] Fix more -Wreturn-type fallout (gcc.target/arm/pr67989.C).
new cbf33885f54 Remove the null check from placement new in all modes
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/cp/ChangeLog | 7 +++++++
gcc/cp/init.c | 2 +-
gcc/testsuite/g++.dg/init/pr35878_1.C | 2 +-
gcc/testsuite/g++.dg/init/{pr35878_2.C => pr35878_4.C} | 2 +-
gcc/testsuite/g++.dg/torture/pr48695.C | 1 +
gcc/testsuite/g++.dg/tree-ssa/pr31146-2.C | 7 +++----
gcc/testsuite/g++.dg/tree-ssa/pr41428.C | 7 +++----
7 files changed, 17 insertions(+), 11 deletions(-)
copy gcc/testsuite/g++.dg/init/{pr35878_2.C => pr35878_4.C} (82%)
--
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 4a306ef1c8 ld.so: Add architecture specific fields
new eceed67166 Add missing ChangeLog sub-entries
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 | 3 +++
1 file changed, 3 insertions(+)
--
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 a797fb9901c [ARM GlobalISel] Update legalizer test
new e6188868893 Revert "[CodeGenPrepare] Check that erased sunken address a [...]
new 5afa924e808 [SCEV] Handling for ICmp occuring in the evolution chain.
new 9ac18d67098 AMDGPU: Drop duplicate setOperationAction
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:
lib/Analysis/ScalarEvolution.cpp | 94 +++++++++++++++++++++--
lib/CodeGen/CodeGenPrepare.cpp | 7 +-
lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 2 -
lib/Transforms/Scalar/LoopStrengthReduce.cpp | 2 +-
test/Analysis/ScalarEvolution/pr34538.ll | 39 ++++++++++
test/Transforms/CodeGenPrepare/Mips/lit.local.cfg | 2 -
test/Transforms/CodeGenPrepare/Mips/pr35209.ll | 64 ---------------
7 files changed, 128 insertions(+), 82 deletions(-)
create mode 100644 test/Analysis/ScalarEvolution/pr34538.ll
delete mode 100644 test/Transforms/CodeGenPrepare/Mips/lit.local.cfg
delete mode 100644 test/Transforms/CodeGenPrepare/Mips/pr35209.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.