about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src
AgeCommit message (Expand)AuthorLines
2022-01-22Add VS 2022 into error messagetheidexisted-1/+1
2022-01-21adapt L4Bender implementationBenjamin Lamowski-80/+62
2022-01-21Add L4Bender as linker variantSebastian Humenda-1/+172
2022-01-20Rollup merge of #91606 - joshtriplett:stabilize-print-link-args, r=pnkfelixMatthias Krüger-1/+1
2022-01-19Rollup merge of #91278 - SparrowLii:place, r=spastorinoMatthias Krüger-76/+67
2022-01-18Rollup merge of #92425 - calebzulawski:simd-cast, r=workingjubileeMatthias Krüger-149/+181
2022-01-18Auto merge of #87648 - JulianKnodt:const_eq_constrain, r=oli-obkbors-2/+3
2022-01-18Improve documentation of splatted constantsCaleb Zulawski-26/+28
2022-01-17Add term to ExistentialProjectionkadmin-2/+3
2022-01-17Rollup merge of #92877 - Amanieu:remove_llvm_nounwind, r=Mark-SimulacrumMatthias Krüger-3/+1
2022-01-17Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieubors-58/+0
2022-01-17Change TerminatorKind::Abort to call the panic handler instead ofAmanieu d'Antras-4/+23
2022-01-16Auto merge of #92805 - BoxyUwU:revert-lazy-anon-const-substs, r=lcnrbors-2/+2
2022-01-15Reduce use of local_def_id_to_hir_id.Camille GILLOT-1/+1
2022-01-15Rollup merge of #92873 - eholk:async-symbol-names, r=tmandryMatthias Krüger-2/+8
2022-01-15initial revertEllen-2/+2
2022-01-14Remove LLVMRustMarkAllFunctionsNounwindAmanieu d'Antras-3/+1
2022-01-13Generate more precise generator namesEric Holk-2/+8
2022-01-13Rollup merge of #90001 - Fearyncess:master, r=alexcrichtonMatthias Krüger-3/+15
2022-01-12Remove deprecated LLVM-style inline assemblyTomasz Miąsko-58/+0
2022-01-11Store a `Symbol` instead of an `Ident` in `VariantDef`/`FieldDef`Aaron Hill-2/+2
2022-01-09Stabilize -Z print-link-args as --print link-argsJosh Triplett-1/+1
2022-01-07Rollup merge of #92375 - wesleywiser:consolidate_debuginfo_msvc_check, r=mich...Eric Huss-50/+51
2022-01-07Consolidate checking for msvc when generating debuginfoWesley Wiser-50/+51
2022-01-07rustc_codegen_ssa: set static lifetime for object::write::ObjectLain Yang-1/+1
2022-01-07Make rlib metadata strip works with MIPSr6 architectureLain Yang-2/+14
2022-01-06cg: use thorin instead of llvm-dwpDavid Wood-54/+111
2022-01-06sess/cg: re-introduce split dwarf kindDavid Wood-34/+66
2022-01-04Rollup merge of #92107 - nikic:rmeta-lnk-remove, r=nagisaMatthias Krüger-6/+5
2022-01-04Add simd_as intrinsicCaleb Zulawski-149/+179
2022-01-03Rollup merge of #90102 - nbdd0121:box3, r=jonas-schievinkMatthias Krüger-27/+0
2022-01-01Stabilize -Z instrument-coverage as -C instrument-coverageJosh Triplett-4/+4
2022-01-01Auto merge of #92419 - erikdesjardins:coldland, r=nagisabors-6/+2
2021-12-30keep noinline for system llvm < 14Erik Desjardins-3/+2
2021-12-30Auto merge of #91125 - eskarn:llvm-passes-plugin-support, r=nagisabors-0/+2
2021-12-29Mark drop calls in landing pads cold instead of noinlineErik Desjardins-6/+3
2021-12-22Store a `DefId` instead of an `AdtDef` in `AggregateKind::Adt`Aaron Hill-2/+2
2021-12-20Load new pass manager plugins only if the new pm is actually usedAxel Cohen-5/+1
2021-12-19Actually set IMAGE_SCN_LNK_REMOVE for .rmetaNikita Popov-6/+5
2021-12-19Rollup merge of #92029 - nikic:section-flags-fix, r=davidtwcoMatthias Krüger-1/+8
2021-12-19Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obkbors-7/+7
2021-12-18Auto merge of #92065 - matthiaskrgr:rollup-qmpcsuj, r=matthiaskrgrbors-6/+15
2021-12-18Explicitly set no ELF flags for .rustc sectionNikita Popov-1/+8
2021-12-18Rollup merge of #91566 - cbeuw:remap-dwo-name, r=davidtwcoMatthias Krüger-6/+15
2021-12-17pass -Wl,-z,origin to set DF_ORIGIN when using rpathSébastien Marie-1/+4
2021-12-15Rollup merge of #91885 - LegionMammal978:less-inband-codegen_ssa, r=workingju...Matthias Krüger-17/+16
2021-12-15Rollup merge of #91880 - matthiaskrgr:clippy_perf_dec, r=jyn514Matthias Krüger-2/+2
2021-12-15Remove unnecessary sigils around `Symbol::as_str()` calls.Nicholas Nethercote-7/+7
2021-12-15Remove `in_band_lifetimes` from `rustc_codegen_ssa`LegionMammal978-17/+16
2021-12-14fix clippy::single_char_pattern perf findingsMatthias Krüger-2/+2