rust/src
bjorn3 89c67a87bc Remove option to select regalloc algorithm
The main branch of Cranelift has switched to a new register allocator.
This register allocator doesn't have any alternative regalloc algorithms
unlike the old register allocator.
2022-04-17 19:41:28 +02:00
..
abi Merge commit '370c397ec9169809e5ad270079712e0043514240' into sync_cg_clif-2022-03-20 2022-03-20 16:55:21 +01:00
bin Merge commit '370c397ec9169809e5ad270079712e0043514240' into sync_cg_clif-2022-03-20 2022-03-20 16:55:21 +01:00
debuginfo Merge commit '370c397ec9169809e5ad270079712e0043514240' into sync_cg_clif-2022-03-20 2022-03-20 16:55:21 +01:00
driver Cleanup after some refactoring in rustc_target 2022-04-03 21:29:57 +02:00
intrinsics Use fma(f) libm function for simd_fma intrinsic 2022-03-25 20:42:58 +01:00
optimize Merge commit '35d9c6bf256968e1b40e0d554607928bdf9cebea' into sync_cg_clif-2022-02-23 2022-02-23 11:49:34 +01:00
allocator.rs Add -Z oom={panic,abort} command-line option 2022-03-03 12:58:38 +00:00
analyze.rs Merge commit '05677b6bd6c938ed760835d9b1f6514992654ae3' into sync_cg_clif-2021-08-06 2021-08-06 16:26:56 +02:00
archive.rs Unconditionally update symbols 2022-02-10 18:27:18 +01:00
base.rs Merge commit '370c397ec9169809e5ad270079712e0043514240' into sync_cg_clif-2022-03-20 2022-03-20 16:55:21 +01:00
cast.rs Fix saturating float casts test 2022-03-25 19:32:14 +01:00
codegen_i128.rs Merge commit '05677b6bd6c938ed760835d9b1f6514992654ae3' into sync_cg_clif-2021-08-06 2021-08-06 16:26:56 +02:00
common.rs Improve AdtDef interning. 2022-03-11 13:31:24 +11:00
compiler_builtins.rs Merge commit '370c397ec9169809e5ad270079712e0043514240' into sync_cg_clif-2022-03-20 2022-03-20 16:55:21 +01:00
config.rs Remove option to select regalloc algorithm 2022-04-17 19:41:28 +02:00
constant.rs Sync from rust 3153584170 2022-03-19 13:28:22 +01:00
discriminant.rs Merge commit '370c397ec9169809e5ad270079712e0043514240' into sync_cg_clif-2022-03-20 2022-03-20 16:55:21 +01:00
inline_asm.rs Take CodegenFnAttrs into account when validating asm! register operands 2022-02-21 18:28:22 +00:00
lib.rs Remove option to select regalloc algorithm 2022-04-17 19:41:28 +02:00
linkage.rs
main_shim.rs Normalize main return type during mono item collection & codegen 2022-02-23 22:33:50 +01:00
num.rs Fix NaN handling of simd float min and max operations 2022-03-25 20:25:11 +01:00
pointer.rs
pretty_clif.rs Addressed comments by @compiler-errors and @bjorn3 2022-03-30 17:04:46 -04:00
toolchain.rs Unify duplicate linker_and_flavor methods in rustc_codegen_{cranelift,ssa}. 2021-06-05 21:59:41 -07:00
trap.rs Merge commit '370c397ec9169809e5ad270079712e0043514240' into sync_cg_clif-2022-03-20 2022-03-20 16:55:21 +01:00
unsize.rs Improve AdtDef interning. 2022-03-11 13:31:24 +11:00
value_and_place.rs Improve AdtDef interning. 2022-03-11 13:31:24 +11:00
vtable.rs Turn tcx.vtable_allocation() into a query. 2021-10-07 20:03:00 +02:00