Files
rust/src/librustc_codegen_llvm
Dan Robertson f8b6449f80 Fix style nits
Fix style nits discovered in reading code.
2019-02-18 22:22:19 +00:00
..
2019-02-10 23:42:32 +00:00
2019-02-10 23:42:32 +00:00
2018-12-25 21:08:33 -07:00
2018-12-25 21:08:33 -07:00
2019-01-25 19:20:38 +02:00
2019-02-10 23:42:32 +00:00
2018-12-25 21:08:33 -07:00
2018-12-25 21:08:33 -07:00
2019-02-10 23:42:32 +00:00
2018-11-22 20:20:23 +01:00
2018-12-25 21:08:33 -07:00
2019-02-12 15:10:29 +01:00
2019-01-25 19:20:38 +02:00
2018-12-25 21:08:33 -07:00
2019-02-18 22:22:19 +00:00
2018-12-25 21:08:33 -07:00
2018-12-25 21:08:33 -07:00
2018-11-26 15:03:13 -06:00
2019-02-18 22:22:19 +00:00
2019-02-10 23:42:32 +00:00
2018-12-25 21:08:33 -07:00
2019-01-12 16:18:55 +01: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.