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_ssa
/
src
/
mir
Age
Commit message (
Expand
)
Author
Lines
2021-09-13
Fix debuginfo for ScalarPair abi parameters
Wesley Wiser
-15
/
+10
2021-09-13
Add tracing level for codegen_mir
Wesley Wiser
-0
/
+1
2021-09-12
Auto merge of #88839 - nbdd0121:alignof, r=nagisa
bors
-15
/
+21
2021-09-13
Introduce NullOp::AlignOf
Gary Guo
-15
/
+21
2021-09-09
rename `is_valid_for` to `is_valid`
Andreas Liljeqvist
-1
/
+1
2021-09-09
Make `abi::Abi` `Copy` and remove a *lot* of refs
Andreas Liljeqvist
-14
/
+14
2021-09-09
derive Copy for WrappingRange and Scalar
Andreas Liljeqvist
-1
/
+1
2021-09-09
Add methods for checking for full ranges to `Scalar` and `WrappingRange`
Andreas Liljeqvist
-4
/
+3
2021-09-02
rustc_target: move `LayoutOf` to `ty::layout`.
Eduard-Mihai Burtescu
-10
/
+9
2021-08-30
rustc_target: `TyAndLayout::field` should never error.
Eduard-Mihai Burtescu
-4
/
+2
2021-08-26
update `TypeFlags` to deal with missing ct substs
lcnr
-2
/
+2
2021-08-25
Auto merge of #88242 - bonega:allocation_range, r=oli-obk
bors
-4
/
+4
2021-08-22
Use custom wrap-around type instead of Range
Andreas Liljeqvist
-4
/
+4
2021-08-22
Fix typos “a”→“an”
Frank Steffahn
-1
/
+1
2021-08-05
Prepare call/invoke for opaque pointers
Josh Stone
-4
/
+12
2021-08-04
Prepare inbounds_gep for opaque pointers
Tomasz Miąsko
-3
/
+16
2021-08-04
Prepare gep for opaque pointers
Tomasz Miąsko
-3
/
+5
2021-08-04
Prepare struct_gep for opaque pointers
Tomasz Miąsko
-4
/
+9
2021-08-03
Implement pointer casting.
Charles Lew
-19
/
+8
2021-07-14
consistently treat None-tagged pointers as ints; get rid of some deprecated S...
Ralf Jung
-4
/
+4
2021-07-09
Don't access pointer element type for nontemporal store
Nikita Popov
-5
/
+4
2021-07-09
Fix project_deref() implementation
Nikita Popov
-13
/
+1
2021-07-09
Pass type when creating load
Nikita Popov
-7
/
+18
2021-07-09
Pass type when creating atomic load
Nikita Popov
-5
/
+4
2021-06-21
Auto merge of #86166 - tmiasko:no-alloca-for-zsts, r=nagisa
bors
-93
/
+74
2021-06-15
Refactor to make interpreter and codegen backend neutral to vtable internal r...
Charles Lew
-1
/
+5
2021-06-10
Do not emit alloca for ZST locals with multiple assignments
Tomasz Miąsko
-93
/
+74
2021-06-07
Use preorder traversal when checking for SSA locals
Tomasz Miąsko
-1
/
+4
2021-06-07
Rollup merge of #85965 - tmiasko:a, r=nagisa
Guillaume Gomez
-46
/
+4
2021-06-03
Remove check for projections in a branch without any
Tomasz Miąsko
-13
/
+0
2021-06-03
Remove unused support for `VarDebugInfo`
Tomasz Miąsko
-33
/
+4
2021-05-31
Remove special handling of `box_free` from `LocalAnalyzer`
Tomasz Miąsko
-29
/
+0
2021-05-17
rustc_codegen_ssa: append blocks to functions w/o creating a builder.
Eduard-Mihai Burtescu
-10
/
+12
2021-05-17
rustc_codegen_ssa: only create backend `BasicBlock`s as-needed.
Eduard-Mihai Burtescu
-39
/
+41
2021-05-16
Auto merge of #85316 - eddyb:cg-ssa-on-demand-cleanuppad, r=nagisa
bors
-112
/
+109
2021-05-15
Rollup merge of #85215 - richkadel:ice-fixes-minus-dead-blocks, r=tmandry
Guillaume Gomez
-1
/
+1
2021-05-15
rustc_codegen_ssa: generate MSVC cleanup pads on demand, like GNU landing pads.
Eduard-Mihai Burtescu
-112
/
+109
2021-05-13
Add support for const operands and options to global_asm!
Amanieu d'Antras
-28
/
+6
2021-05-12
`coverageinfo` query needs to use the same MIR as codegen
Rich Kadel
-1
/
+1
2021-05-12
entirely remove rustc_args_required_const attribute
Ralf Jung
-4
/
+0
2021-05-05
Use local and remapped paths where appropriate
Andy Wang
-1
/
+1
2021-04-21
rustc: Use LLVM's new saturating float-to-int intrinsics
Alex Crichton
-132
/
+36
2021-04-08
Fix closed over variables not available in debuginfo for Windows MSVC
Wesley Wiser
-15
/
+51
2021-04-07
Rollup merge of #83916 - Amanieu:asm_anonconst, r=petrochenkov
Dylan DPC
-34
/
+30
2021-04-06
Use AnonConst for asm! constants
Amanieu d'Antras
-34
/
+30
2021-04-02
Translate counters from Rust 1-based to LLVM 0-based counter ids
Rich Kadel
-1
/
+1
2021-03-26
Use iter::zip in compiler/
Josh Stone
-3
/
+1
2021-03-25
Auto merge of #83307 - richkadel:cov-unused-functions-1.1, r=tmandry
bors
-1
/
+1
2021-03-20
update `const_eval_resolve`
lcnr
-2
/
+2
2021-03-20
extract `ConstKind::Unevaluated` into a struct
lcnr
-1
/
+1
[prev]
[next]