set the isa right
[libfirm] / ir / be / arm / arm_emitter.c
2008-03-11 Michael Beckset the isa right
2008-03-11 Michael Beckrefactored immediates:
2008-03-11 Michael Beckset the global isa object
2008-01-02 Michael Beckupdate copyright message
2007-11-19 Michael Beckmoved be_retrieve_dbg_info() into middleend and rename...
2007-09-26 Matthias Braunno environment anymore for emitters
2007-08-27 Matthias BraunSimplify backends by removing unnecessary constructs:
2007-07-25 Michael Beckemit new block labels
2007-07-11 Michael Beckremoved character modes, use integer modes instead
2007-06-29 Matthias Braunfixed some warnings
2007-06-27 Christoph MallonRemove unused variable.
2007-06-26 Michael Beckmore floating point immediate support
2007-06-26 Michael BeckFixed CopyB emitting (mostly).
2007-06-25 Michael BeckMade fallthrough handling ia32 like
2007-06-22 Michael BeckImplemented Unknown
2007-06-22 Michael Beckuse the new backend_marked flag
2007-06-22 Michael Beckfixed output of arm_emit_shift()
2007-06-15 Michael BeckChanged transformer to be like ia32: do a transform...
2007-06-14 Matthias Braunfix wrong parameter for be_emit_char
2007-06-14 Michael Beckfpa constants implemented
2007-06-10 Michael BeckFixed some ugly "const" code
2007-05-09 Michael BeckSeveral BugFixes and updates:
2007-05-07 Matthias Braunstart counting at 0 for dest and source registers
2007-05-05 Michael Beckremoved dead declarations
2007-05-05 Michael Beckused entities are now marked
2007-05-05 Michael Beckswitch to new style emitter
2007-05-02 Matthias Braunadded doxygen comments, credited backend to Oliver...
2007-04-27 Christian Würdigadded new licence header
2007-04-18 Matthias Braun- Split bearch.h correctly into bearch.h and bearch_t.h
2007-03-29 Matthias Braunmove backend into libfirm
2007-03-19 Matthias BraunThe big committ:
2006-12-21 Matthias Braun- All backend modules use module constructors for regis...
2006-12-14 Matthias Braunwarning fixes
2006-12-14 Matthias Braunwarning fixes
2006-12-13 Michael Beckrename type entity into ir_entity
2006-12-13 Michael Beck- renamed access offset functions
2006-12-11 Christoph Mallonexecfreqs was renamed to exec_freq
2006-09-05 Adam Szalkowskifixed studd to make it run again after matze's commit
2006-08-24 Matthias Braun- New callback to ask nodes about constant stack pointe...
2006-08-11 Christian Würdigadded new callback to set frame entity
2006-08-04 Christoph MallonFix warnings
2006-05-10 Christian Würdigfixed perm emitter
2006-04-21 Michael Beckuse arm_fprintf_format() in all emitter functions
2006-04-20 Michael BeckImplemented basic FPA support
2006-04-02 Michael BeckBig Changes:
2006-03-31 Christian Würdigadded silence emitter for Projs and Phis
2006-03-30 Christian Würdigwrapped debugging modules with DEBUG_ONLY
2006-03-30 Christian Würdigmade code C89 compliant
2006-03-28 Michael Beckused new FIRM_DBG_REGISTER() macro
2006-03-27 Michael BeckAdded arm backend from BE praktikum