[llvm-branch-commits] [libc] 434bbc9 - Revert "[libc] implement ioctl (#85890)"

2024-04-09 Thread via llvm-branch-commits
Author: lntue Date: 2024-04-09T23:46:21-04:00 New Revision: 434bbc9b750a19e78da91e864749ca37995b42e7 URL: https://github.com/llvm/llvm-project/commit/434bbc9b750a19e78da91e864749ca37995b42e7 DIFF: https://github.com/llvm/llvm-project/commit/434bbc9b750a19e78da91e864749ca37995b42e7.diff LOG: Re

[llvm-branch-commits] [clang] 293c27f - Revert "Reland "[Win32][ELF] Make CodeView a DebugInfoFormat only for COFF fo…"

2024-04-09 Thread via llvm-branch-commits
Author: Phoebe Wang Date: 2024-04-10T14:36:38+08:00 New Revision: 293c27f9137ea45a401ac74d84799d11b193fefd URL: https://github.com/llvm/llvm-project/commit/293c27f9137ea45a401ac74d84799d11b193fefd DIFF: https://github.com/llvm/llvm-project/commit/293c27f9137ea45a401ac74d84799d11b193fefd.diff L

[llvm-branch-commits] [clang] 0fa09be - Revert "[Clang][Sema] Fix crash when 'this' is used in a dependent class scop…"

2024-04-10 Thread via llvm-branch-commits
Author: Krystian Stasiowski Date: 2024-04-10T08:36:37-04:00 New Revision: 0fa09befb37c36ec1ed796c28f6b33605fc04ecd URL: https://github.com/llvm/llvm-project/commit/0fa09befb37c36ec1ed796c28f6b33605fc04ecd DIFF: https://github.com/llvm/llvm-project/commit/0fa09befb37c36ec1ed796c28f6b33605fc04ecd

