- 10 Nov, 2011 2 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
- 27 Oct, 2011 1 commit
-
-
Matthias Braun authored
This also means that dependent modules like bedbgout should be initialized by begnuas.
-
- 17 Aug, 2011 2 commits
-
-
Matthias Braun authored
So we are not forced to use the generic be_Spill, be_Reload functions which don't work correctly with double-width register requirements. This should really fix sparc float spill/reload this time.
-
Christoph Mallon authored
If req2 was limited and req1 wasn't, then it incorrectly returned true.
-
- 15 Aug, 2011 2 commits
-
-
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)
-
Matthias Braun authored
-
- 12 Aug, 2011 1 commit
-
-
Matthias Braun authored
-
- 08 Jun, 2011 1 commit
-
-
Michael Beck authored
The callee/caller saved information is not constant accross different ABI's, so don't make it constant. Instead, all BE that still use beabi provide a callback now. This allows to implement support for x64_64/Win32 and is a necessary step for the combined x86 BE.
-
- 08 Apr, 2011 1 commit
-
-
Matthias Braun authored
-
- 16 Mar, 2011 1 commit
-
-
Matthias Braun authored
-
- 25 Jan, 2011 1 commit
-
-
Michael Beck authored
[r28272]
-
- 06 Dec, 2010 1 commit
-
-
Michael Beck authored
Only makes it hard to search for arch_register_type_* flags. [r28185]
-
- 01 Dec, 2010 1 commit
-
-
Matthias Braun authored
[r28172]
-
- 19 Nov, 2010 1 commit
-
-
Michael Beck authored
[r28145]
-
- 04 Nov, 2010 1 commit
-
-
Matthias Braun authored
[r28127]
-
- 08 Oct, 2010 1 commit
-
-
Matthias Braun authored
[r28071]
-
- 06 Oct, 2010 2 commits
-
-
Matthias Braun authored
[r28039]
-
Matthias Braun authored
[r28038]
-
- 22 Sep, 2010 3 commits
-
-
Matthias Braun authored
[r28010]
-
Matthias Braun authored
eliminate the unnecessary and especially confusing concept of a 'code_generator' an isa-interface is enough [r28009]
-
Matthias Braun authored
[r28008]
-
- 10 Sep, 2010 1 commit
-
-
Matthias Braun authored
[r27995]
-
- 09 Aug, 2010 1 commit
-
-
Matthias Braun authored
[r27909]
-
- 05 Aug, 2010 1 commit
-
-
Matthias Braun authored
backend: created a (not so nice) macro to iterate over all values defined by an instruction. This avoids lots of small-scale code duplication in the spillers and the prefallocator [r27874]
-
- 29 Jul, 2010 1 commit
-
-
Matthias Braun authored
[r27846]
-
- 27 Jul, 2010 1 commit
-
-
Matthias Braun authored
[r27828]
-
- 16 Jul, 2010 1 commit
-
-
Matthias Braun authored
[r27754]
-
- 14 Jul, 2010 1 commit
-
-
Matthias Braun authored
refactoring: set_frame_entity is a special callbacks for users of the advanced spillslot coalescing interface and not a generic bearch callback thingy anymore [r27736]
-
- 09 Jul, 2010 1 commit
-
-
Matthias Braun authored
[r27725]
-
- 02 Jul, 2010 1 commit
-
-
Matthias Braun authored
[r27693]
-
- 25 Jun, 2010 1 commit
-
-
Matthias Braun authored
[r27652]
-
- 23 Jun, 2010 3 commits
-
-
Matthias Braun authored
remove the (mis-)feature of arch_get_irn_reg_req_out working on mode_T nodes and retruning no_reqs in this case [r27648]
-
Matthias Braun authored
remove arch_irn_class_is macro as it hides usages of arch_irn_class_XXX from grep, also remove useless safety checks against classify of Projs returning wrong values [r27645]
-
Matthias Braun authored
[r27644]
-
- 12 Mar, 2010 1 commit
-
-
Matthias Braun authored
[r27293]
-
- 14 Feb, 2010 1 commit
-
-
Christoph Mallon authored
Some more cleanup: Put the return type and other specifiers on the same line as the declarator of a function declaration. [r27155]
-
- 18 Sep, 2009 2 commits
-
-
Matthias Braun authored
- Introduced be_Start which is now used instead of iro_Start+be_RegParams - further cleanups and fixes along the way [r26549]
-
Matthias Braun authored
- Add a generic requirements+register+flag dumper to bearch; This avoids all backends/benode having their own slightly different dumpers - Lots of cleanups in the backends along the way [r26542]
-
- 17 Sep, 2009 1 commit
-
-
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]
-