This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 201178425 remove a smattering of isolated, unnecessary uses of FILE*
new f2b326f32 Fix a crasher due to an assert when two files have the same U [...]
new d703067cc [CMake] Use the correct lit.cfg.py
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:
.../postmortem/minidump-new/TestMiniDumpUUID.py | 40 ++++++++++++++------
...m-zero-uuids.yaml => linux-arm-same-uuids.yaml} | 12 +++---
.../Plugins/Process/minidump/ProcessMinidump.cpp | 44 +++++++++++++++-------
test/CMakeLists.txt | 2 +-
4 files changed, 67 insertions(+), 31 deletions(-)
copy packages/Python/lldbsuite/test/functionalities/postmortem/minidump-new/{linux [...]
--
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 binutils-gdb.
from 6a25e8a290 Mark guile_{extension_,}script_ops as static
new cff32449e8 [gdb/target] Fix pretty-printer for MPX bnd registers
new a50faaf620 [gdb/testsuite] Add XFAILs in gdb.rust/simple.exp for incorr [...]
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:
gdb/ChangeLog | 6 +++
gdb/python/lib/gdb/printer/bound_registers.py | 2 +-
gdb/testsuite/ChangeLog | 5 +++
gdb/testsuite/gdb.rust/simple.exp | 56 ++++++++++++++++++++++++---
4 files changed, 63 insertions(+), 6 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-arm-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 5a33d7f0 2: update: linux-442630f691a1537b7e0cc35e3d580222077549cb: 19894
discards 553fe372 1: reset: linux-5f97cbe22b7616ead7ae267c29cad73bc1444811: 19650
discards 1d458186 0: update: llvm-1ea8bb39b9c4ec71bb53196a2cdfa001328e1cac: 19895
new 325fde77 0: update: llvm-linux: 19910
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 (5a33d7f0)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-n [...]
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 | 12165 +++++++++++++++++-----------------
03-build_linux/console.log | 1041 +--
05-check_regression/console.log | 18 +-
06-update_baseline/console.log | 89 +-
console.log | 13533 +++++++++++++++++++-------------------
jenkins/manifest.sh | 13 +-
results | 2 +-
8 files changed, 13736 insertions(+), 13345 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 44cde01a894 [WebAssembly] Make returns variadic
new 153c5a24ad4 [IRBuilder] Update IRBuilder::CreateFNeg(...) to return a U [...]
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/IR/IRBuilder.h | 6 +-
test/CodeGen/AMDGPU/amdgpu-codegenprepare-idiv.ll | 104 +++++++++++-----------
test/CodeGen/AMDGPU/divrem24-assume.ll | 2 +-
test/Transforms/InstCombine/cos-1.ll | 20 ++---
test/Transforms/InstCombine/fast-math.ll | 2 +-
test/Transforms/InstCombine/fmul.ll | 8 +-
test/Transforms/InstCombine/select-crash.ll | 4 +-
unittests/IR/InstructionsTest.cpp | 15 ++++
8 files changed, 87 insertions(+), 74 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 lldb.
from a402e029b TestHelloWorld: Make compatible with remote testing
new 1cde7df2c [Reproducer] Add convenience methods IsCapturing and IsReplaying.
new a7e304851 SBFile: add a bunch of tests that should eventually work.
new 3d1af486f SBFile support in SBCommandReturnObject
new 201178425 remove a smattering of isolated, unnecessary uses of FILE*
The 4 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/lldb/API/SBCommandReturnObject.h | 29 ++-
include/lldb/API/SBFile.h | 1 +
include/lldb/Interpreter/CommandReturnObject.h | 8 +-
include/lldb/Utility/Reproducer.h | 3 +
include/lldb/Utility/ReproducerInstrumentation.h | 10 +-
.../test/python_api/file_handle/TestFileHandle.py | 284 ++++++++++++++++++++-
scripts/Python/python-typemaps.swig | 22 +-
scripts/interface/SBCommandReturnObject.i | 27 +-
source/API/SBCommandReturnObject.cpp | 74 +++++-
source/API/SBDebugger.cpp | 6 +-
source/API/SBFile.cpp | 9 +-
source/Commands/CommandObjectReproducer.cpp | 6 +-
source/Core/IOHandler.cpp | 16 +-
source/Expression/REPL.cpp | 2 +-
.../Python/ScriptInterpreterPython.cpp | 5 +-
tools/driver/Driver.cpp | 13 +-
16 files changed, 448 insertions(+), 67 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 bfd19c3168 [OPENMP50]Fix scoring of contexts with and without user prov [...]
new c3ac76787b [IRBuilder] Update IRBuilder::CreateFNeg(...) to return a Un [...]
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/CodeGen/CGExprScalar.cpp | 14 +-
test/CodeGen/aarch64-neon-2velem.c | 34 +--
test/CodeGen/aarch64-neon-fma.c | 2 +-
test/CodeGen/aarch64-neon-intrinsics.c | 10 +-
test/CodeGen/aarch64-neon-misc.c | 6 +-
test/CodeGen/aarch64-neon-scalar-x-indexed-elem.c | 6 +-
test/CodeGen/aarch64-v8.2a-fp16-intrinsics.c | 2 +-
test/CodeGen/aarch64-v8.2a-neon-intrinsics.c | 24 +-
test/CodeGen/arm-v8.2a-neon-intrinsics.c | 8 +-
test/CodeGen/arm_neon_intrinsics.c | 8 +-
test/CodeGen/avx512f-builtins.c | 288 +++++++++++-----------
test/CodeGen/avx512vl-builtins.c | 144 +++++------
test/CodeGen/builtins-ppc-vsx.c | 12 +-
test/CodeGen/complex-math.c | 6 +-
test/CodeGen/exprs.c | 2 +-
test/CodeGen/fma-builtins.c | 64 ++---
test/CodeGen/fma4-builtins.c | 64 ++---
test/CodeGen/fp16-ops.c | 4 +-
test/CodeGen/zvector.c | 2 +-
test/CodeGen/zvector2.c | 2 +-
20 files changed, 352 insertions(+), 350 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 9e0e53f02f5 Implement C++20 P0388R4, DR 1307, and DR 330.
new d9d534895b7 PR tree-optimization/90879 - fold zero-equality of strcmp b [...]
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 | 21 +
gcc/builtins.c | 2 +-
gcc/c-family/ChangeLog | 5 +
gcc/c-family/c.opt | 6 +
gcc/calls.c | 8 +
gcc/doc/invoke.texi | 26 ++
gcc/gimple-fold.c | 36 +-
gcc/gimple-ssa-sprintf.c | 44 +-
gcc/testsuite/ChangeLog | 12 +
gcc/testsuite/gcc.dg/Wstring-compare-2.c | 127 ++++++
gcc/testsuite/gcc.dg/Wstring-compare.c | 181 +++++++++
gcc/testsuite/gcc.dg/strcmpopt_3.c | 20 +-
gcc/testsuite/gcc.dg/strcmpopt_6.c | 207 ++++++++++
gcc/testsuite/gcc.dg/strlenopt-65.c | 53 ++-
gcc/testsuite/gcc.dg/strlenopt-66.c | 38 +-
gcc/testsuite/gcc.dg/strlenopt-69.c | 126 ++++++
gcc/tree-ssa-strlen.c | 664 +++++++++++++++++++------------
17 files changed, 1261 insertions(+), 315 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/Wstring-compare-2.c
create mode 100644 gcc/testsuite/gcc.dg/Wstring-compare.c
create mode 100644 gcc/testsuite/gcc.dg/strcmpopt_6.c
create mode 100644 gcc/testsuite/gcc.dg/strlenopt-69.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 llvm.
from 230cf52e6e5 llvm-dwarfdump: Support multiple debug_loclists contributions
new d37615673fc [SampleFDO] Add indexing for function profiles so they can [...]
new 44cde01a894 [WebAssembly] Make returns variadic
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:
include/llvm/ProfileData/SampleProf.h | 3 +
include/llvm/ProfileData/SampleProfReader.h | 21 ++++-
include/llvm/ProfileData/SampleProfWriter.h | 44 ++++++---
lib/ProfileData/SampleProfReader.cpp | 102 ++++++++++++++++-----
lib/ProfileData/SampleProfWriter.cpp | 57 +++++++++---
.../MCTargetDesc/WebAssemblyInstPrinter.cpp | 5 +-
lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp | 34 +------
lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp | 6 +-
lib/Target/WebAssembly/WebAssemblyFastISel.cpp | 32 ++-----
lib/Target/WebAssembly/WebAssemblyISelLowering.cpp | 7 +-
lib/Target/WebAssembly/WebAssemblyInstrControl.td | 48 ++--------
lib/Target/WebAssembly/WebAssemblyInstrInfo.td | 3 +-
.../WebAssembly/WebAssemblyMachineFunctionInfo.cpp | 10 +-
lib/Target/WebAssembly/WebAssemblyPeephole.cpp | 96 +++++++------------
lib/Transforms/IPO/SampleProfile.cpp | 2 +-
.../WebAssembly/int-type-register-class-name.mir | 2 +-
test/CodeGen/WebAssembly/atomic-fence.mir | 5 +-
test/CodeGen/WebAssembly/eh-labels.mir | 2 +-
test/CodeGen/WebAssembly/explicit-locals.mir | 2 +-
test/CodeGen/WebAssembly/function-info.mir | 2 +-
test/CodeGen/WebAssembly/llround-conv-i32.ll | 4 +-
test/CodeGen/WebAssembly/multivalue.ll | 14 +--
test/CodeGen/WebAssembly/reg-argument.mir | 10 +-
test/CodeGen/WebAssembly/reg-copy.mir | 24 ++---
.../DebugInfo/WebAssembly/dbg-value-move-clone.mir | 2 +-
.../WebAssembly/dbg-value-move-reg-stackify.mir | 2 +-
.../SampleProfile/Inputs/inline.extbinary.afdo | Bin 272 -> 339 bytes
.../Inputs/profsampleacc.extbinary.afdo | Bin 304 -> 339 bytes
unittests/ProfileData/SampleProfTest.cpp | 36 ++++++--
29 files changed, 315 insertions(+), 260 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.