- 11 Jul, 2016 3 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
Just use 'get_compound_{ident,name}()' instead.
-
- 27 Jun, 2016 3 commits
-
-
Christoph Mallon authored
It was only used by the class casst optimization, which was removed almost four years ago.
-
Christoph Mallon authored
Just check that the size of the array is 0 instead.
-
Christoph Mallon authored
'align_all' always is at least 1.
-
- 14 Jun, 2016 1 commit
-
-
Christoph Mallon authored
It is unused.
-
- 25 May, 2016 1 commit
-
-
Christoph Mallon authored
-
- 22 May, 2016 1 commit
-
-
Christoph Mallon authored
-
- 17 May, 2016 1 commit
-
-
Christoph Mallon authored
The length is now set on creation. Neither length nor element type can be changed later on.
-
- 29 Apr, 2016 1 commit
-
-
Christoph Mallon authored
-
- 04 Apr, 2016 2 commits
-
-
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.
-
Matthias Braun authored
They are not used yet as we need an adapted layout algorithm for them.
-
- 29 Feb, 2016 1 commit
-
-
Matthias Braun authored
-
- 14 Feb, 2016 2 commits
-
-
Matthias Braun authored
The soon to be introduced spillslot entities can be at negative offset, so the previously used -1 as convention for invalid offsets is not a good idea anymore.
-
Matthias Braun authored
-
- 13 Feb, 2016 2 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
- 30 Jan, 2016 1 commit
-
-
Matthias Braun authored
-
- 21 Dec, 2015 1 commit
-
-
yb9976 authored
-
- 18 Dec, 2015 2 commits
-
-
Andreas Zwinkau authored
-
Andreas Zwinkau authored
The added unittest was failing and also x10i. Frontend moves global entity into class for native method calls. liboo lowering moves it back during vtable creation. The issue is that "pmap_insert(map,key,NULL)" does not delete an entry, so "pmap_contains(map,key)" afterwards does not return false. This changes add_compound_member to assert a NULL value instead of a NULL entry. A similar error might be in ir/be/bechordal.c.
-
- 14 Dec, 2015 3 commits
-
-
Matthias Braun authored
This is done by introducing a new new_global_entity() function for constructing globals/adding a visibility argument to new_alias_entity().
-
Matthias Braun authored
The map maps global symbols to the respective entities in the segment types. This should avoid hacks in some frontends, avoids a sepcial map for compilerlib entities and ensures that frontend and compilerlib entities are in sync.
-
Matthias Braun authored
This is cleaner than having them being class types with a tf_segment flag set.
-
- 08 Dec, 2015 1 commit
-
-
Christoph Mallon authored
-
- 07 Dec, 2015 8 commits
-
-
Matthias Braun authored
The simple tp_opcode enum is enough, no need to have dispatch tables and information structs behind each type kind.
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
There is no need for dispatch through tpop, they all use the same underlying data structure anyway, so just work on that in get_compound_xxx()
-
Matthias Braun authored
-
Matthias Braun authored
-
- 08 Sep, 2015 1 commit
-
-
Matthias Braun authored
Do not use the type address as number because that makes things nondeterministic.
-
- 07 Sep, 2015 1 commit
-
-
Matthias Braun authored
-
- 04 Sep, 2015 1 commit
-
-
Christoph Mallon authored
For stabs debug info it was used to suppress debug info, so set ir_visibility_private instead.
-
- 04 Aug, 2015 1 commit
-
-
Christoph Mallon authored
-
- 28 Jan, 2015 1 commit
-
-
Christoph Mallon authored
-
- 25 Dec, 2014 1 commit
-
-
Matthias Braun authored
You can simply use set_type_mode() instead.
-