Author: Zachary Johnson
Date: 2023-12-01T09:50:33-05:00
New Revision: 288d97bf080136cd91b9d5c359a3178281f6e72f
URL:
https://github.com/llvm/llvm-project/commit/288d97bf080136cd91b9d5c359a3178281f6e72f
DIFF:
https://github.com/llvm/llvm-project/commit/288d97bf080136cd91b9d5c359a3178281f6e72f.dif
https://github.com/zacklj89 created
https://github.com/llvm/llvm-project/pull/74085
None
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Zachary Johnson
Date: 2023-12-01T09:50:53-05:00
New Revision: 1449b5262b8d6f04389546611a7e2f3c9e5cc02e
URL:
https://github.com/llvm/llvm-project/commit/1449b5262b8d6f04389546611a7e2f3c9e5cc02e
DIFF:
https://github.com/llvm/llvm-project/commit/1449b5262b8d6f04389546611a7e2f3c9e5cc02e.dif
llvmbot wrote:
@llvm/pr-subscribers-compiler-rt-sanitizer
Author: Zack Johnson (zacklj89)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/74085.diff
3 Files Affected:
- (modified) compiler-rt/lib/asan/asan_interceptors.cpp (+13-13)
- (modified) compiler-rt/lib/asan/a
Author: Graham Hunter
Date: 2023-12-01T16:06:25Z
New Revision: 62323944c4a6447dab25145de7dd816a54e499c4
URL:
https://github.com/llvm/llvm-project/commit/62323944c4a6447dab25145de7dd816a54e499c4
DIFF:
https://github.com/llvm/llvm-project/commit/62323944c4a6447dab25145de7dd816a54e499c4.diff
LOG:
Author: Graham Hunter
Date: 2023-12-01T16:35:34Z
New Revision: a3f46f46483b2d83a5b38c197caebf7f68af8d56
URL:
https://github.com/llvm/llvm-project/commit/a3f46f46483b2d83a5b38c197caebf7f68af8d56
DIFF:
https://github.com/llvm/llvm-project/commit/a3f46f46483b2d83a5b38c197caebf7f68af8d56.diff
LOG:
https://github.com/huntergr-arm updated
https://github.com/llvm/llvm-project/pull/73941
>From a3f46f46483b2d83a5b38c197caebf7f68af8d56 Mon Sep 17 00:00:00 2001
From: Graham Hunter
Date: Wed, 11 Oct 2023 17:06:09 +0100
Subject: [PATCH] [LV] Add support for linear arguments for vector function
v
huntergr-arm wrote:
Rebased after test changes.
https://github.com/llvm/llvm-project/pull/73941
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
fmayer wrote:
"change" in commit message is very vague. "change name of" or something? "fix
name style"? what does "setters/getters" refer to? I don't see anything but the
name change?
https://github.com/llvm/llvm-project/pull/74085
___
llvm-branch-c
https://github.com/zacklj89 edited
https://github.com/llvm/llvm-project/pull/74085
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
zacklj89 wrote:
Apologies @fmayer, I'm attempting to use SPR for the change in #71833. I've
updated the description.
https://github.com/llvm/llvm-project/pull/74085
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists
Author: Tom Eccles
Date: 2023-12-01T17:56:20Z
New Revision: d72d2e5320e33b558c258eeb872d53e550d70147
URL:
https://github.com/llvm/llvm-project/commit/d72d2e5320e33b558c258eeb872d53e550d70147
DIFF:
https://github.com/llvm/llvm-project/commit/d72d2e5320e33b558c258eeb872d53e550d70147.diff
LOG: Re
Author: Zachary Johnson
Date: 2023-12-01T16:05:42-05:00
New Revision: 025e4b27257ebc94cb11a45e99fad3ec5b10e401
URL:
https://github.com/llvm/llvm-project/commit/025e4b27257ebc94cb11a45e99fad3ec5b10e401
DIFF:
https://github.com/llvm/llvm-project/commit/025e4b27257ebc94cb11a45e99fad3ec5b10e401.dif
Author: Jon Roelofs
Date: 2023-12-01T13:08:03-08:00
New Revision: 6fe823c600230e92eb790dcca58a5f41e1e7900e
URL:
https://github.com/llvm/llvm-project/commit/6fe823c600230e92eb790dcca58a5f41e1e7900e
DIFF:
https://github.com/llvm/llvm-project/commit/6fe823c600230e92eb790dcca58a5f41e1e7900e.diff
L
Author: Jon Roelofs
Date: 2023-12-01T13:09:38-08:00
New Revision: f11d250777f8f4e1252712f4e05d6b95d95524ed
URL:
https://github.com/llvm/llvm-project/commit/f11d250777f8f4e1252712f4e05d6b95d95524ed
DIFF:
https://github.com/llvm/llvm-project/commit/f11d250777f8f4e1252712f4e05d6b95d95524ed.diff
L
Author: Jon Roelofs
Date: 2023-12-01T13:09:46-08:00
New Revision: d313d091dc40d5566d1b61e6108276b02ee5be8f
URL:
https://github.com/llvm/llvm-project/commit/d313d091dc40d5566d1b61e6108276b02ee5be8f
DIFF:
https://github.com/llvm/llvm-project/commit/d313d091dc40d5566d1b61e6108276b02ee5be8f.diff
L
https://github.com/jroelofs updated
https://github.com/llvm/llvm-project/pull/73687
>From aeb39b92bbd7670fb8c6b9e76a456a92199691b3 Mon Sep 17 00:00:00 2001
From: Jon Roelofs
Date: Wed, 29 Nov 2023 12:23:46 -0800
Subject: [PATCH] adjust tests per review feedback
Created using spr 1.3.4
---
cla
https://github.com/jroelofs updated
https://github.com/llvm/llvm-project/pull/73687
>From aeb39b92bbd7670fb8c6b9e76a456a92199691b3 Mon Sep 17 00:00:00 2001
From: Jon Roelofs
Date: Wed, 29 Nov 2023 12:23:46 -0800
Subject: [PATCH] adjust tests per review feedback
Created using spr 1.3.4
---
cla
Author: Jon Roelofs
Date: 2023-12-01T13:09:57-08:00
New Revision: ca23e96d355c853e3f52b8defa9626b1ea9b4cfb
URL:
https://github.com/llvm/llvm-project/commit/ca23e96d355c853e3f52b8defa9626b1ea9b4cfb
DIFF:
https://github.com/llvm/llvm-project/commit/ca23e96d355c853e3f52b8defa9626b1ea9b4cfb.diff
L
Author: Jon Roelofs
Date: 2023-12-01T13:09:58-08:00
New Revision: 9d89b0327643aeedb266ef0991466dc0f16e43af
URL:
https://github.com/llvm/llvm-project/commit/9d89b0327643aeedb266ef0991466dc0f16e43af
DIFF:
https://github.com/llvm/llvm-project/commit/9d89b0327643aeedb266ef0991466dc0f16e43af.diff
L
https://github.com/jroelofs updated
https://github.com/llvm/llvm-project/pull/73688
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/jroelofs updated
https://github.com/llvm/llvm-project/pull/73688
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Jon Roelofs
Date: 2023-12-01T13:10:21-08:00
New Revision: 501007c36f8f5a92bc64aaf54038cc6fb26fa897
URL:
https://github.com/llvm/llvm-project/commit/501007c36f8f5a92bc64aaf54038cc6fb26fa897
DIFF:
https://github.com/llvm/llvm-project/commit/501007c36f8f5a92bc64aaf54038cc6fb26fa897.diff
L
Author: Jon Roelofs
Date: 2023-12-01T13:10:22-08:00
New Revision: 38823b54f61b1b043ccd6e752b9d0fe82a60ec7b
URL:
https://github.com/llvm/llvm-project/commit/38823b54f61b1b043ccd6e752b9d0fe82a60ec7b
DIFF:
https://github.com/llvm/llvm-project/commit/38823b54f61b1b043ccd6e752b9d0fe82a60ec7b.diff
L
https://github.com/jroelofs updated
https://github.com/llvm/llvm-project/pull/73685
>From 603983e237e73b2d939bf9ee12e39ecc7983f7f1 Mon Sep 17 00:00:00 2001
From: Jon Roelofs
Date: Wed, 29 Nov 2023 14:21:54 -0800
Subject: [PATCH] add a note about the dispatch_once block
Created using spr 1.3.4
https://github.com/jroelofs updated
https://github.com/llvm/llvm-project/pull/73685
>From 603983e237e73b2d939bf9ee12e39ecc7983f7f1 Mon Sep 17 00:00:00 2001
From: Jon Roelofs
Date: Wed, 29 Nov 2023 14:21:54 -0800
Subject: [PATCH] add a note about the dispatch_once block
Created using spr 1.3.4
Author: Jon Roelofs
Date: 2023-12-01T13:32:40-08:00
New Revision: 72853bb876a884f2c9af03a858cc3b86d09b09bc
URL:
https://github.com/llvm/llvm-project/commit/72853bb876a884f2c9af03a858cc3b86d09b09bc
DIFF:
https://github.com/llvm/llvm-project/commit/72853bb876a884f2c9af03a858cc3b86d09b09bc.diff
L
Author: Jon Roelofs
Date: 2023-12-01T13:32:44-08:00
New Revision: 7f2f3512dacd04f20cc30fdef4576d73e11da2c8
URL:
https://github.com/llvm/llvm-project/commit/7f2f3512dacd04f20cc30fdef4576d73e11da2c8
DIFF:
https://github.com/llvm/llvm-project/commit/7f2f3512dacd04f20cc30fdef4576d73e11da2c8.diff
L
Author: Jon Roelofs
Date: 2023-12-01T13:32:52-08:00
New Revision: 655e7886620df43f27e9e970c6629d45ab81331b
URL:
https://github.com/llvm/llvm-project/commit/655e7886620df43f27e9e970c6629d45ab81331b
DIFF:
https://github.com/llvm/llvm-project/commit/655e7886620df43f27e9e970c6629d45ab81331b.diff
L
Author: Jon Roelofs
Date: 2023-12-01T13:32:56-08:00
New Revision: 4a034379bd636ce448c5a8f706c388da49f02062
URL:
https://github.com/llvm/llvm-project/commit/4a034379bd636ce448c5a8f706c388da49f02062
DIFF:
https://github.com/llvm/llvm-project/commit/4a034379bd636ce448c5a8f706c388da49f02062.diff
L
https://github.com/jroelofs updated
https://github.com/llvm/llvm-project/pull/73687
>From aeb39b92bbd7670fb8c6b9e76a456a92199691b3 Mon Sep 17 00:00:00 2001
From: Jon Roelofs
Date: Wed, 29 Nov 2023 12:23:46 -0800
Subject: [PATCH] adjust tests per review feedback
Created using spr 1.3.4
---
cla
Author: Jon Roelofs
Date: 2023-12-01T13:33:02-08:00
New Revision: 672624d8d2daadcf402603df0fce2eb3b7cf18ec
URL:
https://github.com/llvm/llvm-project/commit/672624d8d2daadcf402603df0fce2eb3b7cf18ec
DIFF:
https://github.com/llvm/llvm-project/commit/672624d8d2daadcf402603df0fce2eb3b7cf18ec.diff
L
Author: Jon Roelofs
Date: 2023-12-01T13:32:57-08:00
New Revision: b215b63b18fe2573f619d1f221d422df07ae2ee1
URL:
https://github.com/llvm/llvm-project/commit/b215b63b18fe2573f619d1f221d422df07ae2ee1
DIFF:
https://github.com/llvm/llvm-project/commit/b215b63b18fe2573f619d1f221d422df07ae2ee1.diff
L
Author: Jon Roelofs
Date: 2023-12-01T13:33:03-08:00
New Revision: 7b66e1e0139e71da3684e1480b41a68c4b14e3e9
URL:
https://github.com/llvm/llvm-project/commit/7b66e1e0139e71da3684e1480b41a68c4b14e3e9
DIFF:
https://github.com/llvm/llvm-project/commit/7b66e1e0139e71da3684e1480b41a68c4b14e3e9.diff
L
https://github.com/jroelofs updated
https://github.com/llvm/llvm-project/pull/73687
>From aeb39b92bbd7670fb8c6b9e76a456a92199691b3 Mon Sep 17 00:00:00 2001
From: Jon Roelofs
Date: Wed, 29 Nov 2023 12:23:46 -0800
Subject: [PATCH] adjust tests per review feedback
Created using spr 1.3.4
---
cla
https://github.com/jroelofs updated
https://github.com/llvm/llvm-project/pull/73685
>From 603983e237e73b2d939bf9ee12e39ecc7983f7f1 Mon Sep 17 00:00:00 2001
From: Jon Roelofs
Date: Wed, 29 Nov 2023 14:21:54 -0800
Subject: [PATCH] add a note about the dispatch_once block
Created using spr 1.3.4
https://github.com/jroelofs updated
https://github.com/llvm/llvm-project/pull/73688
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/jroelofs updated
https://github.com/llvm/llvm-project/pull/73688
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/jroelofs updated
https://github.com/llvm/llvm-project/pull/73685
>From 603983e237e73b2d939bf9ee12e39ecc7983f7f1 Mon Sep 17 00:00:00 2001
From: Jon Roelofs
Date: Wed, 29 Nov 2023 14:21:54 -0800
Subject: [PATCH] add a note about the dispatch_once block
Created using spr 1.3.4
https://github.com/vitalybuka edited
https://github.com/llvm/llvm-project/pull/74085
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
vitalybuka wrote:
You don't need this one as well 5d6304f01742a0a7c628fe6850e921c745eaea08
https://github.com/llvm/llvm-project/pull/74085
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/li
https://github.com/vitalybuka closed
https://github.com/llvm/llvm-project/pull/74085
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/kstoimenov created
https://github.com/llvm/llvm-project/pull/74163
This is the failure:
https://lab.llvm.org/buildbot/#/builders/236/builds/7728/steps/10/logs/stdio
This started with eef8e1d206dc01c081a0ca29b7f9e0c39d33446e, but because there
were a couple of patches that c
llvmbot wrote:
@llvm/pr-subscribers-clang-driver
Author: Kirill Stoimenov (kstoimenov)
Changes
This is the failure:
https://lab.llvm.org/buildbot/#/builders/236/builds/7728/steps/10/logs/stdio
This started with eef8e1d206dc01c081a0ca29b7f9e0c39d33446e, but because there
were a couple of
llvmbot wrote:
@llvm/pr-subscribers-mc
Author: Kirill Stoimenov (kstoimenov)
Changes
This is the failure:
https://lab.llvm.org/buildbot/#/builders/236/builds/7728/steps/10/logs/stdio
This started with eef8e1d206dc01c081a0ca29b7f9e0c39d33446e, but because there
were a couple of patches t
github-actions[bot] wrote:
:warning: C/C++ code formatter, clang-format found issues in your code.
:warning:
You can test this locally with the following command:
``bash
git-clang-format --diff 7ccc4ef55f9a4ebe381a980796e9c63220a48ab2
0f9d6bfadbc6782bf30ad1e70c46f946f73fdc39 --
https://github.com/vitalybuka created
https://github.com/llvm/llvm-project/pull/74171
None
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/vitalybuka created
https://github.com/llvm/llvm-project/pull/74172
None
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/vitalybuka created
https://github.com/llvm/llvm-project/pull/74173
None
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/vitalybuka created
https://github.com/llvm/llvm-project/pull/74174
None
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-compiler-rt-sanitizer
Author: Vitaly Buka (vitalybuka)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/74171.diff
4 Files Affected:
- (modified) compiler-rt/lib/asan/asan_interceptors.cpp (+19-17)
- (modified) compiler-rt/lib/asan/
llvmbot wrote:
@llvm/pr-subscribers-compiler-rt-sanitizer
Author: Vitaly Buka (vitalybuka)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/74172.diff
1 Files Affected:
- (modified) compiler-rt/lib/asan/asan_interceptors.cpp (+2-4)
``diff
diff --git a/compil
llvmbot wrote:
@llvm/pr-subscribers-compiler-rt-sanitizer
Author: Vitaly Buka (vitalybuka)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/74173.diff
1 Files Affected:
- (modified) compiler-rt/lib/asan/asan_interceptors.cpp (+3-9)
``diff
diff --git a/compil
llvmbot wrote:
@llvm/pr-subscribers-compiler-rt-sanitizer
Author: Vitaly Buka (vitalybuka)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/74174.diff
4 Files Affected:
- (modified) compiler-rt/lib/asan/asan_interceptors.cpp (+15-12)
- (modified) compiler-rt/lib/asan/
vitalybuka wrote:
Looks like buffer overflow, but not sure if this is pre-existed or new issue.
It's better to revert to recover the bot, and investigate.
https://github.com/llvm/llvm-project/pull/74163
___
llvm-branch-commits mailing list
llvm-branch-
https://github.com/vitalybuka approved this pull request.
https://github.com/llvm/llvm-project/pull/74163
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/vitalybuka closed
https://github.com/llvm/llvm-project/pull/74163
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Kirill Stoimenov
Date: 2023-12-01T19:26:46-08:00
New Revision: ef876c72f3d828055ce58d0f22ec40c7468bc6c1
URL:
https://github.com/llvm/llvm-project/commit/ef876c72f3d828055ce58d0f22ec40c7468bc6c1
DIFF:
https://github.com/llvm/llvm-project/commit/ef876c72f3d828055ce58d0f22ec40c7468bc6c1.di
58 matches
Mail list logo