Some more cleanup: Put the return type and other specifiers on the same line as the...
[libfirm] / ir / ir / irgraph_t.h
2010-02-14 Christoph MallonSome more cleanup: Put the return type and other specif...
2010-01-02 Matthias Braunreally remove type_id
2009-06-29 Matthias BraunCleanup: remove firm_common_t.h (and the PRECISE_EXC_CO...
2009-06-18 Matthias Braunfix wrong assert, expor copy_node_attr function to...
2009-05-13 Matthias Braun- Introduce the concept of the graph state bitset:...
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-10-14 Christoph Mallons/\<\(LC_\)\?INLINE\>/inline/.
2008-09-22 Michael Beck- all visited flags use the ir_visited_t type now
2008-04-14 Michael Beck- get_irg_initial_exec()/set_irg_initial_exec() added
2008-03-03 Michael Beckcreate irg_set_nloc() and made it global visible
2008-02-28 Michael Beckcreate_irg_copy() implemented
2008-01-02 Michael Beckupdate copyright message
2007-11-16 Michael Beckremoved unused proj_args of a graph
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 Becktype type definitions to new irtype.h
2007-07-05 Michael Beckindentation fixed
2007-07-02 Matthias Braunone more assert
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-23 Michael Beckcg_callee_entry type holding the callee information...
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-08-28 Sebastian HackAdded dependency edges
2006-07-31 Sebastian HackFixed a bug
2006-07-31 Sebastian HackRemoved exec freqs
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-05-08 Michael Beckremoved the INPLACE_EDGES option. They are now always...
2006-04-24 Michael Beckdec_irg_block_visited() added
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 Beckfix the type of the graph number
2006-01-13 Michael Beckrenamed all types 'type' to 'ir_type'
2006-01-09 Michael Beckadded data and functions for post-dominance info
2005-12-28 Michael Beckfirm_types.h included, to need to uses "hidden" types...
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-10-17 Michael Beckadded colling conventions
2005-09-08 Michael Beckadditional graph properties added
2005-07-19 Michael Beckget_irg_frame_type() now calls skip_tid()
2005-07-01 Michael Beckfixed doxygen documentation
2005-05-31 Michael Beckadded fields for extended basic blocks
2005-05-24 Michael Beckmade set_irg_loopinfo_inconsistent() an inline function
2005-04-29 Götz Lindenmaiermore state handling
2005-04-15 Götz Lindenmaiermore state handling
2005-03-14 Michael Becktypo fixed
2005-02-23 Götz Lindenmaiermore state handling
2005-02-11 Michael Beckfixed FIRM_EDGES_INPLACE condition
2005-02-10 Sebastian HackAdded support for out edges.
2005-01-28 Michael Beckadded loc_description
2005-01-18 Götz Lindenmaieradded field for execution freqency
2005-01-05 Michael Beckrenamed fucntions is_x*_type() to is_X*_type() to preve...
2004-12-22 Michael Beckreduced size for isbe arrays
2004-12-20 Florian Liekwegget/set proj(arg) from/to ir_graph
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-09-02 Götz Lindenmaiercomments
2004-08-31 Götz Lindenmaiermore state administration
2004-08-13 Beyhannormalized names of functions, enums ...
2004-07-22 Götz Lindenmaierdumper and datastructure for callgraph
2004-06-25 Michael Beckirgraph: can be interrogated for initial mem
2004-06-17 Götz Lindenmaier*** empty log message ***
2004-06-17 Florian Liekwegir_graph.n_outs fenced into DEBUG_libfirm
2004-06-15 Michael BeckNew inlining schema implemented:
2004-06-12 Florian LiekwegDebug instrumentation for outedges --flo
2004-05-04 Götz Lindenmaierremember all end nodes in irg for dumping convenience.
2004-04-29 Florian LiekwegRemoved C++-Style comments --flo
2004-04-27 Götz Lindenmaierstate handling for loops
2004-04-14 Götz Lindenmaieradded flag to steer inlineing
2004-03-24 Michael BeckNew optimization flag handling, get_opt functions are...
2004-03-09 Götz Lindenmaierbugfixes
2004-01-20 Götz Lindenmaierchanged semantics of Unknown: now has a mode.
2003-08-29 Götz Lindenmaiertypes for constants (optional)
2003-08-19 Götz Lindenmaieradded copyright headers
2003-06-23 Till Riedelintoduced kind field to mode node graph
2003-03-25 Michael Becknode_is_in_irgs_storage() function added
2003-03-25 Götz Lindenmaierobstack access funcion fixed
2003-03-24 Götz Lindenmaierobstack access function
2003-02-28 Götz LindenmaierMoved function to external header
2003-02-25 Götz LindenmaierFixed several stuff, DDM messages, visibility of graph_...
2003-02-19 Till Riedelir_dump now outputs unique numbers for types, entitys...
2003-02-17 Michael BeckFixed prototypes to compile with -Wstrict-prototypes.
next