From 80da1a1e9fc054d1d23d14a069244244d649fdea Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 17 Apr 2018 23:19:10 -0700 Subject: [PATCH] Add crate descriptions for cretonne-{module, faerie, simplejit}. --- cranelift/docs/index.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/cranelift/docs/index.rst b/cranelift/docs/index.rst index c2e5b6d5ef..60b153e2a1 100644 --- a/cranelift/docs/index.rst +++ b/cranelift/docs/index.rst @@ -34,6 +34,19 @@ Rust Crate Documentation This crate translates from Cretonne IR's text format into Cretonne IR in in-memory data structures. +`cretonne-module `_ + This crate manages compiling multiple functions and data objects + together. + +`cretonne-faerie `_ + This crate provides a faerie-based backend for `cretonne-module`, which + emits native object files using the + `faerie `_ library. + +`cretonne-simplejit `_ + This crate provides a simple JIT backend for `cretonne-module`, which + emits code and data into memory. + Indices and tables ==================