]> git.lizzy.rs Git - rust.git/history - src/pointer.rs
Enable Cranelift optimizations when optimizing
[rust.git] / src / pointer.rs
2020-10-08 bjorn3Merge pull request #1093 from bjorn3/use_new_module_int...
2020-10-08 bjorn3Use the new cranelift-module interface
2020-09-23 bjorn3Document almost all modules
2020-08-28 bjorn3Merge pull request #1079 from CohenArthur/fmt-master
2020-08-28 CohenArthurfmt: Run cargo fmt since it is available
2020-04-11 bjorn3Introduce PointerBase::Dangling
2020-03-27 bjorn3Limit publicness to crate where possible and remove...
2020-03-24 bjorn3Fix warnings
2020-03-10 bjorn3Support virtual calls with unsized self argument
2019-12-25 bjorn3Merge pull request #842 from bjorn3/real_simd
2019-12-25 bjorn3Don't use stack_{load,store} for vectors
2019-12-24 bjorn3Directly depend on cranelift_{codegen,frontend}
2019-12-22 bjorn3Improve local ir comments
2019-12-20 bjorn3Merge pull request #839 from bjorn3/fold_offset_into_lo...
2019-12-20 bjorn3[OPT] Emit stack_{load,store} where possible
2019-12-20 bjorn3[OPT] Use load and store offsets instead of iadd_imm