rust/src/librustc_codegen_llvm
2019-12-24 17:38:22 -05:00
..
back x.py fmt after previous deignore 2019-12-24 17:38:22 -05:00
debuginfo x.py fmt after previous deignore 2019-12-24 17:38:22 -05:00
llvm Format the world 2019-12-22 17:42:47 -05:00
abi.rs Format the world 2019-12-22 17:42:47 -05:00
allocator.rs Format the world 2019-12-22 17:42:47 -05:00
asm.rs Format the world 2019-12-22 17:42:47 -05:00
attributes.rs Format the world 2019-12-22 17:42:47 -05:00
base.rs Format the world 2019-12-22 17:42:47 -05:00
build.rs Remove licenses 2018-12-25 21:08:33 -07:00
builder.rs Format the world 2019-12-22 17:42:47 -05:00
callee.rs Format the world 2019-12-22 17:42:47 -05:00
Cargo.toml Fix fallout from rebase 2019-12-11 09:50:12 -05:00
common.rs Format the world 2019-12-22 17:42:47 -05:00
consts.rs x.py fmt after previous deignore 2019-12-24 17:38:22 -05:00
context.rs Format the world 2019-12-22 17:42:47 -05:00
declare.rs Format the world 2019-12-22 17:42:47 -05:00
intrinsic.rs Format the world 2019-12-22 17:42:47 -05:00
lib.rs Format the world 2019-12-22 17:42:47 -05:00
llvm_util.rs Format the world 2019-12-22 17:42:47 -05:00
metadata.rs Format the world 2019-12-22 17:42:47 -05:00
mono_item.rs Format the world 2019-12-22 17:42:47 -05:00
README.md rustc-guide has moved 2018-11-26 15:03:13 -06:00
type_.rs Format the world 2019-12-22 17:42:47 -05:00
type_of.rs Format the world 2019-12-22 17:42:47 -05:00
va_arg.rs Format the world 2019-12-22 17:42:47 -05:00
value.rs Format the world 2019-12-22 17:42:47 -05:00

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.