typo fixed
[libfirm] / ir / be / mips /
2008-09-09 Michael Beck- Allowing an initial stack_bias to be transmitted...
2008-08-22 Christoph MallonRemove final \n from panic messages, panic() adds a...
2008-08-21 Christoph MallonRename arch_register_req_type_should_be_different to...
2008-08-05 Michael Beckremoved C99 stdbool.h from the "official" interface...
2008-07-28 Matthias Braunforgot to adjust mips backend for asm stuff
2008-07-23 Michael Beck- add support for opcode specific hash function
2008-06-25 Michael Beck- fixed ir_printf format (%lu and %ld now working)
2008-06-12 Michael Beck- unfinished work to support exception label lookup
2008-06-01 Michael Beck- stack alignment is now power of two
2008-05-30 Michael Beckadd extra info for immediate float mode
2008-05-23 Matthias Braun- Aus arch_isa_t wird arch_env_t sonst ändert sich...
2008-05-23 Matthias Braunwe don't need no stinking selfs
2008-05-23 Matthias Braun- arch_get_irn_ops simplified
2008-05-23 Michael BeckRemoved the arch_irn_handler_t. This was just an additi...
2008-04-09 Matthias Braun- add support for stack alignment on calls
2008-04-03 Matthias Braunstarted implementing Mac Style PIC
2008-01-02 Michael Beckupdate copyright message
2007-10-23 Christoph Mallon- Allow an arbitrary (for arbitrary < 32) number of...
2007-10-17 Matthias Braun- Add a generic_attribute field to irops
2007-10-15 Christoph MallonAllow loading of stack parameters with a different...
2007-10-12 Matthias Braunimprove and generalize handling of calls shrinking...
2007-09-30 Matthias Braunadd index to register classes, change some fields to...
2007-09-27 Christoph MallonAllow two should-be-same constraints for every out...
2007-09-26 Matthias Braunno environment anymore for emitters
2007-09-19 Christoph MallonGet rid of be_SetSP.
2007-09-17 Christoph MallonRemove dead code: tarval_is_long() returns true for...
2007-09-05 Michael Beckchanged parameters for new MulC
2007-08-31 Matthias Braunno need for StackParam transformation anymore
2007-08-02 Michael Beckfixed: wrong environment transmitted
2007-07-25 Michael Beckemit new block labels
2007-07-19 Matthias Braunuse automake instead of homebrewn makefiles
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-07-06 Michael Beckrenamed structures containing settings to ir_settings_...
2007-07-06 Michael Beckmoved get_*_dbg_info() and set_*_dbg_info() to logical...
2007-07-06 Michael Beckmissing include added
2007-06-30 Matthias Braunmakefile updates
2007-06-28 Matthias Braunfix mips immediate dumper
2007-06-25 Matthias Braunadapt mips backend to new transform logic, use Immediat...
2007-06-20 Christoph MallonFix warning, remove unnecessary casts.
2007-06-18 Michael Beckremoved prefer_fastcall: backends can now decide how...
2007-06-18 Matthias Braunfixed warnings
2007-06-06 Michael BeckAdded some casts to remove warnings
2007-06-06 Michael Beckremoved mips_register_from_name() callback
2007-06-05 Matthias Braunmake it possible to have different compare functions...
2007-06-04 Matthias Braun- Allocate register slots array separately on obstack
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-18 Matthias Braunbackends can specify costs for spill and reload
2007-05-07 Michael Beckspill-slot coalescing added
2007-05-07 Michael Beckmade the birg non-const (needed for the spill-slot...
2007-05-07 Matthias Braunrenumber source/dest registers
2007-05-07 Matthias Braunstart counting at 0 for dest and source registers
2007-05-07 Matthias Braunmips backend updates:
2007-05-05 Michael Beckremoved dead declarations
2007-05-05 Michael BeckBugFix: be_Call/function prolog: call the ld_name inste...
2007-05-05 Michael Beckdoxygen docu added
2007-05-05 Matthias Braunfix mips
2007-05-02 Michael BeckC99 features removed
2007-05-02 Matthias Braunadded doxygen comments
2007-05-02 Matthias Braunadded doxygen comments, transform mips to new emit...
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-04-06 Christoph MallonRemove the obsolete .cvsignore files.
2007-04-02 Matthias Braunalloca is now declared in xmalloc.h
2007-03-29 Matthias Braunmove backend into libfirm
2007-03-29 Matthias Braun- change #include <config.h> back to "config.h"
2007-03-26 Matthias Braunrewritten be_ssa_constr which isn't using sets anymore...
2007-03-20 Matthias Braunmake the mips backend do some half-usefull things again
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ürdigadded isa-callback so backend can provide it's own...
2007-01-16 Michael Beckrenamed type opcode to ir_opcode
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-20 Michael BeckAdded new required comment_string_end
2006-12-15 Matthias Braunwarning fix
2006-12-15 Matthias Braunfix bad format string for gendecls
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-10 Matthias BraunMore missing config.h
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-08 Matthias Braunwarning fixes
2006-09-05 Matthias Braun- Split bemain to first prepare all irgs, then instrume...
2006-08-31 Christian Würdigadapted to new callback
2006-08-31 Matthias Braun- connect function call argument stores to NoMem instea...
2006-08-30 Michael BeckAdd case for symconst_enum_const kind SymConsts
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-14 Matthias Braun- Spillslot coalescing now collects all nodes that...
2006-08-11 Christian Würdigadded new callback to set frame entity
next