ignore last scheduled node on reordering after a perm if it is not colorable
[libfirm] / ir / be / ppc32 / ppc32_transform.c
2010-03-10 Matthias Braun- fix most of the -Wunreachable-code and -Wlogical...
2010-03-09 Matthias Braunmake firm (mostly) -Wmissing-prototypes clean
2010-03-01 Matthias Braun- remove block parameter from new_r_Proj and new_rd_Proj
2010-02-13 Christoph MallonPut a space after if/for/switch/while.
2010-02-13 Christoph MallonPut opening curly brace of functions on a separate...
2010-02-04 Matthias Braun- representing the 3-state visibility (default,local...
2010-02-03 Matthias BraunRework linkage types in firm.
2010-01-05 Matthias BraunPrimitive, Pointer, Array and Method types are anonymou...
2009-09-17 Matthias Braun- Bigger refactoring and cleanup in backend:
2009-09-17 Matthias Braunrename benode_t.h to benode.h, remove some unused code
2009-07-05 Michael Beck- remove all irg parameter from node constructors havin...
2009-06-03 Matthias Braun- remove modecode concept which is pointless nowadays
2009-02-21 Moritz KrollRenamed get_Cond_defaultProj() to get_Cond_default_proj...
2008-12-18 Michael Beck- implemented Builtin node to represent builtins ...
2008-11-28 Matthias Braunremove archop stuff which wasn't really used anyway
2008-11-27 Moritz KrollRemoved mode parameter from Const and Const_type constr...
2008-11-08 Christoph MallonGenerate new_bd_* instead of new_rd_* functions in...
2008-10-14 Christoph Mallons/\<\(LC_\)\?INLINE\>/inline/.
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-09-27 Christoph MallonDo not choke on Bad nodes while transforming for PPC32.
2008-09-23 Michael Beck- replace a lot of assert(0) by panic()
2008-06-06 Michael Beckrenamed node type Rot to Rotl to make clear that this...
2008-05-30 Michael Beckrenamed modecode, mode_sort, mode_arithmetic to ir_*
2008-01-02 Michael Beckupdate copyright message
2007-11-04 Matthias Braunfixed a bunch of warnings (in OPTIMIZE mode)
2007-08-27 Matthias BraunSimplify backends by removing unnecessary constructs:
2007-07-11 Michael Beckremoved character modes, use integer modes instead
2007-07-06 Michael Beckmoved get_*_dbg_info() and set_*_dbg_info() to logical...
2007-06-25 Matthias Braunwarning fixes
2007-06-01 Matthias Braunmoved external headers into include dir
2007-05-06 Michael Beckswitch to new style emitter
2007-05-02 Matthias Braunadded doxygen comments, credited backend to Moritz...
2007-04-27 Christian Würdigadded new licence header
2007-03-29 Matthias Braunmove backend into libfirm
2007-03-19 Matthias BraunThe big committ:
2006-12-13 Michael Beckrename type entity into ir_entity
2006-04-08 Michael Beckused new outs feature
2006-04-05 Michael Beckused generic functions for transform
2006-03-30 Christian Würdigwrapped debugging modules with DEBUG_ONLY
2006-03-30 Christian Würdigmade code C89 compliant (changed unnamed union in attri...
2006-03-27 Michael BeckPPC32 backend from the backend praktikum