[PR #3] [CLOSED] Add building and deploying linux libs as well #5

Closed
opened 2026-02-18 19:19:55 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RPCS3/llvm/pull/3
Author: @scribam
Created: 5/11/2018
Status: Closed

Base: release_60Head: release_60


📝 Commits (8)

  • a78e548 Compile LLVM via appveyor and release via GitHub releases
  • 24597ee X86: LowerShift: new algorithm for vector-vector shifts
  • 4bcccf3 X86: detect patterns for saturation arithmetic
  • ae3f049 X86: combine inversion of VPTERNLOG
  • 549c21e X86: detect AVG (alternative pattern)
  • 84cf60d X86: combine AND+OR to VPTERNLOG
  • 6154c0d X86: change v64i8 sar by 7
  • 02ac8c6 Add building and deploying linux libs as well

📊 Changes

3 files changed (+779 additions, -2 deletions)

View changed files

.travis.yml (+31 -0)
appveyor.yml (+60 -0)
📝 lib/Target/X86/X86ISelLowering.cpp (+688 -2)

📄 Description

api_key needs to be updated before to merge this.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/RPCS3/llvm/pull/3 **Author:** [@scribam](https://github.com/scribam) **Created:** 5/11/2018 **Status:** ❌ Closed **Base:** `release_60` ← **Head:** `release_60` --- ### 📝 Commits (8) - [`a78e548`](https://github.com/RPCS3/llvm/commit/a78e548644a2ea9a7ff460161cfb45f82dc667c6) Compile LLVM via appveyor and release via GitHub releases - [`24597ee`](https://github.com/RPCS3/llvm/commit/24597ee0640fed28ed104f2210747b4fb281a82a) X86: LowerShift: new algorithm for vector-vector shifts - [`4bcccf3`](https://github.com/RPCS3/llvm/commit/4bcccf32d122ae28b0dec2a18f500e9e9862d136) X86: detect patterns for saturation arithmetic - [`ae3f049`](https://github.com/RPCS3/llvm/commit/ae3f0492e2610d181b2ff7899d3de80c377c18f8) X86: combine inversion of VPTERNLOG - [`549c21e`](https://github.com/RPCS3/llvm/commit/549c21e18b52f8482f68b243bb6ee15ac234a459) X86: detect AVG (alternative pattern) - [`84cf60d`](https://github.com/RPCS3/llvm/commit/84cf60d5194126cfd4e92361a0dae37e20728cc3) X86: combine AND+OR to VPTERNLOG - [`6154c0d`](https://github.com/RPCS3/llvm/commit/6154c0dcaf1a5a105afffa106ea3298b3020dffb) X86: change v64i8 sar by 7 - [`02ac8c6`](https://github.com/RPCS3/llvm/commit/02ac8c6e392417ad4ef72b5e65dd8173df785f14) Add building and deploying linux libs as well ### 📊 Changes **3 files changed** (+779 additions, -2 deletions) <details> <summary>View changed files</summary> ➕ `.travis.yml` (+31 -0) ➕ `appveyor.yml` (+60 -0) 📝 `lib/Target/X86/X86ISelLowering.cpp` (+688 -2) </details> ### 📄 Description `api_key` needs to be updated before to merge this. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-18 19:19:55 -05:00
yindo closed this issue 2026-02-18 19:19:55 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RPCS3/llvm#5