about summary refs log tree commit diff
path: root/compiler/rustc_target
AgeCommit message (Expand)AuthorLines
2023-09-10fix homogeneous_aggregate not ignoring some 1-ZSTRalf Jung-4/+9
2023-09-09Add i686-pc-windows-gnullvm tripleMateusz Mikuła-0/+27
2023-09-08turns out Layout has some more things to worry about -- move ABI comparison i...Ralf Jung-1/+10
2023-09-08the wasm ABI behavior is a bugRalf Jung-2/+9
2023-09-08accept some differences for rustc_abi(assert_eq), so that we can test more th...Ralf Jung-0/+48
2023-09-07extend comments around PassMode::DirectRalf Jung-1/+3
2023-08-29Auto merge of #114114 - keith:ks/always-add-lc_build_version-for-metadata-obj...bors-3/+42
2023-08-29Auto merge of #115260 - scottmcm:not-quite-so-cold, r=WaffleLapkinbors-18/+47
2023-08-27Revert "Auto merge of #106511 - MaskRay:gotpcrelx, r=nikic"Nikita Popov-1/+2
2023-08-26Use `preserve_mostcc` for `extern "rust-cold"`Scott McMurray-18/+47
2023-08-24Auto merge of #115094 - Mark-Simulacrum:bootstrap-update, r=ozkanonurbors-1/+1
2023-08-23Bump cfg(bootstrap)Mark Rousskov-1/+1
2023-08-23Default relax_elf_relocations to trueFangrui Song-2/+1
2023-08-22Add comment about unused sdk versionsKeith Smiley-0/+2
2023-08-21Use target.abi instead of string matching llvm_targetKeith Smiley-26/+10
2023-08-21Always add LC_BUILD_VERSION for metadata object filesKeith Smiley-3/+56
2023-08-18Add the relocation_model to the cfgLuca Barbato-11/+39
2023-08-18Auto merge of #113814 - ChoKyuWon:master, r=davidtwcobors-0/+12
2023-08-18Replace the \01__gnu_mcount_nc to LLVM intrinsic for ARMChoKyuWon-0/+12
2023-08-15Rollup merge of #114711 - lqd:linker-inference, r=petrochenkovGuillaume Gomez-1/+1
2023-08-15Auto merge of #114717 - loongarch-rs:rust-lld, r=b-naberbors-2/+4
2023-08-14Upgrade Object and related depsdirreke-1/+1
2023-08-14add details for csky-unknown-linux-gnuabiv2 and add docsDirreke-36/+20
2023-08-14add `rustc_codegen_ssa` support for csky and correct some codeDirreke-1/+1
2023-08-14Update compiler/rustc_target/src/abi/call/csky.rsDirreck-1/+1
2023-08-14add a csky-unknown-linux-gnuabiv2 targetDirreke-0/+222
2023-08-11Switch to LLD as default linker for loongarch64-unknown-none*WANG Rui-2/+4
2023-08-10infer no use of lld when using a generic linker driverRémy Rakic-1/+1
2023-08-10Auto merge of #114614 - RalfJung:offset-of-sanity, r=cjgillotbors-1/+6
2023-08-09Rollup merge of #111891 - rustbox:feat/riscv-isr-cconv, r=jackh726Matthias Krüger-6/+63
2023-08-08feat: `riscv-interrupt-{m,s}` calling conventionsSeth Pellegrino-6/+63
2023-08-08Rollup merge of #113480 - Sword-Destiny:master, r=petrochenkovMatthias Krüger-0/+48
2023-08-08offset_of: guard against invalid use (with unsized fields)Ralf Jung-1/+6
2023-08-08Rollup merge of #114497 - taiki-e:revert-riscv-atomic, r=AmanieuMatthias Krüger-3/+3
2023-08-07Update powerpc data layoutsNikita Popov-17/+17
2023-08-07Rollup merge of #114562 - Trolldemorted:thiscall, r=oli-obkMatthias Krüger-9/+2
2023-08-07Rollup merge of #114496 - taiki-e:sparc32-atomic, r=AmanieuMatthias Krüger-1/+1
2023-08-07stabilize abi_thiscallBenedikt Radtke-9/+2
2023-08-05Revert "Auto merge of #98333 - SimonSapin:riscv-atomic, r=Amanieu"Taiki Endo-3/+3
2023-08-05Set max_atomic_width for sparc-unknown-linux-gnu to 32Taiki Endo-1/+1
2023-08-05Set max_atomic_width for AVR to 16Taiki Endo-1/+1
2023-08-05Auto merge of #98333 - SimonSapin:riscv-atomic, r=Amanieubors-3/+3
2023-08-03Add `internal_features` lintNilstrieb-0/+1
2023-08-02Auto merge of #112922 - g0djan:godjan/wasi-threads, r=wesleywiserbors-0/+135
2023-07-29Add wasm32-wasi-threads target + WASI threadsGeorgii Rylov-0/+135
2023-07-26Add definitions for riscv64_linux_android targetChris Wailes-0/+20
2023-07-26add aarch64-unknown-teeos target天命剑主-0/+48
2023-07-25Auto merge of #113411 - unikraft:unikraft, r=wesleywiserbors-0/+37
2023-07-24compiler: Add `x86_64-unikraft-linux-musl` targetMartin Kröning-0/+37
2023-07-24Rollup merge of #113992 - chrisnc:arm-none-fixups, r=oli-obkMatthias Krüger-14/+12