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
/
llvm
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-30
Move `MetadataKindId` into its own submodule
Zalathar
-0
/
+2
2025-09-13
initial implementation of the darwin_objc unstable feature
Jo Bates
-0
/
+4
2025-08-26
Assert that LLVM range-attribute values don't exceed 128 bits
Zalathar
-8
/
+18
2025-08-24
Replace the `llvm::Bool` typedef with a proper newtype
Zalathar
-2
/
+2
2025-08-16
Remove `LlvmArchiveBuilder` and supporting code/bindings
Zalathar
-17
/
+0
2025-08-14
Remove lto inline logic
Marcelo Domínguez
-26
/
+0
2025-07-14
Avoid a bunch of unnecessary `unsafe` blocks in cg_llvm
Oli Scherer
-7
/
+3
2025-07-10
Make some "safe" llvm ops actually sound
Oli Scherer
-4
/
+6
2025-06-15
Use `LLVMIntrinsicGetDeclaration` to completely remove the hardcoded intrinsi...
sayantn
-24
/
+4
2025-06-12
Simplify implementation of Rust intrinsics by using type parameters in the cache
sayantn
-1
/
+44
2025-05-12
Auto merge of #140914 - Zalathar:asm-bindings, r=compiler-errors
bors
-0
/
+8
2025-05-11
Rename `OperandBundleOwned` to `OperandBundleBox`
Zalathar
-9
/
+10
2025-05-11
Add a safe wrapper for `LLVMAppendModuleInlineAsm`
Zalathar
-0
/
+8
2025-04-28
remove noinline attribute and add alwaysinline after AD pass
bit-aloo
-0
/
+26
2025-03-25
Reduce visibility of most items in `rustc_codegen_llvm`
Daniel Paoliello
-10
/
+10
2025-02-24
codegen_llvm: avoid `Deref` impls w/ extern type
David Wood
-11
/
+10
2025-02-20
Merge two operations that were always performed together
Oli Scherer
-0
/
+6
2025-02-20
Create safe helper for LLVMSetDLLStorageClass
Oli Scherer
-0
/
+6
2025-02-13
cg_llvm: Reduce visibility of all functions in the llvm module
Daniel Paoliello
-40
/
+48
2025-02-11
Document some safety constraints and use more safe wrappers
Oli Scherer
-0
/
+4
2025-02-06
Remove some unused glob re-exports
Zalathar
-4
/
+0
2025-01-01
upstream rustc_codegen_llvm changes for enzyme/autodiff
Manuel Drehwald
-0
/
+3
2024-11-09
Make `RustString` an extern type to avoid `improper_ctypes` warnings
Zalathar
-7
/
+2
2024-11-03
compiler: Directly use rustc_abi in codegen
Jubilee Young
-1
/
+1
2024-10-30
Clean up FFI calls for operand bundles
Zalathar
-11
/
+27
2024-10-29
Clean up FFI calls for setting module flags
Zalathar
-0
/
+29
2024-10-28
Use a type-safe helper to cast `&str` and `&[u8]` to `*const c_char`
Zalathar
-6
/
+6
2024-10-27
Use LLVM-C APIs for getting/setting visibility
Zalathar
-2
/
+2
2024-10-26
Use LLVM-C APIs for getting/setting linkage
Zalathar
-2
/
+2
2024-10-26
Use safe wrappers `get_visibility` and `set_visibility`
Zalathar
-0
/
+4
2024-10-26
Use safe wrappers `get_linkage` and `set_linkage`
Zalathar
-0
/
+4
2024-10-20
Make `llvm::set_section` take a `&CStr`
Zalathar
-3
/
+2
2024-10-19
cg_llvm: Reuse LLVM-C Comdat support
Jubilee Young
-6
/
+11
2024-10-18
cg_llvm: Switch `llvm::add_global` to `&CStr`
Jubilee Young
-2
/
+1
2024-08-11
Add range attribute to scalar function results and arguments
Andreas Jonson
-1
/
+16
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-9
/
+10
2024-04-01
Use the `Align` type when parsing alignment attributes
beetrees
-2
/
+3
2023-04-19
Recognize AIX style archive kind
Qiu Chaofan
-0
/
+1
2022-11-04
LLVM 16: Switch to using MemoryEffects
Tim Neumann
-0
/
+7
2022-07-27
Rollup merge of #99759 - bjorn3:remove_llvm_dead_code, r=nikic
Yuki Okushi
-6
/
+0
2022-07-26
codegen: use new {re,de,}allocator annotations in llvm
Augie Fackler
-0
/
+8
2022-07-26
Remove dead code from cg_llvm
bjorn3
-6
/
+0
2022-03-03
Pass LLVM string attributes as string slices
Tomasz Miąsko
-4
/
+20
2022-02-28
Remove LLVM attribute removal
Erik Desjardins
-6
/
+0
2022-02-26
Add LLVM attributes in batches instead of individually
Erik Desjardins
-27
/
+46
2022-02-14
llvm: migrate to new parameter-bearing uwtable attr
Augie Fackler
-0
/
+4
2021-12-16
Remove `in_band_lifetimes` from `rustc_codegen_llvm`
LegionMammal978
-10
/
+10
2021-06-23
Use HTTPS links where possible
Smitty
-1
/
+1
2021-06-04
rustc: Store metadata-in-rlibs in object files
Alex Crichton
-44
/
+0
2021-02-02
Add a new ABI to support cmse_nonsecure_call
Hugues de Valon
-0
/
+4
[next]