about summary refs log tree commit diff
path: root/src/pointer.rs
AgeCommit message (Collapse)AuthorLines
2023-10-09Merge commit '81dc066758ec150b43822d4a0c84aae20fe10f40' into ↵bjorn3-3/+2
sync_cg_clif-2023-10-09
2023-03-15Merge commit 'dec0daa8f6d0a0e1c702f169abb6bf3eee198c67' into ↵bjorn3-5/+0
sync_cg_clif-2023-03-15
2021-03-29Merge commit '0969bc6dde001e01e7e1f58c8ccd7750f8a49ae1' into ↵bjorn3-2/+1
sync_cg_clif-2021-03-29
2021-03-05Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7' into ↵bjorn3-97/+26
sync_cg_clif-2021-03-05
2020-10-08Use the new cranelift-module interfacebjorn3-7/+7
This updates Cranelift to include bytecodealliance/wasmtime#2249
2020-09-23Document almost all modulesbjorn3-0/+4
Fixes #1082
2020-08-28fmt: Run cargo fmt since it is availableCohenArthur-16/+40
2020-04-11Introduce PointerBase::Danglingbjorn3-0/+23
2020-03-27Limit publicness to crate where possible and remove unused importsbjorn3-12/+12
2020-03-24Fix warningsbjorn3-0/+1
2020-03-10Support virtual calls with unsized self argumentbjorn3-7/+0
2019-12-25Don't use stack_{load,store} for vectorsbjorn3-8/+11
2019-12-24Directly depend on cranelift_{codegen,frontend}bjorn3-1/+1
Fixes #838
2019-12-22Improve local ir commentsbjorn3-1/+5
2019-12-20[OPT] Emit stack_{load,store} where possiblebjorn3-19/+72
2019-12-20[OPT] Use load and store offsets instead of iadd_immbjorn3-0/+101