beifg: Let be_ifg_foreach_neighbour() declare the node variable.
[libfirm] / ir / be / beifg.c
2012-12-07 Christoph Mallonbeifg: Let be_ifg_foreach_neighbour() declare the node...
2012-12-05 Christoph Mallonbeifg: Use dom_tree_walk_irg(irg, ...) instead of dom_t...
2012-11-27 Christoph Mallonbearch: Use arch_register_req_is().
2012-07-20 Christoph MallonLet list_for_each_entry(), list_for_each_entry_reverse...
2012-07-13 Christoph MallonAdd the * for the type in foreach_pset() automatically.
2012-07-13 Christoph MallonLet foreach_pset() declare its iterator variable.
2012-07-13 Christoph MallonUse foreach_pset().
2011-12-22 Matthias Braunplug memory leaks
2011-12-05 Matthias Braunintroduce bedump
2011-11-14 Matthias Braunremove irbitset.h
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-10-20 Matthias Braunrename ir_phase to ir_nodemap and simplify interface
2011-08-15 Matthias Braunbig refactoring of arch_XXX functions
2011-04-08 Andreas Zwinkaumerge kaps
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-07-02 Matthias Braunchange register allocator and related interfaces to...
2010-06-23 Matthias Braunremove general ifg interface and always use ifg_std...
2010-03-10 Matthias Braun- fix most of the -Wunreachable-code and -Wlogical...
2010-03-09 Matthias Braunmake firm (mostly) -Wmissing-prototypes clean
2010-02-13 Christoph MallonPut a space after if/for/switch/while.
2009-12-21 Matthias Braunkeep timer interface simple - no names and descriptions...
2009-08-05 Matthias Braunreorganize backend headers (kill some _t variants in...
2008-10-23 Matthias Braun- Part1 of backend reorganisation:
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-11 Christoph Mallonstatic.
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-10-11 Christoph MallonRemove the unused parameter const arch_env_t *env from...
2008-10-05 Christoph MallonGood day and welcome to the FIRM XMALLOC*() macros...
2008-05-23 Matthias Braun- Aus arch_isa_t wird arch_env_t sonst ändert sich...
2008-04-13 Michael Beck- removed obstack from be_main_env_t, it was only used...
2008-02-14 Matthias Braun- copy libcore into libfirm
2008-02-13 Matthias Braunuse libfirm timing facilities
2008-01-02 Michael Beckupdate copyright message
2007-11-22 Sebastian HackChanged phase node initializer to take const ir_node
2007-11-07 Sebastian HackGet rid of some get_irn_node_nr() which are still there.
2007-07-03 Michael Beckbackend part is always WITH_LIBCORE :-)
2007-07-03 Michael Beckadd sopport for compile without WITH_LIBCORE
2007-06-18 Michael BeckFixed initialization of option tables
2007-06-17 Matthias Braunfixed a bunch of warnings (and some bugs)
2007-04-30 Christian Würdigunified mein file comments
2007-04-27 Christian Würdigunified header
2007-04-27 Christian Würdigadded new licence header
2007-04-19 Christian Würdigphase takes now additional param on init
2007-04-05 Michael Beckrenamed phase_t to ir_phase
2007-04-02 Matthias Braunno strange stuff for including alloca anymore, use...
2007-03-29 Matthias Braunmove backend into libfirm
2007-03-02 Matthias Braun- No #ifdef WITH_LIBCORE anymore in backend, compilatio...
2007-01-15 Christian Würdigremoved dependencies on chordal_env
2007-01-11 Matthias Braunsome cleanups to ifg code, move ifg specific code to...
2006-12-14 Matthias Braunmove birg to an own file, use more of the birg analysis...
2006-12-11 Matthias Braun- Several warning fixes
2006-09-11 Sebastian HackMore statistics
2006-09-04 Matthias Braunwarning fix
2006-09-03 Sebastian HackAdded statistics events in several files
2006-08-30 Michael BeckBugFix:
2006-08-04 Christoph MallonFix warnings
2006-08-01 Christoph MallonRemove unused vars
2006-06-26 Johannes SpallekAdded be_ifg_check_sorted_to_file().
2006-06-21 Johannes SpallekChanged the #ifdef __linux__ parts to the use of the...
2006-06-16 Johannes SpallekAdded include of malloc.h under __linux__
2006-06-16 Johannes Spallek* Changed Output of be_ifg_check_sorted back to console
2006-06-14 Johannes Spallekadded be_ifg_check_performance() to check speed and...
2006-05-31 Johannes SpallekAdded new check functions to check the correctness...
2006-05-02 Sebastian HackAdded dumping of interference graphs
2006-04-03 Michael Beckadd missing initialization
2006-03-22 Michael Beckreplaced malloc by xmalloc
2006-03-09 Daniel GrundFixes
2006-03-08 Daniel GrundAdded clique walker
2005-12-23 Daniel GrundBugfix in copy-opt-heur and constraint perms.
2005-12-22 Sebastian HackFixed a bug
2005-12-22 Sebastian HackChanges API a little bit :-)
2005-12-08 Sebastian HackMade everything really kaputt
2005-10-26 Christian Würdigadded missing include
2005-10-24 Sebastian Hackconfig.h added
2005-06-27 Kimon HoffmannRefactored interference graph into seperate header...