start register allocator again, fix typo
[libfirm] / ir / be / arm /
2006-12-21 Matthias Braun- All backend modules use module constructors for regis...
2006-12-20 Michael BeckAdded new required comment_string_end
2006-12-15 Matthias Braunfix bad format string for gendecls
2006-12-15 Matthias Braunwarning fixes
2006-12-14 Matthias Braunmore warning fixes
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-12 Christian Würdigadapted to new code generator callback (spill)
2006-12-11 Christoph Mallonexecfreqs was renamed to exec_freq
2006-12-04 Christian Würdigadded function to retireve ilp scheduler interface
2006-11-02 Christian Würdigadded callbacks and adapted interfaces for abstract...
2006-10-24 Christian Würdigextended node attribute initializer for execution unit...
2006-10-17 Christian Würdigadded ir/opt include
2006-09-17 Michael BeckAdded support for SymConst(ofs_ent)
2006-09-12 Michael Beckrenamed some firm enum types to have the ir_ prefix
2006-09-05 Adam Szalkowskifixed studd to make it run again after matze's commit
2006-08-31 Christian Würdigadapted to new callback
2006-08-30 Michael BeckAdd case for symconst_enum_const kind SymConsts
2006-08-29 Sebastian HackAdded setDebug() to heur 3
2006-08-28 Sebastian HackSeveral bug fixes
2006-08-24 Matthias Braun- New callback to ask nodes about constant stack pointe...
2006-08-15 Christian Würdigadapted to some new backend structures
2006-08-11 Christian Würdigadded new callback to set frame entity
2006-08-09 Matthias Braun- add new finish call to architecture calls. This call...
2006-08-04 Christoph MallonFix warnings
2006-05-29 Michael Beckrenamed symconst_size to symconst_type_size
2006-05-18 Michael BeckSMUL and UMUL added
2006-05-15 Christian Würdigadded missing include path
2006-05-15 Michael Beckadded context parameter for create_intrinsic_fkt
2006-05-11 Michael Beckadd the new get_param function
2006-05-11 Christian Würdigadapted to arch_irn_ops changes
2006-05-10 Christian Würdigadded cast to stop moaning
2006-05-10 Christian Würdigfixed perm emitter
2006-04-21 Michael Becklowercase modifiers
2006-04-21 Michael BeckFixed some emitters
2006-04-21 Michael Beckuse arm_fprintf_format() in all emitter functions
2006-04-20 Michael Beckfixed mappings for Load and Store nodes
2006-04-20 Michael Beckregister slots are now automatically allocated together...
2006-04-20 Michael BeckImplemented basic FPA support
2006-04-08 Michael Beckused new outs feature
2006-04-07 Adam Szalkowskifixed wrong dependencies which caused recompilation...
2006-04-05 Michael BeckAdd tarval attribute to fConst
2006-04-05 Michael Beckremoved the arm_transform_env_t structure
2006-04-02 Michael Beckinterface changed: outfile is transmitted to the isa...
2006-04-02 Michael Beckinterface changed: outfile is transmitted to the isa...
2006-04-02 Michael BeckBig Changes:
2006-03-31 Christian Würdigadded silence emitter for Projs and Phis
2006-03-30 Michael BeckAdd get_reg_class_alignment() implementation
2006-03-30 Christian Würdigwrapped debugging modules with DEBUG_ONLY
2006-03-30 Christian Würdigmade code C89 compliant
2006-03-29 Christian Würdigadded Makefile for make environment
2006-03-29 Christian Würdigadded obstack_printf extern declaration
2006-03-29 Christian Würdigadded cvsignore file
2006-03-28 Michael Beckused new FIRM_DBG_REGISTER() macro
2006-03-27 Michael BeckAdded arm backend from BE praktikum