[PATCH] x86: improve naming of multiplication operations in LIR

2009-04-15 Thread Arthur HUILLET
MUL_MEMBASE_REG and MUL_REG_REG have been renamed to MUL_*_EAX because of the implicit eax operand of the x86 mul instruction. MUL_REG_REG was introduced and emits the x86 imul instruction that does not have implicit operands. Signed-off-by: Arthur HUILLET arthur.huil...@free.fr ---

[PATCH] Added support for LIR tracing. Implemented for x86.

2009-04-15 Thread Arthur HUILLET
Signed-off-by: Arthur HUILLET arthur.huil...@free.fr --- Hi, this patch adds a LIR tracer. It has only been implemented for x86 so I assume you will have to tweak it a bit before merging it upstream. It seems to work fine here, so please apply. arch/x86/Makefile_32