BugFix: new_op must be used instead of op
[libfirm] / ir / be / arm / arm_transform.c
2007-06-19 Michael BeckBugFix: new_op must be used instead of op
2007-06-17 Matthias Braunfixed warnings
2007-06-17 Michael Beckfixed mode or arm_SymConst
2007-06-17 Michael Beckfixed mode of integer instructions
2007-06-17 Michael BeckBugFixes:
2007-06-16 Michael BeckVarious fixes
2007-06-15 Michael BeckChanged transformer to be like ia32: do a transform...
2007-06-14 Michael Beckreplaced assert(0) by panic()
2007-06-14 Michael Beckfpa constants implemented
2007-06-10 Michael BeckFixed some ugly "const" code
2007-06-01 Matthias Braunmoved external headers into include dir
2007-05-09 Michael BeckSeveral BugFixes and updates:
2007-05-05 Michael Beckused entities are now marked
2007-05-02 Michael Beckupdated header
2007-05-02 Matthias Braunadded doxygen comments, credited backend to Oliver...
2007-04-27 Christian Würdigadded new licence header
2007-03-29 Matthias Braunmove backend into libfirm
2007-01-16 Michael Beckrenamed type opcode to ir_opcode
2006-12-15 Matthias Braunwarning fixes
2006-12-13 Michael Beckrename type entity into ir_entity
2006-12-13 Michael Beck- renamed access offset functions
2006-08-24 Matthias Braun- New callback to ask nodes about constant stack pointe...
2006-08-04 Christoph MallonFix warnings
2006-04-20 Michael BeckImplemented basic FPA support
2006-04-08 Michael Beckused new outs feature
2006-04-05 Michael Beckremoved the arm_transform_env_t structure
2006-04-02 Michael BeckBig Changes:
2006-03-30 Christian Würdigwrapped debugging modules with DEBUG_ONLY
2006-03-30 Christian Würdigmade code C89 compliant
2006-03-27 Michael BeckAdded arm backend from BE praktikum