llvmbot wrote:
@llvm/pr-subscribers-llvm-adt
Author: Victor Campos (vhscampos)
Changes
This patch adds useful methods to the SmallSet API:
- Constructor that takes pair of iterators.
- Constructor that takes a range.
- Constructor that takes an initializer list.
- Copy constructor.
-
Author: Rahul Joshi
Date: 2024-09-13T12:13:02-07:00
New Revision: 4e53d121f3f83f7ffe23a9dc835a0ffd68a5a1c9
URL:
https://github.com/llvm/llvm-project/commit/4e53d121f3f83f7ffe23a9dc835a0ffd68a5a1c9
DIFF:
https://github.com/llvm/llvm-project/commit/4e53d121f3f83f7ffe23a9dc835a0ffd68a5a1c9.diff
L
llvmbot wrote:
@llvm/pr-subscribers-flang-driver
@llvm/pr-subscribers-clangd
Author: Florian Mayer (fmayer)
Changes
This reverts commit e7f782e7481cea23ef452a75607d3d61f5bd0d22.
This had UBSan failures:
[--] 1 test from ConfigCompileTests
[ RUN ] ConfigCompileTests.Diagnosti
llvmbot wrote:
@llvm/pr-subscribers-clang-modules
Author: Florian Mayer (fmayer)
Changes
This reverts commit e7f782e7481cea23ef452a75607d3d61f5bd0d22.
This had UBSan failures:
[--] 1 test from ConfigCompileTests
[ RUN ] ConfigCompileTests.DiagnosticSuppression
Config fragmen
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/108661
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@quic-akaryaki What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/108661
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/108661
Backport d1ba432533aafc52fc59158350af937a8b6b9538
Requested by: @androm3da
>From c7dd9ed62e59f26057e86aa872ad9a166f9f645f Mon Sep 17 00:00:00 2001
From: Brian Cain
Date: Fri, 13 Sep 2024 17:10:03 -0500
Subject
llvmbot wrote:
@llvm/pr-subscribers-lld-elf
Author: None (llvmbot)
Changes
Backport d1ba432533aafc52fc59158350af937a8b6b9538
Requested by: @androm3da
---
Full diff: https://github.com/llvm/llvm-project/pull/108661.diff
2 Files Affected:
- (modified) lld/ELF/Arch/Hexagon.cpp (+3-5)
-
llvmbot wrote:
@llvm/pr-subscribers-compiler-rt-sanitizer
Author: Vitaly Buka (vitalybuka)
Changes
I don't have reproducers, and don't know if this
branch is even possible but it looks like a typo
in 031c40dc3c71e1e08d0c459b81fc6b54184cec58.
Before the patch:
For order "stk_begin, tls_beg
https://github.com/piggynl approved this pull request.
https://github.com/llvm/llvm-project/pull/108585
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-compiler-rt-sanitizer
Author: Vitaly Buka (vitalybuka)
Changes
There is possibility of
static_tls_begin is set and static_tls_end is not yet
The test reproduces the case.
Stack trace looks like this:
`MsanThread::Init`
`SetThreadStackAndTls`
`G
llvmbot wrote:
@llvm/pr-subscribers-pgo
Author: Vitaly Buka (vitalybuka)
Changes
Fixes asan,msan crash on check added in #108684.
The #108684 includes reproducer of the issue.
Change interface of `GetThreadStackAndTls` to
set `tls_begin` and `tls_end` at the same time.
---
Full diff: ht
Author: Jonas Devlieghere
Date: 2024-09-14T10:49:27-07:00
New Revision: ba6e663299e1d7b54a3ac4a7c647d44f66d8699d
URL:
https://github.com/llvm/llvm-project/commit/ba6e663299e1d7b54a3ac4a7c647d44f66d8699d
DIFF:
https://github.com/llvm/llvm-project/commit/ba6e663299e1d7b54a3ac4a7c647d44f66d8699d.d
llvmbot wrote:
@llvm/pr-subscribers-compiler-rt-sanitizer
Author: Vitaly Buka (vitalybuka)
Changes
We don't intercept this one, no reason to use RTLD_NEXT.
---
Full diff: https://github.com/llvm/llvm-project/pull/108723.diff
1 Files Affected:
- (modified) compiler-rt/lib/sanitizer_com
llvmbot wrote:
@llvm/pr-subscribers-compiler-rt-sanitizer
Author: Vitaly Buka (vitalybuka)
Changes
`gnu_get_libc_version` unlike `confstr` is not
intercepted. We should be able to use this
function earier.
Looks like we use `confstr` staring from
https://gcc.gnu.org/bugzilla/show_bug.cgi?
github-actions[bot] wrote:
Thank you for submitting a Pull Request (PR) to the LLVM Project!
This PR will be automatically labeled and the relevant teams will be notified.
If you wish to, you can add reviewers by using the "Reviewers" section on this
page.
If this is not working for you, it
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Dmitry Fursov (fursov)
Changes
If the type of an enumeration is not native (e.g. uint8_t) but is unsigned then
evaluation of the value might get wrong: for values bigger than half of type
range the return value will be negative. This happ
Author: dyung
Date: 2024-09-15T09:37:28-07:00
New Revision: f5d42938f209cb1f814ef8db78c7755fe31e2c5c
URL:
https://github.com/llvm/llvm-project/commit/f5d42938f209cb1f814ef8db78c7755fe31e2c5c
DIFF:
https://github.com/llvm/llvm-project/commit/f5d42938f209cb1f814ef8db78c7755fe31e2c5c.diff
LOG: Re
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/108783
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/108783
Backport 1c378d2b145578948942512f9d6985e37659d013
81279bf97f187eee0446af00d8ae9ec32a22e878
Requested by: @goldsteinn
>From 4c558a8d535a48d0588671d1574bc5a70478adce Mon Sep 17 00:00:00 2001
From: Noah Goldstein
llvmbot wrote:
@llvm/pr-subscribers-backend-x86
Author: None (llvmbot)
Changes
Backport 1c378d2b145578948942512f9d6985e37659d013
81279bf97f187eee0446af00d8ae9ec32a22e878
Requested by: @goldsteinn
---
Full diff: https://github.com/llvm/llvm-project/pull/108783.diff
2 Files Affected:
-
llvmbot wrote:
@llvm/pr-subscribers-llvm-analysis
@llvm/pr-subscribers-backend-nvptx
Author: Shilei Tian (shiltian)
Changes
This has been moved to `DataLayout`.
---
Full diff: https://github.com/llvm/llvm-project/pull/108787.diff
7 Files Affected:
- (modified) llvm/include/llvm/Analysi
Author: Benjamin Maxwell
Date: 2024-09-16T09:44:37+01:00
New Revision: 50d35439b78bc8fdd46d67424f281e2b9440e745
URL:
https://github.com/llvm/llvm-project/commit/50d35439b78bc8fdd46d67424f281e2b9440e745
DIFF:
https://github.com/llvm/llvm-project/commit/50d35439b78bc8fdd46d67424f281e2b9440e745.di
gbMattN wrote:
! Oh wow! ... Should the commented out line cause a type violation too? Or is
everything in the case above (commented line fine, memcpy not) really the
correct behaviour?
https://github.com/llvm/llvm-project/pull/108385
___
llvm-branch
llvmbot wrote:
@llvm/pr-subscribers-backend-x86
@llvm/pr-subscribers-clang
Author: Ganesh (ganeshgit)
Changes
Enables AMD Zen5 family of architectures. The models covered are
Models 00h-0Fh (Breithorn).
Models 10h-1Fh (Breithorn-Dense).
Models 20h-2Fh (Strix 1).
Models 30h-37h (Strix 2).
https://github.com/ganeshgit created
https://github.com/llvm/llvm-project/pull/108816
Enables AMD Zen5 family of architectures. The models covered are
Models 00h-0Fh (Breithorn).
Models 10h-1Fh (Breithorn-Dense).
Models 20h-2Fh (Strix 1).
Models 30h-37h (Strix 2).
Models 38h-3Fh (Strix 3).
Mod
ganeshgit wrote:
@RKSimon @tru There was a conflict with
[#104601](https://github.com/llvm/llvm-project/commit/39e3085a55880dbbc5aeddc3661342980d5e1467)
while cherry-picking the earlier commit from main. So, I had to update this
change. The change to X86TargetParser.h
(https://github.com/llvm
ganeshgit wrote:
> Looks reasonable to me.
Thank you @tru @RKSimon. @nikic I will make sure that the delay between GCC
patches are llvm patches are avoided. Thanks a lot!
https://github.com/llvm/llvm-project/pull/108816
___
llvm-branch-commits mailin
llvmbot wrote:
@amy-kwan What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/108834
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/list
llvmbot wrote:
@llvm/pr-subscribers-backend-powerpc
Author: None (llvmbot)
Changes
Backport 22067a8eb43a7194e65913b47a9c724fde3ed68f
Requested by: @syzaara
---
Full diff: https://github.com/llvm/llvm-project/pull/108834.diff
2 Files Affected:
- (modified) llvm/lib/Target/PowerPC/PPCIS
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/108834
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/108834
Backport 22067a8eb43a7194e65913b47a9c724fde3ed68f
Requested by: @syzaara
>From ca7d9da237478ccee15e52d35162e97bcb22dd13 Mon Sep 17 00:00:00 2001
From: Zaara Syeda
Date: Tue, 10 Sep 2024 14:14:01 -0400
Subject:
Author: Aaron Ballman
Date: 2024-09-16T10:48:26-04:00
New Revision: dee00441ed4f5d2b872dca9cd0c925e2e5e04107
URL:
https://github.com/llvm/llvm-project/commit/dee00441ed4f5d2b872dca9cd0c925e2e5e04107
DIFF:
https://github.com/llvm/llvm-project/commit/dee00441ed4f5d2b872dca9cd0c925e2e5e04107.diff
github-actions[bot] wrote:
@dtcxzyw (or anyone else). If you would like to add a note about this fix in
the release notes (completely optional). Please reply to this comment with a
one or two sentence description of the fix. When you are done, please add the
release:note label to this PR.
h
github-actions[bot] wrote:
@heiher (or anyone else). If you would like to add a note about this fix in the
release notes (completely optional). Please reply to this comment with a one or
two sentence description of the fix. When you are done, please add the
release:note label to this PR.
ht
github-actions[bot] wrote:
@philnik777 (or anyone else). If you would like to add a note about this fix in
the release notes (completely optional). Please reply to this comment with a
one or two sentence description of the fix. When you are done, please add the
release:note label to this PR.
github-actions[bot] wrote:
@jonathonpenix (or anyone else). If you would like to add a note about this fix
in the release notes (completely optional). Please reply to this comment with a
one or two sentence description of the fix. When you are done, please add the
release:note label to this P
github-actions[bot] wrote:
@var-const (or anyone else). If you would like to add a note about this fix in
the release notes (completely optional). Please reply to this comment with a
one or two sentence description of the fix. When you are done, please add the
release:note label to this PR.
github-actions[bot] wrote:
@androm3da (or anyone else). If you would like to add a note about this fix in
the release notes (completely optional). Please reply to this comment with a
one or two sentence description of the fix. When you are done, please add the
release:note label to this PR.
github-actions[bot] wrote:
@ganeshgit (or anyone else). If you would like to add a note about this fix in
the release notes (completely optional). Please reply to this comment with a
one or two sentence description of the fix. When you are done, please add the
release:note label to this PR.
github-actions[bot] wrote:
@syzaara (or anyone else). If you would like to add a note about this fix in
the release notes (completely optional). Please reply to this comment with a
one or two sentence description of the fix. When you are done, please add the
release:note label to this PR.
h
cor3ntin wrote:
we should (unfortunately) drop this.
maybe we can reconsider for .2. either way, not this week!
https://github.com/llvm/llvm-project/pull/107886
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/107938
>From 99e654ba444ff4ff22e94b7b3ebcbf42fbbcbe78 Mon Sep 17 00:00:00 2001
From: Tom Stellard
Date: Fri, 6 Sep 2024 17:05:32 -0700
Subject: [PATCH 1/2] [lldb] Fix some tests that fail with system libstdc++
(#10688
Author: Vitaly Buka
Date: 2024-09-16T13:50:22-07:00
New Revision: 328f6968ea3f40321537f83a1d7ee2b79e0fc50e
URL:
https://github.com/llvm/llvm-project/commit/328f6968ea3f40321537f83a1d7ee2b79e0fc50e
DIFF:
https://github.com/llvm/llvm-project/commit/328f6968ea3f40321537f83a1d7ee2b79e0fc50e.diff
L
Author: Vitaly Buka
Date: 2024-09-16T13:51:55-07:00
New Revision: 7709f4adb0edba7d9abd3f80415dcfcbe880a719
URL:
https://github.com/llvm/llvm-project/commit/7709f4adb0edba7d9abd3f80415dcfcbe880a719
DIFF:
https://github.com/llvm/llvm-project/commit/7709f4adb0edba7d9abd3f80415dcfcbe880a719.diff
L
llvmbot wrote:
@llvm/pr-subscribers-compiler-rt-sanitizer
Author: Vitaly Buka (vitalybuka)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/108909.diff
1 Files Affected:
- (modified) compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cpp
(+13-14)
``di
llvmbot wrote:
@llvm/pr-subscribers-compiler-rt-sanitizer
Author: Vitaly Buka (vitalybuka)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/108911.diff
1 Files Affected:
- (modified) compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cpp
(+18-6)
``dif
llvmbot wrote:
@llvm/pr-subscribers-compiler-rt-sanitizer
Author: Vitaly Buka (vitalybuka)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/108912.diff
1 Files Affected:
- (modified) compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cpp
(+16-16)
``di
llvmbot wrote:
@llvm/pr-subscribers-compiler-rt-sanitizer
Author: Vitaly Buka (vitalybuka)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/108913.diff
1 Files Affected:
- (modified) compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cpp
(+6-2)
``diff
dyung wrote:
@syzaara, not sure if you were notified, but the cherry-pick of this change to
the release branch seems to be causing a test failure. Can you take a look?
- https://lab.llvm.org/buildbot/#/builders/102/builds/44
- https://lab.llvm.org/buildbot/#/builders/62/builds/37
- https://lab.
llvmbot wrote:
@llvm/pr-subscribers-compiler-rt-sanitizer
Author: Vitaly Buka (vitalybuka)
Changes
It can't fail if guarded with SANITIZER_GLIBC.
---
Full diff: https://github.com/llvm/llvm-project/pull/108915.diff
1 Files Affected:
- (modified) compiler-rt/lib/sanitizer_common/saniti
llvmbot wrote:
@llvm/pr-subscribers-compiler-rt-sanitizer
Author: Vitaly Buka (vitalybuka)
Changes
Existing `in_symbolizer()` tsan logic does almost
the same.
Not exactly NFC: DlSymAllocator does not allow
large allocation, which probably unlikely here
anyway. Large allocations will go to
llvmbot wrote:
@llvm/pr-subscribers-pgo
@llvm/pr-subscribers-compiler-rt-sanitizer
Author: Vitaly Buka (vitalybuka)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/108921.diff
14 Files Affected:
- (modified) compiler-rt/lib/asan/asan_rtl.cpp (-3)
- (modified) compile
llvmbot wrote:
@llvm/pr-subscribers-compiler-rt-sanitizer
Author: Vitaly Buka (vitalybuka)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/108922.diff
1 Files Affected:
- (modified) compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cpp
(+25-23)
``di
llvmbot wrote:
@llvm/pr-subscribers-compiler-rt-sanitizer
Author: Vitaly Buka (vitalybuka)
Changes
`ThreadDescriptorSize` uses `dlsym` which may use
malloc in unexpected time.
It's relatively easy to init size with regular
init.
This reverts commit 9f40cadf1bfd2cc5baf3058b13a554c7535f9ac
llvmbot wrote:
@llvm/pr-subscribers-libcxx
Author: Mark de Wever (mordante)
Changes
This changes the __output_buffer to a new structure. This improves the
performace of std::format, std::format_to, std::format_to_n, and std::foramtted
size.
---
Patch is 42.48 KiB, truncated to 20.00 Ki
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 0dcf755a3e8fe605a5c6546c84997885ffc96b1a
a5c77e50635272437d85ca37fb19f61dd7704215 --e
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 e888ef35e747287df8b3f79778f40a001e445735
4d02649d3a1765a02bf41e8e04a585856d85b8d4 --e
llvmbot wrote:
@llvm/pr-subscribers-github-workflow
Author: Nikolas Klauser (philnik777)
Changes
---
Patch is 902.01 KiB, truncated to 20.00 KiB below, full version:
https://github.com/llvm/llvm-project/pull/109002.diff
131 Files Affected:
- (modified) .github/workflows/libcxx-build
llvmbot wrote:
@llvm/pr-subscribers-libcxx
Author: Nikolas Klauser (philnik777)
Changes
---
Patch is 1.10 MiB, truncated to 20.00 KiB below, full version:
https://github.com/llvm/llvm-project/pull/109001.diff
1015 Files Affected:
- (modified) libcxx/include/__cxx03/__algorithm/adjac
llvmbot wrote:
@llvm/pr-subscribers-libcxx
Author: Nikolas Klauser (philnik777)
Changes
---
Patch is 1.15 MiB, truncated to 20.00 KiB below, full version:
https://github.com/llvm/llvm-project/pull/109000.diff
1010 Files Affected:
- (modified) libcxx/include/__cxx03/__algorithm/adjac
Author: xgupta
Date: 2021-01-25T19:46:02+05:30
New Revision: 7163aa999060f7c524a98024550c5c0cd99c2b4c
URL:
https://github.com/llvm/llvm-project/commit/7163aa999060f7c524a98024550c5c0cd99c2b4c
DIFF:
https://github.com/llvm/llvm-project/commit/7163aa999060f7c524a98024550c5c0cd99c2b4c.diff
LOG: [
Author: xgupta
Date: 2021-01-25T19:59:36+05:30
New Revision: 3546b372219db5c5f4004da6a0066bb9860d3d37
URL:
https://github.com/llvm/llvm-project/commit/3546b372219db5c5f4004da6a0066bb9860d3d37
DIFF:
https://github.com/llvm/llvm-project/commit/3546b372219db5c5f4004da6a0066bb9860d3d37.diff
LOG: [
Author: Joseph Huber
Date: 2021-01-25T12:43:34-05:00
New Revision: 93eef7d8e978d9efd0b28311d7be0d483f22e5d2
URL:
https://github.com/llvm/llvm-project/commit/93eef7d8e978d9efd0b28311d7be0d483f22e5d2
DIFF:
https://github.com/llvm/llvm-project/commit/93eef7d8e978d9efd0b28311d7be0d483f22e5d2.diff
Author: martinboehme
Date: 2021-02-19T11:49:25+01:00
New Revision: 97153f5439605fb8d4fccc79fefc627bc825068c
URL:
https://github.com/llvm/llvm-project/commit/97153f5439605fb8d4fccc79fefc627bc825068c
DIFF:
https://github.com/llvm/llvm-project/commit/97153f5439605fb8d4fccc79fefc627bc825068c.diff
Author: Charusso
Date: 2021-04-05T18:42:47+02:00
New Revision: e858189976d900938e75084cbbe86249e204fbba
URL:
https://github.com/llvm/llvm-project/commit/e858189976d900938e75084cbbe86249e204fbba
DIFF:
https://github.com/llvm/llvm-project/commit/e858189976d900938e75084cbbe86249e204fbba.diff
LOG:
Author: Tim Wojtulewicz
Date: 2021-06-15T19:22:44+01:00
New Revision: c7d7ace46258b04aa4b5df08952bfebc6fc4ce94
URL:
https://github.com/llvm/llvm-project/commit/c7d7ace46258b04aa4b5df08952bfebc6fc4ce94
DIFF:
https://github.com/llvm/llvm-project/commit/c7d7ace46258b04aa4b5df08952bfebc6fc4ce94.dif
Author: Albion
Date: 2021-06-23T16:19:33-04:00
New Revision: b7ff9c9d12134792e9c04c1c14fbbbe1747857f2
URL:
https://github.com/llvm/llvm-project/commit/b7ff9c9d12134792e9c04c1c14fbbbe1747857f2
DIFF:
https://github.com/llvm/llvm-project/commit/b7ff9c9d12134792e9c04c1c14fbbbe1747857f2.diff
LOG: F
Author: Albion
Date: 2021-06-23T16:25:10-04:00
New Revision: b92e90e4dab9391852b0e40e8adeed68ab79ffcc
URL:
https://github.com/llvm/llvm-project/commit/b92e90e4dab9391852b0e40e8adeed68ab79ffcc
DIFF:
https://github.com/llvm/llvm-project/commit/b92e90e4dab9391852b0e40e8adeed68ab79ffcc.diff
LOG: F
Author: Albion
Date: 2021-06-23T16:26:10-04:00
New Revision: 418eb1c704e02fd5a3ab6741c8da0729b7279019
URL:
https://github.com/llvm/llvm-project/commit/418eb1c704e02fd5a3ab6741c8da0729b7279019
DIFF:
https://github.com/llvm/llvm-project/commit/418eb1c704e02fd5a3ab6741c8da0729b7279019.diff
LOG: F
Author: Albion
Date: 2021-06-23T16:36:11-04:00
New Revision: c1204d81384dde2d8f3b5bcfb7a7db0c39034a6e
URL:
https://github.com/llvm/llvm-project/commit/c1204d81384dde2d8f3b5bcfb7a7db0c39034a6e
DIFF:
https://github.com/llvm/llvm-project/commit/c1204d81384dde2d8f3b5bcfb7a7db0c39034a6e.diff
LOG: f
Author: Albion
Date: 2021-06-25T15:39:21-04:00
New Revision: 26cbf3df08742d8c5c7c69022d2a741bfe443fee
URL:
https://github.com/llvm/llvm-project/commit/26cbf3df08742d8c5c7c69022d2a741bfe443fee
DIFF:
https://github.com/llvm/llvm-project/commit/26cbf3df08742d8c5c7c69022d2a741bfe443fee.diff
LOG: A
Author: 董⼀峰
Date: 2021-07-13T18:22:28+08:00
New Revision: 26c2169a10989277ff01b9f1d3c44a1ab4cbfd9c
URL:
https://github.com/llvm/llvm-project/commit/26c2169a10989277ff01b9f1d3c44a1ab4cbfd9c
DIFF:
https://github.com/llvm/llvm-project/commit/26c2169a10989277ff01b9f1d3c44a1ab4cbfd9c.diff
LOG: add
Author: Whisperity
Date: 2021-07-28T16:34:56+02:00
New Revision: 60e2a503e05a6e061ad75c1e9b69bbb00352926f
URL:
https://github.com/llvm/llvm-project/commit/60e2a503e05a6e061ad75c1e9b69bbb00352926f
DIFF:
https://github.com/llvm/llvm-project/commit/60e2a503e05a6e061ad75c1e9b69bbb00352926f.diff
LO
Author: 董⼀峰
Date: 2021-07-29T10:19:28+08:00
New Revision: 76ad09983deafe9d2d0384b2a0b1244495e23400
URL:
https://github.com/llvm/llvm-project/commit/76ad09983deafe9d2d0384b2a0b1244495e23400
DIFF:
https://github.com/llvm/llvm-project/commit/76ad09983deafe9d2d0384b2a0b1244495e23400.diff
LOG: add
Author: 董⼀峰
Date: 2021-07-13T18:22:28+08:00
New Revision: 26c2169a10989277ff01b9f1d3c44a1ab4cbfd9c
URL:
https://github.com/llvm/llvm-project/commit/26c2169a10989277ff01b9f1d3c44a1ab4cbfd9c
DIFF:
https://github.com/llvm/llvm-project/commit/26c2169a10989277ff01b9f1d3c44a1ab4cbfd9c.diff
LOG: add
Author: pooja2299
Date: 2021-08-17T17:14:57+05:30
New Revision: 943ed5c6b95054c7efecf2b3d4b4df069907f4dc
URL:
https://github.com/llvm/llvm-project/commit/943ed5c6b95054c7efecf2b3d4b4df069907f4dc
DIFF:
https://github.com/llvm/llvm-project/commit/943ed5c6b95054c7efecf2b3d4b4df069907f4dc.diff
LOG
Author: pooja2299
Date: 2021-10-20T21:50:28+05:30
New Revision: 8cd7f34abd79e003525a8e1c522c3e6fe8e4e8ef
URL:
https://github.com/llvm/llvm-project/commit/8cd7f34abd79e003525a8e1c522c3e6fe8e4e8ef
DIFF:
https://github.com/llvm/llvm-project/commit/8cd7f34abd79e003525a8e1c522c3e6fe8e4e8ef.diff
LOG
Author: rdzhabarov
Date: 2021-11-19T21:30:43Z
New Revision: 6f62380b2b5b20f16ea8365718735814abbff58f
URL:
https://github.com/llvm/llvm-project/commit/6f62380b2b5b20f16ea8365718735814abbff58f
DIFF:
https://github.com/llvm/llvm-project/commit/6f62380b2b5b20f16ea8365718735814abbff58f.diff
LOG: [m
Author: Dimitry Andric
Date: 2022-02-08T01:28:41+03:00
New Revision: 3a8f3b38760277fe1c32ac2d016185d7f5a96974
URL:
https://github.com/llvm/llvm-project/commit/3a8f3b38760277fe1c32ac2d016185d7f5a96974
DIFF:
https://github.com/llvm/llvm-project/commit/3a8f3b38760277fe1c32ac2d016185d7f5a96974.diff
Author: Sander de Smalen
Date: 2022-02-08T01:31:01+03:00
New Revision: e6b508f49ae951b67ed99218003f9c966e59e2ae
URL:
https://github.com/llvm/llvm-project/commit/e6b508f49ae951b67ed99218003f9c966e59e2ae
DIFF:
https://github.com/llvm/llvm-project/commit/e6b508f49ae951b67ed99218003f9c966e59e2ae.di
Author: Sanjay Patel
Date: 2022-02-08T01:31:24+03:00
New Revision: ebe5b447270cc77ca8000d50d4032bc806658086
URL:
https://github.com/llvm/llvm-project/commit/ebe5b447270cc77ca8000d50d4032bc806658086
DIFF:
https://github.com/llvm/llvm-project/commit/ebe5b447270cc77ca8000d50d4032bc806658086.diff
Author: Sanjay Patel
Date: 2022-02-08T01:31:24+03:00
New Revision: 0f27bf28d255e2b227865aa0f5f6d63273eacefd
URL:
https://github.com/llvm/llvm-project/commit/0f27bf28d255e2b227865aa0f5f6d63273eacefd
DIFF:
https://github.com/llvm/llvm-project/commit/0f27bf28d255e2b227865aa0f5f6d63273eacefd.diff
Author: Matt Devereau
Date: 2022-02-08T01:32:10+03:00
New Revision: 2bae96d8a3490b1e5df19f4df56842448cb5caa7
URL:
https://github.com/llvm/llvm-project/commit/2bae96d8a3490b1e5df19f4df56842448cb5caa7
DIFF:
https://github.com/llvm/llvm-project/commit/2bae96d8a3490b1e5df19f4df56842448cb5caa7.diff
Author: John Ericson
Date: 2022-02-08T01:29:25+03:00
New Revision: 319f4b2d52e31b000db75a0a2484b5f2ab90534a
URL:
https://github.com/llvm/llvm-project/commit/319f4b2d52e31b000db75a0a2484b5f2ab90534a
DIFF:
https://github.com/llvm/llvm-project/commit/319f4b2d52e31b000db75a0a2484b5f2ab90534a.diff
Author: Joseph Huber
Date: 2022-02-08T21:40:03+03:00
New Revision: 3e2d79e2a27dce5f8ba1d33bbc1344b9d24f2b5a
URL:
https://github.com/llvm/llvm-project/commit/3e2d79e2a27dce5f8ba1d33bbc1344b9d24f2b5a
DIFF:
https://github.com/llvm/llvm-project/commit/3e2d79e2a27dce5f8ba1d33bbc1344b9d24f2b5a.diff
Author: Joseph Huber
Date: 2022-02-08T21:39:11+03:00
New Revision: 26cc50aba7176996d50780a5f7957d7822065ae9
URL:
https://github.com/llvm/llvm-project/commit/26cc50aba7176996d50780a5f7957d7822065ae9
DIFF:
https://github.com/llvm/llvm-project/commit/26cc50aba7176996d50780a5f7957d7822065ae9.diff
Author: Benjamin Kramer
Date: 2022-02-11T00:51:05+03:00
New Revision: 71e4987ae6643255474917cc4d95c2d42b4b165c
URL:
https://github.com/llvm/llvm-project/commit/71e4987ae6643255474917cc4d95c2d42b4b165c
DIFF:
https://github.com/llvm/llvm-project/commit/71e4987ae6643255474917cc4d95c2d42b4b165c.dif
Author: phyBrackets
Date: 2022-02-11T22:34:05+05:30
New Revision: 4f72fbab3d1456be8e14185443b5271df21eb995
URL:
https://github.com/llvm/llvm-project/commit/4f72fbab3d1456be8e14185443b5271df21eb995
DIFF:
https://github.com/llvm/llvm-project/commit/4f72fbab3d1456be8e14185443b5271df21eb995.diff
L
Author: modimo
Date: 2021-01-12T13:43:48-08:00
New Revision: 2a49b7c64a33566cf5db1a5b4042d6037ccc7cf5
URL:
https://github.com/llvm/llvm-project/commit/2a49b7c64a33566cf5db1a5b4042d6037ccc7cf5
DIFF:
https://github.com/llvm/llvm-project/commit/2a49b7c64a33566cf5db1a5b4042d6037ccc7cf5.diff
LOG: [
Author: zhanghb97
Date: 2021-01-13T09:32:32+08:00
New Revision: c0f3ea8a08ca9a9ec473f6e9072ccf30dad5def8
URL:
https://github.com/llvm/llvm-project/commit/c0f3ea8a08ca9a9ec473f6e9072ccf30dad5def8
DIFF:
https://github.com/llvm/llvm-project/commit/c0f3ea8a08ca9a9ec473f6e9072ccf30dad5def8.diff
LOG
Author: Luo, Yuanke
Date: 2021-01-13T09:39:19+08:00
New Revision: 055644cc459eb204613ac788b73c51d5dab2fcbb
URL:
https://github.com/llvm/llvm-project/commit/055644cc459eb204613ac788b73c51d5dab2fcbb
DIFF:
https://github.com/llvm/llvm-project/commit/055644cc459eb204613ac788b73c51d5dab2fcbb.diff
L
Author: wlei
Date: 2021-01-13T11:02:57-08:00
New Revision: b3154d11bc6dee59e581b731b7561f1ebab3aed6
URL:
https://github.com/llvm/llvm-project/commit/b3154d11bc6dee59e581b731b7561f1ebab3aed6
DIFF:
https://github.com/llvm/llvm-project/commit/b3154d11bc6dee59e581b731b7561f1ebab3aed6.diff
LOG: [CS
Author: wlei
Date: 2021-01-13T11:02:57-08:00
New Revision: 414930b91bfd4196c457120932a1dbaf26db711d
URL:
https://github.com/llvm/llvm-project/commit/414930b91bfd4196c457120932a1dbaf26db711d
DIFF:
https://github.com/llvm/llvm-project/commit/414930b91bfd4196c457120932a1dbaf26db711d.diff
LOG: [CS
Author: wlei
Date: 2021-01-13T11:02:58-08:00
New Revision: c681400b25a66ae56b74cc1f11ffdc15190a65b8
URL:
https://github.com/llvm/llvm-project/commit/c681400b25a66ae56b74cc1f11ffdc15190a65b8
DIFF:
https://github.com/llvm/llvm-project/commit/c681400b25a66ae56b74cc1f11ffdc15190a65b8.diff
LOG: [CS
Author: wlei
Date: 2021-01-13T11:30:09-08:00
New Revision: 33a8466531e68698dc735a0a8dcb97eb41b35ba6
URL:
https://github.com/llvm/llvm-project/commit/33a8466531e68698dc735a0a8dcb97eb41b35ba6
DIFF:
https://github.com/llvm/llvm-project/commit/33a8466531e68698dc735a0a8dcb97eb41b35ba6.diff
LOG: [NF
Author: wlei
Date: 2021-01-13T14:28:02-08:00
New Revision: 35debdfcaca10203a67ef3821d272a72d70e0490
URL:
https://github.com/llvm/llvm-project/commit/35debdfcaca10203a67ef3821d272a72d70e0490
DIFF:
https://github.com/llvm/llvm-project/commit/35debdfcaca10203a67ef3821d272a72d70e0490.diff
LOG: [NF
Author: Esme-Yi
Date: 2021-01-14T02:15:19Z
New Revision: ff40fb07ad6309131c2448ca00572a078c7a2d59
URL:
https://github.com/llvm/llvm-project/commit/ff40fb07ad6309131c2448ca00572a078c7a2d59
DIFF:
https://github.com/llvm/llvm-project/commit/ff40fb07ad6309131c2448ca00572a078c7a2d59.diff
LOG: [Powe
Author: Yashaswini
Date: 2021-01-14T18:34:09+05:30
New Revision: a176ffa6248a37a84439cc311e7faf60f17ea78c
URL:
https://github.com/llvm/llvm-project/commit/a176ffa6248a37a84439cc311e7faf60f17ea78c
DIFF:
https://github.com/llvm/llvm-project/commit/a176ffa6248a37a84439cc311e7faf60f17ea78c.diff
LO
Author: Valentin Clement
Date: 2021-01-14T14:19:53-05:00
New Revision: ca98baa042538e1a8654dd86b24d1602df9a1aec
URL:
https://github.com/llvm/llvm-project/commit/ca98baa042538e1a8654dd86b24d1602df9a1aec
DIFF:
https://github.com/llvm/llvm-project/commit/ca98baa042538e1a8654dd86b24d1602df9a1aec.di
4601 - 4700 of 65285 matches
Mail list logo