Manipulate LLVM IR without LLVM!

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • mollusc

    Pure-Rust libraries for parsing, interpreting, and analyzing LLVM

    Currently it's not possible to load bytecode modules. It only supports loading (textual) LLVM IR modules (not lazily). I know https://github.com/woodruffw/mollusc is a library that loads bytecode modules, but not sure it's sufficient for your purpose.

  • vicis

    Manipulate LLVM-IR in Pure Rust

    Of course, it can generate LLVM IR (just println!("{}", module);). I think you can even write a compiler with it. If you have any questions, feel free to ask me at https://github.com/maekawatoshiki/vicis/discussions/8. thanks!

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts