Files
rust/src/librustc_codegen_llvm
Yuki Okushi 4cf55a67dd Rollup merge of #75457 - Mark-Simulacrum:llvm-clean, r=cuviper
Remove some dead variants in LLVM FFI

r? @nikic or @cuviper
2020-08-13 11:05:44 +09:00
..
2020-08-12 12:01:31 -04:00
2020-08-12 12:03:44 -04:00
2020-05-04 12:08:35 +01:00
2020-06-16 08:58:13 -05:00
2020-07-17 11:49:35 -07:00
2020-07-17 11:49:35 -07:00
2020-07-31 22:38:20 +02:00
2020-07-22 17:02:58 +02:00
2020-08-08 07:53:47 -06:00
2020-07-10 07:39:28 -04:00
2020-03-30 07:16:56 +02:00
2020-07-20 19:35:30 +01:00
2020-03-30 10:09:51 -04:00
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 dev guide.