- 15 Sep, 2014 2 commits
-
-
Matthias Braun authored
Make the list scheduler a set of helper functions, instead of a complex design with a set of callbacks. Simplified list scheduler code.
-
Matthias Braun authored
-
- 21 Aug, 2014 2 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
- 16 May, 2014 1 commit
-
-
Matthias Braun authored
-
- 10 Apr, 2014 1 commit
-
-
Christoph Mallon authored
-
- 17 Feb, 2014 1 commit
-
-
Christoph Mallon authored
-
- 28 Oct, 2013 1 commit
-
-
Matthias Braun authored
All users of NEW_ARR_A used it to construct a simple array, yet noone cared about it actually being an array with a length field in front. For this simple use case you should use ALLOCAN.
-
- 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.
-
- 29 Jan, 2013 1 commit
-
-
Matthias Braun 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.
-
- 27 Nov, 2012 3 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
The test simply makes no sense.
-
Christoph Mallon authored
-
- 13 Jul, 2012 1 commit
-
-
Christoph Mallon authored
-
- 06 Jun, 2012 1 commit
-
-
Matthias Braun authored
-
- 10 Nov, 2011 1 commit
-
-
Matthias Braun authored
-
- 20 Oct, 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)
-
- 21 Jun, 2011 1 commit
-
-
Matthias Braun authored
-
- 15 Apr, 2011 1 commit
-
-
Matthias Braun authored
-
- 04 Mar, 2011 3 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
- 04 Nov, 2010 1 commit
-
-
Matthias Braun authored
[r28127]
-
- 22 Sep, 2010 1 commit
-
-
Matthias Braun authored
[r28010]
-
- 06 Sep, 2010 1 commit
-
-
Matthias Braun authored
[r27970]
-
- 02 Jul, 2010 1 commit
-
-
Matthias Braun authored
[r27693]
-
- 23 Jun, 2010 1 commit
-
-
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]
-
- 09 Mar, 2010 1 commit
-
-
Matthias Braun authored
[r27277]
-
- 17 Sep, 2009 1 commit
-
-
Matthias Braun authored
[r26535]
-
- 02 Sep, 2009 1 commit
-
-
Christoph Mallon authored
[r26468]
-
- 06 Aug, 2009 1 commit
-
-
Matthias Braun authored
(We have a separate get_input, and get_output callback for now). This should make the code faster for now and is a first step towards changing the interface to query register constraints on the mode_T node itself instead of the Proj nodes. - Handle middleend node constraints and stuff in benode.c instead of in each backend - Remove irn_class_branch we already had is_cfop in the middleend - Fix a bunch of bugs/problems in the process [r26320]
-
- 05 Aug, 2009 1 commit
-
-
Matthias Braun authored
[r26317]
-
- 24 Oct, 2008 6 commits
-
-
Michael Beck authored
by a mostly O(1) access - simpler memory freeing [r23161]
-
Michael Beck authored
[r23160]
-
Michael Beck authored
- link resource is used until scheduler ends, honor that [r23159]
-
Michael Beck authored
[r23158]
-
Michael Beck authored
[r23157]
-
Michael Beck authored
- reserve the IRN_LINK resource [r23156]
-