Author: Maxim Kuvyrkov
Date: 2021-03-19T13:38:03Z
New Revision: 2049fe58903b68f66872a18e608f40e5233b55fb
URL:
https://github.com/llvm/llvm-project/commit/2049fe58903b68f66872a18e608f40e5233b55fb
DIFF:
https://github.com/llvm/llvm-project/commit/2049fe58903b68f66872a18e608f40e5233b55fb.diff
LOG
Author: Maxim Kuvyrkov
Date: 2021-03-18T08:07:02Z
New Revision: 62948c4532d59b59f63409eae5d7f9e4990e5626
URL:
https://github.com/llvm/llvm-project/commit/62948c4532d59b59f63409eae5d7f9e4990e5626
DIFF:
https://github.com/llvm/llvm-project/commit/62948c4532d59b59f63409eae5d7f9e4990e5626.diff
LOG
Author: Maxim Kuvyrkov
Date: 2021-03-18T07:47:31Z
New Revision: 6802fdf8871f69d52b06d0a2b7f62f3af8292690
URL:
https://github.com/llvm/llvm-project/commit/6802fdf8871f69d52b06d0a2b7f62f3af8292690
DIFF:
https://github.com/llvm/llvm-project/commit/6802fdf8871f69d52b06d0a2b7f62f3af8292690.diff
LOG
Author: Maxim Kuvyrkov
Date: 2021-03-18T07:42:55Z
New Revision: ace56d41aca8cac7cead9c2c97278aa50fc945b1
URL:
https://github.com/llvm/llvm-project/commit/ace56d41aca8cac7cead9c2c97278aa50fc945b1
DIFF:
https://github.com/llvm/llvm-project/commit/ace56d41aca8cac7cead9c2c97278aa50fc945b1.diff
LOG
Hi Tyker,
This patch generates lots of warnings on building Linux kernel, which seem to
be false positives.
E.g.,
===
static inline bool
atomic_inc_unless_negative(atomic_t *v)
{
int c = atomic_read(v);
do {
if (unlikely(c < 0))
return fal
Hi Richard,
The for-range-examples.cpp test fails on 32-bit arm buildbots, e.g.:
http://lab.llvm.org:8011/builders/clang-cmake-armv7-full/builds/840 . Would
you please investigate?
You didn't get a notification because your commit was around the same time as a
fix for an unrelated testcase is
Yes, it did. Thanks!
--
Maxim Kuvyrkov
www.linaro.org
> On May 3, 2018, at 3:48 PM, Nico Weber wrote:
>
> r331450 should hopefully fix this.
>
> On Tue, May 1, 2018 at 8:55 AM, Nico Weber wrote:
> tzik, can you take a look what's up on those bots?
>
> On Tue, May 1, 2018, 5:48 AM Maxim Ku
Hi Nico,
This broke armv7 and aarch64 bots:
-
http://lab.llvm.org:8011/builders/libcxx-libcxxabi-libunwind-armv7-linux/builds/87
-
http://lab.llvm.org:8011/builders/libcxx-libcxxabi-libunwind-aarch64-linux/builds/1304
Would you please investigate?
--
Maxim Kuvyrkov
www.linaro.org
> On Apr 3
> On Dec 23, 2017, at 12:01 AM, Alexey Bataev via cfe-commits
> wrote:
>
> Author: abataev
> Date: Fri Dec 22 13:01:52 2017
> New Revision: 321386
>
> URL: http://llvm.org/viewvc/llvm-project?rev=321386&view=rev
> Log:
> [OPENMP] Captured arguments of the capturable clauses by value.
>
> If th
Hi Eric,
This seems to have broken clang-cmake-thumbv7-a15 buildbot [*]. Would you
please investigate?
Or did you fix this while I was writing this email in 316661 :-) ?
Thank you,
[*] http://lab.llvm.org:8011/builders/clang-cmake-thumbv7-a15/builds/12511
--
Maxim Kuvyrkov
www.linaro.org
Hi Eric,
This seems to have broken ARM and AArch64 buildbots:
http://lab.llvm.org:8011/builders/libcxx-libcxxabi-libunwind-arm-linux/builds/850
http://lab.llvm.org:8011/builders/libcxx-libcxxabi-libunwind-arm-linux-noexceptions/builds/931
http://lab.llvm.org:8011/builders/libcxx-libcxxabi-libunwi
11 matches
Mail list logo