remove #ifdef HAVE_CONFIG_Hs
[libfirm] / ir / ir / irgraph.c
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
2004-12-13 Sebastian Hackadded registration facility for own data in an ir graph...
2004-12-09 Götz Lindenmaierbugfix
2004-12-08 Sebastian HackMinor corrections.
2004-12-02 Michael Beckfixed config.h include
2004-11-30 Florian Liekweginclude irgwalk when using irg_walk
2004-11-26 Michael BeckAdded a phase that normalizes the proj positions
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-09 Michael BeckAdd a lot of const
2004-11-03 Michael Beckremoved gloval intraprocedural_view variable and replac...
2004-10-22 Boris Boeslernew test: is_pseudo_ir_graph()
2004-08-27 Rubino Geißinitial_mem memory for const irg graph
2004-08-27 Götz Lindenmaieradded initial mem to const code irg: constant division...
2004-08-13 Beyhannormalized names of functions, enums ...
2004-08-02 Michael BeckThe phase of the code_code_irg is phase_high now.
2004-08-02 Michael BeckThe const irg has not an initial_mem
2004-07-01 Götz Lindenmaiercomments
2004-06-25 Florian Liekwegrefine free_irg to avoid breakage in set_ent_irg
2004-06-25 Michael Beckirgraph: can be interrogated for initial mem
next