Files
wasmtime/lib/cretonne/src/regalloc
Jakob Stoklund Olesen 130c4acf51 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-13 11:59:00 -08:00
2017-01-23 12:43:32 -08:00