documentation: Update information about ir_graph.
[libfirm] / include / libfirm / irgraph.h
2012-12-11 Christoph Mallondocumentation: Update information about ir_graph.
2012-12-02 Christoph Mallonirgraph: Remove the unused facility to register space...
2012-11-26 Matthias Braunget rid of get_irg_estimated_node_count
2012-10-24 Matthias Braunremove irg_phase_state, use IR_GRAPH_CONSTRAINT instead
2012-10-24 Matthias Braunreorgranize method properties
2012-09-12 Sebastian BuchwaldFixed typo.
2012-07-13 Matthias Braunmove domfront from be to ana
2012-06-15 Matthias Braunremove opt_manage, provide assure_irg_properties
2012-06-15 Matthias Braunsplit graph state into properties and constraints
2012-06-13 Matthias Braunremove deprecated support for bitfield masking
2012-06-13 Matthias Braunremove extended basic block support
2012-02-27 Christoph MallonCorrect comment: The first block in a graph is matured.
2011-12-14 Matthias BraunAdded missing API docu, improved existing API docu
2011-12-14 Matthias BraunMove current_ir_graph from ir_graph to ir_cons
2011-12-09 Matthias BraunRework API documentation
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-10-27 Andreas Zwinkautailrec requires many Returns
2011-09-22 Matthias Brauncleanup comments in public headers
2011-09-20 Matthias Brauneliminate ip_outs_state and trouts_state
2011-09-20 Matthias Braunuse IR_GRAPH_STATE instead of irg_extblk_info_state
2011-09-20 Matthias Braunremove loopinfo stuff and exclusively use IR_GRAPH_STAT...
2011-09-20 Matthias Braunremove broken-for-verifier flag
2011-09-20 Matthias Braunrename NO_BAD_BLOCKS to NO_BADS, remove unnecessary...
2011-09-20 Matthias Brauncleanup/fix optimize_graph_df flag handling
2011-09-16 Andreas Zwinkaudocumentation for graph state flags
2011-09-15 Matthias Braunlower_mode_b: refactoring, make it more robust
2011-09-14 Andreas ZwinkauMerge branch 'opt_manage'
2011-09-14 Andreas ZwinkauRemove dom_state and pdom_state attributes
2011-09-14 Andreas ZwinkauRemove outs_state attribute
2011-09-14 Andreas ZwinkauRemoved IR_GRAPH_STATE_BAD_BLOCK symbol
2011-09-14 Andreas Zwinkauintroduce opt_manage framework
2011-08-16 Andreas ZwinkauAPI Change: Use graph state instead of parameter
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 BraunIntroduce flip-flopping normalisations
2011-05-31 Matthias Brauna const ir_graph is enough for get_idx_irn
2011-05-06 Matthias Braungive Bad nodes a mode
2011-04-28 Matthias BraunSimplify handling of unreachable code
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-24 Michael BeckFix typos in comments: s/wether/whether/ and related...
2011-03-09 Christoph MallonFix typos in comments: s/it's/its/ and related corrections.
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
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-09-10 Matthias Braunremove normalize_proj_nodes, Projs aren't in the wrong...
2010-08-05 Matthias Braunfix lower_mode_b relying on current_ir_graph being...
2010-07-28 Matthias Braunavoid unnecessary #define in public headers
2010-07-19 Matthias Braunremove unused/broken interprocedural view
2010-05-21 Michael BeckFixed Win32 DLL support.
2010-05-20 Matthias Braunproperly mark symbols in the public API to be exported...
2010-03-10 Matthias Braun- fix most of the -Wunreachable-code and -Wlogical...
2010-02-04 Matthias Braunoops
2010-02-04 Matthias Braunintroduce IR_RESOURCE_TYPE_VISITED
2009-05-17 Matthias Braun- newer gcc warned me about errors in our strncat usage...
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-10 Matthias Braunavoid some unnecessary includes in public headers
2008-11-06 Michael Beck- removed "firm-jni" hack: unused and questionable...
2008-11-06 Michael Beck- add the IRG-LINK resource
2008-10-28 Michael Beck- add block Phi list resource
2008-10-27 Michael Beck- introduced IR_RESOURCE_ENTITY_LINK
2008-10-11 Matthias Braun- remove some now unnecessary firm_config.h
2008-09-28 Matthias Braunfix warning in optimized build
2008-09-28 Michael Beck- add and fix some comments
2008-09-22 Michael Beck- all visited flags use the ir_visited_t type now
2008-09-19 Matthias Braunfix optimize build
2008-08-13 Matthias Braunintroduce more generic resource reservation debug helpe...
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-01-21 Matthias Braunfix using_irn_visited in optimized mode
2008-01-16 Matthias Braunrename set_using_visited to set_using_irn_visited,...
2008-01-02 Michael Beckupdate copyright message
2007-11-19 Michael Beckremoved useless spaces, improved doxygen comments
2007-11-16 Matthias Braunmissing firm_config.h
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 Beckinproved doxygen docu
2007-06-03 Michael Becksome doxygen comments added
2007-06-01 Matthias Braunmoved external headers into include dir