This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 35a5cc8b497 [SCEV] Add explicit representations of umin/smin
new 4079beaf423 [JITLink] Fix some copy/paste related typos in a test case.
new 8c101025dc2 [DebugInfo@O2][LoopVectorize] pr39024: Vectorized code line [...]
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/Utils/BasicBlockUtils.cpp | 8 +-
lib/Transforms/Vectorize/LoopVectorize.cpp | 20 +++-
.../JITLink/X86/MachO_x86-64_relocations.s | 41 +++----
test/Transforms/LoopSimplify/dbg-loc.ll | 2 +-
test/Transforms/LoopSimplify/do-preheader-dbg.ll | 122 +++++++++++++++++++++
test/Transforms/LoopSimplify/for-preheader-dbg.ll | 102 +++++++++++++++++
test/Transforms/LoopUnroll/runtime-loop1.ll | 16 ++-
.../X86/vectorization-remarks-missed.ll | 12 +-
.../X86/vectorization-remarks-profitable.ll | 4 +-
test/Transforms/LoopVectorize/debugloc.ll | 9 +-
test/Transforms/LoopVectorize/fix-reduction-dbg.ll | 87 +++++++++++++++
test/Transforms/LoopVectorize/unsafe-dep-remark.ll | 2 +-
12 files changed, 376 insertions(+), 49 deletions(-)
create mode 100755 test/Transforms/LoopSimplify/do-preheader-dbg.ll
create mode 100755 test/Transforms/LoopSimplify/for-preheader-dbg.ll
create mode 100755 test/Transforms/LoopVectorize/fix-reduction-dbg.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 lldb.
from 44e2266c0 RegisterContextLLDB: Push CFA value on DWARF stack when evalu [...]
new 0d01b3f05 Added missing files from 360071.
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/Symbol/CMakeLists.txt | 1 +
unittests/Symbol/Inputs/inlined-functions.yaml | 943 +++++++++++++++++++++++++
unittests/Symbol/TestLineEntry.cpp | 235 ++++++
3 files changed, 1179 insertions(+)
create mode 100644 unittests/Symbol/Inputs/inlined-functions.yaml
create mode 100644 unittests/Symbol/TestLineEntry.cpp
--
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 f2983bc47 [libFuzzer] Increase timeouts on fork tests and skip one on aarch64
new b51c88520 [scudo][standalone] Introduce the Quarantine
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/scudo/standalone/CMakeLists.txt | 1 +
lib/scudo/standalone/mutex.h | 1 +
lib/scudo/standalone/quarantine.h | 291 ++++++++++++++++++++++++++
lib/scudo/standalone/tests/CMakeLists.txt | 1 +
lib/scudo/standalone/tests/quarantine_test.cc | 240 +++++++++++++++++++++
5 files changed, 534 insertions(+)
create mode 100644 lib/scudo/standalone/quarantine.h
create mode 100644 lib/scudo/standalone/tests/quarantine_test.cc
--
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 ab01cac2f55 2019-05-07 Richard Biener <rguenther(a)suse.de>
new ff628b99e47 Fix make install-gcc-specs with empty GCC_SPECS_FILES
new 845d0fd6b55 Add test for std::hash<std::error_code>
new 29499715678 Improve API docs for std::regex
new 69be6ea54c2 Make allocator propagation more consistent for operator+(ba [...]
new b103d23d42b Fix incorrect DR numbers in libstdc++ manual
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/ada/ChangeLog | 5 +
gcc/ada/gcc-interface/Makefile.in | 5 +-
libstdc++-v3/ChangeLog | 27 ++++
libstdc++-v3/doc/xml/manual/intro.xml | 10 +-
libstdc++-v3/include/bits/basic_string.h | 20 ++-
libstdc++-v3/include/bits/basic_string.tcc | 12 +-
libstdc++-v3/include/bits/regex.h | 46 ++++---
libstdc++-v3/include/bits/regex.tcc | 12 +-
.../{error_condition => error_code}/hash.cc | 13 +-
.../basic_string/allocator/char/operator_plus.cc | 151 ++++++++++++++++++++
.../allocator/wchar_t/operator_plus.cc | 152 +++++++++++++++++++++
11 files changed, 413 insertions(+), 40 deletions(-)
copy libstdc++-v3/testsuite/19_diagnostics/{error_condition => error_code}/hash.cc (82%)
create mode 100644 libstdc++-v3/testsuite/21_strings/basic_string/allocator/char/o [...]
create mode 100644 libstdc++-v3/testsuite/21_strings/basic_string/allocator/wchar_ [...]
--
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-8-branch
in repository gcc.
from 9ee23b1bffd Daily bump.
new e64f6b567d1 Fix make install-gcc-specs with empty GCC_SPECS_FILES
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/ada/ChangeLog | 5 +++++
gcc/ada/gcc-interface/Makefile.in | 5 ++---
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 gcc-9-branch
in repository gcc.
from 7fbbc7cee67 Daily bump.
new 5ddf7ce9735 Fix make install-gcc-specs with empty GCC_SPECS_FILES
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/ada/ChangeLog | 5 +++++
gcc/ada/gcc-interface/Makefile.in | 5 ++---
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 gcc-7-branch
in repository gcc.
from d1cab2b4f66 Fix output_constructor_bitfield handling of wide bitfields [...]
new 166e0f2c4f6 Fix make install-gcc-specs with empty GCC_SPECS_FILES
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/ada/ChangeLog | 5 +++++
gcc/ada/gcc-interface/Makefile.in | 5 ++---
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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards a0b7e5ac 0: update: binutils-gcc-linux: all
new feae0f3b 0: update: binutils-gcc-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 (a0b7e5ac)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 | 130 +-
02-prepare_abe/console.log | 402 +-
03-build_abe-binutils/console.log | 11027 +-
04-build_abe-stage1/console.log | 15172 +-
05-build_linux/console.log | 406080 ++++++++++++++++----------------
06-boot_linux/console.log | 2 +-
08-update_baseline/console.log | 8 +-
console.log | 432901 +++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
9 files changed, 432860 insertions(+), 432874 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.