[llvm-branch-commits] [clang] [clang-tools-extra] [compiler-rt] [libcxx] [libcxxabi] [libunwind] [lldb] [llvm] [mlir] [openmp] release/21.x: [CMake][AIX] quote the string AIX `if` conditions (PR #1565

2025-09-12 Thread David Tenty via llvm-branch-commits
daltenty wrote: > Uhm - this looks pretty big and seems like something that can easily break > certain build configurations since it doesn't seem to touch only AIX Agreed that this looks big and scary, but it's a purely mechanical change, that is a no-op for most targets. I'll add a long form

[llvm-branch-commits] [llvm] release/21.x: [AIX] Handle arbitrary sized integers when lowering formal arguments passed on the stack (#149351) (PR #151734)

2025-08-08 Thread David Tenty via llvm-branch-commits
https://github.com/daltenty approved this pull request. LGTM, thanks for the backport! https://github.com/llvm/llvm-project/pull/151734 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listi

[llvm-branch-commits] [clang] [Clang driver] Diagnose `-maix-shared-lib-tls-model-opt` on wrong targets (PR #130865)

2025-03-13 Thread David Tenty via llvm-branch-commits
https://github.com/daltenty approved this pull request. LGTM https://github.com/llvm/llvm-project/pull/130865 ___ 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] release/19.x: Revert "[AIX] Turn on `#pragma mc_func` check by default (#101336)" (PR #101737)

2024-08-02 Thread David Tenty via llvm-branch-commits
https://github.com/daltenty approved this pull request. LGTM, this is current breaking our ability to build compiler-rt https://github.com/llvm/llvm-project/pull/101737 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lis

[llvm-branch-commits] [clang] [llvm] release/19.x: [PowerPC] Add support for -mcpu=pwr11 / -mtune=pwr11 (#99511) (PR #100151)

2024-07-24 Thread David Tenty via llvm-branch-commits
daltenty wrote: > @daltenty (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. - [Po