[llvm-branch-commits] [llvm] [ADT] Add more useful methods to SmallSet API (PR #108601)

2024-09-13 Thread via llvm-branch-commits
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. -

[llvm-branch-commits] [clang] 4e53d12 - Revert "[Utils] add update-verify-tests.py (#97369)"

2024-09-13 Thread via llvm-branch-commits
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

[llvm-branch-commits] Revert "Reapply "[clang] Extend diagnose_if to accept more detailed warning information (#70976)" (#108453)" (PR #108645)

2024-09-13 Thread via llvm-branch-commits
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

[llvm-branch-commits] Revert "Reapply "[clang] Extend diagnose_if to accept more detailed warning information (#70976)" (#108453)" (PR #108645)

2024-09-13 Thread via llvm-branch-commits
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

[llvm-branch-commits] [lld] release/19.x: [lld] select a default eflags for hexagon (#108431) (PR #108661)

2024-09-13 Thread via llvm-branch-commits
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

[llvm-branch-commits] [lld] release/19.x: [lld] select a default eflags for hexagon (#108431) (PR #108661)

2024-09-13 Thread via 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

[llvm-branch-commits] [lld] release/19.x: [lld] select a default eflags for hexagon (#108431) (PR #108661)

2024-09-13 Thread via llvm-branch-commits
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

[llvm-branch-commits] [lld] release/19.x: [lld] select a default eflags for hexagon (#108431) (PR #108661)

2024-09-13 Thread via llvm-branch-commits
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) -

[llvm-branch-commits] [sanitizer] Fix intersecting stacks workaround (PR #108672)

2024-09-13 Thread via llvm-branch-commits
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

[llvm-branch-commits] [llvm] [ADT] Use range-based helper functions in SmallSet (PR #108585)

2024-09-13 Thread via llvm-branch-commits
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

[llvm-branch-commits] [sanitizer] Add CHECK that static TLS info is ready (PR #108684)

2024-09-13 Thread via 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

[llvm-branch-commits] [sanitizer] Fix partially initialized static TLS range (PR #108685)

2024-09-13 Thread via llvm-branch-commits
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

[llvm-branch-commits] [lldb] ba6e663 - Revert "[lldb] Do not use LC_FUNCTION_STARTS data to determine symbol size as…"

2024-09-14 Thread via llvm-branch-commits
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

[llvm-branch-commits] [NFC][sanitizer] Use RTLD_DEFAULT for _dl_get_tls_static_info (PR #108723)

2024-09-14 Thread via llvm-branch-commits
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

[llvm-branch-commits] [NFC][sanitizer] Switch to `gnu_get_libc_version` (PR #108724)

2024-09-14 Thread via llvm-branch-commits
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?

[llvm-branch-commits] [clang] Fix evaluation of the unsigned enumeration values, #108766 (PR #108768)

2024-09-15 Thread via llvm-branch-commits
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

[llvm-branch-commits] [clang] Fix evaluation of the unsigned enumeration values, #108766 (PR #108768)

2024-09-15 Thread via llvm-branch-commits
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

[llvm-branch-commits] [clang] f5d4293 - Revert "[HIP] Use original file path for CUID (#107734)"

2024-09-15 Thread via llvm-branch-commits
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

[llvm-branch-commits] [llvm] release/19.x: [X86] Fix missing check of rotate <-> shift equivilence (Issue 108722) (PR #108783)

2024-09-15 Thread via llvm-branch-commits
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

[llvm-branch-commits] [llvm] release/19.x: [X86] Fix missing check of rotate <-> shift equivilence (Issue 108722) (PR #108783)

2024-09-15 Thread via 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

[llvm-branch-commits] [llvm] release/19.x: [X86] Fix missing check of rotate <-> shift equivilence (Issue 108722) (PR #108783)

2024-09-15 Thread via llvm-branch-commits
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: -

[llvm-branch-commits] [llvm] [TargetTransformInfo] Remove `getFlatAddressSpace` (PR #108787)

2024-09-15 Thread via llvm-branch-commits
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

[llvm-branch-commits] [clang] 50d3543 - Revert "[clang][codegen] Fix possible crash when setting TBAA metadata on FP …"

2024-09-16 Thread via llvm-branch-commits
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

[llvm-branch-commits] [compiler-rt] [TySan] Fix struct access with different bases (PR #108385)

2024-09-16 Thread via llvm-branch-commits
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

[llvm-branch-commits] [clang] [compiler-rt] [llvm] [X86] AMD Zen 5 Initial enablement (PR #108816)

2024-09-16 Thread via llvm-branch-commits
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).

[llvm-branch-commits] [clang] [compiler-rt] [llvm] [X86] AMD Zen 5 Initial enablement (PR #108816)

2024-09-16 Thread via llvm-branch-commits
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

[llvm-branch-commits] [clang] [compiler-rt] [llvm] [X86] AMD Zen 5 Initial enablement (PR #108816)

2024-09-16 Thread via llvm-branch-commits
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

[llvm-branch-commits] [clang] [compiler-rt] [llvm] [X86] AMD Zen 5 Initial enablement (PR #108816)

2024-09-16 Thread via llvm-branch-commits
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

[llvm-branch-commits] [llvm] release/19.x: [PowerPC] Fix assert exposed by PR 95931 in LowerBITCAST (#108062) (PR #108834)

2024-09-16 Thread via llvm-branch-commits
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

[llvm-branch-commits] [llvm] release/19.x: [PowerPC] Fix assert exposed by PR 95931 in LowerBITCAST (#108062) (PR #108834)

2024-09-16 Thread via llvm-branch-commits
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

[llvm-branch-commits] [llvm] release/19.x: [PowerPC] Fix assert exposed by PR 95931 in LowerBITCAST (#108062) (PR #108834)

2024-09-16 Thread via llvm-branch-commits
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

[llvm-branch-commits] [llvm] release/19.x: [PowerPC] Fix assert exposed by PR 95931 in LowerBITCAST (#108062) (PR #108834)

2024-09-16 Thread via 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:

[llvm-branch-commits] [clang] dee0044 - Revert "Fix OOM in FormatDiagnostic (#108187)"

2024-09-16 Thread via llvm-branch-commits
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

[llvm-branch-commits] [llvm] release/19.x: [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432) (PR #107945)

2024-09-16 Thread via llvm-branch-commits
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

[llvm-branch-commits] [llvm] release/19.x: [LoongArch] Eliminate the redundant sign extension of division (#107971) (PR #107990)

2024-09-16 Thread via llvm-branch-commits
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

[llvm-branch-commits] [clang] release/19.x: [Clang] Fix crash due to invalid source location in __is_trivially_equality_comparable (#107815) (PR #108147)

2024-09-16 Thread via llvm-branch-commits
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.

[llvm-branch-commits] [llvm] release/19.x: [RISCV] Don't outline pcrel_lo when the function has a section prefix (#107943) (PR #108288)

2024-09-16 Thread via llvm-branch-commits
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

[llvm-branch-commits] [libcxx] release/19.x: Guard an include of `` in `` with availability macro (#108429) (PR #108515)

2024-09-16 Thread via llvm-branch-commits
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.

[llvm-branch-commits] [lld] release/19.x: [lld] select a default eflags for hexagon (#108431) (PR #108661)

2024-09-16 Thread via llvm-branch-commits
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.

[llvm-branch-commits] [clang] [compiler-rt] [llvm] [X86] AMD Zen 5 Initial enablement (PR #108816)

2024-09-16 Thread via llvm-branch-commits
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.

[llvm-branch-commits] [llvm] release/19.x: [PowerPC] Fix assert exposed by PR 95931 in LowerBITCAST (#108062) (PR #108834)

2024-09-16 Thread via llvm-branch-commits
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

[llvm-branch-commits] [clang] release/19.x: [Clang][Sema] Use the correct lookup context when building overloaded 'operator->' in the current instantiation (#104458) (PR #107886)

2024-09-16 Thread via llvm-branch-commits
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.

[llvm-branch-commits] [lldb] release/19.x: [lldb] Fix some tests that fail with system libstdc++ (#106885) (PR #107938)

2024-09-16 Thread via llvm-branch-commits
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

[llvm-branch-commits] [compiler-rt] 328f696 - Revert "[sanitizer] Fix partially initialized static TLS range (#108685)"

2024-09-16 Thread via llvm-branch-commits
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

[llvm-branch-commits] [compiler-rt] 7709f4a - Revert "Revert "[sanitizer] Fix partially initialized static TLS range" (#108…"

2024-09-16 Thread via llvm-branch-commits
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

[llvm-branch-commits] [NFC][sanitizer] Remove `else if` from ThreadDescriptorSizeFallback (PR #108909)

2024-09-16 Thread via 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/108909.diff 1 Files Affected: - (modified) compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cpp (+13-14) ``di

[llvm-branch-commits] [NFC][sanitizer] Remove #elif to simplify ThreadDescriptorSizeFallback (PR #108911)

2024-09-16 Thread via 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/108911.diff 1 Files Affected: - (modified) compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cpp (+18-6) ``dif

[llvm-branch-commits] [NFC][sanitizer] Consolidate version checking branches of ThreadDescriptorSizeFallback (PR #108912)

2024-09-16 Thread via 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/108912.diff 1 Files Affected: - (modified) compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cpp (+16-16) ``di

[llvm-branch-commits] [NFC][sanitizer] Move ThreadDescriptorSize into GLIBC/FREEBSD block (PR #108913)

2024-09-16 Thread via 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/108913.diff 1 Files Affected: - (modified) compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cpp (+6-2) ``diff

[llvm-branch-commits] [llvm] release/19.x: [PowerPC] Fix assert exposed by PR 95931 in LowerBITCAST (#108062) (PR #108834)

2024-09-16 Thread via llvm-branch-commits
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.

[llvm-branch-commits] [NFC][sanitizer] Make `GetLibcVersion` `void` (PR #108915)

2024-09-16 Thread via llvm-branch-commits
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

[llvm-branch-commits] [tsan] Switch to DlSymAllocator (PR #108920)

2024-09-16 Thread via llvm-branch-commits
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

[llvm-branch-commits] [NFC][sanitizer] Move `InitTlsSize` into `InitializePlatformEarly` (PR #108921)

2024-09-16 Thread via llvm-branch-commits
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

[llvm-branch-commits] [NFC][sanitizer] Move InitTlsSize (PR #108922)

2024-09-16 Thread via 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/108922.diff 1 Files Affected: - (modified) compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cpp (+25-23) ``di

[llvm-branch-commits] [sanitizer] Switch from lazy `ThreadDescriptorSize` (PR #108923)

2024-09-16 Thread via llvm-branch-commits
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

[llvm-branch-commits] [libcxx] [libc++][format][3/3] Improves formatting performance. (PR #108990)

2024-09-17 Thread via llvm-branch-commits
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

[llvm-branch-commits] [libcxx] [libc++][C++03] Fix libc++ includes (PR #109000)

2024-09-17 Thread via llvm-branch-commits
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

[llvm-branch-commits] [libcxx] [llvm] [libc++][C++03] Use `__cxx03/` headers in C++03 mode (PR #109002)

2024-09-17 Thread via llvm-branch-commits
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

[llvm-branch-commits] [libcxx] [llvm] [libc++][C++03] Use `__cxx03/` headers in C++03 mode (PR #109002)

2024-09-17 Thread via llvm-branch-commits
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

[llvm-branch-commits] [libcxx] [libc++][C++03] Update include guards (PR #109001)

2024-09-17 Thread via llvm-branch-commits
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

[llvm-branch-commits] [libcxx] [libc++][C++03] Fix libc++ includes (PR #109000)

2024-09-17 Thread via llvm-branch-commits
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

[llvm-branch-commits] [llvm] 7163aa9 - [NFC] Fix title comment typo and provide description for LLJIT example.

2021-01-25 Thread via llvm-branch-commits
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: [

[llvm-branch-commits] [llvm] 3546b37 - [Doc][NFC] Fix Kaleidoscope links, typos and add blog posts for MCJIT

2021-01-25 Thread via llvm-branch-commits
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: [

[llvm-branch-commits] [openmp] 93eef7d - [OpenMP][NFC] Fix SourceInfo.h variable names

2021-01-25 Thread via llvm-branch-commits
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

[llvm-branch-commits] [clang-tools-extra] 97153f5 - [clang-tidy] Update docs for bugprone-use-after-move

2021-02-19 Thread via llvm-branch-commits
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

[llvm-branch-commits] [clang] e858189 - [analyzer] DynamicSize: Store the dynamic size

2021-04-05 Thread via llvm-branch-commits
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:

[llvm-branch-commits] [clang] c7d7ace - [clang-format] Rework Whitesmiths mode to use line-level values in UnwrappedLineParser

2021-06-15 Thread via llvm-branch-commits
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

[llvm-branch-commits] [llvm] b7ff9c9 - Fix up test cases

2021-06-23 Thread via llvm-branch-commits
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

[llvm-branch-commits] [llvm] b92e90e - Fix return and function call

2021-06-23 Thread via llvm-branch-commits
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

[llvm-branch-commits] [llvm] 418eb1c - Fixed call again

2021-06-23 Thread via llvm-branch-commits
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

[llvm-branch-commits] [llvm] c1204d8 - fix declare

2021-06-23 Thread via llvm-branch-commits
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

[llvm-branch-commits] [llvm] 26cbf3d - Added 64bit test

2021-06-25 Thread via llvm-branch-commits
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

[llvm-branch-commits] [llvm] 26c2169 - add some comment for jit component

2021-07-13 Thread via llvm-branch-commits
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

[llvm-branch-commits] [clang-tools-extra] 60e2a50 - [clang-tidy][docs][NFC] Fix broken link and ordering in ReleaseNotes.rst

2021-07-28 Thread via llvm-branch-commits
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

[llvm-branch-commits] [llvm] 76ad099 - add some comment

2021-07-28 Thread via llvm-branch-commits
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

[llvm-branch-commits] [llvm] 26c2169 - add some comment for jit component

2021-07-28 Thread via llvm-branch-commits
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

[llvm-branch-commits] [llvm] 943ed5c - [docs][GlobalISel]Adding info for G_JUMP_TABLE generic opcode

2021-10-20 Thread via llvm-branch-commits
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

[llvm-branch-commits] [llvm] 8cd7f34 - [doc][GlobalISel]Improving generic opcodes for memory operations

2021-10-20 Thread via llvm-branch-commits
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

[llvm-branch-commits] [mlir] 6f62380 - [mlir] Bug fix. Stream must outlive the pass manager.

2021-11-19 Thread via llvm-branch-commits
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

[llvm-branch-commits] [compiler-rt] 3a8f3b3 - [TSan] Handle FreeBSD specific indirection of libpthread functions

2022-02-07 Thread via llvm-branch-commits
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

[llvm-branch-commits] [llvm] e6b508f - [LV] Use VScaleForTuning to allow wider epilogue VFs.

2022-02-07 Thread via llvm-branch-commits
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

[llvm-branch-commits] [llvm] ebe5b44 - [x86] add test coverage for AMD Ryzen fast sqrt codegen; NFC

2022-02-07 Thread via llvm-branch-commits
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

[llvm-branch-commits] [llvm] 0f27bf2 - [x86] enable fast sqrtss/sqrtps tuning for AMD Zen cores

2022-02-07 Thread via llvm-branch-commits
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

[llvm-branch-commits] [llvm] 2bae96d - [AArch64][SVE] Remove false register dependency for unary FP convert operations

2022-02-07 Thread via llvm-branch-commits
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

[llvm-branch-commits] [lld] 319f4b2 - [lld][clang][cmake] Clean up a few things

2022-02-07 Thread via llvm-branch-commits
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

[llvm-branch-commits] [openmp] 3e2d79e - [Libomptarget] Replace Value RAII with default value

2022-02-08 Thread via llvm-branch-commits
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

[llvm-branch-commits] [clang] 26cc50a - [OpenMP] Add Cuda path to linker wrapper tool

2022-02-08 Thread via llvm-branch-commits
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

[llvm-branch-commits] [llvm] 71e4987 - Revert "[SLP]Alternate vectorization for cmp instructions."

2022-02-10 Thread via llvm-branch-commits
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

[llvm-branch-commits] [clang] 4f72fba - Refactor nested if else with ternary operator in CGExprScalar.cpp

2022-02-12 Thread via llvm-branch-commits
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

[llvm-branch-commits] [llvm] 2a49b7c - [Inliner] Change inline remark format and update ReplayInlineAdvisor to use it

2021-01-12 Thread via llvm-branch-commits
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: [

[llvm-branch-commits] [mlir] c0f3ea8 - [mlir][Python] Add checking process before create an AffineMap from a permutation.

2021-01-12 Thread via llvm-branch-commits
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

[llvm-branch-commits] [llvm] 055644c - [X86][AMX] Prohibit pointer cast on load.

2021-01-12 Thread via llvm-branch-commits
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

[llvm-branch-commits] [llvm] b3154d1 - [CSSPGO][llvm-profgen] Pseudo probe decoding and disassembling

2021-01-13 Thread via llvm-branch-commits
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

[llvm-branch-commits] [llvm] 414930b - [CSSPGO][llvm-profgen] Refactor to unify hashable interface for trace sample and context-sensitive counter

2021-01-13 Thread via llvm-branch-commits
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

[llvm-branch-commits] [llvm] c681400 - [CSSPGO][llvm-profgen] Virtual unwinding with pseudo probe

2021-01-13 Thread via llvm-branch-commits
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

[llvm-branch-commits] [llvm] 33a8466 - [NFC] fix missing SectionName declaration

2021-01-13 Thread via llvm-branch-commits
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

[llvm-branch-commits] [llvm] 35debdf - [NFC] Fix build break by a initializer list converting error

2021-01-13 Thread via llvm-branch-commits
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

[llvm-branch-commits] [llvm] ff40fb0 - [PowerPC] Try to fold sqrt/sdiv test results with the branch.

2021-01-13 Thread via llvm-branch-commits
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

[llvm-branch-commits] [flang] a176ffa - Add Semantic check for Flang OpenMP 4.5 - 2.7.1 Do Loop restrictions on single directive and firstprivate clause.

2021-01-14 Thread via llvm-branch-commits
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

[llvm-branch-commits] [llvm] ca98baa - [openacc] Rename generated file from ACC.cpp.inc to ACC.inc to match D92955

2021-01-14 Thread via llvm-branch-commits
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

<    42   43   44   45   46   47   48   49   50   51   >