about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa
AgeCommit message (Expand)AuthorLines
2023-07-25Use a builder instead of boolean/option argumentsOli Scherer-1/+1
2023-07-23remove redundant clonesMatthias Krüger-1/+1
2023-07-23Auto merge of #111836 - calebzulawski:target-feature-closure, r=workingjubileebors-1/+16
2023-07-21Auto merge of #113892 - RalfJung:uninit-undef-poison, r=wesleywiserbors-0/+6
2023-07-21Rollup merge of #113780 - dtolnay:printkindpath, r=b-naberMatthias Krüger-13/+58
2023-07-21Rollup merge of #113723 - khei4:khei4/llvm-stats, r=oli-obk,nikicMatthias Krüger-0/+5
2023-07-20Add note about writing native-static-libs to fileDavid Tolnay-1/+14
2023-07-20Implement printing to file for link-args and native-static-libsDavid Tolnay-10/+22
2023-07-20Implement printing to file in llvm_utilDavid Tolnay-1/+3
2023-07-20Implement printing to file in codegen_backend.printDavid Tolnay-2/+20
2023-07-20Store individual output file name with every PrintRequestDavid Tolnay-4/+4
2023-07-20clarify MIR uninit vs LLVM undef/poisonRalf Jung-0/+6
2023-07-20Rollup merge of #113529 - oli-obk:simd_shuffle_evaluated, r=wesleywiserMatthias Krüger-1/+15
2023-07-20Auto merge of #113695 - bjorn3:fix_rlib_cdylib_metadata_handling, r=pnkfelix,...bors-14/+7
2023-07-20Monomorphize constants before inspecting themOli Scherer-1/+1
2023-07-20Auto merge of #108714 - estebank:ice_dump, r=oli-obkbors-1/+1
2023-07-20Tweak CGU sorting in a couple of places.Nicholas Nethercote-2/+3
2023-07-19Rollup merge of #113716 - DianQK:add-no_builtins-to-function, r=pnkfelixDylan DPC-1/+9
2023-07-19Fix review commentsbjorn3-7/+7
2023-07-19Don't compress dylib metadatabjorn3-9/+2
2023-07-19On nightly, dump ICE backtraces to diskEsteban Küber-1/+1
2023-07-18Add the `no-builtins` attribute to functions when `no_builtins` is applied at...DianQK-1/+9
2023-07-18support for mips32r6 as a target_arch valuechenx97-2/+2
2023-07-18merge patternschenx97-2/+1
2023-07-18support for mips64r6 as a target_arch valuechenx97-1/+2
2023-07-18Permit pre-evaluated constants in simd_shuffleOli Scherer-0/+14
2023-07-17Introduce `MonoItemData`.Nicholas Nethercote-3/+3
2023-07-16rustc_llvm: Add a `-Z print-llvm-stats` option to expose LLVM statistics.Patrick Walton-0/+5
2023-07-16Auto merge of #113626 - Urgau:dedup-native-static-libs, r=petrochenkovbors-0/+5
2023-07-15Auto merge of #112157 - erikdesjardins:align, r=nikicbors-24/+56
2023-07-14refactor(rustc_middle): Substs -> GenericArgMahdi Dibaiee-69/+73
2023-07-13Rollup merge of #113631 - lqd:fix-113597, r=petrochenkovMatthias Krüger-2/+17
2023-07-12Re-format let-else per rustfmt updateMark Rousskov-7/+7
2023-07-12make MCP510 behavior explicitly opt-inRémy Rakic-2/+17
2023-07-12De-duplicate consecutive libs when printing native-static-libsUrgau-0/+5
2023-07-11Use constants from object crateCharisee-4/+3
2023-07-11Rollup merge of #113497 - xSetech:mips_32_abi, r=davidtwcoMatthias Krüger-2/+10
2023-07-10ensure byval allocas are sufficiently alignedErik Desjardins-24/+56
2023-07-09Support explicit 32-bit MIPS ABI for the synthetic objectSeth Junot-2/+10
2023-07-09Rollup merge of #111618 - cjgillot:name-return-place, r=tmiaskoMatthias Krüger-2/+1
2023-07-08Always name the return place.Camille GILLOT-2/+1
2023-07-07Rename `adjustment::PointerCast` and variants using it to `PointerCoercion`Nilstrieb-9/+13
2023-07-05Move `TyCtxt::mk_x` to `Ty::new_x` where applicableBoxy-14/+20
2023-07-05Move `coverageinfo::ffi` and `coverageinfo::map` out of SSAZalathar-439/+0
2023-07-05Remove trait `CoverageInfoMethods`, since non-LLVM backends don't need itZalathar-21/+1
2023-07-05Narrow trait `CoverageInfoBuilderMethods` down to just one methodZalathar-73/+10
2023-07-02Auto merge of #113040 - Kobzol:llvm-remark-streamer, r=tmiaskobors-0/+24
2023-07-02Add `rustc` option to output LLVM optimization remarks to YAML filesJakub Beránek-0/+24
2023-07-02Auto merge of #112718 - oli-obk:SIMD-destructure_mir_const, r=cjgillotbors-24/+34
2023-07-02Auto merge of #112910 - lqd:mcp510, r=petrochenkovbors-52/+64