- 15 Jun, 2012 2 commits
-
-
Matthias Braun authored
The opt_manage framework didn't really do much except assuring that some analysis info is computed before a pass starts. We can achieve this simpler by providing an assure_irg_properties function. This commit also fixes some places where analysis info was potentially not invalidated before.
-
Matthias Braun authored
This makes it consistent with other firm analyse functions. Also removes the unnecessary return value.
-
- 14 Dec, 2011 2 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
public functions are already documented in their headers, no need to repeat the comment at the definition site.
-
- 18 Nov, 2011 1 commit
-
-
Andreas Seltenreich authored
build_edges_walker calls get_block_n on block preds, possibly consing and hashing a node which init_lh_walker couldn't reach via irg_walk_anchors. This fixes a crash I see when compiling Postgres.
-
- 10 Nov, 2011 1 commit
-
-
Matthias Braun authored
-
- 02 Nov, 2011 1 commit
-
-
Matthias Braun authored
They are reserved in ANSI-C so instead of _XXX we use XXX_ now.
-
- 27 Oct, 2011 2 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
They're adding more noise than they provide gain in readability. They also make extra work to keep up to date.
-
- 21 Jun, 2011 1 commit
-
-
Matthias Braun authored
-
- 27 May, 2011 2 commits
-
-
yb9976 authored
The get_n in the foreach loop is a macro and not a use of the function.
-
Matthias Braun authored
-
- 10 May, 2011 2 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
- 20 Apr, 2011 1 commit
-
-
Christoph Mallon authored
Simplify: if (!irn_visited(x)) { mark_irn_visited(x); ... } -> if (!irn_visited_else_mark(x)) { ... }.
-
- 08 Apr, 2011 2 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
- 09 Mar, 2011 1 commit
-
-
Christoph Mallon authored
-
- 21 Feb, 2011 1 commit
-
-
Matthias Braun authored
[r28435]
-
- 25 Jan, 2011 1 commit
-
-
Michael Beck authored
[r28272]
-
- 27 Dec, 2010 1 commit
-
-
Michael Beck authored
Note that this is an ugly change because ALL index variables used inside bitset_foreach() MUST be switched to size_t now, or the magical elm != (size_t) -1; will fail :-( [r28199]
-
- 04 Nov, 2010 1 commit
-
-
Matthias Braun authored
[r28127]
-
- 13 Oct, 2010 1 commit
-
-
Matthias Braun authored
[r28116]
-
- 22 Sep, 2010 2 commits
-
-
Matthias Braun authored
[r28020]
-
Matthias Braun authored
differentiate between Bad and Deleted (because of exchange) nodes, this avoid some invalid memory accesses when trying to get irg from a Bad node [r28019]
-
- 18 Aug, 2010 1 commit
-
-
Matthias Braun authored
[r27944]
-
- 28 Jul, 2010 1 commit
-
-
Matthias Braun authored
[r27836]
-
- 17 Jun, 2010 1 commit
-
-
Matthias Braun authored
[r27631]
-
- 09 Mar, 2010 1 commit
-
-
Matthias Braun authored
[r27277]
-
- 21 Feb, 2010 1 commit
-
-
Christoph Mallon authored
[r27195]
-
- 13 Feb, 2010 2 commits
-
-
Christoph Mallon authored
[r27153]
-
Christoph Mallon authored
[r27145]
-
- 14 Jan, 2010 1 commit
-
-
Michael Beck authored
[r26958]
-
- 12 Jan, 2010 2 commits
-
-
Michael Beck authored
- if a node was built with edges disabled gets dead, but is revived by CSE when edges are enabled, it had NO edges - tries to keep track of such dead nodes ... [r26954]
-
Michael Beck authored
[r26953]
-
- 13 Sep, 2009 1 commit
-
-
Michael Beck authored
[r26529]
-
- 25 Aug, 2009 1 commit
-
-
yb9976 authored
[r26424]
-
- 24 Aug, 2009 1 commit
-
-
yb9976 authored
[r26408]
-
- 26 Nov, 2008 1 commit
-
-
Michael Beck authored
on stdlib.h - move doxygen comment to header [r24014]
-
- 24 Oct, 2008 1 commit
-
-
Christoph Mallon authored
[r23176]
-