- 27 Sep, 2011 1 commit
-
-
Matthias Braun authored
This was an odd convention from the past, there's no need for it anymore.
-
- 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 1 commit
-
-
Matthias Braun authored
-
- 24 Jun, 2011 1 commit
-
-
Andreas Zwinkau authored
-
- 17 Jun, 2011 2 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
- 16 Jun, 2011 1 commit
-
-
Matthias Braun authored
-
- 11 Jun, 2011 1 commit
-
-
Matthias Braun authored
-
- 27 May, 2011 1 commit
-
-
yb9976 authored
-
- 30 Mar, 2011 1 commit
-
-
Matthias Braun authored
-
- 04 Mar, 2011 1 commit
-
-
Matthias Braun authored
-
- 17 Feb, 2011 1 commit
-
-
Matthias Braun authored
reworked ia32 condition code handling, remove backend Bound support (really someone should lower it before the backend [r28386]
-
- 06 Feb, 2011 2 commits
-
-
Christoph Mallon authored
[r28332]
-
Christoph Mallon authored
[r28330]
-
- 30 Jan, 2011 1 commit
-
-
Michael Beck authored
[r28282]
-
- 28 Jan, 2011 1 commit
-
-
Michael Beck authored
[r28276]
-
- 01 Dec, 2010 1 commit
-
-
Matthias Braun authored
use a 'low-tech' solution for emitting 8- and 16-bit register names. This also fixes a recently introduced bug in ia32_build_8bit_reg_map_high [r28168]
-
- 04 Nov, 2010 1 commit
-
-
Matthias Braun authored
[r28127]
-
- 06 Oct, 2010 2 commits
-
-
Matthias Braun authored
[r28038]
-
Matthias Braun authored
[r28030]
-
- 22 Sep, 2010 1 commit
-
-
Matthias Braun authored
eliminate the unnecessary and especially confusing concept of a 'code_generator' an isa-interface is enough [r28009]
-
- 12 Aug, 2010 1 commit
-
-
Matthias Braun authored
[r27924]
-
- 06 Jul, 2010 1 commit
-
-
Matthias Braun authored
[r27700]
-
- 05 Jul, 2010 1 commit
-
-
Matthias Braun authored
[r27695]
-
- 02 Jul, 2010 1 commit
-
-
Matthias Braun authored
[r27693]
-
- 05 May, 2010 1 commit
-
-
Matthias Braun authored
[r27491]
-
- 15 Mar, 2010 2 commits
-
-
Matthias Braun authored
[r27300]
-
Matthias Braun authored
[r27297]
-
- 13 Feb, 2010 4 commits
-
-
Christoph Mallon authored
[r27153]
-
Christoph Mallon authored
Output proper local lables (starting with .L/L) for the PIC base, switch tables and stabs text marker, too. [r27152]
-
Christoph Mallon authored
[r27151]
-
Matthias Braun authored
[r27149]
-
- 12 Feb, 2010 1 commit
-
-
Matthias Braun authored
[r27129]
-
- 07 Feb, 2010 1 commit
-
-
Michael Beck authored
[r27082]
-
- 06 Feb, 2010 1 commit
-
-
Michael Beck authored
[r27079]
-
- 04 Feb, 2010 1 commit
-
-
Matthias Braun authored
clumsy. Bring back get_entity_visibility and set_entity_visibility [r27039]
-
- 03 Feb, 2010 2 commits
-
-
Matthias Braun authored
[r27032]
-
Matthias Braun authored
- Merge stickyness, visibility and variability into ir_linkage - Add proper support for common symbols, weak symbols and C++ COMDAT stuff - Mark OO-features type_visibility, peculiarity and allocation as deprecated OO feature will be separated from firm core into higher levels in the long run - Rework, simplify and fix bugs in begnuas.c [r27030]
-
- 01 Feb, 2010 2 commits
-
-
Olaf Liebe authored
[r27026]
-
Matthias Braun authored
make the character used for specifying elf types configurable in begnuas and use generic function prolog in arm backend [r27022]
-