about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa
AgeCommit message (Expand)AuthorLines
2025-01-16Target option to require explicit cpuFlakebi-0/+11
2025-01-15Treat safe target_feature functions as unsafe by defaultOli Scherer-4/+8
2025-01-13Fix emscripten-wasm-eh with unwind=abortHood Chatham-3/+3
2025-01-11Rollup merge of #135205 - lqd:bitsets, r=Mark-SimulacrumMatthias Krüger-6/+6
2025-01-11Rollup merge of #134030 - folkertdev:min-fn-align, r=workingjubileeMatthias Krüger-2/+6
2025-01-11rename `BitSet` to `DenseBitSet`Rémy Rakic-6/+6
2025-01-11Auto merge of #135258 - oli-obk:push-ktzskvxuwnlt, r=saethlinbors-7/+21
2025-01-10add `-Zmin-function-alignment`Folkert de Vries-2/+6
2025-01-10clarify `target_feature` + forced inliningDavid Wood-7/+9
2025-01-10codegen_attrs: force inlining takes precedenceDavid Wood-28/+33
2025-01-10mir_transform: implement forced inliningDavid Wood-24/+39
2025-01-10Use llvm.memset.p0i8.* to initialize all same-bytes arraysOli Scherer-5/+9
2025-01-10Pull element init into a reusable closureOli Scherer-14/+21
2025-01-10Change repeat element check into a matchOli Scherer-15/+18
2025-01-06Rollup merge of #131830 - hoodmane:emscripten-wasm-eh, r=workingjubileeJacob Pratt-4/+7
2025-01-06Add support for wasm exception handling to Emscripten targetHood Chatham-4/+7
2025-01-05Auto merge of #134794 - RalfJung:abi-required-target-features, r=workingjubileebors-33/+30
2025-01-05add dedicated type for ABI target feature constraintsRalf Jung-2/+2
2025-01-04Auto merge of #133955 - bjorn3:cc_pass_arch_only, r=ChrisDentonbors-8/+3
2025-01-04Auto merge of #135067 - ChrisDenton:cc, r=jieyouxubors-1/+1
2025-01-03Bump cc in the compilerChris Denton-1/+1
2025-01-02Pass objcopy args for stripping on OSXNoratrieb-18/+7
2025-01-01upstream rustc_codegen_llvm changes for enzyme/autodiffManuel Drehwald-0/+30
2024-12-31clean up target feature system; most of the toggleability is now handled by t...Ralf Jung-5/+4
2024-12-31explicitly model that certain ABIs require/forbid certain target featuresRalf Jung-28/+26
2024-12-30Auto merge of #134757 - RalfJung:const_swap, r=scottmcmbors-2/+2
2024-12-30Auto merge of #134866 - osiewicz:write-rlib-bufwriter, r=bjorn3bors-2/+5
2024-12-29review fixes: Adjust whitespacePiotr Osiewicz-0/+3
2024-12-29Bump compiler ccclubby789-1/+1
2024-12-29rustc_codegen_ssa: Buffer file writes in link_rlibPiotr Osiewicz-5/+5
2024-12-25rename typed_swap → typed_swap_nonoverlappingRalf Jung-2/+2
2024-12-24Auto merge of #134625 - compiler-errors:unsafe-binders-ty, r=oli-obkbors-0/+1
2024-12-22Begin to implement type system layer of unsafe bindersMichael Goulet-0/+1
2024-12-22Delete `Rvalue::Len`Scott McMurray-28/+1
2024-12-21Auto merge of #134505 - jieyouxu:boop-compiler-cc, r=clubby789,jieyouxubors-2/+3
2024-12-20Rollup merge of #134561 - bjorn3:less_fatal_error_raise, r=compiler-errorsMatthias Krüger-6/+6
2024-12-20Reduce the amount of explicit FatalError.raise()bjorn3-6/+6
2024-12-20Review commentsbjorn3-3/+2
2024-12-19Make DependencyList an IndexVecbjorn3-11/+6
2024-12-19Bump compiler `cc` to 1.2.5许杰友 Jieyou Xu (Joe)-2/+3
2024-12-19Rollup merge of #133702 - RalfJung:single-variant, r=oli-obk许杰友 Jieyou Xu (Joe)-5/+6
2024-12-18make no-variant types a dedicated Variants variantRalf Jung-6/+6
2024-12-18Variants::Single: do not use invalid VariantIdx for uninhabited enumsRalf Jung-1/+2
2024-12-18Auto merge of #134425 - clubby789:cargo-update, r=jieyouxubors-1/+2
2024-12-18Re-export more `rustc_span::symbol` things from `rustc_span`.Nicholas Nethercote-17/+11
2024-12-17compiler & tools dependencies:clubby789-1/+2
2024-12-16rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structuresJonathan Dönszelmann-8/+9
2024-12-16split attributesJonathan Dönszelmann-3/+5
2024-12-15Auto merge of #131808 - jdonszelmann:hir-attributes, r=oli-obk,petrochenkovbors-51/+47
2024-12-15Add hir::AttributeJonathan Dönszelmann-51/+47