This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 985e27f1bfa * params.opt (max-inline-insns-single-O2): Set to 70 (inst [...]
new 096f06684bb * ipa-fnsummary.c (ipa_call_context::estimate_size_and_tim [...]
new 189c9a22f49 aarch64: Add "c" constraint
new 61c2dce7633 arm: Fix the "c" constraint
new 45d0b06e29e arm: Rename CC_NOOVmode to CC_NZmode
new f5d94305d81 arm, aarch64: Add support for __GCC_ASM_FLAG_OUTPUTS__
new ba5fe615134 arm: Add testsuite checks for asm-flag
new 990a0a6613f aarch64: Add testsuite checks for asm-flag
The 7 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 | 63 +++++++++
gcc/config/aarch64/aarch64-c.c | 2 +
gcc/config/aarch64/aarch64.c | 3 +
gcc/config/aarch64/constraints.md | 4 +
gcc/config/arm/aarch-common-protos.h | 6 +
gcc/config/arm/aarch-common.c | 136 +++++++++++++++++++
gcc/config/arm/arm-c.c | 1 +
gcc/config/arm/arm-modes.def | 4 +-
gcc/config/arm/arm.c | 15 ++-
gcc/config/arm/arm.md | 186 +++++++++++++-------------
gcc/config/arm/constraints.md | 5 +-
gcc/config/arm/predicates.md | 2 +-
gcc/config/arm/thumb1.md | 8 +-
gcc/config/arm/thumb2.md | 34 ++---
gcc/doc/extend.texi | 39 ++++++
gcc/ipa-fnsummary.c | 8 +-
gcc/testsuite/ChangeLog | 12 ++
gcc/testsuite/gcc.target/aarch64/asm-flag-1.c | 35 +++++
gcc/testsuite/gcc.target/aarch64/asm-flag-3.c | 38 ++++++
gcc/testsuite/gcc.target/aarch64/asm-flag-5.c | 30 +++++
gcc/testsuite/gcc.target/aarch64/asm-flag-6.c | 62 +++++++++
gcc/testsuite/gcc.target/arm/asm-flag-1.c | 36 +++++
gcc/testsuite/gcc.target/arm/asm-flag-3.c | 38 ++++++
gcc/testsuite/gcc.target/arm/asm-flag-5.c | 30 +++++
gcc/testsuite/gcc.target/arm/asm-flag-6.c | 62 +++++++++
25 files changed, 732 insertions(+), 127 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/asm-flag-1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/asm-flag-3.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/asm-flag-5.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/asm-flag-6.c
create mode 100644 gcc/testsuite/gcc.target/arm/asm-flag-1.c
create mode 100644 gcc/testsuite/gcc.target/arm/asm-flag-3.c
create mode 100644 gcc/testsuite/gcc.target/arm/asm-flag-5.c
create mode 100644 gcc/testsuite/gcc.target/arm/asm-flag-6.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 gcc.
from f878aec8aa6 Support for value ranges in IPA predicates
new 985e27f1bfa * params.opt (max-inline-insns-single-O2): Set to 70 (inst [...]
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/ChangeLog | 4 ++++
gcc/params.opt | 2 +-
2 files changed, 5 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-arm-stable-allnoconfig
in repository toolchain/ci/llvm-project.
from bc6d0f15c22 [Sema] Add MacroQualified case for FunctionTypeUnwrapper
adds b288f7d6bb8 [codeview] Fix for PR43479
adds 840845a1eea Fix merge issues in b288f7d6bb8fdd21d27ba755302db194c181fdaf
No new revisions were added by this update.
Summary of changes:
llvm/include/llvm/CodeGen/MachineFunction.h | 15 +--
llvm/include/llvm/CodeGen/MachineInstr.h | 52 +++++++-
llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 16 +--
llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 34 +++--
llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h | 3 +-
llvm/lib/CodeGen/MachineFunction.cpp | 19 +--
llvm/lib/CodeGen/MachineInstr.cpp | 142 ++++++++++-----------
llvm/lib/CodeGen/SelectionDAG/FastISel.cpp | 7 +-
.../CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp | 8 +-
llvm/test/CodeGen/X86/label-heapallocsite.ll | 43 +++----
llvm/test/CodeGen/X86/taildup-heapallocsite.ll | 21 ++-
llvm/unittests/CodeGen/MachineInstrTest.cpp | 140 ++++++++++++++++++++
12 files changed, 331 insertions(+), 169 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-arm-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 5a68f4d3 0: update: llvm-linux: all
new 2815d2b4 0: update: llvm-linux: all
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 (5a68f4d3)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-arm- [...]
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 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:
01-reset_artifacts/console.log | 166 +-
02-build_llvm/console.log | 11968 ++++++++++++++++++------------------
03-build_linux/console.log | 808 ++-
04-boot_linux/console.log | 2 +-
console.log | 12944 ++++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
6 files changed, 12950 insertions(+), 12946 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 1bec1645a61 Remove usage of CIF_MAX_INLINE_INSNS_SINGLE_O2_LIMIT.
new f878aec8aa6 Support for value ranges in IPA predicates
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/ChangeLog | 13 ++++
gcc/ipa-cp.c | 97 ++++++++++++++++++++----
gcc/ipa-fnsummary.c | 142 ++++++++++++++++++++++++++----------
gcc/ipa-inline.c | 15 +++-
gcc/ipa-prop.h | 2 +
gcc/testsuite/ChangeLog | 4 +
gcc/testsuite/gcc.dg/ipa/inline-9.c | 23 ++++++
7 files changed, 242 insertions(+), 54 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/ipa/inline-9.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-aarch64-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 907e82d8 0: update: llvm-linux: boot
new 259cdd49 0: update: llvm-linux: boot
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 (907e82d8)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-aarch [...]
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 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:
01-reset_artifacts/console.log | 166 +-
02-build_llvm/console.log | 12332 ++++++++++++++++++------------------
03-build_linux/console.log | 702 +--
04-boot_linux/console.log | 4 +-
console.log | 13204 +++++++++++++++++++--------------------
jenkins/manifest.sh | 12 +-
6 files changed, 13210 insertions(+), 13210 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-aarch64-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 46a457e7 0: update: llvm-linux: boot
new 4d1e2ddf 0: update: llvm-linux: boot
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 (46a457e7)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-aarch [...]
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 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:
01-reset_artifacts/console.log | 220 +-
02-build_llvm/console.log | 12431 +++++++++++++++++------------------
03-build_linux/console.log | 630 +-
04-boot_linux/console.log | 4 +-
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 14 +-
console.log | 13307 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 13310 insertions(+), 13312 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.