fix lower_mode_b relying on current_ir_graph being equal to the passed irg; make...
[libfirm] / include / libfirm / irgraph.h
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