Skip to content

Files

Latest commit

28742a1 · Apr 18, 2020

History

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

librustc_codegen_llvm

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 15, 2020
Apr 14, 2020
Apr 2, 2020
Mar 30, 2020
Mar 30, 2020
Apr 2, 2020
Mar 30, 2020
Mar 26, 2020
Apr 14, 2020
Mar 30, 2020
Dec 26, 2018
Apr 2, 2020
Apr 8, 2020
Apr 2, 2020
Apr 3, 2020
Apr 5, 2020
Mar 30, 2020
Apr 14, 2020
Apr 2, 2020
Apr 14, 2020
Mar 30, 2020
Apr 8, 2020
Apr 2, 2020
Apr 16, 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.