about summary refs log tree commit diff
path: root/compiler/rustc_target/src
AgeCommit message (Expand)AuthorLines
2024-11-14Support s390x z13 vector ABITaiki Endo-14/+18
2024-11-14ABI checks: add support for some tier3 arches, warn on others.Luca Versari-14/+23
2024-11-13Rollup merge of #132842 - veluca93:abi-checks-tier2, r=workingjubileeMatthias Krüger-3/+21
2024-11-12ABI checks: add support for tier2 archesLuca Versari-3/+21
2024-11-12use gnu ld for m68k targetkirk-2/+9
2024-11-11Emscripten: link with -sWASM_BIGINTHood Chatham-1/+2
2024-11-11Auto merge of #132880 - RalfJung:implied-features, r=workingjubileebors-0/+5
2024-11-11target_features: explain what exacty 'implied' means hereRalf Jung-0/+5
2024-11-10Stabilize WebAssembly `multivalue`, `reference-types`, and `tail-call` target...Alex Crichton-2/+3
2024-11-10Auto merge of #132173 - veluca93:abi_checks, r=RalfJung,compiler-errorsbors-0/+17
2024-11-09Rollup merge of #132785 - durin42:llvm-20-more-alignments, r=nikicMatthias Krüger-4/+4
2024-11-09Rollup merge of #132745 - RalfJung:pointee-info-inside-enum, r=DianQKMatthias Krüger-1/+2
2024-11-09Rollup merge of #132552 - taiki-e:sparc-target-feature, r=workingjubileeMatthias Krüger-0/+11
2024-11-08rustc_target: more target string fixes for LLVM 20Augie Fackler-4/+4
2024-11-09Add v8plus target feature to sparc and use it in create_object_fileTaiki Endo-0/+2
2024-11-09Add v9 and leoncasa target feature to sparcTaiki Endo-0/+9
2024-11-08Drop "gnu" in the target env for FreeBSD armv6/7Mikael Urankar-2/+0
2024-11-08pointee_info_at: fix logic for recursing into enumsRalf Jung-1/+2
2024-11-07Rollup merge of #132741 - zmodem:mips_data_layout, r=nikicJubilee-7/+7
2024-11-07Auto merge of #132472 - taiki-e:sparc-asm, r=Amanieubors-0/+168
2024-11-07Update mips64 data layout to match LLVM 20 changeHans Wennborg-7/+7
2024-11-07Rollup merge of #132638 - taiki-e:ppc-asm-fixme, r=jieyouxuMatthias Krüger-2/+15
2024-11-07Add links about clobber_abi on PowerPCTaiki Endo-0/+15
2024-11-07Remove fixme comment about clobber_abi on PowerPCTaiki Endo-2/+0
2024-11-07Basic inline assembly support for SPARC and SPARC64Taiki Endo-0/+168
2024-11-05Rollup merge of #132562 - alexcrichton:remove-wasm32-wasi, r=jieyouxuMatthias Krüger-15/+3
2024-11-05Rollup merge of #132077 - alexcrichton:wide-arithmetic, r=jieyouxuMatthias Krüger-0/+1
2024-11-05Auto merge of #129884 - RalfJung:forbidden-target-features, r=workingjubileebors-51/+91
2024-11-05Auto merge of #131341 - taiki-e:ppc-clobber-abi, r=bzEq,workingjubileebors-3/+105
2024-11-04mark some target features as 'forbidden' so they cannot be (un)setRalf Jung-51/+91
2024-11-03Remove is_builtin target spec fieldbjorn3-12/+1
2024-11-03Remove the `wasm32-wasi` target from rustcAlex Crichton-15/+3
2024-11-02Rename target triple to target tuple in many places in the compilerNoratrieb-72/+73
2024-11-02Support clobber_abi and vector registers (clobber-only) in PowerPC inline ass...Taiki Endo-3/+105
2024-11-02Rollup merge of #131037 - madsmtm:move-llvm-target-versioning, r=petrochenkovMatthias Krüger-146/+16
2024-11-01Emit warning when calling/declaring functions with unavailable vectors.Luca Versari-0/+17
2024-11-01Move Mach-O platform information to rustc_codegen_ssa::back::appleMads Marquart-19/+1
2024-11-01Move versioned LLVM target creation to rustc_codegen_ssaMads Marquart-128/+16
2024-10-31Rollup merge of #132422 - maurer:sparc-layout, r=durin42Jubilee-6/+6
2024-10-31Rollup merge of #132385 - workingjubilee:move-abi-to-rustc-abi, r=jieyouxu,co...Jubilee-363/+7
2024-10-31Rollup merge of #131168 - madsmtm:target-info-psx-os, r=davidtwcoJubilee-2/+5
2024-10-31llvm: Match new LLVM 128-bit integer alignment on sparcMatthew Maurer-6/+6
2024-10-31Rollup merge of #132354 - koute:master, r=workingjubileeMatthias Krüger-1/+2
2024-10-31Add `lp64e` ABI to the spec tests matchJan Bujak-1/+2
2024-10-30compiler: Lift `rustc_target::spec::abi::Abi` to `rustc_abi::ExternAbi`Jubilee Young-363/+7
2024-10-29compiler: `rustc_abi::Abi` => `BackendRepr`Jubilee Young-65/+81
2024-10-28Add a new `wide-arithmetic` feature for WebAssemblyAlex Crichton-0/+1
2024-10-27Auto merge of #131900 - mrkajetanp:target-feature-pauth-lr, r=Amanieubors-0/+2
2024-10-26Rollup merge of #132174 - RalfJung:pclmulqdq, r=calebzulawski许杰友 Jieyou Xu (Joe)-1/+1
2024-10-26x86 target features: make pclmulqdq imply sse2Ralf Jung-1/+1