rust/src
Afonso Bordado 156bda8bc7
Avoid masking shift amounts (#1268)
Cranelift 0.87 now follows its own documentation regarding
shift amounts, and implicitly masks them if the arch requires it. [0]

[0]: 0508932174
2022-08-23 12:42:24 +02:00
..
abi Update to Cranelift 0.87.0 2022-08-22 18:53:10 +00:00
debuginfo Update to Cranelift 0.87.0 2022-08-22 18:53:10 +00:00
driver Small cleanup 2022-08-18 19:03:28 +00:00
intrinsics Remove most trap functions and remove all trapnz usages 2022-08-09 12:27:34 +00:00
optimize Remove optimize_function 2022-08-17 13:03:32 +00:00
allocator.rs Rename debugging_opts to unstable_opts 2022-07-13 17:47:06 -05:00
analyze.rs Merge commit '05677b6bd6' into sync_cg_clif-2021-08-06 2021-08-06 16:26:56 +02:00
archive.rs Introduce an ArchiveBuilderBuilder 2022-07-28 09:08:47 +00:00
base.rs Update to Cranelift 0.87.0 2022-08-22 18:53:10 +00:00
cast.rs Merge commit 'c19edfd71a' into sync_cg_clif-2022-07-25 2022-07-25 16:07:57 +02:00
codegen_i128.rs Merge commit '05677b6bd6' into sync_cg_clif-2021-08-06 2021-08-06 16:26:56 +02:00
common.rs Move Span lowering from debuginfo finalization to codegen 2022-08-18 18:19:40 +00:00
compiler_builtins.rs Merge commit '370c397ec9' into sync_cg_clif-2022-03-20 2022-03-20 16:55:21 +01:00
config.rs Merge commit 'f2cdd4a78d' into sync_cg_clif-2022-04-22 2022-04-22 21:11:38 +02:00
constant.rs Merge commit 'c19edfd71a' into sync_cg_clif-2022-07-25 2022-07-25 16:07:57 +02:00
discriminant.rs Remove most trap functions and remove all trapnz usages 2022-08-09 12:27:34 +00:00
global_asm.rs Remove TyCtxt parameter from emit_cgu 2022-08-13 12:18:41 +00:00
inline_asm.rs Update to Cranelift 0.87.0 2022-08-22 18:53:10 +00:00
lib.rs Remove TyCtxt from DebugContext 2022-08-18 15:25:52 +00:00
linkage.rs Sync rustc_codegen_cranelift 'ddd4ce2553' 2021-04-30 14:49:58 +02:00
main_shim.rs Merge commit 'c19edfd71a' into sync_cg_clif-2022-07-25 2022-07-25 16:07:57 +02:00
num.rs Avoid masking shift amounts (#1268) 2022-08-23 12:42:24 +02:00
pointer.rs Merge commit '0969bc6dde' into sync_cg_clif-2021-03-29 2021-03-29 10:45:09 +02:00
pretty_clif.rs Remove TyCtxt field from CodegenCx 2022-08-17 13:43:32 +00:00
toolchain.rs Move some sess.fatal calls out of compile_global_asm 2022-08-12 09:28:41 +00:00
trap.rs Remove most trap functions and remove all trapnz usages 2022-08-09 12:27:34 +00:00
unsize.rs Merge commit 'c19edfd71a' into sync_cg_clif-2022-07-25 2022-07-25 16:07:57 +02:00
value_and_place.rs Update to Cranelift 0.87.0 2022-08-22 18:53:10 +00:00
vtable.rs Turn tcx.vtable_allocation() into a query. 2021-10-07 20:03:00 +02:00