about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/messages.ftl
AgeCommit message (Expand)AuthorLines
2025-07-25Use the object crate rather than LLVM for extracting bitcode sectionsbjorn3-1/+1
2025-07-21Move LTO symbol export calculation from backends to cg_ssabjorn3-10/+0
2025-07-03Merge run_fat_lto, optimize_fat and autodiff into run_and_optimize_fat_ltobjorn3-1/+0
2025-06-19move -Ctarget-feature handling into shared codeRalf Jung-10/+0
2025-06-09-Zretpoline and -Zretpoline-external-thunk flags (target modifiers) to enable...Andrew Zhogin-9/+0
2025-06-07store `target.min_global_align` as an `Align`Folkert de Vries-6/+0
2025-04-05KCFI: Add KCFI arity indicator supportRamon de C Valle-0/+2
2025-02-21update autodiff flagsManuel Drehwald-0/+1
2025-02-13[cg_llvm] Remove dead error messageDaniel Paoliello-3/+0
2025-01-05Auto merge of #134794 - RalfJung:abi-required-target-features, r=workingjubileebors-3/+1
2025-01-01upstream rustc_codegen_llvm changes for enzyme/autodiffManuel Drehwald-0/+4
2024-12-31explicitly model that certain ABIs require/forbid certain target featuresRalf Jung-3/+1
2024-11-04mark some target features as 'forbidden' so they cannot be (un)setRalf Jung-0/+5
2024-09-24codegen_ssa: consolidate tied feature checkingDavid Wood-6/+0
2024-08-17Always use ar_archive_writer for import libsChris Denton-3/+0
2024-07-30Move mingw dlltool invocation to cg_ssabjorn3-10/+0
2024-05-15Use an error struct instead of a panicAlice Ryhl-0/+2
2024-02-03Emit a diagnostic for invalid target optionsBen Kimock-0/+2
2024-01-18llvm: simplify data layout checkDavid Wood-0/+3
2023-11-06warn when using an unstable feature with -Ctarget-featureRalf Jung-2/+6
2023-09-23allow LTO on `proc-macro` crates with `-Zdylib-lto`onur-ozkan-0/+2
2023-09-08debuginfo: add compiler option to allow compressed debuginfo sectionsAugie Fackler-0/+2
2023-07-17Better diagnostics for dlltool errors.James Farrell-1/+2
2023-06-01Use translatable diagnostics in `rustc_const_eval`Deadbeef-2/+6
2023-05-25Ensure Fluent messages are in alphabetical orderclubby789-54/+54
2023-05-06Rollup merge of #111203 - Kobzol:remark-print-kind, r=tmiaskoMatthias Krüger-1/+1
2023-05-04Output LLVM optimization remark kind in `-Cremark` outputJakub Beránek-1/+1
2023-04-18Stablize raw-dylib, link_ordinal and -CdlltoolDaniel Paoliello-1/+1
2023-03-29Check for escape sequences in Fluent resourcesclubby789-1/+2
2023-03-11Simplify message pathsest31-0/+89