about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src/back
AgeCommit message (Expand)AuthorLines
2023-12-18Auto merge of #119069 - matthiaskrgr:rollup-xxk4m30, r=matthiaskrgrbors-10/+14
2023-12-18Rollup merge of #118905 - bzEq:revert-u64-on-xcoff, r=WaffleLapkinMatthias Krüger-10/+14
2023-12-18Rename many `DiagCtxt` and `EarlyDiagCtxt` locals.Nicholas Nethercote-10/+9
2023-12-18Rename many `DiagCtxt` arguments.Nicholas Nethercote-2/+2
2023-12-18Rename `CodegenContext::create_diag_handler` as `CodegenContext::create_dcx`.Nicholas Nethercote-9/+5
2023-12-18Rename `Session::span_diagnostic` as `Session::dcx`.Nicholas Nethercote-11/+11
2023-12-18Rename `Handler` as `DiagCtxt`.Nicholas Nethercote-6/+6
2023-12-18Address commentKai Luo-1/+1
2023-12-15Split `Handler::emit_diagnostic` in two.Nicholas Nethercote-1/+1
2023-12-14Address commentKai Luo-2/+5
2023-12-13Fix XCOFF metadataKai Luo-10/+11
2023-12-11Auto merge of #118344 - saethlin:rmeta-header-pos, r=WaffleLapkinbors-9/+9
2023-12-10Apply suggestions from code reviewBen Kimock-1/+1
2023-12-09Auto merge of #117873 - quininer:android-emutls, r=Amanieubors-2/+36
2023-12-07Add emulated TLS supportquininer-2/+36
2023-12-05Consider only `#[no_mangle]` as builtin functionsDianQK-2/+3
2023-12-04Avoid adding compiler-used functions to `symbols.o`DianQK-1/+12
2023-12-02Auto merge of #118470 - nnethercote:cleanup-error-handlers, r=compiler-errorsbors-3/+3
2023-12-02Use `Session::diagnostic` in more places.Nicholas Nethercote-1/+1
2023-12-02Rename `*note_without_error` as `*note`.Nicholas Nethercote-2/+2
2023-12-01Auto merge of #113923 - DianQK:restore-no-builtins-lto, r=pnkfelixbors-52/+20
2023-12-01Auto merge of #118472 - nnethercote:rustc_session, r=bjorn3bors-1/+1
2023-11-30Move `MetadataLoader{,Dyn}` to `rustc_metadata`.Nicholas Nethercote-1/+1
2023-11-28Use a u64 for the rmeta root positionBen Kimock-8/+8
2023-11-28Rollup merge of #118378 - cormacrelf:bugfix/linker-plugin-lto-wasm, r=petroch...Matthias Krüger-1/+27
2023-11-28Perform LTO optimisations with wasm-ld + -Clinker-plugin-ltoCormac Relf-1/+27
2023-11-27Added linker_arg(s) Linker trait methods for link-arg to be prefixed "-Wl," f...Andrew Zhogin-34/+40
2023-11-22Rollup merge of #118013 - sivadeilra:user/ardavis/ehcont, r=wesleywiserMichael Goulet-0/+26
2023-11-21convert ehcont-guard to an unstable optionArlie Davis-1/+1
2023-11-21Add support for generating the EHCont sectionArlie Davis-0/+26
2023-11-21Fix `clippy::needless_borrow` in the compilerNilstrieb-27/+26
2023-11-20Auto merge of #115526 - arttet:master, r=jackh726bors-0/+9
2023-11-17Rollup merge of #117338 - workingjubilee:asmjs-meets-thanatos, r=b-naberMatthias Krüger-3/+3
2023-11-15Add arm64e-apple-ios targetArtyom Tetyukhin-0/+9
2023-11-09Remove `-Z strip`.Nicholas Nethercote-10/+2
2023-11-03Add crate `compiler_builtins` to LTO even if the `Linkage` is `IncludedFromDy...dianqk-2/+8
2023-10-28Remove asmjs from compilerJubilee Young-3/+3
2023-10-28Rollup merge of #115773 - simlay:arch64-apple-tvos-sim-for-rustc, r=thomccJubilee-0/+1
2023-10-27Auto merge of #116035 - lqd:mcp-510-target-specs, r=petrochenkovbors-38/+93
2023-10-24Mark .rmeta files as /SAFESEH on x86 Windows.Daniel Cheng-25/+31
2023-10-21Treat extern in compiler-builtins as `used`DianQK-3/+7
2023-10-18make `self_contained` return `LinkSelfContainedComponents`Rémy Rakic-50/+65
2023-10-18unify `LinkSelfContained` and `LinkSelfContainedDefault`Rémy Rakic-6/+6
2023-10-18limit `lld` flavors to the llvm backendRémy Rakic-2/+21
2023-10-18allow target specs to declare self-contained linking componentsRémy Rakic-9/+30
2023-10-15Auto merge of #116688 - compiler-errors:rustfmt-up, r=WaffleLapkin,Nilstriebbors-5/+13
2023-10-15Restore `#![no_builtins]` crates participation in LTO.DianQK-47/+5
2023-10-14Auto merge of #116702 - durin42:compress-debuginfo, r=compiler-errorsbors-0/+9
2023-10-13linker: also pass debuginfo compression flagsAugie Fackler-0/+9
2023-10-13Format all the let chains in compilerMichael Goulet-5/+13