summary refs log tree commit diff
path: root/compiler/rustc_target/src
AgeCommit message (Expand)AuthorLines
2022-02-18Rollup merge of #93877 - Amanieu:asm_fixes, r=nagisaMatthias Krüger-41/+91
2022-02-18Rollup merge of #93814 - Itus-Shield:mips64-openwrt, r=bjorn3Matthias Krüger-1/+1
2022-02-18Rollup merge of #91675 - ivanloz:memtagsan, r=nagisaMatthias Krüger-1/+8
2022-02-18asm: Allow the use of r8-r14 as clobbers on Thumb1Amanieu d'Antras-41/+91
2022-02-17Auto merge of #93577 - nikic:llvm-14, r=nagisabors-5/+6
2022-02-16Update data layout for wasm32 targetsNikita Popov-3/+4
2022-02-16Update data layout for 32-bit msvc targetsNikita Popov-2/+2
2022-02-16MemTagSanitizer SupportIvan Lozano-1/+8
2022-02-15Inline Target::derefTomasz Miąsko-0/+2
2022-02-13rustc_target: Remove compiler-rt linking hack on AndroidVadim Petrochenkov-7/+1
2022-02-13Auto merge of #93670 - erikdesjardins:noundef, r=nikicbors-1/+6
2022-02-10Auto merge of #93854 - matthiaskrgr:rollup-bh2a85j, r=matthiaskrgrbors-0/+18
2022-02-09Make FnAbiError Copy.Camille GILLOT-3/+7
2022-02-09mips64-openwrt-linux-musl: correct soft-foatDonald Hoskins-1/+1
2022-02-08rename file to use the correct naming conventionStefan Lankes-0/+0
2022-02-08add missing targert for library operating system RustyHermitStefan Lankes-0/+1
2022-02-08add kernel target for RustyHermitStefan Lankes-0/+17
2022-02-08Auto merge of #93561 - Amanieu:more-unwind-abi, r=nagisabors-57/+71
2022-02-07Rollup merge of #93680 - Mark-Simulacrum:drop-json-reader, r=bjorn3Mara Bos-2/+2
2022-02-06Rollup merge of #92383 - lancethepants:armv7-unknown-linux-uclibceabi, r=nagisaMatthias Krüger-0/+24
2022-02-06Rollup merge of #92300 - Itus-Shield:mips64-openwrt, r=nagisaMatthias Krüger-0/+28
2022-02-05Drop json::from_readerMark Rousskov-2/+2
2022-02-05Apply noundef attribute to &T, &mut T, Box<T>, boolErik Desjardins-1/+6
2022-02-04Add new target armv7-unknown-linux-uclibceabi (softfloat)lancethepants-0/+24
2022-02-02Add more *-unwind ABI variantsAmanieu d'Antras-57/+71
2022-02-01Rollup merge of #92021 - woodenarrow:br_single_fp_element, r=Mark-SimulacrumMatthias Krüger-40/+22
2022-02-01Rollup merge of #86374 - bossmc:enable-static-pie-for-gnu, r=nagisaMatthias Krüger-0/+1
2022-01-31[mips64-openwrt-musl] Tier 3 tuple for Mips64 OpenWrtDonald Hoskins-0/+28
2022-01-31Rollup merge of #90277 - pierwill:fix-70258-inference-terms, r=jackh726Matthias Krüger-1/+1
2022-01-22Add preliminary support for inline assembly for msp430.William D. Jones-0/+106
2022-01-21adapt L4Bender implementationBenjamin Lamowski-9/+8
2022-01-21Add L4Bender as linker variantSebastian Humenda-16/+11
2022-01-17Pass target_features set instead of has_feature closurebjorn3-54/+59
2022-01-17Use Symbol for target features in asm handlingbjorn3-49/+62
2022-01-16Rollup merge of #92581 - Meziu:armv6k-3ds-target, r=nagisaMatthias Krüger-0/+1
2022-01-09eplace usages of vec![].into_iter with [].into_iterLucas Kent-8/+6
2022-01-06sess/cg: re-introduce split dwarf kindDavid Wood-1/+1
2022-01-05Enable default librariesAndrea Ciliberti-0/+1
2021-12-19Auto merge of #92099 - matthiaskrgr:rollup-4gwv67m, r=matthiaskrgrbors-26/+20
2021-12-19Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obkbors-14/+14
2021-12-17Rename `has_elf_tls` to `has_thread_local`Chris Denton-21/+20
2021-12-17Enable `#[thread_local]` for all windows-msvc targetsChris Denton-6/+1
2021-12-17Eliminate duplicate codes of is_single_fp_elementlzh-40/+22
2021-12-15Remove unnecessary sigils around `Symbol::as_str()` calls.Nicholas Nethercote-14/+14
2021-12-13Revert "Set MACOSX_DEPLOYMENT_TARGET env var to default for linking if not set."Hans Kratz-15/+0
2021-12-10asm: Allow using r9 (ARM) and x18 (AArch64) if they are not reserved byAmanieu d'Antras-8/+65
2021-12-07Remove the reg_thumb register class for asm! on ARMAmanieu d'Antras-13/+24
2021-12-07Auto merge of #91224 - couchand:2021-11/avr-asm, r=Amanieubors-0/+221
2021-12-06Implement inline asm! for AVR platformAndrew Dona-Couch-0/+221
2021-12-06Auto merge of #91284 - t6:freebsd-riscv64, r=Amanieubors-0/+19