- 21 Jun, 2011 1 commit
-
-
Matthias Braun authored
-
- 01 Jun, 2011 1 commit
-
-
Andreas Zwinkau authored
There might be some ProjL nodes reachable via out edges and the following "local" phase does enqueue_users for optimized nodes, which might visit the 'undead' ProjL.
-
- 30 May, 2011 1 commit
-
-
Matthias Braun authored
-
- 27 May, 2011 2 commits
-
-
Michael Beck authored
-
Michael Beck authored
-
- 25 May, 2011 1 commit
-
-
Matthias Braun authored
-
- 23 May, 2011 5 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
We can still use ia32 ShlD, ShrD functions by matching Or(Shl,Shr) patterns in the ia32 transformer.
-
Matthias Braun authored
-
Matthias Braun authored
-
- 13 May, 2011 1 commit
-
-
Andreas Zwinkau authored
add_block_cf_input breaks, if the block has two Bad inputs
-
- 09 May, 2011 2 commits
-
-
Andreas Zwinkau authored
-
Andreas Zwinkau authored
-
- 20 Apr, 2011 3 commits
-
-
Christoph Mallon authored
Simplify: if (!irn_visited(x)) { mark_irn_visited(x); ... } -> if (!irn_visited_else_mark(x)) { ... }.
-
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 2 commits
-
-
Andreas Zwinkau authored
- is_lowered_type is not helpful, because the flag may already be set by lower_calls before. This flag should probably be removed in general. - hence lower_mtp must not check for is_lowered_type - lower_Start must update the entity type, but not lower_irg, otherwise lower_Start can not decide, whether a lowering is necessary.
-
Andreas Zwinkau authored
-
- 15 Apr, 2011 1 commit
-
-
Matthias Braun authored
-
- 13 Apr, 2011 1 commit
-
-
Matthias Braun authored
-
- 30 Mar, 2011 1 commit
-
-
Matthias Braun authored
remove names from parameters of method_types - it is pure debug info and should already be contained in type_dbg_info if available
-
- 24 Mar, 2011 2 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
- 04 Mar, 2011 1 commit
-
-
Matthias Braun authored
-
- 03 Mar, 2011 1 commit
-
-
Michael Beck authored
-
- 01 Mar, 2011 1 commit
-
-
Michael Beck authored
-
- 28 Feb, 2011 2 commits
-
-
yb9976 authored
-
Matthias Braun authored
-
- 09 Feb, 2011 2 commits
-
-
Matthias Braun authored
[r28345]
-
Michael Beck authored
[r28338]
-
- 06 Feb, 2011 1 commit
-
-
Michael Beck authored
Additionally: - rename some variables to reflect its content - add some doxygen comments [r28327]
-
- 28 Jan, 2011 1 commit
-
-
Michael Beck authored
[r28276]
-
- 22 Dec, 2010 1 commit
-
-
Michael Beck authored
[r28196]
-
- 04 Nov, 2010 1 commit
-
-
Matthias Braun authored
[r28127]
-
- 08 Oct, 2010 5 commits
-
-
Michael Beck authored
[r28086]
-
Michael Beck authored
[r28084]
-
Michael Beck authored
[r28074]
-
Matthias Braun authored
[r28062]
-
Matthias Braun authored
lower_dw: refactor to use a smart walk strategy and factoring out some common code to get a node_entry [r28055]
-