summary refs log tree commit diff
path: root/compiler/rustc_target/src
AgeCommit message (Expand)AuthorLines
2020-12-16Add support for target aliasesJakub Kulik-0/+18
2020-12-10Rollup merge of #79917 - sivadeilra:asm_symbols, r=petrochenkovTyler Mandry-29/+22
2020-12-10Use Symbol for inline asm register class namesArlie Davis-29/+22
2020-12-07Dogfood 'str_split_once() with `compiler/`Eric Arellano-4/+2
2020-12-01Auto merge of #78684 - devsnek:inline-asm-wasm, r=Amanieubors-0/+67
2020-12-01Add wasm32 support to inline asmGus Caplan-0/+67
2020-11-30Add built-in support for the armv5te-unknown-linux-uclibceabi targetOndrej Perutka-0/+21
2020-11-26Add support for Arm64 Catalyst on ARM MacsBenedikt Terhechte-1/+35
2020-11-22Drop support for cloudabi targetsLzu Tao-115/+0
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-15Rollup merge of #78993 - petrochenkov:specdash, r=oli-obkDylan DPC-8/+8
2020-11-14Auto merge of #78959 - petrochenkov:likeuefi, r=nagisabors-12/+18
2020-11-14Auto merge of #78951 - petrochenkov:unknown, r=ehussbors-20/+19
2020-11-12Rollup merge of #78950 - khyperia:spirv-asm, r=AmanieuMara Bos-0/+67
2020-11-12rustc_target: Mark UEFI targets as `is_like_windows`/`is_like_msvc`Vadim Petrochenkov-12/+18
2020-11-12rustc_target: Fix dash vs underscore mismatches in option namesVadim Petrochenkov-8/+8
2020-11-11Rollup merge of #78930 - petrochenkov:notlikeandroid, r=Mark-SimulacrumJonas Schievink-7/+0
2020-11-11Change capitalization of Spirv to SpirVkhyperia-18/+18
2020-11-11rustc_target: Make sure that in-tree targets follow conventions for os and ve...Vadim Petrochenkov-0/+13
2020-11-11rustc_target: Normalize vendor from "" to "unknown" for all targetsVadim Petrochenkov-19/+3
2020-11-11rustc_target: Change os from "unknown" to "none" for bare metal targetsVadim Petrochenkov-1/+3
2020-11-11Add asm register information for SPIR-Vkhyperia-0/+67
2020-11-11rustc_target: Move target env "gnu" from `linux_base` to `linux_gnu_base`Vadim Petrochenkov-30/+35
2020-11-10rustc_taret: Remove `TargetOptions::is_like_android`Vadim Petrochenkov-7/+0
2020-11-10Rollup merge of #78875 - petrochenkov:cleantarg, r=Mark-SimulacrumJonas Schievink-279/+260
2020-11-09Add `#[cfg(panic = "...")]`David Hewitt-0/+8
2020-11-08Address review commentsVadim Petrochenkov-1/+1
2020-11-08rustc_target: Rename some target options to avoid tautologyVadim Petrochenkov-219/+195
2020-11-08Collapse all uses of `target.options.foo` into `target.foo`Vadim Petrochenkov-59/+64
2020-11-07Update recently added targetsVadim Petrochenkov-6/+2
2020-11-07rustc_target: Move `linker_flavor` from `Target` to `TargetOptions`Vadim Petrochenkov-244/+120
2020-11-07rustc_target: Move `target_vendor` from `Target` to `TargetOptions`Vadim Petrochenkov-163/+28
2020-11-07rustc_target: Move `target_env` from `Target` to `TargetOptions`Vadim Petrochenkov-158/+27
2020-11-07rustc_target: Move `target_os` from `Target` to `TargetOptions`Vadim Petrochenkov-169/+52
2020-11-07rustc_target: Move `target_endian` from `Target` to `TargetOptions`Vadim Petrochenkov-168/+75
2020-11-07rustc_target: Move `target_c_int_width` from `Target` to `TargetOptions`Vadim Petrochenkov-155/+20
2020-11-05Fix automatic_links warningsGuillaume Gomez-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-11-02indicate calling conventionStephan-1/+1
2020-11-02improve commentsStephan-2/+3
2020-11-02add blacklist for unsupported calling conventionsStephan-0/+9
2020-11-02add mipsel_unknown_none targetStephan-0/+33
2020-10-30Fix even more clippy warningsJoshua Nelson-48/+15
2020-10-24Rollup merge of #77716 - francesca64:revert-ios-dynamic-linking, r=jonas-schi...Jonas Schievink-0/+1