- 24 Jul, 2015 1 commit
-
-
Christoph Mallon authored
Now we can distinguish from reg to mem (AMD64_OP_ADDR_REG) and from mem to reg (AMD64_OP_REG_ADDR) operations.
-
- 22 Jul, 2015 1 commit
-
-
Matthias Braun authored
-
- 20 Jul, 2015 1 commit
-
-
Matthias Braun authored
Handle this similar to the ia32 backend.
-
- 19 Jul, 2015 2 commits
-
-
Christoph Mallon authored
-
Matthias Braun authored
-
- 05 Jun, 2015 1 commit
-
-
Christoph Mallon authored
-
- 29 Dec, 2014 1 commit
-
-
Matthias Braun authored
This first version should perform similar to the support in the ia32 backend, but needs more work to add amd64 specific immediate types.
-
- 28 Dec, 2014 1 commit
-
-
Christoph Mallon authored
-
- 02 Dec, 2014 3 commits
-
-
Matthias Braun authored
Also adds a new INSN_MODE_INVALID for 0 to catch uninitialized values.
-
Matthias Braun authored
-
Matthias Braun authored
-
- 13 Nov, 2014 1 commit
-
-
Christoph Mallon authored
-
- 18 Oct, 2014 1 commit
-
-
Matthias Braun authored
-
- 15 Sep, 2014 1 commit
-
-
Matthias Braun authored
-
- 07 Jul, 2014 1 commit
-
-
Matthias Braun authored
-
- 28 May, 2014 1 commit
-
-
Matthias Braun authored
-
- 28 Feb, 2014 1 commit
-
-
Tobias Rapp authored
-
- 25 Feb, 2014 3 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Matthias Braun authored
-
- 03 Feb, 2014 2 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
- 27 Jan, 2014 1 commit
-
-
Christoph Mallon authored
-
- 07 Oct, 2013 3 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
- 04 Oct, 2013 1 commit
-
-
Matthias Braun authored
-
- 06 Jun, 2013 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.
-
- 09 Jan, 2013 2 commits
-
-
Matthias Braun authored
-
Robin Redeker 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.
-
- 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)
-
- 09 Mar, 2011 1 commit
-
-
yb9976 authored
-
- 04 Mar, 2011 1 commit
-
-
Matthias Braun authored
-