- 15 Feb, 2015 10 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
The generator stuff is not speed critical and this avoids polluting our source directories.
-
Matthias Braun authored
-
Matthias Braun authored
This way we are independent of the type of specfile.
-
Matthias Braun authored
-
Matthias Braun authored
Otherwise the jFirm binding generator has a hard time determining the class hierarchies because there is no __base__ field.
-
Matthias Braun authored
-
Matthias Braun authored
Also improve the comment a bit
-
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 4 commits
-
-
yb9976 authored
This fixes opt/fehler288.c.
-
yb9976 authored
-
yb9976 authored
-
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.
-
- 05 Feb, 2015 1 commit
-
-
yb9976 authored
-
- 04 Feb, 2015 4 commits
-
-
yb9976 authored
This fixes opt/fehler287.c.
-
yb9976 authored
We should reach all blocks via control flow or keep alive edges.
-
Christoph Mallon authored
tarval_neg() flips the sign of the nan, so you do not get the same nan out.
-
Christoph Mallon authored
It was just copied from test_binop_nan_() and now tests the same thing n times.
-
- 01 Feb, 2015 5 commits
-
-
Christoph Mallon authored
-
yb9976 authored
-
Christoph Mallon authored
Now the mantissa is correctly transferred, i.e. it is aligned at the most significant bit.
-
Christoph Mallon authored
-
Christoph Mallon authored
-
- 31 Jan, 2015 2 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
- 30 Jan, 2015 4 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
All unreachable blocks are cut off by apply_cf() already and all Phis adjusted accordingly. Therefore no nodes in unreachable blocks can be reached anymore.
-
Christoph Mallon authored
-
Christoph Mallon authored
-
- 29 Jan, 2015 2 commits
-
-
Christoph Mallon authored
-
yb9976 authored
This fixes opt/combo11.c.
-