Files
wasmtime/cranelift
Jakob Stoklund Olesen 63a372fd80 Basic spilling implementation.
Add a spilling pass which lowers register pressure by assigning SSA
values to the stack. Important missing features:

- Resolve conflicts where an instruction uses the same value more than
  once in incompatible ways.
- Deal with EBB arguments.

Fix bugs in the reload pass exposed by the first test case:

- Create live ranges for temporary registers.
- Set encodings on created spill and fill instructions.
2017-06-13 13:58:20 -07:00
..
2017-06-10 10:30:37 -07:00
2017-06-13 13:58:20 -07:00
2017-06-07 11:27:22 -07:00
2017-06-10 10:30:37 -07:00
2017-05-08 13:28:49 -07:00
2017-01-25 15:57:43 -08:00
2016-01-12 16:51:35 -08:00