revivie max_irg_visited
[libfirm] / ir / ir / irgraph.c
2010-02-05 Matthias Braunrevivie max_irg_visited
2010-02-03 Matthias BraunRework linkage types in firm.
2010-01-05 Matthias BraunPrimitive, Pointer, Array and Method types are anonymou...
2009-06-25 Michael BeckAdd an irg attribute the Bad nodes: so get_Block_irg...
2009-06-19 Matthias Braun- Get rid of the infamous Start->ProjX->Start backedge
2009-05-13 Matthias Braun- Introduce the concept of the graph state bitset:...
2009-01-19 Michael Beck- implemented get_irg_value_param_type()
2009-01-19 Michael BeckGet rid of pn_Start_value_param:
2008-12-25 Moritz KrollMake get_idx_irn(irg, idx) public (useful for debugging...
2008-12-13 Christoph MallonClean up new_const_code_irg() a bit.
2008-12-12 Matthias Braundon't have new_immBlock set the current block
2008-11-28 Christoph MallonUnconditionally include string.h
2008-11-14 Matthias Braunrename mangling stuff to avoid name clashes
2008-10-31 Michael Beck- removed rest of already unsupported USE_EXPLICIT_PHI_...
2008-10-28 Michael Beck- add block Phi list resource
2008-10-27 Michael Beck- more irp_resource_reserved()
2008-10-27 Michael Beck- add functions for global (ir_prog) resource management
2008-10-20 Michael Beck- fixed memory leak: delete edges when a graph is deleted
2008-10-17 Sebastian BuchwaldFree a little more memory than before.
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-05 Christoph MallonGood day and welcome to the FIRM XMALLOC*() macros...
2008-09-22 Michael Beck- all visited flags use the ir_visited_t type now
2008-09-21 Matthias BraunExtend the address_taken concept: We now have an ir_ent...
2008-09-11 Christoph Mallons/get_irn_op(x) {==,!=} op_FOO/{,!}is_FOO(x)/.
2008-08-16 Michael Becksmall improvement
2008-08-15 Michael Beck- clear the descriptions if SSA construction is restarted
2008-08-13 Matthias Braunintroduce more generic resource reservation debug helpe...
2008-07-31 Sebastian BuchwaldDeactivate edges before freeing an irg.
2008-05-26 Michael Beckadd *_Block_mark() api to mark easily Blocks in the...
2008-04-14 Michael Beck- get_irg_initial_exec()/set_irg_initial_exec() added
2008-04-04 Michael BeckBugFix:
2008-03-05 Matthias Braunfix warnings
2008-03-03 Michael Beckcreate irg_set_nloc() and made it global visible
2008-02-28 Michael Beckcreate_irg_copy() implemented
2008-01-16 Matthias Braunrename set_using_visited to set_using_irn_visited,...
2008-01-14 Matthias BraunImplement get_irg_graph_nr in release mode
2008-01-12 Michael Beckmore INTERPROCEDURAL_VIEW #ifdef's
2008-01-02 Michael Beckupdate copyright message
2007-11-16 Michael Beckremoved unused proj_args of a graph
2007-11-08 Matthias Braunadd an get_irg_idx
2007-11-08 Matthias Braunadd support for graph_idx
2007-10-12 Matthias Braunfixed/warnings make it possible to build without interp...
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 Beckuse the new Anchor node instead of old anchors
2007-07-11 Michael Beckcosmetic change
2007-06-17 Matthias Braunfixed warnings (some of them were actual bugs), leave...
2007-06-01 Matthias Braunmoved external headers into include dir
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-16 Christian Würdigadded flags and set/get functions indicating if we...
2007-01-15 Michael Becktypo fixed
2007-01-15 Michael Beckadd option for the memory disambiguator
2007-01-07 Michael Beckir_address_taken_computed_state added for a graph
2006-12-13 Michael Beckrename type entity into ir_entity
2006-09-12 Michael Beckrenamed some firm enum types to have the ir_ prefix
2006-08-28 Sebastian HackAdded dependency edges
2006-07-02 Michael BeckRenamed attribute names to more understandable names.
2006-06-08 Michael Beckcreated anchor for the value base pointer
2006-06-03 Michael Beckadded support for Thread local storage
2006-05-10 Sebastian HackAdded index -> node map to irgs
2006-04-07 Michael Beckdump the node index and estimated node count
2006-04-07 Michael Beckintroduced node index: a small unique per graph node...
2006-04-06 Michael Beckremoved unused cstore
2006-04-06 Michael BeckPut all anchor nodes into an array: This makes the...
2006-03-20 Michael Beckget_irg_extblk_state() and set_irg_extblk_inconsistant...
2006-02-21 Michael Beckmake get_irg_graph_nr() 64-bit save
2006-01-09 Michael Beckadded data and functions for post-dominance info
2005-12-30 Michael Becktype_t.h include added
2005-11-18 Michael Beckrenamed op_pin_state_pinned into irg_pinned_state
2005-11-17 Michael Beckremoved bool type and depency from stdbool.h (not C89)
2005-11-14 Michael Beckestimated node count added
2005-11-08 Michael Beckcalling conventions are now stored in the type
2005-11-01 Michael Beckirg_no_property used instead of 0
2005-10-17 Michael Beckadded colling conventions
2005-09-08 Michael Beckadditional graph properties added
2005-08-03 Michael Beckchanged mode_P_mach into new mode_P_data
2005-08-01 Michael Beckused new new_type_frame() to generate frame types
2005-07-26 Götz Lindenmaierrenamed remove_outs,
2005-07-19 Michael Beckget_irg_frame_type() now calls skip_tid()
2005-06-15 Götz Lindenmaierloopinfo state handling on program basis
2005-05-31 Michael Beckinitialize new fields for extended basic blocks
2005-05-24 Michael Beckcleaned up set_irg_loopinfo_inconsistent() and moved...
2005-05-23 Michael Beckfixed deletion of ir_graphs: must take registzered...
2005-04-29 Götz Lindenmaiermore state handling
2005-02-23 Götz Lindenmaiermore state handling
2005-02-11 Michael Beckremoved FIRM_EDGES_INPLACE, now handles by preprocessor
2005-02-10 Sebastian HackAdded support for out edges.
2005-02-02 Michael Beckcleaned the value descriptions on allocation
2005-01-27 Michael Beckadded get_irg_loc_description and set_irg_loc_description
2005-01-26 Michael Beckrenamed __func to _func to avoid to usage of reserved...
2005-01-18 Götz Lindenmaieradded field for execution freqency
2005-01-11 Michael Beckused new hooks instead of firmstat
2005-01-05 Michael Beckrenamed fucntions is_x*_type() to is_X*_type() to preve...
2005-01-04 Michael Beckremoved INLINE before global functions
2004-12-23 Michael Beckfixed the type of the visited counter
2004-12-22 Michael Beckmade llocations C-like
2004-12-20 Florian Liekwegget/set proj(arg) from/to ir_graph
next