Skip to content

Files

This branch is 191203 commits behind rust-lang/rust:master.

librustc_codegen_llvm

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jul 15, 2019
Aug 7, 2019
Aug 1, 2019
Jul 31, 2019
Nov 26, 2018
Jul 9, 2019
Jul 24, 2019
Jul 19, 2019
Jul 9, 2019
Jul 3, 2019
Dec 26, 2018
Jul 20, 2019
Jun 3, 2019
Aug 2, 2019
Aug 2, 2019
Aug 4, 2019
Jul 9, 2019
Jul 28, 2019
Jul 28, 2019
Jul 31, 2019
Jul 22, 2019
Jul 7, 2019
Jun 3, 2019
Jul 28, 2019
Jun 12, 2019
Jun 17, 2019
Feb 25, 2019

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 guide.