Fix comment.
[libfirm] / ir / be / ia32 / ia32_address_mode.c
2008-09-23 Christoph MallonFix comment.
2008-08-22 Christoph MallonDo not split string literals.
2008-07-29 Matthias Braundon't do the store-float-conv optimisation with double...
2008-01-02 Michael Beckupdate copyright message
2007-10-24 Christoph MallonRestore the AM fold behavior of prior to r16324. It...
2007-10-24 Christoph MallonActually implement what r16324 promised.
2007-10-23 Christoph MallonImprove the AM folding heuristics: Do not fold AM if...
2007-10-23 Christoph MallonRemove dead code, remove pointless marking of memory...
2007-10-23 Christoph MallonRemove the unused function mode_needs_gp_reg().
2007-10-23 Christoph MallonClarify a comment.
2007-10-21 Matthias Braundon't aggressively fold some nodes when we know it...
2007-10-21 Matthias Braunfix address mode calculation: we can not eat immediates...
2007-10-17 Matthias Braunimprove float->int conversion
2007-10-17 Matthias Braun- Add a generic_attribute field to irops
2007-10-16 Matthias Braunfix AM matcher seeing add x, x as value with scale 2
2007-10-16 Michael Beck- removed identical is_downconv()
2007-10-16 Michael Beckadd doxygen comments
2007-10-16 Michael Becksome comments added
2007-10-12 Matthias Braunreenable conv skipping in address mode code
2007-10-08 Matthias Braunimprove mode/conv handling in backend (should result...
2007-09-26 Matthias Braunno environment anymore for emitters
2007-09-25 Michael BeckC99 feature removed
2007-09-25 Matthias Braun- never use (broken) sequential load/store in abi
2007-09-18 Matthias Braunfix warning, disable negative symconsts
2007-09-05 Michael Beckadd svn:keywords
2007-08-31 Matthias Braunforgot these 2 files in my last committ