refactored immediates:
[libfirm] / ir / be / arm / arm_transform.c
2008-03-11 Michael Beckrefactored immediates:
2008-03-11 Michael Beckupdated be_AddSP semantics
2008-01-02 Michael Beckupdate copyright message
2007-09-17 Christoph MallonLet constants and simular things depend on the stack...
2007-08-27 Matthias BraunSimplify backends by removing unnecessary constructs:
2007-08-27 Matthias Braunremove unused be_FrameLoad and be_FrameStore
2007-07-16 Matthias Braunfix allocas, fix Tls transform
2007-07-11 Michael Beckremoved character modes, use integer modes instead
2007-07-11 Michael Beckuse the new Anchor node instead of old anchors
2007-06-26 Michael Beckmore floating point immediate support
2007-06-26 Michael Beckinitial support for fpa immediates
2007-06-25 Michael Beckfixed MLA creation
2007-06-22 Michael BeckImplemented Unknown
2007-06-22 Michael Beckuse the new backend_marked flag
2007-06-22 Matthias Braunexperimental machine operands, fixed warnings
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