about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/back/owned_target_machine.rs
AgeCommit message (Expand)AuthorLines
2025-09-25Use `LLVMDisposeTargetMachine`Zalathar-3/+1
2025-09-18Move target machine command-line quoting from C++ to RustZalathar-8/+6
2025-08-15Simplify the `args_cstr_buff` assertionZalathar-5/+4
2025-08-15Avoid an unnecessary intermediate `&mut` referenceZalathar-1/+1
2025-08-15Avoid an explicit cast from `*const c_uchar` to `*const c_char`Zalathar-2/+2
2025-07-18Pass wasm exception model to TargetOptionsNikita Popov-0/+2
2025-02-24codegen_llvm: avoid `Deref` impls w/ extern typeDavid Wood-6/+5
2025-02-10rustc_codegen_llvm: Mark items as pub(crate) outside of the llvm moduleDaniel Paoliello-1/+1
2024-12-30rustc_llvm: expose FloatABIType target machine parameterRalf Jung-2/+2
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-09-19Reformat some comments.Nicholas Nethercote-3/+5
2024-09-19Rename a parameter.Nicholas Nethercote-2/+2
2024-07-29Reformat `use` declarations.Nicholas Nethercote-7/+6
2024-07-02Rename the `asm-comments` compiler flag to `verbose-asm`Trevor Gross-2/+2
2023-12-07Add emulated TLS supportquininer-2/+2
2023-09-25Pass name of object file to LLVM so it can correctly emit S_OBJNAMEFlorian Schmiderer-0/+2
2023-09-24Add OwnedTargetMachine to manage llvm:TargetMachine. Uses pointersFlorian Schmiderer-0/+101