]> git.lizzy.rs Git - rust.git/history - src/optimize/mod.rs
Rollup merge of #81618 - bjorn3:sync_cg_clif-2021-02-01, r=bjorn3
[rust.git] / src / optimize / mod.rs
2020-10-15 bjorn3Fix a compilation error in debug mode
2020-10-15 bjorn3Fix warning
2020-09-23 bjorn3Document almost all modules
2020-08-30 bjorn3Optimize SwitchInt for bools
2020-08-28 bjorn3Merge pull request #1079 from CohenArthur/fmt-master
2020-08-28 CohenArthuroptimize: Remove conditional compilation on instance
2020-08-28 CohenArthurfmt: Run cargo fmt since it is available
2020-06-16 bjorn3Only call build_value_labels_ranges when necessary
2020-05-29 bjorn3Merge pull request #1022 from osa1/clif_dump_in_release...
2020-05-29 Ömer Sinan AğacanDump clif with --emit llvm-ir in release mode
2020-03-27 bjorn3Limit publicness to crate where possible and remove...
2020-03-24 bjorn3Fix warnings
2020-03-20 bjorn3Add clif ir comments for stack2reg opt
2020-02-14 bjorn3Update Cranelift for basic blocks
2020-01-11 bjorn3Move all cold code to the end of the function
2020-01-04 bjorn3Merge pull request #853 from bjorn3/opt_stack2reg
2019-12-31 bjorn3Disable stack2reg opt when optimizations are disabled
2019-12-31 bjorn3Don't print debug messages in release mode
2019-12-31 bjorn3Check for cross-ebb temporal overlap between loads...
2019-12-31 bjorn3[WIP] Add stack2reg optimization pass