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_cranelift
/
src
/
base.rs
Age
Commit message (
Expand
)
Author
Lines
2022-09-12
Make x.py check work
Eric Holk
-0
/
+4
2022-09-06
Generalize the Assume intrinsic statement to a general Intrinsic statement
Oli Scherer
-16
/
+25
2022-09-06
Lower the assume intrinsic to a MIR statement
Oli Scherer
-0
/
+2
2022-08-31
Rollup merge of #100730 - CleanCut:diagnostics-rustc_monomorphize, r=davidtwco
Ralf Jung
-2
/
+5
2022-08-26
Replace `Body::basic_blocks()` with field access
Tomasz Miąsko
-2
/
+2
2022-08-25
adjust to new error value
Nathan Stocks
-2
/
+5
2022-08-24
Merge commit 'e9d1a0a7b0b28dd422f1a790ccde532acafbf193' into sync_cg_clif-202...
bjorn3
-118
/
+109
2022-07-25
Merge commit 'c19edfd71a1d0ddef86c2c67fdb40718d40a72b4' into sync_cg_clif-202...
bjorn3
-10
/
+29
2022-07-20
Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r=estebank"
Oli Scherer
-1
/
+0
2022-07-15
Introduce opaque type to hidden type projection
Oli Scherer
-0
/
+1
2022-07-12
add new rval, pull deref early
ouz-a
-0
/
+5
2022-07-05
Auto merge of #96862 - oli-obk:enum_cast_mir, r=RalfJung
bors
-23
/
+0
2022-06-30
Recover when failing to normalize closure signature.
Camille GILLOT
-0
/
+1
2022-06-30
Change enum->int casts to not go through MIR casts.
Oli Scherer
-23
/
+0
2022-06-14
Rename the `ConstS::val` field as `kind`.
Nicholas Nethercote
-1
/
+1
2022-06-02
add cast kind of from_exposed_addr (int-to-ptr casts)
Ralf Jung
-1
/
+3
2022-06-01
rename PointerAddress → PointerExposeAddress
Ralf Jung
-1
/
+5
2022-05-31
Add a pointer to address cast kind
Tomasz Miąsko
-1
/
+1
2022-05-23
Refactor call terminator to always hold a destination place
Jakob Degen
-0
/
+2
2022-05-15
Merge commit '63734fcdd718cca089f84c42f3a42c0096cfd431' into sync_cg_clif-202...
bjorn3
-8
/
+18
2022-04-22
Merge commit 'f2cdd4a78d89c009342197cf5844a21f8aa813df' into sync_cg_clif-202...
bjorn3
-1
/
+2
2022-04-11
Add new `Deinit` statement kind
Jakob Degen
-0
/
+1
2022-03-20
Merge commit '370c397ec9169809e5ad270079712e0043514240' into sync_cg_clif-202...
bjorn3
-12
/
+23
2022-02-23
Merge commit '35d9c6bf256968e1b40e0d554607928bdf9cebea' into sync_cg_clif-202...
bjorn3
-16
/
+40
2022-02-15
Overhaul `Const`.
Nicholas Nethercote
-1
/
+1
2022-02-15
Overhaul `TyS` and `Ty`.
Nicholas Nethercote
-4
/
+4
2022-01-12
Remove deprecated LLVM-style inline assembly
Tomasz Miąsko
-12
/
+0
2022-01-03
Rollup merge of #90102 - nbdd0121:box3, r=jonas-schievink
Matthias Krüger
-25
/
+0
2021-12-20
Merge commit '97e504549371d7640cf011d266e3c17394fdddac' into sync_cg_clif-202...
bjorn3
-11
/
+7
2021-12-03
cg_cranelift: check may_unwind flag instead of cleanup
cynecx
-2
/
+3
2021-12-03
LLVM codgen support for unwinding inline assembly
cynecx
-6
/
+15
2021-10-20
Remove NullOp::Box
Gary Guo
-25
/
+0
2021-09-25
Introduce `Rvalue::ShallowInitBox`
Gary Guo
-0
/
+7
2021-09-18
Querify `fn_abi_of_{fn_ptr,instance}`.
Eduard-Mihai Burtescu
-1
/
+1
2021-09-18
ty::layout: replicate `layout_of` setup for `fn_abi_of_{fn_ptr,instance}`.
Eduard-Mihai Burtescu
-3
/
+2
2021-09-13
Introduce NullOp::AlignOf
Gary Guo
-3
/
+8
2021-09-07
Move the dataflow framework to its own crate.
Camille GILLOT
-1
/
+1
2021-08-06
Merge commit '05677b6bd6c938ed760835d9b1f6514992654ae3' into sync_cg_clif-202...
bjorn3
-2
/
+0
2021-07-07
Merge commit '3a31c6d8272c14388a34622193baf553636fe470' into sync_cg_clif-202...
bjorn3
-4
/
+21
2021-05-27
Merge commit '40dd3e2b7089b5e96714e064b731f6dbf17c61a9' into sync_cg_clif-202...
bjorn3
-7
/
+6
2021-04-30
Sync rustc_codegen_cranelift 'ddd4ce25535cf71203ba3700896131ce55fde795'
Erin Power
-111
/
+35
2021-03-29
Merge commit '0969bc6dde001e01e7e1f58c8ccd7750f8a49ae1' into sync_cg_clif-202...
bjorn3
-35
/
+28
2021-03-09
Build StKind::CopyOverlapping
kadmin
-2
/
+13
2021-03-09
Update cranelift
kadmin
-0
/
+10
2021-03-08
Auto merge of #82727 - oli-obk:shrinkmem, r=pnkfelix
bors
-2
/
+2
2021-03-05
Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7' into sync_cg_clif-202...
bjorn3
-189
/
+82
2021-03-05
Shrink the size of Rvalue by 16 bytes
Oli Scherer
-2
/
+2
2021-02-01
Merge commit 'd556c56f792756dd7cfec742b9f2e07612dc10f4' into sync_cg_clif-202...
bjorn3
-2
/
+13
2020-12-27
Merge commit 'dbee13661efa269cb4cd57bb4c6b99a19732b484' into sync_cg_clif-202...
bjorn3
-6
/
+30
2020-11-27
Merge commit '5988bbd24aa87732bfa1d111ba00bcdaa22c481a' into sync_cg_clif-202...
bjorn3
-5
/
+26
[next]