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
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
2021-09-02
rustc_target: move `LayoutOf` to `ty::layout`.
Eduard-Mihai Burtescu
-2
/
+3
2021-08-04
Replace LLVMConstInBoundsGEP with LLVMConstInBoundsGEP2*
Tomasz Miąsko
-2
/
+4
2021-07-14
consistently treat None-tagged pointers as ints; get rid of some deprecated S...
Ralf Jung
-1
/
+1
2021-07-14
CTFE/Miri engine Pointer type overhaul: make Scalar-to-Pointer conversion inf...
Ralf Jung
-3
/
+4
2021-06-28
Update other codegens to use tcx managed vtable allocations.
Charles Lew
-0
/
+4
2020-12-22
Update and improve `rustc_codegen_{llvm,ssa}` docs
Camelid
-0
/
+1
2020-11-04
s/Scalar::Raw/Scalar::Int
oli
-2
/
+2
2020-11-04
Split the "raw integer bytes" part out of `Scalar`
Oliver Scherer
-4
/
+4
2020-10-21
rustc_codegen_llvm: expose DILocation to rustc_codegen_ssa.
Eduard-Mihai Burtescu
-0
/
+1
2020-10-21
rustc_codegen_llvm: move DISubprogram creation to a dbg_scope_fn method.
Eduard-Mihai Burtescu
-0
/
+1
2020-09-26
Remove unused #[allow(...)] statements from compiler/
est31
-2
/
+0
2020-08-30
mv compiler to compiler/
mark
-0
/
+341