handle indeces with different modes
[libfirm] / ir / ana / irmemory.c
2007-08-07 Michael Beckhandle indeces with different modes
2007-08-06 Michael BeckMark all entities used in initializers for global varia...
2007-06-21 Michael Beckupdate_calls() fixed hopefully last time :-)
2007-06-21 Christoph MallonFix r14644 (fast call).
2007-06-19 Matthias Braunfixed broken mark_private_methods
2007-06-18 Michael Beckmoved opt_calling_conventions() to mark_private_methods()
2007-06-18 Matthias Braunfixed warnings
2007-06-12 Matthias Braunworkaround problems when comparing bitfield types
2007-06-05 Michael Beckcalculates now the address_taken flag for methods,...
2007-05-04 Michael Beckdifferent_pointer() improved
2007-05-03 Michael Beckadd some initial debugging support
2007-05-02 Michael BeckRestructured a bit
2007-05-02 Michael Beckclean up a bit
2007-05-02 Michael Beckimplemented different_sel_offsets() for arrays
2007-04-26 Michael Beckincomplete offset calculation added
2007-04-26 Matthias Braunfor i in *.[ch]; do sed -e 's/Copyrigth/Copyright/g...
2007-04-26 Matthias Braunadded license infos
2007-04-25 Michael BeckBugFix: use the maximum as the comments says, NOT the...
2007-03-29 Matthias Braunmove backend into libfirm
2007-02-21 Matthias Braunfix warning
2007-02-07 Michael BeckBugFix: TLS variables are Sels, not SymConst
2007-02-05 Michael BeckBugFix: wrong ()
2007-02-01 Michael Beckadd local and parameter rule
2007-01-16 Michael Beckrenamed type opcode to ir_opcode
2007-01-15 Michael Becktypo fixed
2007-01-12 Michael Beck- memory disambiguator option can be set for the irp...
2007-01-11 Matthias Braunfix warning
2007-01-07 Michael BeckInitial version of the memory disambiguator added