- 15 Apr, 2015 1 commit
-
-
Christoph Mallon authored
-
- 05 Apr, 2015 5 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
Truncate operands only get bigger, so the condition is always true.
-
Christoph Mallon authored
The verifier already ensures that Not cannot have float mode.
-
Christoph Mallon authored
mode_b cannot/must be present in these places, otherwise the verifier would have complained.
-
- 27 Mar, 2015 1 commit
-
-
Christoph Mallon authored
-
- 15 Feb, 2015 2 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
- 14 Feb, 2015 6 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
* Consider the number of transformed inputs instead of original inputs. This differs, when immediate inputs are present. * Do not consider the memory input. * Only scan the outputs, if they are stricly fewer than the inputs. This avoids adding AnyVal inputs in case of equality. This corrects x86code/asm_immediate.c.
-
Christoph Mallon authored
-
Christoph Mallon authored
This corrects x86code/asm_test16.c.
-
Christoph Mallon authored
There might be multiple constraints for the same input position, not just output.
-
Christoph Mallon authored
-
- 13 Feb, 2015 1 commit
-
-
Christoph Mallon authored
-
- 09 Feb, 2015 2 commits
-
-
Christoph Mallon authored
Setting the register class got lost.
-
Christoph Mallon authored
ia32: Remove strange case, which allowed the whole register class, when actually no register is allowed. This lets the register allocator fail instead of silently generating invalid code.
-
- 31 Jan, 2015 1 commit
-
-
Matthias Braun authored
-
- 29 Jan, 2015 1 commit
-
-
Christoph Mallon authored
-
- 28 Jan, 2015 2 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
- 25 Jan, 2015 3 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
- 23 Jan, 2015 2 commits
-
-
yb9976 authored
-
Christoph Mallon authored
-
- 21 Jan, 2015 1 commit
-
-
Christoph Mallon authored
When there is a must_be_different constraint, it must be handled. The mode of the value should not influence this. This was some very old code.
-
- 19 Jan, 2015 1 commit
-
-
Christoph Mallon authored
-
- 18 Jan, 2015 11 commits
-
-
Christoph Mallon authored
This should hold now that no more empty spill infos are generated for Phi arguments.
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
In non-debug builds the simulator now only runs when it was requested, instead of running with an uninitialized state.
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
This removes the last attributes from struct arch_env_t.
-
Christoph Mallon authored
be: Move the info about the register classes and registers struct the arch_env_t into struct arch_isa_if_t.
-
Christoph Mallon authored
Just use the selected isa interface directly.
-