summary refs log tree commit diff
path: root/compiler/rustc_target/src
AgeCommit message (Expand)AuthorLines
2021-06-07Use `try_into` instead of asserting manuallyLingMan-10/+2
2021-06-06Rollup merge of #85920 - luqmana:wasm-linker-tweaks, r=petrochenkovYuki Okushi-0/+1
2021-06-06Auto merge of #79608 - alessandrod:bpf, r=nagisabors-0/+259
2021-06-05Rollup merge of #86014 - cr1901:msp430-link, r=jonas-schievinkGuillaume Gomez-0/+1
2021-06-04msp430 linker does not accept -znoexecstack. Set linker_is_gnu to false as wo...William D. Jones-0/+1
2021-06-05Rollup merge of #85966 - alexcrichton:wasm-simd-indirect, r=workingjubileeYuki Okushi-6/+0
2021-06-04Rollup merge of #85850 - bjorn3:less_feature_gates, r=jyn514Yuki Okushi-2/+0
2021-06-03wasm: Make simd types passed via indirection againAlex Crichton-6/+0
2021-06-03Rollup merge of #85706 - jrmuizel:fpe, r=nagisaYuki Okushi-5/+1
2021-06-02Turn off frame pointer elimination on all Apple platforms.Jeff Muizelaar-5/+1
2021-06-02Miscellaneous inlining improvementsTomasz Miąsko-0/+5
2021-06-01Tweak wasm_base target spec to indicate linker is not GNU and update linker i...Luqman Aden-0/+1
2021-05-31Remove unused feature gatesbjorn3-2/+0
2021-05-29BPF: misc minor review fixesAlessandro Decina-0/+4
2021-05-29BPF: abi: extend args/ret to 32 bitsAlessandro Decina-3/+3
2021-05-26Specialize implementationsJacob Pratt-0/+2
2021-05-23Add support for BPF inline assemblyAlessandro Decina-3/+158
2021-05-23Add BPF targetAlessandro Decina-0/+100
2021-05-20Remove linker_is_gnu: true cases as that is now the default.Luqman Aden-20/+0
2021-05-20Swap TargetOptions::linker_is_gnu default from false to true and update targe...Luqman Aden-2/+8
2021-05-19Auto merge of #85376 - RalfJung:ptrless-allocs, r=oli-obkbors-1/+3
2021-05-18Rollup merge of #85274 - luqmana:linker-is-gnu-gc-sections, r=petrochenkovJack Huey-0/+1
2021-05-18add Align::ONE; add methods to access alloc.extraRalf Jung-1/+3
2021-05-16Auto merge of #85312 - ehuss:macro_use-unused-attr, r=petrochenkovbors-3/+0
2021-05-15Windows mingw targets use gcc as the linker so the target spec should also in...Luqman Aden-0/+1
2021-05-15Fix unused attributes on macro_rules.Eric Huss-3/+0
2021-05-13Add asm!() support for PowerPC64Dr. Chat-5/+15
2021-05-11Add initial asm!() support for PowerPCDr. Chat-0/+171
2021-05-10Adjust target search algorithm for rustlib pathSimonas Kazlauskas-10/+66
2021-05-09Auto merge of #83800 - xobs:impl-16351-nightly, r=nagisabors-4/+13
2021-05-07Rollup merge of #84930 - hermitcore:target, r=nagisaDylan DPC-1/+1
2021-05-07rename LLVM target for RustyHermitStefan Lankes-1/+1
2021-05-06illumos should put libc last in library search orderJoshua M. Clulow-0/+11
2021-05-03Rollup merge of #84072 - nagisa:target-family-two-the-movie, r=petrochenkovDylan DPC-29/+36
2021-05-03Set target_family="wasm" for wasm targetsSimonas Kazlauskas-1/+2
2021-05-01Auto merge of #84658 - Amanieu:reserved_regs, r=petrochenkovbors-9/+42
2021-05-01Reserve x18 on AArch64 and un-reserve x16Amanieu d'Antras-3/+3
2021-04-29Change to probe-stack=call (instead of inline-or-call) everywhere again, for ...Felix S. Klock II-31/+62
2021-04-28Be stricter about rejecting LLVM reserved registers in asm!Amanieu d'Antras-9/+42
2021-04-24Auto merge of #84310 - RalfJung:const-fn-feature-flags, r=oli-obkbors-1/+0
2021-04-25Merge remote-tracking branch 'upstream/master' into impl-16351-nightlySean Cross-409/+538
2021-04-20Auto merge of #84334 - klensy:typo-compiler, r=jyn514bors-2/+2
2021-04-19Rollup merge of #84126 - 12101111:musl-sanitizer, r=davidtwcoDylan DPC-1/+3
2021-04-19fix few typosklensy-2/+2
2021-04-18fix feature use in rustc libsRalf Jung-1/+0
2021-04-13Avoid an `Option<Option<_>>`LingMan-2/+2
2021-04-11Allow setting `target_family` to multiple valuesSimonas Kazlauskas-29/+35
2021-04-09Enable sanitizers for x86_64-unknown-linux-musl12101111-1/+3
2021-04-08Auto merge of #84008 - Dylan-DPC:rollup-invxvg8, r=Dylan-DPCbors-1/+1
2021-04-08Fix outdated crate names in compiler docspierwill-1/+1