[llvm-branch-commits] [llvm] 5226ae4 - [SLP]Fix PR79229: Check that extractelement is used only in a single node

2024-02-16 Thread Tom Stellard via llvm-branch-commits
Author: Alexey Bataev Date: 2024-02-16T05:51:10-08:00 New Revision: 5226ae4617023e3b8957e9db0b9c2c83ea7e77a2 URL: https://github.com/llvm/llvm-project/commit/5226ae4617023e3b8957e9db0b9c2c83ea7e77a2 DIFF: https://github.com/llvm/llvm-project/commit/5226ae4617023e3b8957e9db0b9c2c83ea7e77a2.diff

[llvm-branch-commits] [llvm] b7a4ff8 - [SLP]Fix PR79229: Do not erase extractelement, if it used in

2024-02-16 Thread Tom Stellard via llvm-branch-commits
Author: Alexey Bataev Date: 2024-02-16T05:51:10-08:00 New Revision: b7a4ff80a4ccaecf1d497db51bfdc9499c3cbb48 URL: https://github.com/llvm/llvm-project/commit/b7a4ff80a4ccaecf1d497db51bfdc9499c3cbb48 DIFF: https://github.com/llvm/llvm-project/commit/b7a4ff80a4ccaecf1d497db51bfdc9499c3cbb48.diff

