about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc/src/back/lto.rs
AgeCommit message (Expand)AuthorLines
2025-09-06Remove want_summary argument from prepare_thinbjorn3-5/+2
2025-09-06Remove thin_link_data method from ThinBufferMethodsbjorn3-4/+0
2025-09-04Special case allocator module submission to avoid special casing it elsewherebjorn3-1/+1
2025-08-24Directly raise fatal errors inside the codegen backendsbjorn3-17/+16
2025-07-21Remove each_linked_rlib_for_lto from CodegenContextbjorn3-3/+6
2025-07-21Move exported_symbols_for_lto out of CodegenContextbjorn3-3/+0
2025-07-21Merge exported_symbols computation into exported_symbols_for_ltobjorn3-4/+2
2025-07-21Move LTO symbol export calculation from backends to cg_ssabjorn3-66/+8
2025-07-21Merge modules and cached_modules for fat LTObjorn3-12/+0
2025-07-03Remove LtoModuleCodegenbjorn3-8/+7
2025-06-18Merge commit 'fda0bb9588912a3e0606e880ca9f6e913cf8a5a4' into subtree-update_c...Guillaume Gomez-1/+2
2025-05-14Merge commit '6ba33f5e1189a5ae58fb96ce3546e76b13d090f5' into subtree-update_c...Guillaume Gomez-1/+1
2025-05-04Initial support for dynamically linked cratesBryanskiy-1/+5
2025-02-23Add `new_regular` and `new_allocator` to `ModuleCodegen`DianQK-5/+4
2025-02-11compiler/rustc_codegen_gcc/src/back/lto.rs: delete "unsafe impl Sync/Send"Askar Safin-4/+0
2025-01-13Merge commit '59a81c2ca1edc88ad3ac4b27a8e03977ffb8e73a' into subtree-update_c...Antoni Boucher-19/+18
2025-01-07llvm: Ignore error value that is always falseMatthew Maurer-3/+1
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-3/+3
2024-09-09Remove `serialized_bitcode` from `LtoModuleCodegen`.Nicholas Nethercote-3/+1
2024-07-10Merge commit '98ed962c7d3eebe12c97588e61245273d265e72f' into masterGuillaume Gomez-7/+397
2024-06-18Use a dedicated type instead of a reference for the diagnostic contextOli Scherer-5/+6
2024-03-05Merge commit 'b385428e3ddf330805241e7758e773f933357c4b' into subtree-update_c...Guillaume Gomez-41/+53
2023-12-18Rename many `DiagCtxt` arguments.Nicholas Nethercote-10/+10
2023-12-18Rename `CodegenContext::create_diag_handler` as `CodegenContext::create_dcx`.Nicholas Nethercote-1/+1
2023-12-18Rename `Handler` as `DiagCtxt`.Nicholas Nethercote-3/+3
2023-10-09Merge commit '11a0cceab966e5ff1058ddbcab5977e8a1d6d290' into subtree-update_c...Antoni Boucher-0/+341