LLVM
Description
The LLVM Core libraries provide a modern source- and target-independent optimizer, along with code generation support for many popular CPUs (as well as some less common ones!) These libraries are built around a well specified code representation known as the LLVM intermediate representation ("LLVM IR"). The LLVM Core libraries are well documented, and it is particularly easy to invent your own language (or port an existing compiler) to use LLVM as an optimizer and code generator.
More information
- Homepage: https://llvm.org/
Available Versions of LLVM
Version | Module | Available on |
---|---|---|
9.0.1-GCCcore-9.3.0 | compiler/LLVM/9.0.1-GCCcore-9.3.0 | Noctua 2 |
9.0.0-GCCcore-8.3.0 | compiler/LLVM/9.0.0-GCCcore-8.3.0 | Noctua 2 |
16.0.6-GCCcore-13.2.0 | compiler/LLVM/16.0.6-GCCcore-13.2.0 | Noctua 1, Noctua 2 |
14.0.3-GCCcore-11.3.0 | compiler/LLVM/14.0.3-GCCcore-11.3.0 | Noctua 1, Noctua 2 |
12.0.1-GCCcore-11.2.0 | compiler/LLVM/12.0.1-GCCcore-11.2.0 | Noctua 1, Noctua 2 |
11.1.0-GCCcore-10.3.0 | compiler/LLVM/11.1.0-GCCcore-10.3.0 | Noctua 1, Noctua 2 |
11.0.0-GCCcore-10.2.0 | compiler/LLVM/11.0.0-GCCcore-10.2.0 | Noctua 1, Noctua 2 |
This table is generated automatically. If you need other versions please click pc2-support@uni-paderborn.de.
Usage Hints for LLVM
If you need support in using this software or example job scipts please contact pc2-support@uni-paderborn.de.