Statistics
| Branch: | Revision:

root / tci.c @ 2a2af967

History | View | Annotate | Download (34.3 kB)

# Date Author Comment
771142c2 11/14/2011 06:47 pm Richard Henderson

tcg: Standardize on TCGReg as the enum for hard registers

Most targets did not name the enum; tci used TCGRegister.

Signed-off-by: Richard Henderson <>
Reviewed-by: Andreas Färber <>
Reviewed-by: Stefan Weil <>...

7657f4bf 10/31/2011 10:52 pm Stefan Weil

tcg: Add interpreter for bytecode

Signed-off-by: Stefan Weil <>