- 23 Jul, 2012 4 commits
-
-
Matthias Braun authored
You can still attach NoMem if no memory input is present. This makes it more consistent with the Call node and fixes failing get_ASM_mem in case of no memory input.
-
Matthias Braun authored
This makes it consistent with other functions like get_irn_arity(). (Though I must admit that we should change all these functions from "int" to unsigned at some point)
-
Manuel Mohr authored
After the switch to C99, the foreach_ir_nodeset macro introduced a separate loop variable, which shadowed the local variable "irn". Thus, an uninitialized pointer was passed to is_cfop.
-
yb9976 authored
This fixes backend/setmem.c.
-
- 20 Jul, 2012 5 commits
-
-
Christoph Mallon authored
Let list_for_each_entry(), list_for_each_entry_reverse() and list_for_each_entry_safe() declare their iterator variables.
-
Christoph Mallon authored
It is identical to list_for_each(), though its comment claimed otherwise.
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
Let matrix_foreach(), matrix_foreach_in_col() and matrix_foreach_in_row() declare their iterator variables.
-
- 19 Jul, 2012 5 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
Remove now redundant (and sometimes wrong) location info from the panic messages.
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
- 18 Jul, 2012 4 commits
-
-
Christoph Mallon authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
- 17 Jul, 2012 1 commit
-
-
Manuel Mohr authored
-
- 16 Jul, 2012 11 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
Only define functions for which the user provided a renaming #define (instead of forcing the users to create name for everything) Only define iterator struct if a rename #define is present (instead of forcing the user to define NO_ITERATOR if he doesn't want one)
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
also flip true/false in the implementation to match the documentation in irnodeset.h
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Manuel Mohr authored
-
yb9976 authored
-
- 13 Jul, 2012 10 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
Add wrapper macros for pset_first() and pset_next(), which have the return type as additional parameter.
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-