revert accidental commit which disable node number and index dumping
[libfirm] / ir / ir / irdump.c
2010-04-06 Matthias Braunrevert accidental commit which disable node number...
2010-03-29 Matthias Braunautomatically generate most getter/setter functions...
2010-03-15 Matthias Braunfix various warnings reported by cparser
2010-03-10 Matthias Braun- fix most of the -Wunreachable-code and -Wlogical...
2010-03-09 Matthias Braunmake firm (mostly) -Wmissing-prototypes clean
2010-03-07 Matthias Braunlabel start and end block in dumps
2010-02-27 Jonas FietzRemove code for range_node and bits_node
2010-02-27 Jonas Fietzrewrite vrp scanning to use a phase instead of attrs...
2010-02-21 Christoph MallonPut opening curly brace of functions on a separate...
2010-02-19 Christoph MallonRemove address name SymConsts.
2010-02-14 Christoph MallonSome more cleanup: Put the return type and other specif...
2010-02-13 Christoph MallonPut a space after if/for/switch/while.
2010-02-13 Christoph MallonPut opening curly brace of functions on a separate...
2010-02-10 Jonas FietzAdd dumper code for VRP information
2010-02-03 Matthias BraunRework linkage types in firm.
2010-01-05 Matthias BraunPrimitive, Pointer, Array and Method types are anonymou...
2010-01-02 Matthias Brauncleanup dbginfo public API: no dbg_snprint anymore
2009-12-11 Matthias Braunremove the concept of M_except, we always use the norma...
2009-12-01 Matthias Braunchange debug printing of firm nodes: add a space betwee...
2009-09-21 Sebastian BuchwaldConnect Projs and their predecessors by nearedges inste...
2009-08-23 Michael Beck- fixed pass manager
2009-06-29 Matthias BraunCleanup: remove firm_common_t.h (and the PRECISE_EXC_CO...
2009-06-01 Matthias BraunRework Block labels: They are entities now so we don...
2009-05-17 Matthias Braun- newer gcc warned me about errors in our strncat usage...
2009-04-03 Michael Beck- constify
2009-04-02 Michael Beck- BugFix: do not crash when dumping all-types graph...
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
next