LLVM 3.4 Isn't Out Yet, But It Will Be Exciting

Written by Michael Larabel in LLVM on 23 December 2013 at 09:50 PM EST. 2 Comments
LLVM
LLVM 3.4 was scheduled to be released today, 23 December, but that didn't seem to happen yet. However, all indications are that the release is still imminent and when it does happen it will officially land many exciting features for LLVM and its Clang C/C++ compiler front-end.

There's been no release tagging or announcement yet, nor any communication about any delays, but in the past we have seen LLVM compiler infrastructure releases slip by a few days. There's been many Phoronix articles about LLVM 3.4 features, but for those that aren't up to date in their Phoronix readings, some of the major highlights include:

- The AMD R600 GPU LLVM back-end is no longer considered "experimental" and is enabled/built by default. This R600 GPU is mandated for RadeonSI Gallium3D usage, is optionally used by the R600g driver for a shader compiler, and is necessary for open-source Radeon OpenCL support. There's been a ton of improvements to the R600 LLVM back-end in LLVM 3.4.

- The Loop Vectorizer is now also used at -Os and -O2 optimization levels compared to just -O3 in LLVM 3.3.

- The new SLP Vectorizer has been enabled by default.

- Major work has been done on improving and extending the LLVM OCaml bindings.

- Support for the MIPS SIMD Architecture (MSA).

- Many improvements to the PowerPC back-end with faster code generation, support for new CPU features, bug-fixes, and much more.

- Experimental SPARC V9 back-end, SPARC JIT support, and many other SPARC architecture improvements.

Check out other Phoronix articles (e.g. this one) for more details on the LLVM 3.4 changes. On Phoronix I have also already run multiple LLVM Clang 3.4 compiler benchmarks as well. Stay tuned for forthcoming news about the official LLVM 3.4 release.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week