Files
wasmtime/lib/cretonne/meta
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
..
2016-12-02 15:50:28 -08:00
2017-01-25 13:35:18 -08:00
2016-11-22 18:15:21 -08:00
2016-10-24 13:27:10 -07:00