Dropped some consts
[libfirm] / ir / ana / phiclass.c
2007-06-17 Matthias Braunfix warnings
2007-04-26 Matthias Braunfor i in *.[ch]; do sed -e 's/Copyrigth/Copyright/g...
2007-04-26 Matthias Braunadded license infos
2007-04-19 Christian Würdigphase takes now additional param on init
2007-04-05 Michael Beckrenamed phase_t to ir_phase
2007-03-29 Christian Würdigswitched to ir_nodeset
2007-03-29 Matthias Braunmove backend into libfirm
2007-02-16 Christian Würdigextended debug output
2007-02-11 Christian Würdigadded option for pure Phi classes
2007-02-09 Christian WürdigBugFix: ARR_F may be relocated when resized, so there...
2007-02-09 Christian WürdigBugFix: use phase_get_or_set_irn_data for getting phi...
2007-02-09 Christian WürdigBugFix: fixed wrong include
2007-02-09 Christian Würdigmade phiclass an ir_phase object
2006-03-30 Christian Würdigwrapped debugging modules with DEBUG_ONLY
2006-03-28 Michael Beckused new FIRM_DBG_REGISTER macro
2005-10-28 Michael Beckmore config.h stuff added
2005-08-23 Daniel Grunddel_pset in now called correctly
2005-08-23 Daniel GrundBugfixes
2005-08-11 Michael Beckremoved C99 feature
2005-08-09 Daniel GrundCompletely rewrote phiclass analysis.
2005-02-11 Michael Beckbugfix: pset was freed with free
2005-01-24 Daniel GrundMoved phi congruence class analysis herein.