- 20 Nov, 2014 2 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
- 19 Nov, 2014 12 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
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
This also renders get_irg_n_anchors() obsolete, so remove it.
-
Christoph Mallon authored
This is useful for backend development.
-
- 17 Nov, 2014 18 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
* Use enum instead of magic number * Do not unnecessarily lose debug information
-
Christoph Mallon authored
* Provide a function for a full Immediate (entity + constant) and one for just a constant * Place all immediates in the start block * This slightly reduces the inconsistency, that some constant-only Immediates had no_pic_adjust set
-
Christoph Mallon authored
-
Christoph Mallon authored
l_{Shl,Shr,Sar}Dep are long gone. So there are no shift operations with a third input (dependency) anymore.
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
It only worked, if a single value, which was at TOS, should be popped.
-
Christoph Mallon authored
-
Christoph Mallon authored
-
- 16 Nov, 2014 8 commits
-
-
Christoph Mallon authored
ia32: Merge the attributes use_frame, need_stackent, need_32bit_stackent and need_64bit_stackent into one attribute. * Out of the 16 possible combinations of these four boolean attributes, only four are sensible. * This correct the latent bug, that not all of these attributes were compared in ia32_attrs_equal_().
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-