Package llvm14

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: 14.0.5

See also: llvm14-devel.

General Commands

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