rust/src/librustc_trans
Alex Crichton 0511077ef2 rustc: Add sha to the x86 feature whitelist
This'll help us bind the [`SHA` intrinsics][intr] in stdsimd!

[intr]: https://software.intel.com/sites/landingpage/IntrinsicsGuide/#othertechs=SHA
2018-03-12 14:33:37 -07:00
..
2018-03-08 08:34:10 +01:00
2018-03-09 08:04:31 +01:00
2018-02-17 17:38:49 +01:00
2018-01-14 08:56:44 +02:00
2018-01-14 08:56:44 +02:00
2018-01-14 08:56:44 +02:00
2018-01-14 08:56:44 +02:00
2018-01-14 08:56:44 +02:00
2018-01-14 08:56:44 +02:00
2018-01-14 08:56:44 +02:00
2018-03-06 12:37:28 -08:00
2018-03-04 20:27:55 +05:30
2018-03-08 08:34:05 +01:00
2018-01-14 08:56:44 +02:00
2018-01-14 08:56:44 +02:00
2018-02-28 18:23:54 +00:00
2018-03-09 08:04:31 +01:00
2018-01-14 08:56:44 +02:00
2018-03-08 08:34:05 +01:00
2018-01-14 08:56:44 +02: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.