- 19 Jun, 2012 4 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
- 18 Jun, 2012 1 commit
-
-
Christoph Mallon authored
-
- 25 Apr, 2012 1 commit
-
-
Matthias Braun authored
-
- 10 Nov, 2011 1 commit
-
-
Matthias Braun authored
-
- 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
-
- 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.
-
- 25 May, 2011 1 commit
-
-
Matthias Braun authored
- The pns of X_regular and X_except are annotated in the opcode now. - The memory input is annotated in the opcode now - only nodes with X_regular, X_except are marked fragile
-
- 28 Feb, 2011 1 commit
-
-
Matthias Braun authored
-
- 18 Nov, 2010 1 commit
-
-
Michael Beck authored
[r28142]
-
- 15 Jul, 2010 2 commits
-
-
Matthias Braun authored
[r27746]
-
Matthias Braun authored
change backend node specification to use whole words instead of cryptical 1-char abreviations for flags [r27745]
-
- 30 Jun, 2010 3 commits
-
-
Robin Redeker authored
[r27683]
-
Robin Redeker authored
[r27680]
-
Robin Redeker authored
[r27679]
-
- 29 Jun, 2010 2 commits
-
-
Robin Redeker authored
[r27674]
-
Robin Redeker authored
[r27669]
-
- 28 Jun, 2010 2 commits
-
-
Robin Redeker authored
[r27667]
-
Robin Redeker authored
amd64: Added Load and FrameAddr transformation. And fixed some corruption bugs w.r.t. node attribute handling. [r27666]
-
- 25 Jun, 2010 2 commits
-
-
Robin Redeker authored
[r27660]
-
Robin Redeker authored
[r27658]
-
- 10 May, 2010 1 commit
-
-
Robin Redeker authored
[r27525]
-
- 06 May, 2010 1 commit
-
-
Robin Redeker authored
[r27495]
-
- 30 Apr, 2010 1 commit
-
-
Robin Redeker authored
[r27458]
-
- 29 Apr, 2010 1 commit
-
-
Robin Redeker authored
[r27454]
-