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
/
consts.rs
Age
Commit message (
Expand
)
Author
Lines
2024-07-30
Move is_mingw_gnu_toolchain and i686_decorated_name to cg_ssa
bjorn3
-2
/
+3
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-11
/
+12
2024-07-20
compiler: Never debug_assert in codegen
Jubilee Young
-1
/
+1
2024-07-19
Rollup merge of #121533 - ratmice:wasm_init_fini_array, r=nnethercote
Trevor Gross
-2
/
+8
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_codegen_llvm`.
Nicholas Nethercote
-0
/
+1
2024-04-22
Rollup merge of #124178 - GuillaumeGomez:llvm-backend, r=oli-obk
Guillaume Gomez
-3
/
+4
2024-04-19
Prevent creating the same `Instance::mono` multiple times
Guillaume Gomez
-3
/
+4
2024-04-16
Codegen ZSTs without an allocation
Mark Rousskov
-2
/
+16
2024-03-12
Some comment nits
Oli Scherer
-3
/
+2
2024-03-12
Ensure nested allocations in statics do not get deduplicated
Oli Scherer
-3
/
+18
2024-03-12
Make some functions private that are only ever used in the same module
Oli Scherer
-1
/
+1
2024-03-12
Stop requiring a type when codegenning types. We can get all the type info we...
Oli Scherer
-10
/
+3
2024-03-12
Check whether a static is mutable instead of passing it down
Oli Scherer
-5
/
+5
2024-03-12
Swap the order of a piece of code to make follow up diffs simpler
Oli Scherer
-2
/
+2
2024-03-12
Use information from allocation instead of from the static's type
Oli Scherer
-2
/
+6
2024-03-12
Move `codegen_static` function body to an inherent method in preparation of s...
Oli Scherer
-23
/
+27
2024-03-12
Reduce some duplicate work that is being done around statics
Oli Scherer
-8
/
+18
2024-03-12
Share the llvm type computation between both arms of a condition
Oli Scherer
-5
/
+4
2024-02-23
Handle .init_array link_section specially on wasm
matt rice
-2
/
+8
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-3
/
+3
2023-12-14
Auto merge of #118566 - klensy:cstr-new, r=WaffleLapkin
bors
-4
/
+3
2023-12-07
ctfe interpreter: extend provenance so that it can track whether a pointer is...
Ralf Jung
-6
/
+3
2023-12-03
compiler: replace cstr macro with c str literals in compiler and few other c ...
klensy
-4
/
+3
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-1
/
+1
2023-11-03
consts: remove dead code around `i1` constant values
Augie Fackler
-9
/
+1
2023-10-13
Format all the let chains in compiler
Michael Goulet
-3
/
+10
2023-08-01
Auto merge of #105545 - erikdesjardins:ptrclean, r=bjorn3
bors
-13
/
+7
2023-07-30
inline format!() args up to and including rustc_codegen_llvm
Matthias Krüger
-2
/
+1
2023-07-29
cg_ssa: remove pointee types and pointercast/bitcast-of-ptr
Erik Desjardins
-4
/
+0
2023-07-29
cg_llvm: remove pointee types and pointercast/bitcast-of-ptr
Erik Desjardins
-9
/
+7
2023-07-05
Revert "use new c literals instead of cstr! macro"
León Orell Valerian Liehr
-3
/
+4
2023-06-02
Rollup merge of #111647 - klensy:cstr, r=oli-obk
Matthias Krüger
-4
/
+3
2023-06-01
Use translatable diagnostics in `rustc_const_eval`
Deadbeef
-5
/
+14
2023-05-31
use new c literals instead of cstr! macro
klensy
-4
/
+3
2023-04-05
review
klensy
-10
/
+7
2023-02-16
fix some lines, and do a consistency fix
Tshepang Mbambo
-2
/
+2
2023-02-10
Update the minimum external LLVM to 14
Josh Stone
-8
/
+1
2023-01-25
create and use GlobalAlloc::address_space
Erik Desjardins
-10
/
+3
2023-01-22
abi: add `AddressSpace` field to `Primitive::Pointer`
Erik Desjardins
-1
/
+1
2023-01-17
Remove double spaces after dots in comments
Maybe Waffle
-2
/
+2
2022-12-05
Move linkage type check to HIR analysis and fix semantics issues.
Peter Collingbourne
-14
/
+4
2022-11-29
codegen-llvm: never combine DSOLocal and DllImport
David Rheinsberg
-6
/
+10
2022-11-15
Auto merge of #104054 - RalfJung:byte-provenance, r=oli-obk
bors
-7
/
+5
2022-11-09
Reuse SymbolAlreadyDefined
SLASHLogin
-5
/
+5
2022-11-09
Port LinkageConstOrMutType error
SLASHLogin
-8
/
+3
2022-11-09
Port InvalidMinimumAlignment
SLASHLogin
-1
/
+4
2022-11-06
move InitMask to its own module
Ralf Jung
-3
/
+1
2022-11-06
interpret: support for per-byte provenance
Ralf Jung
-4
/
+4
2022-11-03
Fix Access Violation when using lld & ThinLTO on windows-msvc
Wesley Wiser
-1
/
+3
2022-10-19
Get rid of native_library projection queries
nils
-1
/
+4
[next]