summary refs log tree commit diff
path: root/compiler/rustc_target/src/abi
AgeCommit message (Expand)AuthorLines
2020-11-21Replace sext() and zext() with single ext() methodbjorn3-15/+9
2020-11-21Rename prefix_chunk to prefix_chunk_sizebjorn3-6/+6
2020-11-21Remove StructRet arg attrbjorn3-5/+0
2020-11-21Replace ByVal attribute with on_stack field for Indirectbjorn3-12/+19
2020-11-21Replace ZExt and SExt flags with ArgExtension enumbjorn3-7/+33
2020-11-08rustc_target: Rename some target options to avoid tautologyVadim Petrochenkov-4/+4
2020-11-08Collapse all uses of `target.options.foo` into `target.foo`Vadim Petrochenkov-4/+4
2020-11-04Update compiler/rustc_target/src/abi/mod.rsOli Scherer-1/+1
2020-11-04Update compiler/rustc_target/src/abi/mod.rsOli Scherer-1/+1
2020-11-04`u128` truncation and sign extension are not just interpreter relatedoli-0/+29
2020-10-30Fix even more clippy warningsJoshua Nelson-44/+14
2020-10-15Rename target_pointer_width to pointer_width and turn it into an u32est31-2/+2
2020-10-02Returns values up to 2*usize by valueJonas Schievink-12/+0
2020-09-27Auto merge of #71274 - RalfJung:raw-init-check-aggregate, r=petrochenkovbors-4/+19
2020-09-26Return values up to 128 bits in registersJonas Schievink-0/+12
2020-09-26might_permit_raw_init: also check aggregate fieldsRalf Jung-4/+19
2020-08-30mv compiler to compiler/mark-0/+3676