- 24 Nov, 2012 3 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
- 13 Nov, 2012 4 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
- 29 Oct, 2012 1 commit
-
-
Matthias Braun authored
-
- 21 Aug, 2012 1 commit
-
-
Matthias Braun authored
-
- 13 Jul, 2012 1 commit
-
-
Christoph Mallon authored
-
- 25 Apr, 2012 1 commit
-
-
Matthias Braun authored
-
- 01 Mar, 2012 1 commit
-
-
Matthias Braun authored
-
- 19 Dec, 2011 1 commit
-
-
Matthias Braun authored
The opcode list was a member of irprog before which wasn't really handled consistently. Also make sure opcodes are properly freed at ir_finish().
-
- 10 Nov, 2011 6 commits
-
-
Matthias Braun authored
This should fix problems with uninitialized backends when be_get_backend_param() wasn't called also calls be_lower_for_target if the user hasn't done so yet.
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
get_backend_irg_list - none of our backends uses it and in the future the backend should drive the compilation and not give hints to a generic driver reg_class_alignment - unused
-
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]
-