- 26 Nov, 2014 9 commits
-
-
yb9976 authored
-
yb9976 authored
-
Andreas Zwinkau authored
We already ship with a jinja2 equivalent anyways
-
yb9976 authored
-
yb9976 authored
-
yb9976 authored
-
Matthias Braun authored
Some instructions liks shifts or out/in can only handle some forms of immediates. Make matchers respect that. This fixes backend/ia32_shl.c, although the real question here is probably why that program wasn't folded to a point where the middleend would reduce the shift amount anyway because of the modulo shift mode.
-
Matthias Braun authored
-
Matthias Braun authored
-
- 25 Nov, 2014 6 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
Add callbacks on functions that really need them instead.
-
- 23 Nov, 2014 3 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
When creating an entity for a floatingpoint constant, first try to reduce the size, then check, whether it already exists. This way only a single entity is created for e.g. a double and a float 1.0.
-
- 22 Nov, 2014 1 commit
-
-
Matthias Braun authored
-
- 20 Nov, 2014 13 commits
-
-
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
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
- 19 Nov, 2014 8 commits
-
-
yb9976 authored
-
yb9976 authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
* Also only use the necessary number of bits. * Improve its comment.
-
Christoph Mallon authored
* Classify ',' as "no support" instead of "invalid". * Ignore '!' and '?'.
-
Christoph Mallon authored
* GCC does this, too. * This is sensible, because they apply to all alternatives of a multi-alternative constraint. * This simplifies the implementation and makes some flags obsolete.
-
Christoph Mallon authored
-