- 20 Sep, 2011 1 commit
-
-
Matthias Braun authored
-
- 14 Sep, 2011 1 commit
-
-
Andreas Zwinkau 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)
-
- 27 May, 2011 1 commit
-
-
yb9976 authored
-
- 09 May, 2011 2 commits
-
-
Andreas Zwinkau authored
-
Andreas Zwinkau authored
-
- 06 May, 2011 1 commit
-
-
Matthias Braun authored
-
- 15 Apr, 2011 1 commit
-
-
Matthias Braun authored
-
- 08 Apr, 2011 1 commit
-
-
Matthias Braun authored
-
- 04 Mar, 2011 1 commit
-
-
Matthias Braun authored
-
- 06 Oct, 2010 1 commit
-
-
Matthias Braun authored
[r28037]
-
- 22 Sep, 2010 1 commit
-
-
Matthias Braun authored
[r28020]
-
- 02 Jul, 2010 2 commits
-
-
Matthias Braun authored
[r27692]
-
Matthias Braun authored
[r27691]
-
- 09 Mar, 2010 1 commit
-
-
Matthias Braun authored
[r27277]
-
- 01 Mar, 2010 1 commit
-
-
Matthias Braun authored
- cleanup ir_spec generation a bit [r27251]
-
- 13 Feb, 2010 1 commit
-
-
Christoph Mallon authored
[r27153]
-
- 24 Sep, 2009 1 commit
-
-
Matthias Braun authored
[r26648]
-
- 17 Sep, 2009 1 commit
-
-
Matthias Braun authored
[r26535]
-
- 05 Aug, 2009 1 commit
-
-
Matthias Braun authored
[r26317]
-
- 15 Jul, 2009 1 commit
-
-
yb9976 authored
[r26280]
-
- 05 Jul, 2009 2 commits
-
-
Michael Beck authored
[r26239]
-
Michael Beck authored
- SymConst's are now ALWAYS placed in the start block [r26236]
-
- 01 Jun, 2009 1 commit
-
-
Matthias Braun authored
[r26080]
-
- 20 Jan, 2009 1 commit
-
-
Matthias Braun authored
simply kill the pins in besched phase, everything is scheduled anyway, while moving Pins around doesn't work in all situations [r25289]
-
- 09 Dec, 2008 2 commits
-
-
Michael Beck authored
[r24449]
-
Michael Beck authored
[r24423]
-
- 11 Oct, 2008 4 commits
-
-
Matthias Braun authored
[r22754]
-
Christoph Mallon authored
[r22722]
-
Christoph Mallon authored
[r22699]
-
Christoph Mallon authored
[r22697]
-
- 07 Oct, 2008 1 commit
-
-
Christoph Mallon authored
[r22563]
-
- 05 Oct, 2008 1 commit
-
-
Christoph Mallon authored
Good day and welcome to the FIRM XMALLOC*() macros. These macros are provided for the type safety and convenience of the IPD research facility personnel. The time is 15:32. Check xmalloc.h for details. [r22494]
-
- 13 Aug, 2008 1 commit
-
-
Matthias Braun authored
[r21148]
-
- 01 Aug, 2008 2 commits
-
-
Moritz Kroll authored
Reroute End-keep edges when creating critical edges during block scheduling (i.e. the removed block is the End-kept block of an endless loop). [r20924]
-
Matthias Braun authored
[r20885]
-
- 16 Jun, 2008 1 commit
-
-
Michael Beck authored
[r20121]
-
- 23 May, 2008 1 commit
-
-
Matthias Braun authored
[r19740]
-
- 13 Apr, 2008 1 commit
-
-
Michael Beck authored
- removed obstack from be_main_env_t, it was only used to allocate one arch_env, which is now part of the environment itself - removed unused static variable - add (yet unfunctional) -b gprof switch - renamed printev into more logical filtev - some docu added [r19264]
-
- 31 Mar, 2008 1 commit
-
-
Christoph Mallon authored
[r18307]
-