fix parameter loads not being rematerialized
[libfirm] / ir / lower /
2007-10-24 Michael Beckbeware: when lowering Phi's, put them into the block...
2007-10-19 Matthias Braunmake it possible to specify custom mode for set lowering
2007-10-14 Matthias Braunfix warning
2007-10-13 Matthias Braunrehash changed mode_b nodes
2007-10-12 Matthias Braunfixed/warnings make it possible to build without interp...
2007-10-11 Michael Beckremove Cast node
2007-10-10 Matthias Braunavoid some of the mode_b lowering related out-edge...
2007-10-04 Christoph MallonMore signed/unsigned fixes for 64bit lowering.
2007-10-03 Michael Beckuse is_Psi()
2007-10-02 Matthias Braunonly set compound_ret flag if it was really a ret and...
2007-10-01 Matthias Braunlowering is allowed for unsigned types < 32bits
2007-10-01 Christoph MallonAdd a missing Conv in the 64bit lowerer.
2007-10-01 Christoph MallonFix fehler88: incorrect mode_b lowering of unsigned...
2007-10-01 Matthias Braunmark methods with lowered struct params, correctly...
2007-09-29 Matthias Braunimprove a X 0 lowering a bit
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-18 Matthias Braunfix warning
2007-09-17 Christoph MallonRemove classify_Const() and replace it by is_Const_...
2007-09-14 Matthias Braunfix mode_b lowering for method parameters and return...
2007-09-10 Michael BeckMinus cannot be transformed into 2 Negs :-(
2007-09-05 Michael Beckadd svn:keywords
2007-08-28 Michael Beckfixed lowering of Conv from I->L (fixed fehler72.c)
2007-08-23 Matthias Braunfix mode_b optimisation with compares
2007-08-23 Matthias Braunhandle bool as method argument and result correctly
2007-08-19 Matthias Braunfix for barrier in mode_b lowering
2007-08-09 Michael Becklower_intrinsics() now has an additional parameter...
2007-08-02 Michael Beckpreliminary code for unaligned Load/Store lowering...
2007-08-02 Michael Beckuse the new bitfield types to check for bitfield access...
2007-08-01 Michael BeckAdded again the ptr Add, removing was wrong
2007-07-31 Michael Beckfixed bitfield lowering: do not touch Load/Store that...
2007-07-31 Michael Beckremoved the load/store smaller optimization
2007-07-24 Michael Beckadd symconst_label
2007-07-19 Matthias Braunuse automake instead of homebrewn makefiles
2007-07-19 Michael Beckfixed bitfield loads: mode must be adjustedir/lower...
2007-07-17 Matthias Braunwe can have non-cmp nodes before Conds
2007-07-17 Christoph MallonFix mode_b lowering of Psib.
2007-07-11 Michael Beckremoved character modes, use integer modes instead
2007-07-11 Michael BeckC99 feature removed
2007-07-11 Matthias Brauntry to fix float problems
2007-07-11 Matthias Braunthe lowering has to be in a pre walker
2007-07-11 Matthias Braunavoid phi loops in mode_b lowerer
2007-07-10 Michael Beckuse classify_Const()
2007-07-10 Matthias Braunadd mode_b lowering
2007-06-30 Matthias Braunmakefile updates
2007-06-18 Matthias Braunfixed warnings
2007-06-18 Michael BeckFixed warnings
2007-06-13 Michael BeckAdded missing wait ...
2007-06-01 Michael Beckmoved all lower_* header into new lowering.h
2007-06-01 Matthias Braunmoved external headers into include dir
2007-05-25 Michael Beckhandle the new X_regular Proj's
2007-05-25 Michael Beckadd_hidden_param() handle the new X_regular Proj
2007-05-12 Michael Beckproperties updated
2007-05-04 Michael BeckMoved simple loweing from firmlower, making firmlower...
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: get_dummy_sel() only the dummy entity can be...
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-18 Michael Becksupress warning in gcc -Wall
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 Beckinvalidate more analyse info
2006-04-28 Michael BeckBugFix: == missed
2006-04-27 Michael Beckinitial implementation of DOUBLE-WORD lowering, cannot...
2006-03-15 Rubino Geißfixed const mismatch
2006-03-14 Michael Beckadded missing include, removed warning
2006-03-14 Michael Beckmore that one entry can map the same op (needed for...
2006-03-14 Michael BeckBugFix
2006-03-10 Michael Beckinstruction mapper implemented
2006-03-10 Michael Beckmissing break added
2006-03-07 Michael BeckHidden parameters can be returned instead of the compound
2006-03-06 Michael Beckmissing include directory added
2006-03-05 Michael BeckFully implemented call lowering for methods with compou...
2006-03-03 Michael Beckused new is_Call()
2006-03-03 Michael Becklower_calls added
2006-03-03 Michael BeckFirst implementation of lowering for calls with compoun...
2006-01-09 Michael Beckused new set_irg_doms_inconsistent() to invalidate...
2005-12-30 Michael Beckfixed doxygen comments
2005-10-26 Michael Beckadded
2005-10-26 Michael Becka general mechanism to lower calls to intrinsic functions