about summary refs log tree commit diff
path: root/src/pointer.rs
AgeCommit message (Expand)AuthorLines
2023-10-09Merge commit '81dc066758ec150b43822d4a0c84aae20fe10f40' into sync_cg_clif-202...bjorn3-3/+2
2023-03-15Merge commit 'dec0daa8f6d0a0e1c702f169abb6bf3eee198c67' into sync_cg_clif-202...bjorn3-5/+0
2021-03-29Merge commit '0969bc6dde001e01e7e1f58c8ccd7750f8a49ae1' into sync_cg_clif-202...bjorn3-2/+1
2021-03-05Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7' into sync_cg_clif-202...bjorn3-97/+26
2020-10-08Use the new cranelift-module interfacebjorn3-7/+7
2020-09-23Document almost all modulesbjorn3-0/+4
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
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