This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_aosp-code_size-dex2oat/oriole-master
in repository toolchain/ci/base-artifacts.
from 36ae67c3bd5 6: onsuccess: #32: 2: [TCWG CI] Success after aosp_superpro [...]
new 0240804cb34 7: onsuccess: #34: 2: [TCWG CI] Success after aosp_superpro [...]
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.xz | Bin 1960 -> 1924 bytes
02-build_aosp_toolchain/console.log.xz | Bin 196252 -> 1732 bytes
03-build_shadow_llvm/console.log.xz | Bin 131116 -> 129408 bytes
04-build_aosp/console.log.xz | Bin 46892 -> 44768 bytes
05-process_shadow_data/console.log.xz | Bin 272 -> 272 bytes
06-check_regression/aosp.improvements | 1 -
06-check_regression/binary.regressions | 1 +
06-check_regression/console.log.xz | Bin 4704 -> 4136 bytes
06-check_regression/results-vs-first.csv | 4 ++--
06-check_regression/results-vs-prev.csv | 16 ++++++++--------
06-check_regression/results.regressions | 1 +
07-update_baseline/console.log | 9 ---------
dashboard/dashboard-generate.sh | 2 +-
git/aosp_superproject_rev | 2 +-
git/toolchain_superproject_rev | 2 +-
mail/changes-list-long.txt | 27 ++++++++++-----------------
mail/changes-list-short.txt | 2 +-
mail/last_good.sh | 26 +++++++++++++-------------
manifest.sh | 25 ++++++++++++-------------
results | 1 +
size.csv | 14 +++++++-------
21 files changed, 59 insertions(+), 74 deletions(-)
delete mode 100644 06-check_regression/aosp.improvements
create mode 100644 06-check_regression/binary.regressions
create mode 100644 06-check_regression/results.regressions
--
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 113549d9fd Update arm libm-tests-ulps
new 09b3821222 time: Fix strftime(3) API regarding nullability
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:
time/time.h | 3 ++-
1 file changed, 2 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 releases/gcc-12
in repository gcc.
from efa5d940aca Daily bump.
new 88792f04e5c IRA: Use minimal cost for hard register movement
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/ira-costs.cc | 156 +++++++++++++++++++++++++++------
gcc/testsuite/gcc.target/avr/pr90706.c | 9 ++
2 files changed, 140 insertions(+), 25 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/avr/pr90706.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_aosp-code_size-dalvikvm/oriole-master
in repository toolchain/ci/base-artifacts.
from 5ec5138dc0b 7: onsuccess: #28: 2: [TCWG CI] Success after aosp_superpro [...]
new fd25f30ae51 8: onsuccess: #29: 2: [TCWG CI] Success after aosp_superpro [...]
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.xz | Bin 1980 -> 2168 bytes
02-build_aosp_toolchain/console.log.xz | Bin 198160 -> 197448 bytes
03-build_shadow_llvm/console.log.xz | Bin 130836 -> 131160 bytes
04-build_aosp/console.log.xz | Bin 15016 -> 15108 bytes
06-check_regression/console.log.xz | Bin 4128 -> 4140 bytes
06-check_regression/results-vs-prev.csv | 2 +-
dashboard/dashboard-generate.sh | 2 +-
git/aosp_superproject_rev | 2 +-
git/llvm_rev | 2 +-
git/toolchain_superproject_rev | 2 +-
mail/changes-list-long.txt | 31 +++++++++++++++----------------
mail/changes-list-short.txt | 2 +-
manifest.sh => mail/last_good.sh | 0
manifest.sh | 26 +++++++++++++-------------
size.csv | 2 +-
15 files changed, 35 insertions(+), 36 deletions(-)
copy manifest.sh => mail/last_good.sh (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 gcc.
from 79d1e0b2c2b c++tools: Fix Makefile to properly clean and rebuild [PR101834]
new e02c9d9116f range-op-float, value-range: Fix up handling of UN{LT,LE,GT [...]
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/range-op-float.cc | 40 ++++++++++++++++++++++++++----
gcc/testsuite/gcc.target/i386/pr103559-1.c | 13 ++++++++++
gcc/testsuite/gcc.target/i386/pr103559-2.c | 15 +++++++++++
gcc/testsuite/gcc.target/i386/pr103559-3.c | 15 +++++++++++
gcc/testsuite/gcc.target/i386/pr103559-4.c | 13 ++++++++++
gcc/value-query.cc | 18 +++++++++-----
6 files changed, 103 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr103559-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr103559-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr103559-3.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr103559-4.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.