fix some warnings, represent mode size as unsigned value
[libfirm] / ir / ana / irmemory.c
2008-01-04 Matthias Braunfix some warnings, represent mode size as unsigned...
2008-01-02 Michael Beckupdate copyright message
2007-12-30 Michael Beckis_SymConst_addr_ent() added
2007-12-14 Michael Beckfixed criation of private properties and calls
2007-12-14 Michael Beckclone method can add a prefix
2007-12-10 Michael BeckImproved mark_private_methods():
2007-11-20 Michael Beckdisable different_sel_offsets(), seems to be broken
2007-11-20 Michael Beckimproved check for differnt variables
2007-10-22 Michael Beckadd a short cut to the disabiguator: pointer and non...
2007-09-25 Christoph MallonFix grammo in comment.
2007-09-17 Christoph MallonRemove classify_tarval(). Use tarval_is_null(), tarval_...
2007-08-21 Michael BeckBugFix: handle the method initializer right
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