Skip to content
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
merged 10 commits into from
Mar 11, 2023
Merged

Commits on Jan 16, 2023

  1. Configuration menu
    Copy the full SHA
    c20d8cc View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Configuration menu
    Copy the full SHA
    5ca57a7 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Configuration menu
    Copy the full SHA
    126b5e7 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Support typed LLVM call and invoke instructions (crystal-lang#13158)

    * Support typed LLVM `call` and `invoke` instructions
    
    * fixup
    HertzDevil authored Mar 8, 2023
    Configuration menu
    Copy the full SHA
    082b745 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. 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
    HertzDevil authored Mar 9, 2023
    Configuration menu
    Copy the full SHA
    0a5a25b View commit details
    Browse the repository at this point in the history
  2. 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
    HertzDevil authored Mar 9, 2023
    Configuration menu
    Copy the full SHA
    2df696b View commit details
    Browse the repository at this point in the history
  3. Deprecate LLVM typed pointers (crystal-lang#13172)

    * Deprecate LLVM typed pointers
    
    * don't remove the funs yet
    
    * fixup
    HertzDevil authored Mar 9, 2023
    Configuration menu
    Copy the full SHA
    1e0df7d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9ecaadc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4b39544 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. format

    HertzDevil committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    14159b9 View commit details
    Browse the repository at this point in the history