regalloc2 0.15.1

Backtracking register allocator inspired from IonMonkey
Documentation
1
2
3
4
5
6
7
8
9
10
/*
 * Released under the terms of the Apache 2.0 license with LLVM
 * exception. See `LICENSE` for details.
 */

pub mod domtree;
pub mod fastalloc;
pub mod func;
pub mod ion;
pub mod moves;