edges: Remove unused macros.
[libfirm] / ir / ir / iredges.c
2012-11-24 Christoph Mallonedges: Remove unused macros.
2012-10-24 Matthias Braunfix a bunch of warnings reported by clang analyzer
2012-07-16 Matthias Braunrename hashset.c to hashset.c.inl
2012-07-13 Christoph MallonLet bitset_foreach() and bitset_foreach_clear() declare...
2012-07-13 Christoph MallonLet foreach_out_edge_kind() and foreach_out_edge_kind_s...
2012-07-10 Matthias Braunmake dependency edge handling more robust
2012-06-21 Matthias Brauniredges: introduce new reroute_edges_except
2012-06-15 Matthias Braunremove opt_manage, provide assure_irg_properties
2012-06-15 Matthias Braunrename edges_assure to assure_edges
2011-12-14 Matthias Braunhashptr.h: use inline functions instead of #define
2011-12-14 Matthias Braunremove unnecessary comments before functions
2011-11-18 Andreas SeltenreichAvoid using uninitialized edge_info->list_heads.
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-11-02 Matthias Braunavoid _ prefix in identifiers, correct coding style
2011-10-27 Matthias Braunavoid special case of a node input being NULL
2011-10-27 Matthias Braunremove a bunch of comments marking end of blocks
2011-06-24 Andreas ZwinkauMerge Fix: Spills have ProjMs now
2011-06-21 Matthias Braunfix more cparser warnings, cleanup some libcore code
2011-05-27 Sebastian BuchwaldRemoved unused variable.
2011-05-27 Matthias Braunfix activate_backedges failing for nodes with Deleted...
2011-05-10 Matthias Braunfix iredges EDGE_KIND_BLOCK not updating correctly...
2011-05-10 Matthias Brauniredges: remove unnecessary skip_Proj
2011-04-20 Christoph MallonSimplify: if (!irn_visited(x)) { mark_irn_visited(x...
2011-04-08 Andreas ZwinkauMerge branch 'kaps-included' into master
2011-04-08 Matthias BraunAnother rewrite of prolog/epilog handling: Delay their...
2011-04-08 Andreas Zwinkaumerge kaps
2011-04-08 Matthias Brauncleanup iredges API a bit
2011-03-09 Christoph MallonFix typos in comments: s/it's/its/ and related corrections.
2011-02-21 Matthias Braunremove confusing, unused and broken function
2011-01-24 Michael BeckFixed a lot of size_t related warnings, most of them...
2010-12-27 Michael BeckSwitch bitset.h/raw_bitset.h to size_t instead of unsig...
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-13 Matthias Braunlet Bad and NoMem nodes get automatically generated
2010-09-22 Matthias Braunremove MacroBlock concept
2010-09-22 Matthias Braundifferentiate between Bad and Deleted (because of excha...
2010-08-18 Matthias Braunremove lots of unnecessary and dangerous current_ir_gra...
2010-07-28 Matthias Braunno unnecessary and cryptic abreviations: rename vrfy...
2010-06-17 Matthias Braunimplement node walker in direction of out-edges
2010-03-09 Matthias Braunmake firm (mostly) -Wmissing-prototypes clean
2010-02-21 Christoph MallonPut opening curly brace of functions on a separate...
2010-02-13 Christoph MallonPut a space after if/for/switch/while.
2010-02-13 Christoph MallonPut opening curly brace of functions on a separate...
2010-01-13 Michael BeckAdd my debugging code it might be useful in the future ...
2010-01-12 Michael BeckTry to fix a rare edges bug:
2010-01-12 Michael BeckSimplify pointer arithmetic.
2009-09-13 Michael Beck- add graph pass for edges_verify()
2009-08-25 Sebastian BuchwaldAdded missing parameter documentation.
2009-08-24 Sebastian BuchwaldSummary is not a doxygen tag
2008-11-26 Michael Beck- replce parameter type from size_t to unsigned, so...
2008-10-24 Christoph MallonLet edges_assure() only activate edge kinds, which...
2008-10-24 Andreas ZwinkauClear private data, when creating new out edges
2008-10-20 Michael Beck- old code probably crashes in the edge set contains...
2008-10-19 Moritz KrollI like zombies, but not millions of them in a hash...
2008-10-14 Christoph Mallons/\<\(LC_\)\?INLINE\>/inline/.
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-11 Michael Beck- removed unused irhooks.h include
2008-10-06 Christoph Mallons/irn_not_visited(x)/!irn_visited(x)/.
2008-10-05 Christoph MallonGood day and welcome to the FIRM XMALLOC*() macros...
2008-09-11 Christoph Mallons/Block_not_block_visited(x)/!Block_block_visited(x)/.
2008-08-13 Matthias Braunintroduce more generic resource reservation debug helpe...
2008-07-28 Michael Beck- add an assert tat checks for backend phase when added...
2008-07-26 Michael Beck- BugFix: Dep-Edges where calculated WRONG if the node...
2008-07-21 Matthias Braundeactivate/activate are also called for EDGE_KIND_DEP...
2008-01-22 Michael BeckBetter set support:
2008-01-21 Matthias Braunimprove docu, use using_block_visited debug help
2008-01-14 Matthias Braunuse new hashset for edges, making the compiler 5% faste...
2008-01-06 Michael Beck- edges_assure_kind() added
2008-01-02 Michael Beckupdate copyright message
2007-12-29 Michael BeckHandle MacroBlock edges: These are Block->Block edges...
2007-11-22 Sebastian HackChanged phase node initializer to take const ir_node
2007-10-03 Michael Beckmade edges_node_deleted_kind() static
2007-09-27 Michael Beckadd the "garbage collection" feature to the out edges...
2007-08-21 Michael Beckirg_block_edges_walk() implemented
2007-07-16 Michael Beckremoved the new get_block/set_block stuff; not working...
2007-07-13 Michael BeckReplaced set_irn_n(*, -1, *) and get_irn_n(*, -1) by...
2007-07-11 Michael Beckuse the new Anchor node instead of old anchors
2007-06-17 Matthias Braunfixed warnings (some of them were actual bugs), leave...
2007-04-27 Matthias Brauncleaned up doxygen comments
2007-04-27 Christian Würdigadded new licence header
2007-04-02 Christoph MallonMove includes for alloca() to xmalloc.h, so not everyon...
2007-03-29 Matthias Braunmove backend into libfirm
2007-03-29 Matthias Braun- change #include <config.h> back to "config.h"
2007-03-26 Matthias Braunfix warning, add a Block_block_visited function, don...
2007-03-22 Matthias Brauna bunch of fixes to make firm work with NDEBUG and...
2007-02-16 Matthias Braunfix wrong edge verifier
2007-02-15 Matthias Braunreformat some code, fix problems in edges verifiert
2007-02-14 Christian Würdigadded edge number for debugging purpose
2007-02-14 Andreas SchösserNormalized line endings, added some comments
2007-02-14 Christian Würdigfixed wrong usage of foreach_set macro
2007-02-14 Christian Würdigextended edge verifier
2007-02-14 Matthias Braun- fixed edge verifier
2007-02-13 Andreas Schösser"Edges private data" was broken. Added allocation of...
2007-02-13 Christian Würdigadded edge verification routines
2007-01-30 Matthias Braunenable edge calculation for all anchor nodes
2007-01-22 Matthias Braunsome sanity checks
2006-09-06 Matthias Braunfix block out edges if a block cfgpred gets set to Bad
2006-08-30 Michael BeckUse get_irn_n() instead of get_nodes_block() to allow...
2006-08-28 Sebastian HackAdded dependency edges
2006-06-09 Michael BeckFixed doxygen errors
2006-05-10 Michael BeckBugFix: Do not build edges for not yet live anchors
next