- 08 Aug, 2012 1 commit
-
-
Christoph Mallon authored
Return the profile init irg from ir_profile_instrument() instead of guessing that it is the last irg.
-
- 05 Aug, 2012 1 commit
-
-
Christoph Mallon authored
-
- 03 Aug, 2012 3 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
- 02 Aug, 2012 8 commits
-
-
Matthias Braun authored
We can now pull instructions from other blocks up and use the annul bits if profitable.
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
- 01 Aug, 2012 1 commit
-
-
Christoph Mallon authored
-
- 30 Jul, 2012 2 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
- 27 Jul, 2012 1 commit
-
-
Matthias Braun authored
-
- 26 Jul, 2012 1 commit
-
-
Matthias Braun authored
so external users can set their own opcode functions.
-
- 25 Jul, 2012 1 commit
-
-
Matthias Braun authored
-
- 24 Jul, 2012 1 commit
-
-
Christoph Mallon authored
-
- 23 Jul, 2012 6 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
Still broken for anything except int f(void) { return 0; } though...
-
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
-