- 30 Nov, 2012 12 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
The reloader never is a block.
-
Christoph Mallon authored
bespillutil: Inline be_add_reload2() into its only caller be_add_reload(), which in turn only calls the former.
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
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.
-
Christoph Mallon authored
-
Christoph Mallon authored
-
- 29 Nov, 2012 11 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
beemit: Provide be_emit_node(), which merges the (almost) identical node emit functions of the backends.
-
Christoph Mallon authored
Also use one common be_emit_nothing().
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
bestate: Use be_get_end_of_block_insertion_point() instead of implementing something not entierly unlike it.
-
Christoph Mallon authored
bespillslots: Use be_get_end_of_block_insertion_point() instead of implementing something not entierly unlike it.
-
- 28 Nov, 2012 17 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
This also handles the latent problem, that nobody checks, whether the user of a tuple is actually a Proj and not the End node.
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
Projs are not scheduled anymore.
-
Christoph Mallon authored
-
Christoph Mallon authored
All users check, that the blocks are equal, beforehand.
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Matthias Braun authored
-
Matthias Braun authored
-