Files
wasmtime/lib/cretonne
Jakob Stoklund Olesen 27d5543adc Make LiveRange a type alias for GenLiveRange<Layout>.
This makes the whole LiveRange generic over the program order instead of
having a number of methods that are individually program order-generic.
This makes is possible to have data members that depend on the program
order, as we will shortly.

This also gives us stronger type checking on the public LiveRange
methods which now require a Layout argument, not just any program order.
2017-12-06 13:53:24 -08:00
..
2017-12-06 08:30:48 -08:00
2017-08-31 10:44:59 -07:00
2016-10-17 14:44:43 -07:00