Package llvm22

The Low Level Virtual Machine

http://llvm.org

LLVM is a compiler infrastructure designed for compile-time, link-time,
runtime, and idle-time optimization of programs from arbitrary programming
languages. The compiler infrastructure includes mirror sets of programming
tools as well as libraries with equivalent functionality.

Version: 22.1.8

See also: llvm22-devel, llvm22-test.

General Commands

FileCheck-22 Flexible pattern matching file verifier
bugpoint-22 automatic test case reduction tool
clang-tblgen-22 Description to C++ Code for Clang
dsymutil-22 manipulate archived DWARF debug symbol files
lit-22 LLVM Integrated Tester
llc-22 LLVM static compiler
lldb-tblgen-22 Description to C++ Code for LLDB
lli-22 directly execute programs from LLVM bitcode
llvm-addr2line-22 a drop-in replacement for addr2line
llvm-ar-22 LLVM archiver
llvm-as-22 LLVM assembler
llvm-bcanalyzer-22 LLVM bitcode analyzer
llvm-cgdata-22 LLVM CodeGen Data Tool
llvm-cov-22 emit coverage information
llvm-cxxfilt-22 LLVM symbol name demangler
llvm-cxxmap-22 Mangled name remapping tool
llvm-debuginfo-analyzer-22
llvm-diff-22 LLVM structural 'diff'
llvm-dis-22 LLVM disassembler
llvm-dwarfdump-22 dump and verify DWARF debug information
llvm-dwarfutil-22 A tool to copy and manipulate debug info
llvm-exegesis-22 LLVM Machine Instruction Benchmark
llvm-extract-22 extract a function from an LLVM module
llvm-ifs-22 shared object stubbing tool
llvm-install-name-tool-22 LLVM tool for manipulating install-names and rpaths
llvm-ir2vec-22 IR2Vec and MIR2Vec Embedding Generation Tool
llvm-lib-22 LLVM lib.exe compatible library tool
llvm-libtool-darwin-22 LLVM tool for creating libraries for Darwin
llvm-link-22 LLVM bitcode linker
llvm-lipo-22 LLVM tool for manipulating universal binaries
llvm-locstats-22 calculate statistics on DWARF debug location
llvm-mc-22 LLVM Machine Code Playground
llvm-mca-22 LLVM Machine Code Analyzer
llvm-nm-22 list LLVM bitcode and object file's symbol table
llvm-objcopy-22 object copying and editing tool
llvm-objdump-22 LLVM's object file dumper
llvm-offload-binary-22 LLVM Offload Binary Packager
llvm-opt-report-22 generate optimization report from YAML
llvm-otool-22 Mach-O dumping tool
llvm-pdbutil-22 Display types, symbols, CodeView records, and other information from a PDB file, as well as manipulate and create PDB files.
llvm-profdata-22 Profile data tool
llvm-profgen-22 LLVM SPGO profile generation tool
llvm-ranlib-22 generates an archive index
llvm-readelf-22 GNU-style LLVM Object Reader
llvm-readobj-22 LLVM Object Reader
llvm-reduce-22 LLVM automatic testcase reducer.
llvm-remarkutil-22 Remark utility
llvm-size-22 print size information
llvm-stress-22 generate random .ll files
llvm-strings-22 print strings
llvm-strip-22 object stripping tool
llvm-symbolizer-22 convert addresses into source code locations
llvm-tblgen-22 Target Description to C++ Code for LLVM
llvm-tli-checker-22 TargetLibraryInfo vs library checker
mlir-tblgen-22 Description to C++ Code for MLIR
opt-22 LLVM optimizer
tblgen-22 Description to C++ Code