about summary refs log tree commit diff
path: root/compiler/rustc_target
AgeCommit message (Expand)AuthorLines
2024-04-21Auto merge of #117457 - daxpedda:wasm-nontrapping-fptoint, r=wesleywiserbors-4/+5
2024-04-19Auto merge of #117919 - daxpedda:wasm-c-abi, r=wesleywiserbors-37/+34
2024-04-18Stabilize Wasm phase 4 & 5 proposalsdaxpedda-4/+5
2024-04-18Auto merge of #124008 - nnethercote:simpler-static_assert_size, r=Nilstriebbors-1/+1
2024-04-18Simplify `static_assert_size`s.Nicholas Nethercote-1/+1
2024-04-17llvm: update riscv target feature to match LLVM 19Augie Fackler-1/+1
2024-04-16Remove `default_hidden_visibility: false` from wasm targetsAlex Crichton-3/+0
2024-04-16Rollup merge of #123721 - madsmtm:fix-visionos, r=davidtwcoGuillaume Gomez-0/+1
2024-04-13Auto merge of #123656 - lqd:linker-features, r=petrochenkovbors-0/+74
2024-04-13Auto merge of #123257 - ChrisDenton:enable-tls, r=fmeasebors-4/+0
2024-04-12make CLI linker features influence the linker flavorRémy Rakic-0/+22
2024-04-12introduce `LinkerFeatures`Rémy Rakic-0/+52
2024-04-11Rollup merge of #123740 - veera-sivarajan:reduce-size-of-modifierinfo, r=petr...Matthias Krüger-3/+3
2024-04-10Reduce size of `ModifierInfo`Veera-3/+3
2024-04-10Add support for Arm64EC inline assemblyDaniel Paoliello-24/+48
2024-04-10Allow specifying SDKROOT as containing XRSimulator.platformMads Marquart-0/+1
2024-04-08force_array -> is_consecutiveNikita Popov-56/+49
2024-04-08Fix argument ABI for overaligned structs on ppc64leNikita Popov-32/+58
2024-04-07Rollup merge of #123446 - crazytonyli:fix-watchos-llvm-target, r=estebankMatthias Krüger-3/+9
2024-04-06Rollup merge of #123467 - dpaoliello:archcoff, r=wesleywiserMatthias Krüger-0/+1
2024-04-05Rollup merge of #123159 - chrisnc:fix-arm-rm-none-eabihf-features, r=workingj...Guillaume Gomez-11/+9
2024-04-05Rollup merge of #121419 - agg23:xrOS-pr, r=davidtwcoGuillaume Gomez-3/+90
2024-04-04Fix target-cpu fpu features on Armv7-R, Armv7-M, and Armv8-MChris Copeland-11/+9
2024-04-04MSVC targets should use COFF as their archive formatDaniel Paoliello-0/+1
2024-04-04Fix incorrect 'llvm_target' value used on watchOS targetTony Li-3/+9
2024-04-03Rollup merge of #123401 - Zalathar:assert-size-aarch64, r=fmeaseJacob Pratt-1/+1
2024-04-03Rollup merge of #122619 - erikdesjardins:cast, r=compiler-errorsMatthias Krüger-11/+14
2024-04-03Added target metadataAdam Gastineau-8/+8
2024-04-03Check `x86_64` size assertions on `aarch64`, tooZalathar-1/+1
2024-04-02Updated commentsAdam Gastineau-2/+2
2024-03-31Enable has_thread_local for i686-msvcChris Denton-4/+0
2024-03-26CFI: Enable KCFI testing of run-pass testsMatthew Maurer-0/+2
2024-03-23Rollup merge of #121940 - veera-sivarajan:bugfix-121593, r=fmeaseJubilee-85/+85
2024-03-23Fixed builds with modified libcAdam Gastineau-8/+8
2024-03-21Rollup merge of #122810 - nnethercote:rm-target_override, r=WaffleLapkinMatthias Krüger-0/+3
2024-03-21Rollup merge of #122696 - royb3:riscv32ima, r=petrochenkovMatthias Krüger-0/+30
2024-03-21Remove `CodegenBackend::target_override`.Nicholas Nethercote-0/+3
2024-03-20Add bare metal riscv32 target.Roy Buitenhuis-0/+30
2024-03-20step cfgsMark Rousskov-3/+1
2024-03-19Fix test formattingAdam Gastineau-1/+5
2024-03-19Fixed VISIONOS_DEPLOYMENT_TARGET envar testAdam Gastineau-3/+3
2024-03-19Add missing visionOS target metadataAdam Gastineau-2/+12
2024-03-18Support for visionOSAdam Gastineau-2/+75
2024-03-17Revert "sparc64: fix crash in ABI code for { f64, f32 } struct"Erik Desjardins-8/+6
2024-03-17make CastTarget::size and CastTarget::llvm_type consistent, removeErik Desjardins-11/+14
2024-03-17sparc64: fix crash in ABI code for { f64, f32 } structErik Desjardins-6/+8
2024-03-14Rollup merge of #122212 - erikdesjardins:byval-align2, r=wesleywiserMatthias Krüger-3/+1
2024-03-13Improve styleVeera-2/+2
2024-03-13fix: typosguoguangwu-3/+3
2024-03-12Auto merge of #122170 - alexcrichton:rename-wasi-threads, r=petrochenkovbors-140/+75