This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 4f67d55 [LICM] When promoting scalars, allow inserting stores to thre [...]
new f178652 [libFuzzer] cleaner implementation of -print_pcs=1
new c075007 Fix test change in r290736: restore index generation
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/Fuzzer/FuzzerLoop.cpp | 1 +
lib/Fuzzer/FuzzerTracePC.cpp | 19 ++++++++++++-------
lib/Fuzzer/FuzzerTracePC.h | 1 +
test/ThinLTO/X86/autoupgrade.ll | 1 +
4 files changed, 15 insertions(+), 7 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 ddd3bb7 Use continuous boosting factor for complete unroll.
new 4f67d55 [LICM] When promoting scalars, allow inserting stores to thre [...]
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/Transforms/Scalar/LICM.cpp | 3 ++-
test/Transforms/LICM/promote-tls.ll | 42 ++++++++++++++++++++++++++++++++++++-
2 files changed, 43 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 07ddca8 Replace test from using llvm-lto to use llvm-link (NFC)
new ddd3bb7 Use continuous boosting factor for complete unroll.
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/TargetTransformInfo.h | 18 ++--
lib/Transforms/Scalar/LoopUnrollPass.cpp | 107 ++++++---------------
test/Transforms/LoopUnroll/full-unroll-crashers.ll | 2 +-
.../LoopUnroll/full-unroll-heuristics-2.ll | 2 +-
.../LoopUnroll/full-unroll-heuristics-cmp.ll | 2 +-
.../LoopUnroll/full-unroll-heuristics-dce.ll | 2 +-
.../LoopUnroll/full-unroll-heuristics-geps.ll | 2 +-
.../LoopUnroll/full-unroll-heuristics-phi-prop.ll | 2 +-
.../LoopUnroll/full-unroll-heuristics.ll | 15 ++-
.../LoopUnroll/partial-unroll-const-bounds.ll | 4 +-
.../Transforms/LoopUnroll/unroll-heuristics-pgo.ll | 2 +-
11 files changed, 58 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 85202d7 [LICM] Make logic in promoteLoopAccessesToScalars easier to f [...]
new 5d6cc82 [LICM] Remove unneeded tracking of whether changes were made. NFC.
new 07ddca8 Replace test from using llvm-lto to use llvm-link (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/Transforms/Scalar/LICM.cpp | 16 +++++++---------
test/ThinLTO/X86/autoupgrade.ll | 8 +++++---
2 files 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 master
in repository llvm.
from beaec29 [InstCombine] More thoroughly canonicalize the position of zexts
new 85202d7 [LICM] Make logic in promoteLoopAccessesToScalars easier to f [...]
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/Transforms/Scalar/LICM.cpp | 87 +++++++++++++++++++++++-------------------
1 file changed, 47 insertions(+), 40 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 binutils-2_28-branch
in repository binutils-gdb.
from 4b99bc8 Automatic date update in version.in
new de1f27a link_hash_copy_indirect and symbol flags
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/ChangeLog | 18 ++++++++++++++++++
bfd/elf32-hppa.c | 15 ++++++++-------
bfd/elf32-i386.c | 3 ++-
bfd/elf32-ppc.c | 3 ++-
bfd/elf32-s390.c | 3 ++-
bfd/elf32-sh.c | 3 ++-
bfd/elf64-ppc.c | 28 +++++++++++++---------------
bfd/elf64-s390.c | 3 ++-
bfd/elf64-x86-64.c | 14 +++++---------
bfd/elflink.c | 17 +++++++----------
bfd/elfnn-ia64.c | 3 ++-
11 files changed, 63 insertions(+), 47 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 1df399b Include <algorithm> for std::max etc
new bec27c8 Simplify FunctionLoweringInfo.cpp with range for loops
new 54223ae [AVR] Optimize 16-bit ORs with '0'
new beaec29 [InstCombine] More thoroughly canonicalize the position of zexts
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/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp | 71 +++++++++------------
lib/Target/AVR/AVRExpandPseudoInsts.cpp | 39 ++++++++----
lib/Transforms/InstCombine/InstCombineAddSub.cpp | 56 ++++++++++++++---
.../InstCombine/InstCombineMulDivRem.cpp | 73 ++++++++++++++++++++++
test/CodeGen/AVR/PR31344.ll | 35 +++++++++++
test/CodeGen/AVR/integration/blink.ll | 6 +-
6 files changed, 215 insertions(+), 65 deletions(-)
create mode 100644 test/CodeGen/AVR/PR31344.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 609c5d6 [LICM] Compute exit blocks for promotion eagerly. NFC.
new 1df399b Include <algorithm> for std::max etc
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/Fuzzer/FuzzerCorpus.h | 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 gcc.
from 71c9282 * config/i386/i386.md (divmodqi4): Use lowpart_subreg.
new 9e94b09 Daily bump.
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/DATESTAMP | 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 gcc-6-branch
in repository gcc.
from cbe0d31 Daily bump.
new a0d6852 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.