rust/src/librustc_trans
Petr Sumbera f4bcfc5317 Fixes sparc64 cabi fixes.
Argument up to 16 bytes size is provided in registers.
Return value up to 32 bytes size is stored in registers.

Fixes: #46679
2018-01-18 04:26:01 -08: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-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-18 04:26:01 -08: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-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-13 10:07:18 -08:00
2018-01-17 12:21:14 +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

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.