about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src/target_features.rs
AgeCommit message (Expand)AuthorLines
2024-04-29Remove `extern crate rustc_middle` from numerous crates.Nicholas Nethercote-0/+1
2024-02-13Bump `indexmap`clubby789-1/+2
2024-02-12Add lahfsahf and prfchw target featureChris Denton-0/+2
2024-01-13Add check for ui_testing via promoting parameters from `ParseSess` to `Session`George-lewis-1/+1
2024-01-10Rename consuming chaining methods on `DiagnosticBuilder`.Nicholas Nethercote-1/+1
2024-01-08Make `DiagnosticBuilder::emit` consuming.Nicholas Nethercote-1/+1
2024-01-04Make iteration order of supported_target_features query stableMichael Woerister-2/+2
2023-12-24Remove `Session` methods that duplicate `DiagCtxt` methods.Nicholas Nethercote-3/+3
2023-12-14Move rustc_codegen_ssa target features to rustc_targetUrgau-428/+6
2023-12-08update target feature following LLVM API changeKrasimir Georgiev-1/+1
2023-11-13features must be additiveRalf Jung-1/+6
2023-11-12target_feature: make it more clear what that 'Option' meansRalf Jung-242/+270
2023-11-06warn when using an unstable feature with -Ctarget-featureRalf Jung-0/+9
2023-10-30Auto merge of #116485 - coastalwhite:stabilize-riscv-target-features, r=Amanieubors-20/+20
2023-10-24compiler: Add target features for LoongArchWANG Rui-0/+16
2023-10-11Stabilize Ratified RISC-V Target FeaturesGijs Burghoorn-20/+20
2023-08-14add details for csky-unknown-linux-gnuabiv2 and add docsDirreke-6/+42
2023-08-14add `rustc_codegen_ssa` support for csky and correct some codeDirreke-0/+13
2023-08-05Remove arm crypto target featureTaiki Endo-1/+0
2023-07-30inline format!() args up to and including rustc_codegen_llvmMatthias Krüger-3/+3
2023-07-18support for mips32r6 as a target_arch valuechenx97-1/+1
2023-07-18support for mips64r6 as a target_arch valuechenx97-1/+1
2023-07-12Re-format let-else per rustfmt updateMark Rousskov-6/+2
2023-06-29Rollup merge of #111322 - mirkootter:master, r=davidtwcoMatthias Krüger-0/+1
2023-06-07wasm target feature: exception handlingJan-Mirko Otter-0/+1
2023-06-02Add trustzone and virtualization target features for aarch32.Andrew Walbran-0/+2
2023-05-18Rollup merge of #110884 - korran:unaligned-scalar-mem, r=wesleywiserDylan DPC-0/+1
2023-05-15Auto merge of #107707 - calebzulawski:remove-features, r=Amanieubors-3/+0
2023-05-15Move expansion of query macros in rustc_middle to rustc_middle::queryJohn Kåre Alsaker-1/+1
2023-05-03Restrict `From<S>` for `{D,Subd}iagnosticMessage`.Nicholas Nethercote-2/+2
2023-04-27Support RISC-V unaligned-scalar-mem target featureKor Nielsen-0/+1
2023-04-25Fix static string lintsclubby789-8/+5
2023-04-02Add riscv relax target featureZachary Yedidia-0/+1
2023-03-11Auto merge of #109001 - matthiaskrgr:rollup-a3agnwp, r=matthiaskrgrbors-2/+1
2023-03-10Rollup merge of #107711 - calebzulawski:movbe, r=pnkfelixMatthias Krüger-2/+1
2023-03-10Forbid `#[target_feature]` on safe default implementationsLéo Lanteri Thauvin-1/+1
2023-03-08Auto merge of #108312 - michaelwoerister:hash-set-not-hash-stable, r=eholkbors-2/+2
2023-03-02Stabilize movbe target featureCaleb Zulawski-2/+1
2023-03-02rustc_middle: Remove trait `DefIdTree`Vadim Petrochenkov-1/+1
2023-03-01Use FxIndexSet instead of FxHashSet for asm_target_features query.Michael Woerister-2/+2
2023-02-28Auto merge of #106774 - Nugine:master, r=Amanieubors-2/+1
2023-02-17Rollup merge of #108086 - alexcrichton:wasm-relaxed-simd-feature, r=eholkMatthias Krüger-0/+1
2023-02-15wasm: Register the `relaxed-simd` target featureAlex Crichton-0/+1
2023-02-14Do not fetch HIR to check target features.Camille GILLOT-8/+5
2023-02-05Remove misleading target feature aliasesCaleb Zulawski-3/+0
2023-02-01Stabilize cmpxchg16b_target_featureNugine-2/+1
2022-12-30Stabilize f16c_target_featureKathryn Long-2/+1
2022-12-20rustc: Remove needless lifetimesJeremy Stucki-1/+1
2022-12-13Move some codegen-y methods from rustc_hir_analysis::collect -> rustc_codegen...Michael Goulet-10/+154
2022-11-22Allow power10-vector feature in PowerPCQiu Chaofan-0/+1