improved test: added new Confirm/cond_eval combination
[libfirm] / ir / lower /
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-04-14 Michael Beck- get_irg_initial_exec()/set_irg_initial_exec() added
2008-04-07 Michael Beck- Do not set phase_low here. currently ssa-construction...
2008-04-02 Michael Beckused new is_Global() and get_Global_entity() instead...
2008-04-02 Michael Becksome comments added and fixed
2008-03-10 Michael Beckuse optimize_graph_df() instead of old local_optimize()
2008-03-07 Michael BeckRemoved edges ...
2008-03-07 Matthias Braundisable edges after lowering for now...
2008-03-07 Matthias Brauna better version of a copyb lowerer
2008-03-07 Michael Beckinitial copyb lowerer
2008-02-18 Michael BeckBugFix: assertion fixed
2008-02-18 Michael Beck- fix fehler109.c:
2008-02-17 Matthias Braunwhen lowering 64bit Conds, construct new Cmps/Conds...
2008-02-16 Matthias Braunadd lower_const_code, make begnuas skip Id nodes
2008-01-10 Michael Beck- BugFix: ensure that the Unknown node is lowered with...
2008-01-07 Michael BeckFix assert
2008-01-04 Matthias Braunfix some warnings, represent mode size as unsigned...
2008-01-02 Michael Beckupdate copyright message
2007-12-30 Michael Beckis_SymConst_addr_ent() added
2007-12-14 Matthias Braunfix replace_call
2007-12-12 Michael Beckhandle Return(Unknown) == missing return when lowering...
2007-12-11 Matthias Braunmake it possible to not lower bitfields
2007-12-07 Michael BeckAdd an ir_mode * parameter to all SymConst constructors...
2007-11-28 Michael Beckfixed warning
2007-11-22 Michael Beckfixed log() mapper
2007-11-22 Michael Beckimproved strcmp() mapper
2007-11-22 Michael Beckadd mapper for strlen()
2007-11-22 Michael Beckadd statistic to runtime call mapper
2007-11-20 Michael Beckreally do what r16812 promises
2007-11-20 Michael Becklower_highlevel_graph() added
2007-11-14 Michael Beck- added mapper for hyperbolic functions
2007-11-14 Michael Beck- i_mapper_cbrt added
2007-11-13 Michael Becki_mapper_log() added
2007-11-06 Michael Beckmore libc mapper functions added
2007-11-05 Matthias Braunfix warning
2007-11-05 Michael Beckmore libc mapper functions added
2007-11-03 Christoph MallonAdd missing return 0 in the Pow mapper.
2007-11-01 Christoph MallonHandle mode_b Unknowns in the mode_b lowerer.
2007-11-01 Michael Beckremoved unused variable
2007-11-01 Michael BeckAdd mapper for strcmp and memcpy
2007-10-31 Michael Beckadd i_mapper_Sqrt() and i_mapper_Pow() for some constants
2007-10-29 Michael Beckadd special case for lowering: x==/!=0 ==> l|h ==/!=0
2007-10-25 Michael Beck- invalidate loop info if graph was changed
2007-10-25 Michael Beckinvalidate analysis info only if graph was changed
2007-10-25 Christoph MallonSet the outs to inconsistent at the end of transform_irg().
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
next