Files
wasmtime/lib/cretonne/src
Jakob Stoklund Olesen 672e4abd7e Compute register class intersections.
Ensure that the set of register classes is closed under intersection.

Provide a RegClass::intersect() method which finds the register class
representing the intersection of two classes.

Generate a bit-mask of subclasses for each register class to be used by
the intersect() method.

Ensure that register classes are sorted topologically. This is also used
by the intersect() method.
2017-01-25 13:57:43 -08:00
..
2017-01-25 13:57:43 -08:00
2016-10-24 13:27:10 -07:00
2017-01-20 09:35:57 -08:00
2017-01-19 13:10:32 -08:00
2016-10-24 13:27:10 -07:00
2016-11-04 12:32:09 -07:00
2017-01-13 11:59:00 -08:00