-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support LLVM 15 #13173
Merged
straight-shoota
merged 10 commits into
crystal-lang:master
from
HertzDevil:feature/llvm-15-final
Mar 11, 2023
Merged
Support LLVM 15 #13173
straight-shoota
merged 10 commits into
crystal-lang:master
from
HertzDevil:feature/llvm-15-final
Mar 11, 2023
Commits on Jan 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c20d8cc - Browse repository at this point
Copy the full SHA c20d8ccView commit details
Commits on Mar 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5ca57a7 - Browse repository at this point
Copy the full SHA 5ca57a7View commit details
Commits on Mar 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 126b5e7 - Browse repository at this point
Copy the full SHA 126b5e7View commit details
Commits on Mar 8, 2023
-
Support typed LLVM
call
andinvoke
instructions (crystal-lang#13158)* Support typed LLVM `call` and `invoke` instructions * fixup
Configuration menu - View commit details
-
Copy full SHA for 082b745 - Browse repository at this point
Copy the full SHA 082b745View commit details
Commits on Mar 9, 2023
-
Support LLVM 15 (crystal-lang#13164)
* allow using llvm 15 * use opaque pointers on llvm 15+ * opaque pointer names in llvm intrinsics * uwtable -> uwtable(async) * use unnamed llvm structs for lib fun bindings of llvm intrinsics * ci support * fix uwtable value * `uwtable(async)` outside aarch64 * don't use string interpolation
Configuration menu - View commit details
-
Copy full SHA for 0a5a25b - Browse repository at this point
Copy the full SHA 0a5a25bView commit details -
Do not build LLVM
bitcast
instructions for opaque pointer casts (cr……ystal-lang#13171) * `bit_cast`, obvious cases * `__crystal_once` * `__crystal_get_exception` * `__crystal_raise` * use `cast_to_void_pointer` in more places * `cast_to` and `cast_to_pointer` * `pointer_cast` is always a macro
Configuration menu - View commit details
-
Copy full SHA for 2df696b - Browse repository at this point
Copy the full SHA 2df696bView commit details -
Deprecate LLVM typed pointers (crystal-lang#13172)
* Deprecate LLVM typed pointers * don't remove the funs yet * fixup
Configuration menu - View commit details
-
Copy full SHA for 1e0df7d - Browse repository at this point
Copy the full SHA 1e0df7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ecaadc - Browse repository at this point
Copy the full SHA 9ecaadcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b39544 - Browse repository at this point
Copy the full SHA 4b39544View commit details
Commits on Mar 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 14159b9 - Browse repository at this point
Copy the full SHA 14159b9View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.