about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src
AgeCommit message (Expand)AuthorLines
2023-07-31Remove unnecessary semicolon.Nicholas Nethercote-1/+1
2023-07-31Clean up `generate_lto_work`.Nicholas Nethercote-22/+23
2023-07-31Fix LLVM thread names on Windows.Nicholas Nethercote-3/+3
2023-07-31Introduce `running_with_any_token` closure.Nicholas Nethercote-7/+10
2023-07-31Use standard Rust capitalization rules for names containing "LTO".Nicholas Nethercote-11/+11
2023-07-31Tweak structure of the message loop.Nicholas Nethercote-17/+20
2023-07-31Tweak a loop condition.Nicholas Nethercote-7/+11
2023-07-31Move `maybe_start_llvm_timer`'s body into `spawn_work`.Nicholas Nethercote-26/+18
2023-07-31Remove `CodegenContext::worker`.Nicholas Nethercote-24/+12
2023-07-31Remove `ExtraBackendMethods::spawn_thread`.Nicholas Nethercote-9/+0
2023-07-31Give the coordinator thread a name.Nicholas Nethercote-3/+4
2023-07-31Remove some unused values in `codegen_crate`.Nicholas Nethercote-3/+0
2023-07-31Remove an unnecessary `pub`.Nicholas Nethercote-1/+1
2023-07-31Rename `MainThreadWorkerState`.Nicholas Nethercote-25/+25
2023-07-31Rename things related to the main thread's operations.Nicholas Nethercote-30/+46
2023-07-31Add some assertions.Nicholas Nethercote-0/+4
2023-07-31Add comments to `WorkItemResult`.Nicholas Nethercote-4/+14
2023-07-31Inline and remove `submit_pre_codegened_module_to_llvm`.Nicholas Nethercote-15/+9
2023-07-30inline format!() args up to and including rustc_codegen_llvmMatthias Krüger-82/+75
2023-07-29cg_ssa: remove pointee types and pointercast/bitcast-of-ptrErik Desjardins-169/+44
2023-07-27Rollup merge of #113872 - nnethercote:tweak-cgu-sorting, r=pnkfelixMatthias Krüger-2/+3
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/+56
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/+12
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-13/+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-8/+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