plug more leaks
[libfirm] / ir / common / irtools.c
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-09-20 Matthias Braunwe must clear block+phi-node links
2011-05-10 Michael BeckMoved some helper functions from irgopt to irtools...
2011-05-06 Matthias Braungive Bad nodes a mode
2011-04-08 Andreas Zwinkaumerge kaps
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-09-22 Matthias Braunremove MacroBlock concept
2010-08-18 Matthias Braunremove lots of unnecessary and dangerous current_ir_gra...
2010-03-07 Matthias Braunmerge common graph copying code; move dead code elimina...
2010-03-07 Matthias Braun- cleanup and simplify inlining code
2009-12-01 Matthias Braunchange debug printing of firm nodes: add a space betwee...
2009-08-17 Michael Beck- moved pass constructors from irtools to irpass
2009-08-17 Matthias Braunfix a few errors and warnings in the new pass code...
2009-08-17 Michael Beck- removed verify and dump parameters from passes
2009-08-16 Michael Beck- graph passes can be added to prog managers now
2009-08-16 Michael Beck- Put typical case of pass construction into irtools
2009-06-25 Michael BeckAdd an irg attribute the Bad nodes: so get_Block_irg...
2008-11-22 Michael Beck- implemented firm_clear_node_and_phi_links()
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-04-14 Michael Beck- get_irg_initial_exec()/set_irg_initial_exec() added
2008-04-04 Michael Beckhandle the macro block properly
2008-02-26 Michael Beckfixed indentation
2008-01-02 Michael Beckupdate copyright message
2007-07-09 Michael Beckuse get_irn_n(-1) instead of get_nodes_block
2007-06-18 Matthias Braunfixed warnings
2007-04-26 Matthias Braunadded license information, cleaned up doxygen comments
2007-03-29 Matthias Braunmove backend into libfirm
2006-08-31 Sebastian HackAdded Firm object pset dumper for debugging
2006-08-01 Christoph MallonConstify
2006-05-16 Michael Beckexact_copy() added
2006-04-29 Adam Szalkowskicopy_irn_to_irg was buggy. It handed the whole in array...
2006-04-06 Michael Beckremoved cstore
2005-12-18 Michael Beckcopy_irn_to_irg() added
2005-07-22 Michael BeckAdded itrools, a (currently small) collection of often...