[llvm-branch-commits] [llvm] release/18.x: [SLP]Fix PR79229: Check that extractelement is used only in a single node (PR #81984)

2024-02-16 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/81984 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [libcxx] 0756378 - [libc++][modules] Re-add build dir CMakeLists.txt. (#81370)

2024-02-16 Thread Tom Stellard via llvm-branch-commits
Author: Mark de Wever Date: 2024-02-16T11:01:06-08:00 New Revision: 0756378b77054938b2e252c105e91395954366ec URL: https://github.com/llvm/llvm-project/commit/0756378b77054938b2e252c105e91395954366ec DIFF: https://github.com/llvm/llvm-project/commit/0756378b77054938b2e252c105e91395954366ec.diff

[llvm-branch-commits] [libcxx] release/18.x: [libc++][modules] Re-add build dir CMakeLists.txt. (#81370) (PR #81651)

2024-02-16 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/81651 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [lld] d71aae5 - [lld] Fix test failures when running as root user (#81339)

2024-02-16 Thread Tom Stellard via llvm-branch-commits
Author: Tom Stellard Date: 2024-02-16T12:21:13-08:00 New Revision: d71aae5f79863ce897e38f6aab46710f0257f72e URL: https://github.com/llvm/llvm-project/commit/d71aae5f79863ce897e38f6aab46710f0257f72e DIFF: https://github.com/llvm/llvm-project/commit/d71aae5f79863ce897e38f6aab46710f0257f72e.diff

[llvm-branch-commits] [lld] release/18.x: [lld] Fix test failures when running as root user (#81339) (PR #81988)

2024-02-16 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/81988 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] Use container on Linux to run llvm-project-tests workflow (#81349) (PR #81807)

2024-02-16 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar updated https://github.com/llvm/llvm-project/pull/81807 >From f40655f940d7d070da09cd4ae6db0fad74fd716e Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Wed, 14 Feb 2024 16:05:52 -0800 Subject: [PATCH] Use container on Linux to run llvm-project-tests workflow (#8134

[llvm-branch-commits] [lld] 347977c - [lld/ELF] Avoid unnecessary TPOFF relocations in GOT for -pie (#81739)

2024-02-16 Thread Tom Stellard via llvm-branch-commits
Author: Ulrich Weigand Date: 2024-02-16T12:24:37-08:00 New Revision: 347977c8b16fc4db809d7e049ceca874a5e4940b URL: https://github.com/llvm/llvm-project/commit/347977c8b16fc4db809d7e049ceca874a5e4940b DIFF: https://github.com/llvm/llvm-project/commit/347977c8b16fc4db809d7e049ceca874a5e4940b.diff

[llvm-branch-commits] [lld] release/18.x: [lld/ELF] Avoid unnecessary TPOFF relocations in GOT for -pie (#81739) (PR #81990)

2024-02-16 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/81990 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] PR for llvm/llvm-project#81000 (PR #81003)

2024-02-17 Thread Tom Stellard via llvm-branch-commits
tstellar wrote: Looks like this was already backported in 9fc4cf7223181c33e0844d7c4f552d08fb68cf5a. https://github.com/llvm/llvm-project/pull/81003 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/

[llvm-branch-commits] [llvm] release/18.x: [AArch64][GlobalISel] Fail legalization for unknown libcalls. (#81873) (PR #82103)

2024-02-17 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/82103 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] Use container on Linux to run llvm-project-tests workflow (#81349) (PR #81807)

2024-02-17 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/81807 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [compiler-rt] release/18.x: [AIX] Add a dummy variable in the __llvm_orderfile section (#81968) (PR #82148)

2024-02-19 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/82148 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [openmp] ae27600 - [OpenMP][AIX] Set worker stack size to 2 x KMP_DEFAULT_STKSIZE if system stack size is too big (#81996)

2024-02-19 Thread Tom Stellard via llvm-branch-commits
Author: Xing Xue Date: 2024-02-19T16:14:44-08:00 New Revision: ae276000164a41a8fc814bf1d4eccf31347c88f5 URL: https://github.com/llvm/llvm-project/commit/ae276000164a41a8fc814bf1d4eccf31347c88f5 DIFF: https://github.com/llvm/llvm-project/commit/ae276000164a41a8fc814bf1d4eccf31347c88f5.diff LOG:

[llvm-branch-commits] [openmp] release/18.x: [OpenMP][AIX] Set worker stack size to 2 x KMP_DEFAULT_STKSIZE if system stack size is too big (#81996) (PR #82146)

2024-02-19 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/82146 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] c5e1885 - [Support/ELF] Add OpenBSD PT_OPENBSD_SYSCALLS constant.

2024-02-19 Thread Tom Stellard via llvm-branch-commits
Author: Frederic Cambus Date: 2024-02-19T16:18:19-08:00 New Revision: c5e1885af0426897affc008fab174348eeca7af7 URL: https://github.com/llvm/llvm-project/commit/c5e1885af0426897affc008fab174348eeca7af7 DIFF: https://github.com/llvm/llvm-project/commit/c5e1885af0426897affc008fab174348eeca7af7.dif

[llvm-branch-commits] [llvm] release/18.x: [Support/ELF] Add OpenBSD PT_OPENBSD_SYSCALLS constant. (PR #82143)

2024-02-19 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/82143 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] b845f06 - [ValueTracking] Fix computeKnownFPClass for fpext (#81972)

2024-02-19 Thread Tom Stellard via llvm-branch-commits
Author: Yingwei Zheng Date: 2024-02-19T16:36:53-08:00 New Revision: b845f0662a287912332c89e56f5900037aa7c70f URL: https://github.com/llvm/llvm-project/commit/b845f0662a287912332c89e56f5900037aa7c70f DIFF: https://github.com/llvm/llvm-project/commit/b845f0662a287912332c89e56f5900037aa7c70f.diff

[llvm-branch-commits] [llvm] release/18.x: [ValueTracking] Fix computeKnownFPClass for fpext (#81972) (PR #82117)

2024-02-19 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/82117 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] c7b0a6e - [RISCV] Check type is legal before combining mgather to vlse intrinsic (#81107)

2024-02-19 Thread Tom Stellard via llvm-branch-commits
Author: Luke Lau Date: 2024-02-19T16:43:22-08:00 New Revision: c7b0a6ecd442363620d13e44077ca25a5f59fb59 URL: https://github.com/llvm/llvm-project/commit/c7b0a6ecd442363620d13e44077ca25a5f59fb59 DIFF: https://github.com/llvm/llvm-project/commit/c7b0a6ecd442363620d13e44077ca25a5f59fb59.diff LOG:

[llvm-branch-commits] [llvm] release/18.x: [RISCV] Check type is legal before combining mgather to vlse intrinsic (#81107) (PR #81568)

2024-02-19 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/81568 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] [llvm] release/18.x: [AArch64] Backport Ampere1B support (#81297 , #81341, and #81744) (PR #81857)

2024-02-19 Thread Tom Stellard via llvm-branch-commits
tstellar wrote: Is this ready to merge? https://github.com/llvm/llvm-project/pull/81857 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] release/18.x: [InstCombine] Fold gep of exact unsigned division (#82334) (PR #82347)

2024-02-20 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/82347 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [openmp] 801a10d - [OpenMP][AIX]Add assembly file containing microtasking routines and unnamed common block definitions (#81770)

2024-02-20 Thread Tom Stellard via llvm-branch-commits
Author: Xing Xue Date: 2024-02-20T11:54:09-08:00 New Revision: 801a10d3058a44b257236edfa08748c7f7ddbccb URL: https://github.com/llvm/llvm-project/commit/801a10d3058a44b257236edfa08748c7f7ddbccb DIFF: https://github.com/llvm/llvm-project/commit/801a10d3058a44b257236edfa08748c7f7ddbccb.diff LOG:

[llvm-branch-commits] [openmp] release/18.x: [OpenMP][AIX]Add assembly file containing microtasking routines and unnamed common block definitions (#81770) (PR #82391)

2024-02-20 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/82391 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] 3af6881 - [llvm-readobj] Add support for the PT_OPENBSD_SYSCALLS segment type. (#82122)

2024-02-20 Thread Tom Stellard via llvm-branch-commits
Author: Frederic Cambus Date: 2024-02-20T11:57:09-08:00 New Revision: 3af6881cab6c98c304eed112f2153f9bbe67b5ee URL: https://github.com/llvm/llvm-project/commit/3af6881cab6c98c304eed112f2153f9bbe67b5ee DIFF: https://github.com/llvm/llvm-project/commit/3af6881cab6c98c304eed112f2153f9bbe67b5ee.dif

[llvm-branch-commits] [llvm] release/18.x: [llvm-readobj] Add support for the PT_OPENBSD_SYSCALLS segment type. (#82122) (PR #82318)

2024-02-20 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/82318 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] 12114d2 - [llvm-objdump] Add support for the PT_OPENBSD_SYSCALLS segment type. (#82121)

2024-02-20 Thread Tom Stellard via llvm-branch-commits
Author: Frederic Cambus Date: 2024-02-20T11:59:21-08:00 New Revision: 12114d2d5a66cf4cb656a6dd83bb17704f2261a0 URL: https://github.com/llvm/llvm-project/commit/12114d2d5a66cf4cb656a6dd83bb17704f2261a0 DIFF: https://github.com/llvm/llvm-project/commit/12114d2d5a66cf4cb656a6dd83bb17704f2261a0.dif

[llvm-branch-commits] [llvm] release/18.x: [llvm-objdump] Add support for the PT_OPENBSD_SYSCALLS segment type. (#82121) (PR #82317)

2024-02-20 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/82317 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] 3b4b047 - [PowerPC] Mask constant operands in ValueBit tracking (#67653)

2024-02-20 Thread Tom Stellard via llvm-branch-commits
Author: Qiu Chaofan Date: 2024-02-20T12:54:33-08:00 New Revision: 3b4b0476423e2340cf6ef370df3c98420014c97b URL: https://github.com/llvm/llvm-project/commit/3b4b0476423e2340cf6ef370df3c98420014c97b DIFF: https://github.com/llvm/llvm-project/commit/3b4b0476423e2340cf6ef370df3c98420014c97b.diff L

[llvm-branch-commits] [llvm] release/18.x: [PowerPC] Mask constant operands in ValueBit tracking (#67653) (PR #82301)

2024-02-20 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/82301 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [libcxx] release/18.x: [libc++] Only include from the C library if it exists (#81887) (PR #82045)

2024-02-20 Thread Tom Stellard via llvm-branch-commits
tstellar wrote: One of these libc++ tests keeps failing. Is this a real failure? https://github.com/llvm/llvm-project/pull/82045 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/ll

[llvm-branch-commits] [compiler-rt] 390dcd4 - [compiler-rt][profile] Fix InstrProfilingFile possible resource leak. (#81363)

2024-02-20 Thread Tom Stellard via llvm-branch-commits
Author: David CARLIER Date: 2024-02-20T12:59:02-08:00 New Revision: 390dcd4cbbf511954ba1e0ca000d3e1c6394060e URL: https://github.com/llvm/llvm-project/commit/390dcd4cbbf511954ba1e0ca000d3e1c6394060e DIFF: https://github.com/llvm/llvm-project/commit/390dcd4cbbf511954ba1e0ca000d3e1c6394060e.diff

[llvm-branch-commits] [compiler-rt] release/18.x: [compiler-rt][profile] Fix InstrProfilingFile possible resource leak. (#81363) (PR #81402)

2024-02-20 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/81402 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] release/18.x: [llvm-objcopy] Add SystemZ support (#81841) (PR #82324)

2024-02-20 Thread Tom Stellard via llvm-branch-commits
tstellar wrote: @MaskRay What do you think about this? https://github.com/llvm/llvm-project/pull/82324 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] 5ef297a - [llvm-objcopy] Add SystemZ support (#81841)

2024-02-20 Thread Tom Stellard via llvm-branch-commits
Author: Ulrich Weigand Date: 2024-02-20T16:36:39-08:00 New Revision: 5ef297ab611822537a385d45244867519563d3ef URL: https://github.com/llvm/llvm-project/commit/5ef297ab611822537a385d45244867519563d3ef DIFF: https://github.com/llvm/llvm-project/commit/5ef297ab611822537a385d45244867519563d3ef.diff

[llvm-branch-commits] [llvm] release/18.x: [llvm-objcopy] Add SystemZ support (#81841) (PR #82324)

2024-02-20 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/82324 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] 66351a5 - [Serialization] Record whether the ODR is skipped (#82302)

2024-02-20 Thread Tom Stellard via llvm-branch-commits
Author: Chuanqi Xu Date: 2024-02-20T16:41:33-08:00 New Revision: 66351a501e5106353a4919617851469c7c61a660 URL: https://github.com/llvm/llvm-project/commit/66351a501e5106353a4919617851469c7c61a660 DIFF: https://github.com/llvm/llvm-project/commit/66351a501e5106353a4919617851469c7c61a660.diff LO

[llvm-branch-commits] [clang] release/18.x: [Serialization] Record whether the ODR is skipped (#82302) (PR #82309)

2024-02-20 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/82309 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] 688566b - [IndVars] Add tests for #79861 (NFC)

2024-02-20 Thread Tom Stellard via llvm-branch-commits
Author: Nikita Popov Date: 2024-02-20T16:44:46-08:00 New Revision: 688566b2dfb86c0cd3e896470150282b98b5d8d3 URL: https://github.com/llvm/llvm-project/commit/688566b2dfb86c0cd3e896470150282b98b5d8d3 DIFF: https://github.com/llvm/llvm-project/commit/688566b2dfb86c0cd3e896470150282b98b5d8d3.diff

[llvm-branch-commits] [llvm] 4223b22 - [SCEVExpander] Do not reuse disjoint or (#80281)

2024-02-20 Thread Tom Stellard via llvm-branch-commits
Author: Nikita Popov Date: 2024-02-20T16:44:46-08:00 New Revision: 4223b2264ce5e6d1855b9e7b32fe61152a681046 URL: https://github.com/llvm/llvm-project/commit/4223b2264ce5e6d1855b9e7b32fe61152a681046 DIFF: https://github.com/llvm/llvm-project/commit/4223b2264ce5e6d1855b9e7b32fe61152a681046.diff

[llvm-branch-commits] [llvm] dc0ed54 - [SCEV] Move canReuseInstruction() helper into SCEV (NFC)

2024-02-20 Thread Tom Stellard via llvm-branch-commits
Author: Nikita Popov Date: 2024-02-20T16:44:46-08:00 New Revision: dc0ed54ac582357c8e097b2610791b7f802bb0ad URL: https://github.com/llvm/llvm-project/commit/dc0ed54ac582357c8e097b2610791b7f802bb0ad DIFF: https://github.com/llvm/llvm-project/commit/dc0ed54ac582357c8e097b2610791b7f802bb0ad.diff

[llvm-branch-commits] [llvm] 94dcc1d - [IndVarSimplify] Fix poison-safety when reusing instructions (#80458)

2024-02-20 Thread Tom Stellard via llvm-branch-commits
Author: Nikita Popov Date: 2024-02-20T16:44:46-08:00 New Revision: 94dcc1d6ae0912910c1a001da54ca64171d36374 URL: https://github.com/llvm/llvm-project/commit/94dcc1d6ae0912910c1a001da54ca64171d36374 DIFF: https://github.com/llvm/llvm-project/commit/94dcc1d6ae0912910c1a001da54ca64171d36374.diff

[llvm-branch-commits] [llvm] PR for llvm/llvm-project#79861 (PR #80832)

2024-02-20 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/80832 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] bba3944 - [Release] Don't build during test-release.sh Phase 3 install (#82001)

2024-02-20 Thread Tom Stellard via llvm-branch-commits
Author: Rainer Orth Date: 2024-02-20T17:57:11-08:00 New Revision: bba39443eb918f842502ee2315306a6e811e1987 URL: https://github.com/llvm/llvm-project/commit/bba39443eb918f842502ee2315306a6e811e1987 DIFF: https://github.com/llvm/llvm-project/commit/bba39443eb918f842502ee2315306a6e811e1987.diff L

[llvm-branch-commits] [llvm] release/18.x: [Release] Don't build during test-release.sh Phase 3 install (#82001) (PR #82420)

2024-02-20 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/82420 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] d84c1e9 - [workflows] Fix permissions check for creating new releases (#81163)

2024-02-20 Thread Tom Stellard via llvm-branch-commits
Author: Tom Stellard Date: 2024-02-20T21:10:59-08:00 New Revision: d84c1e947472ba7d3a8b32621d4e451f2beacce9 URL: https://github.com/llvm/llvm-project/commit/d84c1e947472ba7d3a8b32621d4e451f2beacce9 DIFF: https://github.com/llvm/llvm-project/commit/d84c1e947472ba7d3a8b32621d4e451f2beacce9.diff

[llvm-branch-commits] [llvm] release/18.x: [workflows] Fix permissions check for creating new releases (#81163) (PR #82453)

2024-02-20 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/82453 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] 235306b - [cmake] Add minor version to library SONAME (#79376)

2024-02-20 Thread Tom Stellard via llvm-branch-commits
Author: Tom Stellard Date: 2024-02-20T21:14:50-08:00 New Revision: 235306ba1f89eb1b9f9724edec5eacb295f8198f URL: https://github.com/llvm/llvm-project/commit/235306ba1f89eb1b9f9724edec5eacb295f8198f DIFF: https://github.com/llvm/llvm-project/commit/235306ba1f89eb1b9f9724edec5eacb295f8198f.diff

[llvm-branch-commits] [llvm] 6c90f8d - Fix llvm-x86_64-debian-dylib buildbot

2024-02-20 Thread Tom Stellard via llvm-branch-commits
Author: Tom Stellard Date: 2024-02-20T21:14:50-08:00 New Revision: 6c90f8dd546334b01c9a86387950e8c72d459f1e URL: https://github.com/llvm/llvm-project/commit/6c90f8dd546334b01c9a86387950e8c72d459f1e DIFF: https://github.com/llvm/llvm-project/commit/6c90f8dd546334b01c9a86387950e8c72d459f1e.diff

[llvm-branch-commits] [llvm] release/18.x: [cmake] Add minor version to library SONAME (#79376) (PR #82409)

2024-02-20 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/82409 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] [llvm] release/18.x: [AArch64] Backport Ampere1B support (#81297 , #81341, and #81744) (PR #81857)

2024-02-22 Thread Tom Stellard via llvm-branch-commits
tstellar wrote: > On a different note: the "+pauth" fix would be helpful in clang-18 as well, > given that it brings the definition of "-march=armv8.3-a" in sync with the > specification. OK, so sounds like the +pauth change is separate but included in this PR for convenience. https://github

[llvm-branch-commits] [llvm] release/18.x: Extend GCC workaround to GCC < 8.4 for llvm::iterator_range ctor (#82643) (PR #82688)

2024-02-22 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/82688 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] [llvm] release/18.x: [AArch64] Backport Ampere1B support (#81297 , #81341, and #81744) (PR #81857)

2024-02-22 Thread Tom Stellard via llvm-branch-commits
tstellar wrote: I'm OK with this kind of change if the AArch64 maintainers are on board. @AaronBallman Do you have a strong objection to this PR? https://github.com/llvm/llvm-project/pull/81857 ___ llvm-branch-commits mailing list llvm-branch-commits

[llvm-branch-commits] [clang] ReleaseNotes: mention -mtls-dialect=desc (PR #82731)

2024-02-23 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/82731 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] 4195885 - [Loads] Fix crash in isSafeToLoadUnconditionally with scalable accessed type (#82650)

2024-02-23 Thread Tom Stellard via llvm-branch-commits
Author: Luke Lau Date: 2024-02-23T12:44:49-08:00 New Revision: 4195885b95c87a6584302f951e5268d83c0a58bf URL: https://github.com/llvm/llvm-project/commit/4195885b95c87a6584302f951e5268d83c0a58bf DIFF: https://github.com/llvm/llvm-project/commit/4195885b95c87a6584302f951e5268d83c0a58bf.diff LOG:

[llvm-branch-commits] [llvm] release/18.x: [Loads] Fix crash in isSafeToLoadUnconditionally with scalable accessed type (#82650) (PR #82664)

2024-02-23 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/82664 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [libcxx] 9c434b4 - [libc++] Only include from the C library if it exists (#81887)

2024-02-23 Thread Tom Stellard via llvm-branch-commits
Author: Louis Dionne Date: 2024-02-23T12:46:52-08:00 New Revision: 9c434b47332a7e4128e5bedba44e4de18eadd564 URL: https://github.com/llvm/llvm-project/commit/9c434b47332a7e4128e5bedba44e4de18eadd564 DIFF: https://github.com/llvm/llvm-project/commit/9c434b47332a7e4128e5bedba44e4de18eadd564.diff

[llvm-branch-commits] [libcxx] release/18.x: [libc++] Only include from the C library if it exists (#81887) (PR #82045)

2024-02-23 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/82045 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] 7103145 - [docs][llvm-objcopy] Add missing formats (#81981)

2024-02-23 Thread Tom Stellard via llvm-branch-commits
Author: Ulrich Weigand Date: 2024-02-23T12:48:38-08:00 New Revision: 710314502424782d49c7c57e0d8959a8231e5db1 URL: https://github.com/llvm/llvm-project/commit/710314502424782d49c7c57e0d8959a8231e5db1 DIFF: https://github.com/llvm/llvm-project/commit/710314502424782d49c7c57e0d8959a8231e5db1.diff

[llvm-branch-commits] [llvm] release/18.x: [docs][llvm-objcopy] Add missing formats (#81981) (PR #82470)

2024-02-23 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/82470 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] 4ba68ab - [llvm-readobj, ELF] Support --decompress/-z (#82594)

2024-02-23 Thread Tom Stellard via llvm-branch-commits
Author: Fangrui Song Date: 2024-02-23T12:51:05-08:00 New Revision: 4ba68ab9b41f8c4d1fd6d31d64e8030fe224c02e URL: https://github.com/llvm/llvm-project/commit/4ba68ab9b41f8c4d1fd6d31d64e8030fe224c02e DIFF: https://github.com/llvm/llvm-project/commit/4ba68ab9b41f8c4d1fd6d31d64e8030fe224c02e.diff

[llvm-branch-commits] [llvm] release/18.x: [llvm-readobj, ELF] Support --decompress/-z (#82594) (PR #82718)

2024-02-23 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/82718 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] Backport 0bf4f82 to release/18.x (PR #82571)

2024-02-23 Thread Tom Stellard via llvm-branch-commits
tstellar wrote: @evodius96 What do you think about backporting this? https://github.com/llvm/llvm-project/pull/82571 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-com

[llvm-branch-commits] [clang] [Clang] Fixes to immediate-escalating functions (#82281) (PR #82609)

2024-02-23 Thread Tom Stellard via llvm-branch-commits
tstellar wrote: @cor3ntin @AaronBallman What do you think about backporting this? https://github.com/llvm/llvm-project/pull/82609 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/ll

[llvm-branch-commits] [llvm] [llvm][AArch64] Do not inline a function with different signing scheme. (#80642) (PR #82743)

2024-02-23 Thread Tom Stellard via llvm-branch-commits
tstellar wrote: @nickdesaulniers What do you think about backporting this? https://github.com/llvm/llvm-project/pull/82743 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bran

[llvm-branch-commits] [libcxx] [libc++] Add details about string annotations (PR #82730)

2024-02-23 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/82730 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] Backport 0bf4f82 to release/18.x (PR #82571)

2024-02-23 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/82571 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] release/18.x: [SystemZ] Require D12 for i128 accesses in isLegalAddressingMode() (#79221) (PR #83022)

2024-02-26 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/83022 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] 9d51bd1 - [SystemZ] Use VT (not ArgVT) for SlotVT in LowerCall(). (#82475)

2024-02-26 Thread Tom Stellard via llvm-branch-commits
Author: Jonas Paulsson Date: 2024-02-26T13:36:40-08:00 New Revision: 9d51bd1c2476ce334b3370c5f073e24427171e5f URL: https://github.com/llvm/llvm-project/commit/9d51bd1c2476ce334b3370c5f073e24427171e5f DIFF: https://github.com/llvm/llvm-project/commit/9d51bd1c2476ce334b3370c5f073e24427171e5f.diff

[llvm-branch-commits] [llvm] release/18.x: [SystemZ] Use VT (not ArgVT) for SlotVT in LowerCall(). (#82475) (PR #83021)

2024-02-26 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/83021 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] 3aea3d2 - [GVN] Drop nsw/nuw flags when replacing the result of a with.overflow intrinsic with a overflowing binary operator (#82935)

2024-02-26 Thread Tom Stellard via llvm-branch-commits
Author: Yingwei Zheng Date: 2024-02-26T13:43:35-08:00 New Revision: 3aea3d2fd3996808ab39de0cf718b292a7d52a5f URL: https://github.com/llvm/llvm-project/commit/3aea3d2fd3996808ab39de0cf718b292a7d52a5f DIFF: https://github.com/llvm/llvm-project/commit/3aea3d2fd3996808ab39de0cf718b292a7d52a5f.diff

[llvm-branch-commits] [llvm] release/18.x: [GVN] Drop nsw/nuw flags when replacing the result of a with.overflow intrinsic with a overflowing binary operator (#82935) (PR #82965)

2024-02-26 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/82965 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] a5b2e43 - [FlattenCFG] Fix the miscompilation where phi nodes exist in the merge point (#81987)

2024-02-26 Thread Tom Stellard via llvm-branch-commits
Author: Yingwei Zheng Date: 2024-02-26T13:47:48-08:00 New Revision: a5b2e43ff0181f09eb52f4a2b6b6796a9517b645 URL: https://github.com/llvm/llvm-project/commit/a5b2e43ff0181f09eb52f4a2b6b6796a9517b645 DIFF: https://github.com/llvm/llvm-project/commit/a5b2e43ff0181f09eb52f4a2b6b6796a9517b645.diff

[llvm-branch-commits] [openmp] release/18.x: Fix build on musl by including stdint.h (#81434) (PR #82897)

2024-02-26 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/82897 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [openmp] c8b11e9 - Fix build on musl by including stdint.h (#81434)

2024-02-26 Thread Tom Stellard via llvm-branch-commits
Author: Daniel Martinez Date: 2024-02-26T13:55:13-08:00 New Revision: c8b11e93004af9aa8bd8116e5cf01946546f0283 URL: https://github.com/llvm/llvm-project/commit/c8b11e93004af9aa8bd8116e5cf01946546f0283 DIFF: https://github.com/llvm/llvm-project/commit/c8b11e93004af9aa8bd8116e5cf01946546f0283.dif

[llvm-branch-commits] [clang] [llvm] release/18.x: [AArch64] Backport Ampere1B support (#81297 , #81341, and #81744) (PR #81857)

2024-02-26 Thread Tom Stellard via llvm-branch-commits
tstellar wrote: I've decided to merge this. A feature like this that is self-contained in a single backend is inline with the kind of changes I've merged before during the RC phase. If this were some other feature, with a wider impact, it probably wouldn't be accepted. https://github.com/l

[llvm-branch-commits] [clang] 9274829 - [clang][CodeGen] Keep processing the rest of AST after encountering unsupported MC/DC expressions (#82464)

2024-02-26 Thread Tom Stellard via llvm-branch-commits
Author: Wentao Zhang Date: 2024-02-26T15:09:20-08:00 New Revision: 9274829eb689c261aecf7b100561594385816b0b URL: https://github.com/llvm/llvm-project/commit/9274829eb689c261aecf7b100561594385816b0b DIFF: https://github.com/llvm/llvm-project/commit/9274829eb689c261aecf7b100561594385816b0b.diff

[llvm-branch-commits] [clang] release/18.x: [clang][CodeGen] Keep processing the rest of AST after encountering unsupported MC/DC expressions (#82464) (PR #82866)

2024-02-26 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/82866 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] [llvm][AArch64] Do not inline a function with different signing scheme. (#80642) (PR #82743)

2024-02-26 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/82743 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] 4cc7a75 - [llvm-shlib] Change libLLVM-$MAJOR.so symlink to point to versioned SO (#82660)

2024-02-26 Thread Tom Stellard via llvm-branch-commits
Author: Tom Stellard Date: 2024-02-26T16:57:21-08:00 New Revision: 4cc7a75aa6ac272a5774ef7ca3f6b2ad095425e3 URL: https://github.com/llvm/llvm-project/commit/4cc7a75aa6ac272a5774ef7ca3f6b2ad095425e3 DIFF: https://github.com/llvm/llvm-project/commit/4cc7a75aa6ac272a5774ef7ca3f6b2ad095425e3.diff

[llvm-branch-commits] [clang] a7a74ec - [Clang] Fixes to immediate-escalating functions (#82281)

2024-02-26 Thread Tom Stellard via llvm-branch-commits
Author: cor3ntin Date: 2024-02-26T17:03:46-08:00 New Revision: a7a74ece1d6b8dc95bf6fb0b7e06b8e0ba9b9559 URL: https://github.com/llvm/llvm-project/commit/a7a74ece1d6b8dc95bf6fb0b7e06b8e0ba9b9559 DIFF: https://github.com/llvm/llvm-project/commit/a7a74ece1d6b8dc95bf6fb0b7e06b8e0ba9b9559.diff LOG:

[llvm-branch-commits] [clang] [Clang] Fixes to immediate-escalating functions (#82281) (PR #82609)

2024-02-26 Thread Tom Stellard via llvm-branch-commits
tstellar wrote: Merged a7a74ece1d6b8dc95bf6fb0b7e06b8e0ba9b9559 https://github.com/llvm/llvm-project/pull/82609 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] [Clang] Fixes to immediate-escalating functions (#82281) (PR #82609)

2024-02-26 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/82609 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] b4b76bd - [AArch64] Make +pauth enabled in Armv8.3-a by default (#78027)

2024-02-26 Thread Tom Stellard via llvm-branch-commits
Author: Anatoly Trosinenko Date: 2024-02-26T17:38:41-08:00 New Revision: b4b76bdbf1dab6199e4112781f37e96f1902bfcd URL: https://github.com/llvm/llvm-project/commit/b4b76bdbf1dab6199e4112781f37e96f1902bfcd DIFF: https://github.com/llvm/llvm-project/commit/b4b76bdbf1dab6199e4112781f37e96f1902bfcd.

[llvm-branch-commits] [clang] [llvm] release/18.x: [AArch64] Backport Ampere1B support (#81297 , #81341, and #81744) (PR #81857)

2024-02-26 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/81857 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] 6d8f929 - [NFC][AArch64] fix whitespace in AArch64SchedNeoverseV1 (#81744)

2024-02-26 Thread Tom Stellard via llvm-branch-commits
Author: Philipp Tomsich Date: 2024-02-26T17:38:41-08:00 New Revision: 6d8f9290b6afa5e61841124ae1bdeb96d9ada820 URL: https://github.com/llvm/llvm-project/commit/6d8f9290b6afa5e61841124ae1bdeb96d9ada820 DIFF: https://github.com/llvm/llvm-project/commit/6d8f9290b6afa5e61841124ae1bdeb96d9ada820.dif

[llvm-branch-commits] [clang] 8328334 - [AArch64] Add the Ampere1B core (#81297)

2024-02-26 Thread Tom Stellard via llvm-branch-commits
Author: Philipp Tomsich Date: 2024-02-26T17:38:41-08:00 New Revision: 83283342c38e03fc501c84b9fad7cd62f1d629d3 URL: https://github.com/llvm/llvm-project/commit/83283342c38e03fc501c84b9fad7cd62f1d629d3 DIFF: https://github.com/llvm/llvm-project/commit/83283342c38e03fc501c84b9fad7cd62f1d629d3.dif

[llvm-branch-commits] release/18.x: [llvm-shlib] Change libLLVM-$MAJOR.so symlink to point to versioned SO (#82660) (PR #83067)

2024-02-27 Thread Tom Stellard via llvm-branch-commits
tstellar wrote: Merged: 4cc7a75aa6ac272a5774ef7ca3f6b2ad095425e3 https://github.com/llvm/llvm-project/pull/83067 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] e2182a6 - [Mips] Fix unable to handle inline assembly ends with compat-branch o… (#77291)

2024-02-27 Thread Tom Stellard via llvm-branch-commits
Author: yingopq Date: 2024-02-27T09:17:42-08:00 New Revision: e2182a6b91f5001bd9b52e3b1fe6beac434e5fe5 URL: https://github.com/llvm/llvm-project/commit/e2182a6b91f5001bd9b52e3b1fe6beac434e5fe5 DIFF: https://github.com/llvm/llvm-project/commit/e2182a6b91f5001bd9b52e3b1fe6beac434e5fe5.diff LOG:

[llvm-branch-commits] [lld] [llvm] release/18.x: [Mips] Fix unable to handle inline assembly ends with compat-branch o… (#77291) (PR #82870)

2024-02-27 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/82870 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] 461274b - MIPS: Fix asm constraints "f" and "r" for softfloat (#79116)

2024-02-27 Thread Tom Stellard via llvm-branch-commits
Author: YunQiang Su Date: 2024-02-27T09:18:54-08:00 New Revision: 461274b81d8641eab64d494accddc81d7db8a09e URL: https://github.com/llvm/llvm-project/commit/461274b81d8641eab64d494accddc81d7db8a09e DIFF: https://github.com/llvm/llvm-project/commit/461274b81d8641eab64d494accddc81d7db8a09e.diff L

[llvm-branch-commits] [clang] [llvm] release/18.x: MIPS: Fix asm constraints "f" and "r" for softfloat (#79116) (PR #83105)

2024-02-27 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar closed https://github.com/llvm/llvm-project/pull/83105 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] release/18.x: [cmake] Add minor version to library SONAME (#79376) (PR #82409)

2024-03-04 Thread Tom Stellard via llvm-branch-commits
tstellar wrote: @RalfJung The intention was that the change would be backwards compatible. Is there a specific problem you see? We can still fix this in the release/18.x branch if necessary. https://github.com/llvm/llvm-project/pull/82409 ___ llvm-

[llvm-branch-commits] [llvm] release/18.x: [cmake] Add minor version to library SONAME (#79376) (PR #82409)

2024-03-04 Thread Tom Stellard via llvm-branch-commits
tstellar wrote: @RalfJung Are you configuring LLVM with -DLLVM_VERSION_SUFFIX=-rust-1.78.0-nightly ? https://github.com/llvm/llvm-project/pull/82409 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin

[llvm-branch-commits] [llvm] Remove RC suffix (PR #84430)

2024-03-07 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar created https://github.com/llvm/llvm-project/pull/84430 None >From b92012c777e602d557124583651313a0afa33484 Mon Sep 17 00:00:00 2001 From: Tobias Hieta Date: Tue, 19 Sep 2023 09:44:33 +0200 Subject: [PATCH] Remove RC suffix --- llvm/CMakeLists.txt | 2 +- 1 file c

[llvm-branch-commits] [llvm] Remove RC suffix (PR #84430)

2024-03-07 Thread Tom Stellard via llvm-branch-commits
https://github.com/tstellar updated https://github.com/llvm/llvm-project/pull/84430 >From b92012c777e602d557124583651313a0afa33484 Mon Sep 17 00:00:00 2001 From: Tobias Hieta Date: Tue, 19 Sep 2023 09:44:33 +0200 Subject: [PATCH 1/2] Remove RC suffix --- llvm/CMakeLists.txt | 2 +- 1 file cha

[llvm-branch-commits] [llvm] b92012c - Remove RC suffix

2024-03-08 Thread Tom Stellard via llvm-branch-commits
Author: Tobias Hieta Date: 2024-03-07T21:18:24-08:00 New Revision: b92012c777e602d557124583651313a0afa33484 URL: https://github.com/llvm/llvm-project/commit/b92012c777e602d557124583651313a0afa33484 DIFF: https://github.com/llvm/llvm-project/commit/b92012c777e602d557124583651313a0afa33484.diff

[llvm-branch-commits] [llvm] dba2a75 - Bump version to 18.1.1

2024-03-08 Thread Tom Stellard via llvm-branch-commits
Author: Tom Stellard Date: 2024-03-07T21:27:31-08:00 New Revision: dba2a75e9c7ef81fe84774ba5eee5e67e01d801a URL: https://github.com/llvm/llvm-project/commit/dba2a75e9c7ef81fe84774ba5eee5e67e01d801a DIFF: https://github.com/llvm/llvm-project/commit/dba2a75e9c7ef81fe84774ba5eee5e67e01d801a.diff

<    1   2   3   4   5   6   7   8   9   10   >