- 07 Oct, 2015 2 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
- 25 Sep, 2015 1 commit
-
-
Christoph Mallon authored
The following get_tarval_long(tv) has the same assertion internally.
-
- 19 Sep, 2015 3 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
It is barely used but cross cuts into most libfirm components and therefore isn't maintenance free. The statev framework stays obviously.
-
Matthias Braun authored
-
- 16 Sep, 2015 1 commit
-
-
Matthias Braun authored
Maybe we should also rename "opt" to "trans" in the future...
-
- 07 Sep, 2015 1 commit
-
-
yb9976 authored
The Conv might result in a sign extend that produces additional one bits. This fixes opt/fehler303.c.
-
- 04 Sep, 2015 1 commit
-
-
yb9976 authored
This accidentally fixes backend/ia32_conv.c.
-
- 02 Sep, 2015 1 commit
-
-
yb9976 authored
This fixes opt/fehler302.c.
-
- 31 Aug, 2015 2 commits
- 20 Aug, 2015 1 commit
-
-
Matthias Braun authored
Properly use get_irn_pinned/set_irn_pinned as bool value instead of comparing setting the ir_op enum values.
-
- 23 Jul, 2015 1 commit
-
-
Matthias Braun authored
There is no node left that uses it.
-
- 15 Jul, 2015 6 commits
- 29 Jun, 2015 1 commit
-
-
Christoph Mallon authored
-
- 26 Jun, 2015 2 commits
- 09 Jun, 2015 3 commits
- 05 Jun, 2015 1 commit
-
-
yb9976 authored
-
- 01 Jun, 2015 3 commits
-
-
-
-
-(a & (-a)) -> a | (-a) -(a | (-a)) -> a & (-a)
-
- 11 May, 2015 2 commits
-
-
yb9976 authored
- 09 May, 2015 2 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
- 08 May, 2015 1 commit
-
-
yb9976 authored
This fixes opt/minus_zero.c.
-
- 07 May, 2015 1 commit
-
-
yb9976 authored
-
- 14 Apr, 2015 1 commit
-
-
Christoph Mallon authored
Strange casts may cause that a Load ends up with a method entity to load from.
-
- 11 Apr, 2015 3 commits
-
-
Christoph Mallon authored
This prevented optimizing x < 0 ? -1 : 0, when the result is unsigned.
-
Christoph Mallon authored
The same test is done by an enclosing if.
-
Christoph Mallon authored
-