- 24 Nov, 2012 1 commit
-
-
Christoph Mallon authored
-
- 20 Jul, 2012 1 commit
-
-
Christoph Mallon authored
Let list_for_each_entry(), list_for_each_entry_reverse() and list_for_each_entry_safe() declare their iterator variables.
-
- 13 Jul, 2012 7 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
Add wrapper macros for set_first() and set_next(), which have the return type as additional parameter.
-
Christoph Mallon authored
-
- 10 Jul, 2012 1 commit
-
-
Matthias Braun authored
-
- 01 Mar, 2012 2 commits
-
-
Matthias Braun authored
-
Quentin Colombet authored
-
- 05 Dec, 2011 2 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
(no changes in functionality)
-
- 01 Dec, 2011 2 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
(There is a timelimit option in becopyilp anyway)
-
- 10 Nov, 2011 1 commit
-
-
Matthias Braun authored
-
- 20 Oct, 2011 1 commit
-
-
Matthias Braun authored
-
- 15 Aug, 2011 1 commit
-
-
Matthias Braun authored
This tries to get the names in a consistent format. We basically have 2 views on register allocation/constraints now: 1) Register Requirements and Assigments are per-instruction. Each instruction has requirements on its inputs and outputs, register get assigned for outputs of an instruction (assignment is an attribute of an instruction, not of the Proj-nodes). The internal datastructures model this form! The functions here have the form: arch_get_irn_register_req_in(node, input_nr) arch_get_irn_register_in(node, input_nr) arch_get_irn_register_req_out(node, output_nr) arch_set_irn_register_out(node, output_nr, register) 2) Register Requirements and Assignments are on firm-values. This view allows to query/assign requirements and registers at the Proj nodes instead of the repsective predecessors. This is a convenience interface modeled on top of the other! The functions have the form: arch_get_irn_register_req(node) arch_get_irn_register(node) arch_set_irn_register(node, register)
-
- 12 Aug, 2011 2 commits
-
-
Matthias Braun authored
lpp: call the constraint types lpp_{less|greater}_equal because they are a {less|greater} equal operation
-
Matthias Braun authored
-
- 21 Jun, 2011 1 commit
-
-
Matthias Braun authored
-
- 16 Jun, 2011 1 commit
-
-
Matthias Braun authored
-
- 27 Dec, 2010 1 commit
-
-
Michael Beck authored
Note that this is an ugly change because ALL index variables used inside bitset_foreach() MUST be switched to size_t now, or the magical elm != (size_t) -1; will fail :-( [r28199]
-
- 08 Oct, 2010 1 commit
-
-
Matthias Braun authored
[r28071]
-
- 06 Oct, 2010 1 commit
-
-
Matthias Braun authored
[r28030]
-
- 12 Aug, 2010 1 commit
-
-
Matthias Braun authored
[r27924]
-
- 23 Jun, 2010 1 commit
-
-
Matthias Braun authored
[r27647]
-
- 12 Mar, 2010 2 commits
-
-
Matthias Braun authored
[r27293]
-
Matthias Braun authored
[r27291]
-
- 09 Mar, 2010 1 commit
-
-
Matthias Braun authored
[r27277]
-
- 13 Feb, 2010 2 commits
-
-
Christoph Mallon authored
[r27153]
-
Christoph Mallon authored
[r27145]
-
- 06 Sep, 2009 1 commit
-
-
yb9976 authored
[r26498]
-
- 05 Aug, 2009 1 commit
-
-
Matthias Braun authored
[r26317]
-
- 23 Oct, 2008 1 commit
-
-
Matthias Braun authored
Node flags and node registers are stored in a generic backend_info struct now instead of every part of the backend doing custom (and slow) stuff [r23142]
-
- 18 Oct, 2008 1 commit
-
-
Christoph Mallon authored
[r22985]
-
- 15 Oct, 2008 1 commit
-
-
Christoph Mallon authored
[r22896]
-
- 14 Oct, 2008 1 commit
-
-
Christoph Mallon authored
[r22889]
-
- 13 Oct, 2008 1 commit
-
-
yb9976 authored
[r22843]
-