[llvm-branch-commits] [llvm-branch] r324726 - [ReleaseNotes] Add SystemZ target section

2018-02-11 Thread Ulrich Weigand via llvm-branch-commits
Author: uweigand Date: Fri Feb 9 02:28:27 2018 New Revision: 324726 URL: http://llvm.org/viewvc/llvm-project?rev=324726=rev Log: [ReleaseNotes] Add SystemZ target section Modified: llvm/branches/release_60/docs/ReleaseNotes.rst Modified: llvm/branches/release_60/docs/ReleaseNotes.rst URL:

[llvm-branch-commits] [llvm-branch] r339355 - [7.0 branch] Update release notes (SystemZ, TableGen)

2018-08-10 Thread Ulrich Weigand via llvm-branch-commits
Author: uweigand Date: Thu Aug 9 09:18:00 2018 New Revision: 339355 URL: http://llvm.org/viewvc/llvm-project?rev=339355=rev Log: [7.0 branch] Update release notes (SystemZ, TableGen) This updates the 7.0 branch release notes to mention the SystemZ specific changes, and also the new support for

[llvm-branch-commits] [compiler-rt-branch] r366690 - Revert r366413 on LLVM 9 branch

2019-07-22 Thread Ulrich Weigand via llvm-branch-commits
Author: uweigand Date: Mon Jul 22 07:07:55 2019 New Revision: 366690 URL: http://llvm.org/viewvc/llvm-project?rev=366690=rev Log: Revert r366413 on LLVM 9 branch This commit caused test suite failures on multiple platforms and has been reverted on mainline as r366472/r366482. Removed:

[llvm-branch-commits] [llvm-branch] r366693 - [SystemZ] Add release notes on the LLVM 9 branch

2019-07-22 Thread Ulrich Weigand via llvm-branch-commits
Author: uweigand Date: Mon Jul 22 07:39:02 2019 New Revision: 366693 URL: http://llvm.org/viewvc/llvm-project?rev=366693=rev Log: [SystemZ] Add release notes on the LLVM 9 branch Modified: llvm/branches/release_90/docs/ReleaseNotes.rst Modified:

[llvm-branch-commits] [llvm] aeba7ba - Add SystemZ release notes

2020-02-11 Thread Ulrich Weigand via llvm-branch-commits
Author: Ulrich Weigand Date: 2020-02-11T12:52:45+01:00 New Revision: aeba7ba9f3dada09e196d174e7f13b82f01300db URL: https://github.com/llvm/llvm-project/commit/aeba7ba9f3dada09e196d174e7f13b82f01300db DIFF:

[llvm-branch-commits] [llvm] dda0a18 - [LLVM 11] Add SystemZ changes to release notes

2020-09-29 Thread Ulrich Weigand via llvm-branch-commits
Author: Ulrich Weigand Date: 2020-09-29T14:59:38+02:00 New Revision: dda0a1867cc0c4ace4535f179aec85c3ff8cfa96 URL: https://github.com/llvm/llvm-project/commit/dda0a1867cc0c4ace4535f179aec85c3ff8cfa96 DIFF:

[llvm-branch-commits] [llvm] ebef921 - [SystemZ] Remove most hard-coded R1D instances for sibcalls

2020-12-15 Thread Ulrich Weigand via llvm-branch-commits
Author: Ulrich Weigand Date: 2020-12-15T16:31:18+01:00 New Revision: ebef92169ca5a50fb8aeec08f35ccb919311acc1 URL: https://github.com/llvm/llvm-project/commit/ebef92169ca5a50fb8aeec08f35ccb919311acc1 DIFF:

[llvm-branch-commits] [llvm] b3a5abc - [NFC][Doc] Mention SystemZ supports StackMap generation

2021-01-21 Thread Ulrich Weigand via llvm-branch-commits
Author: Ulrich Weigand Date: 2021-01-21T18:29:46+01:00 New Revision: b3a5abcb36967bd4a83c0c12259d5193ac1a8245 URL: https://github.com/llvm/llvm-project/commit/b3a5abcb36967bd4a83c0c12259d5193ac1a8245 DIFF:

