- 18 Jul, 2014 1 commit
-
-
Matthias Braun authored
Move the values interfere function to belive.h, move the inline implementation into belive.c
-
- 28 May, 2014 1 commit
-
-
Matthias Braun authored
-
- 04 May, 2013 1 commit
-
-
Matthias Braun authored
It has been empty for nearly all systems. People who used to put stuff in config.h can still create a config.h on their own and inject -include (gcc) or /FI (msvc) into their CPPFLAGS.
-
- 21 Dec, 2012 1 commit
-
-
yb9976 authored
-
- 19 Dec, 2012 1 commit
-
-
Christoph Mallon authored
-
- 16 Dec, 2012 6 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
- Avoid the quite expensive be_ifg_degree(). - Check while collecting the neighbours, instead of first collecting all, then testing whether they form a clique.
-
- 15 Dec, 2012 2 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
- 12 Dec, 2012 1 commit
-
-
Matthias Braun authored
Just state the copyright and the project the files belong to. You can then find the COPYING file for the whole project.
-
- 07 Dec, 2012 2 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
- 25 Nov, 2012 2 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
- 24 Oct, 2012 1 commit
-
-
Matthias Braun authored
-
- 06 Jun, 2012 1 commit
-
-
Matthias Braun authored
-
- 01 Mar, 2012 2 commits
-
-
Matthias Braun authored
-
Quentin Colombet authored
-
- 05 Dec, 2011 1 commit
-
-
Matthias Braun authored
(no changes in functionality)
-
- 01 Dec, 2011 2 commits
-
-
Matthias Braun authored
Fix the size reduction stuff which happily assigned non-allocatable registers. It worked by chance on x86 as all non-allocatable registers come last.
-
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)
-
- 12 Aug, 2011 1 commit
-
-
Matthias Braun authored
-
- 21 Jun, 2011 1 commit
-
-
Matthias Braun authored
-
- 16 Jun, 2011 2 commits
-
-
Sebastian Hack authored
adapted to changes
-
Matthias Braun authored
-
- 06 Jul, 2010 1 commit
-
-
Matthias Braun authored
[r27702]
-
- 02 Jul, 2010 1 commit
-
-
Matthias Braun authored
[r27693]
-
- 23 Jun, 2010 1 commit
-
-
Matthias Braun authored
[r27647]
-
- 09 Mar, 2010 1 commit
-
-
Matthias Braun authored
[r27277]
-
- 13 Feb, 2010 2 commits
-
-
Christoph Mallon authored
[r27153]
-
Christoph Mallon authored
[r27145]
-
- 02 Sep, 2009 1 commit
-
-
Christoph Mallon authored
[r26468]
-
- 05 Aug, 2009 1 commit
-
-
Matthias Braun authored
[r26317]
-
- 18 Oct, 2008 1 commit
-
-
Christoph Mallon authored
[r22985]
-