improved strcmp() mapper
[libfirm] / ir / lower / lower_dw.c
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...