[llvm-branch-commits] [lld] release/18.x: [lld] Add target support for SystemZ (s390x) (#75643) (PR #81675)

2024-02-14 Thread Ulrich Weigand via llvm-branch-commits
uweigand wrote: We should also backport this part https://github.com/llvm/llvm-project/pull/81739 to enable building glibc with LLD on s390x. https://github.com/llvm/llvm-project/pull/81675 ___ llvm-branch-commits mailing list

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

2024-02-20 Thread Ulrich Weigand via llvm-branch-commits
uweigand wrote: > Also, as noted in the original PR, the corresponding doc change needs picking > too. I'll add a cherry-pick for the doc PR if and when this PR is approved. https://github.com/llvm/llvm-project/pull/82324 ___ llvm-branch-commits

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

2024-02-21 Thread Ulrich Weigand via llvm-branch-commits
uweigand wrote: > > Also, as noted in the original PR, the corresponding doc change needs > > picking too. > > I'll add a cherry-pick for the doc PR if and when this PR is approved. https://github.com/llvm/llvm-project/pull/82470 https://github.com/llvm/llvm-project/pull/82324

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

2024-02-26 Thread Ulrich Weigand via llvm-branch-commits
https://github.com/uweigand approved this pull request. LGTM. This should be backported as a fixes a regression with i128 support. https://github.com/llvm/llvm-project/pull/83021 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org

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

2024-02-26 Thread Ulrich Weigand via llvm-branch-commits
https://github.com/uweigand approved this pull request. LGTM. This should be backported as a fixes a regression with i128 support. https://github.com/llvm/llvm-project/pull/83022 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org

[llvm-branch-commits] [clang] [lld] [llvm] SystemZ release notes for 18.x. (PR #84560)

2024-03-11 Thread Ulrich Weigand via llvm-branch-commits
uweigand wrote: Thanks @JonPsson1 ! In addition, I see the following user-visible changes: - Support -munaligned-symbols command line option - Support SystemZ target in llvm-objcopy - Support OpenMP library on SystemZ Can you add those as well? https://github.com/llvm/llvm-project/pull/84560

[llvm-branch-commits] [clang] [lld] [llvm] [openmp] SystemZ release notes for 18.x. (PR #84560)

2024-03-11 Thread Ulrich Weigand via llvm-branch-commits
uweigand wrote: > Looks like #73511 "munaligned-symbols" 34dd8ec never made it into the > 18-release branch... Ah OK, I had missed that. https://github.com/llvm/llvm-project/pull/84560 ___ llvm-branch-commits mailing list

[llvm-branch-commits] [clang] [lld] [llvm] [openmp] SystemZ release notes for 18.x. (PR #84560)

2024-03-11 Thread Ulrich Weigand via llvm-branch-commits
https://github.com/uweigand approved this pull request. LGTM, thanks! https://github.com/llvm/llvm-project/pull/84560 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org

[llvm-branch-commits] [llvm] [SystemZ] Fix overflow flag for i128 USUBO (PR #86491)

2024-03-25 Thread Ulrich Weigand via llvm-branch-commits
https://github.com/uweigand created https://github.com/llvm/llvm-project/pull/86491 We use the VSCBIQ/VSBIQ/VSBCBIQ family of instructions to implement USUBO/USUBO_CARRY for the i128 data type. However, these instructions use an inverted sense of the borrow indication flag (a value of 1

[llvm-branch-commits] [llvm] [SystemZ] Fix overflow flag for i128 USUBO (PR #86491)

2024-03-25 Thread Ulrich Weigand via llvm-branch-commits
https://github.com/uweigand milestoned https://github.com/llvm/llvm-project/pull/86491 ___ 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: Fix overflow flag for i128 USUBO (PR #86475)

2024-03-25 Thread Ulrich Weigand via llvm-branch-commits
https://github.com/uweigand closed https://github.com/llvm/llvm-project/pull/86475 ___ 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: Fix overflow flag for i128 USUBO (PR #86475)

2024-03-25 Thread Ulrich Weigand via llvm-branch-commits
https://github.com/uweigand requested changes to this pull request. Automatic merge was incorrect. I'll provide a manual merge. https://github.com/llvm/llvm-project/pull/86475 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org

[llvm-branch-commits] [llvm] release/18.x: [SystemZ] Fix overflow flag for i128 USUBO (PR #86491)

2024-03-25 Thread Ulrich Weigand via llvm-branch-commits
https://github.com/uweigand edited https://github.com/llvm/llvm-project/pull/86491 ___ 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] Fix overflow flag for i128 USUBO (PR #86491)

2024-03-28 Thread Ulrich Weigand via llvm-branch-commits
uweigand wrote: > Hi @uweigand (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. This fix is for a regression that only came in with LLVM 18 due to