- 26 Jul, 2015 1 commit
-
-
Christoph Mallon authored
Now the template backend has a node, which can represent an adress with an offset.
-
- 19 Jul, 2015 1 commit
-
-
Christoph Mallon authored
-
- 28 Dec, 2014 1 commit
-
-
Christoph Mallon authored
-
- 20 Nov, 2014 1 commit
-
-
Matthias Braun authored
-
- 18 Oct, 2014 1 commit
-
-
Matthias Braun authored
-
- 15 Sep, 2014 1 commit
-
-
Matthias Braun authored
-
- 25 Feb, 2014 1 commit
-
-
Christoph Mallon 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.
-
- 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.
-
- 02 Dec, 2012 1 commit
-
-
Christoph Mallon authored
-
- 05 Dec, 2011 1 commit
-
-
Matthias Braun authored
-
- 10 Nov, 2011 2 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
- 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)
-
- 04 Mar, 2011 1 commit
-
-
Matthias Braun authored
-
- 28 Feb, 2011 1 commit
-
-
Matthias Braun authored
-
- 08 Oct, 2010 1 commit
-
-
Matthias Braun authored
[r28062]
-
- 10 Sep, 2010 1 commit
-
-
Matthias Braun authored
[r27995]
-
- 28 Jul, 2010 1 commit
-
-
Matthias Braun authored
[r27836]
-
- 25 Jun, 2010 1 commit
-
-
Matthias Braun authored
[r27653]
-
- 30 Apr, 2010 1 commit
-
-
Matthias Braun authored
[r27460]
-
- 09 Mar, 2010 1 commit
-
-
Matthias Braun authored
[r27277]
-
- 01 Oct, 2009 1 commit
-
-
Matthias Braun authored
(with different arguments and register constraints for the same node now) - Lots of cleanups/changes in the arm backend. We can represent all "shifter operands" now (but the code selection isn't optimal yet) - More fixes all over the place - arm backend handles 164.gzip now [r26673]
-
- 18 Sep, 2009 2 commits
-
-
Matthias Braun authored
- Introduced be_Start which is now used instead of iro_Start+be_RegParams - further cleanups and fixes along the way [r26549]
-
Matthias Braun authored
- Add a generic requirements+register+flag dumper to bearch; This avoids all backends/benode having their own slightly different dumpers - Lots of cleanups in the backends along the way [r26542]
-
- 13 Aug, 2009 1 commit
-
-
Matthias Braun authored
- make phi nodes use backend_info instead of phi_handler hashmaps [r26332]
-
- 05 Aug, 2009 1 commit
-
-
Matthias Braun authored
[r26317]
-
- 29 Jun, 2009 1 commit
-
-
Matthias Braun authored
[r26222]
-
- 13 Jan, 2009 1 commit
-
-
Matthias Braun authored
[r25164]
-
- 09 Jan, 2009 1 commit
-
-
Michael Beck authored
[r25129]
-
- 23 Oct, 2008 1 commit
-
-
Matthias Braun authored
Node flags and node registers are stored in a generic backend_info struct now instead of every part of the backend doing custom (and slow) stuff [r23142]
-
- 11 Oct, 2008 1 commit
-
-
Matthias Braun authored
[r22754]
-
- 21 Aug, 2008 1 commit
-
-
Christoph Mallon authored
Rename arch_register_req_type_should_be_different to the more appropriate arch_register_req_type_must_be_different. [r21302]
-
- 02 Jan, 2008 1 commit
-
-
Michael Beck authored
[r17143]
-
- 23 Oct, 2007 1 commit
-
-
Christoph Mallon authored
- Remove !in and arch_register_req_type_should_be_different_from_all. - Specify the output constraints of ia32 ShlD and ShrD more accurately as in_r1 !in_r2 !in_r3 instead of !in. This usually saves the fourth register. [r16320]
-
- 17 Oct, 2007 1 commit
-
-
Matthias Braun authored
- extend backend generator to support custom irop data - cleanup and streamline transform code in ia32 - Improve handling of AddAM vs. Add used in AM expressions [r16254]
-
- 27 Sep, 2007 1 commit
-
-
Christoph Mallon authored
Allow two should-be-same constraints for every out register. This is useful for commutative nodes on two address code machines (i.e. x86). [r15953]
-
- 26 Jun, 2007 1 commit
-
-
Matthias Braun authored
[r14757]
-
- 20 Jun, 2007 1 commit
-
-
Christoph Mallon authored
[r14658]
-