Giter Club home page Giter Club logo

Comments (7)

dannypsnl avatar dannypsnl commented on June 20, 2024 1

https://discourse.llvm.org/t/llvm-15-0-0-release/65099
Here we go

from llvm.

dannypsnl avatar dannypsnl commented on June 20, 2024 1

Update: 15.0.3 https://github.com/llvm/llvm-project/releases/tag/llvmorg-15.0.3

from llvm.

dannypsnl avatar dannypsnl commented on June 20, 2024

But since 16 is bumped, I guess release of 15 will be soon?

from llvm.

mewmew avatar mewmew commented on June 20, 2024

But since 16 is bumped, I guess release of 15 will be soon?

Yeah, I think so too.

Also, LLVM 16.0 will be an interesting release as it will be the first one to use opaque pointers (instead of typed pointers) by default. This will require a massive change throughout the codebase of llir/llvm (anything relying on ElemType of PointerType would have to be updated). So will be fun to see how the update goes : )

From https://llvm.org/docs/OpaquePointers.html#version-support:

LLVM 14: Supports all necessary APIs for migrating to opaque pointers and deprecates/removes incompatible APIs. However, using opaque pointers in the optimization pipeline is not fully supported. This release can be used to make out-of-tree code compatible with opaque pointers, but opaque pointers should not be enabled in production.

LLVM 15: Opaque pointers are enabled by default. Typed pointers are still available, but only supported on a best-effort basis and may be untested.

LLVM 16: Only opaque pointers will be supported. Typed pointers will not be supported.

from llvm.

mewmew avatar mewmew commented on June 20, 2024

From https://llvm.org/

LLVM Release Schedule:

  • 15.0.0
    • Jul 26: release/15.x branch created.
    • Jul 29: 15.0.0-rc1
    • Aug 9: 15.0.0-rc2
    • Aug 23: 15.0.0-rc3
    • Sep 6: 15.0.0-final

from llvm.

mewmew avatar mewmew commented on June 20, 2024

Re-opening this issue since LLVM 15.0 has not yet been released. llir/llvm currently supports the LLVM 15.0 rc1 release.

from llvm.

mewmew avatar mewmew commented on June 20, 2024

https://discourse.llvm.org/t/llvm-15-0-0-release/65099
Here we go

Yay! Just a quick heads up, I'll be very busy at Uni for the next few months. So. I won't be able to review work on the LLVM 15 release.

Cheers,
Robin

from llvm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.