renamed type opcode to ir_opcode
[libfirm] / ir / ir / irdump.c
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.
2005-02-10 Sebastian HackAdded additional dominator information dumping
2005-01-27 Florian LiekwegDeclare heapanal functions as extern, which they are
2005-01-11 Michael Beckadded support for Win32
2005-01-05 Michael Beckrenamed fucntions is_x*_type() to is_X*_type() to preve...
2005-01-04 Michael Beckrenamed none_type and unknown_type
2005-01-04 Michael Beckremoved C99 construct
2004-12-28 Götz Lindenmaiernew dumper for partial graph
2004-12-21 Michael Beckremoved C99 constructs
2004-12-10 Michael Becknormalize the interface, all fucntions that change...
2004-12-09 Michael Beckchanged the hook function
2004-12-08 Götz Lindenmaierchanged info of nodes.
2004-12-02 Michael Beckfixed config.h include
2004-12-01 Michael BeckAdded a new attribute to block nodes: dead
2004-11-30 Götz Lindenmaiermore verbose info output of irnoded
2004-11-30 Michael Beckfixed type, bugfix for out's
2004-11-30 Michael Beckenhanced dumper: dumps yet Bad blocks in local-const...
2004-11-30 Michael Beckclean up a bit
2004-11-19 Michael Beckremoved bugus ;
2004-11-18 Michael Beckfixed some depencies between irdump.c and irdumptxt.c
2004-11-18 Michael Beckcleaned up
2004-11-18 FIRM Projekt AccountRemoved indeterministic output from vcg graphs
2004-11-11 Götz Lindenmaiertreatment of pseudo irgs
2004-11-10 Michael BeckAdded NoMem node that represents a Memory that is Not...
2004-11-10 Götz LindenmaierCall_calleesl now with unknown entity instead of NULL.
2004-11-03 Michael Beckremoved gloval intraprocedural_view variable and replac...
2004-10-29 Götz Lindenmaieradapted to new function name in irtypeinfo,
2004-10-25 Boris Boeslerhandling some "unknown_type"-stuff
2004-10-18 Florian Liekwegavoid warning
2004-10-12 Michael BeckUsed new get_irn_pinned() fucntion
2004-10-12 Michael BeckChanged dumping modes from positive to negativ list...
2004-09-25 Götz Lindenmaiermore verbose output
2004-09-24 Michael BeckDump the volatility of Load/Store ops
2004-09-22 Michael BeckFixed pinned info
2004-09-17 Michael BeckThe load mode is now shown in [] brackets
2004-09-15 Michael BeckShows the block for floating nodes
2004-09-08 Michael Beckbugfix when dumping dominator info
2004-09-08 Michael Beckcolor and name Start and End block in cfg graphs
2004-09-07 Götz Lindenmaiernew verbosity flags
2004-09-02 Götz Lindenmaierfixed test: new reference
2004-09-02 Götz Lindenmaieradded test dumper
2004-08-31 Götz Lindenmaieradded dumper for callgraph
2004-08-16 Rubino Geißadded const to suffix char *
2004-08-13 Beyhannormalized names of functions, enums ...
2004-08-05 Götz Lindenmaierloop tree dumper was broken
2004-07-27 Michael BeckCleaned up, removed global File handle
next