- 28 Apr, 2011 12 commits
-
-
Matthias Braun authored
See http://www.libfirm.org/Unreachable_Code for details
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
add unknown_jump opflag for the special case of a jump where we can't directly influence the destination and can't predict/change them
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
yb9976 authored
-
- 26 Apr, 2011 2 commits
-
-
Andreas Zwinkau authored
This avoids a Load without ProjM, instead of handling this case. Reverts the previous commit.
-
Andreas Zwinkau authored
A Load might not have a ProjM
-
- 25 Apr, 2011 2 commits
-
-
Michael Beck authored
The associated link combinaes onbe lowered awith one unlowered type, it cannot be used for chains of unlowered types. Removes the get_type_[un]lowered() API and restores the get_associated_type() API. However, the whole concept of lowered types should be replaced by type attributes ... This fixes the asserts in stabs debug output.
-
Michael Beck authored
-
- 24 Apr, 2011 3 commits
-
-
Michael Beck authored
-
Michael Beck authored
Fixed the "naive and wrong regex stubs", so it has the right signature and returns the right value/error code now.
-
Michael Beck authored
-
- 21 Apr, 2011 1 commit
-
-
Andreas Zwinkau authored
-
- 20 Apr, 2011 19 commits
-
-
yb9976 authored
-
yb9976 authored
-
yb9976 authored
-
Christoph Mallon authored
Simplify: if (!irn_visited(x)) { mark_irn_visited(x); ... } -> if (!irn_visited_else_mark(x)) { ... }.
-
Andreas Zwinkau authored
-
Andreas Zwinkau authored
-
Andreas Zwinkau authored
-
Andreas Zwinkau authored
This is asserted in the next statement anyways
-
Andreas Zwinkau authored
* get_associated_type is unnecessary * is_lowered_type is an internal inline function now * set_lowered_type is an internal inline function now
-
Andreas Zwinkau authored
-
Andreas Zwinkau authored
-
Andreas Zwinkau authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
yb9976 authored
This fixes opt/jumpthreading3.c.
-
Andreas Zwinkau authored
* removed unnecessary call_tp variable * removed shadowed tp variable (twice)
-
Andreas Zwinkau authored
Similiar to 9d207c0 the call lowering should always use the current entity type, instead of the associate type, which may or may not be a lowered type.
-
- 19 Apr, 2011 1 commit
-
-
Michael Beck authored
-