fix warning
[libfirm] / ir / ir / irdump.c
2008-09-28 Matthias Braunfix warning
2008-09-23 Matthias Braunrevive and improve callgraph dumper
2008-09-22 Michael Beck- all visited flags use the ir_visited_t type now
2008-09-11 Christoph Mallons/get_irn_op(x) {==,!=} op_FOO/{,!}is_FOO(x)/.
2008-08-13 Matthias Braunintroduce more generic resource reservation debug helpe...
2008-07-25 Michael Beck- fixed type_or_ent type: get rod of casts
2008-07-22 Matthias Braundon't break vcg compatibility
2008-07-22 Matthias Braunadd some dumping hints to irop flags
2008-05-28 Michael Beckbock marker can be dumped in the block title
2008-05-15 Michael Beckdumps now new style initializers
2008-05-06 Michael Beckoutputs the layout type for yComp, makes nicer yComp...
2008-04-14 Michael Beck- get_irg_initial_exec()/set_irg_initial_exec() added
2008-04-02 Michael Beckused new is_Global() and get_Global_entity() instead...
2008-02-22 Michael BeckAdd an DivRL for remainderless div nodes (we don't...
2008-01-16 Matthias Braunrename set_using_visited to set_using_irn_visited,...
2008-01-14 Matthias Braunavoid warnings in release mode
2008-01-02 Michael Beckupdate copyright message
2007-12-30 Michael Beckis_SymConst_addr_ent() added
2007-12-28 Michael Beck- allow the macroblock edge to be dumped
2007-12-02 Matthias Braunrefactor some dumping code and add some functions that...
2007-11-23 Michael Beckrenamed ird_color_side_effects to ird_color_uses_memory
2007-11-23 Michael Beck- renamed irop_flag_side_effect to irop_flag_uses_memory
2007-11-22 Matthias Braunchange color handling in dumper, tweak colors
2007-11-14 Matthias Braundump consts local and keepalive by default
2007-10-12 Matthias Braunfixed/warnings make it possible to build without interp...
2007-09-27 Michael Beckcan now dump new out edges
2007-08-31 Matthias Braunmake display of node idx configurable and disable it...
2007-08-03 Michael Beckdump the result modes of Div,Mod,DivMod
2007-08-02 Michael Beckadd unaligned Load/Stores
2007-07-24 Michael Beckadd symconst_label
2007-07-17 Michael Beckfixed dumping with anchors
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 Beckdump keep-alive edges in purple
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-06-01 Matthias Braunmoved external headers into include dir
2007-05-30 Michael BeckAdded preliminary ASM node.
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
2007-03-25 Matthias Braungeneralize the inside_walk flags: we have using_visited...
2007-01-31 Michael Beckfixed dumping of callgraph if execution frequency is...
2007-01-24 Christian Würdigclear inside irgwalk flag when dumping (otherwise we...
2007-01-22 Matthias Braunmake sure backedges are available before dumping them
2007-01-16 Michael Beckrenamed type opcode to ir_opcode
2006-12-15 Matthias Braun#ifdef DEBUG_libfirm not #if DEBUG_libfirm
2006-12-13 Michael Beckrename type entity into ir_entity
2006-11-02 Christian Würdigdump node index in label
2006-09-17 Michael BeckSymConst(ofs_ent) added to represent the offset of...
2006-08-28 Sebastian HackAdded dependency edges
2006-07-31 Michael Becksymconst_enum_const support added
2006-07-05 Michael BeckColor Pin nodes orchid
2006-07-02 Michael BeckAdd strict flag to Conv attributes alloweing to mark...
2006-06-06 Michael Beckuse xmalloc instead of malloc
2006-06-03 Michael Beckadded support for Thread local storage
2006-05-31 Michael Beckremoved pn_Bound_M_except, Bound now have only one...
2006-05-29 Michael Beckrenamed symconst_size to symconst_type_size
2006-05-03 Christoph MallonAdd an edge callback hook for blocks
2006-04-20 Michael BeckUsed hooks to implement dump_add_node_info_callback()
2006-04-19 Sebastian HackAdded node info dump callbacks
2006-04-06 Michael Beckanchors can be dumped yet always
2006-03-23 Michael BeckColor Mux and Psi nodes gold
2006-03-20 Michael BeckFixed extblock dumper (did not work outside debugger...
2006-03-20 Michael Beckthe extended blocks now uses the block visited flag...
2006-03-05 Michael Becknew edge type detection: can handle unknown nodes grace...
2006-03-03 Michael Beckreplaced old panic module by newer error module
2006-01-31 Michael BeckProj lookup tables for Raise and InstOf added
2006-01-30 Michael BeckFixed dumping of CondIs nodes
2006-01-13 Michael Beckrenamed all types 'type' to 'ir_type'
2006-01-12 Michael BeckBound operation added:
2006-01-09 Michael Beckpost-dominators are dumped yet
2005-11-17 Michael Beckremoved bool type and depency from stdbool.h (not C89)
2005-11-02 Christian Würdigadded dump reason to dump additional node information...
2005-10-31 Michael Beckafter color: no space should follow
2005-10-28 Michael Beckadded data types for color and edge type to allow to...
2005-10-27 Michael Beckuses the dump_node() operation if defined
2005-10-19 Michael Beckfixed info1 output for ir_graphs
2005-10-18 Michael BeckDump calling conventions for entities
2005-10-12 Michael BeckAdded support code for CopyB node
2005-10-10 Gernot Veit Batzadded two more hooks to the ir graph dumper
2005-10-07 Michael Becktypos fixed
2005-09-15 Michael Beckdump now jump prediction, Free place (stack/heap)
2005-09-12 Michael Beckuses new get_extbb_leader() function
2005-08-01 Michael BeckFixed dumping with types: local nodes must be deactivated
2005-07-22 Michael Beckfixed dump_blk_to_cfg() uninitialized var
2005-07-11 Michael Beckadded debug info for types and entities
2005-07-08 Michael Beckremoved INLINE which prevent linking under Win32
2005-07-06 FIRM Projekt Accountfixed undefined var
2005-07-06 Michael Beckhandle now all Proj-numbers of Proj nodes
2005-07-04 Michael Beckadded debug info dumping
2005-06-30 Michael Beckused get_irn_n(*, -1) instead of get_nodes_block()...
2005-06-21 Götz Lindenmaierfixed file dump filter stuff
2005-06-16 Sebastian HackAdded edges_assure and edge dumping hook
2005-05-31 Michael Beckadded support for dumping with extended basic blocks
2005-04-15 Götz Lindenmaiermore verbose dumper,
2005-02-23 Götz Lindenmaierbugfix
2005-02-23 Götz Lindenmaierbetter handling of dump file filter
2005-02-23 Götz Lindenmaierbugfix
2005-02-23 Götz LindenmaierA method for the irn label.
next