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
/
common.rs
Age
Commit message (
Expand
)
Author
Lines
2024-09-24
Auto merge of #130389 - Luv-Ray:LLVMMDNodeInContext2, r=nikic
bors
-1
/
+2
2024-09-23
Check vtable projections for validity in miri
Michael Goulet
-2
/
+2
2024-09-19
Reorder `ConstMethods`.
Nicholas Nethercote
-19
/
+19
2024-09-19
replace some deprecated functions
Luv-Ray
-1
/
+2
2024-09-17
Rename supertraits of `CodegenMethods`.
Nicholas Nethercote
-1
/
+1
2024-08-16
Add `warn(unreachable_pub)` to `rustc_codegen_llvm`.
Nicholas Nethercote
-11
/
+11
2024-08-12
Rollup merge of #128537 - Jamesbarford:118980-const-vector, r=RalfJung,nikic
Guillaume Gomez
-5
/
+5
2024-08-08
const vector passed to codegen
James Barford-Evans
-5
/
+5
2024-07-30
Move is_mingw_gnu_toolchain and i686_decorated_name to cg_ssa
bjorn3
-65
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-8
/
+8
2024-07-02
Miri function identity hack: account for possible inlining
Ralf Jung
-2
/
+2
2024-06-21
Remove const_bitcast from ConstMethods
bjorn3
-4
/
+0
2024-06-10
ScalarInt: size mismatches are a bug, do not delay the panic
Ralf Jung
-1
/
+1
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_codegen_llvm`.
Nicholas Nethercote
-0
/
+1
2024-04-16
Codegen ZSTs without an allocation
Mark Rousskov
-16
/
+33
2024-03-23
Add+Use `mir::BinOp::Cmp`
Scott McMurray
-0
/
+4
2024-03-10
Fix 32-bit overflows in LLVM composite constants
erer1243
-8
/
+9
2023-12-07
ctfe interpreter: extend provenance so that it can track whether a pointer is...
Ralf Jung
-2
/
+2
2023-11-15
Ensure strings created with `const_str` get the `unnamed_addr` attribute
Thom Chiovoloni
-0
/
+1
2023-08-01
Auto merge of #105545 - erikdesjardins:ptrclean, r=bjorn3
bors
-14
/
+4
2023-07-30
inline format!() args up to and including rustc_codegen_llvm
Matthias Krüger
-2
/
+2
2023-07-29
cg_ssa: remove pointee types and pointercast/bitcast-of-ptr
Erik Desjardins
-5
/
+1
2023-07-29
cg_llvm: remove pointee types and pointercast/bitcast-of-ptr
Erik Desjardins
-9
/
+3
2023-07-10
Reuse LLVMConstInBoundsGEP2
Jubilee Young
-2
/
+2
2023-06-10
Support 128-bit enum variant in debuginfo codegen
DonoughLiu
-0
/
+4
2023-05-26
Stop creating intermediate places just to immediate convert them to operands
Oli Scherer
-32
/
+17
2023-04-18
Store hashes in special types so they aren't accidentally encoded as numbers
Ben Kimock
-2
/
+2
2023-04-01
use and_then/flat_map for map().flatten()
Matthias Krüger
-2
/
+1
2023-03-16
Use poison instead of undef
Nikita Popov
-0
/
+4
2023-02-25
Name LLVM anonymous constants by a hash of their contents
John Kåre Alsaker
-2
/
+8
2023-01-22
abi: add `AddressSpace` field to `Primitive::Pointer`
Erik Desjardins
-2
/
+2
2022-09-09
Introduce a fallible variant of LLVMConstIntGetZExtValue
Tomasz Miąsko
-1
/
+5
2022-09-06
Remove dead broken code from const zst handling in backends
Oli Scherer
-4
/
+0
2022-09-01
Always import all tracing macros for the entire crate instead of piecemeal by...
Oli Scherer
-1
/
+0
2022-08-26
Implementation of import_name_type
Daniel Paoliello
-0
/
+76
2022-07-20
slightly cleaner, if more verbose, vtable handling in codegen backends
Ralf Jung
-8
/
+9
2022-07-20
consistently use VTable over Vtable (matching stable stdlib API RawWakerVTable)
Ralf Jung
-2
/
+2
2022-07-20
add a Vtable kind of symbolic allocations
Ralf Jung
-0
/
+8
2022-07-09
don't allow ZST in ScalarInt
Ralf Jung
-5
/
+4
2022-07-08
Auto merge of #98638 - bjorn3:less_string_interning, r=tmiasko
bors
-17
/
+21
2022-06-30
llvm-wrapper: adapt for LLVMConstExtractValue removal
Krasimir Georgiev
-2
/
+1
2022-06-28
Avoid unnecessary string interning for const_str
bjorn3
-17
/
+21
2022-04-05
Mark scalar layout unions so that backends that do not support partially init...
Oli Scherer
-5
/
+5
2022-04-02
make memcmp return a value of c_int_width instead of i32
David Morrison
-0
/
+4
2022-03-07
Auto merge of #94638 - erikdesjardins:noextranull, r=nagisa
bors
-28
/
+16
2022-03-07
Introduce `ConstAllocation`.
Nicholas Nethercote
-6
/
+8
2022-03-06
cleanup: remove unused ability to have LLVM null-terminate const strings
Erik Desjardins
-28
/
+16
2021-12-16
Remove `in_band_lifetimes` from `rustc_codegen_llvm`
LegionMammal978
-6
/
+10
2021-12-09
Remove redundant [..]s
est31
-1
/
+1
2021-09-09
Make `abi::Abi` `Copy` and remove a *lot* of refs
Andreas Liljeqvist
-1
/
+1
[next]