Skip to content

Commit

Permalink
[GR-39779] Update to LLVM 14.0.6.
Browse files Browse the repository at this point in the history
PullRequest: graal/12272
  • Loading branch information
rschatz committed Aug 31, 2022
2 parents 02220df + ee61df8 commit d5c17e7
Show file tree
Hide file tree
Showing 9 changed files with 879 additions and 22 deletions.
2 changes: 1 addition & 1 deletion sdk/llvm-patches/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ LLVM Upstream Patches
This directory contains patches which were used to build this
LLVM distribution but are not yet upstream or have been backported
to LLVM 14. To build this LLVM distribution yourself, apply the patches
on top of an LLVM [14.0.3](https://github.com/llvm/llvm-project/tree/llvmorg-14.0.3) source tree.
on top of an LLVM [14.0.6](https://github.com/llvm/llvm-project/tree/llvmorg-14.0.6) source tree.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 0122431d63266f033e4fd8abf78e950c124f027f Mon Sep 17 00:00:00 2001
From b9902a9d9f57ea78d4b11bdfd7295738ef3547fb Mon Sep 17 00:00:00 2001
From: Loic Ottet <[email protected]>
Date: Mon, 23 Sep 2019 16:55:33 +0200
Subject: [PATCH 1/2] [GR-17692] [Statepoints] Support for compressed pointers
Subject: [PATCH 1/3] [GR-17692] [Statepoints] Support for compressed pointers
in the statepoint emission pass

---
Expand Down Expand Up @@ -424,5 +424,5 @@ index b795ad3899bc..5a5d1d67e5f4 100644
Out.insert(LiveOut.begin(), LiveOut.end());
}
--
2.33.1
2.36.0

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 772a7a659e7f2f231920cff828cff00fab198af0 Mon Sep 17 00:00:00 2001
From ca6facf3f34d646783d082776378da40d06e9035 Mon Sep 17 00:00:00 2001
From: Loic Ottet <[email protected]>
Date: Tue, 8 Sep 2020 13:03:06 +0200
Subject: [PATCH 2/2] [GR-23578][AArch64] Introduce option to force placement
Subject: [PATCH 2/3] [GR-23578][AArch64] Introduce option to force placement
of the frame record on top of the stack frame

---
Expand Down Expand Up @@ -34,5 +34,5 @@ index d1b901e58d27..96038fbb8f28 100644
}

--
2.33.1
2.36.0

Loading

0 comments on commit d5c17e7

Please sign in to comment.