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
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
2020-11-23
Upgrades the coverage map to Version 4
Rich Kadel
-0
/
+12
2020-10-14
Remove unused code from rustc_codegen_*
est31
-5
/
+0
2020-09-30
Add support for cmse_nonsecure_entry attribute
Hugues de Valon
-0
/
+6
2020-08-30
mv compiler to compiler/
mark
-0
/
+310