use more IR_RESOURCE_TYPE_VISITED, remove pointless inc_master_type_visited calls
[libfirm] / ir / be / mips / mips_transform.c
2009-09-17 Matthias Braunrename benode_t.h to benode.h, remove some unused code
2009-08-05 Matthias Braunreorganize backend headers (kill some _t variants in...
2009-07-05 Michael Beck- fixed warnings regarding unused irg's
2009-07-05 Michael Beck- remove all irg parameter from node constructors havin...
2009-02-21 Moritz KrollRenamed get_Cond_defaultProj() to get_Cond_default_proj...
2009-01-09 Michael Beck- propagate r23142 changes to all backends
2008-11-28 Matthias Braunremove archop stuff which wasn't really used anyway
2008-11-08 Christoph MallonGenerate new_bd_* instead of new_rd_* functions in...
2008-11-08 Christoph MallonJust use new_NoMem(), it is always the current irg.
2008-10-14 Christoph Mallons/\<\(LC_\)\?INLINE\>/inline/.
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *env from...
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *env from...
2008-10-09 Christoph MallonDo not pass the cg to transform_nodes().
2008-10-08 Christoph MallonRemove redundant be_set_transformed_node() in transform...
2008-09-25 Matthias Braunjust a few random mips fixes
2008-09-23 Michael Beck- replace a lot of assert(0) by panic()
2008-08-22 Christoph MallonRemove final \n from panic messages, panic() adds a...
2008-01-02 Michael Beckupdate copyright message
2007-09-17 Christoph MallonRemove dead code: tarval_is_long() returns true for...
2007-08-31 Matthias Braunno need for StackParam transformation anymore
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 Beckmoved get_*_dbg_info() and set_*_dbg_info() to logical...
2007-06-25 Matthias Braunadapt mips backend to new transform logic, use Immediat...
2007-06-18 Matthias Braunfixed warnings
2007-06-01 Matthias Braunmoved external headers into include dir
2007-05-07 Matthias Braunmips backend updates:
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-03-29 Matthias Braunmove backend into libfirm
2007-03-20 Matthias Braunmake the mips backend do some half-usefull things again
2007-01-16 Michael Beckrenamed type opcode to ir_opcode
2006-12-13 Michael Beckrename type entity into ir_entity
2006-09-05 Matthias Braun- Split bemain to first prepare all irgs, then instrume...
2006-08-04 Matthias Braunwarning fix
2006-04-08 Michael Beckrenamed register classes
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 mips backend from the backend praktikum