index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_codegen_llvm
/
src
/
back
/
owned_target_machine.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-25
Use `LLVMDisposeTargetMachine`
Zalathar
-3
/
+1
2025-09-18
Move target machine command-line quoting from C++ to Rust
Zalathar
-8
/
+6
2025-08-15
Simplify the `args_cstr_buff` assertion
Zalathar
-5
/
+4
2025-08-15
Avoid an unnecessary intermediate `&mut` reference
Zalathar
-1
/
+1
2025-08-15
Avoid an explicit cast from `*const c_uchar` to `*const c_char`
Zalathar
-2
/
+2
2025-07-18
Pass wasm exception model to TargetOptions
Nikita Popov
-0
/
+2
2025-02-24
codegen_llvm: avoid `Deref` impls w/ extern type
David Wood
-6
/
+5
2025-02-10
rustc_codegen_llvm: Mark items as pub(crate) outside of the llvm module
Daniel Paoliello
-1
/
+1
2024-12-30
rustc_llvm: expose FloatABIType target machine parameter
Ralf Jung
-2
/
+2
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-09-19
Reformat some comments.
Nicholas Nethercote
-3
/
+5
2024-09-19
Rename a parameter.
Nicholas Nethercote
-2
/
+2
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-7
/
+6
2024-07-02
Rename the `asm-comments` compiler flag to `verbose-asm`
Trevor Gross
-2
/
+2
2023-12-07
Add emulated TLS support
quininer
-2
/
+2
2023-09-25
Pass name of object file to LLVM so it can correctly emit S_OBJNAME
Florian Schmiderer
-0
/
+2
2023-09-24
Add OwnedTargetMachine to manage llvm:TargetMachine. Uses pointers
Florian Schmiderer
-0
/
+101