- 08 Feb, 2016 1 commit
-
-
Matthias Braun authored
Only keep the basics necessary to emit text lines in beemitter.[ch] and move all the other convenience stuff to beemithlp.[ch].
-
- 07 Feb, 2016 1 commit
-
-
Matthias Braun authored
We previously left the amd64_addr_t attribute uninitialized for OP_REG, OP_REG_REG and OP_REG_IMM. Make the code more consistent by always initializing it to the newly introduced X86_ADDR_REG variant, as a bonus we can also use base_input member to indicate the register input instead of hardcoding it to 0.
-
- 05 Feb, 2016 1 commit
-
-
Christoph Mallon authored
-
- 01 Feb, 2016 8 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
- 31 Jan, 2016 8 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
This function was deleted in 2007!
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
- 30 Jan, 2016 2 commits
-
-
Matthias Braun authored
This allows us to properly implement the OS X calling conventions.
-
yb9976 authored
In case there also was a Shrs(x, 31), CSE can be applied after instruction selection.
-
- 26 Jan, 2016 1 commit
-
-
Christoph Mallon authored
Otherwise the node directly produces the flags result. This fixes backend/destam_flags4.c.
-
- 25 Jan, 2016 1 commit
-
-
Christoph Mallon authored
-
- 24 Jan, 2016 1 commit
-
-
Christoph Mallon authored
-
- 23 Jan, 2016 2 commits
-
-
Christoph Mallon authored
ia32: Simply make the fpcw caller (and callee) saved, so we do not need a special case when generating a call.
-
Christoph Mallon authored
-
- 21 Jan, 2016 2 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
- 20 Jan, 2016 4 commits
-
-
Christoph Mallon authored
'mov $~0x80000000, %r; ror x, %r' is shorter than 'mov $0x80000000, %r; shr x, %r; not %r'.
-
Christoph Mallon authored
'Or' cannot have float mode.
-
Christoph Mallon authored
'mov $~1, %r; rol x, %r' is shorter than 'mov $1, %r; shl x, %r; not %r'.
-
Christoph Mallon authored
-
- 18 Jan, 2016 2 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
At least __builtin_return_address(0) with -fomit-frame-pointer works again (the variant with frame pointer is still broken).
-
- 17 Jan, 2016 3 commits
-
-
Christoph Mallon authored
'thunk' is the current and default style to get the ip. 'pop' is the old way using 'call base; base: pop %reg'.
-
Christoph Mallon authored
Simply always set the registers of all outputs of the new Add.
-
Christoph Mallon authored
The comment, stating that ia32_finish_irg_walker() starts more walks, is stale. Therefore it is not necessary to first collect all nodes with a walker and then apply ia32_finish_irg_walker().
-
- 11 Jan, 2016 1 commit
-
-
Christoph Mallon authored
-
- 10 Jan, 2016 1 commit
-
-
Matthias Braun authored
-
- 08 Jan, 2016 1 commit
-
-
Christoph Mallon authored
-