Files
wasmtime/docs
Dan Gohman dc809628f4 Start a very simple GVN pass (#79)
* Skeleton simple_gvn pass.
* Basic testing infrastructure for simple-gvn.
* Add can_load and can_store flags to instructions.
* Move the replace_values function into the DataFlowGraph.
* Make InstructionData derive from Hash, PartialEq, and Eq.
* Make EntityList's hash and eq functions panic.
* Change Ieee32 and Ieee64 to store u32 and u64, respectively.
2017-05-18 18:18:57 -07:00
..
2016-01-12 16:51:35 -08:00
2016-10-28 11:31:22 -07:00
2016-01-21 14:25:16 -08:00
2017-05-02 11:32:12 -07:00
2016-01-12 16:51:35 -08:00
2017-01-25 13:35:18 -08:00
2017-05-18 18:18:57 -07:00