LLVM 9.0 released

LLVM 9.0 released

1921
0

LLVM defines a virtual instruction set that is similar to RISC machines but provides rich type information and data flow information. This allows, on the one hand, sophisticated transformations of the object code, on the other hand, the information can be attached to the executable program. This allows further transformations during the link, at run time, and at the executable itself while the program is not running.
One of the biggest changes in LLVM 9 is that the RISC V architecture is no longer experimental. The basic instructions for RV32I and RV64I as well as the MAFDC extensions are supported. Both 32-bit and 64-bit support the hard-float and soft-float binary interfaces. What’s new in 64-bit ARM are Scalable Vector Extension 2 (SVE2) and Memory Tagging Extensions (MTE).

Source: https://www.pro-linux.de/news/1/27457/llvm-90-freigegeben.html
Submitted by: Arnfried Walbrecht

NO COMMENTS

Comments are closed.