about summary refs log tree commit diff
path: root/compiler/rustc_target
AgeCommit message (Expand)AuthorLines
2023-06-01Rollup merge of #112150 - taiki-e:apple-atomic-128, r=AmanieuMichael Goulet-4/+4
2023-06-02Fix broken linkcui fliter-1/+1
2023-06-01Use translatable diagnostics in `rustc_const_eval`Deadbeef-11/+0
2023-05-31Auto merge of #110807 - petrochenkov:strictflavor, r=lqd,wesleywiserbors-18/+93
2023-06-01Support 128-bit atomics on all x86_64 Apple targetsTaiki Endo-4/+4
2023-05-29linker: Report linker flavors incompatible with the current targetVadim Petrochenkov-2/+20
2023-05-29rustc_target: Refactor linker flavor inferenceVadim Petrochenkov-16/+73
2023-05-29Fix linkage for large binaries on mips64 platforms ...Ximin Luo-2/+2
2023-05-28compiler: update solaris and illumos spec to support TSAN.David Carlier-2/+2
2023-05-26Add SafeStack support to rustcWesley Wiser-0/+5
2023-05-26Rollup merge of #111384 - bmisiak:issue-106021-fix, r=petrochenkovMatthias Krüger-2/+2
2023-05-25Mac Catalyst: specify 14.0 deployment taregt in llvm_targetBrian M-2/+2
2023-05-25Auto merge of #111933 - matthiaskrgr:rollup-m10k3ts, r=matthiaskrgrbors-1/+1
2023-05-25Rollup merge of #109899 - daxpedda:patch-1, r=jackh726Matthias Krüger-1/+1
2023-05-22Enable sanitizers and profiler for aarch64-unknown-linux-muslAlex Gaynor-1/+6
2023-05-21rustc_codegen_ssa: Set e_flags for AVR architecture based on target CPUAdam Gausmann-0/+343
2023-05-12asm: loongarch64: Drop efiapiWANG Rui-2/+2
2023-05-11Rollup merge of #111375 - rcvalle:rust-cfi-fix-106547, r=bjorn3Michael Goulet-4/+4
2023-05-09CFI: Fix SIGILL reached via trait objectsRamon de C Valle-4/+4
2023-05-08Rollup merge of #111332 - loongarch-rs:inline-asm, r=AmanieuYuki Okushi-5/+4
2023-05-08Rollup merge of #110638 - nikarh:vita, r=Mark-SimulacrumYuki Okushi-1/+1
2023-05-08Rollup merge of #110377 - chrisnc:armv7-atomic-64, r=cjgillotYuki Okushi-5/+5
2023-05-08Rollup merge of #105354 - BlackHoleFox:apple-deployment-printer, r=oli-obkYuki Okushi-11/+32
2023-05-08Simplify match statement since variable arch that is predictableWANG Rui-5/+4
2023-05-07Add support for NetBSD/aarch64-be (big-endian arm64).Havard Eidnes-0/+18
2023-05-07Use smaller ints for bitflagsNilstrieb-1/+1
2023-05-07PS Vita std supportNikolay Arhipov-1/+1
2023-05-05Add deployment-target --print flag for Apple targetsBlackHoleFox-11/+32
2023-05-05asm: loongarch64: Implementation of clobber_abiWANG Rui-0/+20
2023-04-29Change ABI order in is_stableGary Guo-12/+11
2023-04-29Partial stabilisation of `c_unwind`Gary Guo-35/+5
2023-04-25Add loongarch64 asm! supportzhaixiaojuan-0/+157
2023-04-22drop unused deps, gate libc under unix for one crateklensy-1/+0
2023-04-22Auto merge of #110666 - JohnTitor:rollup-3pwilte, r=JohnTitorbors-0/+1
2023-04-21compiler/rustc_target: Raise m68k-linux-gnu baseline to 68020John Paul Adrian Glaubitz-0/+1
2023-04-21offset_ofDrMeepster-0/+15
2023-04-20Rollup merge of #108795 - thomcc:x86_64h-target, r=wesleywiserMatthias Krüger-5/+61
2023-04-17Spelling - compilerJosh Soref-5/+5
2023-04-15Update max_atomic_width of armv7r and armv7_sony_vita targets to 64.Chris Copeland-5/+5
2023-04-13Auto merge of #109989 - ids1024:m68k-asm, r=Amanieubors-0/+105
2023-04-12Add inline assembly support for m68kIan Douglas Scott-0/+105
2023-04-12Rollup merge of #110153 - DaniPopes:compiler-typos, r=NilstriebMatthias Krüger-2/+2
2023-04-11Rollup merge of #96971 - zhaixiaojuan:master, r=wesleywiserMichael Goulet-0/+18
2023-04-10Fix typos in compilerDaniPopes-2/+2
2023-04-09Simply Abi::fmtNilstrieb-3/+1
2023-04-09Auto merge of #109173 - flba-eb:add-i586-qnx70-target, r=compiler-errorsbors-1/+27
2023-04-04Initial support for loongarch64-unknown-linux-gnuzhaixiaojuan-0/+18
2023-04-04Disable `has_thread_local` on OpenHarmonyAmanieu d'Antras-0/+2
2023-04-03Use apple-m1 as target CPU for aarch64-apple-darwin.daxpedda-1/+1
2023-04-01Auto merge of #109721 - QuinnPainter:armv4t-lld, r=petrochenkovbors-19/+3