[llvm-branch-commits] [libcxx] [libc++][format] Improves escaping. (PR #88283)

2024-04-10 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-libcxx Author: Mark de Wever (mordante) Changes The change increments the size of the lookup table considerably. The table has an "upper boundary" check. The removal of the code units with the property Grapheme_Extend=Yes removes the range E0100..E01EF

[llvm-branch-commits] [mlir] ee3842f - Revert "Fix complex log1p accuracy with large abs values. (#88260)"

2024-04-10 Thread via llvm-branch-commits
Author: Mehdi Amini Date: 2024-04-10T18:24:25+02:00 New Revision: ee3842f82072f80020ec4449a26b6bc6bb44573b URL: https://github.com/llvm/llvm-project/commit/ee3842f82072f80020ec4449a26b6bc6bb44573b DIFF: https://github.com/llvm/llvm-project/commit/ee3842f82072f80020ec4449a26b6bc6bb44573b.diff L

[llvm-branch-commits] [clang] 7ddd848 - Revert "[clang][dataflow] Propagate locations from result objects to initiali…"

2024-04-10 Thread via llvm-branch-commits
Author: martinboehme Date: 2024-04-10T21:26:23+02:00 New Revision: 7ddd8485884c9df50def3297d51c458cf9d4c32e URL: https://github.com/llvm/llvm-project/commit/7ddd8485884c9df50def3297d51c458cf9d4c32e DIFF: https://github.com/llvm/llvm-project/commit/7ddd8485884c9df50def3297d51c458cf9d4c32e.diff

[llvm-branch-commits] [llvm] daca56d - Bump version to 18.1.4 (#87715)

2024-04-10 Thread via llvm-branch-commits
Author: Tom Stellard Date: 2024-04-10T14:18:52-07:00 New Revision: daca56d8e16233e6fd7dadebb6d3fa1555d586a4 URL: https://github.com/llvm/llvm-project/commit/daca56d8e16233e6fd7dadebb6d3fa1555d586a4 DIFF: https://github.com/llvm/llvm-project/commit/daca56d8e16233e6fd7dadebb6d3fa1555d586a4.diff

[llvm-branch-commits] [lldb] 27a49dc - Revert "[lldb][sbdebugger] Move SBDebugger Broadcast bit enum into lldb-enume…"

2024-04-10 Thread via llvm-branch-commits
Author: Chelsea Cassanova Date: 2024-04-10T14:50:39-07:00 New Revision: 27a49dc1d37f3e7ffa855ed7a536a796fa2e1642 URL: https://github.com/llvm/llvm-project/commit/27a49dc1d37f3e7ffa855ed7a536a796fa2e1642 DIFF: https://github.com/llvm/llvm-project/commit/27a49dc1d37f3e7ffa855ed7a536a796fa2e1642.d

[llvm-branch-commits] [llvm] release/18.x: [MIPS] Fix the opcode of max.fmt and mina.fmt (#85609) (PR #88337)

2024-04-10 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/88337 Backport 8b859c6e4a8e9ab9969582267bbdc04ed6bfa535 Requested by: @brad0 >From 0c42fff26e09d719c8f67e3e5d812fe7d70af984 Mon Sep 17 00:00:00 2001 From: Cinhi Young Date: Wed, 3 Apr 2024 10:14:02 +0800 Subject: [PA

[llvm-branch-commits] [llvm] release/18.x: [MIPS] Fix the opcode of max.fmt and mina.fmt (#85609) (PR #88337)

2024-04-10 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/88337 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] release/18.x: [MIPS] Fix the opcode of max.fmt and mina.fmt (#85609) (PR #88337)

2024-04-10 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-mc Author: None (llvmbot) Changes Backport 8b859c6e4a8e9ab9969582267bbdc04ed6bfa535 Requested by: @brad0 --- Full diff: https://github.com/llvm/llvm-project/pull/88337.diff 7 Files Affected: - (modified) llvm/lib/Target/Mips/Mips32r6InstrInfo.td (+4

[llvm-branch-commits] [llvm] release/18.x: [InstSimplify] Make sure the simplified value doesn't generate poison in threadBinOpOverSelect (#87075) (PR #88353)

2024-04-10 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/88353 Backport 3197f9d8b0efc3efdc531421bd11c16305d9b1ff Requested by: @dtcxzyw >From 48de8d747178760702f12bb681b1e35c92f21376 Mon Sep 17 00:00:00 2001 From: Yingwei Zheng Date: Thu, 11 Apr 2024 12:48:52 +0800 Subject

[llvm-branch-commits] [llvm] release/18.x: [InstSimplify] Make sure the simplified value doesn't generate poison in threadBinOpOverSelect (#87075) (PR #88353)

2024-04-10 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/88353 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] release/18.x: [InstSimplify] Make sure the simplified value doesn't generate poison in threadBinOpOverSelect (#87075) (PR #88353)

2024-04-10 Thread via llvm-branch-commits
llvmbot wrote: @nikic What do you think about merging this PR to the release branch? https://github.com/llvm/llvm-project/pull/88353 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo

[llvm-branch-commits] [llvm] release/18.x: [InstSimplify] Make sure the simplified value doesn't generate poison in threadBinOpOverSelect (#87075) (PR #88353)

2024-04-10 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-llvm-analysis @llvm/pr-subscribers-llvm-transforms Author: None (llvmbot) Changes Backport 3197f9d8b0efc3efdc531421bd11c16305d9b1ff Requested by: @dtcxzyw --- Full diff: https://github.com/llvm/llvm-project/pull/88353.diff 2 Files Affected: - (modif

[llvm-branch-commits] [llvm] release/18.x: [Codegen][X86] Fix /HOTPATCH with clang-cl and inline asm (#87639) (PR #88388)

2024-04-11 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/88388 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] release/18.x: [Codegen][X86] Fix /HOTPATCH with clang-cl and inline asm (#87639) (PR #88388)

2024-04-11 Thread via llvm-branch-commits
llvmbot wrote: @aganea What do you think about merging this PR to the release branch? https://github.com/llvm/llvm-project/pull/88388 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinf

[llvm-branch-commits] [llvm] release/18.x: [Codegen][X86] Fix /HOTPATCH with clang-cl and inline asm (#87639) (PR #88388)

2024-04-11 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/88388 Backport ec1af63dde58c735fe60d6f2aafdb10fa93f410d Requested by: @aganea >From 1a41fa5d1d9838bf03fa13b9ca8fb911a74c924f Mon Sep 17 00:00:00 2001 From: Alexandre Ganea <[email protected]> Da

[llvm-branch-commits] [llvm] release/18.x: [Codegen][X86] Fix /HOTPATCH with clang-cl and inline asm (#87639) (PR #88388)

2024-04-11 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-backend-x86 Author: None (llvmbot) Changes Backport ec1af63dde58c735fe60d6f2aafdb10fa93f410d Requested by: @aganea --- Full diff: https://github.com/llvm/llvm-project/pull/88388.diff 2 Files Affected: - (modified) llvm/lib/Target/X86/X86MCInstLower.

[llvm-branch-commits] [llvm] release/18.x: [Codegen][X86] Fix /HOTPATCH with clang-cl and inline asm (#87639) (PR #88388)

2024-04-11 Thread via llvm-branch-commits
https://github.com/llvmbot updated https://github.com/llvm/llvm-project/pull/88388 >From c1af15c96589dab527294c4bdde86e9b8e28557e Mon Sep 17 00:00:00 2001 From: Alexandre Ganea <[email protected]> Date: Mon, 8 Apr 2024 20:02:19 -0400 Subject: [PATCH] [Codegen][X86] Fix /HO

[llvm-branch-commits] [llvm] release/18.x: [Codegen][X86] Fix /HOTPATCH with clang-cl and inline asm (#87639) (PR #88388)

2024-04-11 Thread via llvm-branch-commits
sylvain-audi wrote: > It think this should be good to go, but ideally I'd like someone else to sign > off please. @phoebewang @KanRobert @sylvain-audi I think it's safe and good to go too. https://github.com/llvm/llvm-project/pull/88388 ___ llvm-bra

[llvm-branch-commits] [llvm] release/18x:[X86] Fix typo: QWORD alignment is greater than or equal to 8, not greater than 8 (#87819) (PR #88394)

2024-04-11 Thread via llvm-branch-commits
https://github.com/AtariDreams created https://github.com/llvm/llvm-project/pull/88394 Align(8) is QWORD aligned, but this was checking to see if alignment was greater than that, when it should have been checking for being greater than OR EQUAL to Align(8). This bug was introduced in https://

[llvm-branch-commits] [llvm] release/18x:[X86] Fix typo: QWORD alignment is greater than or equal to 8, not greater than 8 (#87819) (PR #88394)

2024-04-11 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-backend-x86 Author: AtariDreams (AtariDreams) Changes Align(8) is QWORD aligned, but this was checking to see if alignment was greater than that, when it should have been checking for being greater than OR EQUAL to Align(8). This bug was introduced in

[llvm-branch-commits] [flang] [mlir] [MLIR][Flang][OpenMP] Make omp.wsloop into a loop wrapper (PR #88403)

2024-04-11 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-mlir @llvm/pr-subscribers-mlir-openmp Author: Sergio Afonso (skatrak) Changes This patch updates the definition of `omp.wsloop` to enforce the restrictions of a wrapper operation. Given the widespread use of this operation, the changes introduced in th

[llvm-branch-commits] [libcxx] release/18.x: [libc++] Fix -Wgnu-include-next in stddef.h (#88214) (PR #88419)

2024-04-11 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/88419 Backport 3c4b673af05f53e8a4d1a382b5c86367ea512c9e Requested by: @ldionne >From 27a78c496678eb73677981b4b6b0d380dd7e28bb Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Thu, 11 Apr 2024 12:36:56 -0400 Subject:

[llvm-branch-commits] [libcxx] release/18.x: [libc++] Fix -Wgnu-include-next in stddef.h (#88214) (PR #88419)

2024-04-11 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/88419 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [libcxx] release/18.x: [libc++] Fix -Wgnu-include-next in stddef.h (#88214) (PR #88419)

2024-04-11 Thread via llvm-branch-commits
llvmbot wrote: @mordante What do you think about merging this PR to the release branch? https://github.com/llvm/llvm-project/pull/88419 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listi

[llvm-branch-commits] [libcxx] release/18.x: [libc++] Fix -Wgnu-include-next in stddef.h (#88214) (PR #88419)

2024-04-11 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-libcxx Author: None (llvmbot) Changes Backport 3c4b673af05f53e8a4d1a382b5c86367ea512c9e Requested by: @ldionne --- Full diff: https://github.com/llvm/llvm-project/pull/88419.diff 1 Files Affected: - (modified) libcxx/include/stddef.h (+4-4) `

[llvm-branch-commits] [libcxx] release/18.x: [libc++] Fix -Wgnu-include-next in stddef.h (#88214) (PR #88421)

2024-04-11 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/88421 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [libcxx] release/18.x: [libc++] Fix -Wgnu-include-next in stddef.h (#88214) (PR #88421)

2024-04-11 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/88421 Backport 3c4b673af05f53e8a4d1a382b5c86367ea512c9e Requested by: @ian-twilightcoder >From bfa3ddfbdb19d4b4305faf4c9b44568121bc3317 Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Thu, 11 Apr 2024 12:36:56 -040

[llvm-branch-commits] [libcxx] release/18.x: [libc++] Fix -Wgnu-include-next in stddef.h (#88214) (PR #88421)

2024-04-11 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-libcxx Author: None (llvmbot) Changes Backport 3c4b673af05f53e8a4d1a382b5c86367ea512c9e Requested by: @ian-twilightcoder --- Full diff: https://github.com/llvm/llvm-project/pull/88421.diff 1 Files Affected: - (modified) libcxx/include/stddef.h (+4-4

[llvm-branch-commits] [llvm] release/18.x: github-upload-release.py: Fix bug preventing release creation (#84571) (PR #88425)

2024-04-11 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/88425 Backport 0b9ce71a256d86c08f2b52ad2e337395b8f54b41 Requested by: @tstellar >From 51a29dc68dadfaae2169bece88465d22e94203ca Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Fri, 8 Mar 2024 21:17:27 -0800 Subject:

[llvm-branch-commits] [llvm] release/18.x: github-upload-release.py: Fix bug preventing release creation (#84571) (PR #88425)

2024-04-11 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/88425 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] release/18.x: github-upload-release.py: Fix bug preventing release creation (#84571) (PR #88425)

2024-04-11 Thread via llvm-branch-commits
llvmbot wrote: @boomanaiden154 What do you think about merging this PR to the release branch? https://github.com/llvm/llvm-project/pull/88425 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman

[llvm-branch-commits] [lldb] 79a4eb5 - Revert "[lldb][lit] Add MallocNanoZone envvar to Darwin ASan builds (#88431)"

2024-04-11 Thread via llvm-branch-commits
Author: Chelsea Cassanova Date: 2024-04-11T13:41:48-07:00 New Revision: 79a4eb5047d8c90568b04ad5fb90e6421e1aba69 URL: https://github.com/llvm/llvm-project/commit/79a4eb5047d8c90568b04ad5fb90e6421e1aba69 DIFF: https://github.com/llvm/llvm-project/commit/79a4eb5047d8c90568b04ad5fb90e6421e1aba69.d

[llvm-branch-commits] [mlir] Add dpas and named barrier ops (PR #88439)

2024-04-11 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-mlir Author: Chao Chen (chencha3) Changes This PR adds definition of dpas op, atomic op, named barrier and related ops. --- Full diff: https://github.com/llvm/llvm-project/pull/88439.diff 8 Files Affected: - (modified) mlir/include/mlir/Dialect/XeGP

[llvm-branch-commits] [mlir] Add dpas and named barrier ops (PR #88439)

2024-04-11 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-mlir-gpu Author: Chao Chen (chencha3) Changes This PR adds definition of dpas op, atomic op, named barrier and related ops. --- Full diff: https://github.com/llvm/llvm-project/pull/88439.diff 8 Files Affected: - (modified) mlir/include/mlir/Dialect/

[llvm-branch-commits] [clang] Fix override keyword being print to the left side (PR #88453)

2024-04-11 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 override keyword being print to the left side (PR #88453)

2024-04-11 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Giuliano Belinassi (giulianobelinassi) Changes Previously, the `override` keyword in C++ was being print in the left side of a method decl, which is unsupported by C++ standard. This commit fixes that by setting the `CanPrintOnLeft` field

[llvm-branch-commits] gn build: Embed libc++abi.a objects into libc++.a. (PR #88463)

2024-04-11 Thread via llvm-branch-commits
https://github.com/pcc created https://github.com/llvm/llvm-project/pull/88463 This matches the default CMake behavior. ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branc

[llvm-branch-commits] [lldb] 069d90a - Revert "Fix error in unrecognized register name handling for "SBFrame.registe…"

2024-04-11 Thread via llvm-branch-commits
Author: Chelsea Cassanova Date: 2024-04-11T20:12:43-07:00 New Revision: 069d90a500ed02067f3f1a5d01c7827623353b85 URL: https://github.com/llvm/llvm-project/commit/069d90a500ed02067f3f1a5d01c7827623353b85 DIFF: https://github.com/llvm/llvm-project/commit/069d90a500ed02067f3f1a5d01c7827623353b85.d

[llvm-branch-commits] [flang] ca5fcbe - Revert "[flang][runtime] Add ACCESS library procedure (#88395)"

2024-04-12 Thread via llvm-branch-commits
Author: Tom Eccles Date: 2024-04-12T13:49:19+01:00 New Revision: ca5fcbe0ea0e60381073b96dc898211efa42d533 URL: https://github.com/llvm/llvm-project/commit/ca5fcbe0ea0e60381073b96dc898211efa42d533 DIFF: https://github.com/llvm/llvm-project/commit/ca5fcbe0ea0e60381073b96dc898211efa42d533.diff LO

[llvm-branch-commits] [compiler-rt] release/18.x: [RISCV] Support rv{32, 64}e in the compiler builtins (#88252) (PR #88525)

2024-04-12 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/88525 Backport bd32aaa8c9ec2094f605315b3989adc2a567ca98 Requested by: @wangpc-pp >From 67b171f24ffef4b4e8fd3882331cdf7327408580 Mon Sep 17 00:00:00 2001 From: Cyrill Leutwiler Date: Thu, 11 Apr 2024 07:11:51 +0200 Su

[llvm-branch-commits] [compiler-rt] release/18.x: [RISCV] Support rv{32, 64}e in the compiler builtins (#88252) (PR #88525)

2024-04-12 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/88525 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [compiler-rt] release/18.x: [RISCV] Support rv{32, 64}e in the compiler builtins (#88252) (PR #88525)

2024-04-12 Thread via llvm-branch-commits
llvmbot wrote: @kito-cheng What do you think about merging this PR to the release branch? https://github.com/llvm/llvm-project/pull/88525 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/lis

[llvm-branch-commits] [libcxx] [libc++][format] Improves escaping performance. (PR #88533)

2024-04-12 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-libcxx Author: Mark de Wever (mordante) Changes The previous patch implemented - P2713R1 Escaping improvements in std::format - LWG3965 Incorrect example in [format.string.escaped] p3 for formatting of combining characters These changes were correct, b

[llvm-branch-commits] [clang] b243ca1 - Revert "[Clang] Reduce the size of Decl and classes derived from it (#87361)"

2024-04-14 Thread via llvm-branch-commits
Author: Nikolas Klauser Date: 2024-04-14T12:23:21+02:00 New Revision: b243ca1d3616d1dd61b81e3a112707e27cd4c865 URL: https://github.com/llvm/llvm-project/commit/b243ca1d3616d1dd61b81e3a112707e27cd4c865 DIFF: https://github.com/llvm/llvm-project/commit/b243ca1d3616d1dd61b81e3a112707e27cd4c865.dif

[llvm-branch-commits] [compiler-rt] f12c81f - Revert "CompilerRT: Normalize COMPILER_RT_DEFAULT_TARGET_TRIPLE (#88407)"

2024-04-14 Thread via llvm-branch-commits
Author: YunQiang Su Date: 2024-04-15T00:10:22+08:00 New Revision: f12c81f2be59da892f7c54fb58cd9b0571bb438c URL: https://github.com/llvm/llvm-project/commit/f12c81f2be59da892f7c54fb58cd9b0571bb438c DIFF: https://github.com/llvm/llvm-project/commit/f12c81f2be59da892f7c54fb58cd9b0571bb438c.diff L

[llvm-branch-commits] [mlir] de88bd7 - Revert "Fix rsqrt inaccuracies. (#88691)"

2024-04-15 Thread via llvm-branch-commits
Author: Johannes Reifferscheid Date: 2024-04-15T11:48:12+02:00 New Revision: de88bd7e8925f5df51547e20f6fbd1ef006386ad URL: https://github.com/llvm/llvm-project/commit/de88bd7e8925f5df51547e20f6fbd1ef006386ad DIFF: https://github.com/llvm/llvm-project/commit/de88bd7e8925f5df51547e20f6fbd1ef00638

[llvm-branch-commits] [lld] release/18.x: [LLD] [COFF] Don't add pseudo relocs for dangling references (#88487) (PR #88759)

2024-04-15 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/88759 Backport 9c970d5ecd6a85188cd2b0a941fcd4d60063ef81 Requested by: @mstorsjo >From e7e348ade66017e29e6982e508ec3f9088a1044b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Mon, 15 Apr 2024 2

[llvm-branch-commits] [lld] release/18.x: [LLD] [COFF] Don't add pseudo relocs for dangling references (#88487) (PR #88759)

2024-04-15 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/88759 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [lld] release/18.x: [LLD] [COFF] Don't add pseudo relocs for dangling references (#88487) (PR #88759)

2024-04-15 Thread via llvm-branch-commits
llvmbot wrote: @cjacek What do you think about merging this PR to the release branch? https://github.com/llvm/llvm-project/pull/88759 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinf

[llvm-branch-commits] [lld] release/18.x: [LLD] [COFF] Don't add pseudo relocs for dangling references (#88487) (PR #88759)

2024-04-15 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-lld Author: None (llvmbot) Changes Backport 9c970d5ecd6a85188cd2b0a941fcd4d60063ef81 Requested by: @mstorsjo --- Full diff: https://github.com/llvm/llvm-project/pull/88759.diff 2 Files Affected: - (modified) lld/COFF/Chunks.cpp (+7) - (added) lld/t

[llvm-branch-commits] [clang] 82b9a06 - Revert "[clang analysis] ExprMutationAnalyzer avoid infinite recursion for re…"

2024-04-15 Thread via llvm-branch-commits
Author: Florian Mayer Date: 2024-04-15T10:46:21-07:00 New Revision: 82b9a06f73df5301ffd950775055304124f63e02 URL: https://github.com/llvm/llvm-project/commit/82b9a06f73df5301ffd950775055304124f63e02 DIFF: https://github.com/llvm/llvm-project/commit/82b9a06f73df5301ffd950775055304124f63e02.diff

[llvm-branch-commits] [llvm] 5415528 - Revert "[CodeGen] Update for scalable MemoryType in MMO (#70452)"

2024-04-15 Thread via llvm-branch-commits
Author: AdityaK Date: 2024-04-15T15:08:37-07:00 New Revision: 5415528397880c89b5408eed6131aa2c752797a1 URL: https://github.com/llvm/llvm-project/commit/5415528397880c89b5408eed6131aa2c752797a1 DIFF: https://github.com/llvm/llvm-project/commit/5415528397880c89b5408eed6131aa2c752797a1.diff LOG:

[llvm-branch-commits] [llvm] 5557274 - [RISCV] Test for bug-88799

2024-04-15 Thread via llvm-branch-commits
Author: AdityaK Date: 2024-04-15T15:18:05-07:00 New Revision: 555727461739dd9a9cf975e70767f5e3ca95f340 URL: https://github.com/llvm/llvm-project/commit/555727461739dd9a9cf975e70767f5e3ca95f340 DIFF: https://github.com/llvm/llvm-project/commit/555727461739dd9a9cf975e70767f5e3ca95f340.diff LOG:

[llvm-branch-commits] [clang] Fix override keyword being print to the left side (PR #88453)

2024-04-16 Thread via llvm-branch-commits
Sirraide wrote: > The branch is marked as `Changes requested` but no change was pointed in the > code. Is everything correct? That’s just because Aaron didn’t submit another review, so github still marks it as ‘changes requested’; seeing as it has been approved, the rest is now up to the rele

[llvm-branch-commits] [flang] [Flang][OpenMP][MLIR] Initial derived type member map support (PR #82853)

2024-04-16 Thread via llvm-branch-commits
agozillon wrote: Back from vacation, would very much love if a kind reviewer or two could please allocate some time to review this PR stack so I can hopefully move it further along in the next few weeks :-) Thank you ahead of time! https://github.com/llvm/llvm-project/pull/82853 __

[llvm-branch-commits] [lld] [llvm] release/18.x: [LoongArch] Use R_LARCH_ALIGN with section symbol (#84741) (PR #88891)

2024-04-16 Thread via llvm-branch-commits
https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/88891 Backport 01f79899ba349a0200586c8d05f5e22cca2ced31 Requested by: @SixWeining >From 1041f4e7ea510a014cf63a13861365806851f8d9 Mon Sep 17 00:00:00 2001 From: Jinyang He Date: Tue, 16 Apr 2024 18:31:03 +0800 Subject

[llvm-branch-commits] [lld] [llvm] release/18.x: [LoongArch] Use R_LARCH_ALIGN with section symbol (#84741) (PR #88891)

2024-04-16 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/88891 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [lld] [llvm] release/18.x: [LoongArch] Use R_LARCH_ALIGN with section symbol (#84741) (PR #88891)

2024-04-16 Thread via llvm-branch-commits
llvmbot wrote: @SixWeining What do you think about merging this PR to the release branch? https://github.com/llvm/llvm-project/pull/88891 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/lis

[llvm-branch-commits] [lld] [llvm] release/18.x: [LoongArch] Use R_LARCH_ALIGN with section symbol (#84741) (PR #88891)

2024-04-16 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-lld-elf Author: None (llvmbot) Changes Backport 01f79899ba349a0200586c8d05f5e22cca2ced31 Requested by: @SixWeining --- Full diff: https://github.com/llvm/llvm-project/pull/88891.diff 6 Files Affected: - (modified) lld/ELF/InputSection.cpp (+5-1) -

[llvm-branch-commits] [llvm] 1c26a83 - Revert "[JumpThreading] Thread over BB with only an unconditional branch (#86…"

2024-04-16 Thread via llvm-branch-commits
Author: XChy Date: 2024-04-16T22:46:36+08:00 New Revision: 1c26a83219692265b73b661b2bb4cce74178b1e5 URL: https://github.com/llvm/llvm-project/commit/1c26a83219692265b73b661b2bb4cce74178b1e5 DIFF: https://github.com/llvm/llvm-project/commit/1c26a83219692265b73b661b2bb4cce74178b1e5.diff LOG: Rev

[llvm-branch-commits] [mlir] [MLIR][OpenMP] NFC: Remove LoopControl parsing/printing code (PR #88909)

2024-04-16 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-mlir-openmp Author: Sergio Afonso (skatrak) Changes This patch removes the LoopControl parsing/printing functions that are no longer used after transitioning `omp.simdloop` and `omp.taskloop` into loop wrapper operations. --- Full diff: https://github

[llvm-branch-commits] [Sparc] Fix instr desc of special register stores (PR #88971)

2024-04-16 Thread via llvm-branch-commits
https://github.com/darkbuck created https://github.com/llvm/llvm-project/pull/88971 - Those special register stores are STORE and their memory operands are input operands instead of output ones. ___ llvm-branch-commits mailing list llvm-branch-com

[llvm-branch-commits] [TableGen][InstrInfoEmitter] Count sub-operands on def operands (PR #88972)

2024-04-16 Thread via llvm-branch-commits
https://github.com/darkbuck created https://github.com/llvm/llvm-project/pull/88972 - If a def operand include multiple sub-operands, count them as def operands. ___ llvm-branch-commits mailing list [email protected] https://lists

[llvm-branch-commits] [Sparc] Fix instr desc of special register stores (PR #88971)

2024-04-16 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-backend-sparc Author: None (darkbuck) Changes - Those special register stores are STORE and their memory operands are input operands instead of output ones. --- Full diff: https://github.com/llvm/llvm-project/pull/88971.diff 1 Files Affected: - (m

[llvm-branch-commits] [Sparc] Fix instr desc of special register stores (PR #88971)

2024-04-16 Thread via llvm-branch-commits
https://github.com/darkbuck updated https://github.com/llvm/llvm-project/pull/88971 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [Sparc] Fix instr desc of special register stores (PR #88971)

2024-04-16 Thread via llvm-branch-commits
https://github.com/darkbuck updated https://github.com/llvm/llvm-project/pull/88971 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [Sparc] Fix instr desc of special register stores (PR #88971)

2024-04-16 Thread via llvm-branch-commits
darkbuck wrote: I separated this change from the original one https://github.com/llvm/llvm-project/pull/88837 so that that tablegen change is clean. https://github.com/llvm/llvm-project/pull/88971 ___ llvm-branch-commits mailing list llvm-branch-comm

[llvm-branch-commits] [TableGen][InstrInfoEmitter] Count sub-operands on def operands (PR #88972)

2024-04-16 Thread via llvm-branch-commits
https://github.com/darkbuck updated https://github.com/llvm/llvm-project/pull/88972 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [TableGen][InstrInfoEmitter] Count sub-operands on def operands (PR #88972)

2024-04-16 Thread via llvm-branch-commits
https://github.com/darkbuck edited https://github.com/llvm/llvm-project/pull/88972 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [TableGen][InstrInfoEmitter] Count sub-operands on def operands (PR #88972)

2024-04-16 Thread via llvm-branch-commits
https://github.com/darkbuck updated https://github.com/llvm/llvm-project/pull/88972 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [Sparc] Fix instr desc of special register stores (PR #88971)

2024-04-16 Thread via llvm-branch-commits
https://github.com/darkbuck updated https://github.com/llvm/llvm-project/pull/88971 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [Sparc] Fix instr desc of special register stores (PR #88971)

2024-04-16 Thread via llvm-branch-commits
https://github.com/darkbuck updated https://github.com/llvm/llvm-project/pull/88971 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [TableGen][InstrInfoEmitter] Count sub-operands on def operands (PR #88972)

2024-04-16 Thread via llvm-branch-commits
https://github.com/darkbuck updated https://github.com/llvm/llvm-project/pull/88972 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [TableGen][InstrInfoEmitter] Count sub-operands on def operands (PR #88972)

2024-04-16 Thread via llvm-branch-commits
https://github.com/darkbuck updated https://github.com/llvm/llvm-project/pull/88972 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] [libc] [lldb] [llvm] [mlir] [Sparc] Fix instr desc of special register stores (PR #88971)

2024-04-16 Thread via llvm-branch-commits
https://github.com/darkbuck updated https://github.com/llvm/llvm-project/pull/88971 >From d19bd05c79ad3b1a2c3cb439c3fc60825f66bed7 Mon Sep 17 00:00:00 2001 From: Hubert Tong Date: Tue, 16 Apr 2024 17:26:55 -0400 Subject: [PATCH 1/7] Clang Release Notes: Fix reST formatting Fix a use of inline

[llvm-branch-commits] [TableGen][InstrInfoEmitter] Count sub-operands on def operands (PR #88972)

2024-04-16 Thread via llvm-branch-commits
https://github.com/darkbuck updated https://github.com/llvm/llvm-project/pull/88972 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [TableGen][InstrInfoEmitter] Count sub-operands on def operands (PR #88972)

2024-04-16 Thread via llvm-branch-commits
https://github.com/darkbuck updated https://github.com/llvm/llvm-project/pull/88972 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] [CMake][Release] Disable PGO (#88465) (PR #89000)

2024-04-16 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Tom Stellard (tstellar) Changes Running the test-release.sh script with PGO enabled causes build errors like: ld.lld: error: Function Import: link error: linking module flags 'ProfileSummary': IDs have conflicting values I believe this a

[llvm-branch-commits] [Sparc] Fix instr desc of special register stores (PR #88971)

2024-04-16 Thread via llvm-branch-commits
https://github.com/darkbuck updated https://github.com/llvm/llvm-project/pull/88971 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [Sparc] Fix instr desc of special register stores (PR #88971)

2024-04-16 Thread via llvm-branch-commits
https://github.com/darkbuck updated https://github.com/llvm/llvm-project/pull/88971 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [TableGen][InstrInfoEmitter] Count sub-operands on def operands (PR #88972)

2024-04-16 Thread via llvm-branch-commits
https://github.com/darkbuck updated https://github.com/llvm/llvm-project/pull/88972 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [TableGen][InstrInfoEmitter] Count sub-operands on def operands (PR #88972)

2024-04-16 Thread via llvm-branch-commits
https://github.com/darkbuck updated https://github.com/llvm/llvm-project/pull/88972 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] e6c3289 - [CMake][Release] Disable PGO (#88465) (#89000)

2024-04-16 Thread via llvm-branch-commits
Author: Tom Stellard Date: 2024-04-16T17:21:15-07:00 New Revision: e6c3289804a67ea0bb6a86fadbe454dd93b8d855 URL: https://github.com/llvm/llvm-project/commit/e6c3289804a67ea0bb6a86fadbe454dd93b8d855 DIFF: https://github.com/llvm/llvm-project/commit/e6c3289804a67ea0bb6a86fadbe454dd93b8d855.diff

[llvm-branch-commits] [clang] 1d59298 - Revert "Improve stack usage to increase recursive initialization depth (#88546)"

2024-04-16 Thread via llvm-branch-commits
Author: Vitaly Buka Date: 2024-04-16T17:23:47-07:00 New Revision: 1d59298cd9ed21e1ac860d64f965514a577f45bb URL: https://github.com/llvm/llvm-project/commit/1d59298cd9ed21e1ac860d64f965514a577f45bb DIFF: https://github.com/llvm/llvm-project/commit/1d59298cd9ed21e1ac860d64f965514a577f45bb.diff L

[llvm-branch-commits] [Sparc] Fix instr desc of special register stores (PR #88971)

2024-04-16 Thread via llvm-branch-commits
https://github.com/darkbuck updated https://github.com/llvm/llvm-project/pull/88971 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [Sparc] Fix instr desc of special register stores (PR #88971)

2024-04-16 Thread via llvm-branch-commits
https://github.com/darkbuck updated https://github.com/llvm/llvm-project/pull/88971 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [TableGen][InstrInfoEmitter] Count sub-operands on def operands (PR #88972)

2024-04-16 Thread via llvm-branch-commits
https://github.com/darkbuck updated https://github.com/llvm/llvm-project/pull/88972 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [TableGen][InstrInfoEmitter] Count sub-operands on def operands (PR #88972)

2024-04-16 Thread via llvm-branch-commits
https://github.com/darkbuck updated https://github.com/llvm/llvm-project/pull/88972 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [Sparc] Fix instr desc of special register stores (PR #88971)

2024-04-16 Thread via llvm-branch-commits
https://github.com/darkbuck closed https://github.com/llvm/llvm-project/pull/88971 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [TableGen][InstrInfoEmitter] Count sub-operands on def operands (PR #88972)

2024-04-16 Thread via llvm-branch-commits
https://github.com/darkbuck closed https://github.com/llvm/llvm-project/pull/88972 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] Backport fix for crash reported in #88181 (PR #89022)

2024-04-16 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-clang-static-analyzer-1 Author: Balazs Benics (steakhal) Changes Fixes #88181 (cherry picked from commit e096c144921daba59963f15e89d2ca6fb32d3a78) The user requested the backport [here](https://github.com/llvm/llvm-project/pull/88536#issuecomment-2052

[llvm-branch-commits] [openmp] 62305b2 - Revert "[Libomptarget] Rework Record & Replay to be a plugin member (#88928)"

2024-04-16 Thread via llvm-branch-commits
Author: Jan Patrick Lehr Date: 2024-04-17T08:54:04+02:00 New Revision: 62305b2e66879cefebf25af1720963f81903ca01 URL: https://github.com/llvm/llvm-project/commit/62305b2e66879cefebf25af1720963f81903ca01 DIFF: https://github.com/llvm/llvm-project/commit/62305b2e66879cefebf25af1720963f81903ca01.di

[llvm-branch-commits] [CIR] Add options to emit ClangIR and enable the ClangIR pipeline (PR #89030)

2024-04-17 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-clang @llvm/pr-subscribers-clang-driver Author: Nathan Lanza (lanza) Changes Introduce just the option definitions and support for their existance at a few different points in the frontend. This will be followed soon by functionality that uses it. ---

[llvm-branch-commits] [llvm] Revert "[Mips] Fix missing sign extension in expansion of sub-word atomic max (#77072)" (PR #88818)

2024-04-17 Thread via llvm-branch-commits
yingopq wrote: @nikic Hi, have you not reverted those two patches yet? I plan to submit new patch which has addressed this issue. https://github.com/llvm/llvm-project/pull/88818 ___ llvm-branch-commits mailing list [email protected] h

[llvm-branch-commits] [llvm] Revert "[Mips] Fix missing sign extension in expansion of sub-word atomic max (#77072)" (PR #88818)

2024-04-17 Thread via llvm-branch-commits
yingopq wrote: > @yingopq The patches are not reverted in main, so you can base your fix on > top of the existing changes (or revert them as part of your PR, if that's > easier?) Should it be consistent with the release branch, so that it is more convenient to merge into the release branch?

[llvm-branch-commits] [flang] [flang][OpenMP] Concatenate begin and end clauses into single list (PR #89090)

2024-04-17 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-flang-fir-hlfir Author: Krzysztof Parzyszek (kparzysz) Changes This will remove the distinction between begin clauses and end clauses, and process all of them together. --- Patch is 23.92 KiB, truncated to 20.00 KiB below, full version: https://github

[llvm-branch-commits] [llvm] [LLVM][OpenMP] Implement getLeafOrCompositeConstructs (PR #89104)

2024-04-17 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-flang-openmp Author: Krzysztof Parzyszek (kparzysz) Changes This function will break up a construct into constituent leaf and composite constructs, e.g. if OMPD_c_d_e and OMPD_d_e are composite constructs, then OMPD_a_b_c_d_e will be broken up into the

<    24   25   26   27   28   29   30   31   32   33   >