rust/src/librustc_trans
bors 481b42b507 Auto merge of #45528 - alexcrichton:avx512, r=arielb1
rustc: Add some more compatibility with AVX-512

* Increase the maximum vector size in the ABI calculations to ensure that
  AVX-512 operands are immediates.
* Add a few more `target_feature` matchings for AVX-512 features
2017-11-16 15:32:13 +00:00
..
2017-10-21 22:50:21 +01:00
2017-09-17 10:25:50 -07:00
2017-10-13 09:34:13 -05:00
2017-10-07 08:17:52 -07:00
2017-10-27 23:01:34 +02:00
2017-10-27 23:01:34 +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.