beifg: Factorise code to count interference components.
[libfirm] / ir / be / beutil.c
2012-12-12 Matthias Braunremove license stuff from files
2012-07-13 Christoph MallonLet foreach_out_edge_kind() and foreach_out_edge_kind_s...
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-05-30 unknownImproved doxygen docu.
2011-04-08 Andreas Zwinkaumerge kaps
2010-09-22 Matthias Braunremove unused functions
2010-06-25 Matthias Brauncleanup and rewrite dumper interface
2010-05-31 Matthias Braunremove unnecessary and unused be_empty_set
2010-03-10 Matthias Braun- fix most of the -Wunreachable-code and -Wlogical...
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...
2009-09-04 Matthias Braunnew heursitic for good coloring order; add utility...
2009-09-02 Matthias Braunmerge preferences along congruence classes
2009-08-05 Matthias Braunreorganize backend headers (kill some _t variants in...
2008-10-12 Michael Beck- removed unused (and outdated) be_collect_phis()
2008-10-11 Matthias Braunremove old unused function
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-11 Christoph MallonRemove the unused attribute const arch_env_t *arch_env...
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *env from...
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *env from...
2008-09-11 Christoph MallonIn be_get_Proj_for_pn() before getting the proj number...
2008-08-13 Matthias Braunintroduce more generic resource reservation debug helpe...
2008-08-01 Matthias Braunfirm already had kill_node, no need to be_kill_node
2008-01-02 Michael Beckupdate copyright message
2007-12-14 Michael Beckrestored old behavior of dump_ir_*_sched() functions...
2007-07-11 Michael Beckremoved SCHEDULE_PROJS ifdefs
2007-06-21 Michael BeckSCHEDULE_PROJS patch: Proj nodes are not more scheduled
2007-06-18 Matthias Braunfixed warnings
2007-06-17 Matthias Braunfixed a bunch of warnings (and some bugs)
2007-06-08 Matthias Braunremove unnecessary function
2007-06-08 Matthias Braunoptimize next_use calculation (quadratic in number...
2007-05-01 Michael Beckremoved useless includes
2007-04-30 Christian Würdigunified mein file comments
2007-04-27 Christian Würdigadded new licence header
2007-04-18 Matthias Braun- Split bearch.h correctly into bearch.h and bearch_t.h
2007-04-02 Matthias Braun- Implement all the state switching stuff needed for...
2007-03-29 Matthias Braunmove backend into libfirm
2007-03-22 Matthias Brauna bunch of fixes to make firm work with NDEBUG and...
2007-02-14 Matthias Braunuse edges_delete_node instead of setting edge inputs...
2007-02-14 Christian Würdigkill also block input when killing node
2007-02-12 Christian Würdigadded function to get a user Proj with a certain proj...
2007-02-07 Christian Würdigadded fix for be_dump (start with 1 when suffix is...
2007-01-16 Christian Würdigadded be_kill_node function
2006-12-13 Matthias Braunremoved obsolete function
2006-08-24 Matthias Braun- New callback to ask nodes about constant stack pointe...
2006-06-30 Christian Würdigmade a local function static
2006-06-23 Christian Würdigadded function to retrieve number of reachable nodes...
2006-06-21 Michael Beckmake sure a '\0' is at the end of an snprintf'ed string
2006-03-31 Michael Beckused irtools' firm_clear_link instead of local one
2006-03-19 Michael Beckdump_ir_extblock_graph_sched() implemented
2006-03-16 Christian Würdigadded new dump wrapper
2006-03-02 Sebastian HackSeveral bugfixes
2006-02-21 Sebastian HackRenamed be_introduce_copies*
2006-01-25 Daniel GrundAdded a dom-tree-upwards search
2005-12-08 Sebastian HackMade everything really kaputt
2005-10-10 Sebastian HackSet dump consts local to false for schedule dumping
2005-08-26 Daniel Grund*** empty log message ***
2005-08-26 Daniel GrundBugfixes
2005-08-10 Sebastian HackAdded is_firm_be_node
2005-06-16 Sebastian HackRecent version :-)
2005-05-17 Sebastian HackCosmetic changes to the chordal register allocator
2005-05-11 Sebastian HackAdded new arch interface
2005-05-06 Michael Beckadded config.h include
2005-01-24 Daniel GrundBugfixes
2005-01-13 Sebastian HackCall new interference function in phi_ops_interfere
2005-01-08 Daniel Grundchanged localize_consts
2005-01-05 Sebastian HackFixed constant placement walker
2004-12-15 Sebastian HackAdded register allocator.