rust/src/librustc_trans
kennytm c9b6dcaaf9
Rollup merge of #48369 - newpavlov:rdrand, r=nagisa
Rename rdrnd target feature to rdrand

Plus minor cleanup.

Related stdsimd [issue](https://github.com/rust-lang-nursery/stdsimd/issues/325).
2018-02-25 21:30:45 +08:00
..
2018-02-17 17:38:49 +01:00
2018-02-17 17:38:49 +01:00
2018-02-23 01:13:54 +00:00
2018-02-20 08:52:33 -07:00
2018-02-21 09:59:28 +03:00

NB: This crate is part of the Rust compiler. For an overview of the compiler as a whole, see the README.md file found in librustc.

The trans 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.