ir_mode: simplify interface, improve float-mode handling
[libfirm] / ir / lower / lower_dw.c
2008-11-28 Christoph MallonUnconditionally include stdlib.h.
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-27 Michael Beck- drop dependency of mode_Iu
2008-11-26 Michael Beck- put only Phi nodes into th Phi list
2008-11-25 Michael Beck- always free ressources
2008-11-25 Michael Beck- fix r23897: use Phi lists overall
2008-11-22 Michael Beck- fixed intrinsic lowerings: use Phi lists instead...
2008-11-18 Moritz KrollRemoved unused block parameter from Const constructors
2008-11-14 Matthias Braunrename mangling stuff to avoid name clashes
2008-11-14 Christoph MallonWhen dw lowering, use the lowered unsigned mode for...
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-05 Christoph MallonGood day and welcome to the FIRM XMALLOC*() macros...
2008-10-05 Christoph MallonPanic, when encountering a to be lowered ASM node....
2008-10-04 Christoph MallonFix fehler157: Lowering Shrs was missing a Conv.
2008-09-30 Matthias Braunfix warning in optimized mode
2008-09-28 Matthias Braun- split array.h into array.h/array_t.h and make array...
2008-08-06 Michael Beck- removed Psi nodes, Mux nodes are used again ...
2008-06-07 Michael Beck- fixed lowering of Rotl
2008-06-07 Michael Beck- BugFix: the mode of the lower part of a DW lowered...
2008-06-06 Michael Beckrenamed node type Rot to Rotl to make clear that this...
2008-05-24 Matthias Braunwe can have mode_b inputs to Convs as well (I hope...
2008-05-21 Michael Beck- beo_* Opcodes are now defined in irop.h, and no more...
2008-02-18 Michael Beck- fix fehler109.c:
2008-02-17 Matthias Braunwhen lowering 64bit Conds, construct new Cmps/Conds...
2008-01-10 Michael Beck- BugFix: ensure that the Unknown node is lowered with...
2008-01-04 Matthias Braunfix some warnings, represent mode size as unsigned...
2008-01-02 Michael Beckupdate copyright message
2007-12-07 Michael BeckAdd an ir_mode * parameter to all SymConst constructors...
2007-10-29 Michael Beckadd special case for lowering: x==/!=0 ==> l|h ==/!=0
2007-10-24 Michael Beckbeware: when lowering Phi's, put them into the block...
2007-10-04 Christoph MallonMore signed/unsigned fixes for 64bit lowering.
2007-10-03 Michael Beckuse is_Psi()
2007-10-01 Christoph MallonAdd a missing Conv in the 64bit lowerer.
2007-09-27 Christoph MallonFix some forgotten cases in the 64bit lowerer: The...
2007-09-18 Matthias Braunremove debug statements
2007-09-18 Christoph MallonTreat the lower word of lowered 64bit operations always...
2007-09-10 Michael BeckMinus cannot be transformed into 2 Negs :-(
2007-08-28 Michael Beckfixed lowering of Conv from I->L (fixed fehler72.c)
2007-07-17 Matthias Braunwe can have non-cmp nodes before Conds
2007-06-18 Matthias Braunfixed warnings
2007-06-13 Michael BeckAdded missing wait ...
2007-06-01 Michael Beckmoved all lower_* header into new lowering.h
2007-04-27 Michael BeckUpdated header
2007-04-27 Christian Würdigadded new licence header
2007-04-02 Christoph MallonMove includes for alloca() to xmalloc.h, so not everyon...
2007-03-29 Matthias Braunmove backend into libfirm
2007-01-16 Michael Beckrenamed type opcode to ir_opcode
2006-12-13 Michael Beckrename type entity into ir_entity
2006-12-11 Matthias Braun- Several warning fixes
2006-10-11 Christian Würdigmoved -dw dump to edg/firm_opt.c
2006-10-10 Michael BeckFixed boolean value of Proj(Cmp) againm, old version...
2006-10-10 Christian WürdigBugfix: - lower_Proj is also called for call-result...
2006-10-09 Michael Beck- Lower Minus ops directly instead of using an intrinsi...
2006-08-14 Michael BeckBugFix:
2006-08-13 Michael BeckBugFix:
2006-07-05 Michael BeckBugFix: current_ir_graph was not set rigtht while lowering
2006-06-09 Michael BeckBugFix: Phi node node correctly split into low and...
2006-05-23 Michael BeckAdd more special cases for Shift operations
2006-05-23 Michael BeckBugFix: lower_Start
2006-05-17 Christian Würdigadded extra shift lowering
2006-05-15 Christian Würdigremoved debug setmask
2006-05-15 Michael BeckBugFix:
2006-05-08 Michael Beckimplemented Conv operations
2006-05-05 Christian Würdigadded missing include
2006-04-28 Michael Beckinvalidate more analyse info
2006-04-28 Michael BeckBugFix: == missed
2006-04-27 Michael Beckinitial implementation of DOUBLE-WORD lowering, cannot...