about summary refs log tree commit diff
path: root/src/pointer.rs
AgeCommit message (Expand)AuthorLines
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