- 11 Jul, 2016 2 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
- 27 Jun, 2016 1 commit
-
-
Matthias Braun authored
-
- 23 Jun, 2016 2 commits
-
-
Manuel Mohr authored
Let's hope noone inserts new builtin kinds in the middle.
-
Manuel Mohr 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.
-
- 04 Apr, 2016 1 commit
-
-
Matthias Braun authored
They are not used yet as we need an adapted layout algorithm for them.
-
- 14 Feb, 2016 2 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
- 03 Jan, 2016 1 commit
-
-
Matthias Braun authored
-
- 14 Dec, 2015 2 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
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 3 commits
-
-
Christoph Mallon authored
-
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
-
- 18 Oct, 2015 1 commit
-
-
Matthias Braun authored
Also choose a signed integer type which is more typical for offsets.
-
- 05 Oct, 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.
-
- 18 Aug, 2015 1 commit
-
-
Matthias Braun authored
Avoid using the op_pin_state enum as that contains confusing additional entries that are not valid on a node. The only remaining state for a node is pinned/floating which we can simply represent with a 0/1 value.
-
- 04 Aug, 2015 1 commit
-
-
Christoph Mallon authored
-
- 20 Jul, 2015 1 commit
-
-
Matthias Braun authored
This is not really a new entity type but merely a relocation type. Handle it with a x86_immediate_kind.
-
- 26 May, 2015 1 commit
-
-
Matthias Braun authored
-
- 24 Apr, 2015 1 commit
-
-
Christoph Mallon authored
Both functions do the same and the former is used way less.
-
- 31 Dec, 2014 1 commit
-
-
Matthias Braun authored
-
- 19 Nov, 2014 1 commit
-
-
Christoph Mallon authored
This also renders get_irg_n_anchors() obsolete, so remove it.
-
- 13 Nov, 2014 1 commit
-
-
Christoph Mallon authored
* No \n at end; panic() adds one * No punctuation mark at end * Lowercase first letter
-
- 31 Oct, 2014 1 commit
-
-
Christoph Mallon authored
-
- 16 Oct, 2014 1 commit
-
-
Christoph Mallon authored
-
- 30 Sep, 2014 1 commit
-
-
Matthias Braun authored
-
- 19 Sep, 2014 1 commit
-
-
Matthias Braun authored
- It was only available in the ia32 backend and broken there. As the feature is rarely used, I remove it for now instead of going through the trouble of fixing it.
-
- 29 Aug, 2014 1 commit
-
-
Manuel Mohr authored
-
- 18 Jul, 2014 1 commit
-
-
Matthias Braun authored
-
- 28 May, 2014 2 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
- 23 Apr, 2014 1 commit
-
-
yb9976 authored
-
- 15 Apr, 2014 2 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
- Compound type selection is performed with Member - Array indexing is performed with Sel - Instead of the simpleSel constructor functions you can use the normal Member constructors now - The concept of array element entities has been removed, Sel nodes just contain a pointer to the array type now.
-
- 21 Mar, 2014 1 commit
-
-
Matthias Braun authored
-