remove Bound node
[libfirm] / ir / ir / irprintf.c
2012-07-13 Christoph MallonRemove the unused ir/adt/iterator.[ch].
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-04-08 Andreas Zwinkaumerge kaps
2010-03-15 Matthias Braunfix various warnings reported by cparser
2009-12-01 Matthias Braunchange debug printing of firm nodes: add a space betwee...
2008-11-28 Christoph MallonUnconditionally include string.h
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-11 Matthias Braunno need for firm_config.h anymore
2008-02-14 Matthias Braun- copy libcore into libfirm
2008-01-02 Michael Beckupdate copyright message
2007-07-24 Michael Beckadd symconst_label
2007-06-17 Matthias Braunfixed warnings (some of them were actual bugs), leave...
2007-05-05 Matthias Braunfix for compilation without libcore
2007-04-27 Matthias Brauncleaned up doxygen comments
2007-04-27 Christian Würdigadded new licence header
2007-03-29 Matthias Braunmove backend into libfirm
2006-07-31 Michael Becksymconst_enum_const support added
2006-07-24 Michael Beckfix format string parser
2006-05-29 Michael Beckrenamed symconst_size to symconst_type_size
2006-05-18 Michael BeckLet %+F print node number and index for ir-nodes
2005-11-13 Michael Beckspecial treatment of SymConst nodes
2005-11-13 Michael Beckhandle Const nodes where the tarval is set to NULL...
2005-11-07 Michael Beckdo not access the ld_name field of entities if it's...
2005-09-05 Michael Beckbackported from irargs.c
2005-08-22 Michael Beckadded %P for compound-graph-paths
2005-08-16 Michael Beckchanged option %g to %G (floating point uses %g)
2005-07-14 Michael Beckadded %g for writing debug info with ir_printf
2005-07-06 Michael Beckfixed doxygen docu
2005-07-01 Michael Beckadded %i and %u modifier to ir_printf
2005-06-30 Michael Beckadded %= for printing a pn_Cmp value
2005-06-17 Michael Beckuse tv_t.h instead of tv.h
2005-02-24 Sebastian HackFixed irprintf for usage with libcore
2005-02-14 Sebastian HackAdded %> for indenting
2005-02-10 Sebastian Hack%n handles NULL
2004-12-21 Michael Beckremoved C99 constructs
2004-12-16 Sebastian HackAdded obstack dumping and vprintf... functions.
2004-12-14 Sebastian HackAdded init function to appender. This fixes ir_snprintf...
2004-12-13 Sebastian HackSome bugfixes. Added bitset dumping support.
2004-12-09 Sebastian HackAdded stdlib.h include for strtol()
2004-12-08 Sebastian HackMinor corrections.
2004-12-02 Michael Beckfixed config.h include
2004-11-29 Michael Beckfixed typo
2004-11-29 Michael BeckImproved doxygen docu
2004-11-29 Sebastian HackAdded iterator and callback functionality.
2004-11-29 Sebastian HackSmall modifications. Swapped %n and %N
2004-11-29 Sebastian HackAdded printf style dumping facility for firm types.