- 30 Dec, 2016 2 commits
-
-
Matthias Braun authored
Your only choice is irma_twos_complement anyway now.
-
Matthias Braun authored
-
- 27 Dec, 2016 1 commit
-
-
Matthias Braun authored
The homepage uses those functions to generate firm graph examples/snippets without dumping a whole function. This is necessary to make the homepage generator not call private libfirm interface any longer.
-
- 26 Dec, 2016 1 commit
-
-
Christoph Mallon authored
Method types have no mode anymore.
-
- 22 Dec, 2016 1 commit
-
-
Manuel Mohr authored
-
- 02 Dec, 2016 1 commit
-
-
- 04 Nov, 2016 2 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
- 06 Oct, 2016 1 commit
-
-
Christoph Mallon authored
-
- 07 Sep, 2016 1 commit
-
-
Christoph Mallon authored
-
- 05 Aug, 2016 1 commit
-
-
yb9976 authored
-
- 28 Jul, 2016 1 commit
-
-
yb9976 authored
-
- 11 Jul, 2016 2 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
- 28 Jun, 2016 3 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
The array type is fine, because it is the containing type, which is used for TBAA. This partially reverts commit 1786345c.
-
- 27 Jun, 2016 7 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
Christoph Mallon authored
After spilling this is done in the backend.
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
This unbreaks the backend option 'profilegenerate'.
-
Christoph Mallon authored
This partially unbreaks the backend option 'profilegenerate'.
-
- 23 Jun, 2016 2 commits
-
-
Manuel Mohr authored
Let's hope noone inserts new builtin kinds in the middle.
-
Manuel Mohr authored
-
- 17 Jun, 2016 1 commit
-
-
yb9976 authored
-
- 16 Jun, 2016 3 commits
-
-
Manuel Mohr authored
Before, printing an Address node that did have an entity attribute set yet crashed. Unfortunately, when using the debug extensions to break on the creation of an Address node, the attribute was not yet set and the debug helper still wanted to print the node, which crashed.
-
Manuel Mohr authored
-
Manuel Mohr authored
-
- 14 Jun, 2016 1 commit
-
-
yb9976 authored
-
- 12 Jun, 2016 1 commit
-
-
Christoph Mallon authored
* 'get_atomic_ent_value()' is a wrapper, which tries to unify the different kind of initalizers by wastefully creating nodes on demand. It had only a single user, which tried to use it for method entities, which does not work anymore (see 3rd bullet point). * 'set_atomic_ent_value()' is a thin and unnecessary wrapper to set a const node initializer. * 'is_atomic_entity()' classifies entities having (among primitive and pointer types) method type as having an atomic initializer. They do not for a long time (was an address of itself). Except for the two functions above, this function is unused. * 'Atomic' is a misnomer and should rather be 'scalar'.
-
- 07 Jun, 2016 8 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-