Remove entity_usage_state attribute
[libfirm] / ir / ir / irgraph.c
2011-09-14 Andreas ZwinkauRemove entity_usage_state attribute
2011-09-14 Andreas ZwinkauRemove dom_state and pdom_state attributes
2011-09-14 Andreas ZwinkauRemove outs_state attribute
2011-08-05 Matthias Braunrework taking of parameter addresses
2011-08-04 Matthias Braunsplit irg and irp resources, add IRP_RESOURCE_TYPE_LINK
2011-05-31 Matthias Braunirverify: simplify/refactor internal interfaces
2011-05-31 Matthias Brauna const ir_graph is enough for get_idx_irn
2011-05-06 Matthias Braungive Bad nodes a mode
2011-05-05 Christoph MallonRemove pointless local variables.
2011-04-24 Michael BeckSwitch irg index to type size_t, making the API more...
2011-04-08 Andreas Zwinkaumerge kaps
2011-03-30 Matthias Braunremove get_irg_tls() concept, simply use SymConst and...
2011-03-09 Christoph MallonFix typos in comments: s/it's/its/ and related corrections.
2011-02-11 Michael BeckFurther spread size_t.
2011-02-08 Matthias Braunfurther spread size_t
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-13 Matthias Braunlet Bad and NoMem nodes get automatically generated
2010-10-11 Matthias Brauncleanup ir_spec and let the script generate Start,End...
2010-10-08 Matthias Braunfix invalid double definition of irg_extblk_info_state
2010-10-06 Matthias Brauncleanup ircons code; add current_ir_graph independent...
2010-10-06 Matthias Braunforbid calls of new_XXX and new_d_XXX when not in phase...
2010-10-06 Matthias Braunmake firm optimisations independent of current_ir_graph
2010-09-22 Matthias Braunremove non-strict exception mode
2010-09-10 Matthias Braunremove normalize_proj_nodes, Projs aren't in the wrong...
2010-08-18 Matthias Braunremove lots of unnecessary and dangerous current_ir_gra...
2010-07-19 Matthias Braunremove unused/broken interprocedural view
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 Braunmerge common graph copying code; move dead code elimina...
2010-03-07 Matthias Braun- cleanup and simplify inlining code
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-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...
next