Files
wasmtime/lib/cretonne/src
Jakob Stoklund Olesen 51fc887a5a Implement a move resolver for the register constraint solver.
After finding a register solution, it need to be executed as a sequence
of regmove instructions. This often requires a topological ordering of
the moves so they don't conflict.

When the solution contains cycles, try to grab an available scratch
register to implement the copies. Panic if that fails (later, we'll
implement emergency spilling in this case).

Make sure we handle odd aliasing in the arm32 floating point register
bank. Not everything is a simple cycle in that case, so make sure we
don't assume so.
2017-05-11 11:54:02 -07:00
..
2017-04-27 12:46:44 -07:00
2017-05-02 11:32:12 -07:00
2017-04-05 09:00:11 -07:00
2017-02-03 12:49:40 -08:00
2017-03-15 11:32:01 -07:00
2017-04-05 09:00:11 -07:00
2017-04-11 16:21:41 -07:00
2017-04-27 12:46:44 -07:00
2017-04-05 09:00:11 -07:00
2017-03-31 13:46:38 -07:00
2016-11-04 12:32:09 -07:00
2017-04-21 09:49:03 -07:00
2017-05-02 11:32:12 -07:00