fix some warnings, represent mode size as unsigned value
[libfirm] / ir / lower / lower_hl.c
2008-01-04 Matthias Braunfix some warnings, represent mode size as unsigned...
2008-01-02 Michael Beckupdate copyright message
2007-12-11 Matthias Braunmake it possible to not lower bitfields
2007-12-07 Michael BeckAdd an ir_mode * parameter to all SymConst constructors...
2007-11-20 Michael Beckreally do what r16812 promises
2007-11-20 Michael Becklower_highlevel_graph() added
2007-10-12 Matthias Braunfixed/warnings make it possible to build without interp...
2007-10-11 Michael Beckremove Cast node
2007-08-02 Michael Beckpreliminary code for unaligned Load/Store lowering...
2007-08-02 Michael Beckuse the new bitfield types to check for bitfield access...
2007-08-01 Michael BeckAdded again the ptr Add, removing was wrong
2007-07-31 Michael Beckfixed bitfield lowering: do not touch Load/Store that...
2007-07-31 Michael Beckremoved the load/store smaller optimization
2007-07-24 Michael Beckadd symconst_label
2007-07-19 Michael Beckfixed bitfield loads: mode must be adjustedir/lower...
2007-06-18 Matthias Braunfixed warnings
2007-06-01 Michael Beckmoved all lower_* header into new lowering.h
2007-06-01 Matthias Braunmoved external headers into include dir
2007-05-12 Michael Beckproperties updated
2007-05-04 Michael BeckMoved simple loweing from firmlower, making firmlower...