- 28 Nov, 2012 1 commit
-
-
Matthias Braun authored
- some code cleanup - avoids the case where 2 dumpers are registered
-
- 27 Nov, 2012 1 commit
-
-
Christoph Mallon authored
This also corrects dumping schedule edges.
-
- 24 Nov, 2012 4 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
Projs are not scheduled, so they will fail this test later on.
-
Christoph Mallon authored
-
Christoph Mallon authored
-
- 19 Jul, 2012 1 commit
-
-
Christoph Mallon authored
Remove now redundant (and sometimes wrong) location info from the panic messages.
-
- 10 Jan, 2012 1 commit
-
-
Matthias Braun authored
-
- 14 Dec, 2011 1 commit
-
-
Matthias Braun authored
It should only be used by construction algorithms
-
- 07 Dec, 2011 1 commit
-
-
Matthias Braun authored
-
- 05 Dec, 2011 1 commit
-
-
Matthias Braun authored
-
- 10 Nov, 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)
-
- 20 Apr, 2011 1 commit
-
-
Matthias Braun authored
-
- 16 Mar, 2011 1 commit
-
-
Matthias Braun authored
-
- 04 Mar, 2011 2 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
- 26 Feb, 2011 1 commit
-
-
Michael Beck authored
[r28458]
-
- 08 Feb, 2011 1 commit
-
-
Matthias Braun authored
[r28337]
-
- 06 Feb, 2011 1 commit
-
-
Christoph Mallon authored
[r28330]
-
- 06 Oct, 2010 1 commit
-
-
Matthias Braun authored
[r28037]
-
- 10 Sep, 2010 2 commits
-
-
Matthias Braun authored
[r27995]
-
Matthias Braun authored
[r27992]
-
- 02 Jul, 2010 1 commit
-
-
Matthias Braun authored
[r27693]
-
- 25 Jun, 2010 1 commit
-
-
Matthias Braun authored
[r27653]
-
- 07 Mar, 2010 1 commit
-
-
Matthias Braun authored
- remove a bunch of code which unexpectedly dependent on current_ir_graph being set to something - fix unnecessary double creation of backedge arrays in some cases [r27265]
-
- 18 Sep, 2009 1 commit
-
-
Matthias Braun authored
- Introduced be_Start which is now used instead of iro_Start+be_RegParams - further cleanups and fixes along the way [r26549]
-
- 17 Sep, 2009 2 commits
-
-
Matthias Braun authored
* benodes store the out register requirements in backend_info now (this is work towards killing the register_requirement callbacks) * ir_graph has a pointer to beirg now * Other cleanups [r26540]
-
Matthias Braun authored
[r26535]
-
- 02 Sep, 2009 1 commit
-
-
Christoph Mallon authored
[r26468]
-
- 14 Aug, 2009 1 commit
-
-
Christoph Mallon authored
Do not allocate backend info for Projs. Their tuple hold all info and asking the Projs is plain wrong. [r26337]
-
- 13 Aug, 2009 1 commit
-
-
Matthias Braun authored
- make phi nodes use backend_info instead of phi_handler hashmaps [r26332]
-
- 05 Aug, 2009 1 commit
-
-
Matthias Braun authored
[r26317]
-
- 16 May, 2009 1 commit
-
-
Matthias Braun authored
[r25982]
-
- 24 Oct, 2008 1 commit
-
-
Michael Beck authored
[r23154]
-
- 23 Oct, 2008 1 commit
-
-
Matthias Braun authored
[r23143]
-