- 22 Nov, 2014 1 commit
-
-
Matthias Braun authored
-
- 13 Nov, 2014 1 commit
-
-
Christoph Mallon authored
All other structs holding a register class call it cls, too.
-
- 31 Oct, 2014 1 commit
-
-
Christoph Mallon authored
Just do the check in the corresponding implementation of arch_perform_memory_operand().
-
- 18 Oct, 2014 1 commit
-
-
Matthias Braun authored
-
- 13 Oct, 2014 1 commit
-
-
Christoph Mallon authored
-
- 07 Oct, 2014 1 commit
-
-
Matthias Braun authored
-
- 09 Sep, 2014 1 commit
-
-
Matthias Braun authored
-
- 28 Mar, 2014 1 commit
-
-
Matthias Braun authored
this also required a rewrite of the perform_memory_operand logic which should be cleaner now.
-
- 17 Feb, 2014 1 commit
-
-
Christoph Mallon authored
-
- 08 Aug, 2013 1 commit
-
-
Matthias Braun authored
As they were just a single flag the name should reflect that. I did not change arch_irn_flags_none, as that is not about a single flag.
-
- 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.
-
- 05 Jan, 2013 3 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
be: Do not dump the input node, only the slot, for "should be same" and "must be different" constraints. The node in question is shown just a few lines above and repeating it here just clutters up the info box.
-
Christoph Mallon authored
-
- 21 Dec, 2012 1 commit
-
-
Christoph Mallon authored
-
- 18 Dec, 2012 2 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
When arch_perform_memory_operand() returned a positive result before, there really should be a callback to actually perform the action.
-
- 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.
-
- 01 Dec, 2012 1 commit
-
-
Christoph Mallon authored
bearch: When dumping backend info, do not print an error, when a node has no in_reqs, if its arity is 0.
-
- 30 Nov, 2012 3 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
bemain: Centrally call be_gas_end_compilation_unit() and be_emit_exit() instead of doing it per backend. Also remove the now write-only attribute main_env from struct arch_env_t.
-
Christoph Mallon authored
bemain: Centrally call be_emit_init() and be_gas_begin_compilation_unit() instead of doing it per backend.
-
- 27 Nov, 2012 7 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
bearch: Dump the output requirement and the assigned register in the same line for better readability.
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Matthias Braun authored
make it more robust and remove unnecessary req check
-
Christoph Mallon authored
This also corrects dumping schedule edges.
-
- 26 Nov, 2012 1 commit
-
-
Matthias Braun authored
-
- 25 Nov, 2012 2 commits
-
-
Christoph Mallon authored
arch_register_type_virtual is sufficient.
-
Christoph Mallon authored
They must match, even for joker registers.
-
- 24 Nov, 2012 4 commits
-
-
Christoph Mallon authored
bearch: Assert, instead of test, that the register requirement is not arch_register_req_type_none in arch_reg_is_allocatable(). If it is, something is very wrong.
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
- 13 Nov, 2012 2 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
- 29 Oct, 2012 1 commit
-
-
Matthias Braun authored
-
- 26 Jul, 2012 1 commit
-
-
Matthias Braun authored
so external users can set their own opcode functions.
-