Allow loading of stack parameters with a different mode than the parameter mode....
[libfirm] / ir / be / arm / bearch_arm.c
2007-10-15 Christoph MallonAllow loading of stack parameters with a different...
2007-09-30 Matthias Braunadd index to register classes, change some fields to...
2007-09-26 Matthias Braunno environment anymore for emitters
2007-09-05 Michael Beckchanged parameters for new MulC
2007-08-18 Christoph MallonRemove an unnecessary layer of indirection from the...
2007-08-09 Michael Becklower_intrinsics() now has an additional parameter...
2007-07-06 Michael Beckrenamed structures containing settings to ir_settings_...
2007-07-06 Michael Beckadded missing includes
2007-06-28 Michael Beckdisable PSI creation for now
2007-06-27 Michael BeckFixed Div/Mod lowering:
2007-06-26 Michael Beckmore floating point immediate support
2007-06-25 Matthias Braunwarning fixes and use of attribute copy function
2007-06-25 Matthias Braunfix for new requirements generator
2007-06-22 Michael BeckImplemented Unknown
2007-06-22 Michael Beckadd support for 2 return registers
2007-06-22 Michael Beckfixed handle_calls()
2007-06-18 Matthias Braunfixed fpu problems, several x87 fixes
2007-06-18 Michael Beckremoved prefer_fastcall: backends can now decide how...
2007-06-18 Matthias Braunfixed warnings
2007-06-17 Michael Beckremoved unused debug handle
2007-06-15 Michael BeckChanged transformer to be like ia32: do a transform...
2007-06-14 Michael Beckfixed spill alignment
2007-06-10 Michael BeckFixed some ugly "const" code
2007-06-06 Michael Beckremoved arm_register_from_name() callback
2007-06-01 Michael Beckmoved all lower_* header into new lowering.h
2007-06-01 Matthias Braunmoved external headers into include dir
2007-05-31 Michael BeckInitialization fixed
2007-05-31 Michael BeckAdded changes for inline assembler
2007-05-25 Michael BeckUse new result mode and updated X_regular for the runti...
2007-05-18 Matthias Braunbackends can specify costs for spill and reload
2007-05-09 Michael BeckSeveral BugFixes and updates:
2007-05-07 Michael Beckspill-slot coalescing added
2007-05-07 Matthias Braunstart counting at 0 for dest and source registers
2007-05-05 Michael Beckfixed isa template initializer
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-19 Matthias Braunfirst step for generating flag datastructures, generato...
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:
2007-03-02 Matthias Braun- No #ifdef WITH_LIBCORE anymore in backend, compilatio...
2007-02-09 Christian Würdigchanged type for callback
2007-02-09 Christian Würdigadapted to new isa callback
2007-01-10 Matthias Braunisas and spillers register themselfes in the module...
2006-12-21 Matthias Braun- All backend modules use module constructors for regis...
2006-12-14 Matthias Braunmore warning 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-04 Christian Würdigadded function to retireve ilp scheduler interface
2006-11-02 Christian Würdigadded callbacks and adapted interfaces for abstract...
2006-08-31 Christian Würdigadapted to new callback
2006-08-29 Sebastian HackAdded setDebug() to heur 3
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-09 Matthias Braun- add new finish call to architecture calls. This call...
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-04-20 Michael BeckImplemented basic FPA support
2006-04-08 Michael Beckused new outs feature
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-30 Michael BeckAdd get_reg_class_alignment() implementation
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