- 24 Apr, 2016 3 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
The node is usually less interesting for backend nodes, so it is enough to have it in the detail attributes.
-
- 22 Apr, 2016 4 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
This is shorter than loading from a constant pool. gcc does it, too.
-
Christoph Mallon authored
-
- 21 Apr, 2016 1 commit
-
-
Christoph Mallon authored
-
- 20 Apr, 2016 4 commits
-
-
Christoph Mallon authored
base, index an mem are never null after calling build_address().
-
Christoph Mallon authored
No caller uses this flag.
-
Christoph Mallon authored
'match_upconv' might sign-extend, which is wrong for doing a popcount.
-
Christoph Mallon authored
The operand is a pointer, so always has the right width.
-
- 18 Apr, 2016 2 commits
-
-
Christoph Mallon authored
-
Matthias Braun authored
-
- 07 Apr, 2016 2 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
Either the conv is used as the new result or it has further users. In either case it is used afterwards and cannot be removed.
-
- 06 Apr, 2016 1 commit
-
-
Christoph Mallon authored
The mode of both nodes is the mode for the GP register class already.
-
- 05 Apr, 2016 4 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
The documented variable was removed in 2011.
-
Matthias Braun authored
-
- 04 Apr, 2016 10 commits
-
-
yb9976 authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
This meant initializing the address mode variant all over the ia32 backend, on the other hand this will be useful if we ever switch the ia32 backend to a style without NoReg nodes (like amd64).
-
Matthias Braun authored
-
Matthias Braun authored
We only use the immediate and scale yet on ia32.
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
This is a bigger rewrite of stack frame handling in the backend: - Do the stack frame type layout late, after all the spill slots have been created. This way we can avoid (and remove) the brittle frame_alloc_area(). - Standardize the meaning of stack entity offsets. After stack frame type layout they are relative to the stack pointer position at the beginning of the function. It is all in one type now, no splitting into "arg", "between" and "stack_frame" type anymore. - Generalize the stack pointer simulation code to work with a single callback. Represent stack state as current offset and align_padding number. Now that callbacks can access and modify them both we do not need custom code in the sparc backend anymore. - Remove alignment specification on IncSP, only keep a ignore_align flag used for the last IncSP that has to remove all existing sp adjustments and may end up on a misaligned SP on ia32/amd64. - Align stack by default on ia32+amd64 backends.
-
- 01 Apr, 2016 1 commit
-
-
Christoph Mallon authored
-
- 19 Mar, 2016 1 commit
-
-
Christoph Mallon authored
This way all the backends do not have to filter it by themselves.
-
- 15 Mar, 2016 1 commit
-
-
Christoph Mallon authored
-
- 11 Mar, 2016 1 commit
-
-
Christoph Mallon authored
-
- 10 Mar, 2016 1 commit
-
-
Christoph Mallon authored
-
- 08 Mar, 2016 1 commit
-
-
Christoph Mallon authored
-
- 02 Mar, 2016 2 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
- 01 Mar, 2016 1 commit
-
-
Christoph Mallon authored
-