- get_Block_cfgpred_arr() IS supported, but should not be in the official
[libfirm] / ir / ir / irdump.c
2009-03-02 Moritz KrollRenamed is_Div_remainderless to get_Div_no_remainder
2009-02-21 Moritz KrollRenamed get_Cond_defaultProj() to get_Cond_default_proj...
2009-01-19 Michael BeckGet rid of pn_Start_value_param:
2008-12-18 Michael Beck- implemented Builtin node to represent builtins ...
2008-11-28 Christoph MallonUnconditionally include string.h
2008-11-28 Christoph MallonUnconditionally include stdlib.h.
2008-11-11 Matthias Braunmake Consts look like other nodes to avoid confusion
2008-11-11 Matthias Braunfix node colors for some local constants
2008-10-14 Christoph Mallons/\<\(LC_\)\?INLINE\>/inline/.
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-11 Matthias Braunremove heap analysis hooks - they're not used anymore
2008-10-06 Christoph Mallons/irn_not_visited(x)/!irn_visited(x)/.
2008-10-05 Christoph MallonGood day and welcome to the FIRM XMALLOC*() macros...
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
next