Switch irg index to type size_t, making the API more consistent.
[libfirm] / ir / ir / irgraph.c
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
2004-06-17 Götz Lindenmaiervarious bugfixes for the unreachable loop problem
2004-06-17 Götz Lindenmaier*** empty log message ***
2004-06-16 Michael BeckAdded option to switch of precise exception context
2004-06-15 Michael BeckNew inlining schema implemented:
2004-06-08 Götz Lindenmaiera bunch of comments
2004-05-27 Michael Beckadded hook for free_ir_graph(), explicitely transmit...
2004-05-26 Michael Beckdoxygen comments fixed,
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-09 Götz Lindenmaierbugfixes
2004-03-02 Till Riedelreally free graph(obstack)
2004-02-26 Götz Lindenmaieradded routines to free memory
2004-02-04 Michael BeckType fixed
2004-01-20 Götz Lindenmaierchanged semantics of Unknown: now has a mode.
2003-11-14 Götz Lindenmaiersetting visited in const_irg to infinity to improve...
2003-09-02 Michael BeckSet all values of the cost irg to 0
2003-08-29 Götz Lindenmaiertypes for constants (optional)
2003-08-19 Götz Lindenmaieradded copyright headers
2003-08-19 Götz LindenmaierAdded irg field to start, more verbose irdump
2003-08-13 Götz Lindenmaierstring independent test.
2003-07-14 Sebastian Felis- add ir_ir_graph() function
2003-07-11 Michael Beckfixed:
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-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-01-30 Götz Lindenmaierremoved warnings
2003-01-13 Sebastian Felisadded doxygen comments
2002-12-24 Götz LindenmaierBugfix in const_code_irg: phase_state initialization.
2002-12-19 Götz LindenmaierAdded static to many static routines
2002-11-26 Matthias HeilModi umbenannt
2002-10-09 Götz LindenmaierAdded access routines to external variables.
2002-09-11 Götz Lindenmaierwalker for complete interprocedural graph
2002-08-07 Götz Lindenmaier implemented scc algorithm. Added datastructure to...
2002-07-11 Götz LindenmaierNormalisierung der Zugriffsfunktionen,
2002-07-05 Götz LindenmaierCode review to compile with -ansi
2002-07-03 Götz LindenmaierChanges to avoid compiler warnings.
2002-06-19 Götz LindenmaierAdded interprocedural view.
2002-04-23 Götz LindenmaierImplemented debug support.
2002-03-18 Götz Lindenmaier Parted common.h into two files common_t.h. By this...
2002-02-28 Götz Lindenmaierblock walk in irouts.
2002-02-14 Götz Lindenmaierminor changes to help with making the ajacs-jikes backend
2002-02-11 Florian LiekwegFixes (goetz) f"ur PRECISE_EXC_CONTEXT --flo
2002-01-31 Götz Lindenmaier New directory: ana for analyses. Adapted configure...
2001-12-10 Götz LindenmaierAdded support for constant entities. A new example...
2001-12-03 Götz Lindenmaierextended "coCV
2001-11-28 Boris Boesleradded Id tag
2001-11-20 Götz Lindenmaier 20.11.2001 Goetz
2001-09-10 Götz LindenmaierCBugfix: dead node elimination did not replace the...
2001-08-29 Götz LindenmaierAdded routine remove_irp_irg.
2001-08-29 Götz LindenmaierAdded routine to free irgraphs.
2001-03-05 Boris Boesleradded
2001-03-01 Götz Lindenmaier*** empty log message ***
next