- 04 Dec, 2014 9 commits
-
-
Christoph Mallon authored
Checking the register implicitly covers checking for a data mode.
-
Christoph Mallon authored
-
Christoph Mallon authored
This flag is plain redundant.
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
It returns a null pointer instead of a ia32_NoReg_GP.
-
Christoph Mallon authored
-
Christoph Mallon authored
-
- 03 Dec, 2014 1 commit
-
-
Manuel Mohr authored
-
- 02 Dec, 2014 21 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
This avoids the custom emitter, which just duplicated what the generic machinery does.
-
Christoph Mallon authored
Some callers did not handle it. They cannot be permuted (e.g. Jcc).
-
Christoph Mallon authored
-
Christoph Mallon authored
ia32: Use arch_get_irn_register() instead of arch_get_irn_register_in() where the operand is already available.
-
Christoph Mallon authored
The noreg is always different to any output register.
-
Christoph Mallon authored
-
Matthias Braun authored
Register outputs always need the mode of the register class involved.
-
Matthias Braun authored
Also adds a new INSN_MODE_INVALID for 0 to catch uninitialized values.
-
Matthias Braun authored
-
Matthias Braun authored
I found this neat trick in llvm output, and the existing code was broken anyway.
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
- 30 Nov, 2014 4 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
ir: Use mode_is_float()/mode_is_int() instead of get_mode_sort()/->sort == irms_float_number/irms_int_number.
-
- 29 Nov, 2014 5 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
There are still similar problems left.
-
Matthias Braun authored
-
Matthias Braun authored
-