tree: b15949303e09dc83b1d1bbca3044b84cdb5eacf2 [path history] [tgz]
  1. back/
  2. coverageinfo/
  3. debuginfo/
  4. llvm/
  5. abi.rs
  6. allocator.rs
  7. asm.rs
  8. attributes.rs
  9. base.rs
  10. build.rs
  11. builder.rs
  12. callee.rs
  13. Cargo.toml
  14. common.rs
  15. consts.rs
  16. context.rs
  17. declare.rs
  18. intrinsic.rs
  19. lib.rs
  20. llvm_util.rs
  21. metadata.rs
  22. mono_item.rs
  23. README.md
  24. type_.rs
  25. type_of.rs
  26. va_arg.rs
  27. value.rs
src/librustc_codegen_llvm/README.md

The codegen crate contains the code to convert from MIR into LLVM IR, and then from LLVM IR into machine code. In general it contains code that runs towards the end of the compilation process.

For more information about how codegen works, see the rustc dev guide.