[llvm-dev] Language Changes in 3.7 and beyond

Tim Northover via llvm-dev llvm-dev at lists.llvm.org
Thu Nov 26 10:56:52 PST 2015


On 26 November 2015 at 10:23, David Power via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> Is there a definitive list of language changes for each release of LLVM? Also, are there any more planned changes that are in the pipeline?

If you're after stability, you might want to look into generating
bitcode instead of textual IR. We have pretty strong guarantees about
being able to read .bc files from older versions of LLVM (at least
until the mythical 4.0 release).

Cheers.

Tim.


More information about the llvm-dev mailing list