Skip to content

Files

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

librustc_codegen_llvm

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jul 10, 2020
Jun 29, 2020
Jul 15, 2020
Jul 11, 2020
Jun 2, 2020
Mar 30, 2020
Jun 9, 2020
May 4, 2020
Jun 16, 2020
Jul 10, 2020
Jun 29, 2020
Dec 26, 2018
Jul 14, 2020
Jul 15, 2020
Jun 20, 2020
Jul 15, 2020
Jul 10, 2020
Mar 30, 2020
Jul 15, 2020
Jul 5, 2020
Jul 10, 2020
Mar 30, 2020
Apr 8, 2020
Apr 2, 2020
Jun 24, 2020
Apr 2, 2020
Dec 22, 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 dev guide.